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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: "";
}

.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;
}

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

@font-face {
  font-family: "Open Sans Light";
  src: url('../fonts/open-sans.light.woff2?1463463511') format('woff2'), url('../fonts/open-sans.light.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Light Italic";
  src: url('../fonts/open-sans.light-italic.woff2?1463463512') format('woff2'), url('../fonts/open-sans.light-italic.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Regular";
  src: url('../fonts/open-sans.regular.woff2?1463463511') format('woff2'), url('../fonts/open-sans.regular.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Regular Italic";
  src: url('../fonts/open-sans.regular-italic.woff2') format('woff2'), url('../fonts/open-sans.regular-italic.eot') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url('../fonts/open-sans.semibold.woff2?1463463511') format('woff2'), url('../fonts/open-sans.semibold.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Semibold Italic";
  src: url('../fonts/open-sans.semibold-italic.woff2?1463463511') format('woff2'), url('../fonts/open-sans.semibold-italic.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Bold";
  src: url('../fonts/open-sans.bold.woff2?1463463512') format('woff2'), url('../fonts/open-sans.bold.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Bold Italic";
  src: url('../fonts/open-sans.bold-italic.woff2?1463463512') format('woff2'), url('../fonts/open-sans.bold-italic.eot?1463463513') format('embedded-opentype');
}
@font-face {
  font-family: "octicons";
  src: url('../fonts/octicons.eot?1463463512') format('embedded-opentype'), url('../fonts/octicons.woff?1463463512') format('woff');
}
header .cell_logo a {
  line-height: 1.4;
}

* {
  outline: none !important;
}

b, strong, .strong {
  font-weight: normal;
  font-family: "Open Sans Semibold";
}

a {
  color: #000;
}
a:hover {
  color: #d81910;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Open Sans Regular" !important;
}

.no-flexwrap .page_wrapper {
  display: none;
}
.no-flexwrap .page_message {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.no-flexwrap .page_message:after {
  content: " ";
  display: block;
  clear: both;
}
.no-flexwrap .page_message h1 {
  color: red;
  font-size: 42px;
  padding: 40px 0 20px;
}
.no-flexwrap .page_message h2 {
  font-size: 32px;
}
.no-flexwrap .page_message h1, .no-flexwrap .page_message h2 {
  margin: 0;
  font-weight: normal;
}

main {
  min-height: 100%;
  min-width: 100%;
}

body {
  line-height: 1.4;
  font-size: 1rem;
  background: #f3f3f3;
}

.wrapper, .main_content {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 0 15px;
  display: block;
}
.wrapper:after, .main_content:after {
  content: " ";
  display: block;
  clear: both;
}

.text_16 {
  font-size: 16px;
}

header {
  display: block;
  width: 100%;
  height: 132px;
  background: url(../images/header.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
header .header_flex {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 132px;
  width: 100%;
}
header .cell_logo {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 270px !important;
  flex-basis: 270px;
}
@media (max-width: 479px) {
  header .cell_logo {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
  }
}
header .cell_logo a {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/logo.png) no-repeat left center;
  height: 71px;
  padding-left: 80px;
  color: #fff;
  font-family: "Open Sans Bold";
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 479px) {
  header .cell_logo a {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
  }
}
header .cell_mode {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  header .cell_mode {
    display: none;
  }
}
header .cell_mode .text_16 {
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1120px) {
  header .cell_mode .text_16 {
    display: none;
  }
}
header .cell_mode a {
  color: #fff !important;
}
header .cell_mode a.text_16 {
  padding-left: 4px;
  text-decoration: none;
}
header .cell_mode a.special {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
header .cell_mode a.special:before {
  font-family: "octicons";
}
header .cell_mode a.special:before {
  content: "";
}
header .cell_mode a.special:hover {
  color: #fff;
  background-color: #d81910;
}
header .cell_mode a.normal {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
header .cell_mode a.normal:before {
  font-family: "octicons";
}
header .cell_mode a.normal:before {
  content: "";
}
header .cell_mode a.normal:hover {
  color: #fff;
  background-color: #d81910;
}
header .cell_mode a.mobile {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
header .cell_mode a.mobile:before {
  font-family: "octicons";
}
header .cell_mode a.mobile:before {
  content: '\f038';
}
header .cell_mode a.mobile:hover {
  color: #fff;
  background-color: #d81910;
}
header .cell_search {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: end;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: end;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: end;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-end;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 25px;
  flex-grow: 0;
  text-align: right;
  color: #fff;
}
@media (max-width: 479px) {
  header .cell_search {
    display: none;
  }
}
header .cell_search form {
  display: inline-block;
  text-align: left;
}
header .cell_search input[type=text] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #858585;
  height: 45px;
  width: 300px !important;
  padding: 0 50px 0 20px;
  border: none;
  color: #c1c1c1;
}
header .cell_search input[type=text]::-webkit-input-placeholder {
  color: #c1c1c1;
}
header .cell_search input[type=text]::-moz-placeholder {
  color: #c1c1c1;
}
header .cell_search input[type=text]:-moz-placeholder {
  color: #c1c1c1;
}
header .cell_search input[type=text]:-ms-input-placeholder {
  color: #c1c1c1;
}
@media (min-width: 480px) and (max-width: 639px) {
  header .cell_search input[type=text] {
    width: auto;
  }
}
header .cell_search .search_icon {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #c1c1c1;
  cursor: pointer;
  margin-left: -55px;
  width: 55px;
  height: 45px;
  text-align: center;
  z-index: 10;
}
header .cell_search .search_icon span:before {
  font-family: "octicons";
  content: '\f02e';
  font-size: 20px;
}

@media (max-width: 979px) {
  .cell_social {
    display: none;
  }
}
.cell_social ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cell_social ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.cell_social ul li a.tw {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
.cell_social ul li a.tw:before {
  font-family: "FontAwesome";
}
.cell_social ul li a.tw:before {
  content: "";
}
.cell_social ul li a.tw:hover {
  color: #fff;
  background-color: #d81910;
}
.cell_social ul li a.vk {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
.cell_social ul li a.vk:before {
  font-family: "FontAwesome";
}
.cell_social ul li a.vk:before {
  content: "";
}
.cell_social ul li a.vk:hover {
  color: #fff;
  background-color: #d81910;
}
.cell_social ul li a.in {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
.cell_social ul li a.in:before {
  font-family: "FontAwesome";
}
.cell_social ul li a.in:before {
  content: "";
}
.cell_social ul li a.in:hover {
  color: #fff;
  background-color: #d81910;
}
.cell_social ul li a.yt {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
.cell_social ul li a.yt:before {
  font-family: "FontAwesome";
}
.cell_social ul li a.yt:before {
  content: "";
}
.cell_social ul li a.yt:hover {
  color: #fff;
  background-color: #d81910;
}
.cell_social ul li a.fb {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #858585;
  margin-right: 6px;
  line-height: 34px;
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  text-decoration: none;
}
.cell_social ul li a.fb:before {
  font-family: "FontAwesome";
}
.cell_social ul li a.fb:before {
  content: "";
}
.cell_social ul li a.fb:hover {
  color: #fff;
  background-color: #d81910;
}

.shadow, .main_menu_wrapper .full_screen ul li ul {
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}

.main_menu_wrapper {
  background: #fff;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  height: 70px;
  display: block;
  z-index: 11;
}
.main_menu_wrapper .full_screen {
  display: block;
  position: relative;
}
@media (max-width: 1020px) {
  .main_menu_wrapper .full_screen {
    display: none;
  }
}
.main_menu_wrapper .full_screen ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
}
.main_menu_wrapper .full_screen ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.main_menu_wrapper .full_screen ul li.level_1 {
  height: 70px;
}
.main_menu_wrapper .full_screen ul li.level_1 a {
  height: 70px;
  line-height: 70px;
  white-space: nowrap;
}
.main_menu_wrapper .full_screen ul li.level_1:nth-child(1) ul {
  left: 0;
}
.main_menu_wrapper .full_screen ul li.level_1:last-child ul {
  right: 0;
}
.main_menu_wrapper .full_screen ul li a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.main_menu_wrapper .full_screen ul li:hover a, .main_menu_wrapper .full_screen ul li.active a {
  color: #d81910;
}
.main_menu_wrapper .full_screen ul li.divider {
  width: 1px;
  height: 70px;
  background: url(../images/menu_divider.png) no-repeat center;
}
.main_menu_wrapper .full_screen ul li ul {
  display: none;
  background: #444;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 300px;
  text-transform: none;
}
.main_menu_wrapper .full_screen ul li ul li {
  height: auto;
  text-transform: none;
}
.main_menu_wrapper .full_screen ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #fff !important;
  height: auto !important;
  line-height: normal !important;
  padding: 15px;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #2b2b2b;
}
.main_menu_wrapper .full_screen ul li ul li a:hover {
  background: #373737;
}
.main_menu_wrapper .full_screen ul li ul li:last-of-type a {
  border-bottom: none;
}
.main_menu_wrapper .full_screen ul li ul li ul {
  display: none;
}
.main_menu_wrapper .small_screen {
  display: none;
}
@media (max-width: 1020px) {
  .main_menu_wrapper .small_screen {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: space-between;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}
@media (max-width: 1020px) and (min-width: 980px) and (max-width: 1023px) {
  .main_menu_wrapper .small_screen {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: end;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: end;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-end;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 1020px) {
  .main_menu_wrapper .small_screen .cell_social {
    display: block;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 1020px) and (min-width: 980px) and (max-width: 1023px) {
  .main_menu_wrapper .small_screen .cell_social {
    display: none;
  }
}
@media (max-width: 1020px) {
  .main_menu_wrapper .small_screen .cell_social a {
    background-color: #000;
  }
  .main_menu_wrapper .small_screen .cell_social a:hover {
    background-color: #d81910;
  }
  .main_menu_wrapper .small_screen .menu_switcher {
    width: 30px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: space-around;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: space-around;
    -moz-box-align: center;
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: space-around;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: space-around;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .main_menu_wrapper .small_screen .menu_switcher span:before {
    font-family: "octicons";
    font-size: 2.5em;
    content: "";
  }
  .main_menu_wrapper .small_screen .menu_switcher:hover {
    opacity: .9;
  }
}

.responsive_menu_wrapper {
  display: none;
  opacity: .9999;
  z-index: 9;
  background: transparent;
  position: absolute;
  right: 0;
  left: 0;
}
.responsive_menu_wrapper .main_menu_responsive {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: end;
  -webkit-box-align: start;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: end;
  -moz-box-align: start;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: end;
  box-align: start;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-end;
  -ms-align-items: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .responsive_menu_wrapper .main_menu_responsive {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.responsive_menu_wrapper .main_menu_responsive ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-color: #444;
  -moz-box-shadow: 3px 3px 3px rgba(0, 1, 2, 0.1), -3px 3px 3px rgba(0, 1, 2, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 1, 2, 0.1), -3px 3px 3px rgba(0, 1, 2, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 1, 2, 0.1), -3px 3px 3px rgba(0, 1, 2, 0.1);
}
@media (max-width: 479px) {
  .responsive_menu_wrapper .main_menu_responsive ul {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .responsive_menu_wrapper .main_menu_responsive ul {
    min-width: 300px;
  }
}
.responsive_menu_wrapper .main_menu_responsive ul li {
  display: block;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #2b2b2b;
  max-width: 100%;
}
.responsive_menu_wrapper .main_menu_responsive ul li .switcher {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #000;
  font-family: "Open Sans Bold";
  text-shadow: 1px 1px 1px #5e5e5e;
  font-size: 18px;
  cursor: pointer;
}
.responsive_menu_wrapper .main_menu_responsive ul li .switcher.closed:before {
  content: "+";
}
.responsive_menu_wrapper .main_menu_responsive ul li .switcher.opened:before {
  content: "-";
}
.responsive_menu_wrapper .main_menu_responsive ul li .switcher:hover {
  background-color: #373737;
}
.responsive_menu_wrapper .main_menu_responsive ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
}
.responsive_menu_wrapper .main_menu_responsive ul li a:hover {
  background-color: #373737;
}
.responsive_menu_wrapper .main_menu_responsive ul li ul {
  border-top: 1px solid #2b2b2b;
  display: none;
  background: #3a3a3a;
}
.responsive_menu_wrapper .main_menu_responsive ul li ul li {
  border-top-color: #535353;
  border-bottom-color: #202020;
}
.responsive_menu_wrapper .main_menu_responsive ul li ul li:last-child {
  border-bottom: none;
}
.responsive_menu_wrapper .main_menu_responsive ul li ul li a:hover {
  background-color: #2d2d2d;
}
.responsive_menu_wrapper .main_menu_responsive ul li ul li ul {
  display: none;
}

.banner {
  display: block;
  line-height: 0;
  background: #fff;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  position: relative;
  padding: 0;
  box-sizing: content-box;
}
@media (max-width: 640px) {
  .banner {
    display: none !important;
  }
}
.banner .slide_item {
  display: inline-block;
}
.banner .slide_item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.banner .slide_item .slide_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 16px;
}
.flexboxlegacy.no-flexbox .banner .slide_item .slide_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .banner .slide_item .slide_title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .slide_item .slide_title:before {
  font-family: "octicons";
  color: #d81910;
  content: '\f059';
  display: inline-block;
  margin-right: 7px;
  font-size: 150%;
}
.banner .slide_item img {
  margin-bottom: -2px;
  max-width: 100%;
}
.banner * {
  line-height: 1;
}

.content_top_modules {
  margin-top: 30px;
  margin-bottom: -15px;
}

.module {
  display: block;
  margin: 15px 0;
}
.module .cleaner {
  display: table;
  clear: both;
}
.module .module_body:after, .module .module_inner:after, .module .block_links:after, .module .block_image:after, .module .module_media:after {
  content: '';
  display: table;
  clear: both;
}
.module .text_module {
  display: block;
  background: #fff;
  padding: 15px;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}
.module .text_module.no_bg {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.module .text_module h1, .module .text_module h2, .module .text_module h3 {
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin-bottom: 15px;
}
.module .text_module p {
  margin-bottom: 30px;
}
.module .text_module p:last-child {
  margin-bottom: 0;
}
.module .text_module ul {
  list-style: disc;
  padding-left: 20px;
}
.module .text_module ul ul {
  list-style: circle;
}
.module .text_module ol {
  list-style: decimal;
  padding-left: 20px;
}
.module .text_module ol ul {
  list-style: circle;
}
.module .block.grid.right .module_title {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .module .block.grid.right .module_title {
    margin-left: 0;
  }
}
.module .block.grid.right .items_wrapper {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 768px) {
  .module .block.grid.right .items_wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.module .block.grid.right .items_wrapper .content_item_wrapper {
  width: 50%;
}
@media (max-width: 479px) {
  .module .block.grid.right .items_wrapper .content_item_wrapper {
    width: 100%;
  }
}
.module .block.grid.right .items_wrapper .content_item_wrapper .content_item {
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .module .block.grid.right .items_wrapper .content_item_wrapper .content_item {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.module .block.grid.right .items_wrapper .content_item_wrapper .content_item .content_item_image {
  padding-bottom: 62.5%;
  background-color: #333;
  background-image: url(../images/image_default.png);
  background-position: center;
  background-repeat: no-repeat;
}
.module .block.grid.right .items_wrapper .content_item_wrapper .content_item .content_item_title {
  font-size: 14px;
}
.module .block.grid.left .items_wrapper {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 768px) {
  .module .block.grid.left .items_wrapper {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.module .block.grid.left .items_wrapper .content_item_wrapper {
  width: 50%;
}
@media (max-width: 479px) {
  .module .block.grid.left .items_wrapper .content_item_wrapper {
    width: 100%;
  }
}
.module .block.grid.left .items_wrapper .content_item_wrapper .content_item {
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .module .block.grid.left .items_wrapper .content_item_wrapper .content_item {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.module .block.grid.left .items_wrapper .content_item_wrapper .content_item .content_item_image {
  padding-bottom: 62.5%;
  background-color: #333;
  background-image: url(../images/image_default.png);
  background-position: center;
  background-repeat: no-repeat;
}
.module .block.grid.left .items_wrapper .content_item_wrapper .content_item .content_item_title {
  font-size: 14px;
}

.module_partners {
  display: block;
  margin-top: 30px;
}
.module_partners .module_title {
  display: block;
}
.module_partners .module_title h2 {
  display: block;
  border: none;
  padding-left: 0;
  text-align: center;
}
.module_partners .module_body .partners {
  text-align: center;
}
.module_partners .module_body .partners a {
  text-decoration: none;
  display: inline-block;
}
.module_partners .module_body .partners img {
  height: 50px;
  margin: 7.5px;
  max-width: 100%;
}

.module_media {
  display: table;
  width: 100%;
  height: 450px;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module_media {
    height: 400px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .module_media {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .module_media {
    display: block;
    height: auto;
  }
}
.module_media .media_first, .module_media .media_second {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 640px) {
  .module_media .media_first, .module_media .media_second {
    display: block;
  }
}
.module_media .media_first {
  width: 450px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module_media .media_first {
    width: 400px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .module_media .media_first {
    width: 350px;
  }
}
@media (max-width: 640px) {
  .module_media .media_first {
    width: 100%;
  }
}
.module_media .media_first .media_item {
  display: block;
  height: 450px;
  background: #333 url(../images/image_default_big.png) no-repeat center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.module_media .media_first .media_item.video {
  background: #333 url(../images/video_default_big.png) no-repeat center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module_media .media_first .media_item {
    height: 400px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .module_media .media_first .media_item {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .module_media .media_first .media_item {
    background-image: url(../images/image_default.png);
    height: auto;
    padding-bottom: 62.5%;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff;
  }
}
.module_media .media_first .media_item .media_item_title {
  font-size: 16px;
}
.module_media .media_second .media_item {
  height: 225px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module_media .media_second .media_item {
    height: 200px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .module_media .media_second .media_item {
    height: 175px;
  }
}
@media (max-width: 640px) {
  .module_media .media_second .media_item {
    padding-bottom: 62.5%;
    height: auto;
  }
}
.module_media .media_second .media_item:nth-child(1), .module_media .media_second .media_item:nth-child(2) {
  width: 50%;
  float: left;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .module_media .media_second .media_item:nth-child(1), .module_media .media_second .media_item:nth-child(2) {
    display: block;
    width: 100%;
    float: none;
    border-bottom: 2px solid #fff;
  }
}
.module_media .media_second .media_item:nth-child(1) {
  border-right: 1px solid #fff;
}
.module_media .media_second .media_item:nth-child(2) {
  border-left: 1px solid #fff;
}
.module_media .media_second .media_item:nth-child(3) {
  border-top: 1px solid #fff;
  width: 100%;
  clear: both;
}
.module_media .media_item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  background-image: url(../images/image_default.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.module_media .media_item.video {
  background-image: url(../images/video_default.png);
}
@media (max-width: 640px) {
  .module_media .media_item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
}
.module_media .media_item .media_item_title {
  padding: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .module_media .media_item .media_item_title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .module_media .media_item .media_item_title {
    font-size: 13px !important;
  }
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.flexbox .module_media .media_item .media_item_title.photo {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.module_media .media_item .media_item_title.photo .info {
  margin-top: 10px;
  font-size: 12px;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.photo .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .module_media .media_item .media_item_title.photo .info {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_media .media_item .media_item_title.photo .info .photo_items {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  line-height: 1;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.photo .info .photo_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .module_media .media_item .media_item_title.photo .info .photo_items {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_media .media_item .media_item_title.photo .info .photo_items .icon:before {
  content: '\f056';
  font-family: "octicons";
  font-size: 160%;
  display: inline-block;
  color: #d81910;
  margin-right: 10px;
}
.module_media .media_item .media_item_title.photo .info .photo_views {
  margin-left: 30px;
}
.module_media .media_item .media_item_title.photo .info .photo_views:before {
  content: '\f04e';
  font-family: "octicons";
  display: inline-block;
  color: #d81910;
  margin-right: 7px;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .module_media .media_item .media_item_title.video {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_media .media_item .media_item_title.video .icon {
  width: 32px;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.video .icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .module_media .media_item .media_item_title.video .icon {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_media .media_item .media_item_title.video .icon:before {
  content: '\f144';
  font-family: "FontAwesome";
  font-size: 180%;
  display: inline-block;
  color: #d81910;
}
.flexboxlegacy.no-flexbox .module_media .media_item .media_item_title.video .title {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .module_media .media_item .media_item_title.video .title {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.module_title {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.flexboxlegacy.no-flexbox .module_title .nav_arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .module_title .nav_arrows {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 640px) {
  .module_title .nav_arrows {
    display: none;
  }
}
.module_title .nav_arrows .nav_prev, .module_title .nav_arrows .nav_next {
  cursor: pointer;
  line-height: 0;
}
.module_title .nav_arrows .nav_prev:before, .module_title .nav_arrows .nav_next:before {
  font-family: "octicons";
  font-size: 34px;
}
.module_title .nav_arrows .nav_prev:hover, .module_title .nav_arrows .nav_next:hover {
  color: #d81910;
}
.module_title .nav_arrows .nav_prev {
  margin-right: 15px;
}
.module_title .nav_arrows .nav_prev:before {
  content: "";
}
.module_title .nav_arrows .nav_next:before {
  content: "";
}
.module_title .module_links {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .module_title .module_links {
    display: none;
  }
}
.module_title .module_links a {
  text-decoration: none;
}
.module_title .module_links_left {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
.module_title .module_links_left:before {
  content: ':';
  display: inline-block;
  margin: 0 30px 0 5px;
}
.module_title .module_links_left nav {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.module_title .module_links_left nav a {
  display: block;
  color: #d81910;
  border-bottom: 1px solid #d81910;
}
.module_title .module_links_left nav a.active {
  color: #fff !important;
  background: #d81910;
  border-radius: 5px;
  border-color: transparent;
  padding: 5px 15px;
  cursor: default;
}
.module_title .module_links_left nav a:hover {
  color: #000;
  border-color: #000;
}
.module_title .module_links_left nav .divider {
  width: 1px;
  height: 16px;
  background: url(../images/module_links_divider.png) no-repeat center;
  margin: 0 15px;
}
.module_title .module_links_right {
  line-height: 1;
}
.module_title .module_links_right nav {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.module_title .module_links_right a {
  display: block;
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
.module_title .module_links_right a:hover {
  color: #000;
  border-color: #000;
}
.module_title h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  border-left: 4px solid #d81910;
  padding-left: 15px;
  line-height: 1;
}

.module_double {
  display: block;
  max-width: 100%;
}
.module_double .module_body {
  table-layout: fixed;
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .module_double .module_body {
    display: block;
  }
}
.module_double .block {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .module_double .block {
    display: block;
    width: 100%;
  }
}
.module_double .block .content_item_wrapper {
  text-decoration: none;
}
.flexboxlegacy.no-flexbox .module_double .block .content_item_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .module_double .block .content_item_wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.module_double .block .content_item_wrapper .content_item {
  width: 100%;
  display: block;
  margin-right: 15px;
  box-sizing: border-box;
  background: #fff;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}
@media (max-width: 768px) {
  .module_double .block .content_item_wrapper .content_item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.module_double .block .content_item_wrapper .content_item:hover {
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
}
.module_double .block .content_item_wrapper .content_item a {
  color: #000;
  text-decoration: none;
}
.module_double .block .content_item_wrapper .content_item .content_item_image {
  display: block;
  width: 100%;
  padding-bottom: 76.71429%;
  background-color: #333;
  background-image: url(../images/image_default_big.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 479px) {
  .module_double .block .content_item_wrapper .content_item .content_item_image {
    background-image: url(../images/image_default.png);
    padding-bottom: 62.5%;
  }
}
.module_double .block .content_item_wrapper .content_item .content_item_image .content_item_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  font-size: 13px;
}
.module_double .block .content_item_wrapper .content_item .content_item_image .content_item_info .content_item_views:before {
  content: '\f04e';
  font-family: "octicons";
  display: inline-block;
  color: #d81910;
  margin-right: 7px;
}
.module_double .block .content_item_wrapper .content_item .content_item_title {
  display: block;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 479px) {
  .module_double .block .content_item_wrapper .content_item .content_item_title {
    font-size: 14px;
  }
}

.module_events {
  margin-bottom: 15px;
}
.flexboxlegacy.no-flexbox .module_events {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .module_events {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .flexboxlegacy.no-flexbox .module_events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  .flexbox .module_events {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.panel_single, .panel_grid {
  width: 50%;
}
.flexboxlegacy.no-flexbox .panel_single, .flexboxlegacy.no-flexbox .panel_grid {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .panel_single, .flexbox .panel_grid {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flexboxlegacy.no-flexbox .panel_single, .flexboxlegacy.no-flexbox .panel_grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .panel_single, .flexbox .panel_grid {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .panel_single, .panel_grid {
    width: 100%;
  }
  .panel_single a, .panel_grid a {
    width: 100%;
  }
  .panel_single a .panel_item, .panel_grid a .panel_item {
    width: 100%;
  }
}
.panel_single a, .panel_grid a {
  text-decoration: none;
  color: #000;
}
.flexboxlegacy.no-flexbox .panel_single a, .flexboxlegacy.no-flexbox .panel_grid a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .panel_single a, .flexbox .panel_grid a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.panel_single a:hover, .panel_grid a:hover {
  color: #d81910;
}
.panel_single .panel_item, .panel_grid .panel_item {
  display: block;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  background-color: #fff;
  width: 100%;
}
.panel_single .panel_item:hover, .panel_grid .panel_item:hover {
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
}
.panel_single .panel_item .panel_image, .panel_grid .panel_item .panel_image {
  padding-bottom: 62.5%;
  background: #333 url(../images/image_default.png) no-repeat center;
  position: relative;
  flex-shrink: 0;
}
.panel_single .panel_item .panel_image .panel_info, .panel_grid .panel_item .panel_image .panel_info {
  padding: 15px;
  font-size: 12px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.flexboxlegacy.no-flexbox .panel_single .panel_item .panel_image .panel_info, .flexboxlegacy.no-flexbox .panel_grid .panel_item .panel_image .panel_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .panel_single .panel_item .panel_image .panel_info, .flexbox .panel_grid .panel_item .panel_image .panel_info {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexboxlegacy.no-flexbox .panel_single .panel_item .panel_image .panel_info .views, .flexboxlegacy.no-flexbox .panel_grid .panel_item .panel_image .panel_info .views {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .panel_single .panel_item .panel_image .panel_info .views, .flexbox .panel_grid .panel_item .panel_image .panel_info .views {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel_single .panel_item .panel_image .panel_info .views .icon:before, .panel_grid .panel_item .panel_image .panel_info .views .icon:before {
  content: '\f04e';
  font-family: "octicons";
  display: inline-block;
  color: #d81910;
  margin-right: 7px;
}
.panel_single .panel_item .panel_title, .panel_grid .panel_item .panel_title {
  padding: 15px;
}

.panel_single a {
  margin-right: 15px;
  font-size: 16px;
}
.flexboxlegacy.no-flexbox .panel_single a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .panel_single a {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .panel_single a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.panel_single a .panel_item .panel_image {
  padding-bottom: 75%;
  background: #333 url(../images/image_default_big.png) no-repeat center;
}
@media (max-width: 640px) {
  .panel_single a .panel_item .panel_image {
    padding-bottom: 62.5%;
    background: #333 url(../images/image_default.png) no-repeat center;
  }
}

.panel_grid .items_wrapper {
  margin-left: 15px;
}
.flexboxlegacy.no-flexbox .panel_grid .items_wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .panel_grid .items_wrapper {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flexboxlegacy.no-flexbox .panel_grid .items_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .panel_grid .items_wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .panel_grid .items_wrapper {
    margin-left: 0;
  }
}
.panel_grid a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .panel_grid a {
    flex-basis: 50%;
    width: 50%;
    font-size: 14px;
  }
  .panel_grid a:nth-child(1) .panel_item, .panel_grid a:nth-child(3) .panel_item {
    margin-right: 7.5px;
  }
  .panel_grid a:nth-child(2) .panel_item, .panel_grid a:nth-child(4) .panel_item {
    margin-left: 7.5px;
  }
  .panel_grid a:nth-child(1) .panel_item, .panel_grid a:nth-child(2) .panel_item {
    margin-bottom: 7.5px;
  }
  .panel_grid a:nth-child(3) .panel_item, .panel_grid a:nth-child(4) .panel_item {
    margin-top: 7.5px;
  }
}
@media (max-width: 768px) {
  .panel_grid a {
    margin-bottom: 15px;
  }
  .panel_grid a:nth-child(4) {
    margin-bottom: 0;
  }
}

.mayor .module_inner {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 700px) {
  .mayor .module_inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: stretch;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: stretch;
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: stretch;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-align-items: stretch;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.mayor .module_inner .block_links, .mayor .module_inner .block_image {
  width: 50%;
  display: block;
}
@media (max-width: 768px) {
  .mayor .module_inner .block_links, .mayor .module_inner .block_image {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .mayor .module_inner .block_links, .mayor .module_inner .block_image {
    width: 100%;
    margin-bottom: 0;
  }
}
.mayor .module_inner .links_wrapper {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-align-items: stretch;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.mayor .module_inner .block_links_item {
  width: 50%;
}
@media (max-width: 1024px) {
  .mayor .module_inner .block_links_item {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .mayor .module_inner .block_links_item:nth-child(odd) .item_inner {
    margin-right: 7.5px;
  }
  .mayor .module_inner .block_links_item:nth-child(even) .item_inner {
    margin-left: 7.5px;
    margin-right: 0;
  }
}
.mayor .module_inner .block_links_item .item_inner {
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: vertical;
  box-direction: normal;
  box-pack: center;
  box-align: center;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 205px;
  background: #fff;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  color: #414141;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans Bold";
}
@media (max-width: 700px) {
  .mayor .module_inner .block_links_item .item_inner {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .mayor .module_inner .block_links_item .item_inner {
    font-size: 14px;
  }
}
.mayor .module_inner .block_links_item .item_inner:hover, .mayor .module_inner .block_links_item .item_inner.active {
  background: #d81910;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  color: #fff;
}
.mayor .module_inner .block_links_item .item_inner .icon_profile:before {
  content: '\f007';
  font-family: "octicons";
  font-size: 52px;
}
.mayor .module_inner .block_links_item .item_inner .icon_horn:before {
  content: '\f077';
  font-family: "octicons";
  font-size: 52px;
}
.mayor .module_inner .block_links_item .item_inner .icon_quest:before {
  content: '\f035';
  font-family: "octicons";
  font-size: 52px;
}
.mayor .module_inner .block_links_item .item_inner .social_net:before {
  content: '\f16d';
  font-family: "FontAwesome";
  font-size: 52px;
}
@media (max-width: 700px) {
  .mayor .module_inner .block_links {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .mayor .module_inner .block_image {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
}
.mayor .module_inner .block_image .image_wrapper {
  display: block;
  margin-left: 15px;
  width: calc(100% - 15px);
  height: 425px;
  background-color: #333;
  position: relative;
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}
@media (max-width: 700px) {
  .mayor .module_inner .block_image .image_wrapper {
    height: auto;
    padding-bottom: 62.5%;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .mayor .module_inner .block_image .image_wrapper {
    padding-bottom: 75%;
  }
}
.mayor .module_inner .block_image .image_wrapper:hover {
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.5);
}
.mayor .module_inner .block_image .image_wrapper .image_title {
  padding: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
@media (max-width: 700px) {
  .mayor .module_inner .block_image .image_wrapper .image_title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .mayor .module_inner .block_image .image_wrapper .image_title {
    font-size: 20px;
  }
}

footer {
  display: block;
  padding: 30px 0;
  text-align: center;
}
footer .site_copy {
  display: block;
  color: #7a7a7a;
}
footer .counter {
  margin-top: 15px;
  display: inline-block;
}

#scroll {
  position: fixed;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #000;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  text-align: center;
}
#scroll:after {
  content: 'вверх';
  display: block;
  width: 50px;
  text-align: center;
  bottom: -40px;
  left: -25px;
  position: absolute;
  font-size: 12px;
  font-family: "Open Sans Semibold";
}
@media (max-width: 768px) {
  #scroll {
    right: -9999px;
  }
}

.partners * {
  line-height: 0;
}
.partners .swiper-slide {
  background: #f3f3f3;
  height: 100%;
}
.flexboxlegacy.no-flexbox .partners .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .partners .swiper-slide {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners .swiper-slide a {
  display: block;
  overflow: hidden;
}
.partners .swiper-slide a img {
  max-width: 100%;
}

.document_wrapper {
  margin: 15px 0;
  line-height: 1.2;
}
.flexboxlegacy.no-flexbox .document_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-box-align: start;
  box-align: start;
}
.flexbox .document_wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.document_wrapper .icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 120%;
}
.document_wrapper .icon:before {
  font-family: octicons;
  content: '\f011';
}
.document_wrapper.array .icon:before {
  content: '\f013';
}
.document_wrapper .document {
  font-size: 90%;
}
.flexboxlegacy.no-flexbox .document_wrapper .document {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.flexbox .document_wrapper .document {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.document_wrapper .document:hover {
  text-decoration: underline;
}
.document_wrapper .document .title .search_match {
  font-family: "Open Sans Bold Italic";
  color: royalblue !important;
}
.document_wrapper .document .info {
  margin-top: 5px;
  font-size: 80%;
}

.comments_title {
  margin-bottom: 20px;
}
