@charset "UTF-8";
@import url(bootstrap.min.css);
/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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; }

html {
  font-size: 18px;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-stretch: condensed; }

h1 {
  font-weight: bold;
  color: #015a98; }

h2 {
  font-size: 1em;
  color: #000; }

h3 {
  font-size: .889em; }

h4 {
  font-size: 1em; }

.big-title {
  font-weight: normal;
  font-size: 2em;
  position: relative; }
  .big-title:after {
    content: "";
    display: block;
    background: #015a98;
    width: 69px;
    height: 5px;
    position: absolute;
    left: -3px;
    bottom: -15px;
    transform: translateX(5px);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s; }

.read-more {
  display: inline-block;
  border: 2px solid;
  padding: 12px 75px; }
  .read-more:hover {
    text-decoration: none; }

.visible {
  opacity: 1 !important; }

.grayit {
  filter: grayscale(2); }

.top-header {
  box-sizing: border-box;
  padding: 13px 0;
  background: #fff;
  font-size: .833em; }
  .top-header a img {
    height: 57px;
    margin-top: 1px; }
  .top-header article,
  .top-header nav,
  .top-header .topbar {
    background: #f5f7f9; }
    .top-header article .phonez .phonez-header,
    .top-header nav .phonez .phonez-header,
    .top-header .topbar .phonez .phonez-header {
      box-sizing: border-box;
      padding: 4px 7px;
      background: #1d7cbd;
      color: #fff;
      box-sizing: border-box;
      text-align: center;
      height: 58px !important; }
      .top-header article .phonez .phonez-header span,
      .top-header nav .phonez .phonez-header span,
      .top-header .topbar .phonez .phonez-header span {
        font-size: 1.5em; }
    .top-header article .phonez .old-version-link,
    .top-header nav .phonez .old-version-link,
    .top-header .topbar .phonez .old-version-link {
      background: #ff5e00;
      box-sizing: border-box;
      text-align: center;
      margin-top: 4px;
      height: 25px;
      margin-top: 15px;
      height: 55px;
      line-height: 1.5em;
      font-size: 1.2em; }
      .top-header article .phonez .old-version-link a,
      .top-header nav .phonez .old-version-link a,
      .top-header .topbar .phonez .old-version-link a {
        color: white; }
 .top-header .topbar .phonez .old-version-link span {
font-size:1.25em;
}
    .top-header article .phonez p,
    .top-header nav .phonez p,
    .top-header .topbar .phonez p {
      box-sizing: border-box;
      padding: 0 7px;
      line-height: 1.5em; }
      .top-header article .phonez p span,
      .top-header nav .phonez p span,
      .top-header .topbar .phonez p span {
        display: block;
        padding-right: 10px;
        float: left;
        min-width: 175px; }
        .top-header article .phonez p span.important,
        .top-header nav .phonez p span.important,
        .top-header .topbar .phonez p span.important {
          color: #a4292a; }
      .top-header article .phonez p strong,
      .top-header nav .phonez p strong,
      .top-header .topbar .phonez p strong {
        font-weight: bold;
        font-size: 1.09rem;
        color: #1d7cbd;
        float: right; }
        .top-header article .phonez p strong.important-phones,
        .top-header nav .phonez p strong.important-phones,
        .top-header .topbar .phonez p strong.important-phones {
          color: #a4292a;
          position: relative; }
          .top-header article .phonez p strong.important-phones a,
          .top-header nav .phonez p strong.important-phones a,
          .top-header .topbar .phonez p strong.important-phones a {
            position: absolute;
            top: -7px;
            right: -25px; }
            .top-header article .phonez p strong.important-phones a img,
            .top-header nav .phonez p strong.important-phones a img,
            .top-header .topbar .phonez p strong.important-phones a img {
              width: 20px;
              height: 20px; }
    .top-header article .phonez div,
    .top-header nav .phonez div,
    .top-header .topbar .phonez div {
      display: inline-block; }
    .top-header article .phonez:first-child,
    .top-header nav .phonez:first-child,
    .top-header .topbar .phonez:first-child {
      margin: 0px 10px 0 20px; }
    .top-header article .phonez .btn-hot-line,
    .top-header nav .phonez .btn-hot-line,
    .top-header .topbar .phonez .btn-hot-line {
      padding: 0px 0px 0 0;
      text-align: center;
      width: 331px;
      margin-left: 8px;
      margin-top: 3px;
      height: 55px; }
      .top-header article .phonez .btn-hot-line a,
      .top-header nav .phonez .btn-hot-line a,
      .top-header .topbar .phonez .btn-hot-line a {
        width: 100%;
        background-color: #e45353;
        color: white;
        text-decoration: none;
        opacity: .8;
        display: inline-block;
        height: 100%;
        font-size: 1.2em;
        line-height: 2.9em; }
        .top-header article .phonez .btn-hot-line a:hover,
        .top-header nav .phonez .btn-hot-line a:hover,
        .top-header .topbar .phonez .btn-hot-line a:hover {
          opacity: 1; }

.top-nav,
.top-nav-stick {
  background: #1d7cbd;
  font-size: .889em;
  z-index: 11;
  position: relative; }
  .top-nav ul,
  .top-nav-stick ul {
    border: 2px solid #1d7cbd;
    border-left: none;
    border-right: none; }
    .top-nav ul li,
    .top-nav-stick ul li {
      display: inline-block;
      padding: 10px 2px;
      position: relative;
      font-size: .9em; }
      .top-nav ul li.root-item,
      .top-nav-stick ul li.root-item {
        font-size: 1.1em; }
      .top-nav ul li.active,
      .top-nav-stick ul li.active {
        background: #fff; }
        .top-nav ul li.active a,
        .top-nav-stick ul li.active a {
          color: #1d7cbd; }
      .top-nav ul li a,
      .top-nav-stick ul li a {
        color: #fff;
        display: block; }
      .top-nav ul li:hover,
      .top-nav-stick ul li:hover {
        background: #fff; }
        .top-nav ul li:hover a,
        .top-nav-stick ul li:hover a {
          color: #1d7cbd;
          text-decoration: none; }
        .top-nav ul li:hover .subnav,
        .top-nav-stick ul li:hover .subnav {
          opacity: 1;
          display: block; }
      .top-nav ul li:after,
      .top-nav-stick ul li:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.32);
        top: calc(50% - 6px);
        right: -2px; }
      .top-nav ul li:last-child:after,
      .top-nav-stick ul li:last-child:after {
        content: "";
        display: none; }
      .top-nav ul li .subnav,
      .top-nav-stick ul li .subnav {
        box-sizing: border-box;
        padding: 12px 8px;
        background: #015a98;
        position: absolute;
        left: 0;
        top: 44px;
        width: 350%;
        display: none;
        opacity: 0;
        -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.23); }
        .top-nav ul li .subnav li,
        .top-nav-stick ul li .subnav li {
          display: block;
          padding: 0 8px; }
          .top-nav ul li .subnav li.active,
          .top-nav-stick ul li .subnav li.active {
            background: #fff; }
            .top-nav ul li .subnav li.active a,
            .top-nav-stick ul li .subnav li.active a {
              color: #1d7cbd; }
          .top-nav ul li .subnav li a,
          .top-nav-stick ul li .subnav li a {
            color: #fff;
            display: block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            padding: 7px 0; }
          .top-nav ul li .subnav li:after,
          .top-nav-stick ul li .subnav li:after {
            content: " ";
            display: none; }
          .top-nav ul li .subnav li:hover a,
          .top-nav-stick ul li .subnav li:hover a {
            color: #015a98; }
          .top-nav ul li .subnav li:last-child a,
          .top-nav-stick ul li .subnav li:last-child a {
            border: none; }
  .top-nav .tools,
  .top-nav-stick .tools {
    margin-left: -36px; }
    .top-nav .tools input[type="search"],
    .top-nav-stick .tools input[type="search"] {
      height: 40px;
      font-size: 1rem;
      display: inline-block;
      border: none;
      outline: none;
      color: #000;
      padding: 3px;
      padding-right: 20px;
      width: 0px;
      position: absolute;
      top: 15px;
      right: 90px;
      background: none;
      z-index: 3;
      transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
      cursor: pointer;
      opacity: 0; }
    .top-nav .tools input[type="search"]:focus,
    .top-nav-stick .tools input[type="search"]:focus {
      width: 700px;
      z-index: 1;
      background: #fff url(../images/icons/search.png) 99.3% center no-repeat;
      cursor: text;
      border-bottom: 1px solid #1d7cbd;
      top: 48px;
      right: 80px;
      border: 8px solid #1d7cbd;
      border-radius: 0 0 2px 2px;
      border-top-width: 2px;
      opacity: 1; }
    .top-nav .tools input[type="submit"],
    .top-nav-stick .tools input[type="submit"] {
      height: 14px;
      width: 20px;
      display: inline-block;
      color: red;
      float: right;
      background: url(../images/icons/search-micro.png) center center no-repeat;
      background-size: contain;
      text-indent: -10000px;
      border: none;
      position: absolute;
      top: 17px;
      right: 90px;
      z-index: 2;
      cursor: pointer;
      transition: opacity .4s ease; }
    .top-nav .tools input[type="submit"]:hover,
    .top-nav-stick .tools input[type="submit"]:hover {
      opacity: 0.8; }
    .top-nav .tools .search-block,
    .top-nav-stick .tools .search-block {
      position: relative;
      top: 5px; }
      .top-nav .tools .search-block .search,
      .top-nav-stick .tools .search-block .search {
        box-sizing: border-box;
        padding: 5px 15px;
        background: #fff;
        position: absolute;
        top: 0;
        width: 60%;
        font-size: .778rem;
        border: none;
        display: block; }
        .top-nav .tools .search-block .search::-webkit-input-placeholder,
        .top-nav-stick .tools .search-block .search::-webkit-input-placeholder {
          color: #000; }
        .top-nav .tools .search-block .search::-moz-placeholder,
        .top-nav-stick .tools .search-block .search::-moz-placeholder {
          color: #000; }
        .top-nav .tools .search-block .search:-moz-placeholder,
        .top-nav-stick .tools .search-block .search:-moz-placeholder {
          color: #000; }
        .top-nav .tools .search-block .search:-ms-input-placeholder,
        .top-nav-stick .tools .search-block .search:-ms-input-placeholder {
          color: #000; }
        .top-nav .tools .search-block .search:focus::-webkit-input-placeholder,
        .top-nav-stick .tools .search-block .search:focus::-webkit-input-placeholder {
          color: transparent; }
        .top-nav .tools .search-block .search:focus::-moz-placeholder,
        .top-nav-stick .tools .search-block .search:focus::-moz-placeholder {
          color: transparfent; }
        .top-nav .tools .search-block .search:focus:-moz-placeholder,
        .top-nav-stick .tools .search-block .search:focus:-moz-placeholder {
          color: transparent; }
        .top-nav .tools .search-block .search:focus:-ms-input-placeholder,
        .top-nav-stick .tools .search-block .search:focus:-ms-input-placeholder {
          color: transparent; }
      .top-nav .tools .search-block .search-btn,
      .top-nav-stick .tools .search-block .search-btn {
        background: #fff url(../images/icons/search.png) center center no-repeat;
        padding: 14px;
        box-sizing: border-box;
        display: block;
        margin-left: -4px;
        border: 1px solid transparent;
        position: absolute;
        top: 0;
        right: 78px; }
        .top-nav .tools .search-block .search-btn:hover,
        .top-nav-stick .tools .search-block .search-btn:hover {
          background: #1d7cbd url(../images/icons/doit.png) center center no-repeat;
          border-color: #fff; }
    .top-nav .tools a,
    .top-nav-stick .tools a {
      margin: 0 15px;
      position: absolute;
      top: 12px;
      right: 32px; }
      .top-nav .tools a:last-child,
      .top-nav-stick .tools a:last-child {
        margin: 0; }
    .top-nav .tools .set-lang,
    .top-nav-stick .tools .set-lang {
      margin-right: 15px;
      height: 15px; }
      .top-nav .tools .set-lang:hover,
      .top-nav-stick .tools .set-lang:hover {
        filter: opacity(0.7); }
    .top-nav .tools i,
    .top-nav-stick .tools i {
      color: rgba(255, 255, 255, 0.4);
      font-size: 19px;
      vertical-align: text-top; }
      .top-nav .tools i:hover,
      .top-nav-stick .tools i:hover {
        color: rgba(255, 255, 255, 0.8); }

.top-nav ul li {
  padding: 10px 5px; }

.top-nav-stick {
  background: #1d7cbd;
  position: fixed;
  top: -53px;
  width: 100%; }
  .top-nav-stick .top-logo-micro {
    margin: 6px 0 0 0;
    vertical-align: sub; }
  .top-nav-stick div[id^="bx_incl_area_"] {
    display: inline !important; }
  .top-nav-stick ul {
    display: inline-block; }
  .top-nav-stick .tools input[type="search"] {
    height: 20px;
    font-size: 1rem;
    display: inline-block;
    border: none;
    outline: none;
    color: #000;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 10px;
    right: 90px;
    background: none;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer; }
  .top-nav-stick .tools input[type="search"]:focus {
    width: 700px;
    z-index: 1;
    background: #fff url(../images/icons/search.png) 99.3% center no-repeat;
    cursor: text;
    height: 40px;
    top: 46px; }
  .top-nav-stick .tools input[type="submit"] {
    height: 14px;
    width: 20px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/icons/search-micro.png) center center no-repeat;
    background-size: contain;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 17px;
    right: 90px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease; }
  .top-nav-stick .tools input[type="submit"]:hover {
    opacity: 0.8; }

.movedown {
  top: 0; }

.m-top-header {
  display: none;
  position: fixed;
  background: #fff;
  height: 66px;
  z-index: 5;
  width: 100%;
  top: 0; }
  .m-top-header .hamburger {
    width: 23px;
    position: relative;
    top: 21px; }
    .m-top-header .hamburger:hover {
      cursor: pointer; }
      .m-top-header .hamburger:hover .line {
        background: #a4292a; }
    .m-top-header .hamburger .line {
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      margin: 4px 0; }

.carousel-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
  background: white;
  /*.carousel-items {
		max-height: 360px;
	}*/ }
  .carousel-2 .carousel-item .carousel-container {
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 353px; }
    .carousel-2 .carousel-item .carousel-container .carousel-post {
      padding: 5px 0 25px 35px;
      position: relative;
      z-index: 2;
      background: rgba(29, 124, 189, 0.72) url(../images/cover/book.png) 100% -30px no-repeat;
      height: 353px;
      width: 450px;
      transition: width .2s ease-in; }
      .carousel-2 .carousel-item .carousel-container .carousel-post.increase {
        width: 700px; }
        .carousel-2 .carousel-item .carousel-container .carousel-post.increase .read-more {
          display: inline; }
      .carousel-2 .carousel-item .carousel-container .carousel-post h1 {
        color: #fff;
        text-shadow: 0px 0px 10px #464646;
        overflow: hidden;
        max-height: 99px;
        margin-top: 0; }
      .carousel-2 .carousel-item .carousel-container .carousel-post .description {
        color: #fff;
        padding-bottom: 34px; }
      .carousel-2 .carousel-item .carousel-container .carousel-post .read-more {
        border-color: #fff;
        color: #fff;
        margin-bottom: 16px;
        display: none;
        position: absolute;
        right: 10px;
        bottom: 0; }
        .carousel-2 .carousel-item .carousel-container .carousel-post .read-more:hover {
          background: #fff;
          color: #015a98; }
  .carousel-2 h1 {
    z-index: 4;
    text-align: center;
    margin-top: 150px; }
    .carousel-2 h1 span {
      background: white;
      background: -moz-linear-gradient(top, white 0%, #edf6fc 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #edf6fc));
      background: -webkit-linear-gradient(top, white 0%, #edf6fc 100%);
      background: -o-linear-gradient(top, white 0%, #edf6fc 100%);
      background: -ms-linear-gradient(top, white 0%, #edf6fc 100%);
      background: linear-gradient(to bottom, white 0%, #edf6fc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf6fc', GradientType=0);
      font-weight: 300;
      padding: 10px 25px;
      position: relative;
      display: inline-block;
      background: rgba(237, 246, 252, 0.41);
      white-space: nowrap; }
      .carousel-2 h1 span:before {
        content: "";
        background: url(../images/h1-before.png) 0 0 no-repeat;
        display: block;
        width: 39px;
        height: 71px;
        top: 0;
        left: -39px;
        position: absolute;
        opacity: 0.41; }
      .carousel-2 h1 span:after {
        content: "";
        background: url(../images/h1-after.png) 0 0 no-repeat;
        display: block;
        width: 39px;
        height: 71px;
        position: absolute;
        top: 0;
        right: -39px;
        opacity: 0.41; }
      .carousel-2 h1 span a {
        text-shadow: 0px 0px 10px black;
        color: white;
        cursor: pointer; }
        .carousel-2 h1 span a:hover {
          text-decoration: none;
          text-shadow: none;
          color: #a4292a; }
  .carousel-2 .pic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    outline: none; }
    .carousel-2 .pic img {
      opacity: 1;
      min-height: 353px;
      height: 353px;
      margin: 0 auto; }
  .carousel-2 .points {
    display: none !important;
    position: absolute;
    background: #015a98;
    padding: 10px 12px 5px 12px;
    left: calc(50% - 28.755px);
    bottom: 19px;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.4); }
    .carousel-2 .points ul li {
      display: inline-block;
      margin-right: 5px; }
      .carousel-2 .points ul li button {
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: transparent;
        border: 2px solid #fff;
        width: 9px;
        height: 9px;
        margin-bottom: 4px;
        font-size: 0;
        line-height: 0;
        color: transparent; }
      .carousel-2 .points ul li a {
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: transparent;
        border: 2px solid #fff;
        width: 9px;
        height: 9px;
        margin-bottom: 4px; }
        .carousel-2 .points ul li a:hover {
          background: #fff; }
        .carousel-2 .points ul li a.active {
          background: #fff; }
      .carousel-2 .points ul li:hover button {
        background: #fff; }
      .carousel-2 .points ul li.slick-active button {
        background: #fff; }
    .carousel-2 .points:before {
      content: "";
      position: absolute;
      top: 0px;
      left: -19px;
      width: 0;
      height: 0;
      border-top: 14.5px solid transparent;
      border-right: 19px solid #015a98;
      border-bottom: 14.5px solid transparent; }
    .carousel-2 .points:after {
      content: "";
      position: absolute;
      right: -19px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 14.5px solid transparent;
      border-left: 19px solid #015a98;
      border-bottom: 14.5px solid transparent; }
  .carousel-2 .carousel-item {
    position: relative;
    outline: none; }
  .carousel-2 .slick-slide {
    overflow: hidden;
    height: 353px; }
  .carousel-2 .slick-slider {
    overflow: hidden;
    height: 357px;
    margin-bottom: 0 !important; }

.for-clients {
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
  background: #fff;
  z-index: 2; }
  .for-clients.inside-nohome .container {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px; }
  .for-clients .font-clients-auth-link {
    text-decoration: none; }
  .for-clients .icon {
    text-align: center;
    min-height: 90px; }
    .for-clients .icon a {
      display: block;
      color: #191919;
      font-size: .889em;
      line-height: 1em; }
      .for-clients .icon a img {
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        margin-bottom: 5px;
        width: 54px;
        height: 50px; }
      .for-clients .icon a img.font-clients-auth {
        width: 35px;
        height: 40px;
        left: 4px;
        margin-bottom: 12px; }
      .for-clients .icon a:before {
        content: "";
        display: block;
        position: absolute;
        width: 49px;
        height: 49px;
        background: #015a98;
        left: calc(50% - 23.8px);
        top: 5px;
        border-radius: 50%;
        z-index: 1;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s; }
      .for-clients .icon a:after {
        content: "";
        display: block;
        position: absolute;
        width: 49px;
        height: 49px;
        background: #fff;
        left: calc(50% - 23.8px);
        top: 2px;
        border-radius: 50%;
        z-index: 1;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s; }
    .for-clients .icon:hover {
      text-decoration: none;
      color: #a4292a; }
      .for-clients .icon:hover:before {
        background: #a4292a; }
      .for-clients .icon:hover:after {
        transform: translateY(-2px); }
      .for-clients .icon:hover img {
        transform: translateY(-5px); }
    .for-clients .icon:after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      top: 0;
      left: 0; }
    .for-clients .icon:first-child:after {
      content: "";
      display: none; }

.for-clients-stick {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: -70px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
  .for-clients-stick .icon {
    display: inline-block;
    padding: 0px 13px 10px 0;
    min-width: 158px;
    vertical-align: top; }
    .for-clients-stick .icon a {
      display: block;
      color: #191919;
      font-size: .889em;
      line-height: 1.2;
      padding-top: 12px;
      position: relative; }
      .for-clients-stick .icon a div {
        max-width: 161px; }
      .for-clients-stick .icon a img {
        display: block;
        position: relative;
        z-index: 2;
        width: 36px;
        float: left;
        margin-right: 10px; }
      .for-clients-stick .icon a:hover {
        text-decoration: none;
        color: #a4292a; }
      .for-clients-stick .icon a:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 40px;
        background: rgba(0, 0, 0, 0.1);
        top: 8px;
        right: -10px; }
    .for-clients-stick .icon:after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      top: 0;
      left: 0; }
    .for-clients-stick .icon:first-child:after {
      content: "";
      display: none; }
    .for-clients-stick .icon:last-child {
      padding-right: 0; }
      .for-clients-stick .icon:last-child a:after {
        display: none; }
    .for-clients-stick .icon:hover {
      background: rgba(0, 0, 0, 0.03); }
  .for-clients-stick .font-clients-auth-link {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px; }
  .for-clients-stick img.font-clients-auth {
    width: 28px !important;
    height: 31px;
    margin-bottom: 9px; }

.movedownfc {
  top: 48px; }

.news {
  background: #f5f7f9;
  box-sizing: border-box;
  padding: 0px 0 0px 0; }
  .news .nav-tabs {
    border: none;
    margin-bottom: 25px; }
    .news .nav-tabs li a {
      border: none;
      border-radius: 0; }
      .news .nav-tabs li a:hover {
        border: none; }
      .news .nav-tabs li a.active:hover, .news .nav-tabs li a.active:focus {
        border: none; }
    .news .nav-tabs h1 {
      margin: 0.27em 0; }
  .news .nav a {
    padding: 5px 35px 5px 0; }
    .news .nav a .big-title {
      opacity: .53;
      transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s; }
      .news .nav a .big-title:after {
        content: "";
        display: none; }
    .news .nav a:hover {
      background: transparent;
      border: none; }
      .news .nav a:hover .big-title {
        opacity: 1; }
    .news .nav a:focus {
      background: transparent;
      border: none; }
  .news .nav .active {
    border: none; }
    .news .nav .active .big-title {
      opacity: 1;
      border: none;
      transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s; }
      .news .nav .active .big-title:after {
        content: "";
        display: block;
        background: #015a98;
        width: 69px;
        height: 5px;
        position: absolute;
        left: -3px;
        bottom: -15px;
        transform: translateX(5px);
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s; }
  .news article .content .pic {
    min-height: 240px;
    position: relative; }
    .news article .content .pic .news-img {
      position: relative;
      width: 100%; }
      .news article .content .pic .news-img:hover {
        opacity: .54;
        cursor: pointer; }
    .news article .content .pic .news-img-overlay {
      background: #000;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      right: 0;
      opacity: 1; }
  .news article .content .news-title {
    margin: 18px 0;
    box-sizing: border-box;
    display: block;
    padding: 0 3.5px;
    min-height: 75px; }
    .news article .content .news-title:hover {
      text-decoration: none; }
      .news article .content .news-title:hover h2 {
        color: #a4292a; }
  .news article .note-info {
    box-sizing: border-box;
    padding: 30px 3.5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: .778em; }
    .news article .note-info span,
    .news article .note-info .tags > li > a {
      color: rgba(0, 0, 0, 0.7); }
    .news article .note-info .tags {
      display: inline-block;
      float: right; }
      .news article .note-info .tags li {
        display: inline;
        padding: 0 3px; }
        .news article .note-info .tags li a {
          border-bottom: 1px dotted rgba(0, 0, 0, 0.7); }
          .news article .note-info .tags li a:hover {
            color: #a4292a;
            text-decoration: none;
            border-color: #a4292a; }
  .news .articles-list ul li {
    box-sizing: border-box;
    padding: 7px 10px; }
    .news .articles-list ul li:hover .date,
    .news .articles-list ul li:hover h3 {
      color: #a4292a; }
    .news .articles-list ul li a .date {
      font-size: .889em;
      color: #000;
      display: inline-block;
      width: 20%;
      vertical-align: top; }
    .news .articles-list ul li a h3 {
      color: #000;
      display: inline-block;
      width: 75%; }
    .news .articles-list ul li a:hover {
      text-decoration: none; }
    .news .articles-list ul li:nth-child(2n) {
      background: rgba(0, 0, 0, 0.04); }
  .news .articles-list .note-info {
    box-sizing: border-box;
    padding: 35px 0;
    text-align: right; }
    .news .articles-list .note-info a {
      color: rgba(0, 0, 0, 0.7);
      border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
      font-size: .778em; }
      .news .articles-list .note-info a:hover {
        color: #a4292a;
        border-color: #a4292a;
        text-decoration: none; }

.photos {
  box-sizing: border-box;
  padding: 25px 0;
  background: #fff;
  line-height: 1.4; }
  .photos .big-title {
    margin: 0 0 40px 0; }
    .photos .big-title a {
      color: #015a98;
      text-decoration: none; }
  .photos h4 {
    padding: 15px 0; }
  .photos h4,
  .photos .date,
  .photos .description,
  .photos a {
    color: #fff;
    line-height: 1.4; }
  .photos .date,
  .photos .description > a {
    opacity: .52;
    font-size: .778em; }
  .photos .col-md-6 {
    padding: 0 0 0 15px; }
    .photos .col-md-6:last-child {
      padding: 0 15px 0 0; }
  .photos .row:nth-child(2n+1) .textz {
    background: #a4292a;
    border-color: #a4292a; }
  .photos .textz {
    box-sizing: border-box;
    padding: 30px 15px;
    position: relative;
    max-height: 306px;
    overflow: hidden;
    width: 45%;
    min-height: 306px;
    background: #1d7cbd;
    float: left;
    border: 1px solid #fff;
    border-bottom: 22px solid #1d7cbd; }
    .photos .textz:hover {
      opacity: .9; }
  .photos .picz {
    position: relative;
    float: left;
    width: 55%; }
    .photos .picz figure {
      width: 99.8%;
      height: 153px;
      background: #000;
      box-sizing: border-box;
      border: 1px solid #fff;
      overflow: hidden; }
      .photos .picz figure:hover {
        cursor: pointer;
        background: #000;
        overflow: hidden; }
        .photos .picz figure:hover img {
          opacity: .54;
          transform: scale(1.05);
          -webkit-transform: scale(1.05);
          transform: scale(1.05);
          cursor: default; }
      .photos .picz figure img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 3s ease-in-out;
        transition: 3s ease-in-out; }

.departaments {
  box-sizing: border-box;
  padding: 25px 0;
  background: #015a98 url(../images/cover/map-bg.jpg) center/cover no-repeat;
  color: #fff; }
  .departaments .big-title {
    color: #fff;
    margin-top: 0; }
    .departaments .big-title:after {
      background: #fff; }
  .departaments p {
    padding-top: 25px; }
  .departaments .map {
    position: relative;
    left: 40px; }
    .departaments .map .bar {
      position: absolute;
      background: #015a98;
      color: #fff;
      padding: 3px 16px;
      left: calc(50% - 54px);
      top: 63%;
      display: block;
      z-index: 2;
      -webkit-box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.49);
      -moz-box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.49);
      box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.49); }
      .departaments .map .bar:hover {
        text-decoration: none;
        background: #1d7cbd;
        cursor: pointer; }
      .departaments .map .bar:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #015a98;
        bottom: -10px;
        left: 6px; }
    .departaments .map .yanao {
      position: relative;
      margin-top: -80px;
      z-index: 2; }
      .departaments .map .yanao .bar {
        left: calc(50% - 68px);
        top: 60%; }
    .departaments .map .hmao {
      position: relative;
      margin-top: -111px;
      margin-left: -48px; }
      .departaments .map .hmao .bar {
        left: calc(50% - 113px);
        top: 48%; }
    .departaments .map .tumen {
      position: relative;
      margin-top: -33px;
      left: -43px; }
      .departaments .map .tumen .bar {
        left: calc(50% - 100px);
        top: 35%; }
  .departaments .dep-list {
    position: relative;
    z-index: 3; }
    .departaments .dep-list a {
      color: #fff;
      border-bottom: 1px dashed #fff;
      padding: 5px 2px;
      margin: 0 10px 0 15px; }
      .departaments .dep-list a:hover {
        text-decoration: none;
        background: #fff;
        color: #015a98; }
      .departaments .dep-list a.active {
        color: #fff;
        border-bottom: 1px dashed #fff;
        padding: 5px 2px;
        margin: 0 10px 0 15px;
        background: white;
        color: #015a98; }
    .departaments .dep-list ul li {
      line-height: 1.9em;
      display: inline-block;
      position: relative; }
      .departaments .dep-list ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #fff;
        display: inline-block;
        position: absolute;
        top: calc(50% - 2px); }
    .departaments .dep-list h5 a {
      border-bottom: none; }
      .departaments .dep-list h5 a:hover {
        text-decoration: none;
        border-bottom: 1px dashed white;
        color: white;
        background: none; }
    .departaments .dep-list .list-of-yanao,
    .departaments .dep-list .list-of-hmao,
    .departaments .dep-list .list-of-tumen {
      position: absolute;
      left: 0;
      top: -70px;
      opacity: 0;
      display: none; }
      .departaments .dep-list .list-of-yanao.visible,
      .departaments .dep-list .list-of-hmao.visible,
      .departaments .dep-list .list-of-tumen.visible {
        display: block !important; }

.isnohome {
  box-sizing: border-box;
  padding: 17px 0;
  min-height: calc(100vh - 579px); }

.breadcrumbs {
  background: #f5f7f9; }
  .breadcrumbs.inside-container {
    width: 1170px;
    margin: 0 auto;
    padding: 5px 0; }
  .breadcrumbs a {
    color: #6b6a6a;
    font-size: .889rem;
    padding: 9.5px 0px;
    display: inline;
    position: relative; }
    .breadcrumbs a:hover {
      text-decoration: none;
      color: #a4292a; }
  .breadcrumbs ul {
    box-sizing: border-box;
    padding: 3px 0; }
    .breadcrumbs ul li {
      display: inline;
      position: relative;
      padding: 0 10px 0 10px;
      font-size: 16px; }
      .breadcrumbs ul li strong {
        position: relative; }
        .breadcrumbs ul li strong:before {
          content: "";
          position: absolute;
          bottom: 7px;
          right: -10px;
          width: 1px;
          height: 16px;
          transform: rotate(-44deg);
          background: rgba(0, 0, 0, 0.35); }
        .breadcrumbs ul li strong:after {
          content: "";
          position: absolute;
          bottom: -4px;
          right: -10px;
          width: 1px;
          height: 16px;
          transform: rotate(45deg);
          background: rgba(0, 0, 0, 0.35); }
      .breadcrumbs ul li:first-child {
        padding-left: 10px; }
      .breadcrumbs ul li:last-child strong:before, .breadcrumbs ul li:last-child strong:after {
        display: none; }

.sidebar {
  box-sizing: border-box;
  padding: 10px 10px;
  background: #f5f7f9; }
  .sidebar h1 {
    margin: 0 0 30px 0; }
  .sidebar input {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .sidebar input ~ ul {
    display: none; }
  .sidebar input ~ label.fa-caret-down {
    display: none; }
  .sidebar :checked ~ ul {
    display: block; }
  .sidebar input:checked ~ label.fa-caret-down {
    display: inline-block; }
  .sidebar input:checked ~ label.fa-caret-right {
    display: none; }
  .sidebar ul {
    padding-left: 10px; }
    .sidebar ul li {
      padding: 5px 0; }
      .sidebar ul li label {
        padding: 5px 0; }
        .sidebar ul li label:before {
          color: #015a98;
          cursor: pointer; }
      .sidebar ul li .subnav {
        padding-left: 30px; }
      .sidebar ul li.active > a {
        text-decoration: none;
        color: #a4292a;
        border-color: #a4292a; }
      .sidebar ul li a {
        color: #000;
        padding: 5px 0;
        display: inline;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
        .sidebar ul li a:hover {
          text-decoration: none;
          color: #a4292a;
          border-color: #a4292a; }
          .sidebar ul li a:hover:before {
            color: #a4292a; }
        .sidebar ul li a.active {
          text-decoration: none;
          color: #a4292a;
          border-color: #a4292a; }
      .sidebar ul li:last-child a {
        border: none; }

.page-post:not(.map-columns) a.zip:before, .page-post:not(.map-columns) a.rar:before, .page-post:not(.map-columns) a.s7z:before, .page-post:not(.map-columns) a.pdf:before, .page-post:not(.map-columns) a.doc:before, .page-post:not(.map-columns) a.docm:before, .page-post:not(.map-columns) a.docx:before, .page-post:not(.map-columns) a.xlsx:before, .page-post:not(.map-columns) a.xlsb:before, .page-post:not(.map-columns) a.xls:before, .page-post:not(.map-columns) a.ppt:before, .page-post:not(.map-columns) a.pptx:before, .page-post:not(.map-columns) a.mp3:before, .page-post:not(.map-columns) a.wav:before, .page-post:not(.map-columns) a.wma:before, .page-post:not(.map-columns) a.tif:before, .page-post:not(.map-columns) a.rtf:before, .page-post:not(.map-columns) a.txt:before {
  padding-right: 5px;
  color: #1d7cbd !important;
  display: inline-block;
  text-decoration: none;
  font: normal normal normal 30px FontAwesome; }
  .page-post:not(.map-columns) a.zip:hover:before, .page-post:not(.map-columns) a.rar:hover:before, .page-post:not(.map-columns) a.s7z:hover:before, .page-post:not(.map-columns) a.pdf:hover:before, .page-post:not(.map-columns) a.doc:hover:before, .page-post:not(.map-columns) a.docm:hover:before, .page-post:not(.map-columns) a.docx:hover:before, .page-post:not(.map-columns) a.xlsx:hover:before, .page-post:not(.map-columns) a.xlsb:hover:before, .page-post:not(.map-columns) a.xls:hover:before, .page-post:not(.map-columns) a.ppt:hover:before, .page-post:not(.map-columns) a.pptx:hover:before, .page-post:not(.map-columns) a.mp3:hover:before, .page-post:not(.map-columns) a.wav:hover:before, .page-post:not(.map-columns) a.wma:hover:before, .page-post:not(.map-columns) a.tif:hover:before, .page-post:not(.map-columns) a.rtf:hover:before, .page-post:not(.map-columns) a.txt:hover:before {
    color: #a4292a !important;
    cursor: pointer; }

.linkFile, .page-post:not(.map-columns) a.zip, .page-post:not(.map-columns) a.rar, .page-post:not(.map-columns) a.s7z, .page-post:not(.map-columns) a.pdf, .page-post:not(.map-columns) a.doc, .page-post:not(.map-columns) a.docm, .page-post:not(.map-columns) a.docx, .page-post:not(.map-columns) a.xlsx, .page-post:not(.map-columns) a.xlsb, .page-post:not(.map-columns) a.xls, .page-post:not(.map-columns) a.ppt, .page-post:not(.map-columns) a.pptx, .page-post:not(.map-columns) a.mp3, .page-post:not(.map-columns) a.wav, .page-post:not(.map-columns) a.wma, .page-post:not(.map-columns) a.tif, .page-post:not(.map-columns) a.rtf, .page-post:not(.map-columns) a.txt {
  display: inline;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  white-space: normal;
  cursor: pointer;
  color: inherit;
  border: 0px solid transparent; }
  .linkFile:hover, .page-post:not(.map-columns) a.zip:hover, .page-post:not(.map-columns) a.rar:hover, .page-post:not(.map-columns) a.s7z:hover, .page-post:not(.map-columns) a.pdf:hover, .page-post:not(.map-columns) a.doc:hover, .page-post:not(.map-columns) a.docm:hover, .page-post:not(.map-columns) a.docx:hover, .page-post:not(.map-columns) a.xlsx:hover, .page-post:not(.map-columns) a.xlsb:hover, .page-post:not(.map-columns) a.xls:hover, .page-post:not(.map-columns) a.ppt:hover, .page-post:not(.map-columns) a.pptx:hover, .page-post:not(.map-columns) a.mp3:hover, .page-post:not(.map-columns) a.wav:hover, .page-post:not(.map-columns) a.wma:hover, .page-post:not(.map-columns) a.tif:hover, .page-post:not(.map-columns) a.rtf:hover, .page-post:not(.map-columns) a.txt:hover {
    color: #a4292a !important;
    cursor: pointer;
    text-decoration: underline; }

aside.sidebar + article.page-post {
  margin-left: 4% !important; }

div[id^='bx_incl_area'] ~ article.page-post {
  margin-left: 4% !important; }

.page-post {
  box-sizing: border-box;
  padding: 10px 0;
  margin-left: 17%; }
  .page-post main {
    min-height: 300px;
    text-align: justify; }
    .page-post main dl,
    .page-post main ol,
    .page-post main ul {
      padding-left: 40px; }
      .page-post main dl li,
      .page-post main ol li,
      .page-post main ul li {
        list-style: inherit; }
    .page-post main .jq-selectbox ul {
      padding-left: 0; }
      .page-post main .jq-selectbox ul li {
        list-style: inherit; }
  .page-post:not(.map-columns) a.zip:before, .page-post:not(.map-columns) a.rar:before, .page-post:not(.map-columns) a.s7z:before {
    content: '\f1c6'; }
  .page-post:not(.map-columns) a.pdf:before {
    content: '\f1c1'; }
  .page-post:not(.map-columns) a.doc:before, .page-post:not(.map-columns) a.docm:before, .page-post:not(.map-columns) a.docx:before {
    content: '\f1c2'; }
  .page-post:not(.map-columns) a.xlsx:before, .page-post:not(.map-columns) a.xlsb:before, .page-post:not(.map-columns) a.xls:before {
    content: '\f1c3'; }
  .page-post:not(.map-columns) a.ppt:before, .page-post:not(.map-columns) a.pptx:before {
    content: '\f1c4'; }
  .page-post:not(.map-columns) a.mp3:before, .page-post:not(.map-columns) a.wav:before, .page-post:not(.map-columns) a.wma:before {
    content: '\f1c7'; }
  .page-post:not(.map-columns) a.tif:before {
    content: '\f1c5'; }
  .page-post:not(.map-columns) a.rtf:before, .page-post:not(.map-columns) a.txt:before {
    content: '\f0f6'; }
  .page-post div.news-detail {
    word-wrap: break-word; }
    .page-post div.news-detail img.detail_picture {
      float: left;
      margin: 0 8px 6px 1px; }
    .page-post div.news-detail .news-date-time {
      color: #486DAA; }
    .page-post div.news-detail a:before {
      display: none !important; }
  .page-post div.news-list img.preview_picture {
    margin: 6px 12px 6px 0;
    max-height: 174px;
    width: auto; }
    .page-post div.news-list img.preview_picture .news-date-time {
      color: #486DAA; }
  .page-post div.news-list a:before {
    display: none !important; }
  .page-post div.news-list .news-date-time {
    color: #1d7cbd; }
  .page-post div.news-list.photolist img.preview_picture {
    width: 140px;
    height: 92px; }
  .page-post div.news-list.standart-news img.preview_picture {
    width: 140px;
    height: 92px; }
  .page-post div.news-list a:hover {
    text-decoration: none; }
  .page-post div.news-list .ar_blocks {
    padding-left: 6px; }
    .page-post div.news-list .ar_blocks li {
      text-indent: inherit;
      color: #999;
      background: #fff;
      padding: 15px;
      font-size: .85em;
      width: 220px;
      height: 300px;
      margin-right: 35px;
      display: inline-block;
      box-shadow: 0 1px 4px rgba(150, 150, 150, 0.25);
      vertical-align: top; }
      .page-post div.news-list .ar_blocks li:hover {
        border: 1px solid #0088cc;
        box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }
      .page-post div.news-list .ar_blocks li:before {
        display: none; }
      .page-post div.news-list .ar_blocks li a {
        font-size: 1.1em;
        color: #a4292a; }
      .page-post div.news-list .ar_blocks li span {
        display: block; }
      .page-post div.news-list .ar_blocks li .cont {
        min-height: 50px; }
    .page-post div.news-list .ar_blocks img {
      margin: 0;
      border: 1px solid #d4d4d4; }
    .page-post div.news-list .ar_blocks h1 {
      color: #222;
      font-family: 'Exo 2', sans-serif;
      font-size: 37.5px;
      margin: 0; }
  .page-post a b {
    color: #a4292a; }
  .page-post .bx-authform {
    max-width: 500px;
    width: 500px;
    margin: 0 auto;
    font-size: 16px; }
    .page-post .bx-authform * {
      font-size: 1em;
      vertical-align: middle; }
    .page-post .bx-authform .btn-primary {
      color: #fff;
      background-color: #1d7cbd;
      border-color: #2e6da4; }
      .page-post .bx-authform .btn-primary:hover {
        background-color: #3899dc; }
    .page-post .bx-authform .bx-title {
      font-size: 1.3em !important; }
  .page-post strong {
    color: #1d7cbd; }
  .page-post table {
    width: 100%; }
    .page-post table p {
      padding: 0; }
    .page-post table thead th {
      background-color: #1d7cbd;
      padding: 10px; }
      .page-post table thead th * {
        color: white; }
    .page-post table tbody tr {
      border-bottom: 1px solid #c3c3c3; }
      .page-post table tbody tr td {
        padding: 5px;
        text-align: left; }
  .page-post b {
    color: #015a98;
    font-size: 1.2em; }
  .page-post h1 {
    margin: 0 0 30px 0;
    display: inline-block; }
  .page-post h2 {
    color: #015a98;
    font-size: 1.444em;
    padding: 20px 0; }
  .page-post h3 {
    color: #015a98;
    font-size: 1.222em;
    padding: 10px 0; }
  .page-post .datetime {
    display: inline;
    float: right;
    text-align: right;
    opacity: .65; }
  .page-post p {
    padding: 10px 0; }
  .page-post img {
    max-width: 800px;
    margin: 10px; }
  .page-post form {
    padding: 10px; }
    .page-post form input,
    .page-post form select,
    .page-post form button,
    .page-post form img,
    .page-post form textarea {
      margin: 10px 5px; }
    .page-post form h3 {
      display: none; }
    .page-post form .select2-container .select2-selection--single {
      height: 40px;
      padding: 5px;
      margin: 5px;
      width: 311px; }
    .page-post form .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 40px;
      top: 5px;
      right: -12px; }
    .page-post form .filter {
      width: 680px;
      border-bottom: 1px solid rgba(29, 124, 189, 0.44);
      padding-bottom: 15px; }
      .page-post form .filter .filter-title h3 {
        display: inline;
        margin-left: 15px; }
      .page-post form .filter .actions {
        text-align: center; }
        .page-post form .filter .actions div {
          display: inline-block; }
        .page-post form .filter .actions input {
          text-align: center;
          width: 200px;
          border: 1px solid #e6e6e6;
          transition-property: border-color;
          transition-duration: .2s; }
          .page-post form .filter .actions input:hover {
            border: 1px solid #5a8bad; }
    .page-post form input,
    .page-post form button {
      padding: 8px;
      border: 1px solid #b7b5b5;
      border-radius: 5px;
      outline: none;
      min-width: 230px; }
      .page-post form input[type="file"],
      .page-post form button[type="file"] {
        border: none; }
      .page-post form input[type="checkbox"], .page-post form input[type="radio"],
      .page-post form button[type="checkbox"],
      .page-post form button[type="radio"] {
        min-width: 0;
        height: 25px;
        width: 25px;
        margin: 0 auto;
        cursor: pointer;
        margin: 0 auto;
        position: relative; }
      .page-post form input[type="checkbox"] ~ label,
      .page-post form input[type="radio"] ~ label,
      .page-post form button[type="checkbox"] ~ label,
      .page-post form button[type="radio"] ~ label {
        vertical-align: bottom; }
    .page-post form[type="submit"], .page-post form[type="reset"] {
      padding: 8px 60px;
      border: 1px solid #e6e6e6;
      transition-property: border-color;
      transition-duration: .2s; }
      .page-post form[type="submit"]:hover, .page-post form[type="reset"]:hover {
        border: 1px solid #5a8bad; }
  .page-post select {
    padding: 8px 60px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    max-width: 300px;
    min-width: 230px; }
  .page-post .form-table {
    border: none; }
    .page-post .form-table thead {
      display: none; }
    .page-post .form-table tfoot th {
      text-align: center; }
    .page-post .form-table tfoot input[name="web_form_apply"] {
      display: none; }
    .page-post .form-table th {
      background: none;
      border: none; }
    .page-post .form-table td {
      border: none;
      vertical-align: middle;
      padding: 0; }
    .page-post .form-table tr {
      border-bottom: none; }
  .page-post table tr {
    border-bottom: none; }
    .page-post table tr td img.calendar-icon {
      vertical-align: middle; }
  .page-post ul {
    padding-left: 6px; }
    .page-post ul li {
      padding-left: 1em;
      text-indent: -0.9em;
      position: relative;
      list-style: none !important; }
      .page-post ul li a:before {
        margin-left: 10px; }
    .page-post ul li:before {
      content: "";
      color: #1d7cbd;
      width: 6px;
      height: 6px;
      display: inline-block;
      background: #1d7cbd;
      border-radius: 100%;
      margin-right: 10px;
      margin-bottom: 2px; }
  .page-post .error,
  .page-post #errormsg,
  .page-post #errormsg2 {
    color: red;
    font-size: 0.6em; }
  .page-post .ui-tabs ul li:before {
    display: none; }
  .page-post .jq-selectbox ul {
    padding-left: 0; }
    .page-post .jq-selectbox ul li {
      padding-left: 0;
      text-indent: 0;
      list-style: initial; }
      .page-post .jq-selectbox ul li:before {
        display: none; }
      .page-post .jq-selectbox ul li a:before {
        margin-left: 0; }
  .page-post .tabs {
    position: relative;
    margin: 0 auto;
    width: 800px; }
    .page-post .tabs label[id^='tab_'] {
      display: block;
      float: left;
      background: #1d7cbd;
      border-radius: 6px 6px 0 0;
      border-right: 2px solid transparent;
      border-left: 2px solid transparent;
      border-top: 2px solid transparent;
      color: white;
      cursor: pointer;
      position: relative;
      margin: 1px;
      top: 2px;
      width: 150px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      z-index: 1;
      font-weight: normal; }
      .page-post .tabs label[id^='tab_']:first-of-type {
        margin-left: 10px; }
      .page-post .tabs label[id^='tab_'] a {
        width: 146px;
        width: 146px;
        line-height: normal;
        color: white;
        text-decoration: none;
        display: inline-block;
        height: 100%; }
    .page-post .tabs input[name=tab] {
      position: absolute;
      left: -9999px; }
    .page-post .tabs label[id^='tab_l']:hover,
    .page-post .tabs #tab_1:checked ~ #tab_l1,
    .page-post .tabs #tab_2:checked ~ #tab_l2,
    .page-post .tabs #tab_3:checked ~ #tab_l3,
	.page-post .tabs #tab_4:checked ~ #tab_l4,
    .page-post .tabs #tab_5:checked ~ #tab_l5 {
      background: #fff;
      border-color: #d8d8d8;
      color: #1d7cbd;
      top: -4px;
      z-index: 3;
      border-right: 2px solid white;
      border-left: 2px solid white;
      border-top: 2px solid white;
      border-color: #dcdada;
      height: 50px;
      margin-bottom: -3px; }
      .page-post .tabs label[id^='tab_l']:hover a,
      .page-post .tabs #tab_1:checked ~ #tab_l1 a,
      .page-post .tabs #tab_2:checked ~ #tab_l2 a,
      .page-post .tabs #tab_3:checked ~ #tab_l3 a,
	  .page-post .tabs #tab_4:checked ~ #tab_l4 a,
      .page-post .tabs #tab_5:checked ~ #tab_l5 a {
        color: #1d7cbd; }
    .page-post .tabs .tabs_cont {
      background: #fff;
      box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2;
      padding: 10px; }
      .page-post .tabs .tabs_cont > div {
        position: absolute;
        left: -9999px;
        top: 0;
        opacity: 0;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out; }
    .page-post .tabs #tab_1:checked ~ .tabs_cont #tab_c1,
    .page-post .tabs #tab_2:checked ~ .tabs_cont #tab_c2,
    .page-post .tabs #tab_3:checked ~ .tabs_cont #tab_c3,
	.page-post .tabs #tab_4:checked ~ .tabs_cont #tab_c4,
    .page-post .tabs #tab_5:checked ~ .tabs_cont #tab_c5 {
      position: static;
      left: 0;
      opacity: 1; }
  .page-post .fotonews-detail .pimg {
    display: inline-block;
    text-align: center; }
    .page-post .fotonews-detail .pimg a {
      outline: none; }
      .page-post .fotonews-detail .pimg a img {
        margin: 6px; }
  .page-post .open-map-button {
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgba(53, 124, 173, 0.61);
    border-bottom: none;
    background: #1d7cbd;
    color: white;
    font-size: 0.9em;
    outline: none;
    transition-property: background, color;
    transition-duration: .3s; }
    .page-post .open-map-button:hover {
      background: white;
      color: #1d7cbd; }
  .page-post .container-map {
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
    background: url(../images/loader.gif) center center no-repeat; }
  .page-post .bx_sitemap .bx_sitemap_ul li {
    padding-left: 1em;
    text-indent: -.7em;
    position: relative;
    line-height: normal; }
    .page-post .bx_sitemap .bx_sitemap_ul li:before {
      margin-right: 15px; }
  .page-post .bx_sitemap .bx_sitemap_li_title {
    vertical-align: inherit; }
  .page-post .share-btn {
    position: relative;
    margin-top: 53px;
    clear: both;
    top: 10px; }
    .page-post .share-btn ul {
      list-style: none; }
      .page-post .share-btn ul li {
        padding-left: 0;
        text-indent: 0; }
        .page-post .share-btn ul li:before {
          content: none; }
    .page-post .share-btn .ya-share2-label {
      background: #fff;
      display: inline-block;
      position: absolute;
      top: -19px;
      padding: 5px;
      left: 10px;
      color: #015a98; }
    .page-post .share-btn .ya-share2 {
      box-sizing: border-box;
      padding: 25px 20px;
      border: 2px solid rgba(0, 0, 0, 0.1); }

footer {
  background: #272727 url(../images/cover/footer-bg.jpg) center/cover no-repeat;
  color: #fff;
  font-size: .778rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #a4292a;
      text-decoration: none; }
  footer .top {
    box-sizing: border-box;
    padding: 25px 0;
    padding-bottom: 0;
    background: rgba(39, 39, 39, 0);
    background: -moz-linear-gradient(top, rgba(39, 39, 39, 0) 0%, #272727 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39, 39, 39, 0)), color-stop(100%, #272727));
    background: -webkit-linear-gradient(top, rgba(39, 39, 39, 0) 0%, #272727 100%);
    background: -o-linear-gradient(top, rgba(39, 39, 39, 0) 0%, #272727 100%);
    background: -ms-linear-gradient(top, rgba(39, 39, 39, 0) 0%, #272727 100%);
    background: linear-gradient(to bottom, rgba(39, 39, 39, 0) 0%, #272727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#272727', GradientType=0); }
    footer .top .footer-title {
      text-transform: uppercase;
      margin: 0; }
    footer .top .footer-menu {
      padding: 10px 0 75px; }
      footer .top .footer-menu li {
        line-height: 1.8em; }
        footer .top .footer-menu li span.important-phones {
          position: relative;
          display: inline !important;
          min-width: initial !important; }
          footer .top .footer-menu li span.important-phones a {
            position: absolute;
            top: -7px;
            right: -25px; }
            footer .top .footer-menu li span.important-phones a img {
              width: 20px;
              height: 20px; }
        footer .top .footer-menu li .btn-hot-line {
          text-align: center;
          width: 100%; }
          footer .top .footer-menu li .btn-hot-line a {
            border: 1px solid #597082;
            width: 100%;
            background-color: #b7b7b7;
            text-decoration: none;
            opacity: .8;
            display: inline-block;
            margin: 2px 0; }
            footer .top .footer-menu li .btn-hot-line a:hover {
              opacity: 1;
              color: inherit !important; }
    footer .top .footer-contacts {
      padding: 5px 0 10px 0; }
    footer .top .linx {
      margin-top: -70px; }
      footer .top .linx li {
        display: inline-block;
        margin-right: 12px; }
        footer .top .linx li a {
          display: block;
          width: 55px;
          height: 50px;
          transition: 0s;
          -moz-transition: 0s;
          -webkit-transition: 0s;
          background-position-x: 0;
          background-position-y: 0;
          background-repeat: no-repeat; }
          footer .top .linx li a:hover {
            background-position: 0 -51px;
            transition: 0s;
            -moz-transition: 0s;
            -webkit-transition: 0s; }
    footer .top .socialz {
      font-size: 2.8em;
      margin-top: -70px;
      text-align: right;
      padding: 0; }
      footer .top .socialz li {
        display: inline;
        padding: 0 10px;
        line-height: 1.6em; }
        footer .top .socialz li:first-child {
          padding-left: 0; }
        footer .top .socialz li a:hover {
          color: #1d7cbd; }
  footer .bottom {
    box-sizing: border-box;
    padding: 10px 0;
    background: #272727;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.white-footer {
  background: #fff url(../images/cover/white-footer-bg-gray.png) center/cover no-repeat;
  color: #fff;
  font-size: .778rem; }
  .white-footer a:hover {
    color: #a4292a;
    text-decoration: none; }
  .white-footer .row div {
    display: inline-block; }
  .white-footer .top {
    box-sizing: border-box;
    padding: 25px 0;
    padding-bottom: 0px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0); }
    .white-footer .top .footer-columns {
      display: inline-block;
      padding: 0 45px;
      vertical-align: top; }
      .white-footer .top .footer-columns .footer-title {
        text-transform: uppercase;
        margin: 0;
        font-weight: bold;
        color: #015a98; }
        .white-footer .top .footer-columns .footer-title a {
          color: #015a98; }
          .white-footer .top .footer-columns .footer-title a:hover {
            color: #a4292a; }
      .white-footer .top .footer-columns .footer-menu {
        padding: 10px 0; }
        .white-footer .top .footer-columns .footer-menu li {
          line-height: 1.8em;
          color: #000;
          font-size: 1.1em; }
          .white-footer .top .footer-columns .footer-menu li span {
            display: inline-block;
            min-width: 255px; }
          .white-footer .top .footer-columns .footer-menu li a {
            color: #000; }
            .white-footer .top .footer-columns .footer-menu li a:hover {
              color: #a4292a; }
      .white-footer .top .footer-columns:first-child {
        padding-left: 15px; }
      .white-footer .top .footer-columns:last-child .footer-menu li {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.24); }
    .white-footer .top .linx {
      margin-top: 0; }
      .white-footer .top .linx li {
        display: inline-block;
        margin-right: 12px; }
        .white-footer .top .linx li a {
          background: none !important; }
          .white-footer .top .linx li a:hover img {
            filter: grayscale(1);
            -moz-filter: grayscale(1);
            -webkit-filter: grayscale(1); }
    .white-footer .top .socialz {
      font-size: 2.8em;
      margin-top: 0;
      padding: 0;
      text-align: center; }
      .white-footer .top .socialz li {
        display: inline;
        padding: 0 10px;
        line-height: 1.6em; }
        .white-footer .top .socialz li:first-child {
          padding-left: 0; }
        .white-footer .top .socialz li a {
          color: #1d7cbd; }
          .white-footer .top .socialz li a:hover {
            color: gray; }
  .white-footer .bottom {
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    color: #015a98; }

.status0 td {
  background: #FAAAAA; }

table.table_list {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  width: 100%;
  color: #232323; }
  table.table_list td,
  table.table_list th {
    border: none;
    padding: 3px 5px; }
  table.table_list th {
    background-color: #0d6fb8;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 8px 0 8px 0; }
    table.table_list th a {
      color: #fff;
      display: block;
      text-decoration: none; }
      table.table_list th a:hover {
        text-decoration: underline; }
  table.table_list td {
    text-align: center; }
    table.table_list td.tamount, table.table_list td.tdate {
      white-space: nowrap; }
    table.table_list td a {
      color: black; }
      table.table_list td a:hover {
        color: #a4292a; }
  table.table_list tr td {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec; }
  table.table_list tr.trow {
    background: #c7c7c7; }
    table.table_list tr.trow:nth-child(odd) {
      border-bottom: 5px solid #ececec; }
  table.table_list tr:nth-child(even) td {
    font-weight: bold; }
  table.table_list .zcenter {
    text-align: center; }
  table.table_list .zleft {
    text-align: left; }

.pos_tab {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  font: 13px Tahoma;
  color: #232323; }
  .pos_tab th,
  .pos_tab td {
    border: none;
    padding: 3px 5px; }
  .pos_tab th {
    padding: 15px 0 10px 0;
    font: 20px Tahoma;
    color: #282828; }

.files_tab {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  font: 13px Tahoma;
  color: #232323; }
  .files_tab .files_tab th,
  .files_tab td {
    border: none;
    padding: 3px 5px; }
  .files_tab th {
    font-weight: bold; }
  .files_tab span {
    color: #666;
    font-size: 10px; }

.list {
  padding: 10px 0 0 0; }
  .list .item {
    clear: both;
    padding: 10px 0;
    font: 13px Tahoma;
    color: #222; }
  .list .color2 {
    background: #eee; }
  .list .color3 {
    background: #ddd;
    font-weight: bold;
    height: 35px; }

.z_type {
  float: left;
  font-weight: bold;
  width: 680px;
  padding-right: 20px; }

.z_opendate {
  float: left;
  width: 65px;
  text-align: right;
  padding-right: 15px; }

.z_price {
  float: left;
  width: 100px;
  text-align: right;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 15px; }

.z_closedate {
  float: left;
  width: 85px;
  font-weight: bold;
  text-align: right; }

.z_info {
  clear: both;
  padding: 5px 0; }

.z_files {
  clear: both; }

.z_files a {
  margin: 0 0 0 20px; }

#zfilter input[name='edate'],
#zfilter input[name='sdate'] {
  width: 191px; }

#zfilter .button {
  margin: 0; }

#zfilter .input {
  position: relative;
  display: inline-block; }
  #zfilter .input span {
    position: absolute;
    top: -12px;
    left: 8px;
    font-size: .9em; }

#files_block #files_nav div {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #b0dfff;
  background-color: #f5f7f9; }

#files_block .content-tab {
  border: solid 2px #e6e6e6;
  padding: 10px; }

#files_block #files_nav div {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #b0dfff;
  background-color: #f5f7f9; }

#files_block #files_nav .active_tab {
  background-color: #1d7cbd; }
  #files_block #files_nav .active_tab a {
    color: white; }

#files_block .files_tab {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  color: #232323; }
  #files_block .files_tab th,
  #files_block .files_tab td {
    border: none;
    padding: 3px 5px;
    vertical-align: text-bottom; }
  #files_block .files_tab th {
    font-weight: bold; }
  #files_block .files_tab span {
    color: #666;
    font-size: 10px; }

.select2-container--open .select2-dropdown {
  left: 5px !important;
  top: -5px; }

.page-post .subscribe-page div[id^='tab'] {
  display: none; }

.page-post #filial_list,
.page-post #filial_list2 {
  padding: 0 0 8px 20px; }

.page-post #filial_list .subsdesc {
  display: inline-block;
  padding-top: 4px; }

.page-post .subsdesc {
  font-size: 14px;
  color: #999;
  font-style: italic; }

/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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; }

@media (max-width: 1190px) {
  .top-nav-stick,
  .for-clients-stick {
    display: none; } }

@media (max-width: 768px) {
  .top-nav ul li .subnav {
    top: 35px; } }

@media (min-width: 1921px) {
  .carousel .pic {
    width: 50%;
    height: 100%; }
    .carousel .pic img {
      width: 100%; }
  .carousel .carousel-post {
    padding: 20px 0 80px 35px; }
  .carousel-2 .pic {
    width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-nav .tools .search-block .search,
  .top-nav-stick .tools .search-block .search {
    padding: 7px 15px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-nav .tools .search-block .search,
  .top-nav-stick .tools .search-block .search {
    padding: 7px 15px; } }

@media print {
  a:after {
    content: attr(href);
    display: none; } }