@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 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/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*  
End normalize styles
-------------------------------------------------------------
Start markup styles 
*/
/* @font-face {
  font-family: 'onlot';
  src: url('../fonts/onlot/onlot.eot?23410967');
  src: url('../fonts/onlot/onlot.eot?23410967#iefix') format('embedded-opentype'),
  url('../fonts/onlot/onlot.woff2?23410967') format('woff2'),
  url('../fonts/onlot/onlot.woff?23410967') format('woff'),
  url('../fonts/onlot/onlot.ttf?23410967') format('truetype'),
  url('../fonts/onlot/onlot.svg?23410967#onlot') format('svg');
  font-weight: normal;
  font-style: normal;
}

 */
@font-face {
  font-family: "Brown";
  src: url("../fonts/brown/Brown-Bold.eot");
  src: url("../fonts/brown/Brown-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/brown/Brown-Bold.woff") format("woff"), url("../fonts/brown/Brown-Bold.ttf") format("truetype"), url("../fonts/brown/Brown-Bold.svg#Brown") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Brown";
  src: url("../fonts/brown/Brown-Regular.eot");
  src: url("../fonts/brown/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/brown/Brown-Regular.woff") format("woff"), url("../fonts/brown/Brown-Regular.ttf") format("truetype"), url("../fonts/brown/Brown-Regular.svg#Brown") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Brown";
  src: url("../fonts/brown/Brown-Light.eot");
  src: url("../fonts/brown/Brown-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/brown/Brown-Light.woff") format("woff"), url("../fonts/brown/Brown-Light.ttf") format("truetype"), url("../fonts/brown/Brown-Light.svg#Brown") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/pt_serif/PTSerif-Regular.eot");
  src: url("../fonts/pt_serif/PTSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_serif/PTSerif-Regular.woff") format("woff"), url("../fonts/pt_serif/PTSerif-Regular.ttf") format("truetype"), url("../fonts/pt_serif/PTSerif-Regular.svg#PT Serif") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/pt_serif/PTSerif-Bold.eot");
  src: url("../fonts/pt_serif/PTSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_serif/PTSerif-Bold.woff") format("woff"), url("../fonts/pt_serif/PTSerif-Bold.ttf") format("truetype"), url("../fonts/pt_serif/PTSerif-Bold.svg#PT Serif") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/pt_serif/PTSerif-Italic.eot");
  src: url("../fonts/pt_serif/PTSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_serif/PTSerif-Italic.woff") format("woff"), url("../fonts/pt_serif/PTSerif-Italic.ttf") format("truetype"), url("../fonts/pt_serif/PTSerif-Italic.svg#PT Serif") format("svg");
  font-weight: normal;
  font-style: italic; }

.container {
  margin: 0 auto;
  width: 69.49153%; }
  @media (max-width: 991px) {
    .container {
      width: 83.05085%; }
    .single-breadcrumbs{
      width: calc(100% - 30px) !important;
    }
  }
  .container_medium {
    overflow: hidden;
    margin: auto;
    width: 83.05085%; }
    @media (max-width: 991px) {
      .container_medium {
        width: calc(100% - 30px); } }
  .container_big {
    margin: 0 auto;
    width: 91.52542%; }
    @media (max-width: 991px) {
      .container_big {
        width: 100%; } }
  .container_small {
    margin: 0 auto;
    width: 51.52542%; }
    @media (max-width: 991px) {
      .container_small {
        width: 83.05085%; } }

.footer {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #222222; }
  @media (max-width: 767px) {
    .footer .logo_wrapper {
      text-align: center; } }
  .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer_content {
        display: block; } }
    .footer_content .left {
      width: 60%; }
      @media (max-width: 991px) {
        .footer_content .left {
          width: 50%; } }
      @media (max-width: 767px) {
        .footer_content .left {
          width: 100%; } }
    .footer_content .right {
      width: 40%; }
      @media (max-width: 991px) {
        .footer_content .right {
          width: 50%; } }
      @media (max-width: 767px) {
        .footer_content .right {
          width: 100%;
          display: none; } }
    .footer_content .top_panel {
      padding: 25px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer_content .top_panel h5 {
        margin: 0;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        font-size: 16px; }
      .footer_content .top_panel .more {
        margin-right: 9.375vw;
        text-decoration: none;
        color: #919191;
        font-weight: 600;
        font-size: 13px;
        -webkit-transition: color 200ms;
        transition: color 200ms;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .footer_content .top_panel .more:hover {
          -webkit-transition: color 200ms;
          transition: color 200ms;
          color: #fff; }
        @media (max-width: 767px) {
          .footer_content .top_panel .more {
            margin-right: 0; } }
        .footer_content .top_panel .more i {
          font-size: 16px;
          margin-right: 5px; }
    .footer_content .listing_pages {
      padding: 0;
      margin: 0;
      list-style-type: none;
      font-family: 'PT Serif';
      font-weight: 400;
      -webkit-column-count: 3;
      column-count: 3; }
      @media (max-width: 991px) {
        .footer_content .listing_pages {
          -webkit-column-count: 2;
          column-count: 2; } }
      .footer_content .listing_pages li {
        padding: 5px 0;
        line-height: 1em; }
        @media (max-width: 991px) {
          .footer_content .listing_pages li:nth-child(n+23) {
            display: none; } }
      .footer_content .listing_pages a {
        text-decoration: none;
        color: #919191;
        font-size: 13px;
        -webkit-transition: color 200ms;
        transition: color 200ms; }
        .footer_content .listing_pages a:hover {
          -webkit-transition: color 200ms;
          transition: color 200ms;
          color: #fff; }
    .footer_content .hashtag_wrapper {
      margin: 0 -2.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer_content .hashtag_item {
      margin: 0 2.5px;
      margin-bottom: 5px;
      padding: 15px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      display: block;
      color: #a7a7a7;
      background-color: #393939;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      font-weight: 400;
      font-size: 13px;
      font-family: "PT Serif"; }
      .footer_content .hashtag_item:hover {
        opacity: 0.75;
        color: #fff;
        -webkit-transition: all 200ms;
        transition: all 200ms; }

.footer_bottom_panel {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center; }
  .footer_bottom_panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .footer_bottom_panel ul {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .footer_bottom_panel a {
    text-decoration: none; }
  .footer_bottom_panel .secondary_main_menu {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .footer_bottom_panel .secondary_main_menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer_bottom_panel .secondary_main_menu li {
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        .footer_bottom_panel .secondary_main_menu li {
          padding: 0; } }
      @media (max-width: 767px) {
        .footer_bottom_panel .secondary_main_menu li {
          padding: 0 10px; } }
    .footer_bottom_panel .secondary_main_menu a {
      color: #000;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms; }
      .footer_bottom_panel .secondary_main_menu a:hover {
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms;
        opacity: 0.5; }
  .footer_bottom_panel .secondary_small_menu {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .footer_bottom_panel .secondary_small_menu {
        margin-bottom: 0; } }
    .footer_bottom_panel .secondary_small_menu li:after {
      padding: 0 8px;
      display: inline-block;
      content: '-';
      color: #bcc2ca; }
      @media (max-width: 767px) {
        .footer_bottom_panel .secondary_small_menu li:after {
          padding: 0 4px; } }
    .footer_bottom_panel .secondary_small_menu li:last-of-type:after {
      display: none; }
    .footer_bottom_panel .secondary_small_menu span {
      color: #bcc2ca; }
    .footer_bottom_panel .secondary_small_menu a {
      color: #bcc2ca;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms; }
      .footer_bottom_panel .secondary_small_menu a:hover {
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms;
        opacity: 0.5; }
  .footer_bottom_panel p {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: #bcc2ca; }

body {
  position: relative; }

.header_wrapper {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  /*position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;*/
  position: relative;
  z-index: 999; }
  .header_wrapper .container_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (max-width: 991px) {
    .header_wrapper {
      padding: 14px;
      /*padding-left: 45px;*/
      width: 100%;
      z-index: 98;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  @media (max-width: 767px) {
    .header_wrapper {
      /*padding-left: 30px;*/ } }
  .header_wrapper .navigate_wrapper {
    font-family: 'Brown';
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header_wrapper .navigate_wrapper {
      font-size: 6px; }
    @media (min-width: 450px) and (max-width: 1440px) {
      .header_wrapper .navigate_wrapper {
        font-size: calc( 6px +  8 *  (100vw - 450px) /  990); } }
    @media (min-width: 1440px) {
      .header_wrapper .navigate_wrapper {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .header_wrapper .navigate_wrapper {
        font-weight: 400; }
        .header_wrapper .navigate_wrapper {
          font-size: 14px; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .header_wrapper .navigate_wrapper {
      font-size: calc( 14px +  8 *  (100vw - 320px) /  448); } }
  @media (max-width: 991px) and (min-width: 768px) {
    .header_wrapper .navigate_wrapper {
      font-size: 22px; } }
    .header_wrapper .navigate_wrapper a {
      text-decoration: none; }
    .header_wrapper .navigate_wrapper .mobile_search_wrapper {
      display: none; }
      @media (max-width: 991px) {
        .header_wrapper .navigate_wrapper .mobile_search_wrapper {
          margin: 40px 0 20px 0;
          display: block; } }
      .header_wrapper .navigate_wrapper .mobile_search_wrapper input {
        padding: 5px 25px 5px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 0;
        font-weight: 300;
        background-color: transparent;
        color: #fff;
        background-image: url(../images/search_back.png);
        background-position: right center;
        background-repeat: no-repeat; }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input {
          font-size: 14px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .header_wrapper .navigate_wrapper .mobile_search_wrapper input {
            font-size: calc( 14px +  4 *  (100vw - 320px) /  448); } }
        @media (min-width: 768px) {
          .header_wrapper .navigate_wrapper .mobile_search_wrapper input {
            font-size: 18px; } }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: white; }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input::-moz-placeholder {
          /* Firefox 19+ */
          color: white; }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input::-ms-input-placeholder {
          /* IE 10+ */
          color: white; }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input::-moz-placeholder {
          /* Firefox 18- */
          color: white; }
        .header_wrapper .navigate_wrapper .mobile_search_wrapper input:active, .header_wrapper .navigate_wrapper .mobile_search_wrapper input:focus {
          outline: none; }
    @media (max-width: 991px) {
      .header_wrapper .navigate_wrapper_mask {
        position: fixed;
        top: 0;
        left: 0;
        /*width: 100%;*/
        height: 100vh;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.6);
        width: 0;
        overflow: hidden;
        -webkit-transition: all 200ms;
        transition: all 200ms; }
        .header_wrapper .navigate_wrapper_mask.open {
          width: 100%;
          -webkit-transition: all 200ms;
          transition: all 200ms; }
        .header_wrapper .navigate_wrapper_mask .close_wrapper {
          position: absolute;
          left: calc(350px + 50px);
          top: 25px;
          -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%); } }
    @media (max-width: 991px) and (max-width: 767px) {
      .header_wrapper .navigate_wrapper_mask .close_wrapper {
        padding-top: 25px;
        padding-bottom: 15px;
        top: 0;
        z-index: 3;
        left: 30px;
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        width: calc(100% - 60px);
        background: #222222; } }
    @media (max-width: 991px) {
        .header_wrapper .navigate_wrapper_mask .close.hairline {
          width: 25px;
          height: 25px;
          position: relative; }
          .header_wrapper .navigate_wrapper_mask .close.hairline::before, .header_wrapper .navigate_wrapper_mask .close.hairline::after {
            content: '';
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            background: #fff;
            height: 2px; }
          .header_wrapper .navigate_wrapper_mask .close.hairline::before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header_wrapper .navigate_wrapper_mask .close.hairline::after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .header_wrapper .navigate_wrapper_body {
        padding: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 350px;
        height: 100%;
        background-color: #222222;
        overflow-y: scroll;
        direction: rtl;
        position: relative; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .header_wrapper .navigate_wrapper_body {
      padding-top: 60px;
      width: 100%; } }
    @media (max-width: 991px) {
        .header_wrapper .navigate_wrapper_body > * {
          direction: ltr; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .header_wrapper .navigate_wrapper_body > * {
        min-width: 260px; } }
    @media (max-width: 991px) {
        .header_wrapper .navigate_wrapper_body .main_menu {
          padding: 15px 0;
          height: auto;
          display: block;
          border-top: 1px solid rgba(255, 255, 255, 0.6); } }
  .header_wrapper .main_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .header_wrapper .main_menu.mask .main_menu_item:not(.open) .main_menu_link {
        color: rgba(255, 255, 255, 0.3); } }
    .header_wrapper .main_menu.sub_menu {
      display: none; }
      @media (max-width: 991px) {
        .header_wrapper .main_menu.sub_menu {
          padding-bottom: 0;
          border-bottom: 0;
          display: block;
          /*  @include font-size(12px,16px,320px,768px);*/ } }
      .header_wrapper .main_menu.sub_menu .main_menu_link {
        font-size: 16px; }
    .header_wrapper .main_menu_item {
      margin-left: 1.38889vw;
      display: block; }
      .header_wrapper .main_menu_item:first-child {
        margin-left: 0; }
      @media (max-width: 991px) {
        .header_wrapper .main_menu_item {
          margin-left: 0; } }
    .header_wrapper .main_menu_link {
      padding: 15px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #000;
      height: 100%;
      cursor: pointer;
      display: block;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      position: relative; }
      .header_wrapper .main_menu_link:hover {
        -webkit-transition: all 200ms;
        transition: all 200ms;
        color: #468cfe; }
        @media (max-width: 991px) {
          .header_wrapper .main_menu_link:hover {
            color: #fff; } }
      @media (max-width: 991px) {
        .header_wrapper .main_menu_link {
          color: #fff;
          font-size: 18px; } }
  .header_wrapper .submenu_wrapper {
    position: relative; }
    .header_wrapper .submenu_wrapper:hover {
      color: #000; }
      .header_wrapper .submenu_wrapper:hover .dropdown_menu {
        display: block; }
        @media (max-width: 991px) {
          .header_wrapper .submenu_wrapper:hover .dropdown_menu {
            display: none; } }
      .header_wrapper .submenu_wrapper:hover .main_menu_link:after {
        content: "\f0de";
        color: #ed1e79;
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px); }
        @media (max-width: 991px) {
          .header_wrapper .submenu_wrapper:hover .main_menu_link:after {
            color: #fff;
            -webkit-transform: translate(15px, 5px);
            transform: translate(15px, 5px); } }
    @media (max-width: 991px) {
      .header_wrapper .submenu_wrapper .main_menu_link:after {
        content: "\f0dd";
        color: #fff;
        -webkit-transform: translate(15px, 5px);
        transform: translate(15px, 5px); }
      .header_wrapper .submenu_wrapper.open .main_menu_link:after {
        -webkit-transform: translate(15px, 5px);
        transform: translate(15px, 5px);
        color: #ed1e79;
        content: "\f0de"; } }
    .header_wrapper .submenu_wrapper .main_menu_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 991px) {
        .header_wrapper .submenu_wrapper .main_menu_link {
          display: inline-block; } }
      .header_wrapper .submenu_wrapper .main_menu_link:after {
        margin-left: 5px;
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px); }
        @media (max-width: 991px) {
          .header_wrapper .submenu_wrapper .main_menu_link:after {
            margin-left: 0;
            -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0); } }
      @media (max-width: 991px) {
        .header_wrapper .submenu_wrapper .main_menu_link {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
  .header_wrapper .dropdown_menu {
    margin: 0;
    padding: 15px 30px;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-30px, 100%);
    transform: translate(-30px, 100%);
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(70, 140, 254, 0.2);
    box-shadow: 0 0 20px rgba(70, 140, 254, 0.2);
    display: none; }
    @media (max-width: 991px) {
      .header_wrapper .dropdown_menu {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    .header_wrapper .dropdown_menu li {
      padding: 8px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .header_wrapper .dropdown_menu_link {
      color: #000;
      display: block;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      .header_wrapper .dropdown_menu_link:hover {
        -webkit-transition: all 200ms;
        transition: all 200ms;
        color: #468cfe; }
      @media (max-width: 991px) {
        .header_wrapper .dropdown_menu_link {
          color: #fff; }
          .header_wrapper .dropdown_menu_link:hover {
            color: #fff; } }
  .header_wrapper .add_text {
    margin-left: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #468cfe;
    color: #fff;
    line-height: 43px;
    height: 43px;
  }
    @media (max-width: 991px) {
      .header_wrapper .add_text {
        margin-left: 0;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .header_wrapper .add_text {
        display: none; } }
  .header_wrapper .legasy {
    display: none;
    margin: 0;
    margin-top: 70px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-weight: 300;
    line-height: 2em; }
    .header_wrapper .legasy {
      font-size: 7px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .header_wrapper .legasy {
        font-size: calc( 7px +  4 *  (100vw - 320px) /  448); } }
    @media (min-width: 768px) {
      .header_wrapper .legasy {
        font-size: 11px; } }
    @media (max-width: 991px) {
      .header_wrapper .legasy {
        display: block; } }
  .header_wrapper .header_search {
    margin-left: 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/header_search.png);
    height: 44px;
    width: 44px; }
    .header_wrapper .header_search.open {
      background-image: url(../images/header_search_close.png); }
    .header_wrapper .header_search:focus, .header_wrapper .header_search:active {
      outline: none; }
    @media (max-width: 991px) {
      .header_wrapper .header_search {
        display: none; } }

body {
  font-family: 'Brown';
  padding-top: 80px; }
  /*@media (max-width: 991px) {
    body {
      padding-top: 77px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 77px; } }*/

.breadcrumbs {
  margin: 30px 0;@media (max-width: 991px)
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  line-height: normal; }
  @media (max-width: 991px) {
    .breadcrumbs {
      padding: 0 60px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 0 30px; } }
  .breadcrumbs a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #9099a7; }
    .breadcrumbs a:after {
      margin: 0 5px;
      display: block;
      content: '/'; }
  .breadcrumbs span {
    display: block;
    /*overflow: hidden;*/ }

button:active, button:focus {
  outline: none; }

.devider {
  margin-bottom: 75px;
  width: 100%;
  height: 2px;
  background-color: #f2f2f2; }
  @media (max-width: 991px) {
    .devider {
      margin-bottom: 50px; } }

.home_big_banner_wrapper {
  margin-left: 30px;
  padding-left: 6.77966%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 100%;*/
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .home_big_banner_wrapper {
      margin-left: 0;
      padding-left: 0; } }

.home_big_banner_image {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 550px;
  -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  box-shadow: 0 0 100px rgba(70, 140, 254, 0.25); }
  @media (max-width: 991px) {
    .home_big_banner_image {
      padding: 100px 55px;
      min-height: unset; } }
  @media (max-width: 767px) {
    .home_big_banner_image {
      padding: 80px 35px; } }
  .home_big_banner_image > div {
    max-width: 50%;
    color: #fff; }
    @media (max-width: 991px) {
      .home_big_banner_image > div {
        max-width: none; } }
    @media (max-width: 767px) {
      .home_big_banner_image > div {
        text-align: center; } }
  .home_big_banner_image .caption {
    margin: 0;
    font-weight: 600;
    font-size: 34px; }
    @media (max-width: 767px) {
      .home_big_banner_image .caption {
        font-size: 22px; } }
  .home_big_banner_image .info {
    margin: 30px 0;
    font-size: 14px;
    font-weight: 600;
    font-family: "PT Serif"; }
  .home_big_banner_image a {
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    text-decoration: none; }

.latest_comments_wrapper {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: -35px;
  z-index: 3;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  box-shadow: 0 0 100px rgba(70, 140, 254, 0.25); }
  @media (max-width: 767px) {
    .latest_comments_wrapper {
      -webkit-transform: translate(0, 65px);
      transform: translate(0, 65px);
      position: relative;
      left: 0; } }
  .latest_comments_wrapper .caption {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .latest_comments_wrapper .caption {
        padding-left: 0;
        padding-right: 60px; } }

.latest_comments_slider .slick-arrow {
  top: -25px;
  right: 0;
  left: auto;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  .latest_comments_slider .slick-arrow:before {
    content: ''; }
  .latest_comments_slider .slick-arrow.slick-prev {
    right: 30px;
    background-image: url(../images/prev.png); }
    @media (max-width: 767px) {
      .latest_comments_slider .slick-arrow.slick-prev {
        right: 30px; } }
  .latest_comments_slider .slick-arrow.slick-next {
    background-image: url(../images/next.png); }

.latest_comments_slider .slick-track .slick-current + .slick-active .info {
  border-right: 1px solid #d3dae5;
  border-left: 1px solid #d3dae5; }
  @media (max-width: 991px) {
    .latest_comments_slider .slick-track .slick-current + .slick-active .info {
      border-right: 0; } }
  @media (max-width: 767px) {
    .latest_comments_slider .slick-track .slick-current + .slick-active .info {
      border-left: 0; } }

.latest_comments_item {
  text-decoration: none; }
  .latest_comments_item .comments_link {
    display: block;
    text-decoration: none; }
    @media (max-width: 767px) {
      .latest_comments_item .comments_link {
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .latest_comments_item .comments_link:active, .latest_comments_item .comments_link:focus {
      outline: none; }
  .latest_comments_item .category {
    margin-left: 45px;
    display: inline-block;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .latest_comments_item .category {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .latest_comments_item .category {
        margin-left: 0; } }
    .latest_comments_item .category span.caption {
      padding: 4px 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: uppercase;
      color: #fff;
      font-size: 10px;
      font-weight: 400;
      background-color: #468cfe;
      font-family: 'Montserrat', sans-serif; }
    .latest_comments_item .category:before {
      content: '';
      position: absolute;
      left: -3px;
      top: 7px;
      z-index: -1;
      width: 100%;
      height: 100%;
      height: calc(100% - 2px);
      background-color: #ed1e79; }
  .latest_comments_item .info {
    padding: 0 30px;
    padding-left: 45px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    @media (max-width: 991px) {
      .latest_comments_item .info {
        padding-bottom: 0;
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .latest_comments_item .info {
        padding-left: 0; } }
    .latest_comments_item .info p {
      margin-top: 10px;
      margin-bottom: 0;
      color: #000;
      font-size: 20px;
      font-family: 'PT Serif';
      font-weight: 400; }
    .latest_comments_item .info span {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 10px;
      color: #9099a7; }

.home_search_form .form_wrapper {
  margin: 0 auto;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  width: 90%; }
  @media (max-width: 991px) {
    .home_search_form .form_wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .home_search_form .form_wrapper {
      padding: 0;
      background-color: transparent; } }
  .home_search_form .form_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .home_search_form .form_wrapper form {
        display: block; } }
  .home_search_form .form_wrapper input {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 60px);
    color: #000;
    font-weight: 600;
    border: 0; }
    @media (max-width: 767px) {
      .home_search_form .form_wrapper input {
        margin-bottom: 10px;
        background-color: #fff;
        width: 100%;
        font-size: 16px;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .home_search_form .form_wrapper input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 400;
      color: #666666; }
    .home_search_form .form_wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 400;
      color: #666666; }
    .home_search_form .form_wrapper input:-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 400;
      color: #666666; }
    .home_search_form .form_wrapper input:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 400;
      color: #666666; }
  .home_search_form .form_wrapper .banner_button {
    padding: 0;
    width: 55px;
    height: 55px;
    border: 0;
    background-color: #ed1e79;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
    .home_search_form .form_wrapper .banner_button:hover {
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      opacity: 0.7; }
    @media (max-width: 767px) {
      .home_search_form .form_wrapper .banner_button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .home_search_form .form_wrapper .banner_button span {
      display: none; }
      @media (max-width: 767px) {
        .home_search_form .form_wrapper .banner_button span {
          margin-right: 10px;
          display: inline-block;
          font-weight: 600;
          color: #fff;
          font-size: 20px; } }

.home_top_banner {
  margin-bottom: 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 80px);
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .home_top_banner {
      height: 680px;
      min-height: auto; } }
  @media (max-width: 767px) {
    .home_top_banner {
      /*height: 690px;*/
      margin-bottom: 125px;
      height: auto;
      min-height: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .home_top_banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .home_top_banner .center_block {
    text-align: center;
    position: relative;
    z-index: 4;
    -webkit-transform: translate(0, -90px);
    transform: translate(0, -90px);
    /*90px - half height comments slider*/ }
    @media (max-width: 991px) {
      .home_top_banner .center_block {
        -webkit-transform: translate(0, -105px);
        transform: translate(0, -105px); } }
    @media (max-width: 767px) {
      .home_top_banner .center_block {
        margin-top: 65px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .home_top_banner .center_block .caption {
      margin: 0;
      margin-bottom: 30px;
      font-size: 34px;
      color: #fff;
      font-family: 'PT Serif';
      font-weight: 400; }
    .home_top_banner .center_block .info {
      margin-top: 10px;
      padding: 0 3px;
      color: #fff;
      font-family: 'PT Serif';
      font-weight: 400;
      font-size: 15px;
      display: block; }
    .autocomplete_wrapper {
      margin-top: 2px;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background-color: #fff;
      overflow-y: scroll;
      max-height: 640px;
      -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
      box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
      display: none; }

      .navigate_wrapper_body .autocomplete_wrapper {
        top: 148px;
        z-index: 999;
      }
      @media (max-width: 991px) {
        .autocomplete_wrapper {
          height: 400px; } }
      .autocomplete_wrapper::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: transparent; }
      .autocomplete_wrapper::-webkit-scrollbar {
        width: 6px;
        background-color: transparent; }
      .autocomplete_wrapper::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #909090; }
    .autocomplete_list {
      width: 100%;
      text-align: left; }
      .autocomplete_list .list_caption {
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 12px;
        color: #a9b0bb;
        text-transform: uppercase;
        background-color: #eef0f2; }
      .autocomplete_list .list_items {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .autocomplete_list .list_items li {
          padding: 10px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          line-height: 1em; }
          .autocomplete_list .list_items li:first-of-type {
            padding-top: 20px; }
          .autocomplete_list .list_items li:last-of-type {
            padding-bottom: 20px; }
          .autocomplete_list .list_items li a {
            text-decoration: none;
            -webkit-transition: opacity 200ms;
            transition: opacity 200ms;
            font-size: 18px;
            font-family: 'PT Serif';
            font-weight: 400;
            color: #000; }
            .autocomplete_list .list_items li a:hover {
              opacity: 0.75;
              -webkit-transition: opacity 200ms;
              transition: opacity 200ms; }
            .autocomplete_list .list_items li a span {
              color: #468cfe;
              font-weight: 600; }
          .autocomplete_list .list_items li .autor {
            text-transform: uppercase;
            color: #9099a7;
            font-size: 12px;
            font-weight: 400;
            text-decoration: none; }
            .autocomplete_list .list_items li .autor:before {
              margin: 0 5px;
              content: '•';
              color: #9099a7;
              font-size: 12px;
              display: inline-block; }

input {
  border-radius: 0;
  -webkit-appearance: none; }
  input:active, input:focus {
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0 0 0 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.letter_search {
  /*position: -webkit-sticky;*/
  max-width: 100%;
  z-index: 3; }
.letter_search.sticky{
  position: fixed;
  top: 77px;
  width: 83.05085%;
}
  @media (max-width: 991px) {
    .letter_search {
      padding: 0 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      top: 75px;
      background-color: #fff;
      border-bottom: 1px solid #e2e2e2; } }
  @media (max-width: 767px) {
    .letter_search.sticky{
      width: 100%;
    }
    .letter_search {
      padding: 0 30px;
      top: 65px; } }
  .letter_search.sticky ul {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    padding: 20px 35px; }
    @media (max-width: 991px) {
      .letter_search.sticky ul {
        padding: 20px 0; } }
    .letter_search.sticky ul a.active:after {
      bottom: -20px;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
  .letter_search ul {
    margin: 0;
    padding: 40px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none; }
    @media (max-width: 991px) {
      .letter_search ul {
        padding: 40px 0;
        border-bottom: 0; } }
    @media (max-width: 767px) {
      .letter_search ul {
        padding: 30px 0; } }
    .letter_search ul::-webkit-scrollbar-track {
      display: none; }
    .letter_search ul::-webkit-scrollbar {
      display: none; }
    .letter_search ul li {
      /*padding-right: 20px;*/
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        .letter_search ul li {
          padding-right: 20px; } }
      .letter_search ul li:last-of-type {
        padding-right: 0; }
        @media (max-width: 991px) {
          .letter_search ul li:last-of-type {
            padding-right: 30px; } }
    .letter_search ul a {
      padding: 0 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #000;
      font-weight: 300;
      display: block;
      -webkit-transition: color 200ms;
      transition: color 200ms;
      text-decoration: none;
      font-size: 32px;
      text-transform: uppercase;
      line-height: 1em;
      position: relative; }
      @media (max-width: 767px) {
        .letter_search ul a {
          font-size: 24px; } }
      .letter_search ul a:hover {
        color: #468cfe;
        -webkit-transition: color 200ms;
        transition: color 200ms; }
      .letter_search ul a.active {
        color: #468cfe; }
        .letter_search ul a.active:after {
          -webkit-transition: all 200ms;
          transition: all 200ms;
          display: block;
          content: '';
          position: absolute;
          bottom: -40px;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #468cfe; }
  .letter_search_parent {
    position: relative;
    width: 100%; }
  .letter_search_button {
    display: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0; }
    @media (max-width: 767px) {
      .letter_search_button {
        width: 30px; } }
    @media (max-width: 991px) {
      .letter_search_button {
        display: block; } }
    .letter_search_button.prev {
      left: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .letter_search_button.next {
      right: 0;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0); }
      .letter_search_button.next:before {
        content: '';
        width: 30px;
        height: 100%;
        position: absolute;
        left: -22px;
        top: 0;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        background-color: #fff;
        opacity: 0.8; }

.logo_link img {
  /*width: 13.88889vw;*/
  width: 193px;
  max-width: 200px; }
  @media (max-width: 991px) {
    .logo_link img {
      width: auto; } }

.nav_hamburger {
  display: none;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0); }
  .nav_hamburger_item {
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0; }
    .nav_hamburger_item:before {
      display: block;
      content: '';
      width: 100%;
      height: 4px;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 8px; }
    .nav_hamburger_item:after {
      display: block;
      content: '';
      width: 100%;
      height: 4px;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 16px; }
  @media (max-width: 991px) {
    .nav_hamburger {
      display: block; } }

.pagination_wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 450px) {
    .pagination_wrapper {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .pagination_wrapper a {
    margin-right: 5px;
    /*padding: 15px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em; }
    @media (max-width: 450px) {
      .pagination_wrapper a {
        width: 40px;
        height: 40px;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .pagination_wrapper a:hover {
      border-color: #468cfe;
      color: #468cfe; }
    .pagination_wrapper a.active {
      color: #fff;
      background-color: #468cfe;
      border-color: #468cfe; }
      .pagination_wrapper a.active:hover {
        color: #fff; }

.banner {
  overflow: hidden;
  min-height: 50px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 5px solid #f2f7ff; */
  }

@media (max-width: 991px) {
  .banner {
    padding: 30px 0 28px;
    width: 100%; } }
.banner a {
  display: block; }
.banner img {
  width: 100%;
  height: auto; }
.pre_banner {
  width: 100%; }

.small_banner {
  margin-bottom: 30px; }
  .small_banner a {
    margin: 0 auto;
    width: 81.81818%; }

.scroll_up {
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  display: none; }
  @media (max-width: 767px) {
    .scroll_up {
      padding: 10px;
      width: 40px;
      height: 40px; }
      .scroll_up span {
        display: none; } }
  .scroll_up img {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .scroll_up img {
        margin-left: 0; } }

.progress-container {
  width: 100%;
  height: 5px;
  background: #fff; }
  @media (max-width: 767px) {
    .progress-container {
      position: fixed;
      left: 0;
      top: 68px; } }

.progress-bar {
  height: 5px;
  background: #468cfe;
  width: 0; }

.info_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  box-shadow: 0 0 100px rgba(70, 140, 254, 0.25);
  display: none;
  z-index: 9; }
  .info_bar .container_big {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .info_bar .container_big {
        padding: 15px; } }
    @media (max-width: 767px) {
      .info_bar .container_big {
        display: none; } }
  .info_bar .logo_link img {
    width: auto; }
  .info_bar .heading {
    max-width: 75%;
    text-transform: uppercase;
    color: #000;
    text-align: center; }
    @media (max-width: 767px) {
      .info_bar .heading {
        display: no; } }
    .info_bar .heading .title {
      font-weight: 600;
      font-size: 18px; }
    .info_bar .heading .autor {
      font-size: 12px;
      color: #9099a7; }
  .info_bar .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .info_bar .social a {
      margin: 0 10px;
      display: block;
      text-decoration: none;
      line-height: 1em; }
      .info_bar .social a:hover {
        opacity: 0.7; }

.slick-slide:active, .slick-slide:focus,
.slick-slide div:active,
.slick-slide div:focus {
  outline: none; }

a.text_link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: 'PT Serif';
  font-weight: 400;
  display: block; }
  a.text_link span.link {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: 2.6em; }
  a.text_link span.autor {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    opacity: 0.6;
    font-family: 'Brown';
    font-weight: 600; }

.listing_page a.text_link span.link {
  margin-bottom: 0; }

.top_search_wrapper {
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  top: 80px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 30; }
  @media (max-width: 991px) {
    .top_search_wrapper {
      display: none; } }
  .top_search_wrapper .container_big {
    padding: 28px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .top_search_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top_search_wrapper input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-weight: 300;
    height: 1.3em;
    width: calc(100% - 25px); }
    .top_search_wrapper input {
      font-size: 18px; }
    @media (min-width: 450px) and (max-width: 1440px) {
      .top_search_wrapper input {
        font-size: calc( 18px +  8 *  (100vw - 450px) /  990); } }
    @media (min-width: 1440px) {
      .top_search_wrapper input {
        font-size: 26px; } }
    .top_search_wrapper input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white; }
    .top_search_wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .top_search_wrapper input::-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
    .top_search_wrapper input::-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .top_search_wrapper input:active, .top_search_wrapper input:focus {
      outline: none; }
  .top_search_wrapper .send_form {
    padding: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0;
    background-image: url(../images/search_back.png);
    background-position: center center;
    background-repeat: no-repeat; }
    .top_search_wrapper .send_form:active, .top_search_wrapper .send_form:focus {
      outline: none; }

section.main {
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    section.main {
      margin-bottom: 50px; } }
  section.main .caption {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      section.main .caption {
        padding: 0 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      section.main .caption {
        padding: 0 10px; } }
    section.main .caption .category_caption {
      margin: 0;
      text-transform: uppercase;
      color: #000;
      font-weight: 400;
      font-size: 32px; }
      @media (max-width: 767px) {
        section.main .caption .category_caption {
          font-size: 24px; } }
    section.main .caption .caption_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: #9099a7;
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
      section.main .caption .caption_link:hover {
        opacity: 0.75;
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms; }
      section.main .caption .caption_link img {
        font-size: 16px;
        margin-right: 5px;
        max-width: 16px; }
  section.main .section_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.main .section_body.banner_small {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        section.main .section_body.banner_small {
          display: block; } }
    section.main .section_body .main_block {
      padding: 30px;
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      background-color: #468cfe;
      width: 25%; }
      @media (max-width: 991px) {
        section.main .section_body .main_block {
          display: none; } }
      section.main .section_body .main_block .title {
        margin: 0;
        padding-bottom: 30px;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    section.main .section_body .main_list {
      padding: 0;
      margin: 0;
      list-style-type: none;
      counter-reset: item; }
      section.main .section_body .main_list li {
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        counter-increment: item;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.main .section_body .main_list li:before {
          margin-right: 15px;
          content: counter(item);
          font-weight: 600;
          font-size: 24px;
          min-width: 15px; }
        section.main .section_body .main_list li:nth-child(2):before {
          opacity: 0.8; }
        section.main .section_body .main_list li:nth-child(3):before {
          opacity: 0.65; }
        section.main .section_body .main_list li:nth-child(4):before {
          opacity: 0.5; }
      section.main .section_body .main_list .link {
        margin-bottom: 0; }
      section.main .section_body .main_list a.text_link {
        color: #fff; }
        section.main .section_body .main_list a.text_link:hover {
          opacity: 0.7; }
    section.main .section_body .full_list {
      margin: 0;
      margin-right: 30px;
      padding: 0;
      list-style-type: none;
      -webkit-column-count: 4;
      column-count: 4;
      width: calc(100% - 150px); }
      @media (max-width: 991px) {
        section.main .section_body .full_list {
          padding: 0 50px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-column-count: 2;
          column-count: 2;
          width: 100%; } }
      @media (max-width: 767px) {
        section.main .section_body .full_list {
          padding: 0 10px;
          -webkit-column-count: 1;
          column-count: 1; } }
      section.main .section_body .full_list.three_columns {
        -webkit-column-count: 3;
        column-count: 3; }
        @media (max-width: 991px) {
          section.main .section_body .full_list.three_columns {
            -webkit-column-count: 2;
            column-count: 2;
            width: 100%; }
            section.main .section_body .full_list.three_columns li {
              padding: 10px 0; } }
        @media (max-width: 767px) {
          section.main .section_body .full_list.three_columns {
            padding: 0 10px;
            -webkit-column-count: 1;
            column-count: 1; } }
        section.main .section_body .full_list.three_columns li:before {
          display: none; }
        section.main .section_body .full_list.three_columns.banner_block {
          width: calc(100% - 400px); }
          @media (max-width: 991px) {
            section.main .section_body .full_list.three_columns.banner_block {
              padding-right: 0;
              width: calc(50% - 30px);
              -webkit-column-count: 1;
              column-count: 1; } }
          @media (max-width: 767px) {
            section.main .section_body .full_list.three_columns.banner_block {
              width: 100%; } }
          section.main .section_body .full_list.three_columns li:before {
            display: block; }
          @media (max-width: 991px) {
            section.main .section_body .full_list.three_columns.banner_block li:nth-child(n + 8) {
              display: none; } }
      section.main .section_body .full_list li {
        padding: 15px 0;
        position: relative;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        /*border-top: 1px solid #e2e2e2;*/ }
        section.main .section_body .full_list li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 1px;
          background-color: #e2e2e2; }
        @media (max-width: 991px) {
          section.main .section_body .full_list li:nth-child(n + 15) {
            display: none; } }
        @media (max-width: 767px) {
          section.main .section_body .full_list li:nth-child(n + 8) {
            display: none; } }
      section.main .section_body .full_list .text_link {
        font-weight: 600; }
        section.main .section_body .full_list .text_link:hover {
          opacity: 1;
          color: #468cfe; }
    section.main .section_body .banner_item {
      width: 300px;
      height: 250px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-box-shadow: 20px 70px 0 #f2f7ff;
      box-shadow: 20px 70px 0 #f2f7ff; }
      @media (max-width: 767px) {
        section.main .section_body .banner_item {
          margin: 0 auto;
          margin-top: 30px;
          -webkit-box-shadow: none;
          box-shadow: none; } }
      section.main .section_body .banner_item:hover {
        opacity: 0.7; }
    section.main .section_body .listing {
      margin: 0;
      padding: 0 50px;
      padding: 0;
      width: 55%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      list-style-type: none;
      -webkit-column-count: 2;
      column-count: 2; }
      @media (max-width: 991px) {
        section.main .section_body .listing {
          padding: 0 50px;
          width: 100%; } }
      @media (max-width: 767px) {
        section.main .section_body .listing {
          padding: 0 10px;
          -webkit-column-count: 1;
          column-count: 1; } }
      section.main .section_body .listing li {
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          section.main .section_body .listing li:nth-child(n + 11) {
            display: none; } }
      section.main .section_body .listing .text_link {
        font-weight: 600; }
        section.main .section_body .listing .text_link:hover {
          opacity: 1;
          color: #468cfe; }
    section.main .section_body .category_links {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 991px) {
        section.main .section_body .category_links {
          display: none; } }
      section.main .section_body .category_links li {
        margin-bottom: 10px; }
        section.main .section_body .category_links li:last-of-type {
          margin-bottom: 0; }
      section.main .section_body .category_links a {
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        color: #9099a7; }
        section.main .section_body .category_links a:hover {
          opacity: 1;
          color: #468cfe; }

.main.popular {
  padding: 70px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #468cfe;
  display: block; }
  @media (max-width: 767px) {
    .main.popular {
      padding: 50px 0; } }
  .main.popular .caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .main.popular .caption {
        padding: 0;
        padding-right: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .main.popular .caption .category_caption {
      color: #fff; }
      @media (max-width: 767px) {
        .main.popular .caption .category_caption {
          font-size: 24px; } }
  .main.popular .popular_slider {
    display: block; }
    @media (max-width: 991px) {
      .main.popular .popular_slider .main_block {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .main.popular .popular_slider .main_block {
        padding: 0; } }
    .main.popular .popular_slider .main_block .title {
      font-size: 16px; }
    .main.popular .popular_slider .main_list li:last-of-type {
      border-bottom: 0; }
    .main.popular .popular_slider .slick-arrow {
      top: -35px;
      right: 0;
      left: auto;
      background-size: initial;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%); }
      .main.popular .popular_slider .slick-arrow:before {
        content: ''; }
      .main.popular .popular_slider .slick-arrow.slick-prev {
        right: 30px;
        background-image: url(../images/prev-2.png); }
        @media (max-width: 767px) {
          .main.popular .popular_slider .slick-arrow.slick-prev {
            right: 30px; } }
      .main.popular .popular_slider .slick-arrow.slick-next {
        background-image: url(../images/next-2.png); }

section.main.practical_lists .caption {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 991px) {
    section.main.practical_lists .caption {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    section.main.practical_lists .caption {
      padding-right: 45px; } }

section.main.practical_lists .category_name {
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #9099a7;
  font-weight: 400;
  font-size: 16px;
  display: block; }

@media (max-width: 991px) {
  section.main.practical_lists .section_body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

section.main.practical_lists .column {
  width: calc(25% - 15px); }
  @media (max-width: 991px) {
    section.main.practical_lists .column {
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 767px) {
    section.main.practical_lists .column {
      padding: 0; } }

section.main.practical_lists .category_list {
  margin: 0;
  padding: 0;
  font-family: 'PT Serif';
  list-style-type: none; }
  section.main.practical_lists .category_list li {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e2e2e2; }
    section.main.practical_lists .category_list li a {
      font-weight: 600;
      text-decoration: none;
      color: #000;
      font-size: 13px; }
      section.main.practical_lists .category_list li a:hover {
        color: #468cfe; }

section.main.practical_lists .slick-arrow {
  top: -35px;
  right: 0;
  left: auto;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  section.main.practical_lists .slick-arrow:before {
    content: ''; }
  section.main.practical_lists .slick-arrow.slick-prev {
    right: 30px;
    background-image: url(../images/prev.png); }
    @media (max-width: 767px) {
      section.main.practical_lists .slick-arrow.slick-prev {
        right: 30px; } }
  section.main.practical_lists .slick-arrow.slick-next {
    background-image: url(../images/next.png); }

section.main.top_resume {
  margin-top: -180px;
  padding-top: 245px;
  padding-bottom: 70px;
  background-color: #f2f7ff;
  position: relative;
  z-index: 1; }
  section.main.top_resume .banner_item {
    -webkit-box-shadow: 20px 70px 0 #fff;
    box-shadow: 20px 70px 0 #fff; }
    @media (max-width: 991px) {
      section.main.top_resume .banner_item {
        display: none; } }
  @media (max-width: 767px) {
    section.main.top_resume .container_medium {
      width: 100%; } }
  section.main.top_resume .section_body_scroll {
    margin-right: 30px;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 390px;*/
    overflow-y: scroll;
    width: 100%;
    position: relative;
    /*-webkit-mask-image: -webkit-gradient(linear, left 20%, left bottom, from(black), to(transparent));  */
  }
    @media (max-width: 991px) {
      section.main.top_resume .section_body_scroll {
        margin-right: 0;
        padding-bottom: 30px;
        width: 100%; } }
    section.main.top_resume .section_body_scroll::-webkit-scrollbar {
      background: transparent; }
    section.main.top_resume .section_body_scroll::-webkit-scrollbar-thumb {
      background: transparent; }
    section.main.top_resume .section_body_scroll .scroll {
      margin-right: 0;
      width: 100%; }
      @media (max-width: 767px) {
        section.main.top_resume .section_body_scroll .scroll {
          padding: 0; } }
  section.main.top_resume .full_list.scroll {
    -webkit-column-count: 1;
    column-count: 1;
    counter-reset: item_count; }
    section.main.top_resume .full_list.scroll li {
      width: 49%;
      float: left;
      padding-left: 10px;
      border-top: 1px solid #dee4ed;
      counter-increment: item_count;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      section.main.top_resume .full_list.scroll li:hover {
        background-color: #e9f2ff; }
      section.main.top_resume .full_list.scroll li:before {
        margin-right: 15px;
        content: counter(item_count);
        font-weight: 600;
        font-size: 24px;
        display: block;
        color: #ed1e79;
        position: relative;
        width: auto;
        height: auto;
        background-color: transparent; }
      section.main.top_resume .full_list.scroll li a {
        width: calc(100% - 30px);
        display: block;
        font-size: 22px;
        font-weight: 400;
        font-family: "PT Serif"; }
        section.main.top_resume .full_list.scroll li a:hover {
          color: #ed1e79; }

@media (max-width: 991px) {
  .listing_page .container_medium {
    width: 100%; } }

.listing_page .listing_wrapper {
  position: relative; }

.listing_page .listing_grid_title p {
  margin: 15px 0;
  padding-left: calc(40% + 30px);
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #000; }
  @media (max-width: 767px) {
    .listing_page .listing_grid_title p {
      padding: 0 30px; } }

.listing_page .listing_grid {
  margin-bottom: 70px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .listing_page .listing_grid {
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .listing_page .listing_grid {
      margin-bottom: 0;
      padding: 0 30px;
      padding-bottom: 30px; } }
  .listing_page .listing_grid:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .listing_page .listing_grid .banner {
    margin: 1% 7%;
    margin-bottom: -5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 171px;
    height: 258px;
    display: block;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .listing_page .listing_grid .banner {
        display: none; } }
    .listing_page .listing_grid .banner:hover {
      opacity: 0.75; }
    .listing_page .listing_grid .banner:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 50%;
      top: 170px;
      left: 0;
      -webkit-box-shadow: 0 100px 0 15px #f2f7ff;
      box-shadow: 0 100px 0 15px #f2f7ff;
      z-index: -1; }
  .listing_page .listing_grid .left {
    width: calc(40% - 30px); }
    @media (max-width: 767px) {
      .listing_page .listing_grid .left {
        display: none; } }
  .listing_page .listing_grid .right {
    width: calc(60% - 30px); }
    @media (max-width: 767px) {
      .listing_page .listing_grid .right {
        width: 100%; } }
  .listing_page .listing_grid .letter_title {
    color: #d3d6dc;
    font-size: 160px;
    font-weight: 400;
    font-family: "PT Serif";
    line-height: 0.75em;
    display: inline-block; }
    @media (max-width: 991px) {
      .listing_page .listing_grid .letter_title {
        font-size: 130px; } }
    .listing_page .listing_grid .letter_title_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .listing_page .listing_grid .letter_title_wrapper .line {
        margin-right: 15px;
        width: 100%;
        height: 1px;
        background-color: #d3d6dc; }
  .listing_page .listing_grid .category {
    margin-top: 24px; }
    .listing_page .listing_grid .category:first-of-type {
      margin-top: 75px; }
    @media (max-width: 991px) {
      .listing_page .listing_grid .category {
        margin-top: 50px; }
        .listing_page .listing_grid .category:first-of-type {
          margin-top: 50px; } }
    @media (max-width: 767px) {
      .listing_page .listing_grid .category {
        margin-top: 30px; }
        .listing_page .listing_grid .category:first-of-type {
          margin-top: 30px; } }
    .listing_page .listing_grid .category_title {
      margin-bottom: 18px;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 400;
      color: #468cfe; }
      @media (max-width: 767px) {
        .listing_page .listing_grid .category_title {
          margin-bottom: 15px;
          font-size: 32px; } }
    .listing_page .listing_grid .category_body {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .listing_page .listing_grid .category_body li {
        padding: 12px 0; }
      .listing_page .listing_grid .category_body a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .listing_page .listing_grid .category_body a:hover {
          color: #468cfe; }
          .listing_page .listing_grid .category_body a:hover .autor:before {
            color: #468cfe; }
        .listing_page .listing_grid .category_body a .link {
          font-weight: bold; }
        .listing_page .listing_grid .category_body a .autor:before {
          margin: 0 3px;
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #9099a7;
          display: inline-block;
          top: -2px;
          position: relative; }

.search_body .top_back {
  width: 100%;
  height: 120px;
  background-color: #eef4ff; }

.search_body .breadcrumbs {
  margin-bottom: 57px; }
  @media (max-width: 991px) {
    .search_body .breadcrumbs {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; } }

.search_body .column_wrap {
  margin-bottom: 70px;
  padding-left: 11.86441%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 991px) {
    .search_body .column_wrap {
      margin: 0 auto;
      padding-left: 0;
      display: block;
      width: 83.05085%;
      -webkit-transform: translate(0, -110px);
      transform: translate(0, -110px); } }
  .search_body .column_wrap .sidebar {
    margin-right: 15px;
    width: 250px; }
    @media (max-width: 991px) {
      .search_body .column_wrap .sidebar {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 100%; } }
  .search_body .column_wrap .container_small {
    margin: 0;
    -webkit-transform: translate(0, -34px);
    transform: translate(0, -34px); }
    @media (max-width: 991px) {
      .search_body .column_wrap .container_small {
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .search_body .column_wrap .form_wrapper {
    width: 100%;
    border: 2px solid #e2e2e2; }
    @media (max-width: 767px) {
      .search_body .column_wrap .form_wrapper {
        padding: 4px;
        background-color: #fff; } }
    @media (max-width: 767px) {
      .search_body .column_wrap .form_wrapper form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .search_body .column_wrap .form_wrapper form input {
          margin-bottom: 0;
          width: calc(100% - 55px); }
        .search_body .column_wrap .form_wrapper form button {
          width: 55px; }
          .search_body .column_wrap .form_wrapper form button span {
            display: none; } }

.search_body .results_list {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  list-style-type: none;
  border-top: 1px solid #dde0e4; }
  @media (max-width: 991px) {
    .search_body .results_list {
      display: none; } }
  .search_body .results_list li {
    padding: 10px 0;
    line-height: 0.8em; }
    .search_body .results_list li a {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      color: #9099a7; }
      .search_body .results_list li a.active {
        color: #ed1e79; }

.search_body .result_info {
  padding: 25px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #dde0e4; }
  .search_body .result_info .color {
    color: #ed1e79;
    font-weight: 600;
    text-decoration: none; }

.search_body .select_category {
  display: none;
  border-bottom: 1px solid #dde0e4; }
  @media (max-width: 991px) {
    .search_body .select_category {
      padding: 20px 0;
      display: block; } }
  .search_body .select_category select {
    padding: 10px 20px;
    width: 100%;
    border-color: #e2e2e2;
    font-weight: 600;
    line-height: 1em;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center; }
    .search_body .select_category select:active, .search_body .select_category select:focus {
      outline: none; }

.search_body .list_item {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dde0e4; }
  @media (max-width: 767px) {
    .search_body .list_item {
      padding: 20px 0; } }
  .search_body .list_item .title {
    font-size: 22px;
    color: #000;
    display: block;
    text-decoration: none;
    font-family: "PT Serif";
    font-weight: 400; }
    @media (max-width: 767px) {
      .search_body .list_item .title {
        font-size: 18px; } }
    .search_body .list_item .title:hover {
      color: #468cfe; }
  .search_body .list_item .info {
    margin: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #9099a7; }
    .search_body .list_item .info span:last-of-type:after {
      display: none; }
    .search_body .list_item .info span:after {
      margin: 0 3px;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #9099a7;
      display: inline-block;
      top: -2px;
      position: relative; }
  .search_body .list_item .des {
    color: #000;
    font-size: 14px;
    font-family: "PT Serif"; }

@media (max-width: 991px) {
  .single_page .breadcrumbs {
    padding: 0 40px; } }

.single_page .article_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.single_page .banner_article {
  margin: 0 auto;
  margin-top: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 245px;
  height: 400px;
  display: block;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .single_page .banner_article {
      display: none; } }
  .single_page .banner_article:hover {
    opacity: 0.75; }
  .single_page .banner_article:after {
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    z-index: -1;
    background: #f2f7ff; }
    .listing_page .listing_grid .banner:after{
      display: none;
    }
    .listing_page .listing_grid .banner {
      border: 20px solid #f2f7ff;
    }

.single_page .article_column {
  margin: 0 auto;
  /*margin-bottom: 50px;*/
  width: 45.42373%; }
  @media (max-width: 991px) {
    .single_page .article_column {
      padding: 0 55px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }
  @media (max-width: 767px) {
    .single_page .article_column {
      padding: 0 30px; } }
  .single_page .article_column.red_info {
    margin: 40px auto;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ed1e79;
    border-left: 10px solid #000;
    font-weight: 400;
    color: #fff; }
    @media (max-width: 991px) {
      .single_page .article_column.red_info {
        width: calc(100% - 110px); } }
    @media (max-width: 767px) {
      .single_page .article_column.red_info {
        padding: 10px;
        width: calc(100% - 60px); }

        .single_page .article_column.red_info .category a{
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px;
        }
    }
    .single_page .article_column.red_info .caption {
      text-transform: uppercase;
      font-size: 20px;
      opacity: 0.5;
      display: block; }
    .single_page .article_column.red_info .category {
      font-size: 24px;
      font-family: "PT Serif";
      font-weight: 400; }
  .single_page .article_column.tags_article {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dde0e4;
    border-bottom: 1px solid #dde0e4; }
    @media (max-width: 991px) {
      .single_page .article_column.tags_article {
        margin: 0 55px 30px;
        width: auto; } }
    @media (max-width: 767px) {
      .single_page .article_column.tags_article {
        margin: 0 28px 30px; } }
  .single_page .article_column p {
    margin: 30px 0;
    color: #000;
    font-size: 16px;
    font-family: "PT Serif";
    font-weight: 400;
    line-height: 2.2em; }
  .single_page .article_column h1, .single_page .article_column .article_title {
    margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 48px;
    line-height: 1em;
    font-family: "PT Serif";
    font-weight: 400; }
    @media (max-width: 767px) {
      .single_page .article_column h1, .single_page .article_column .article_title {
        font-size: 32px; } }

@media (max-width: 767px) {
  .single_page .breadcrumbs {
    padding-left: 15px; } }

.single_page .heading_info .autor {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9099a7;
  font-family: 'Brown';
  display: block; }
  @media (max-width: 767px) {
    .single_page .heading_info .autor {
      margin-bottom: 15px;
      display: block;
      font-size: 16px; } }

.single_page .heading_info .article_info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9099a7; }
  .single_page .heading_info .article_info_wrapper {
    font-family: 'Brown';
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .single_page .heading_info .article_info_wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .single_page .heading_info .article_info > span:after {
    margin: 0 3px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9099a7;
    display: inline-block;
    top: -2px;
    position: relative; }
  .single_page .heading_info .article_info > span:last-of-type:after {
    display: none; }

.single_page .heading_info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .single_page .heading_info .social {
      margin-top: 15px; } }
  .single_page .heading_info .social a {
    margin: 0 5px;
    display: block;
    text-decoration: none; }
    .single_page .heading_info .social a:hover {
      opacity: 0.7; }

.single_page .half_move {
  margin-left: 27.28814%;
  padding: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 72.71186%;
  color: #fff;
  background-color: #468cfe;
  -webkit-box-shadow: 0 0 100px rgba(70, 140, 254, 0.2);
  box-shadow: 0 0 100px rgba(70, 140, 254, 0.2); }
  @media (max-width: 991px) {
    .single_page .half_move {
      padding: 60px 50px;
      margin-left: 55px;
      width: calc(100% - 55px); } }
  @media (max-width: 767px) {
    .single_page .half_move {
      margin-left: 0;
      padding: 40px 30px;
      width: 100%; } }
  .single_page .half_move p {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 2em; }
    @media (max-width: 767px) {
      .single_page .half_move p {
        font-size: 18px;
        line-height: 2em; } }

.single_page .column_head {
  margin: 0;
  /*margin-bottom: 10px;*/
  font-size: 72px;
  font-family: "PT Serif";
  font-style: italic;
  color: #dde0e4;
  font-weight: 300; }
  @media (max-width: 991px) {
    .single_page .column_head {
      font-size: 64px; } }
  @media (max-width: 767px) {
    .single_page .column_head {
      font-size: 56px;
      word-break: break-all; }
      .single_page .column_head {
        font-size: 40px; } }
  @media (max-width: 767px) and (min-width: 320px) and (max-width: 500px) {
    .single_page .column_head {
      font-size: calc( 40px +  24 *  (100vw - 320px) /  180); } }
  @media (max-width: 767px) and (min-width: 500px) {
    .single_page .column_head {
      font-size: 64px; } }

.single_page .secondary_caption {
  font-family: 'Brown';
  margin: 30px 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 18px; }

.single_page .tags_wrapper {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  font-family: 'Brown';
  flex-wrap: wrap; }
  .single_page .tags_wrapper a {

    margin-right: 10px;
    margin-bottom: 10px;
    padding: 9px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #000;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 40px;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    .single_page .tags_wrapper a:hover {
      -webkit-transition: all 200ms;
      transition: all 200ms;
      color: #fff;
      border-color: #468cfe;
      background-color: #468cfe; }

.single_page .comment_body .comment {
  padding: 50px 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Brown';
  border-bottom: 1px solid #dde0e4; }
  .single_page .comment_body .comment .name {
    font-weight: 600;
    color: #468cfe;
    font-size: 20px;
    line-height: 20px;
    display: block; }
  .single_page .comment_body .comment .date {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    color: #aeb4be; }
.single_page .comment_body .comment p{
  margin: 0;
}

.single_page .form_comment {
  font-family: 'Brown'!important;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .single_page .form_comment {
      margin-bottom: 40px; } }
  .single_page .form_comment h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    display: block; }
  .single_page .form_comment input,
  .single_page .form_comment textarea {
    margin-bottom: 20px;
    padding: 14px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #dde0e4;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    -webkit-appearance: none; }
    .single_page .form_comment input::-webkit-input-placeholder,
    .single_page .form_comment textarea::-webkit-input-placeholder {
      color: #9099a7;
      font-weight: 400; }
    .single_page .form_comment input::-moz-placeholder,
    .single_page .form_comment textarea::-moz-placeholder {
      color: #9099a7;
      font-weight: 400; }
    .single_page .form_comment input:-ms-input-placeholder,
    .single_page .form_comment textarea:-ms-input-placeholder {
      color: #9099a7;
      font-weight: 400; }
    .single_page .form_comment input:-moz-placeholder,
    .single_page .form_comment textarea:-moz-placeholder {
      color: #9099a7;
      font-weight: 400; }
  .single_page .form_comment textarea {
    height: 170px; }
    .single_page .form_comment textarea:focus, .single_page .form_comment textarea:active {
      outline: none; }
  .single_page .form_comment .publish_comment {
    font-family: 'Brown';
    margin-top: 20px;
    padding: 14px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: #468cfe;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
    .single_page .form_comment .publish_comment:hover {
      opacity: 0.7;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms; }
  .single_page .form_comment .form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .single_page .form_comment .form_group {
        display: block; } }
    .single_page .form_comment .form_group.end {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      border-bottom: 1px solid #dde0e4; }
      @media (max-width: 767px) {
        .single_page .form_comment .form_group.end {
          display: block; } }
    .single_page .form_comment .form_group input {
      width: calc(50% - 10px); }
      @media (max-width: 767px) {
        .single_page .form_comment .form_group input {
          width: 100%; } }

/*# sourceMappingURL=index.css.map */
.single_page h5 {
  font-family: 'Brown';
  margin: 30px 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
.single_page h1 {
  margin: 0;
  color: #000;
  font-size: 48px;
  line-height: 1em;
  font-family: "PT Serif";
  font-weight: 400;}

/** .single_page h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 72px;
  font-family: "PT Serif";
  font-style: italic;
  color: #dde0e4;
  font-weight: 300;}
strong{
  font-size: 18px;
  font-family: "PT Serif";
} **/

/*.single_page_wrapper {*/
  /*position: relative;*/
  /*clear: both;*/
/*}*/
/*.single_page_wrapper::after{*/
  /*content: "";*/
  /*display: block;*/
  /*clear: both;*/
/*}*/

/*.single_page_wrapper .lena {*/
  /*position: absolute;*/
  /*top: 185px;*/
  /*left: 46%;*/
/*}*/
.single_page .banner_article{
  position: absolute;
  margin-left: 5%;
}
.single_page .article_banner article, .single_page .article_column.lena{
  margin-left: 40%;
}
.article_column.lena h3{
  margin-bottom: 10px;
}
.red_info.article_column .caption{
  font-family: 'Brown';
}
@media (max-width: 991px){
  .single_page .article_banner article, .single_page .article_column.lena {
  margin-left: 0;
  }
}
.small_banner>div{
  margin: 0 auto!important;
  width: 81.81818%;
}



.hashtag_wrapper ul{
  padding-left: 0px;
}


@media screen and (max-width: 768px){
  section.main.top_resume .full_list.scroll li a{
        width: calc(100% - 45px);
  }
  section.main.top_resume .full_list.scroll li{
    width: 100%;
    padding: 10px !important;
    max-width: 100vw !important;
  }
  section.main.top_resume, section.main.top_resume .section_body_scroll{
    padding-bottom: 0px !important;
    overflow: scroll;
    max-width: 100%;
  }
  body{
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  #single_body table{
    max-width: calc(100vw - 30px) !important;
  }
}


.article_banner-locked a{
	color: black;
}


