@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI:
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Studio starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins */
/**
*
* Variables
*
**/
/** Grid **/
/** Typography **/
/**
*
* Colors
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Mixins
*
**/
/*
 * BEM element/modifier
 */
/* Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base */
/**
*
* Fonts
*
**/
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

@font-face {
    font-family: 'geogrotesque';
    src: url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.eot');
    src: url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.woff2') format('woff2'),
         url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.woff') format('woff'),
         url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.ttf') format('truetype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Rg-webfont.svg?#geogrotesque') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.eot');
    src: url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.woff2') format('woff2'),
         url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.woff') format('woff'),
         url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.ttf') format('truetype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Md-webfont.svg?#geogrotesque') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.eot');
    src: url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.woff2') format('woff2'),
         url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.woff') format('woff'),
         url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.ttf') format('truetype'),
         url('/wp-content/themes/am2/fonts/Geogtq-Bd-webfont.svg?#geogrotesque') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
  font-family: 'icons';
  src:url('/wp-content/themes/am2/fonts/icons.eot?42nt9m');
  src:url('/wp-content/themes/am2/fonts/icons.eot?#iefix42nt9m') format('embedded-opentype'),
    url('/wp-content/themes/am2/fonts/icons.woff?42nt9m') format('woff'),
    url('/wp-content/themes/am2/fonts/icons.ttf?42nt9m') format('truetype'),
    url('/wp-content/themes/am2/fonts/icons.svg?42nt9m#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
*
* Defaults
*
**/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #181818;
  background: #fff;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  position: relative;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide-scrollbar {
  overflow: hidden; }

iframe {
  width: 700px;
  height: 430px;
  margin: 0 auto;
  display: block; }
  @media (max-width: 768px) {
    iframe {
      width: 100%;
      height: 200px; } }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

a {
  color: #959798;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400; }
  a:hover {
    color: #181818; }

p,
ul,
ol {
  margin: 0 0 25px 0; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #959798;
  font-weight: 400; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #181818; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px;
  line-height: 30px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

figure a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

img {
  max-width: 100%;
  border: 0;
  -webkit-backface-visibility: hidden; }

svg,
svg:hover,
svg:active,
svg:focus,
svg:visited svg use,
svg use:hover,
svg use:active,
svg use:focus,
svg use:visited {
  outline: 0; }

svg:not(:root) {
  overflow: hidden; }

img.dummy {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

img.real_img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

img.wider {
  height: auto !important;
  width: 100% !important; }

img.taller {
  width: auto !important;
  height: 100% !important; }

.anchor {
  position: absolute;
  top: 48px; }

/* Layout */
/**
*
* AM2 Grid Maker
*
**/
.container {
  width: 100%;
  padding: 0px 15px; }

.wrapper > .container > .clearfix {
  margin-right: -15px; }

.col-1 {
  width: 100%;
  padding-right: 15px; }

.col-12 {
  width: 50%;
  padding-right: 15px; }

.col-13 {
  width: 33.33333%;
  padding-right: 15px; }

.col-14 {
  width: 25%;
  padding-right: 15px; }

.col-15 {
  width: 20%;
  padding-right: 15px; }

.col-16 {
  width: 16.66667%;
  padding-right: 15px; }

.col-23 {
  width: 64.58333%;
  padding-right: 15px; }

.col-25 {
  width: 40%;
  padding-right: 15px; }

.col-34 {
  width: 75%;
  padding-right: 15px; }

.col-35 {
  width: 60%;
  padding-right: 15px; }

.col-45 {
  width: 80%;
  padding-right: 15px; }

.col-1,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-23,
.col-25,
.col-34,
.col-35,
.col-45 {
  position: relative;
  float: left; }

/*** Layout ***/
.layout {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .layout {
      padding: 25px 0px; } }

.wrapper {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto; }

.layout--narrow .wrapper {
  width: 960px; }

.layout--light-gray {
  background-color: #f4f5f7; }

.layout--white {
  background-color: #ffffff; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#header {
  width: 100%;
  background: #fff;
  z-index: 9999;
  height: 120px; }
  @media (max-width: 768px) {
    #header {
      height: 80px; } }
  #header.sticky {
    position: fixed;
    top: 0;
    left: 0; }

.header__logo {
  margin: 0;
  padding: 0;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .header__logo {
      height: 80px; } }
  .header__logo a img {
    width: 240px;
    /*
			@include breakpoint( $breakpoint_tablet ) {
				width: 190px;
			}
			*/ }
    @media (max-width: 768px) {
      .header__logo a img {
        width: 170px; } }
    @media (max-width: 440px) {
      .header__logo a img {
        width: 150px; } }

#header .container {
  position: relative; }

.border_content {
  margin-bottom: 20px; }
  .border_content:after {
    content: "";
    height: 4px;
    display: block;
    margin-top: 15px;
    background-color: #ed1c24; }
  .border_content--45:after {
    width: 45px; }
  .border_content--115:after {
    width: 115px; }

.btn {
  min-height: 45px;
  max-width: 205px;
  width: 100%;
  border: 1px solid #d6d6d6;
  text-align: center;
  float: left;
  padding: 10px 25px;
  line-height: 22px;
  color: #181818;
  display: block; }
  .btn--light {
    background-color: #ffffff; }
    .btn--light:hover {
      background-color: #d6d6d6; }
  .btn--dark {
    background-color: #f4f5f7; }
    .btn--dark:hover {
      background-color: #ffffff; }
  .btn--red {
    background-color: #ed1c24; }
    .btn--red:hover {
      background-color: #ffffff;
      color: #ed1c24; }
  @media (max-width: 440px) {
    .btn {
      max-width: none; } }

.sidebar__post:last-child .sidebar__post-excerpt {
  margin-bottom: 0; }

.sidebar__post-info {
  margin-bottom: 10px;
  color: #959798; }

.sidebar__post-title a {
  color: #181818; }
  .sidebar__post-title a:hover {
    color: #959798; }

.sidebar__post-excerpt {
  margin-bottom: 25px;
  position: relative; }
  .sidebar__post-excerpt:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

#footer {
  width: 100%;
  padding: 25px 0px;
  color: #ffffff;
  background: #464748; }

.copyright {
  margin-top: 5px; }
  @media (max-width: 768px) {
    .copyright {
      float: none !important;
      text-align: center; } }

.single-post .main {
  margin-top: 25px; }
  @media (max-width: 768px) {
    .single-post .main {
      margin-top: 0; }
      .single-post .main .col-23 {
        width: 100%;
        margin-bottom: 25px; }
      .single-post .main .col-13 {
        width: 100%; } }

.single-post__title {
  margin-bottom: 15px; }

.single-post__info {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6d6d6; }

.single-post__svg-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: #ed1c24; }

@media (max-width: 440px) {
  .single-post__date {
    display: block;
    margin-bottom: 5px; } }

.single-post__author {
  margin-left: 50px; }
  @media (max-width: 440px) {
    .single-post__author {
      margin-left: 0;
      display: block; } }

.single-post__content {
  margin-bottom: 50px; }
  @media (max-width: 440px) {
    .single-post__content {
      margin-bottom: 25px; } }
  .single-post__content a {
    color: #ed1c24; }
    .single-post__content a:hover {
      color: #181818; }

.single-event .layout:last-of-type {
  padding-top: 0; }

.single-event__title {
  margin-bottom: 15px; }

.single-event__info {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6d6d6; }

.single-event__svg-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: #ed1c24; }

.single-event__lecture-days {
  margin-bottom: 5px;
  margin-right: 50px; }

.single-event__address {
  margin-bottom: 5px;
  margin-right: 50px; }

.single-event__number_of_lectures {
  margin-bottom: 5px;
  margin-right: 50px; }

.single-event__number_of_lecturers {
  margin-bottom: 5px;
  margin-right: 50px; }

@media (min-width: 769px) and (max-width: 992px) {
  .single-event__address, .single-event__lecture-days, .single-event__number_of_lecturers, .single-event__number_of_lectures {
    width: 300px;
    display: inline-block; } }

@media (max-width: 768px) {
  .single-event__address, .single-event__lecture-days, .single-event__number_of_lecturers, .single-event__number_of_lectures {
    display: block; } }

.single-event__content {
  margin-bottom: 50px; }
  .single-event__content a {
    color: #ed1c24; }
    .single-event__content a:hover {
      color: #181818; }

.single-event__program-days-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.single-event__program-day {
  background-color: #f4f5f7;
  width: 130px;
  height: 60px;
  text-align: center;
  border: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  cursor: pointer; }
  .single-event__program-day.active, .single-event__program-day:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #ffffff;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.15); }
  .single-event__program-day:last-of-type {
    margin-right: 0; }
  @media (max-width: 440px) {
    .single-event__program-day {
      padding: 5px; } }

.single-event__program-day-count {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px; }
  @media (max-width: 440px) {
    .single-event__program-day-count {
      padding-bottom: 5px; } }

.single-event__program-day-date {
  font-weight: 300;
  font-size: 15px;
  line-height: 15px; }

.single-event__program-wrapper {
  position: relative; }

.single-event__daily-program {
  display: none; }
  .single-event__daily-program:first-of-type {
    display: block; }
  .single-event__daily-program:before {
    content: " ";
    height: 100%;
    position: absolute;
    left: 41px;
    top: 0;
    border-left: 3px solid #ed1c24; }
    @media (min-width: 769px) and (max-width: 992px) {
      .single-event__daily-program:before {
        left: 28px; } }
    @media (min-width: 441px) and (max-width: 768px) {
      .single-event__daily-program:before {
        left: 28px; } }
    @media (max-width: 440px) {
      .single-event__daily-program:before {
        display: none; } }

.single-event__hours {
  background-color: #f4f5f7;
  margin-bottom: 25px;
  padding: 25px;
  margin-left: 85px;
  position: relative;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s; }
  @media (min-width: 769px) and (max-width: 992px) {
    .single-event__hours {
      margin-left: 72px; } }
  @media (min-width: 441px) and (max-width: 768px) {
    .single-event__hours {
      margin-left: 72px; } }
  @media (max-width: 440px) {
    .single-event__hours {
      margin-left: 0; } }
  .single-event__hours:hover {
    cursor: pointer;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.15); }
    .single-event__hours:hover:before {
      background-color: #ed1c24; }
  .single-event__hours:before {
    content: " ";
    height: 19px;
    width: 19px;
    position: absolute;
    left: -55px;
    top: 50%;
    border: 3px solid #ed1c24;
    background-color: #ffffff;
    border-radius: 19px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    z-index: 1; }
    @media (max-width: 440px) {
      .single-event__hours:before {
        display: none; } }
  .single-event__hours:first-of-type:after {
    content: " ";
    height: 50%;
    position: absolute;
    left: -44px;
    top: 0;
    border-left: 3px solid #ffffff; }
    @media (max-width: 440px) {
      .single-event__hours:first-of-type:after {
        display: none; } }
  .single-event__hours:last-of-type {
    margin-bottom: 0; }
    .single-event__hours:last-of-type:after {
      content: " ";
      height: 50%;
      position: absolute;
      left: -44px;
      bottom: 0;
      border-left: 3px solid #ffffff; }
      @media (max-width: 440px) {
        .single-event__hours:last-of-type:after {
          display: none; } }
  .single-event__hours:only-child:after {
    height: 100%; }

.single-event__svg-icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: #ed1c24; }

.single-event__start-finish {
  margin-bottom: 5px; }

.single-event__lecture-name {
  margin-bottom: 10px; }

.single-event__lecturer.has-description {
  margin-bottom: 8px; }
  .single-event__lecturer.has-description:after {
    content: "";
    height: 2px;
    width: 45px;
    display: block;
    margin-top: 8px;
    background-color: #d6d6d6; }

.single-event__hours-tabs {
  display: none; }

.single-event__files {
  margin-right: 50px;
  text-align: center;
  float: left;
  color: #181818; }
  .single-event__files:hover {
    color: #959798; }
  .single-event__files svg {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px; }
  @media (max-width: 768px) {
    .single-event__files {
      margin-bottom: 25px; } }

.featherlight-content .single-event__svg-icon {
  display: inline-block; }

.featherlight-content .single-event__lecturer {
  margin-bottom: 15px;
  margin-right: 50px;
  display: inline-block !important; }
  .featherlight-content .single-event__lecturer:after {
    background-color: #ed1c24;
    margin-top: 15px; }

.featherlight-content .single-event__start-finish {
  margin-bottom: 15px;
  margin-right: 50px;
  display: inline-block !important; }

.featherlight-content .single-event__description {
  margin-bottom: 25px; }

.featherlight-content .single-event__hours-tabs {
  display: block; }

.featherlight-content .comment-form-comment textarea {
  max-width: 1200px !important;
  width: 100% !important;
  margin-bottom: 25px; }

.user-profile-header {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14px; }
  .user-profile-header__my-profile svg {
    width: 11px;
    height: 11px;
    margin-right: 5px;
    fill: #959798;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s; }
  .user-profile-header__my-profile:hover {
    color: #ed1c24; }
    .user-profile-header__my-profile:hover svg {
      fill: #ed1c24; }

.page-template-page-user-profile .user-profile-header__my-profile {
  color: #ed1c24; }
  .page-template-page-user-profile .user-profile-header__my-profile:hover {
    color: #181818; }

.user-profile__block-title {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .user-profile__block-title {
      margin-bottom: 25px; } }

.user-profile__wrapper {
  padding: 50px;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .user-profile__wrapper {
      padding: 25px; } }

.user-profile__email {
  margin-bottom: 25px;
  float: left;
  width: 100%; }

.user-profile__separator {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  margin-bottom: 50px;
  line-height: 16px;
  float: left;
  width: 100%; }

.user-profile__password {
  margin-bottom: 25px !important; }

.user-profile__require {
  color: #ed1c24; }

.user-profile__form-half {
  width: 50%;
  float: left;
  margin-bottom: 20px; }
  .user-profile__form-half--left {
    padding-right: 25px; }
  .user-profile__form-half--right {
    padding-left: 25px; }
  @media (max-width: 768px) {
    .user-profile__form-half {
      width: 100%;
      padding: 0 !important; } }

.comment-reply-title {
  display: none; }

.logged-in-as {
  display: none; }

.comment-form-comment label {
  display: none; }

.comment-form-comment textarea {
  max-width: 769px !important;
  width: 100% !important;
  height: auto; }

.comment-respond {
  margin-bottom: 25px; }

.commentlist {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 25px;
  list-style: none; }

.commentlist li {
  margin-bottom: 25px;
  float: left;
  width: 100%; }

.comment-author {
  float: left;
  width: 100%; }

.comment-author .fn {
  font-style: normal; }
  .comment-author .fn:after {
    content: "";
    height: 1px;
    width: 40px;
    display: block;
    background-color: #ed1c24;
    margin-top: 5px;
    margin-left: 63px; }

.comment-author .avatar {
  float: left;
  margin-right: 15px;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px; }

.comment-author .says {
  display: none; }

.comment-meta {
  display: none; }

.comment .reply {
  display: none; }

.comment-body p {
  margin-left: 63px;
  margin-bottom: 0;
  margin-top: -15px;
  float: left; }

.page-template-page-after-register .login-form__success-message {
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  color: #181818;
  font-weight: 400;
  text-align: center;
  line-height: 30px; }

.page-template-page-register .login-form__title-register {
  border-color: #ed1c24;
  color: #181818;
/*display:none*/
 }

.page-template-page-register .login-form__title-login {
  border-color: transparent !important;
  color: #959798 !important; }

.page-template-page-register #footer {
  position: relative !important; }

.page-template-page-login, .page-template-page-after-register, .page-template-page-reset-password, .page-template-page-register, .page-template-page-thank-you {
  width: 100%;
  padding: 0;
  background-image: url("/wp-content/themes/am2/images/toraks-login-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: inherit; }
  @media (min-width: 1021px) {
    .page-template-page-login #footer, .page-template-page-after-register #footer, .page-template-page-reset-password #footer, .page-template-page-register #footer, .page-template-page-thank-you #footer {
      position: absolute;
      bottom: 0; } }
  @media (max-height: 900px) {
    .page-template-page-login #footer, .page-template-page-after-register #footer, .page-template-page-reset-password #footer, .page-template-page-register #footer, .page-template-page-thank-you #footer {
      position: relative; } }
  .page-template-page-login #footer, .page-template-page-after-register #footer, .page-template-page-reset-password #footer, .page-template-page-register #footer, .page-template-page-thank-you #footer {
    background-color: transparent !important; }
  .page-template-page-login .resp-buttons, .page-template-page-after-register .resp-buttons, .page-template-page-reset-password .resp-buttons, .page-template-page-register .resp-buttons, .page-template-page-thank-you .resp-buttons {
    display: none !important; }
  .page-template-page-login .login-form__title-login, .page-template-page-after-register .login-form__title-login, .page-template-page-reset-password .login-form__title-login, .page-template-page-register .login-form__title-login, .page-template-page-thank-you .login-form__title-login {
    border-color: #ed1c24;
    color: #181818; }

.thank-you__wrapper {
  position: relative;
  max-width: 480px;
  margin: -230px auto 0; }
  @media (max-width: 768px) {
    .thank-you__wrapper {
      margin: 0 auto; } }

.thank-you__message {
  max-width: 985px;
  margin: 0 auto;
  padding: 25px;
  height: 400px;
  font-size: 21px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }
  @media (max-width: 768px) {
    .thank-you__message {
      display: none; } }

.thank-you__header {
  width: 100%;
  font-size: 26px;
  color: #181818;
  background-color: #ffffff;
  font-weight: 400;
  text-align: center;
  z-index: 1;
  padding: 40px;
  line-height: 30px; }

.login-form__form {
  position: relative;
  max-width: 480px;
  margin: -230px auto 0; }
  @media (max-width: 768px) {
    .login-form__form {
      margin: 0 auto; } }

.login-form #lostpasswordform {
  padding-top: 40px !important; }
  .login-form #lostpasswordform .login-form__header {
    position: relative;
    top: 0;
    margin-bottom: 25px;
    padding: 0; }

.login-form #registerform {
  padding-top: 40px !important; }
  .login-form #registerform .login-form__header {
    position: relative;
    top: 0;
    margin-bottom: 25px;
    padding: 0; }

.login-form #login-form, .login-form #lostpasswordform, .login-form #registerform {
  background-color: #ffffff;
  padding: 0 40px 40px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif; }
  .login-form #login-form button, .login-form #lostpasswordform button, .login-form #registerform button,
  .login-form #login-form input[type=submit], .login-form #lostpasswordform input[type=submit], .login-form #registerform input[type=submit] {
    max-width: none;
    float: none; }
  .login-form #login-form input[type=checkbox], .login-form #lostpasswordform input[type=checkbox], .login-form #registerform input[type=checkbox],
  .login-form #login-form input[type=radio], .login-form #lostpasswordform input[type=radio], .login-form #registerform input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fbfbfb;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    -moz-appearance: checkbox;
         appearance: checkbox;
    -webkit-appearance: checkbox; }
  .login-form #login-form input[type=checkbox]:active, .login-form #lostpasswordform input[type=checkbox]:active, .login-form #registerform input[type=checkbox]:active,
  .login-form #login-form input[type=checkbox]:focus, .login-form #lostpasswordform input[type=checkbox]:focus, .login-form #registerform input[type=checkbox]:focus,
  .login-form #login-form input[type=checkbox]:hover, .login-form #lostpasswordform input[type=checkbox]:hover, .login-form #registerform input[type=checkbox]:hover,
  .login-form #login-form input[type=checkbox]:visited, .login-form #lostpasswordform input[type=checkbox]:visited, .login-form #registerform input[type=checkbox]:visited,
  .login-form #login-form input[type=password]:active, .login-form #lostpasswordform input[type=password]:active, .login-form #registerform input[type=password]:active,
  .login-form #login-form input[type=password]:focus, .login-form #lostpasswordform input[type=password]:focus, .login-form #registerform input[type=password]:focus,
  .login-form #login-form input[type=password]:hover, .login-form #lostpasswordform input[type=password]:hover, .login-form #registerform input[type=password]:hover,
  .login-form #login-form input[type=password]:visited, .login-form #lostpasswordform input[type=password]:visited, .login-form #registerform input[type=password]:visited,
  .login-form #login-form input[type=text]:active, .login-form #lostpasswordform input[type=text]:active, .login-form #registerform input[type=text]:active,
  .login-form #login-form input[type=text]:focus, .login-form #lostpasswordform input[type=text]:focus, .login-form #registerform input[type=text]:focus,
  .login-form #login-form input[type=text]:hover, .login-form #lostpasswordform input[type=text]:hover, .login-form #registerform input[type=text]:hover,
  .login-form #login-form input[type=text]:visited, .login-form #lostpasswordform input[type=text]:visited, .login-form #registerform input[type=text]:visited {
    border-color: #181818; }

.login-form__header {
  width: 100%;
  font-size: 26px;
  color: #181818;
  background-color: #ffffff;
  font-weight: 400;
  text-align: center;
  z-index: 1;
  padding: 40px;
  line-height: 30px; }

.login-form__logout {
  text-align: center;
  font-size: 18px;
  color: #ffffff; }

.login-form__logout-submit {
  text-align: center;
  display: block; }

.login-form__error {
  text-align: center;
  padding: 40px 40px 0 40px;
  color: #ed1c24;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 400; }

@media (max-width: 550px) {
  .login-form__title {
    margin-top: 10px; } }

.login-form__title a {
  float: left;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #959798;
  padding: 0 25px;
  height: 120px;
  border-bottom: 4px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .login-form__title a {
      height: 80px; } }
  .login-form__title a:hover {
    border-color: #ed1c24;
    color: #181818; }
  @media (max-width: 550px) {
    .login-form__title a {
      border-bottom: 0;
      height: 30px;
      float: right;
      clear: both;
      text-align: right;
      padding: 0; } }

.login-form__message {
  max-width: 985px;
  margin: 0 auto;
  padding: 25px;
  height: 400px;
  font-size: 21px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }
  @media (max-width: 768px) {
    .login-form__message {
      display: none; } }

.login-form__reset {
  position: absolute;
  right: 40px;
  top: 192px;
  font-size: 14px;
  color: #ed1c24; }

/* Components */
.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu .sub-menu {
    display: none; }
  .menu--main-menu {
    /* in sake of wordpress css class naming standards -.-  */
    height: 120px; }
    .menu--main-menu ul {
      height: 100%; }
    .menu--main-menu .menu-item-has-children {
      position: relative; }
      .menu--main-menu .menu-item-has-children > .sub-menu {
        padding: 10px;
        display: block;
        background: #ed1c24;
        position: absolute;
        z-index: 100;
        list-style-type: none;
        min-width: 180px;
        top: 100%;
        left: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
        .menu--main-menu .menu-item-has-children > .sub-menu li {
          display: block;
          margin: 0;
          float: none; }
          .menu--main-menu .menu-item-has-children > .sub-menu li a {
            padding: 12px 10px !important;
            text-align: left; }
      .menu--main-menu .menu-item-has-children:active > .sub-menu, .menu--main-menu .menu-item-has-children:focus > .sub-menu, .menu--main-menu .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        z-index: 100; }
    .menu--main-menu .menu-item {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0;
      border-bottom: 4px solid #ffffff;
      -webkit-transition: all 250ms ease 0s;
      transition: all 250ms ease 0s; }
      .menu--main-menu .menu-item.current-menu-item {
        border-color: #ed1c24; }
        .menu--main-menu .menu-item.current-menu-item a {
          color: #181818; }
      .menu--main-menu .menu-item:hover {
        border-color: #ed1c24; }
        .menu--main-menu .menu-item:hover a {
          color: #181818; }
      .menu--main-menu .menu-item a {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        display: block;
        color: #959798;
        padding: 0 25px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    @media (max-width: 768px) {
      .menu--main-menu {
        display: none; } }
  .menu--responsive-menu {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 15px; }
    .menu--responsive-menu .sub-menu {
      position: relative;
      padding: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.3); }
    .menu--responsive-menu .menu-item {
      position: relative;
      display: block;
      margin: 0; }
      .menu--responsive-menu .menu-item a {
        padding: 15px;
        color: #ffffff;
        display: block;
        text-align: left;
        text-transform: uppercase;
        font-size: 18px; }
        .menu--responsive-menu .menu-item a:hover {
          background-color: #ed1c24; }
      .menu--responsive-menu .menu-item.current-menu-item a {
        background-color: #ed1c24; }
      .menu--responsive-menu .menu-item .submenu-button {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        border: 0; }
        .menu--responsive-menu .menu-item .submenu-button polygon {
          fill: #ffffff; }
        .menu--responsive-menu .menu-item .submenu-button.rotate-arrow {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }

/* responsive menu elements */
.resp-menu {
  position: fixed;
  top: 0;
  height: 120%;
  padding-bottom: 35%;
  width: 280px;
  right: -280px;
  overflow-y: scroll;
  background: #181818;
  z-index: 9999;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s; }

.resp-buttons {
  display: none; }
  @media (max-width: 768px) {
    .resp-buttons {
      display: inline-block;
      position: absolute;
      top: 40px;
      right: 15px;
      -webkit-transition: all 250ms ease 0s;
      transition: all 250ms ease 0s; } }

.resp-menu-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 21px;
  cursor: pointer; }
  .resp-menu-icon__line {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid #181818;
    width: 100%; }
    .resp-menu-icon__line--top {
      top: 0;
      -webkit-transition: all 250ms ease 0s;
      transition: all 250ms ease 0s; }
    .resp-menu-icon__line--middle {
      top: 9px;
      -webkit-transition: all 250ms ease 0s;
      transition: all 250ms ease 0s; }
    .resp-menu-icon__line--bottom {
      top: 18px;
      -webkit-transition: all 250ms ease 0s;
      transition: all 250ms ease 0s; }

.menu-open {
  overflow: hidden;
  left: -280px; }
  .menu-open .resp-menu {
    right: 0; }
  .menu-open .resp-menu-icon__line--top {
    top: 10px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    color: #B39977; }
  .menu-open .resp-menu-icon__line--middle {
    opacity: 0; }
  .menu-open .resp-menu-icon__line--bottom {
    top: 10px;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    color: #B39977; }

input,
textarea {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.button, button,
input[type="submit"] {
  min-height: 45px;
  max-width: 205px;
  width: 100%;
  border: 1px solid #ed1c24;
  text-align: center;
  float: left;
  clear: both;
  padding: 10px 0;
  line-height: 22px;
  color: #ffffff;
  background-color: #ed1c24;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  .button:hover, button:hover,
  input[type="submit"]:hover {
    background-color: #ffffff;
    color: #ed1c24; }
  @media (max-width: 440px) {
    .button, button,
    input[type="submit"] {
      max-width: none; } }

select, input[type="date"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="password"], textarea {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  outline: none; }
  select.invalid, input.invalid[type="date"],
  input.invalid[type="email"],
  input.invalid[type="number"],
  input.invalid[type="search"],
  input.invalid[type="tel"],
  input.invalid[type="text"],
  input.invalid[type="password"], textarea.invalid {
    border: 1px solid #ed1c24; }
    select.invalid + label, input.invalid[type="date"] + label,
    input.invalid[type="email"] + label,
    input.invalid[type="number"] + label,
    input.invalid[type="search"] + label,
    input.invalid[type="tel"] + label,
    input.invalid[type="text"] + label,
    input.invalid[type="password"] + label, textarea.invalid + label {
      color: #ed1c24; }
  select:active, input[type="date"]:active,
  input[type="email"]:active,
  input[type="number"]:active,
  input[type="search"]:active,
  input[type="tel"]:active,
  input[type="text"]:active,
  input[type="password"]:active, textarea:active, select:focus, input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus, textarea:focus {
    border-color: #181818; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  height: 245px;
  max-width: 524px; }
  @media (max-width: 768px) {
    textarea {
      height: 130px;
      max-width: none; } }

button,
input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #464748; }
  label.filled {
    color: #464748; }
  label.active {
    color: #464748; }

/* contact form 7 errors */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: inline-block;
  padding: 10px;
  margin: 5px 0 25px 0;
  float: left;
  width: 100%;
  background: #ed1c24;
  color: #fff; }

.wpcf7-mail-sent-ok {
  background: #9dc024;
  color: #fff; }

.screen-reader-response {
  display: none;
  padding: 10px;
  margin-bottom: 25px;
  background: #ed1c24;
  color: #fff; }
  .screen-reader-response[role="alert"] {
    display: block; }

.wpcf7-display-none {
  display: none; }

/* form placeholders */
form::-webkit-input-placeholder {
  color: #ed1c24;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form:-moz-placeholder {
  color: #ed1c24;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form::-moz-placeholder {
  color: #ed1c24;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form:-ms-input-placeholder {
  color: #ed1c24;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

.layout--page-head {
  padding: 40px 0; }

.page-head__title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

@media (max-width: 768px) {
  .social__wrapper {
    float: none !important;
    text-align: center; } }

.social__title {
  float: left;
  margin-top: 5px;
  margin-right: 25px; }
  @media (max-width: 768px) {
    .social__title {
      float: none;
      text-align: center;
      margin-right: 0; } }

.social {
  padding: 0;
  margin: 0;
  float: left; }
  @media (max-width: 768px) {
    .social {
      float: none;
      display: table;
      margin: 5px auto 0; } }
  .social__item {
    list-style-type: none;
    float: left;
    margin: 0 4px; }
  .social a {
    display: block; }
  .social__icon svg {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s; }
    .social__icon svg use {
      fill: #ffffff; }
    .social__icon svg:hover {
      opacity: 0.6; }

.pagination__wrap {
  padding-right: 15px; }
  .pagination__wrap ul.page-numbers {
    display: table;
    margin: 0 auto;
    padding: 0; }
  .pagination__wrap ul.page-numbers li {
    list-style: none;
    display: inline-block; }
  .pagination__wrap .page-numbers.current,
  .pagination__wrap .page-numbers.dots,
  .pagination__wrap a.page-numbers {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 10px 0;
    line-height: 22px;
    color: #181818;
    display: block;
    background-color: #ffffff; }
    .pagination__wrap .page-numbers.current:hover,
    .pagination__wrap .page-numbers.dots:hover,
    .pagination__wrap a.page-numbers:hover {
      color: #ffffff;
      background-color: #ed1c24; }
    @media (max-width: 768px) {
      .pagination__wrap .page-numbers.current,
      .pagination__wrap .page-numbers.dots,
      .pagination__wrap a.page-numbers {
        width: 35px;
        height: 35px;
        line-height: 14px;
        margin: 5px; } }
  .pagination__wrap .page-numbers.current {
    color: #ffffff;
    background-color: #ed1c24; }

.stars-rating__content {
  margin-bottom: 25px; }

.stars-rating__title {
  margin-bottom: 15px; }

.stars-rating__wrapper {
  float: left;
  padding-right: 75px;
  margin-right: 75px;
  border-right: 1px solid #d6d6d6; }
  .stars-rating__wrapper:last-child {
    border: 0 transparent;
    margin: 0;
    padding: 0; }
  @media (max-width: 768px) {
    .stars-rating__wrapper {
      width: 100%;
      border: 0 transparent;
      margin: 0 0 25px;
      padding: 0; } }

.stars-rating__block {
  float: left; }

.stars-rating__single-star {
  float: left;
  padding-right: 5px; }
  .stars-rating__single-star svg {
    width: 22px;
    height: 22px;
    fill: #d6d6d6; }
  .stars-rating__single-star:hover {
    cursor: pointer; }

.stars-rating .ratings_over svg,
.stars-rating .ratings_select svg {
  fill: #ed1c24; }

/* Helpers */
/**
*
* Animations
*
**/
/**
*
* Helpers
*
**/
.left {
  position: relative;
  float: left; }

.right {
  position: relative;
  float: right; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.text-center {
  text-align: center; }

/* flexible-layout */
/*** Flexible Content wrapper ***/
.flexible-block {
  /*position: relative;
    margin-bottom: $grid_margin;*/
  /*&:last-of-type{
        margin-bottom: 0;
    }*/ }

/*** Accordion ***/
.am2-accordion__panel {
  clear: both; }

.panel-title {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  color: #181818;
  background: #fff;
  border-bottom: 1px solid #c61017;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .panel-title:hover {
    color: #fff;
    background: #c61017; }

.current .panel-title {
  color: #fff;
  background: #c61017; }

.panel-content {
  display: none;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px; }

.am2-accordion__toggle-icon {
  top: 4px; }

.current .am2-accordion__toggle-icon {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.am2-articles---horizontal .article__link {
  display: block; }

.am2-articles---horizontal .article__title {
  margin-top: 0; }

.am2-articles---horizontal .article__text {
  margin-top: 20px;
  font-size: 16px; }

/*** Files ***/
.am2-files__file {
  margin-bottom: 20px;
  padding: 30px;
  border-left: 4px solid transparent;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .am2-files__file:hover {
    border-left: 4px solid #ed1c24; }
    .am2-files__file:hover .file__link:before {
      width: 20px; }
  .am2-files__file .file__name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #ed1c24; }
  .am2-files__file .file__description {
    width: 100%; }
    .am2-files__file .file__description p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
  .am2-files__file .file__link {
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link:before {
      width: 0;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 14px;
      font-family: "FontAwesome";
      content: "\f019";
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link span {
      color: #b7b7b7; }

/** Gallery **/
.am2-gallery__image {
  margin-bottom: 2.5%; }

/*** Slider ***/
/*** Table ***/
.am2-table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .am2-table th,
  .am2-table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px; }

/*** Tabs ***/
.am2-tabs__titles {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ed1c24; }
  @media (max-width: 768px) {
    .am2-tabs__titles {
      border-bottom: 0; } }
  .am2-tabs__titles li {
    float: left;
    list-style: none;
    margin: 0; }
    @media (max-width: 768px) {
      .am2-tabs__titles li {
        float: none; } }
  .am2-tabs__titles a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    background: #ffffff;
    color: #181818;
    min-width: 140px;
    height: 55px;
    font-size: 15px;
    border-right: 1px solid #f4f5f7;
    border-top: 1px solid #f4f5f7;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .am2-tabs__titles a {
        border-right: 0; } }
    .am2-tabs__titles a.current {
      background: #ed1c24;
      color: #ffffff; }

.am2-tabs__panels {
  clear: both;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .am2-tabs__panels {
      padding-top: 25px; } }

/*** Testimonials ***/
.testimonial__image {
  width: 18%;
  margin: 0 2% 0 0;
  border-radius: 100%; }

.testimonial__description {
  width: 77%; }

.testimonial__name {
  margin: 0;
  padding: 0; }

.testimonial__title {
  padding: 0;
  margin: 0;
  font-size: 16px; }

.testimonial__blockqoute {
  position: relative;
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  text-align: justify;
  background: #fff; }
  .testimonial__blockqoute:before {
    content: "\201C";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 55px; }
  .testimonial__blockqoute:after {
    content: ""; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** WYSIWYG ***/
.am2-content {
  position: relative;
  /*p:last-of-type{
		margin-bottom: 0px;
	}*/ }
  .am2-content h2, .am2-content h1 {
    text-transform: uppercase;
    margin-bottom: 30px; }
  .am2-content p {
    display: block;
    margin-bottom: 30px; }
  .am2-content ul {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 30px; }
    .am2-content ul li {
      position: relative;
      padding-left: 15px;
      font-size: 18px;
      line-height: 24px; }
      .am2-content ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        display: block;
        vertical-align: top;
        content: '.';
        font-size: 30px;
        line-height: 5px; }
    .am2-content ul.gform_fields li:before {
      content: ''; }
  .am2-content img {
    max-width: 100%; }
  .am2-content .wp-caption {
    width: 100% !important;
    max-width: 100%; }
    .am2-content .wp-caption img {
      width: 100% !important;
      height: auto !important; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

/* flexible-layout custom blocks */
.layout--text-on-background-image {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 440px) {
    .layout--text-on-background-image {
      padding: 0;
      min-height: initial; } }
  .layout--text-on-background-image .wrapper {
    max-width: 1085px; }
    .layout--text-on-background-image .wrapper .container {
      padding: 0; }

.text-on-background-image__text {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 25px 25px 50px;
  margin: 0 25px;
  font-size: 21px;
  color: #ffffff;
  font-weight: 300;
  line-height: 32px; }
  .text-on-background-image__text strong {
    font-weight: 400; }
  @media (max-width: 768px) {
    .text-on-background-image__text {
      margin: 0; } }
  @media (max-width: 440px) {
    .text-on-background-image__text {
      padding: 25px; } }

.three_column_content .col-13:first-child > .three_column_content__block,
.three_column_content .col-13:last-child > .three_column_content__block {
  background-color: #f4f5f7; }

.three_column_content .col-13:nth-child(2) > .three_column_content__block {
  background-color: #e2e2e4; }

@media (min-width: 769px) and (max-width: 992px) {
  .three_column_content .col-13 > .three_column_content__block {
    padding: 25px;
    background-image: none !important; } }

@media (max-width: 768px) {
  .three_column_content .col-13 {
    width: 100%; }
    .three_column_content .col-13:last-child > .three_column_content__block {
      margin-bottom: 0; } }

@media (max-width: 440px) {
  .three_column_content .col-13 {
    min-height: auto;
    background-image: none !important; } }

.three_column_content__wrap {
  padding-right: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 769px) and (max-width: 992px) {
    .three_column_content__wrap {
      padding-right: 0; } }
  @media (max-width: 440px) {
    .three_column_content__wrap {
      padding-right: 0; } }

.three_column_content__block {
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  padding: 50px 25px 25px; }
  .three_column_content__block .btn {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 768px) {
    .three_column_content__block {
      margin-bottom: 15px;
      padding: 25px; } }
  @media (max-width: 440px) {
    .three_column_content__block {
      min-height: auto;
      background-image: none !important; } }

.three_column_content__title {
  font-size: 24px;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.contact__wrap {
  border: 1px solid #d6d6d6;
  padding: 50px; }
  @media (max-width: 768px) {
    .contact__wrap {
      padding: 25px; } }

.contact__info {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #d6d6d6; }
  @media (max-width: 768px) {
    .contact__info {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 2px solid #d6d6d6; } }

.contact__info-right {
  float: right; }
  @media (max-width: 768px) {
    .contact__info-right {
      float: left;
      width: 100%; } }

@media (max-width: 768px) {
  .contact__title {
    width: 100%;
    margin-bottom: 25px; } }

@media (max-width: 440px) {
  .contact__title {
    line-height: 35px; } }

.contact__svg-icon {
  width: 25px;
  height: 20px;
  margin-right: 10px;
  fill: #ed1c24; }

.contact__email {
  margin-right: 165px;
  font-size: 18px;
  font-weight: 300; }
  .contact__email i {
    font-size: 24px;
    color: #ed1c24;
    position: relative;
    top: 2px;
    margin-right: 15px; }
  @media (min-width: 769px) and (max-width: 992px) {
    .contact__email {
      margin-right: 25px; } }
  @media (max-width: 768px) {
    .contact__email {
      margin-right: 25px; } }
  @media (max-width: 440px) {
    .contact__email {
      margin: 0 0 10px 0;
      float: left;
      width: 100%; } }

.contact__phone {
  font-size: 18px;
  font-weight: 300; }
  .contact__phone i {
    font-size: 24px;
    color: #ed1c24;
    position: relative;
    top: 2px;
    margin-right: 15px; }
  @media (max-width: 440px) {
    .contact__phone {
      margin: 0;
      float: left;
      width: 100%; } }

.contact__form p {
  margin-bottom: 20px; }
  .contact__form p:last-of-type {
    margin-bottom: 0; }

.contact__form .require {
  color: #ed1c24; }

.contact__form-half {
  width: 50%;
  float: left;
  margin-bottom: 25px; }
  .contact__form-half--left {
    padding-right: 25px; }
  .contact__form-half--right {
    padding-left: 25px; }
  @media (max-width: 768px) {
    .contact__form-half {
      width: 100%;
      padding: 0 !important; } }

.articles {
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .articles {
      margin-bottom: 25px; } }
  .articles .col-13:last-child > .articles__article-listening {
    margin-bottom: 0; }
  @media (min-width: 769px) and (max-width: 992px) {
    .articles .col-13 {
      width: 50%; } }
  @media (max-width: 768px) {
    .articles .col-13 {
      width: 100%; } }
  .articles__button-hidden {
    margin-bottom: 0; }
  .articles__block-title {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .articles__block-title {
        margin-bottom: 25px; } }
  .articles__title a {
    color: #181818; }
    .articles__title a:hover {
      color: #959798; }
  .articles__article-listening {
    background-color: #ffffff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px; }
  .articles__info {
    margin-bottom: 15px; }
  .articles__date {
    color: #959798; }
  .articles__author {
    color: #959798; }
    @media (max-width: 440px) {
      .articles__author {
        float: left !important;
        clear: left; } }
  .articles__content {
    position: relative; }
    .articles__content:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70px;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .articles__read-more {
    float: none;
    margin: 0 auto; }

.layout--light-gray {
  background-color: #f4f5f7; }
  .layout--light-gray .events__listening {
    background-color: #ffffff; }
  .layout--light-gray .events__filter-btn {
    background-color: #ffffff; }
    .layout--light-gray .events__filter-btn:hover {
      background-color: #f4f5f7; }

@media (min-width: 769px) and (max-width: 992px) {
  .events .col-13 {
    width: 50%; } }

@media (max-width: 768px) {
  .events .col-13 {
    width: 100%; } }

.events .col-13:last-child > .events__listening {
  margin-bottom: 0; }

.events {
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .events {
      margin-bottom: 25px; } }
  .events__filter-right {
    float: right;
    width: 362px; }
    @media (max-width: 440px) {
      .events__filter-right {
        width: 265px;
        margin-right: 15px; } }
  .events__filter {
    margin-top: -45px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .events__filter {
        margin-top: 0;
        margin-bottom: 15px; } }
  .events__filter-btn {
    max-height: 30px;
    max-width: 125px;
    width: 100%;
    border: 1px solid #d6d6d6;
    text-align: center;
    float: left;
    padding: 3px 0;
    font-size: 15px;
    line-height: 22px;
    color: #181818;
    display: block;
    background-color: #f4f5f7; }
    .events__filter-btn:hover {
      background-color: #ffffff;
      cursor: pointer; }
    .events__filter-btn:first-of-type {
      margin-right: 25px; }
      @media (max-width: 440px) {
        .events__filter-btn:first-of-type {
          margin-right: 15px;
          clear: both; } }
  .events__filter-lbl {
    margin-right: 25px;
    font-size: 18px;
    line-height: 30px;
    float: left; }
    @media (max-width: 440px) {
      .events__filter-lbl {
        float: right;
        margin-right: 0; } }
  .events__button-hidden {
    margin-bottom: 0; }
  .events__block-title {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .events__block-title {
        margin-bottom: 25px; } }
  .events__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6; }
    .events__title a {
      color: #181818;
      line-height: 32px; }
      .events__title a:hover {
        color: #959798; }
  .events__listening {
    border: 1px solid #d6d6d6;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden; }
  .events__info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6; }
  .events__svg-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: #ed1c24; }
  .events__lecture-days {
    margin-bottom: 5px; }
  .events__address {
    width: 100%;
    margin-bottom: 5px; }
  .events__number-of-lecturers {
    margin-bottom: 0; }
    @media (max-width: 440px) {
      .events__number-of-lecturers {
        margin-bottom: 5px; } }
  .events__number-of-lectures {
    margin-left: 50px; }
    @media (max-width: 440px) {
      .events__number-of-lectures {
        clear: left;
        margin-left: 0; } }
  .events__content {
    position: relative; }
    .events__content:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70px;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .events__read-more {
    float: none;
    margin: 0 auto; }

/* Pages */
/*@import "/wp-content/themes/am2/pages/example";*/
/* Vendor */
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/am2/fonts/icomoon.eot?aljjir");
  src: url("/wp-content/themes/am2/fonts/icomoon.eot?aljjir#iefix") format("embedded-opentype"), url("/wp-content/themes/am2/fonts/icomoon.ttf?aljjir") format("truetype"), url("/wp-content/themes/am2/fonts/icomoon.woff?aljjir") format("woff"), url("/wp-content/themes/am2/fonts/icomoon.svg?aljjir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e900"; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/themes/am2/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/wp-content/themes/am2/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/wp-content/themes/am2/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/wp-content/themes/am2/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/wp-content/themes/am2/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/wp-content/themes/am2/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

.fa-phone:before {
  content: "\f095"; }

.fa-envelope-o:before {
  content: "\f003"; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-download:before {
  content: "\f019"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-user:before {
  content: "\f007"; }

.fa-minus-square-o:before {
  content: "\f147"; }

/*
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}

.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}

.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}

.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}

.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
*/
/* Slick Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto;
  -ms-touch-action: auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  list-style-type: none; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .slick-dots li button {
      text-indent: -900em;
      overflow: hidden;
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      padding: 0;
      opacity: 0.6;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      opacity: 1; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 40px;
  height: 40px;
  text-indent: -900em;
  overflow: hidden;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.5;
  outline: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1; }

.slick-next {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  right: 50px; }

.slick-prev {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  left: 50px; }

/*** Responsive Tables ***/
@media (max-width: 768px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 150px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th,
  .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 150px; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .js-responsive-table td,
  .js-responsive-table th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .js-responsive-table th:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table.pinned td {
    display: none; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  .featherlight:hover,
  .featherlight:active,
  .featherlight:focus,
  .featherlight:visited {
    outline: 0; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.9); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 50px;
    /* dimensions: handling large content */
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    max-height: 95%;
    /* styling */
    background: #f4f5f7;
    /* reset white-space wrapping */
    white-space: normal; }
  .featherlight .featherlight-content:hover,
  .featherlight .featherlight-content:active,
  .featherlight .featherlight-content:focus,
  .featherlight .featherlight-content:visited {
    outline: 0; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 3px;
    right: 2px;
    /* dimensions: 25px x 25px */
    line-height: 30px;
    width: 30px;
    font-size: 35px;
    /* styling */
    cursor: pointer;
    text-align: center;
    color: #181818;
    outline: 0; }
  .featherlight .featherlight-close-icon:hover,
  .featherlight .featherlight-close-icon:focus,
  .featherlight .featherlight-close-icon:visited,
  .featherlight .featherlight-close-icon:active {
    outline: 0; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    padding: 25px;
    overflow: auto; } }

@media only screen and (max-width: 1200px) {
  .featherlight .featherlight-content {
    margin: 15px 13px 15px 17px;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    height: -moz-calc(100% - 30px); } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 49px 0 15px;
    font-size: 16px;
    line-height: 49px;
    color: #262626;
    height: 49px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none; }
  .selectric .button, .selectric button, .selectric
  input[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 49px;
    background-color: #d6d6d6;
    color: #ffffff;
    text-align: center;
    font: 0/0 a;
    border: 0px transparent;
    *font: 20px/49px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after, .selectric button:after, .selectric
    input[type="submit"]:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #ffffff;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #181818; }

.selectric-above.selectric-open .selectric {
  border-top: 1px solid #d6d6d6 !important;
  border-bottom: 1px solid #181818 !important; }

.selectric-above.selectric-open .selectric-items {
  border: 1px solid #181818;
  border-bottom: 0; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #181818;
    border-bottom: 1px solid #d6d6d6; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border: 1px solid #181818;
  border-top: 0; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px 15px;
    color: #181818;
    cursor: pointer;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s; }
    .selectric-items li.selected {
      background: #d6d6d6; }
    .selectric-items li.highlighted {
      background: #d6d6d6; }
    .selectric-items li:hover {
      background: #d6d6d6; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/*# sourceMappingURL=style.css.map */
