@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900&subset=latin,latin-ext);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../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.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-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: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }

*:before, *:after {
  box-sizing: inherit; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  border-radius: none; }

img {
  border: none; }

/* Vendor */
.breaker {
  clear: both; }

.clearfix {
  zoom: 1; }

.group:before,
.group:after {
  content: '';
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; }

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; }

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: '\2010';
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto; }

.alert {
  width: 100%;
  display: block;
  font-size: .8em;
  line-height: 1.5em;
  font-weight: bold;
  color: #4a4a4a;
  margin: 1.2em 0;
  padding: .5em 2%; }
  .alert.alert-success {
    color: #4eb510 !important; }
  .alert.alert-danger {
    color: #df1b24 !important; }
  .alert.alert-warning {
    color: #edce41 !important; }
  .alert.alert-success-border {
    border: 3px solid #4eb510 !important; }
  .alert.alert-danger-border {
    border: 3px solid #df1b24 !important; }
  .alert.alert-warning-border {
    border: 3px solid #edce41 !important; }
  .alert ul {
    margin-left: 1.5em; }

.btn {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  background: none;
  border: none;
  border-radius: 2px;
  padding: .85em 1.5em;
  color: #c41938;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .btn.btn-default {
    color: #4a4a4a;
    font-weight: bold;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #7f7f7f; }
    .btn.btn-default:hover {
      background: #727272; }
  .btn.btn-gray {
    background: #e1e1e1;
    color: #4a4a4a;
    text-transform: none;
    padding: .7em 1em;
    border-radius: 5px; }
    .btn.btn-gray:hover {
      background: #eeeeee; }
  .btn.btn-white {
    color: #c41938;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid white; }
    .btn.btn-white:hover {
      background: #e1e1e1; }
  .btn.btn-primary {
    color: #fff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #ad1632; }
    .btn.btn-primary:hover {
      background: #c41938; }
  .btn.btn-secondary {
    color: #fff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #6da939; }
    .btn.btn-secondary:hover {
      background: #79bc3f; }
  .btn.btn-empty {
    color: #c41938;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: none;
    border: 1px solid #c41938; }
    .btn.btn-empty:hover {
      background: rgba(255, 255, 255, 0.2); }
    .btn.btn-empty.btn-empty-white {
      color: #fff;
      border-color: #fff; }
  .btn.btn-border {
    color: #4a4a4a;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: none;
    padding: .5em 0;
    border-bottom: 2px solid #6da939;
    text-transform: none; }
    .btn.btn-border:hover {
      color: #6da939; }

.form-input {
  height: 2em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 0 .5em;
  outline: none;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background: #fff; }
  .form-input:hover {
    background: #fafafa; }
  .form-input:focus {
    border: 1px solid #a1a1a1;
    background: #fff; }
  .form-input:disabled {
    cursor: not-allowed;
    border: 1px solid #e1e1e1;
    background: #fff; }

.form-select {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  padding: 0;
  outline: none; }

label.has-success {
  color: #4eb510; }
  label.has-success span {
    color: #4eb510 !important; }
  label.has-success .form-input {
    color: #4eb510 !important;
    border: 1px solid #4eb510 !important; }
  label.has-success select {
    border: 1px solid #4eb510 !important; }

label.has-warning {
  color: #edce41; }
  label.has-warning span {
    color: #edce41 !important; }
  label.has-warning .form-input {
    color: #edce41 !important;
    border: 1px solid #edce41 !important; }
  label.has-warning select {
    border: 1px solid #edce41 !important; }

label.has-error {
  color: #df1b24; }
  label.has-error span {
    color: #df1b24 !important; }
  label.has-error .form-input {
    color: #df1b24 !important;
    border: 1px solid #df1b24 !important; }
  label.has-error select {
    border: 1px solid #df1b24 !important; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

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

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

body {
  background: #f6f6f6;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  overflow-y: scroll; }

.wrapper {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  text-align: left; }

.site-header {
  width: 100%;
  height: 145px;
  position: relative;
  z-index: 10;
  background: #fff;
  display: block;
  box-shadow: 0 0 15px rgba(74, 74, 74, 0.35); }
  .site-header .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .site-header .logo {
    width: 188px;
    height: 128px;
    display: block;
    outline: none;
    background: url(../img/mpb-group-logo.svg) no-repeat;
    background-size: 100%; }
  .site-header .header-flex {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-header .header-nav-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 145px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-header .header-nav-flex .nav-menu {
      margin: 0 4em; }
      .site-header .header-nav-flex .nav-menu ul.mainmenu {
        list-style: none; }
        .site-header .header-nav-flex .nav-menu ul.mainmenu li {
          position: relative;
          display: inline-block; }
          .site-header .header-nav-flex .nav-menu ul.mainmenu li a {
            font-size: 17px;
            color: #4a4a4a;
            padding: .75em 1.1em; }
          .site-header .header-nav-flex .nav-menu ul.mainmenu li:hover a, .site-header .header-nav-flex .nav-menu ul.mainmenu li.open a {
            background: #e1e1e1; }
          .site-header .header-nav-flex .nav-menu ul.mainmenu li:hover ul.submenu, .site-header .header-nav-flex .nav-menu ul.mainmenu li.open ul.submenu {
            display: block; }
      .site-header .header-nav-flex .nav-menu ul.submenu {
        width: 200px;
        display: none;
        position: absolute;
        top: 2.3em;
        left: 0;
        background: #e1e1e1; }
        .site-header .header-nav-flex .nav-menu ul.submenu li {
          display: block;
          padding: 0 1.5em; }
          .site-header .header-nav-flex .nav-menu ul.submenu li:last-child a {
            border-bottom: none; }
          .site-header .header-nav-flex .nav-menu ul.submenu li a {
            display: block;
            border-bottom: 1px solid #fff;
            text-align: center;
            padding: 1em 0; }
            .site-header .header-nav-flex .nav-menu ul.submenu li a:hover {
              color: #646464; }
    .site-header .header-nav-flex .rio-logo {
      max-width: 280px;
      height: auto;
      display: inline-block; }
    .site-header .header-nav-flex .flag-menu {
      width: 280px;
      height: 50px;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 1em;
      color: #fff;
      line-height: 1.25em;
      background: url("/frontend/img/mpb-flag-menu.svg") no-repeat center center; }
  .site-header .header-search-flex {
    width: 290px;
    padding: 1.5em 0; }
    .site-header .header-search-flex .languages {
      list-style: none;
      margin-bottom: 1.5em;
      text-align: right; }
      .site-header .header-search-flex .languages li {
        display: inline-block;
        margin: 0 .35em; }
        .site-header .header-search-flex .languages li:first-child {
          margin-left: 0; }
        .site-header .header-search-flex .languages li:last-child {
          margin-right: 0; }
        .site-header .header-search-flex .languages li.selected a {
          color: #3d3d3d; }
        .site-header .header-search-flex .languages li.sr a {
          font-size: 1.4em;
          font-weight: bold;
          color: #4a4a4a; }
        .site-header .header-search-flex .languages li.sl a {
          color: #3d3d3d;
          position: relative;
          padding-left: 32px; }
          .site-header .header-search-flex .languages li.sl a:before {
            content: "";
            width: 28px;
            height: 28px;
            position: absolute;
            top: -.25em;
            left: 0;
            display: inline-block;
            background: url(../img/sightless.png);
            background-size: 100%; }
        .site-header .header-search-flex .languages li a {
          color: #cacaca; }
          .site-header .header-search-flex .languages li a:hover {
            text-decoration: underline; }
    .site-header .header-search-flex .search-form {
      position: relative; }
      .site-header .header-search-flex .search-form .search-input {
        width: 100%;
        height: 38px;
        font: normal 1em "Lato", Helvetica, Arial, sans-serif;
        padding: 0 .75em;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        outline: none; }
        .site-header .header-search-flex .search-form .search-input:focus {
          border-color: #b2b2b2; }
      .site-header .header-search-flex .search-form .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        color: #4a4a4a;
        width: 38px;
        height: 38px;
        font-size: 18px;
        background: none;
        border: none;
        outline: none;
        cursor: pointer; }
      .site-header .header-search-flex .search-form .btn-search-link {
        width: 50px;
        height: 50px;
        float: right;
        padding: 0;
        line-height: 48px;
        font-size: 30px;
        display: none;
        background: #4a4a4a;
        border-radius: 5px;
        color: #fff;
        text-align: center; }
        .site-header .header-search-flex .search-form .btn-search-link:hover {
          background: #575757; }

.site-container {
  width: 100%;
  display: block; }

.site-container {
  width: 100%;
  display: block;
  margin-bottom: 2em; }
  .site-container .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-container .site-right-flex {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .site-container .site-aside {
    width: 260px;
    padding-top: 2em;
    padding-bottom: 1em; }
    .site-container .site-aside.left-aside {
      padding-right: 1.5em; }
    .site-container .site-aside.right-aside {
      padding-left: 1.5em; }
    .site-container .site-aside .mobile-toggler {
      background: #313131;
      color: #fff;
      display: none;
      font-size: 1.3em;
      text-transform: uppercase;
      padding: 1em 1.5em; }
      .site-container .site-aside .mobile-toggler.open {
        opacity: .35; }
    .site-container .site-aside .left-nav {
      display: block; }
      .site-container .site-aside .left-nav ul.left-main-nav {
        list-style: none; }
        .site-container .site-aside .left-nav ul.left-main-nav > li {
          position: relative;
          padding-bottom: 1em;
          margin-bottom: .75em; }
          .site-container .site-aside .left-nav ul.left-main-nav > li:before {
            content: "";
            width: 35%;
            height: 1px;
            background: #e1e1e1;
            position: absolute;
            bottom: .25em;
            left: -.5em; }
          .site-container .site-aside .left-nav ul.left-main-nav > li > a {
            display: block;
            font: normal 20px/1.3em "Merriweather", Helvetica, Arial, sans-serif;
            color: #c41938; }
            .site-container .site-aside .left-nav ul.left-main-nav > li > a:hover {
              color: #db1c3e; }
      .site-container .site-aside .left-nav ul.left-sub-nav {
        list-style: none;
        margin-top: .5em;
        margin-left: .75em; }
        .site-container .site-aside .left-nav ul.left-sub-nav > li {
          padding: .25em 0; }
          .site-container .site-aside .left-nav ul.left-sub-nav > li a {
            font-size: 1.1em;
            line-height: 1.3em;
            color: #4a4a4a; }
            .site-container .site-aside .left-nav ul.left-sub-nav > li a:hover {
              text-decoration: underline; }
    .site-container .site-aside .banner-container {
      margin-top: 1.5em; }
  .site-container .site-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .site-container .site-content.site-home-content {
      margin-top: -1.5em; }
    .site-container .site-content .site-content-wrapper {
      display: block;
      background: #fff;
      box-shadow: 0 0 5px rgba(74, 74, 74, 0.1);
      padding: 1em 2em 3em 2em;
      border-radius: 5px; }

.banner-container {
  width: 100%;
  display: block;
  text-align: center;
  margin: .5em 0 1em 0; }
  .banner-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.error-body {
  display: block;
  padding: 4em 0;
  text-align: center; }
  .error-body i.fa {
    font-size: 6em;
    color: #c41938;
    margin-bottom: .25em; }
  .error-body p {
    display: block;
    font-size: 1.3em;
    line-height: 1.5em; }

.search-inner {
  display: block;
  margin-bottom: 2em; }
  .search-inner .search-inner-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .search-inner .search-inner-form .search-input {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font: normal 1.2em "Lato", Helvetica, Arial, sans-serif;
      height: 42px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      padding: 0 1em;
      outline: none; }
    .search-inner .search-inner-form .search-submit {
      width: 42px;
      height: 42px;
      font-size: 1.5em;
      background: #4a4a4a;
      border: none;
      border-radius: 5px;
      color: #fff;
      text-align: center;
      line-height: 38px;
      margin-left: .5em;
      outline: none; }

.sidebar-section {
  display: block;
  margin-bottom: 1em; }

.event-widget {
  display: block;
  background: #6da939;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: left;
  color: #fff;
  margin-bottom: 1.5em; }
  .event-widget .widget-title {
    display: block;
    padding: .75em 1em;
    background: #54832c;
    border-bottom: 1px solid #4d7728;
    font: normal 1.2em "Merriweather", Helvetica, Arial, sans-serif; }
  .event-widget .widget-list {
    display: block; }
    .event-widget .widget-list .event-item {
      display: block;
      padding: 1em 1.5em;
      border-top: 1px solid #5e9231;
      border-bottom: 1px solid #669e35; }
      .event-widget .widget-list .event-item:last-child {
        border-bottom: none; }
      .event-widget .widget-list .event-item h3 {
        display: block;
        font-size: 1.1em;
        line-height: 1.3em; }
        .event-widget .widget-list .event-item h3 a {
          color: #fff; }
          .event-widget .widget-list .event-item h3 a:hover {
            text-decoration: underline; }
      .event-widget .widget-list .event-item .date {
        color: #eeeeee;
        font-style: italic;
        line-height: 1.5em; }
  .event-widget .widget-bottom {
    display: block;
    background: #54832c;
    padding: .75em 1.5em 1em 1.5em;
    text-align: right; }
    .event-widget .widget-bottom a {
      font-size: .9em;
      color: #fff;
      text-decoration: underline; }

.social-box {
  background: #fff;
  box-shadow: 1px 2px 1px rgba(74, 74, 74, 0.15);
  padding: .75em; }
  .social-box .section-title {
    display: block;
    color: #c41938;
    font: bold 1.1em/1.4em "Merriweather", Helvetica, Arial, sans-serif;
    margin-top: .25em; }
  .social-box .btn-instalink {
    text-align: center;
    text-transform: none;
    font: bold 1.1em/1.4em "Lato", Helvetica, Arial, sans-serif; }
    .social-box .btn-instalink i.fa {
      display: block;
      font-size: 2.7em;
      margin-bottom: .25em;
      color: #7f7f7f; }

.subscribe-form {
  display: block; }
  .subscribe-form .subscribe-title {
    display: block;
    font: normal 1.7em "Merriweather", Helvetica, Arial, sans-serif;
    color: #6da939;
    margin: 1.5em 0 1em 0; }
  .subscribe-form .form-group {
    display: block;
    margin: .5em 0; }
    .subscribe-form .form-group label {
      font-family: "Merriweather", Helvetica, Arial, sans-serif;
      font-size: 1.1em;
      display: block;
      margin-bottom: .5em; }
    .subscribe-form .form-group .form-input {
      width: 100%;
      height: 38px;
      background: #fff;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      outline: none;
      margin-bottom: .5em; }
  .subscribe-form .btn-container {
    display: block;
    text-align: center; }
    .subscribe-form .btn-container .btn {
      width: 100%;
      display: block;
      padding: 1.5em 2.5em;
      border-radius: 7px; }
    .subscribe-form .btn-container p {
      display: block;
      margin-top: .75em;
      font-size: .9em;
      line-height: 1.5em;
      text-align: left; }

.fb-page {
  margin-top: 1em; }

.footer-partners {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(74, 74, 74, 0.2);
  padding: 2em 0; }
  .footer-partners .title {
    display: block;
    font: normal 32px "Merriweather", Helvetica, Arial, sans-serif;
    color: #c41938;
    margin-bottom: .35em; }
  .footer-partners .partner-logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-partners .partner-logos .partner-section {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.5em 4em 1em 4em;
      border-bottom: 2px solid #e1e1e1; }
      .footer-partners .partner-logos .partner-section:first-child {
        border-color: transparent; }
      .footer-partners .partner-logos .partner-section .partner-section-title {
        display: block;
        position: absolute;
        top: -2.5em;
        left: 0;
        font-size: .95em;
        color: #7d7d7d; }
      .footer-partners .partner-logos .partner-section img {
        display: inline-block;
        margin: .25em .75em; }

.site-footer {
  width: 100%;
  display: block;
  padding: 3em 0; }
  .site-footer .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-footer .footer-col {
    width: 50%;
    padding: 0 2em; }
    .site-footer .footer-col .footer-col-title {
      display: block;
      font: normal 26px "Merriweather", Helvetica, Arial, sans-serif;
      color: #c41938;
      margin-bottom: 1em;
      padding-bottom: .5em;
      border-bottom: 2px solid #e1e1e1; }
    .site-footer .footer-col .footer-menu {
      list-style: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .site-footer .footer-col .footer-menu li {
        width: 50%;
        display: inline-block;
        padding: .5em; }
        .site-footer .footer-col .footer-menu li a {
          font-size: 1.1em;
          line-height: 1.5em;
          color: #646464; }
          .site-footer .footer-col .footer-menu li a:hover {
            text-decoration: underline; }
    .site-footer .footer-col .footer-contact {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-footer .footer-col .footer-contact .footer-contact-lead {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 60%;
        padding-left: .5em;
        margin-top: -1.25em; }
        .site-footer .footer-col .footer-contact .footer-contact-lead .page-body h3 {
          font-size: 1.2em; }
      .site-footer .footer-col .footer-contact .footer-contact-map {
        width: 40%;
        position: relative;
        display: block;
        margin-right: .5em; }
        .site-footer .footer-col .footer-contact .footer-contact-map #footer-map {
          width: 100%;
          height: 200px;
          position: relative;
          z-index: 20;
          display: block; }
        .site-footer .footer-col .footer-contact .footer-contact-map .btn-container {
          width: 100%;
          display: block;
          padding: .75em 0;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 30;
          background: rgba(255, 255, 255, 0.75);
          text-align: center; }
          .site-footer .footer-col .footer-contact .footer-contact-map .btn-container .btn {
            min-width: 50%;
            display: inline-block;
            margin: 0 auto; }
            .site-footer .footer-col .footer-contact .footer-contact-map .btn-container .btn:hover {
              background: rgba(255, 255, 255, 0.8); }

.herospace {
  width: 100%;
  height: 520px;
  position: relative;
  display: block;
  overflow: hidden; }
  .herospace .carousel {
    width: 100%;
    height: 520px;
    display: inline-block; }
    .herospace .carousel .carousel-cell {
      width: 100%;
      height: 520px;
      position: relative; }
      .herospace .carousel .carousel-cell .carousel-bg {
        width: 100%;
        height: 520px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #f9e8eb;
        background-size: cover;
        background-repeat: no-repeat; }
        .herospace .carousel .carousel-cell .carousel-bg:after {
          content: "";
          width: 100%;
          height: 520px;
          position: absolute;
          top: 0;
          left: 0;
          background-color: transparent;
          background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='rgba(0, 0, 0, 0.7)'); }
      .herospace .carousel .carousel-cell .carousel-content {
        max-width: 50%;
        position: relative;
        z-index: 100;
        margin-top: -3em;
        text-shadow: 1px 2px 3px rgba(74, 74, 74, 0.2); }
        .herospace .carousel .carousel-cell .carousel-content .slide-title {
          display: block;
          font: normal 40px/1.4em "Merriweather", Helvetica, Arial, sans-serif;
          color: #fff;
          margin-bottom: .25em; }
        .herospace .carousel .carousel-cell .carousel-content .slide-lead {
          display: block;
          font-size: 1.2em;
          line-height: 1.5em;
          color: #fff;
          margin-bottom: 1.5em; }
        .herospace .carousel .carousel-cell .carousel-content .btn-container {
          display: block;
          margin-top: .5em; }
  .herospace .flickity-page-dots {
    bottom: 3em; }
    .herospace .flickity-page-dots .dot {
      width: 2em;
      height: 2em;
      background: none;
      border: 1px solid #fff; }
      .herospace .flickity-page-dots .dot.is-selected {
        background: #fff; }

.home-news-container > .btn-container {
  text-align: center;
  padding-bottom: 1.5em; }
  .home-news-container > .btn-container .btn-empty {
    margin: 0 auto;
    padding: 1.25em 3em; }

.home-banner-container {
  display: block;
  margin: 1em 0; }

.featured-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1em 0 2em 0; }
  .featured-buttons .featured-btn {
    width: 50%;
    position: relative;
    height: auto;
    display: inline-block;
    padding: 7em 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center; }
    .featured-buttons .featured-btn:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
    .featured-buttons .featured-btn:hover span {
      background: rgba(255, 255, 255, 0.2); }
    .featured-buttons .featured-btn:hover:before {
      background: rgba(0, 0, 0, 0.6); }
    .featured-buttons .featured-btn .btn {
      position: relative;
      z-index: 50;
      padding: 1.25em 3em; }

.featured-video {
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(74, 74, 74, 0.1);
  margin: 2em 0 1em 0;
  padding: 2em; }
  .featured-video .featured-video-title {
    font: normal 24px/1.5em "Merriweather", Helvetica, Arial, sans-serif;
    color: #4a4a4a; }
  .featured-video .featured-video-preview {
    display: block;
    overflow: hidden;
    margin: 1em 0; }
    .featured-video .featured-video-preview .video-embed {
      position: relative;
      max-width: 100%;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .featured-video .featured-video-preview .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .featured-video .featured-video-preview p {
      display: block;
      margin-top: 1.5em; }
      .featured-video .featured-video-preview p .btn {
        text-transform: none;
        display: inline-block;
        margin-right: 1em; }
        .featured-video .featured-video-preview p .btn:last-child {
          margin-right: 0; }

.title-wrapper {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 3.5em; }
  .title-wrapper:after {
    content: "";
    width: 25%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 5%;
    bottom: -1.5em; }
  .title-wrapper.title-wrapper-tiny {
    margin-bottom: 1.5em; }
    .title-wrapper.title-wrapper-tiny:after {
      display: none; }
  .title-wrapper .top-nav {
    display: block;
    margin-bottom: 1em; }
    .title-wrapper .top-nav.top-nav-tags {
      text-align: right; }
    .title-wrapper .top-nav a {
      color: #4a4a4a;
      background: #eeeeee;
      border-radius: 5px;
      padding: .5em 1em;
      display: inline-block;
      margin: .25em; }
      .title-wrapper .top-nav a:hover {
        background: #e1e1e1; }
  .title-wrapper .page-title {
    font: normal 30px/1.5em "Merriweather", Helvetica, Arial, sans-serif;
    color: #c41938;
    margin-top: .5em; }
    .title-wrapper .page-title span {
      font-weight: bold;
      color: #4a4a4a; }
  .title-wrapper .sport-title {
    font: normal 18px/1.5em "Merriweather", Helvetica, Arial, sans-serif;
    color: #c41938;
    margin-top: 1.5em; }
  .title-wrapper .category {
    display: block;
    margin-top: .5em;
    font: normal 1.2em "Merriweather", Helvetica, Arial, sans-serif;
    color: #707070; }

.news-list {
  display: block; }
  .news-list .news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2em;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2em; }
    .news-list .news-item .img-container {
      -webkit-flex-basis: 260px;
          -ms-flex-preferred-size: 260px;
              flex-basis: 260px;
      margin-right: 1.5em; }
      .news-list .news-item .img-container img {
        width: 100%;
        height: auto;
        display: block; }
    .news-list .news-item .news-item-content {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .news-list .news-item .news-item-content .date {
        display: block;
        color: #707070;
        font-size: .8em;
        margin-bottom: .5em; }
      .news-list .news-item .news-item-content h2.news-title {
        display: block;
        margin-bottom: 1em; }
        .news-list .news-item .news-item-content h2.news-title a {
          font: normal 1.3em/1.5em "Merriweather", Helvetica, Arial, sans-serif;
          color: #707070; }
          .news-list .news-item .news-item-content h2.news-title a:hover {
            color: #646464; }
      .news-list .news-item .news-item-content .page-body {
        display: block;
        margin-bottom: 1em; }
      .news-list .news-item .news-item-content .btn-container {
        display: block;
        margin-top: .5em; }

.athlete-lead-image {
  max-width: 35% !important;
  height: auto;
  float: left;
  border: 3px solid #e1e1e1;
  margin: 0 2em 2em 0; }

.category-grid {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .category-grid .sport-item {
    width: 22%;
    display: inline-block;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin: .5em;
    padding: 1em; }
    .category-grid .sport-item:hover {
      background: #f3f3f3; }
    .category-grid .sport-item h2 {
      display: block;
      font-size: 1.1em;
      font-weight: normal;
      color: #575757; }
    .category-grid .sport-item img {
      width: auto;
      height: 85px;
      max-width: 80%;
      display: block;
      margin: 1em auto; }

.grid-content-wrapper {
  display: block;
  background: #eeeeee;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(74, 74, 74, 0.2);
  padding: 1.5em 2em;
  margin: -1em 0 2em 0; }
  .grid-content-wrapper .grid-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .grid-content-wrapper .grid-section .athlete-item {
      width: 23%;
      display: inline-block;
      margin: .5em;
      background: #fff;
      border-radius: 5px;
      text-align: center; }
      .grid-content-wrapper .grid-section .athlete-item:hover {
        box-shadow: 0 0 4px rgba(74, 74, 74, 0.2); }
        .grid-content-wrapper .grid-section .athlete-item:hover h2 {
          color: #7f7f7f; }
      .grid-content-wrapper .grid-section .athlete-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px 5px 0 0; }
      .grid-content-wrapper .grid-section .athlete-item h2 {
        display: block;
        padding: 1.5em;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.3em;
        color: #4a4a4a;
        border-radius: 0 0 5px 5px; }

.event-filters {
  width: 108%;
  margin-left: -4%;
  padding: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3; }
  .event-filters .form-group {
    position: relative; }
    .event-filters .form-group.form-group-date {
      width: 44%; }
    .event-filters .form-group.form-group-category {
      min-width: 25%; }
    .event-filters .form-group.form-group-checkbox {
      max-width: 120px;
      margin-left: 1em;
      padding: 2em 0 0 2em;
      line-height: 1.5em; }
      .event-filters .form-group.form-group-checkbox input {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 7px; }
    .event-filters .form-group .form-group-label {
      display: block;
      font: normal 1.1em/2em "Merriweather", Helvetica, Arial, sans-serif; }
    .event-filters .form-group .form-input {
      width: 38%;
      height: 42px;
      border: 1px solid #e1e1e1;
      border-radius: 5px; }
    .event-filters .form-group .form-select {
      width: 90%;
      height: 42px;
      border: 1px solid #e1e1e1;
      border-radius: 5px; }
    .event-filters .form-group span {
      width: 25px;
      display: inline-block;
      font-family: "Merriweather", Helvetica, Arial, sans-serif;
      position: relative; }
    .event-filters .form-group .date-label {
      position: relative; }
      .event-filters .form-group .date-label span:before {
        content: "\f073";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        right: 2.75em;
        color: #7f7f7f; }
  .event-filters .form-info {
    padding: 0.5em; }
    .event-filters .form-info .form-info-text {
      width: 100%;
      padding: 0 0 0.5em 0;
      display: block;
      font-style: italic;
      font-size: 12px;
      font-weight: bold; }
    .event-filters .form-info .star {
      font-size: 18px;
      color: red; }

.event-list {
  display: block;
  margin: 2em 0 1em 0; }
  .event-list .event {
    display: block;
    margin-bottom: 2em;
    border-left: 1px solid #7f7f7f; }
    .event-list .event .event-date {
      display: block;
      border-left: 4px solid #4a4a4a;
      padding: .5em 0 .5em 1em; }
      .event-list .event .event-date span {
        display: block; }
        .event-list .event .event-date span.event-date-year {
          font-size: .9em;
          line-height: 1.3em;
          color: #7f7f7f; }
        .event-list .event .event-date span.event-date-month {
          font-size: 2em;
          font-weight: 100;
          line-height: 1.3em;
          text-transform: uppercase; }
          .event-list .event .event-date span.event-date-month b {
            font-weight: 900; }
    .event-list .event .event-flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1em 0 1em 1.5em; }
      .event-list .event .event-flex .event-body {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .event-list .event .event-flex .event-body h2 {
          display: block;
          margin-bottom: .5em; }
          .event-list .event .event-flex .event-body h2 a {
            font: normal 1.5em/1.5em "Merriweather", Helvetica, Arial, sans-serif;
            color: #c41938; }
            .event-list .event .event-flex .event-body h2 a:hover {
              text-decoration: underline; }
        .event-list .event .event-flex .event-body .event-category {
          display: block;
          font-style: italic;
          color: #7f7f7f; }
        .event-list .event .event-flex .event-body .btn-container {
          display: block;
          margin-top: .5em; }
      .event-list .event .event-flex .event-image {
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
        margin-left: 1em; }
        .event-list .event .event-flex .event-image img {
          width: 100%;
          display: block; }

.gallery-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: .5em 0 1em 0; }
  .gallery-list .gallery-item {
    width: 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: .75em;
    background: #eeeeee;
    border: 1px solid #e1e1e1;
    border-radius: 7px; }
    .gallery-list .gallery-item .gallery-item-preview {
      height: 150px;
      background: #fff;
      border-radius: 7px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: .75em 0; }
      .gallery-list .gallery-item .gallery-item-preview img {
        width: auto;
        max-width: 90%;
        height: 130px;
        display: block;
        margin: .75em auto; }
    .gallery-list .gallery-item .gallery-item-data {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 1em; }
      .gallery-list .gallery-item .gallery-item-data h2 {
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.3em;
        margin-bottom: .75em; }
        .gallery-list .gallery-item .gallery-item-data h2 a {
          color: #4a4a4a; }
          .gallery-list .gallery-item .gallery-item-data h2 a:hover {
            text-decoration: underline; }
      .gallery-list .gallery-item .gallery-item-data p {
        font-size: .9em; }
        .gallery-list .gallery-item .gallery-item-data p span {
          display: inline-block;
          margin: 0 .5em; }

.gallery-lightbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: .5em 0 1em 0; }
  .gallery-lightbox .gallery-pic {
    width: 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.25em .75em; }
    .gallery-lightbox .gallery-pic .gallery-pic-preview {
      height: 150px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .gallery-lightbox .gallery-pic .gallery-pic-preview img {
        width: auto;
        max-width: 90%;
        height: 130px;
        display: block;
        margin: .75em auto; }
      .gallery-lightbox .gallery-pic .gallery-pic-preview span {
        display: block;
        font-size: .9em;
        line-height: 1.5em;
        color: #4a4a4a; }

.competition-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1em; }
  .competition-container .competition-box {
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    padding: 2px;
    margin: 0 0 1em 1%;
    border-radius: 5px;
    background-color: #f6f6f6; }
    .competition-container .competition-box:nth-child(3n+1) {
      margin-left: 0; }
  .competition-container .competition-header {
    padding: 1em 1em;
    text-align: center; }
    .competition-container .competition-header .date {
      display: block;
      margin-bottom: 0.1em;
      font: normal 12px/1.5em "Lato", Helvetica, Arial, sans-serif; }
    .competition-container .competition-header .date-more {
      display: block;
      font: 100 20px/1.5em "Lato", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  .competition-container .competition-content {
    padding: 1em;
    text-align: center;
    border-radius: 4px;
    background-color: #fff; }
    .competition-container .competition-content .competition-title {
      min-height: 8em;
      margin-bottom: 1em;
      color: #c41938;
      font: normal 16px/1.2em "Lato", Helvetica, Arial, sans-serif; }
      .competition-container .competition-content .competition-title a {
        color: #c41938; }
        .competition-container .competition-content .competition-title a:hover {
          color: #ad1632; }

.breadcrumb {
  width: 100%;
  background: #fff;
  display: block;
  padding: 1.25em 0 1.1em 0;
  margin-bottom: 1em; }
  .breadcrumb span {
    margin-right: .5em;
    display: inline;
    color: #7f7f7f;
    font-size: .95em;
    text-decoration: none;
    line-height: 1.3em; }
    .breadcrumb span:before {
      color: #c41938;
      margin-right: .75em;
      content: '\f105';
      font-family: "FontAwesome"; }
    .breadcrumb span a {
      color: #7f7f7f;
      text-decoration: underline; }
    .breadcrumb span:first-child:before {
      display: none; }

.page-body {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.5em; }
  .page-body div, .page-body p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 1em; }
  .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    color: #c41938;
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: .7em;
    margin-bottom: .5em; }
    .page-body h2 a, .page-body h3 a, .page-body h4 a, .page-body h5 a, .page-body h6 a {
      text-decoration: none; }
      .page-body h2 a:hover, .page-body h3 a:hover, .page-body h4 a:hover, .page-body h5 a:hover, .page-body h6 a:hover {
        text-decoration: underline; }
  .page-body h2 {
    font-size: 1.7em; }
  .page-body h3 {
    font-size: 1.5em; }
  .page-body h4 {
    font-size: 1.3em; }
  .page-body h5 {
    font-size: 1.1em; }
  .page-body h6 {
    font-size: 1em; }
  .page-body ul, .page-body ol {
    width: 96%;
    margin: .8em 0 1.2em 4%; }
  .page-body ul li, .page-body ol li {
    list-style-type: disc;
    font-weight: normal; }
  .page-body ol li {
    list-style-type: decimal; }
  .page-body ul li {
    list-style: none;
    padding: .35em 0; }
    .page-body ul li:before {
      margin-left: -1em;
      margin-right: .5em;
      content: '\f105';
      color: #6da939;
      font-family: "FontAwesome"; }
  .page-body a {
    color: #c41938;
    text-decoration: underline; }
  .page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: .8em 0 1.2em 0; }
    .page-body table.table-tiny td {
      font-size: em(13);
      line-height: 1.25em;
      border-bottom: none;
      padding-right: 0; }
  .page-body table td,
  .page-body table th {
    font-size: 1em;
    padding: .5em;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle; }
  .page-body .stressed-text {
    color: #c41938; }
  .page-body img {
    max-width: 100%;
    height: auto; }
    .page-body img[style*="float:left"] {
      border: 5px solid #e1e1e1;
      margin: 0 1em 1em 0; }
    .page-body img[style*="float:right"] {
      border: 5px solid #e1e1e1;
      margin: 0 0 1em 1em; }
  .page-body figure.image {
    position: relative;
    max-width: 100%;
    display: block;
    margin: .5em auto; }
    .page-body figure.image.video-embed {
      margin: 2em 0;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .page-body figure.image.video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .page-body figure.image.open-gallery:after {
      content: '\f00e';
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 400;
      font-family: "FontAwesome";
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .page-body figure.image img {
      max-width: 100%;
      position: relative;
      z-index: 200;
      height: auto;
      display: block; }
    .page-body figure.image figcaption {
      margin: 0;
      padding: 7px;
      background: #e1e1e1;
      font-size: .85em;
      text-align: center; }

.pagination {
  width: 100%;
  text-align: center;
  margin: 2em 0;
  padding: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination li {
    display: inline-block;
    margin: 0 .5em;
    list-style: none;
    font-family: "Lato", Helvetica, Arial, sans-serif; }
    .pagination li a {
      color: #6da939;
      font-size: 17px;
      font-weight: normal;
      padding: .25em .6em;
      border: none;
      border-radius: 5px;
      background: #eeeeee; }
      .pagination li a:hover {
        color: #fff;
        background: #6da939;
        text-decoration: none; }
    .pagination li.active a {
      color: #fff;
      border: none;
      background: #6da939; }
    .pagination li.disabled a {
      cursor: not-allowed;
      color: #fff;
      border: none;
      background: #a1d177; }
    .pagination li:first-child {
      margin-left: 0; }
      .pagination li:first-child a {
        color: #fff;
        background: none; }
    .pagination li:last-child {
      margin-right: 0; }
      .pagination li:last-child a {
        color: #fff;
        background: none; }

@media only screen and (max-width: 1300px) {
  .wrapper {
    width: 100%;
    padding: 0 1.5em; }
  .site-header .logo {
    width: 175px;
    height: 122px; }
  .site-header .header-nav-flex .nav-menu {
    margin: 0 2.5em; }
    .site-header .header-nav-flex .nav-menu li a {
      font-size: 16px;
      padding: .75em 1em; }
  .site-header .header-nav-flex .rio-logo, .site-header .header-nav-flex .flag-menu {
    max-width: 220px; }
  .site-header .header-search-flex {
    width: 240px; }
  .herospace .event-widget {
    right: 1em; }
  .news-list .news-item .img-container {
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px; } }

@media only screen and (max-width: 1100px) {
  .site-container .site-content .site-content-wrapper {
    padding: 1em 1.5em 2em 1.5em; }
  .site-container .site-aside {
    width: 220px; }
    .site-container .site-aside .left-nav ul.left-main-nav > li > a {
      font-size: 17px; }
    .site-container .site-aside .left-nav ul.left-sub-nav {
      font-size: .9em; }
  .event-widget .widget-title {
    font-size: 1em; }
  .event-widget .widget-list .event-item {
    padding-left: 1em;
    padding-right: 1em; }
    .event-widget .widget-list .event-item h3 {
      font-size: 1em; }
    .event-widget .widget-list .event-item .date {
      font-size: .9em; }
  .gallery-list .gallery-item {
    width: 29%;
    margin: .7em; }
    .gallery-list .gallery-item .gallery-item-preview {
      height: 130px; }
      .gallery-list .gallery-item .gallery-item-preview img {
        height: 110px; } }

@media only screen and (max-width: 960px) {
  .site-header .header-nav-flex .rio-logo, .site-header .header-nav-flex .flag-menu {
    display: none; }
  .site-container .site-right-flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .site-container .site-aside.right-aside {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 1.5em 0 0 0; }
    .site-container .site-aside.right-aside .sidebar-flex-group {
      width: 50%;
      padding: 1em; }
    .site-container .site-aside.right-aside .social-box .section-title {
      margin-bottom: .5em; }
  .event-widget {
    margin: 0 auto; }
    .event-widget .widget-title {
      font-size: 1.3em; }
  .herospace {
    height: 400px; }
    .herospace .carousel {
      height: 440px; }
      .herospace .carousel .carousel-cell {
        height: 440px; }
        .herospace .carousel .carousel-cell .carousel-bg {
          height: 440px; }
          .herospace .carousel .carousel-cell .carousel-bg:after {
            height: 440px; }
        .herospace .carousel .carousel-cell .carousel-content .slide-title {
          font-size: 30px; }
    .herospace .flickity-page-dots {
      bottom: 5em; }
  .gallery-list .gallery-item {
    width: 46%;
    margin: .5em; }
  .category-grid .sport-item {
    width: 31%; } }

@media only screen and (max-width: 800px) {
  .site-header .logo {
    width: 155px;
    height: 107px; }
  .site-header .header-nav-flex .nav-menu {
    margin: 0 0 0 1em; }
    .site-header .header-nav-flex .nav-menu ul.mainmenu li a {
      font-size: 14px;
      padding-left: .6em;
      padding-right: .6em; }
    .site-header .header-nav-flex .nav-menu ul.submenu {
      top: 1.8em; }
  .site-header .header-search-flex {
    width: 200px; }
    .site-header .header-search-flex .languages li.sl {
      display: block;
      margin-bottom: 1em; }
  .site-container {
    position: relative; }
    .site-container .site-aside.left-aside {
      width: 180px; }
  .title-wrapper .page-title {
    font-size: 24px; }
  .title-wrapper .top-nav a {
    font-size: .9em;
    padding: .4em .7em; }
  .gallery-list .gallery-item {
    width: 100%;
    margin: 1em 0; }
  .category-grid .sport-item {
    width: 47%; }
  .featured-buttons .featured-btn {
    padding: 4.5em 0; }
  .footer-partners .partner-logos .partner-section {
    padding: 1em; }
    .footer-partners .partner-logos .partner-section img {
      height: 70px;
      margin: .15em .35em; }
  .site-footer .wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .site-footer .footer-col {
    width: 100%;
    margin-bottom: 2em; }
    .site-footer .footer-col .footer-menu {
      margin-top: -.5em; }
      .site-footer .footer-col .footer-menu li {
        padding-top: 0; } }

@media only screen and (max-width: 700px) {
  .herospace .carousel .carousel-cell .carousel-content {
    margin-top: -7em; }
    .herospace .carousel .carousel-cell .carousel-content .slide-title {
      font-size: 24px; }
    .herospace .carousel .carousel-cell .carousel-content .slide-lead {
      font-size: .9em; }
    .herospace .carousel .carousel-cell .carousel-content .btn-container {
      margin-top: .15em; }
  .site-container .site-aside.right-aside .sidebar-flex-group {
    width: 100%; }
  .featured-buttons .featured-btn {
    padding: 3em 0; }
  .news-list .news-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-list .news-item .news-item-content {
      width: 88%;
      background: #fff;
      margin-top: -5em;
      padding-top: 1em; }
      .news-list .news-item .news-item-content.news-item-only-content {
        margin-top: -1em; } }

@media only screen and (max-width: 600px) {
  .banner-container {
    display: none; }
  .site-header {
    height: 160px; }
    .site-header .header-flex {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .site-header .header-nav-flex {
      width: 100%;
      height: auto;
      height: 40px;
      padding-top: 13px;
      display: block;
      border-top: 1px solid #e1e1e1;
      position: absolute;
      top: 120px;
      left: 0;
      background: #fff; }
    .site-header .header-search-flex {
      width: 100%; }
      .site-header .header-search-flex .languages li.sl {
        display: inline;
        margin: 0; }
        .site-header .header-search-flex .languages li.sl a {
          display: inline;
          width: 0;
          font-size: 4px;
          padding: 0;
          visibility: hidden; }
          .site-header .header-search-flex .languages li.sl a:before {
            visibility: visible;
            top: -3.25em; }
      .site-header .header-search-flex .search-form input, .site-header .header-search-flex .search-form button {
        display: none; }
      .site-header .header-search-flex .search-form .btn {
        display: block; }
  .event-widget {
    display: none; }
  .herospace .flickity-page-dots .dot {
    width: .5em;
    height: .5em;
    margin: 0 5px; }
  .herospace .carousel .carousel-cell .carousel-bg:after {
    height: 100%; }
  .herospace .carousel .carousel-cell .carousel-content {
    margin-top: 0;
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 2em 0; }
  .breadcrumb {
    display: none; }
  .title-wrapper .page-title {
    font-size: 20px; }
  .site-container {
    margin-top: 2em; }
    .site-container .wrapper {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .site-container .site-content.site-home-content {
      margin-top: -.5em; }
    .site-container .site-content .site-content-wrapper {
      padding: 1em; }
    .site-container .site-aside.left-aside {
      width: 100%;
      padding: 0; }
      .site-container .site-aside.left-aside .mobile-toggler {
        display: block;
        margin: -.5em 0 1em 0; }
      .site-container .site-aside.left-aside .left-nav {
        padding: 2em;
        margin-top: -1.5em;
        margin-bottom: 2em;
        display: none;
        background: #324149;
        color: #fff; }
        .site-container .site-aside.left-aside .left-nav ul.left-main-nav > li > a {
          font-size: 1.5em;
          color: #fff; }
        .site-container .site-aside.left-aside .left-nav ul.left-sub-nav > li > a {
          font-size: 1.3em;
          color: #e1e1e1; }
      .site-container .site-aside.left-aside .banner-container {
        display: none; }
  .news-list .news-item .img-container {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-right: 0; }
  .featured-buttons {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .featured-buttons .featured-btn {
      width: 100%; }
  .footer-partners {
    padding: 1em 0; }
    .footer-partners .title {
      font-size: 20px; }
    .footer-partners .partner-logos .partner-section {
      padding: 0; }
      .footer-partners .partner-logos .partner-section img {
        height: 40px;
        margin: -.5em -.25em; }
  .site-footer .footer-col .footer-contact {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .site-footer .footer-col .footer-contact .footer-contact-lead, .site-footer .footer-col .footer-contact .footer-contact-map {
      width: 100%;
      padding: 1em 0; }
  .site-footer .footer-col .footer-menu li {
    width: 100%; } }

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