/*!
 * Theme Name: Evolve
 * Theme URI: https://www.evolvemag.it
 * Description: Evolve Theme
 * Version: 1.0.0
 * Author: Simon Rossi
 * Tags: HTML5, CSS3, starter, framework
 * Template: xtheme/src
 */

@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
breadcrumbs
*/
/**
CAROUSEL
*/
/**
TOP NEWS
*/
/**
ARTICLE LOOP
*/
/**
SINGLE
*/
/**
RELATED
*/
/**
FOOTER
*/
/**
HEADER
*/
/**
 * modules/mixins
 * ---
 */
/*

@media only screen and (min-width: 481px) {
		width:100%;
	}
	@media only screen and (min-width: 768px) {
		width:100%;
	}
	@media only screen and (min-width: 1030px) {
		width:996px;
		padding: 0px 8px;
	}
	@media only screen and (min-width: 1240px) {

	}

	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
      only screen and (min--moz-device-pixel-ratio: 1.5),
      only screen and (min-device-pixel-ratio: 1.5) {

	}

	*/
@import url("https://fonts.googleapis.com/css?family=Exo:400,700|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@font-face {
  font-family: 'Gotham';
  font-weight: bold;
  src: url("css/fonts/Gotham/Gotham-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Gotham';
  font-weight: normal;
  src: url("css/fonts/Gotham/Gotham-Thin.otf") format("opentype"); }

@font-face {
  font-family: 'Gotham';
  font-weight: bolder;
  src: url("css/fonts/Gotham/Gotham-Light.otf") format("opentype"); }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("css/fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("css/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("css/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("css/fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("css/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("css/fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #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-pp: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-resistance: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: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: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", sans-serif;
  font-size: 140%;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  margin: 0px; }

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

a {
  color: #000000;
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
body {
  background-color: #FFFFFF; }

.wrapper, .c-footer__main-nav {
  max-width: 1160px;
  padding: 0px 10px;
  margin: 0 auto;
  position: relative;
  *zoom: 1; }
  .wrapper:before, .c-footer__main-nav:before, .wrapper:after, .c-footer__main-nav:after {
    content: '';
    display: table; }
  .wrapper:after, .c-footer__main-nav:after {
    clear: both; }
  .wrapper .fullwidth, .c-footer__main-nav .fullwidth {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2); }

.wrapper.c-maincontainer, .c-maincontainer.c-footer__main-nav {
  background-color: #FFF; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

@media (min-width: 768px) {
  .c-frontpage__topofpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-frontpage__topofpage .c-slider__home {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
    .c-frontpage__topofpage .c-topnews__home {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (min-width: 768px) {
  :not(.home) > .c-maincontainer {
    padding-top: 20px; } }

#breadcrumbs, .c-breadcrumbs {
  background-color: #FFF;
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 12px; }
  #breadcrumbs a, .c-breadcrumbs a {
    display: inline-block;
    color: #39aa43;
    background-color: #fff;
    text-transform: uppercase;
    padding: 3px 0px;
    font-weight: 700; }
  #breadcrumbs .breadcrumb_last, .c-breadcrumbs .breadcrumb_last {
    display: inline-block;
    color: #ababab;
    background-color: #FFF;
    text-transform: uppercase;
    padding: 3px 0px;
    font-weight: 400; }
  #breadcrumbs a + span:before, #breadcrumbs a + .breadcrumb_last:before, .c-breadcrumbs a + span:before, .c-breadcrumbs a + .breadcrumb_last:before {
    content: "/";
    padding: 0px 2px;
    background-color: transparent;
    color: #ababab; }

/**
 * partials/header
 * ---
 */
@media (min-width: 1024px) {
  .c-header:not(.sticky) {
    display: none !important;
    *zoom: 1;
    background-color: #FFF;
    padding: 5px 0px 0px; }
    .c-header:not(.sticky):before, .c-header:not(.sticky):after {
      content: '';
      display: table; }
    .c-header:not(.sticky):after {
      clear: both; }
    .c-header:not(.sticky) .c-header__row {
      display: table;
      width: 100%; }
      .c-header:not(.sticky) .c-header__row .col1 {
        display: table-cell;
        width: 16%;
        vertical-align: middle;
        font-size: 85%; }
      .c-header:not(.sticky) .c-header__row .col2 {
        display: table-cell;
        width: 68%;
        vertical-align: middle;
        font-size: 95%; }
      .c-header:not(.sticky) .c-header__row .col3 {
        display: table-cell;
        width: 16%;
        vertical-align: middle;
        font-size: 85%; }
    .c-header:not(.sticky) .c-header__row1 {
      display: table; }
      .c-header:not(.sticky) .c-header__row1 .current-date {
        font-size: 85%; }
      .c-header:not(.sticky) .c-header__row1 .cities-menu {
        font-family: "Roboto", sans-serif;
        font-size: 95%;
        text-transform: uppercase; }
        .c-header:not(.sticky) .c-header__row1 .cities-menu ul {
          margin: 0px auto;
          padding: 0px;
          list-style: none;
          display: table; }
          .c-header:not(.sticky) .c-header__row1 .cities-menu ul li {
            display: table-cell;
            text-align: center;
            padding: 0px 10px; }
      .c-header:not(.sticky) .c-header__row1 .redaction-menu {
        font-size: 85%; }
        .c-header:not(.sticky) .c-header__row1 .redaction-menu ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: table;
          width: 100%; }
          .c-header:not(.sticky) .c-header__row1 .redaction-menu ul li {
            display: table-cell;
            text-align: right; }
    .c-header:not(.sticky) .c-header__row2 .menu-button, .c-header:not(.sticky) .c-header__row2 .search-button {
      padding: 0px;
      font-size: 240%; }
    .c-header:not(.sticky) .c-header__row2 .search-button {
      text-align: right; }
    .c-header:not(.sticky) .c-header__row2 .logo-container {
      text-align: center;
      padding: 10px 0px; }
      .c-header:not(.sticky) .c-header__row2 .logo-container a {
        *zoom: 1; }
        .c-header:not(.sticky) .c-header__row2 .logo-container a:before, .c-header:not(.sticky) .c-header__row2 .logo-container a:after {
          content: '';
          display: table; }
        .c-header:not(.sticky) .c-header__row2 .logo-container a:after {
          clear: both; }
      .c-header:not(.sticky) .c-header__row2 .logo-container img {
        width: auto;
        height: 70px; }
      .c-header:not(.sticky) .c-header__row2 .logo-container .edition-container {
        font-size: 130%;
        letter-spacing: 4px;
        text-transform: uppercase; }
    .c-header:not(.sticky) .c-header__row3 {
      width: 100%;
      display: table; }
      .c-header:not(.sticky) .c-header__row3 .hot-trends {
        display: table-cell;
        vertical-align: middle; }
        .c-header:not(.sticky) .c-header__row3 .hot-trends #ico-trends polygon {
          stroke: #39aa43 !important; }
        .c-header:not(.sticky) .c-header__row3 .hot-trends .hot-trends-label #ico-trends {
          position: relative;
          top: 8px; }
        .c-header:not(.sticky) .c-header__row3 .hot-trends .hot-trends-label {
          font-family: "Roboto", sans-serif;
          font-size: 21px;
          text-align: left;
          color: #221F1F; }
      .c-header:not(.sticky) .c-header__row3 .social_icons {
        *zoom: 1;
        text-align: right;
        display: table-cell;
        position: relative;
        font-size: 200%; }
        .c-header:not(.sticky) .c-header__row3 .social_icons:before, .c-header:not(.sticky) .c-header__row3 .social_icons:after {
          content: '';
          display: table; }
        .c-header:not(.sticky) .c-header__row3 .social_icons:after {
          clear: both; }
        .c-header:not(.sticky) .c-header__row3 .social_icons ul {
          float: right;
          right: 0px;
          padding: 0px;
          list-style: none;
          display: table;
          margin: 0px; }
          .c-header:not(.sticky) .c-header__row3 .social_icons ul li {
            display: table-cell;
            padding: 0px 5px; }
    .c-header:not(.sticky) .c-header__row4 {
      width: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,ffffff+50,ffffff+100 */
      background: #000000;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#ff0), color-stop(50%, #ff0), color-stop(50%, #ffffff), to(#ffffff));
      background: linear-gradient(to right, #ff0 0%, #ff0 50%, #ffffff 50%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */
      border-top: 1px solid #000;
      font-family: "Exo", serif;
      font-weight: bold;
      text-transform: uppercase; }
      .c-header:not(.sticky) .c-header__row4 .hot-trends {
        *zoom: 1;
        width: 50%;
        float: left;
        text-align: right; }
        .c-header:not(.sticky) .c-header__row4 .hot-trends__container {
          margin: 0 auto;
          *zoom: 1;
          height: 40px;
          overflow: hidden;
          line-height: 18px; }
          .c-header:not(.sticky) .c-header__row4 .hot-trends__container:before, .c-header:not(.sticky) .c-header__row4 .hot-trends__container:after {
            content: '';
            display: table; }
          .c-header:not(.sticky) .c-header__row4 .hot-trends__container:after {
            clear: both; }
        .c-header:not(.sticky) .c-header__row4 .hot-trends:before, .c-header:not(.sticky) .c-header__row4 .hot-trends:after {
          content: '';
          display: table; }
        .c-header:not(.sticky) .c-header__row4 .hot-trends:after {
          clear: both; }
        .c-header:not(.sticky) .c-header__row4 .hot-trends ul {
          display: inline-block;
          *zoom: 1;
          margin: 0px;
          padding: 0px;
          list-style: none; }
          .c-header:not(.sticky) .c-header__row4 .hot-trends ul:before, .c-header:not(.sticky) .c-header__row4 .hot-trends ul:after {
            content: '';
            display: table; }
          .c-header:not(.sticky) .c-header__row4 .hot-trends ul:after {
            clear: both; }
          .c-header:not(.sticky) .c-header__row4 .hot-trends ul li {
            float: left;
            text-align: right;
            padding: 10px 0px;
            white-space: nowrap;
            color: #000; }
            .c-header:not(.sticky) .c-header__row4 .hot-trends ul li a {
              color: #000; }
            .c-header:not(.sticky) .c-header__row4 .hot-trends ul li:after {
              content: "|";
              color: #000;
              padding: 0px 10px; }
            .c-header:not(.sticky) .c-header__row4 .hot-trends ul li:last-child:after {
              content: "";
              padding: 0px 5px; }
      .c-header:not(.sticky) .c-header__row4 .main-menu {
        *zoom: 1;
        float: right;
        width: 50%; }
        .c-header:not(.sticky) .c-header__row4 .main-menu:before, .c-header:not(.sticky) .c-header__row4 .main-menu:after {
          content: '';
          display: table; }
        .c-header:not(.sticky) .c-header__row4 .main-menu:after {
          clear: both; }
        .c-header:not(.sticky) .c-header__row4 .main-menu ul {
          float: left;
          margin: 0px;
          padding: 0px;
          list-style: none;
          overflow-x: hidden; }
          .c-header:not(.sticky) .c-header__row4 .main-menu ul li {
            float: left;
            text-align: right;
            padding: 10px 0px;
            white-space: nowrap; }
            .c-header:not(.sticky) .c-header__row4 .main-menu ul li::before {
              content: "|";
              padding: 0px 10px; }
            .c-header:not(.sticky) .c-header__row4 .main-menu ul li:first-child:before {
              content: "";
              padding: 0px 5px; }
  .c-header.sticky {
    *zoom: 1;
    padding: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #FFF;
    z-index: 99998; }
    .c-header.sticky:before, .c-header.sticky:after {
      content: '';
      display: table; }
    .c-header.sticky:after {
      clear: both; }
    .c-header.sticky .c-header__row1 {
      display: none; }
    .c-header.sticky .c-header__row2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100px;
      position: relative; }
      .c-header.sticky .c-header__row2 .menu-button {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 4;
        font-size: 240%;
        padding: 20px 0px 0px; }
      .c-header.sticky .c-header__row2 .search-button {
        display: none; }
      .c-header.sticky .c-header__row2 .logo-container {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        z-index: 4;
        text-align: center;
        position: absolute;
        bottom: 0px;
        padding: 1px 0px; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        .c-header.sticky .c-header__row2 .logo-container {
          padding: 15px 0px; } }

@media (min-width: 1024px) {
        .c-header.sticky .c-header__row2 .logo-container a {
          *zoom: 1;
          display: inline-block; }
          .c-header.sticky .c-header__row2 .logo-container a:before, .c-header.sticky .c-header__row2 .logo-container a:after {
            content: '';
            display: table; }
          .c-header.sticky .c-header__row2 .logo-container a:after {
            clear: both; }
        .c-header.sticky .c-header__row2 .logo-container img {
          width: auto;
          height: 35px; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          .c-header.sticky .c-header__row2 .logo-container img {
            height: 48px; } }

@media (min-width: 1024px) {
        .c-header.sticky .c-header__row2 .logo-container .edition-container {
          font-size: 90%;
          letter-spacing: 2px;
          text-transform: uppercase; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          .c-header.sticky .c-header__row2 .logo-container .edition-container {
            font-size: 100%;
            letter-spacing: 6px; } }

@media (min-width: 1024px) {
    .c-header.sticky .c-header__row3 {
      display: table;
      width: calc(100% - 300px);
      position: absolute;
      bottom: 0px;
      left: 300px; }
      .c-header.sticky .c-header__row3 .hot-trends {
        display: table-cell;
        vertical-align: middle; }
        .c-header.sticky .c-header__row3 .hot-trends #ico-trends polygon {
          stroke: #39aa43 !important; }
        .c-header.sticky .c-header__row3 .hot-trends .hot-trends-label span {
          display: none; }
      .c-header.sticky .c-header__row3 .social_icons {
        display: none; }
    .c-header.sticky .c-header__row4 {
      position: absolute;
      bottom: 0px;
      z-index: 3;
      padding-left: calc(50% - 170px);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #000;
      font-family: "Exo", serif;
      font-weight: bold;
      text-transform: uppercase; }
      .c-header.sticky .c-header__row4 .hot-trends__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .c-header.sticky .c-header__row4 .hot-trends {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        *zoom: 1;
        width: 100%;
        background-color: #FF0; }
        .c-header.sticky .c-header__row4 .hot-trends:before, .c-header.sticky .c-header__row4 .hot-trends:after {
          content: '';
          display: table; }
        .c-header.sticky .c-header__row4 .hot-trends:after {
          clear: both; }
        .c-header.sticky .c-header__row4 .hot-trends ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: table; }
          .c-header.sticky .c-header__row4 .hot-trends ul li {
            display: table-cell;
            white-space: nowrap;
            padding: 7px 0px;
            color: #000; }
            .c-header.sticky .c-header__row4 .hot-trends ul li a {
              color: #000; }
            .c-header.sticky .c-header__row4 .hot-trends ul li::before {
              content: "|";
              color: #000;
              padding: 0px 10px; }
            .c-header.sticky .c-header__row4 .hot-trends ul li:first-child:before {
              content: "";
              padding: 0px 5px; }
      .c-header.sticky .c-header__row4 .main-menu {
        *zoom: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%; }
        .c-header.sticky .c-header__row4 .main-menu:before, .c-header.sticky .c-header__row4 .main-menu:after {
          content: '';
          display: table; }
        .c-header.sticky .c-header__row4 .main-menu:after {
          clear: both; }
        .c-header.sticky .c-header__row4 .main-menu ul {
          float: left;
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: table;
          overflow-x: hidden; }
          .c-header.sticky .c-header__row4 .main-menu ul li {
            display: table-cell;
            text-align: right;
            padding: 7px 0px;
            white-space: nowrap; }
            .c-header.sticky .c-header__row4 .main-menu ul li::before {
              content: "|";
              padding: 0px 10px; }
            .c-header.sticky .c-header__row4 .main-menu ul li:first-child:before {
              content: "";
              padding: 0px 5px; }
  .admin-bar .c-header.sticky {
    top: 32px; } }

/**
 * partials/header
 * ---
 */
.c-header__top-bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  background-color: #F2F2F2;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  z-index: 2; }
  @media (min-width: 768px) {
    .c-header__top-bar {
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .c-header__top-bar {
      height: 50px;
      line-height: 50px;
      z-index: 3; } }
  .c-header__top-bar .slim-header-image {
    width: auto;
    height: 18px;
    margin-left: 12px; }
    @media (min-width: 1024px) {
      .c-header__top-bar .slim-header-image {
        height: 29px;
        margin-left: 5px; } }

@media (max-width: 1023px) {
  .c-header {
    *zoom: 1;
    position: relative; }
    .c-header:before, .c-header:after {
      content: '';
      display: table; }
    .c-header:after {
      clear: both; }
    .c-header .wrapper, .c-header .c-footer__main-nav {
      padding: 5px 10px;
      z-index: 99998;
      background-color: #FFF; }
    .c-header .c-header__row1 {
      display: none; }
    .c-header .c-header__row2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .c-header .c-header__row2 .menu-button, .c-header .c-header__row2 .search-button {
        padding: 0px;
        font-size: 200%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .c-header .c-header__row2 .search-button {
        text-align: right;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-right: 20px; }
      .c-header .c-header__row2 .logo-container {
        text-align: center;
        padding: 0px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: left; }
        .c-header .c-header__row2 .logo-container .logo {
          display: inline-block; }
        .c-header .c-header__row2 .logo-container img {
          width: auto;
          height: 35px; }
        .c-header .c-header__row2 .logo-container .edition-container {
          font-size: 90%;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
    .c-header .c-header__row3 {
      display: none; }
    .c-header .c-header__row4 {
      display: none;
      width: 100%;
      border-top: 1px solid #000;
      font-family: "Exo", serif;
      text-transform: uppercase; }
      .c-header .c-header__row4 .hot-trends {
        *zoom: 1;
        display: table-cell;
        width: 50%;
        background-color: #ff0; }
        .c-header .c-header__row4 .hot-trends:before, .c-header .c-header__row4 .hot-trends:after {
          content: '';
          display: table; }
        .c-header .c-header__row4 .hot-trends:after {
          clear: both; }
        .c-header .c-header__row4 .hot-trends ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .c-header .c-header__row4 .hot-trends ul li {
            padding: 8px 0px;
            color: #000; }
            .c-header .c-header__row4 .hot-trends ul li a {
              color: #000; }
            .c-header .c-header__row4 .hot-trends ul li:before {
              content: "|";
              color: #FFF;
              padding: 0px 10px; }
            .c-header .c-header__row4 .hot-trends ul li:first-child:before {
              content: "";
              padding: 0px 5px; }
      .c-header .c-header__row4 .main-menu {
        display: none; }
  .c-header.sticky {
    z-index: 99998;
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.4); }
    .c-header.sticky .c-header__row4 {
      display: none; }
  .admin-bar .c-header.sticky {
    top: 46px; } }

#c-expanded-menu {
  position: absolute;
  top: -100vh;
  left: 0px;
  z-index: 100000000;
  background-color: #E6E6E6;
  width: 100vw;
  height: 100vh;
  min-height: 100vh; }
  @media (min-width: 1024px) {
    #c-expanded-menu {
      z-index: 2000000000;
      padding-top: 20px; } }
  #c-expanded-menu .c-header__logo-container {
    *zoom: 1;
    margin: 5px auto;
    display: none; }
    #c-expanded-menu .c-header__logo-container:before, #c-expanded-menu .c-header__logo-container:after {
      content: '';
      display: table; }
    #c-expanded-menu .c-header__logo-container:after {
      clear: both; }
    @media (min-width: 1024px) {
      #c-expanded-menu .c-header__logo-container {
        display: block;
        max-width: 1000px; } }
    @media (min-width: 1650px) {
      #c-expanded-menu .c-header__logo-container {
        max-width: 1192px; } }
    #c-expanded-menu .c-header__logo-container .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #c-expanded-menu .c-header__logo-container .column1 {
      width: 289px;
      position: relative; }
      #c-expanded-menu .c-header__logo-container .column1 .logo-container {
        text-align: center;
        *zoom: 1; }
        #c-expanded-menu .c-header__logo-container .column1 .logo-container:before, #c-expanded-menu .c-header__logo-container .column1 .logo-container:after {
          content: '';
          display: table; }
        #c-expanded-menu .c-header__logo-container .column1 .logo-container:after {
          clear: both; }
        #c-expanded-menu .c-header__logo-container .column1 .logo-container .logo {
          *zoom: 1;
          margin: 0px auto 0px; }
          #c-expanded-menu .c-header__logo-container .column1 .logo-container .logo:before, #c-expanded-menu .c-header__logo-container .column1 .logo-container .logo:after {
            content: '';
            display: table; }
          #c-expanded-menu .c-header__logo-container .column1 .logo-container .logo:after {
            clear: both; }
          #c-expanded-menu .c-header__logo-container .column1 .logo-container .logo img {
            width: 100%;
            height: auto; }
      #c-expanded-menu .c-header__logo-container .column1 .edition-container {
        *zoom: 1;
        /* border-bottom: 1px solid black; */
        text-align: center;
        margin: auto;
        color: #FFF;
        width: 100%;
        line-height: 16px; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container:before, #c-expanded-menu .c-header__logo-container .column1 .edition-container:after {
          content: '';
          display: table; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container:after {
          clear: both; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container a {
          font-size: 13px; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container .edition {
          /* font-family: $title_font_family; */
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          letter-spacing: 7px;
          text-transform: uppercase;
          background-color: #E6E6E6; }
          #c-expanded-menu .c-header__logo-container .column1 .edition-container .edition a {
            font-size: 13px; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container a {
          color: #000; }
        #c-expanded-menu .c-header__logo-container .column1 .edition-container a:hover {
          text-decoration: none; }
    #c-expanded-menu .c-header__logo-container .column2 {
      text-align: right;
      vertical-align: middle;
      padding: 18px 0px; }
      #c-expanded-menu .c-header__logo-container .column2 .close-button {
        background-image: url("img/close.png");
        background-position: center;
        background-size: 31px 31px;
        background-repeat: no-repeat;
        width: 31px;
        height: 31px;
        cursor: pointer;
        display: inline-block;
        margin-left: 30px; }
      #c-expanded-menu .c-header__logo-container .column2 .search-button {
        background-image: url("img/search.png");
        background-position: center;
        background-size: 31px 31px;
        background-repeat: no-repeat;
        width: 31px;
        height: 31px;
        cursor: pointer;
        display: inline-block; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #c-expanded-menu .c-header__logo-container .column2 .close-button {
          background-image: url("img/close@2x.png"); }
        #c-expanded-menu .c-header__logo-container .column2 .search-button {
          background-image: url("img/search@2x.png"); } }
  #c-expanded-menu .c-header__table-container {
    display: table;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 10px 16px; }
    @media (min-width: 1024px) {
      #c-expanded-menu .c-header__table-container {
        max-width: 1000px;
        padding: 0px; } }
    @media (min-width: 1650px) {
      #c-expanded-menu .c-header__table-container {
        max-width: 1192px; } }
    #c-expanded-menu .c-header__table-container .column1 {
      display: block;
      width: 100%;
      font-size: 13px;
      text-align: left;
      font-family: "Exo", serif;
      font-weight: 400;
      text-align: left;
      color: #000;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__table-container .column1 {
          width: 18%;
          display: table-cell;
          font-size: 22px; } }
    #c-expanded-menu .c-header__table-container .column2 {
      display: block;
      width: 100%;
      text-align: left; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__table-container .column2 {
          width: 82%;
          display: table-cell;
          border-left: 1px solid #000; } }
  #c-expanded-menu .c-header__hot-trends {
    padding: 20px 12px 0px 12px;
    background-color: #000;
    font-family: "Exo", serif;
    font-size: 14px;
    color: #FFF;
    /*
            .hot-trends-above:before {
                background-color: $selectcolor;
                height: 29px;
                content: '';
                width: 22px;
                position: absolute;
                left: 0;
                background-image: url('img/hot-trends-black.png');
                background-position: left center;
                background-repeat: no-repeat;
                background-size: 22px 29px;

            }
            */ }
    #c-expanded-menu .c-header__hot-trends .column2 {
      border-left: unset; }
    #c-expanded-menu .c-header__hot-trends .hot-trends-above #ico-trends polygon {
      stroke: #39aa43 !important; }
    #c-expanded-menu .c-header__hot-trends .hot-trends-label #ico-trends {
      position: relative;
      top: 8px;
      margin-right: 3px; }
    #c-expanded-menu .c-header__hot-trends .hot-trends-above {
      /*
                background-image: url('img/hot-trends.png');
                background-position: left center;
                background-repeat: no-repeat;
                background-size: 22px 29px;
                padding-left: 28px;
                */
      color: #FFF; }
    @media (min-width: 1024px) {
      #c-expanded-menu .c-header__hot-trends {
        font-size: 18px;
        padding: 0px; } }
    #c-expanded-menu .c-header__hot-trends ul {
      text-transform: uppercase;
      line-height: 27px;
      list-style: none;
      margin-top: 10px;
      margin-left: 0px; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__hot-trends ul {
          padding: 0px;
          padding-left: 13px;
          border-left: 1px solid #FFF; } }
      #c-expanded-menu .c-header__hot-trends ul li a {
        color: #FFF; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__hot-trends ul {
          margin: 10px 0px;
          line-height: 36px; }
          #c-expanded-menu .c-header__hot-trends ul li {
            display: inline-block;
            padding: 0px 12px 0px 0px; }
            #c-expanded-menu .c-header__hot-trends ul li a {
              color: #FFF; }
          #c-expanded-menu .c-header__hot-trends ul li:after {
            content: '|';
            margin-left: 12px; }
          #c-expanded-menu .c-header__hot-trends ul li:last-of-type::after {
            padding: 0px;
            content: ""; } }
  #c-expanded-menu .c-header__cities-menu {
    padding: 20px 12px 0px 12px;
    font-family: "Exo", serif;
    font-size: 14px;
    color: #000; }
    #c-expanded-menu .c-header__cities-menu .column1 {
      border-bottom: 1px solid #000;
      vertical-align: top; }
    @media (min-width: 1024px) {
      #c-expanded-menu .c-header__cities-menu {
        padding: 20px 12px;
        font-size: 18px; }
        #c-expanded-menu .c-header__cities-menu .column1 {
          border-bottom: unset; } }
    #c-expanded-menu .c-header__cities-menu ul {
      list-style: none;
      text-transform: uppercase;
      line-height: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__cities-menu ul {
          margin-top: 0px;
          padding-left: 12px; } }
      #c-expanded-menu .c-header__cities-menu ul > li {
        margin-right: 10px; }
      #c-expanded-menu .c-header__cities-menu ul li a {
        color: #000; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__cities-menu ul li a {
          color: #000; } }
  #c-expanded-menu .c-header__main-menu {
    padding: 20px 12px 0px 12px; }
    #c-expanded-menu .c-header__main-menu .column1 {
      border-bottom: 1px solid #000;
      vertical-align: top; }
    @media (min-width: 1024px) {
      #c-expanded-menu .c-header__main-menu {
        padding: 0px; }
        #c-expanded-menu .c-header__main-menu .column1 {
          border-bottom: unset; } }
    #c-expanded-menu .c-header__main-menu .footer-nav {
      margin-top: 10px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      list-style: none; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__main-menu .footer-nav {
          margin-top: 0px;
          margin-left: 0px;
          padding-left: 12px; } }
      #c-expanded-menu .c-header__main-menu .footer-nav a {
        color: #000;
        text-decoration: none; }
      #c-expanded-menu .c-header__main-menu .footer-nav a:hover {
        text-decoration: underline; }
      #c-expanded-menu .c-header__main-menu .footer-nav > li {
        margin-bottom: 10px; }
        #c-expanded-menu .c-header__main-menu .footer-nav > li > a {
          font-family: "Exo", serif;
          font-size: 21px;
          text-decoration: none;
          color: #000;
          padding: 0px; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li > a:hover {
            text-decoration: underline;
            background-color: unset; }
        #c-expanded-menu .c-header__main-menu .footer-nav > li > ul {
          margin-top: 0px;
          font-size: 18px;
          line-height: 26px;
          font-family: "Roboto", sans-serif; }
      @media (min-width: 1024px) {
        #c-expanded-menu .c-header__main-menu .footer-nav > li {
          float: left;
          clear: none;
          width: 17.6%;
          margin-left: 0;
          margin-right: 3%; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li:nth-of-type(5n) {
            margin-right: 0;
            float: right; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li:nth-of-type(5n + 1) {
            clear: both; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li > a {
            font-size: 21px; }
          #c-expanded-menu .c-header__main-menu .footer-nav > li > ul {
            line-height: 30px; } }

#c-expanded-menu-bglayer, #c-search-view-bglayer {
  opacity: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px; }
  @media (min-width: 1024px) {
    #c-expanded-menu-bglayer, #c-search-view-bglayer {
      top: 0px; } }

#c-search-view {
  position: absolute;
  padding: 20px 16px;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 10000000;
  background-color: #E6E6E6;
  width: 100vw;
  height: 100vh;
  min-height: 100vh; }
  @media (min-width: 1024px) {
    #c-search-view {
      z-index: 200000000;
      padding: 20px 0px 0px 0px; } }
  #c-search-view .search-container {
    width: 100%;
    margin: auto;
    padding-top: 105px;
    height: 140px;
    border-bottom: 1px solid #000;
    /*
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            input[type="search"] {
                font-size: 16px !important;
            }
        }
        */ }
    @media (min-width: 1024px) {
      #c-search-view .search-container {
        height: 160px; } }
    @media (min-width: 1024px) {
      #c-search-view .search-container {
        max-width: 1000px; } }
    @media (min-width: 1650px) {
      #c-search-view .search-container {
        max-width: 1192px; } }
    #c-search-view .search-container .close-button {
      background-image: url("img/close.png");
      background-position: center;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      width: 31px;
      height: 31px;
      cursor: pointer;
      float: right; }
      @media (min-width: 1024px) {
        #c-search-view .search-container .close-button {
          background-size: 31px 31px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #c-search-view .search-container .close-button {
        background-image: url("img/close@2x.png"); } }
    #c-search-view .search-container input[type="search"] {
      width: calc( 100% - 40px);
      background-color: transparent;
      border: 0px;
      text-decoration: none;
      text-shadow: none;
      -webkit-appearance: none;
      -webkit-box-shadow: 0 0 0;
              box-shadow: 0 0 0;
      outline: 0;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      color: #000; }
      @media (min-width: 768px) {
        #c-search-view .search-container input[type="search"] {
          font-size: 27px; } }
  #c-search-view .top-stories-container {
    margin-top: 30px; }
    #c-search-view .top-stories-container .section-title {
      font-family: "Exo", serif;
      font-size: 31px;
      margin: 10px auto 20px;
      color: #000;
      width: 600px; }
    #c-search-view .top-stories-container article {
      margin: auto;
      float: unset;
      width: 100%; }
      @media (min-width: 1024px) {
        #c-search-view .top-stories-container article {
          width: 600px; } }
      #c-search-view .top-stories-container article .c-article__imagecontainer {
        display: inline-block; }
      #c-search-view .top-stories-container article .c-article__title {
        display: inline-block;
        margin: 10px 0px 10px 10px;
        padding: 0px;
        width: calc(100% - 100px); }
        @media (min-width: 1024px) {
          #c-search-view .top-stories-container article .c-article__title {
            width: 365px; } }

.c-sidebar_after_header {
  *zoom: 1;
  text-align: center;
  line-height: 0px; }
  .c-sidebar_after_header:before, .c-sidebar_after_header:after {
    content: '';
    display: table; }
  .c-sidebar_after_header:after {
    clear: both; }

@media (min-width: 1024px) {
  .skin_banner {
    margin-top: 272px !important;
    position: absolute !important;
    width: 100% !important; }
    .skin_banner.sticky {
      margin-top: 150px !important; }
    .skin_banner:before, .skin_banner:after {
      display: table;
      content: " "; }
    .skin_banner:after {
      clear: both; } }

.c-header2:not(.sticky) {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  z-index: 1000000; }
  .c-header2:not(.sticky) .secondary-menu {
    display: none;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1024px) {
      .c-header2:not(.sticky) .secondary-menu {
        display: block; } }
    .c-header2:not(.sticky) .secondary-menu .wrapper, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-areas: "network-menu redaction-menu"; }
      .c-header2:not(.sticky) .secondary-menu .wrapper a, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav a {
        font-weight: 100;
        font-size: 13px;
        line-height: 30px; }
      .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu {
        grid-area: network-menu; }
        .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu ul, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu ul li, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu ul li {
            padding-left: 5px; }
            .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu ul li a, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu ul li a {
              color: #39aa43; }
            .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu ul li:first-of-type, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu ul li:first-of-type {
              padding-left: 0px; }
            .c-header2:not(.sticky) .secondary-menu .wrapper .network-menu ul li:after, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .network-menu ul li:after {
              padding-left: 5px;
              color: #3fac42;
              content: "/"; }
      .c-header2:not(.sticky) .secondary-menu .wrapper .redaction-menu, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .redaction-menu {
        grid-area: redaction-menu; }
        .c-header2:not(.sticky) .secondary-menu .wrapper .redaction-menu ul, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .redaction-menu ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .c-header2:not(.sticky) .secondary-menu .wrapper .redaction-menu ul a, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .redaction-menu ul a {
            color: #39aa43; }
          .c-header2:not(.sticky) .secondary-menu .wrapper .redaction-menu ul li, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .redaction-menu ul li {
            padding-right: 10px; }
            .c-header2:not(.sticky) .secondary-menu .wrapper .redaction-menu ul li:last-of-type, .c-header2:not(.sticky) .secondary-menu .c-footer__main-nav .redaction-menu ul li:last-of-type {
              padding-right: 0px; }
  .c-header2:not(.sticky) .logo-container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 50px 40px;
    grid-template-areas: " logo search-container menu-opener"; }
    @media (min-width: 1024px) {
      .c-header2:not(.sticky) .logo-container {
        grid-template-columns: 50px auto 50px;
        grid-template-areas: "menu-opener logo search-container"; } }
    .c-header2:not(.sticky) .logo-container .menu-opener {
      grid-area: menu-opener;
      background-image: url("img/ico-menu-dark.png");
      width: 40px;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat; }
    .c-header2:not(.sticky) .logo-container .logo {
      grid-area: logo; }
      @media (min-width: 1024px) {
        .c-header2:not(.sticky) .logo-container .logo {
          text-align: center; } }
      .c-header2:not(.sticky) .logo-container .logo img {
        width: 200px;
        height: auto; }
        @media (min-width: 1024px) {
          .c-header2:not(.sticky) .logo-container .logo img {
            width: 360px; } }
    .c-header2:not(.sticky) .logo-container .search-container {
      grid-area: search-container;
      background-image: url("img/ico-search-dark.png");
      width: 50px;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat; }
  .c-header2:not(.sticky) .primary-menu {
    display: none;
    padding: 0px 0px 10px; }
    @media (min-width: 1024px) {
      .c-header2:not(.sticky) .primary-menu {
        display: block; }
        .c-header2:not(.sticky) .primary-menu:before {
          content: " ";
          background-color: #39aa43;
          width: 44px;
          height: 13px;
          display: block;
          margin: 10px auto 20px;
          -webkit-clip-path: polygon(0 1px, 50% 100%, 100% 1px, calc(100% - 2px) 0, 50% calc(100% - 3px), 2px 0px);
                  clip-path: polygon(0 1px, 50% 100%, 100% 1px, calc(100% - 2px) 0, 50% calc(100% - 3px), 2px 0px); } }
    .c-header2:not(.sticky) .primary-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-header2:not(.sticky) .primary-menu ul a {
        text-transform: uppercase;
        font-size: 16px;
        color: #39aa43;
        font-family: 'Gotham';
        font-weight: bold; }
      .c-header2:not(.sticky) .primary-menu ul li {
        padding: 0px 10px; }

.c-header2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #ffffff; }
  .c-header2.sticky .secondary-menu {
    display: none; }
  .c-header2.sticky .logo-container {
    z-index: 2;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 50px 40px;
    grid-template-areas: " logo search-container menu-opener"; }
    .c-header2.sticky .logo-container .menu-opener {
      grid-area: menu-opener;
      background-image: url("img/ico-menu-dark.png");
      width: 40px;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat; }
    .c-header2.sticky .logo-container .logo {
      grid-area: logo; }
      .c-header2.sticky .logo-container .logo img {
        width: 200px;
        height: auto; }
    .c-header2.sticky .logo-container .search-container {
      grid-area: search-container;
      background-image: url("img/ico-search-dark.png");
      width: 50px;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat; }
  .c-header2.sticky .primary-menu {
    z-index: 2;
    display: none;
    padding: 10px 0px 20px;
    margin-top: -54px;
    margin-left: calc((100vw - 1160px) / 2 + 240px);
    margin-right: calc((100vw - 1160px) / 2 + 110px); }
    @media (min-width: 1024px) {
      .c-header2.sticky .primary-menu {
        display: block; } }
    .c-header2.sticky .primary-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      .c-header2.sticky .primary-menu ul a {
        text-transform: uppercase;
        font-size: 16px;
        color: #39aa43;
        font-family: 'Gotham';
        font-weight: bold; }
      .c-header2.sticky .primary-menu ul li {
        padding: 0px 10px; }

body.logged-in .c-header2 {
  top: 0px; }
  @media (min-width: 1024px) {
    body.logged-in .c-header2 {
      top: 32px; } }

.extra_label {
  color: #FFF;
  padding: 5px 0px;
  margin: 0px;
  text-transform: uppercase;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }
  .extra_label span {
    background-color: #aaa;
    padding: 4px 10px; }
  .extra_label-float {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px; }
  .extra_label-top {
    bottom: unset;
    top: 0px; }

/**
 * partials/footer
 * ---
 */
.c-footer {
  background-color: #e7e7ec;
  color: #000; }
  .c-footer a {
    color: #000; }
  .c-footer__logo {
    text-align: center;
    padding: 20px 0px; }
    @media (min-width: 1024px) {
      .c-footer__logo {
        padding: 40px 0px; } }
    .c-footer__logo img {
      width: auto;
      height: 35px; }
      @media (min-width: 1024px) {
        .c-footer__logo img {
          height: 59px; } }
  .c-footer__main-nav {
    text-align: center; }
    .c-footer__main-nav ul {
      font-family: "Roboto", sans-serif;
      font-size: 130%;
      margin: 0px;
      padding: 0px;
      list-style: none; }
      @media (min-width: 1024px) {
        .c-footer__main-nav ul {
          font-size: 150%; } }
      .c-footer__main-nav ul li {
        display: inline-block;
        padding: 5px 20px; }
  .c-footer__dynamic {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 95%;
    padding: 20px 0px; }
  .c-footer .copyright {
    display: none; }

.single .alignwide, .single .alignfull, .page .alignwide, .page .alignfull {
  *zoom: 1; }
  .single .alignwide:before, .single .alignwide:after, .single .alignfull:before, .single .alignfull:after, .page .alignwide:before, .page .alignwide:after, .page .alignfull:before, .page .alignfull:after {
    content: '';
    display: table; }
  .single .alignwide:after, .single .alignfull:after, .page .alignwide:after, .page .alignfull:after {
    clear: both; }
  .single .alignwide p, .single .alignfull p, .page .alignwide p, .page .alignfull p {
    display: block;
    *zoom: 1; }
    .single .alignwide p:before, .single .alignwide p:after, .single .alignfull p:before, .single .alignfull p:after, .page .alignwide p:before, .page .alignwide p:after, .page .alignfull p:before, .page .alignfull p:after {
      content: '';
      display: table; }
    .single .alignwide p:after, .single .alignfull p:after, .page .alignwide p:after, .page .alignfull p:after {
      clear: both; }

.single .alignfull img, .page .alignfull img {
  width: 100vw; }

.single figure.alignfull, .page figure.alignfull {
  margin: 0px; }

.single main, .page main {
  padding: 0px;
  background-color: #FFF; }
  .single main .post-edit-link, .page main .post-edit-link {
    text-align: center;
    background-color: #000;
    color: #FFF;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-family: Arial; }
  .single main .c-article__imagecontainer img, .page main .c-article__imagecontainer img {
    width: 100%; }
  .single main .c-article h1, .page main .c-article h1 {
    font-family: "Exo", serif;
    color: #000000;
    font-size: 30px;
    line-height: 32px;
    display: inline;
    overflow-wrap: break-word; }
    @media (min-width: 768px) {
      .single main .c-article h1, .page main .c-article h1 {
        font-size: 32px;
        line-height: 35px; } }
  .single main .c-article__title__container .extra_title, .page main .c-article__title__container .extra_title {
    font-family: "Exo", serif;
    font-size: 30px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .single main .c-article__title__container .extra_title, .page main .c-article__title__container .extra_title {
        font-size: 32px;
        line-height: 35px; } }
    .single main .c-article__title__container .extra_title a, .page main .c-article__title__container .extra_title a {
      color: #39aa43; }
    .single main .c-article__title__container .extra_title:before, .page main .c-article__title__container .extra_title:before {
      content: '|';
      padding: 0 3px; }
  .single main .c-article .image-containing-block, .page main .c-article .image-containing-block {
    height: 240px; }
    @media (min-width: 768px) {
      .single main .c-article .image-containing-block, .page main .c-article .image-containing-block {
        height: 400px; } }
    .single main .c-article .image-containing-block img, .page main .c-article .image-containing-block img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      -o-object-position: center;
      object-position: center; }
  .single main .c-article__excerpt, .page main .c-article__excerpt {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0px 10px; }
    @media (min-width: 768px) {
      .single main .c-article__excerpt, .page main .c-article__excerpt {
        font-size: 18px; } }
  .single main .c-article__details, .page main .c-article__details {
    margin: 5px 0px;
    font-size: 12px; }
    .single main .c-article__details .author, .page main .c-article__details .author {
      text-transform: capitalize; }
  .single main .c-article__category, .page main .c-article__category {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px; }
    .single main .c-article__category a:hover, .page main .c-article__category a:hover {
      color: #39aa43;
      text-decoration: none; }
  .single main .c-article__content, .page main .c-article__content {
    font-size: 18px;
    overflow-wrap: break-word; }
    .single main .c-article__content a, .page main .c-article__content a {
      color: #39aa43; }
      .single main .c-article__content a.vip-link, .page main .c-article__content a.vip-link {
        background-color: #fff600;
        padding: 0 2px 3px;
        font-weight: bold;
        color: #39aa43; }
    .single main .c-article__content blockquote, .page main .c-article__content blockquote {
      border-left: 2px solid #000;
      padding-left: 5px;
      font-weight: bold; }
    .single main .c-article__content h2, .page main .c-article__content h2 {
      margin-bottom: 5px;
      line-height: 30px; }
    .single main .c-article__content p, .page main .c-article__content p {
      margin: 5px 0px; }
    .single main .c-article__content b, .single main .c-article__content strong, .page main .c-article__content b, .page main .c-article__content strong {
      font-weight: bold; }
  .single main .c-article .post_photogallery_title, .page main .c-article .post_photogallery_title {
    font-size: 27px;
    font-weight: bold; }
  .single main .c-article__tags, .page main .c-article__tags {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
    .single main .c-article__tags a, .page main .c-article__tags a {
      font-size: 18px;
      font-weight: bold;
      background-color: #fefefe;
      border: 1px solid #cbcbcb;
      border-radius: 4px;
      padding: 3px 8px;
      margin-left: 5px;
      white-space: nowrap;
      display: inline-block;
      margin-bottom: 5px;
      color: #cbcbcb; }
      .single main .c-article__tags a:hover, .page main .c-article__tags a:hover {
        text-decoration: none;
        color: #39aa43; }
  .single main .c-article__gallery, .page main .c-article__gallery {
    background-color: #000;
    padding: 20px 10px; }
    .single main .c-article__gallery h1, .page main .c-article__gallery h1 {
      color: #fff;
      font-size: 24px;
      line-height: 28px; }
    .single main .c-article__gallery .c-article__details, .page main .c-article__gallery .c-article__details {
      color: #FFF; }
      .single main .c-article__gallery .c-article__details a, .page main .c-article__gallery .c-article__details a {
        color: #FFF; }
    .single main .c-article__gallery .owl-carousel-photogallery-abstract, .page main .c-article__gallery .owl-carousel-photogallery-abstract {
      font-size: 18px;
      color: #FFF; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract a, .page main .c-article__gallery .owl-carousel-photogallery-abstract a {
        color: #39aa43; }
        .single main .c-article__gallery .owl-carousel-photogallery-abstract a.vip-link, .page main .c-article__gallery .owl-carousel-photogallery-abstract a.vip-link {
          background-color: #fff600;
          padding: 0 2px 3px;
          font-weight: bold;
          color: #39aa43; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract blockquote, .page main .c-article__gallery .owl-carousel-photogallery-abstract blockquote {
        border-left: 2px solid #000;
        padding-left: 5px;
        font-weight: bold; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract h2, .page main .c-article__gallery .owl-carousel-photogallery-abstract h2 {
        margin-bottom: 5px;
        line-height: 30px; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract p, .page main .c-article__gallery .owl-carousel-photogallery-abstract p {
        margin: 5px 0px; }
    .single main .c-article__gallery .nav-counter, .page main .c-article__gallery .nav-counter {
      color: #FFF; }
  .single main .c-article__xeevent .c-event_head, .page main .c-article__xeevent .c-event_head {
    position: relative; }
    .single main .c-article__xeevent .c-event_head:before, .page main .c-article__xeevent .c-event_head:before {
      content: "";
      display: table; }
    .single main .c-article__xeevent .c-event_head:after, .page main .c-article__xeevent .c-event_head:after {
      content: "";
      display: table;
      clear: both; }
  .single main .c-article__xeevent .event_metas, .page main .c-article__xeevent .event_metas {
    margin: 10px 0px;
    font-size: 18px; }
    .single main .c-article__xeevent .event_metas .c-event__next-date-title, .page main .c-article__xeevent .event_metas .c-event__next-date-title {
      margin: 10px 0px;
      font-weight: bold;
      font-size: 20px; }
    .single main .c-article__xeevent .event_metas .c-event__all-dates-link, .page main .c-article__xeevent .event_metas .c-event__all-dates-link {
      margin-top: 10px;
      font-weight: bold;
      font-size: 20px; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--date, .page main .c-article__xeevent .event_metas .c-event__info-event--date {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--date:before, .page main .c-article__xeevent .event_metas .c-event__info-event--date:before {
        content: "";
        background-image: url(./img/ico-calendar-black@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px 22px;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--place, .page main .c-article__xeevent .event_metas .c-event__info-event--place {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--place:before, .page main .c-article__xeevent .event_metas .c-event__info-event--place:before {
        content: "";
        background-image: url(./img/ico-place-black@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 17px 22px;
        width: 22px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--cost, .page main .c-article__xeevent .event_metas .c-event__info-event--cost {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--cost:before, .page main .c-article__xeevent .event_metas .c-event__info-event--cost:before {
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f153";
        text-align: center;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--title, .page main .c-article__xevenue .c-venue__info-venue--title {
    margin-top: 10px;
    font-family: "Suez One",serif;
    font-size: 18px; }
  .single main .c-article__xevenue .c-venue__info-venue--email, .page main .c-article__xevenue .c-venue__info-venue--email {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--email, .page main .c-article__xevenue .c-venue__info-venue--email {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--email:before, .page main .c-article__xevenue .c-venue__info-venue--email:before {
    font-family: FontAwesome;
    content: "\f0e0";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--phone, .page main .c-article__xevenue .c-venue__info-venue--phone {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--phone, .page main .c-article__xevenue .c-venue__info-venue--phone {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--phone:before, .page main .c-article__xevenue .c-venue__info-venue--phone:before {
    font-family: FontAwesome;
    content: "\f095";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--place, .page main .c-article__xevenue .c-venue__info-venue--place {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--place, .page main .c-article__xevenue .c-venue__info-venue--place {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--place:before, .page main .c-article__xevenue .c-venue__info-venue--place:before {
    content: "";
    background-image: url(./img/ico-place-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 19px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single main .c-article__xevenue .c-venue__info-venue--place:before, .page main .c-article__xevenue .c-venue__info-venue--place:before {
      background-image: url(./img/ico-place-black@2x.png); } }
  .single main .c-article__xevenue .c-venue__info-venue--website, .page main .c-article__xevenue .c-venue__info-venue--website {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--website, .page main .c-article__xevenue .c-venue__info-venue--website {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--website:before, .page main .c-article__xevenue .c-venue__info-venue--website:before {
    font-family: FontAwesome;
    content: "\f0c1";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  @media (min-width: 1024px) {
    .single main, .page main {
      width: calc(100% - 320px);
      padding: 0px;
      float: left;
      margin-right: 20px; } }

.single .c-sidebar, .page .c-sidebar {
  padding: 5px; }
  @media (min-width: 1024px) {
    .single .c-sidebar, .page .c-sidebar {
      width: 300px;
      padding: 0px;
      float: left; } }

.page-template-template-fullwidth article {
  font-size: 18px; }
  .page-template-template-fullwidth article > *:not(.alignfull) {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .page-template-template-fullwidth article > *:not(.alignfull) {
        padding: 0; } }

.single main, .page main {
  padding: 0px;
  background-color: #FFF; }
  .single main .post-edit-link, .page main .post-edit-link {
    text-align: center;
    background-color: #000;
    color: #FFF;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-family: Arial; }
  @media (min-width: 768px) {
    .single main .c-article, .page main .c-article {
      padding: 0px 20px 0px 0px; } }
  .single main .c-article__imagecontainer img, .page main .c-article__imagecontainer img {
    width: 100%; }
  .single main .c-article h1, .page main .c-article h1 {
    font-family: "Exo", serif;
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    display: inline; }
    @media (min-width: 768px) {
      .single main .c-article h1, .page main .c-article h1 {
        font-size: 32px;
        line-height: 38px; } }
  .single main .c-article__title__container, .page main .c-article__title__container {
    margin: 20px 0px; }
    .single main .c-article__title__container .extra_title, .page main .c-article__title__container .extra_title {
      font-family: "Exo", serif;
      font-size: 30px;
      line-height: 32px; }
      @media (min-width: 768px) {
        .single main .c-article__title__container .extra_title, .page main .c-article__title__container .extra_title {
          font-size: 32px;
          line-height: 35px; } }
      .single main .c-article__title__container .extra_title a, .page main .c-article__title__container .extra_title a {
        color: #39aa43; }
      .single main .c-article__title__container .extra_title:before, .page main .c-article__title__container .extra_title:before {
        content: '|';
        padding: 0 3px; }
  .single main .c-article__excerpt, .page main .c-article__excerpt {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0px 20px; }
    @media (min-width: 768px) {
      .single main .c-article__excerpt, .page main .c-article__excerpt {
        font-size: 18px; } }
  .single main .c-article__details, .page main .c-article__details {
    margin: 5px 0px;
    font-size: 12px; }
    .single main .c-article__details .author, .page main .c-article__details .author {
      text-transform: capitalize; }
  .single main .c-article__category, .page main .c-article__category {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px; }
    .single main .c-article__category a:hover, .page main .c-article__category a:hover {
      color: #39aa43;
      text-decoration: none; }
  .single main .c-article__content, .page main .c-article__content {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .single main .c-article__content, .page main .c-article__content {
        padding: 20px 30px; } }
    .single main .c-article__content a, .page main .c-article__content a {
      color: #39aa43;
      font-weight: normal;
      padding: 0 2px 3px; }
      .single main .c-article__content a.vip-link, .page main .c-article__content a.vip-link {
        font-weight: bold;
        color: #39aa43; }
    .single main .c-article__content blockquote, .page main .c-article__content blockquote {
      border-left: 2px solid #000;
      padding-left: 5px;
      font-weight: bold; }
    .single main .c-article__content h2, .page main .c-article__content h2 {
      margin-bottom: 5px;
      line-height: 30px; }
    .single main .c-article__content p, .page main .c-article__content p {
      margin: 5px 0px; }
    .single main .c-article__content b, .single main .c-article__content strong, .page main .c-article__content b, .page main .c-article__content strong {
      font-weight: bold; }
  .single main .c-article .post_photogallery_title, .page main .c-article .post_photogallery_title {
    font-size: 27px;
    font-weight: bold; }
  .single main .c-article__tags, .page main .c-article__tags {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
    .single main .c-article__tags a, .page main .c-article__tags a {
      font-size: 18px;
      font-weight: bold;
      background-color: #fefefe;
      border: 1px solid #cbcbcb;
      border-radius: 4px;
      padding: 3px 8px;
      margin-left: 5px;
      white-space: nowrap;
      display: inline-block;
      margin-bottom: 5px;
      color: #cbcbcb; }
      .single main .c-article__tags a:hover, .page main .c-article__tags a:hover {
        text-decoration: none;
        color: #39aa43; }
  .single main .c-article__gallery, .page main .c-article__gallery {
    background-color: #000;
    padding: 20px 10px; }
    .single main .c-article__gallery h1, .page main .c-article__gallery h1 {
      color: #fff;
      font-size: 24px;
      line-height: 28px; }
    .single main .c-article__gallery .c-article__details, .page main .c-article__gallery .c-article__details {
      color: #FFF; }
      .single main .c-article__gallery .c-article__details a, .page main .c-article__gallery .c-article__details a {
        color: #FFF; }
    .single main .c-article__gallery .owl-carousel-photogallery-abstract, .page main .c-article__gallery .owl-carousel-photogallery-abstract {
      font-size: 18px;
      color: #FFF; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract a, .page main .c-article__gallery .owl-carousel-photogallery-abstract a {
        background-color: #fff600;
        padding: 0 2px 3px;
        font-weight: bold;
        color: #39aa43; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract blockquote, .page main .c-article__gallery .owl-carousel-photogallery-abstract blockquote {
        border-left: 2px solid #000;
        padding-left: 5px;
        font-weight: bold; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract h2, .page main .c-article__gallery .owl-carousel-photogallery-abstract h2 {
        margin-bottom: 5px;
        line-height: 30px; }
      .single main .c-article__gallery .owl-carousel-photogallery-abstract p, .page main .c-article__gallery .owl-carousel-photogallery-abstract p {
        margin: 5px 0px; }
    .single main .c-article__gallery .nav-counter, .page main .c-article__gallery .nav-counter {
      color: #FFF; }
  .single main .c-article__xeevent .c-event_head, .page main .c-article__xeevent .c-event_head {
    position: relative; }
    .single main .c-article__xeevent .c-event_head:before, .page main .c-article__xeevent .c-event_head:before {
      content: "";
      display: table; }
    .single main .c-article__xeevent .c-event_head:after, .page main .c-article__xeevent .c-event_head:after {
      content: "";
      display: table;
      clear: both; }
  .single main .c-article__xeevent .event_metas, .page main .c-article__xeevent .event_metas {
    margin: 10px 0px;
    font-size: 18px; }
    .single main .c-article__xeevent .event_metas .c-event__next-date-title, .page main .c-article__xeevent .event_metas .c-event__next-date-title {
      margin: 10px 0px;
      font-weight: bold;
      font-size: 20px; }
    .single main .c-article__xeevent .event_metas .c-event__all-dates-link, .page main .c-article__xeevent .event_metas .c-event__all-dates-link {
      margin-top: 10px;
      font-weight: bold;
      font-size: 20px; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--date, .page main .c-article__xeevent .event_metas .c-event__info-event--date {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--date:before, .page main .c-article__xeevent .event_metas .c-event__info-event--date:before {
        content: "";
        background-image: url(./img/ico-calendar-black@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px 22px;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--place, .page main .c-article__xeevent .event_metas .c-event__info-event--place {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--place:before, .page main .c-article__xeevent .event_metas .c-event__info-event--place:before {
        content: "";
        background-image: url(./img/ico-place-black@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 17px 22px;
        width: 22px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0; }
    .single main .c-article__xeevent .event_metas .c-event__info-event--cost, .page main .c-article__xeevent .event_metas .c-event__info-event--cost {
      padding-left: 30px;
      position: relative;
      margin: 0 0 5px; }
      .single main .c-article__xeevent .event_metas .c-event__info-event--cost:before, .page main .c-article__xeevent .event_metas .c-event__info-event--cost:before {
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f153";
        text-align: center;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--title, .page main .c-article__xevenue .c-venue__info-venue--title {
    margin-top: 10px;
    font-family: "Suez One",serif;
    font-size: 18px; }
  .single main .c-article__xevenue .c-venue__info-venue--email, .page main .c-article__xevenue .c-venue__info-venue--email {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--email, .page main .c-article__xevenue .c-venue__info-venue--email {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--email:before, .page main .c-article__xevenue .c-venue__info-venue--email:before {
    font-family: FontAwesome;
    content: "\f0e0";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--phone, .page main .c-article__xevenue .c-venue__info-venue--phone {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--phone, .page main .c-article__xevenue .c-venue__info-venue--phone {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--phone:before, .page main .c-article__xevenue .c-venue__info-venue--phone:before {
    font-family: FontAwesome;
    content: "\f095";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  .single main .c-article__xevenue .c-venue__info-venue--place, .page main .c-article__xevenue .c-venue__info-venue--place {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--place, .page main .c-article__xevenue .c-venue__info-venue--place {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--place:before, .page main .c-article__xevenue .c-venue__info-venue--place:before {
    content: "";
    background-image: url(./img/ico-place-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 19px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single main .c-article__xevenue .c-venue__info-venue--place:before, .page main .c-article__xevenue .c-venue__info-venue--place:before {
      background-image: url(./img/ico-place-black@2x.png); } }
  .single main .c-article__xevenue .c-venue__info-venue--website, .page main .c-article__xevenue .c-venue__info-venue--website {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin: 0; }
  @media (min-width: 1024px) {
    .single main .c-article__xevenue .c-venue__info-venue--website, .page main .c-article__xevenue .c-venue__info-venue--website {
      margin: 2px 0; } }
  .single main .c-article__xevenue .c-venue__info-venue--website:before, .page main .c-article__xevenue .c-venue__info-venue--website:before {
    font-family: FontAwesome;
    content: "\f0c1";
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0; }
  @media (min-width: 1024px) {
    .single main, .page main {
      width: calc(100% - 320px);
      padding: 0px;
      float: left;
      margin-right: 20px; } }

@media (min-width: 1024px) {
  .single .c-sidebar, .page .c-sidebar {
    width: 300px;
    padding: 0px;
    float: left; } }

.c-author-row {
  *zoom: 1;
  margin-bottom: 20px; }
  .c-author-row:before, .c-author-row:after {
    content: '';
    display: table; }
  .c-author-row:after {
    clear: both; }
  .c-author-row__avatar {
    float: left;
    width: 128px; }
  .c-author-row__info {
    float: left;
    width: calc(100% - 128px);
    padding-left: 20px; }
    .c-author-row__info h2 {
      margin: 0px; }
      .c-author-row__info h2 a.link {
        background-color: transparent;
        color: #000; }
    .c-author-row__info .c-author-social-icons {
      margin: 0px;
      list-style: circle; }
      .c-author-row__info .c-author-social-icons li a {
        background-color: transparent;
        color: #000; }

.xaos-related-div .xaos-related-title {
  border: none;
  font-family: "Roboto", sans-serif;
  color: #000000;
  padding: 0px;
  font-size: 27px;
  font-weight: bold; }

.xaos-related-div .xaos-related-posts .c-article {
  padding: 0px; }

.xaos-related-div .xaos-related-posts h3 {
  color: #000000;
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal; }
  .xaos-related-div .xaos-related-posts h3 a {
    color: #39aa43; }

.xaos-related-div .xaos-related-posts article {
  margin-bottom: 8px; }

.xaos-category-div .xaos-category-title {
  border: none;
  font-family: "Roboto", sans-serif;
  color: #000000;
  padding: 0px;
  font-size: 27px;
  font-weight: bold; }

.xaos-category-div .xaos-category-posts .c-article {
  padding: 0px; }

.xaos-category-div .xaos-category-posts h3 {
  color: #000000;
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal; }
  .xaos-category-div .xaos-category-posts h3 a {
    color: #39aa43; }

.xaos-category-div .xaos-category-posts article {
  margin-bottom: 8px; }

.c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__title {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto;
  background-color: transparent;
  color: #221F1F; }

.c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article {
  border: none;
  padding: 15px 0px;
  border-bottom: 1px solid #221F1F; }
  .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article:last-of-type {
    border: none; }
  .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text {
    margin: 0px; }
    .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text .c-article__title {
      margin: 5px 0px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400; }
      .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text .c-article__title .title {
        font-family: "Roboto", sans-serif;
        display: block; }
      .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text .c-article__title a:hover {
        color: #39aa43;
        text-decoration: none; }
  .c-xaos-most-viewed-pages-widget__container .c-xaos-most-viewed-pages-widget__contents .c-article .c-article__imagecontainer {
    width: 140px;
    height: 140px;
    margin: 0px;
    margin-right: 10px; }

.c-xaos-most-viewed-pages-widget__container .c-article__widget--xaos-most-viewed-pages .c-article__text .c-article__category a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #39aa43; }

#c-main-share-bar {
  margin-bottom: 10px;
  *zoom: 1; }
  #c-main-share-bar:before, #c-main-share-bar:after {
    content: '';
    display: table; }
  #c-main-share-bar:after {
    clear: both; }
  #c-main-share-bar .share_facebook {
    background-color: #4267b2;
    color: #FFF;
    width: calc(100% - 75px);
    border-radius: 4px;
    height: 65px;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 70px;
    cursor: pointer; }
    #c-main-share-bar .share_facebook .share_text {
      font-family: Arial;
      padding: 0px 4px; }
  #c-main-share-bar .other_shares {
    width: 65px;
    border-radius: 4px;
    height: 65px;
    background-color: #CCC;
    float: left;
    position: relative; }
    #c-main-share-bar .other_shares .st-custom-button {
      display: block;
      text-align: center;
      line-height: 50px;
      cursor: pointer;
      border-bottom: 1px dotted #ccc;
      font-size: 20px; }
      #c-main-share-bar .other_shares .st-custom-button[data-network="twitter"] {
        background-color: #1b95e0;
        color: #FFF; }
      #c-main-share-bar .other_shares .st-custom-button[data-network="whatsapp"] {
        background-color: #075e54;
        color: #FFF; }
    #c-main-share-bar .other_shares:before {
      content: "+";
      font-size: 45px;
      text-align: center;
      width: 65px;
      display: block;
      line-height: 65px; }
    #c-main-share-bar .other_shares > .other_buttons {
      display: none;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 55px;
      right: 0px;
      width: 150px;
      background-color: #FFF;
      z-index: 10000;
      -webkit-transition: visibility 9s, opacity 3.5s ease-out;
      transition: visibility 9s, opacity 3.5s ease-out; }
    #c-main-share-bar .other_shares:hover > .other_buttons {
      display: block;
      visibility: visible;
      opacity: 1; }

.pagination {
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 10px 0px;
  *zoom: 1; }
  .pagination:before, .pagination:after {
    content: '';
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination .page-numbers {
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #ccc; }
    .pagination .page-numbers.current {
      background-color: #39aa43; }

@media (min-width: 768px) {
  .archive main .c-article {
    height: 200px; } }

.archive main, .search main {
  background-color: #FFF; }
  .archive main .c-article, .archive main .c-article__evidence, .search main .c-article, .search main .c-article__evidence {
    *zoom: 1;
    margin-bottom: 20px; }
    .archive main .c-article:before, .archive main .c-article:after, .archive main .c-article__evidence:before, .archive main .c-article__evidence:after, .search main .c-article:before, .search main .c-article:after, .search main .c-article__evidence:before, .search main .c-article__evidence:after {
      content: '';
      display: table; }
    .archive main .c-article:after, .archive main .c-article__evidence:after, .search main .c-article:after, .search main .c-article__evidence:after {
      clear: both; }
    .archive main .c-article h2, .archive main .c-article__evidence h2, .search main .c-article h2, .search main .c-article__evidence h2 {
      font-family: "Exo", serif;
      color: #000000;
      font-size: 26px;
      line-height: 30px;
      font-weight: normal;
      display: inline; }
    .archive main .c-article .extra_title a, .archive main .c-article__evidence .extra_title a, .search main .c-article .extra_title a, .search main .c-article__evidence .extra_title a {
      color: #39aa43; }
    .archive main .c-article .extra_title:before, .archive main .c-article__evidence .extra_title:before, .search main .c-article .extra_title:before, .search main .c-article__evidence .extra_title:before {
      content: '|';
      padding: 0 3px; }
    .archive main .c-article__details, .archive main .c-article__evidence__details, .search main .c-article__details, .search main .c-article__evidence__details {
      margin: 0px;
      font-size: 12px; }
      .archive main .c-article__details .author, .archive main .c-article__evidence__details .author, .search main .c-article__details .author, .search main .c-article__evidence__details .author {
        text-transform: capitalize; }
    .archive main .c-article__excerpt, .archive main .c-article__evidence__excerpt, .search main .c-article__excerpt, .search main .c-article__evidence__excerpt {
      font-size: 16px; }
    .archive main .c-article__imagecontainer, .archive main .c-article__evidence__imagecontainer, .search main .c-article__imagecontainer, .search main .c-article__evidence__imagecontainer {
      width: 100%;
      height: 180px;
      float: left; }
      @media (min-width: 768px) {
        .archive main .c-article__imagecontainer, .archive main .c-article__evidence__imagecontainer, .search main .c-article__imagecontainer, .search main .c-article__evidence__imagecontainer {
          width: 50%;
          height: 100%; } }
      .archive main .c-article__imagecontainer img, .archive main .c-article__evidence__imagecontainer img, .search main .c-article__imagecontainer img, .search main .c-article__evidence__imagecontainer img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        -o-object-position: center;
           object-position: center; }
      .archive main .c-article__imagecontainer + .c-article__meta, .archive main .c-article__evidence__imagecontainer + .c-article__meta, .search main .c-article__imagecontainer + .c-article__meta, .search main .c-article__evidence__imagecontainer + .c-article__meta {
        width: 100%;
        padding: 0px 0px 10px;
        float: left; }
        .archive main .c-article__imagecontainer + .c-article__meta #breadcrumbs, .archive main .c-article__imagecontainer + .c-article__meta .c-breadcrumbs, .archive main .c-article__evidence__imagecontainer + .c-article__meta #breadcrumbs, .archive main .c-article__evidence__imagecontainer + .c-article__meta .c-breadcrumbs, .search main .c-article__imagecontainer + .c-article__meta #breadcrumbs, .search main .c-article__imagecontainer + .c-article__meta .c-breadcrumbs, .search main .c-article__evidence__imagecontainer + .c-article__meta #breadcrumbs, .search main .c-article__evidence__imagecontainer + .c-article__meta .c-breadcrumbs {
          margin-bottom: 0px; }
        @media (min-width: 768px) {
          .archive main .c-article__imagecontainer + .c-article__meta, .archive main .c-article__evidence__imagecontainer + .c-article__meta, .search main .c-article__imagecontainer + .c-article__meta, .search main .c-article__evidence__imagecontainer + .c-article__meta {
            width: 50%;
            padding: 20px; }
            .archive main .c-article__imagecontainer + .c-article__meta #breadcrumbs, .archive main .c-article__imagecontainer + .c-article__meta .c-breadcrumbs, .archive main .c-article__evidence__imagecontainer + .c-article__meta #breadcrumbs, .archive main .c-article__evidence__imagecontainer + .c-article__meta .c-breadcrumbs, .search main .c-article__imagecontainer + .c-article__meta #breadcrumbs, .search main .c-article__imagecontainer + .c-article__meta .c-breadcrumbs, .search main .c-article__evidence__imagecontainer + .c-article__meta #breadcrumbs, .search main .c-article__evidence__imagecontainer + .c-article__meta .c-breadcrumbs {
              margin-bottom: 10px; } }
        .archive main .c-article__imagecontainer + .c-article__meta h2, .archive main .c-article__evidence__imagecontainer + .c-article__meta h2, .search main .c-article__imagecontainer + .c-article__meta h2, .search main .c-article__evidence__imagecontainer + .c-article__meta h2 {
          font-size: 18px;
          line-height: 20px; }
          @media (min-width: 768px) {
            .archive main .c-article__imagecontainer + .c-article__meta h2, .archive main .c-article__evidence__imagecontainer + .c-article__meta h2, .search main .c-article__imagecontainer + .c-article__meta h2, .search main .c-article__evidence__imagecontainer + .c-article__meta h2 {
              font-size: 26px;
              line-height: 28px; } }
        .archive main .c-article__imagecontainer + .c-article__meta .c-article__excerpt, .archive main .c-article__evidence__imagecontainer + .c-article__meta .c-article__excerpt, .search main .c-article__imagecontainer + .c-article__meta .c-article__excerpt, .search main .c-article__evidence__imagecontainer + .c-article__meta .c-article__excerpt {
          display: none; }
        .archive main .c-article__imagecontainer + .c-article__meta .c-article__details, .archive main .c-article__evidence__imagecontainer + .c-article__meta .c-article__details, .search main .c-article__imagecontainer + .c-article__meta .c-article__details, .search main .c-article__evidence__imagecontainer + .c-article__meta .c-article__details {
          display: none; }
          @media (min-width: 768px) {
            .archive main .c-article__imagecontainer + .c-article__meta .c-article__details, .archive main .c-article__evidence__imagecontainer + .c-article__meta .c-article__details, .search main .c-article__imagecontainer + .c-article__meta .c-article__details, .search main .c-article__evidence__imagecontainer + .c-article__meta .c-article__details {
              display: block; } }
    .archive main .c-article .event_metas, .archive main .c-article__evidence .event_metas, .search main .c-article .event_metas, .search main .c-article__evidence .event_metas {
      margin: 10px 0px;
      font-size: 18px; }
      .archive main .c-article .event_metas .c-event__next-date-title, .archive main .c-article__evidence .event_metas .c-event__next-date-title, .search main .c-article .event_metas .c-event__next-date-title, .search main .c-article__evidence .event_metas .c-event__next-date-title {
        margin: 10px 0px;
        font-weight: bold;
        font-size: 20px; }
      .archive main .c-article .event_metas .c-event__all-dates-link, .archive main .c-article__evidence .event_metas .c-event__all-dates-link, .search main .c-article .event_metas .c-event__all-dates-link, .search main .c-article__evidence .event_metas .c-event__all-dates-link {
        margin-top: 10px;
        font-weight: bold;
        font-size: 20px; }
      .archive main .c-article .event_metas .c-event__info-event--date, .archive main .c-article__evidence .event_metas .c-event__info-event--date, .search main .c-article .event_metas .c-event__info-event--date, .search main .c-article__evidence .event_metas .c-event__info-event--date {
        padding-left: 30px;
        position: relative;
        margin: 0 0 5px; }
        .archive main .c-article .event_metas .c-event__info-event--date:before, .archive main .c-article__evidence .event_metas .c-event__info-event--date:before, .search main .c-article .event_metas .c-event__info-event--date:before, .search main .c-article__evidence .event_metas .c-event__info-event--date:before {
          content: "";
          background-image: url(./img/ico-calendar-black@2x.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 22px 22px;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 0; }
      .archive main .c-article .event_metas .c-event__info-event--place, .archive main .c-article__evidence .event_metas .c-event__info-event--place, .search main .c-article .event_metas .c-event__info-event--place, .search main .c-article__evidence .event_metas .c-event__info-event--place {
        padding-left: 30px;
        position: relative;
        margin: 0 0 5px; }
        .archive main .c-article .event_metas .c-event__info-event--place:before, .archive main .c-article__evidence .event_metas .c-event__info-event--place:before, .search main .c-article .event_metas .c-event__info-event--place:before, .search main .c-article__evidence .event_metas .c-event__info-event--place:before {
          content: "";
          background-image: url(./img/ico-place-black@2x.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 17px 22px;
          width: 22px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 0; }
      .archive main .c-article .event_metas .c-event__info-event--cost, .archive main .c-article__evidence .event_metas .c-event__info-event--cost, .search main .c-article .event_metas .c-event__info-event--cost, .search main .c-article__evidence .event_metas .c-event__info-event--cost {
        padding-left: 30px;
        position: relative;
        margin: 0 0 5px; }
        .archive main .c-article .event_metas .c-event__info-event--cost:before, .archive main .c-article__evidence .event_metas .c-event__info-event--cost:before, .search main .c-article .event_metas .c-event__info-event--cost:before, .search main .c-article__evidence .event_metas .c-event__info-event--cost:before {
          font-family: FontAwesome;
          font-size: 20px;
          content: "\f153";
          text-align: center;
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 0; }
  @media (min-width: 1024px) {
    .archive main, .search main {
      width: calc(100% - 320px);
      padding: 0px;
      float: left;
      margin-right: 20px; } }

.archive .c-sidebar, .search .c-sidebar {
  padding: 5px; }
  @media (min-width: 1024px) {
    .archive .c-sidebar, .search .c-sidebar {
      width: 300px;
      padding: 0px;
      float: left; } }

.archive:not(.paged) main .c-article.c-article__first, .archive main .c-article__evidence {
  height: auto; }
  .archive:not(.paged) main .c-article.c-article__first .c-article__imagecontainer, .archive main .c-article__evidence .c-article__imagecontainer {
    float: none;
    width: 100%;
    height: 200px; }
    @media (min-width: 768px) {
      .archive:not(.paged) main .c-article.c-article__first .c-article__imagecontainer, .archive main .c-article__evidence .c-article__imagecontainer {
        height: 300px; } }
    .archive:not(.paged) main .c-article.c-article__first .c-article__imagecontainer + .c-article__meta, .archive main .c-article__evidence .c-article__imagecontainer + .c-article__meta {
      width: 100%;
      float: none;
      text-align: center; }
      .archive:not(.paged) main .c-article.c-article__first .c-article__imagecontainer + .c-article__meta .c-article__details, .archive main .c-article__evidence .c-article__imagecontainer + .c-article__meta .c-article__details {
        display: none; }
  .archive:not(.paged) main .c-article.c-article__first .event_metas .c-event__info-event--date, .archive main .c-article__evidence .event_metas .c-event__info-event--date {
    display: inline-block; }
  .archive:not(.paged) main .c-article.c-article__first .event_metas .c-event__info-event--place, .archive main .c-article__evidence .event_metas .c-event__info-event--place {
    display: inline-block; }

.c-gallery__carousel {
  margin: 10px 0px; }
  .c-gallery__carousel .c-gallery__item {
    position: relative; }
    .c-gallery__carousel .c-gallery__item .object-fit {
      width: 100%;
      height: 100px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border: 1px solid #000; }
    .c-gallery__carousel .c-gallery__item__meta {
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      line-height: 20px;
      text-decoration: none;
      padding: 10px 0px; }
  .c-gallery__carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%; }
    .c-gallery__carousel .owl-nav button {
      width: 40px;
      height: 40px;
      background-color: #FFF !important;
      border: 1px solid #eee !important;
      border-radius: 50%;
      text-align: center; }
      .c-gallery__carousel .owl-nav button span {
        font-size: 30px;
        line-height: 20px;
        color: #333;
        text-align: center; }
    .c-gallery__carousel .owl-nav .owl-next {
      float: right; }

.search-results h1 {
  font-family: "Exo", serif;
  color: #000000;
  font-size: 30px;
  line-height: 32px; }

.widget_feedzy_wp_widget h4 {
  color: #39aa43;
  text-align: center;
  border-bottom: 2px solid #39aa43;
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0px; }

.widget_feedzy_wp_widget .feedzy-rss ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .widget_feedzy_wp_widget .feedzy-rss ul li {
    display: table;
    padding: 10px 0px !important;
    margin: 0px; }
    .widget_feedzy_wp_widget .feedzy-rss ul li:before, .widget_feedzy_wp_widget .feedzy-rss ul li:after {
      display: table-cell; }
    .widget_feedzy_wp_widget .feedzy-rss ul li::after {
      clear: both; }
    .widget_feedzy_wp_widget .feedzy-rss ul li .rss_image {
      float: left;
      height: 104px !important;
      margin-right: 0px; }
      .widget_feedzy_wp_widget .feedzy-rss ul li .rss_image a, .widget_feedzy_wp_widget .feedzy-rss ul li .rss_image a span {
        display: block;
        height: 100% !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    .widget_feedzy_wp_widget .feedzy-rss ul li .title {
      float: left;
      width: calc(100% - 150px);
      padding-left: 10px;
      padding-top: 5px;
      font-weight: normal; }
    .widget_feedzy_wp_widget .feedzy-rss ul li .rss_content {
      display: none; }

.post-snippet-widget {
  border: 1px solid #221F1F;
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 20px; }
  .post-snippet-widget .left-border, .post-snippet-widget .right-border {
    display: none; }
  .post-snippet-widget .post-snippet-item {
    width: 100%;
    left: 0;
    background-color: #fff; }
    .post-snippet-widget .post-snippet-item .image-container-widget {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      overflow: hidden; }
    .post-snippet-widget .post-snippet-item .image-container-widget img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      top: 0;
      bottom: 0;
      margin: auto; }
    .post-snippet-widget .post-snippet-item .post-info .post-info-label {
      font-size: 16px;
      font-weight: 700;
      color: #221F1F;
      border-bottom: 1px solid #221F1F;
      text-transform: uppercase; }
    .post-snippet-widget .post-snippet-item .post-info .post-info-text {
      color: #fff;
      padding-top: 5px;
      line-height: 20px;
      padding-right: 10px; }
      .post-snippet-widget .post-snippet-item .post-info .post-info-text a {
        text-decoration: none;
        color: #39aa43; }
      .post-snippet-widget .post-snippet-item .post-info .post-info-text .date {
        font-size: 14px; }
      .post-snippet-widget .post-snippet-item .post-info .post-info-text .excerpt {
        font-size: 14px;
        display: none; }
  .post-snippet-widget .post-info-text a:hover {
    color: #55ACEE; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* CAROUSEL  */
.c-frontpage__topofpage .c-slider__home {
  padding: 0px;
  background-color: #FFF; }

.c-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  border-bottom: 1px solid #000; }
  @media (min-width: 1024px) {
    .c-carousel {
      border-bottom: none;
      margin-bottom: 0; } }
  .c-carousel__inner {
    width: 100%;
    margin-left: 0px;
    position: absolute;
    overflow: hidden; }
  .c-carousel__items {
    position: absolute;
    overflow: hidden;
    white-space: nowrap; }
  .c-carousel__item {
    float: unset !important;
    display: inline-block !important;
    vertical-align: top;
    white-space: normal;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }

.c-carousel-main-container {
  width: 100%;
  *zoom: 1; }
  .c-carousel-main-container:before, .c-carousel-main-container:after {
    content: '';
    display: table; }
  .c-carousel-main-container:after {
    clear: both; }
  .c-carousel-main-container__left {
    width: 100%; }
    @media (min-width: 1024px) {
      .c-carousel-main-container__left {
        float: left;
        width: 635px; } }
  .c-carousel-main-container__right {
    width: 100%; }
    @media (min-width: 1024px) {
      .c-carousel-main-container__right {
        padding-top: 28px;
        margin-left: 41px; } }

#home-carousel-arrows {
  display: block;
  width: 100%;
  /* FONT ICONS */ }
  #home-carousel-arrows .previous, #home-carousel-arrows .next {
    position: absolute;
    cursor: pointer;
    text-align: center;
    top: calc(250px/2);
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: #FFF !important;
    border: 1px solid #eee !important;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    margin-top: -24px; }
    @media (min-width: 1024px) {
      #home-carousel-arrows .previous, #home-carousel-arrows .next {
        top: 200px;
        width: 58px;
        height: 58px;
        margin-top: -29px;
        line-height: 54px;
        font-size: 30px; } }
  #home-carousel-arrows .previous {
    left: 10px; }
    #home-carousel-arrows .previous:after {
      content: ''; }
    @media (min-width: 1024px) {
      #home-carousel-arrows .previous {
        left: 40px; } }
  #home-carousel-arrows .next {
    right: 10px; }
    #home-carousel-arrows .next:after {
      content: ''; }
    @media (min-width: 1024px) {
      #home-carousel-arrows .next {
        right: 40px; } }
  #home-carousel-arrows .fa-angle-left,
  #home-carousel-arrows .fa-angle-right {
    color: #333;
    text-align: center; }

.c-carousel-item-homepage .c-carousel__item {
  position: relative;
  width: 100%;
  height: 400px; }
  @media (min-width: 1024px) {
    .c-carousel-item-homepage .c-carousel__item {
      height: 700px; } }
  .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0px; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image {
        height: 435px; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image img.object-fit {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      position: absolute;
      top: 0px;
      left: 0px; }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image .transparent-layer {
      width: 100%;
      height: 100%; }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image .extra-label {
      color: #FFF;
      padding: 5px 0px;
      margin: 0px;
      text-transform: uppercase;
      z-index: 1;
      font-family: "Roboto", sans-serif;
      font-size: 12px; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image .extra-label span {
        background-color: #aaa;
        padding: 4px 10px; }
      @media (min-width: 1024px) {
        .c-carousel-item-homepage .c-carousel__item .c-carousel__item-image .extra-label {
          bottom: 60px;
          right: 40px; } }
  .c-carousel-item-homepage .c-carousel__item .c-carousel__item-category {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: absolute;
    width: 100%;
    border-bottom: none;
    min-height: 28px;
    bottom: 140px; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-category {
        bottom: 265px; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-category a {
      color: #000;
      padding: 3px 6px;
      font-size: 16px;
      font-weight: bold; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-category {
        border-bottom: none; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-category .c-share-button {
      display: none;
      /*
              float: right;
              width: 25px;
              height: 25px;
              background-size: 25px 25px;

              @include breakpoint('laptop'){
                  display: block;
              }
              */ }
  .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title {
    font-family: "Exo", serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    padding-top: 30px;
    color: #000;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container {
      *zoom: 1;
      width: 100%; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container:before, .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container:after {
        content: '';
        display: table; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container:after {
        clear: both; }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title h2 {
      font-size: 25px;
      font-weight: normal;
      line-height: 30px;
      display: inline; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title {
        font-size: 52px;
        line-height: 62px;
        margin-left: 40px;
        padding-top: 20px;
        width: calc(100% - 80px);
        height: 310px; }
        .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title h2 {
          font-size: 52px;
          line-height: 62px; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title a {
      color: #000; }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title .extra_title {
      display: inline;
      color: #39aa43; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title .extra_title a {
        color: #39aa43; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title .extra_title:before {
        content: '|';
        padding: 0px 10px;
        color: #000;
        display: inline; }
  .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container {
    margin: 25px 0 0 0;
    padding: 0 10px 0; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-title-container {
        margin: 45px 0 0 0;
        padding: 0 20px 0; } }
  .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box {
    position: absolute;
    background-color: #000;
    color: #39aa43;
    z-index: 1;
    padding: 2px;
    left: 0;
    bottom: 150px;
    height: 38px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 15px; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box {
        padding: 10px 20px;
        left: 40px;
        bottom: 240px;
        min-height: 50px;
        min-width: 270px;
        height: auto; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .short-title {
      position: relative;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 18px;
      display: none; }
      @media (min-width: 1024px) {
        .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .short-title {
          display: block; } }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date {
      padding-left: 25px;
      position: relative;
      font-size: 11px;
      margin: 0;
      line-height: 19px; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date:before {
        content: "";
        background-image: url("img/ico-calendar-white.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 15px;
        width: 19px;
        height: 19px;
        position: absolute;
        left: 0;
        top: 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date:before {
            background-image: url("img/ico-calendar-white@2x.png"); } }
      @media (min-width: 1024px) {
        .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date {
          font-size: 15px;
          margin: 2px 0;
          line-height: 22px; }
          .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date:before {
            background-size: 18px 18px;
            width: 20px;
            height: 20px; } }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .date a {
        color: #fff; }
    .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place {
      padding-left: 25px;
      position: relative;
      font-size: 11px;
      margin: 0;
      line-height: 19px; }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place:before {
        content: "";
        background-image: url("img/ico-place-white.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 10px 15px;
        width: 19px;
        height: 19px;
        position: absolute;
        left: 0;
        top: 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place:before {
            background-image: url("img/ico-place-white@2x.png"); } }
      @media (min-width: 1024px) {
        .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place {
          font-size: 15px;
          margin: 2px 0;
          line-height: 22px; }
          .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place:before {
            background-size: 14px 19px;
            width: 20px;
            height: 20px; } }
      .c-carousel-item-homepage .c-carousel__item .c-carousel__item-info-box .place a {
        color: #fff; }

.c-carousel-item-homepage .c-carousel__bullets {
  background-color: transparent;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: unset;
  bottom: 175px; }
  @media (min-width: 1024px) {
    .c-carousel-item-homepage .c-carousel__bullets {
      bottom: 345px; } }
  .c-carousel-item-homepage .c-carousel__bullets .bullet {
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 50%;
    background-color: transparent;
    margin-left: 16px;
    vertical-align: middle;
    width: 14px;
    height: 14px; }
    @media (min-width: 1024px) {
      .c-carousel-item-homepage .c-carousel__bullets .bullet {
        width: 20px;
        height: 20px; } }
    .c-carousel-item-homepage .c-carousel__bullets .bullet.selected {
      background-color: #FFF; }
    .c-carousel-item-homepage .c-carousel__bullets .bullet:first-of-type {
      margin-left: 0px; }

.c-carousel-item-homepage .c-carousel__thumbnails {
  width: 100%;
  overflow: hidden;
  display: none; }
  @media (min-width: 1024px) {
    .c-carousel-item-homepage .c-carousel__thumbnails {
      margin-top: 18px;
      display: block; }
      .c-carousel-item-homepage .c-carousel__thumbnails.hidden {
        display: none; } }
  .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items {
    white-space: nowrap;
    margin-left: -25px; }
    .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item {
      width: 195px;
      margin-left: 25px;
      display: inline-block;
      padding-top: 0px;
      background-color: #FFF;
      vertical-align: top; }
      .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .image {
        width: 195px;
        height: 93px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .image img.object-fit {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top;
          position: absolute;
          top: 0px;
          left: 0px; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .image .transparent-layer {
          width: 100%;
          height: 100%; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .image .extra-label {
          color: #FFF;
          padding: 5px 0px;
          margin: 0px;
          text-transform: uppercase;
          z-index: 1;
          font-family: "Roboto", sans-serif;
          font-size: 12px; }
          .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .image .extra-label span {
            background-color: #aaa;
            padding: 4px 10px; }
      .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .title {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        margin-top: 10px;
        white-space: normal; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item .title a {
          color: #000; }
      .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item:hover .title a {
        color: #39aa43; }
      .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item:hover .image {
        background-color: #39aa43; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item:hover .image .transparent-layer {
          cursor: pointer;
          opacity: 0.7;
          background-color: #39aa43;
          width: 100%;
          height: 100%; }
        .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item:hover .image img {
          opacity: 0.3; }
      .c-carousel-item-homepage .c-carousel__thumbnails .c-carousel__thumbnail-items .c-carousel__thumbnail-item.selected .title a {
        color: #39aa43; }

.c-carousle-bottom-spacer {
  margin-bottom: 20px; }

.c-carousel-thumbnails-container {
  display: none; }

.c-fascia.row-posts-carousel {
  padding: 0; }

.c-topnews__home {
  padding: 0px 10px;
  background-color: #FFF; }
  @media (min-width: 768px) {
    .c-topnews__home {
      padding: 0px 10px; } }
  .c-topnews__home .c-article--top {
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .c-topnews__home .c-article--top {
        float: left;
        clear: none;
        width: 19.2%;
        margin-left: 0;
        margin-right: 1%; }
        .c-topnews__home .c-article--top:nth-of-type(n) {
          margin-right: 1%;
          float: left;
          clear: none; }
        .c-topnews__home .c-article--top:nth-of-type(5n) {
          margin-right: 0;
          float: right; }
        .c-topnews__home .c-article--top:nth-of-type(5n + 1) {
          clear: both; } }
    @media (min-width: 1024px) {
      .c-topnews__home .c-article--top {
        float: left;
        clear: none;
        width: 18.4%;
        margin-left: 0;
        margin-right: 2%; }
        .c-topnews__home .c-article--top:nth-of-type(n) {
          margin-right: 2%;
          float: left;
          clear: none; }
        .c-topnews__home .c-article--top:nth-of-type(5n) {
          margin-right: 0;
          float: right; }
        .c-topnews__home .c-article--top:nth-of-type(5n + 1) {
          clear: both; } }
    .c-topnews__home .c-article--top .c-article__header {
      *zoom: 1; }
      .c-topnews__home .c-article--top .c-article__header:before, .c-topnews__home .c-article--top .c-article__header:after {
        content: '';
        display: table; }
      .c-topnews__home .c-article--top .c-article__header:after {
        clear: both; }
    .c-topnews__home .c-article--top .c-article__title {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      display: inline;
      margin: 0;
      font-size: 18px;
      line-height: 20px;
      vertical-align: top; }
      .c-topnews__home .c-article--top .c-article__title a {
        color: #000; }
      @media (min-width: 768px) {
        .c-topnews__home .c-article--top .c-article__title {
          font-size: 16px;
          line-height: 22px;
          padding: 0;
          margin: 10px 0; } }
    .c-topnews__home .c-article--top .c-article__imagecontainer {
      position: relative;
      width: 140px;
      height: 104px;
      float: left; }
      @media (min-width: 768px) {
        .c-topnews__home .c-article--top .c-article__imagecontainer {
          width: 100%;
          height: 104px;
          float: none; } }
      .c-topnews__home .c-article--top .c-article__imagecontainer img.object-fit {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .c-topnews__home .c-article--top .c-article__imagecontainer .transparent-layer {
        width: 100%;
        height: 100%; }
      @media (min-width: 768px) {
        .c-topnews__home .c-article--top .c-article__imagecontainer {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; } }
    .c-topnews__home .c-article--top .c-article__texts {
      float: left;
      width: calc(100% - 140px);
      padding: 10px 0px 10px 15px; }
      @media (min-width: 768px) {
        .c-topnews__home .c-article--top .c-article__texts {
          width: 100%;
          float: none;
          padding: 0px; } }
      .c-topnews__home .c-article--top .c-article__texts .extra_title {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        color: #39aa43;
        font-size: 18px; }
        @media (min-width: 768px) {
          .c-topnews__home .c-article--top .c-article__texts .extra_title {
            font-size: 16px; } }
        .c-topnews__home .c-article--top .c-article__texts .extra_title a {
          color: #39aa43; }
        .c-topnews__home .c-article--top .c-article__texts .extra_title:before {
          content: '|';
          padding: 0 3px;
          color: #000; }
    .c-topnews__home .c-article--top .c-article__category {
      text-transform: uppercase;
      font-size: 14px;
      color: #000;
      border-bottom: 1px solid #000; }
      .c-topnews__home .c-article--top .c-article__category a {
        color: #000; }
      @media (min-width: 768px) {
        .c-topnews__home .c-article--top .c-article__category {
          border-bottom: none; } }
      .c-topnews__home .c-article--top .c-article__category .c-share-button {
        color: #FFF;
        display: none;
        float: right;
        width: 18px;
        height: 18px;
        background-image: url("../img/ico-share-transparent-18.png");
        background-size: 18px 18px;
        background-color: #39aa43; }
        @media (min-width: 1024px) {
          .c-topnews__home .c-article--top .c-article__category .c-share-button {
            display: block; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .c-topnews__home .c-article--top .c-article__category .share-button {
          background-image: url("../img/ico-share-transparent-18@2x.png"); } }
    .c-topnews__home .c-article--top .c-article__info {
      font-family: "Roboto", sans-serif;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .c-topnews__home .c-article--top .c-article__info {
          margin-top: -5px; } }
    .c-topnews__home .c-article--top .c-article__date {
      padding-left: 24px;
      position: relative;
      font-size: 13px;
      margin: 0 0 2px;
      line-height: 20px; }
      .c-topnews__home .c-article--top .c-article__date:before {
        content: "";
        background-image: url("../img/ico-calendar-black.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px 18px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .c-topnews__home .c-article--top .c-article__date:before {
            background-image: url("../img/ico-calendar-black@2x.png"); } }
    .c-topnews__home .c-article--top .c-article__place {
      padding-left: 24px;
      position: relative;
      font-size: 13px;
      margin: 0 0 2px;
      line-height: 20px; }
      .c-topnews__home .c-article--top .c-article__place a {
        color: #000; }
      .c-topnews__home .c-article--top .c-article__place:before {
        content: "";
        background-image: url("../img/ico-place-black.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 14px 19px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .c-topnews__home .c-article--top .c-article__place:before {
            background-image: url("../img/ico-place-black@2x.png"); } }
    .c-topnews__home .c-article--top:hover .c-article__title a {
      color: #39aa43; }
    .c-topnews__home .c-article--top:hover .c-article__imagecontainer {
      background-color: #39aa43; }
      .c-topnews__home .c-article--top:hover .c-article__imagecontainer .transparent-layer {
        cursor: pointer;
        opacity: 0.7;
        background-color: #39aa43;
        width: 100%;
        height: 100%; }
      .c-topnews__home .c-article--top:hover .c-article__imagecontainer img {
        opacity: 0.3; }
    .c-topnews__home .c-article--top:hover .c-article__category {
      color: #39aa43; }
      .c-topnews__home .c-article--top:hover .c-article__category a {
        color: #39aa43; }
      .c-topnews__home .c-article--top:hover .c-article__category .share-button {
        float: right;
        width: 18px;
        height: 18px;
        background-color: #39aa43;
        background-image: url("../img/ico-share-18-hover.png"); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .c-topnews__home .c-article--top:hover .c-article__category .share-button {
          background-image: url("../img/ico-share-18-hover@2x.png"); } }
    .c-topnews__home .c-article--top .c-share-button {
      display: block;
      position: relative;
      text-align: center;
      width: 18px;
      height: 18px;
      padding: 2px 3px;
      float: right;
      background-color: #39aa43;
      color: #FFF;
      font-size: 12px;
      line-height: 12px; }
    .c-topnews__home .c-article--top .c-share-button .fa {
      cursor: pointer; }
    .c-topnews__home .c-article--top .c-share-button .fa-arrow-right {
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.c-articlesloop {
  *zoom: 1;
  padding: 10px 10px;
  background-color: #FFF; }
  .c-articlesloop:before, .c-articlesloop:after {
    content: '';
    display: table; }
  .c-articlesloop:after {
    clear: both; }
  @media (min-width: 768px) {
    .c-articlesloop__frontpage .c-article {
      float: left;
      clear: none;
      width: 49.75%;
      margin-left: 0;
      margin-right: 0.5%; }
      .c-articlesloop__frontpage .c-article:nth-of-type(n) {
        margin-right: 0.5%;
        float: left;
        clear: none; }
      .c-articlesloop__frontpage .c-article:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .c-articlesloop__frontpage .c-article:nth-of-type(2n + 1) {
        clear: both; } }
  @media (min-width: 1024px) {
    .c-articlesloop__frontpage .c-article {
      float: left;
      clear: none;
      width: 32%;
      margin-left: 0;
      margin-right: 2%; }
      .c-articlesloop__frontpage .c-article:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .c-articlesloop__frontpage .c-article:nth-of-type(3n) {
        margin-right: 0;
        float: right; }
      .c-articlesloop__frontpage .c-article:nth-of-type(3n + 1) {
        clear: both; } }
  .c-articlesloop .c-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #000; }
    @media (min-width: 768px) {
      .c-articlesloop .c-article {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05); } }
    @media (min-width: 1024px) {
      .c-articlesloop .c-article {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); } }
    .c-articlesloop .c-article__adv {
      background-color: #FFF;
      text-align: center; }
    .c-articlesloop .c-article a {
      color: #000; }
    .c-articlesloop .c-article .post-edit-link {
      display: block;
      padding: 10px 0px;
      font-weight: bold; }
    .c-articlesloop .c-article__category {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      *zoom: 1; }
      .c-articlesloop .c-article__category:before, .c-articlesloop .c-article__category:after {
        content: '';
        display: table; }
      .c-articlesloop .c-article__category:after {
        clear: both; }
      .c-articlesloop .c-article__category a {
        display: inline-block;
        color: #39aa43;
        padding: 2px 3px;
        margin: 20px 0px 10px;
        font-size: 14px;
        line-height: 14px; }
      .c-articlesloop .c-article__category .c-share-button {
        display: none; }
    .c-articlesloop .c-article__image {
      position: relative;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      height: 200px;
      display: block; }
      @media (min-width: 768px) {
        .c-articlesloop .c-article__image {
          height: 350px; } }
      @media (min-width: 1024px) {
        .c-articlesloop .c-article__image {
          height: 350px; } }
      .c-articlesloop .c-article__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .c-articlesloop .c-article__excerpt {
      display: none; }
    .c-articlesloop .c-article__title {
      font-weight: normal;
      display: inline; }
      .c-articlesloop .c-article__title__container {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 0px 40px 50px; }
        @media (min-width: 768px) {
          .c-articlesloop .c-article__title__container {
            min-height: 96px; } }
        .c-articlesloop .c-article__title__container a {
          font-size: 20px;
          line-height: 24px;
          font-family: "Exo", serif; }
    .c-articlesloop .c-article .extra_title {
      font-family: "Exo", serif;
      font-size: 20px;
      line-height: 24px; }
      .c-articlesloop .c-article .extra_title a {
        color: #39aa43; }
      .c-articlesloop .c-article .extra_title:before {
        content: '|';
        padding: 0 3px; }
    .c-articlesloop .c-article:hover .c-article__image {
      background-color: #39aa43; }
      .c-articlesloop .c-article:hover .c-article__image img {
        opacity: .3; }
    .c-articlesloop .c-article:hover .c-article__title {
      color: #39aa43; }
      .c-articlesloop .c-article:hover .c-article__title a {
        color: #39aa43; }
    .c-articlesloop .c-article:hover .c-article__category a {
      color: #39aa43; }

body.has-skin header, body.has-skin .c-header__top-bar, body.has-skin .c-topnews__home, body.has-skin footer {
  max-width: 1000px;
  margin: auto; }

body.has-skin .c-topnews__home {
  padding-left: 0px;
  padding-right: 0px; }

body.has-skin .c-sidebar_after_header {
  background-color: transparent; }

body.has-skin .wrapper, body.has-skin .c-footer__main-nav {
  max-width: 1000px;
  background-color: #FFF; }

body.has-skin-2 header, body.has-skin-2 .c-header__top-bar, body.has-skin-2 .c-topnews__home, body.has-skin-2 footer {
  max-width: 1205px;
  margin: auto; }

body.has-skin-2 .c-topnews__home {
  padding-left: 0px;
  padding-right: 0px; }

body.has-skin-2 .c-sidebar_after_header {
  background-color: transparent; }

body.has-skin-2 .wrapper, body.has-skin-2 .c-footer__main-nav {
  max-width: 1205px;
  background-color: #FFF; }
/*# sourceMappingURL=css/style.css.map */