@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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-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: "";
}

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

@font-face {
  font-family: 'robotoblack';
  src: url("../fonts/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_condensedbold';
  src: url("../fonts/robotocondensed-bold-webfont.woff") format("woff"), url("../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_condensedregular';
  src: url("../fonts/robotocondensed-regular-webfont.woff") format("woff"), url("../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto-light_allfont.ru-webfont.woff") format("woff"), url("../fonts/roboto-light_allfont.ru-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

.header:after, .count__top:after, .time:after, .about:after,  .fa:after {
  content: "";
  display: block;
  clear: both;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1120px;
}

.wrapper:after {
  content: "";
  display: block;
  height: 335px;
  overflow: hidden;
}

.maincontent {
  padding-bottom: 50px;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

footer {
  height: 335px;
  width: 100%;
  margin-top: -335px;
  position: relative;
  min-width: 1120px;
}

.header {
  width: 100%;
  background-image: url("../img/header/fon.png");
  background-repeat: repeat-x;
  font-family: roboto_condensedbold;
  color: #fff;
  margin: 0 auto;
}

.header a {
  color: #fff;
}

.header__left, .header__center, .header__right {
  float: left;
}

.header__left {
  width: 35%;
  font-size: 12px;
  line-height: 16px;
}

.header__left span {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
  padding: 25px 8px;
}

.header__left img {
  vertical-align: bottom;
}

.header__center {
  width: 55%;
  display: inline-block;
  font-size: 32px;
  padding-top: 27px;
}

.header__center span {
  display: inline-block;
  max-width: 155px;
  line-height: 30px;
  vertical-align: top;
}

.header__center img {
  vertical-align: bottom;
  height: 54px;
}

.header__right {
  display: none;
  width: 10%;
  color: #fff;
  padding: 35px 0 0 0;
  text-align: left;
}

.header__right span {
  display: inline-block;
}

.header__right span:hover {
  cursor: pointer;
}

.login__pic {
  position: relative;
  top: -60px;
  left: 45px;
}

.menu {
  max-width: 680px;
  margin: 0 auto;
}

.menu .fa-file-text-o {
  padding: 0 10px 0 0;
}

.menu .fa-caret-down {
  padding: 0 10px 0 10px;
  font-family: FontAwesome ! important;
}

.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.menu__item {
  display: inline-block;
  padding: 20px 5px;
}

.menu__item a {
  color: #034557;
  //font-family: roboto_condensedbold;
  font-family:'Roboto', sans-serif ! important;
  font-weight: bold;
}

.menu__item ul {
  display: none;
}

.menu__item:hover {
  background-color: #0d707f;
  cursor: pointer;
}

.menu__item:hover a {
  color: #fff;
}

.menu__item:hover ul {
  display: block;
}

.menu__item:focus ul {
  display: block;
}

.menu__dropdown {
  position: absolute;
  background: #0d707f;
  margin-left: -187px;
  padding: 20px 0;
  min-width: 150px;
  z-index: 2;
}

.dropdown__item {
  padding: 5px 50px;
  color: #fff;
}

.dropdown__item:hover {
  background-color: #fff;
}

.dropdown__item:hover a {
  color: #0d707f;
}

.dropdown__item a {
  font-family: roboto_condensedregular;
}

.menu__link_doclogo {
  display: inline-block;
  height: 17px;
  width: 15px;
  padding: 0px 0px 0px 20px;
  background-image: url("../img/icons/doc_green.png");
  background-repeat: no-repeat;
}

.menu__link_doclogo:hover {
  background-image: url("../img/icons/doc_white.png");
}

.headerv {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.header__video-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.header__video-box {
  text-align: center;
  margin: 0 -1000px;
  height: 100%;
}

.header__video {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  min-height: 1100px;
}

.header__video-play {
  font-family: roboto_condensedbold;
  position: relative;
  top: 540px;
  font-size: 22px;
  text-align: center;
}

.header__video-play a {
  color: #fff;
  border: 2px solid #fff;
  padding: 25px 50px;
  width: 200px;
}

.header__video-play a:hover {
  background-color: #FFF;
  color: #0d707f;
  border: 2px solid #0d707f;
}

.header__video-pic {
  background-image: url("../img/header/info.svg");
  background-size: 750px;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-color: rgba(13, 112, 127, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.count__top {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.zayvka {
  font-family: roboto_condensedregular;
  font-size: 15px;
  margin: 30px;
}

.zayvka__begin {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.zayvka__begin span {
  display: inline-block;
  padding-bottom: 15px;
}

.count__book {
  text-align: center;
  padding-top: 30px;
}

.count__middle {
  font-family: robotobold;
  font-size: 16px;
  color: #414242;
  text-align: center;
  margin-bottom: 50px;
}

.count__middle p {
  padding: 0;
  margin: 0;
}

.count__bottom {
  text-align: center;
  margin-bottom: 55px;
}

.count__bottom a {
  font-family: robotobold;
  border: 2px solid #0d707f;
  color: #0d707f;
  padding: 20px;
}

.count__bottom a:hover {
  font-family: robotobold;
  border: 2px solid #0d707f;
  background-color: #0d707f;
  color: #fff;
  padding: 20px;
}

/* Contdonwn */
#CDT {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  font-family: roboto_condensedregular;
}

#CDT .number-wrapper {
  margin: 5px;
  position: relative;
}

#CDT {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

#CDT .number-wrapper {
  margin: 5px;
  position: relative;
}

#CDT .number {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #0d707f;
  background-image: linear-gradient(bottom, #0d707f 2%, #0d707f 100%);
  background-image: -o-linear-gradient(bottom, #0d707f 2%, #0d707f 100%);
  background-image: -moz-linear-gradient(bottom, #0d707f 2%, #0d707f 100%);
  background-image: -webkit-linear-gradient(bottom, #0d707f 2%, #0d707f 100%);
  background-image: -ms-linear-gradient(bottom, #0d707f 2%, #0d707f 100%);
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 12px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 0 3px 3px #000000;
  -webkit-text-shadow: 0 3px 3px #000000;
  text-shadow: 0 3px 3px #000000;
}

#CDT .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 44%;
  left: 0;
  background: #000;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
  font-size: 10px;
  font-family: roboto_condensedregular;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #000;
}

.time {
  background-color: #f1f7f7;
}

.timezag_contant {
  padding: 50px 0;
  text-align: center;
  font-family: robotobold;
  font-size: 24px;
  color: #0d707f;
}

.timezag_contant span {
  font-size: 30px;
}

.timezag_man {
  position: relative;
}

.timezag__pic {
  position: absolute;
  top: -230px;
  left: 230px;
  z-index: 2;
}

.time_text {
  font-family: roboto_condensedbold;
  font-size: 16px;
  color: #555;
  display: inline-block;
  width: 100%;
}

.text__left {
  display: inline-block;
  width: 15.8%;
  border-right: 2px dotted #f1f7f7;
  margin-left: -50px;
}

.text__tw {
  display: inline-block;
  width: 23.5%;
  border-right: 2px dotted #f1f7f7;
  color: #b13a50;
}

.text__tw.text__tw2 {
  color: #555;
  width: 36%;
}

.text__ft {
  display: inline-block;
  width: 21.5%;
  border-right: 2px dotted #f1f7f7;
}

.text__ft.text__ft2 {
  width: 11.5%;
}

.text__ftr {
  display: inline-block;
  width: 21.5%;
  border-right: 2px dotted #f1f7f7;
}

.text__ftr.text__ftr2 {
  width: 31.5%;
}

.text__right {
  display: inline-block;
  width: 16%;
}

.text__right.text__right2 {
  color: #b13a50;
}

.text__tw-width {
  display: block;
  max-width: 95px;
  text-align: center;
}

.timecont_stroke {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
  text-align: center;
  font-size: 0px;
}

.timecont_stroke-left {
  display: inline-block;
  height: 90px;
  width: 16%;
  border-right: 2px dotted #b13a50;
}

.timecont_stroke-left.colorgrey {
  border-right: 2px dotted #555;
}

.timecont_stroke-tw {
  display: inline-block;
  height: 90px;
  width: 24%;
  border-right: 2px dotted #878787;
}

.timecont_stroke-ft {
  display: inline-block;
  height: 90px;
  width: 21.8%;
  border-right: 2px dotted #878787;
}

.timecont_stroke-ft.stroke-ft2 {
  width: 35.8%;
}

.timecont_stroke-ftr {
  display: inline-block;
  height: 90px;
  width: 21.4%;
  border-right: 2px dotted #878787;
}

.timecont_stroke-ftr.stroke-ftr2 {
  width: 31.4%;
  border-right: 2px dotted #b13a50;
}

.timecont_stroke-right {
  display: inline-block;
  height: 90px;
  width: 16%;
}

.timeline_pic {
  padding: 0px;
  margin-bottom: -31px;
  height: 50px;
  background: #f1f7f7 url("../img/timeline/line.svg") repeat-x;
}

.timeline_stroke {
  line-height: 60px;
  color: #fff;
  font-family: roboto_condensedbold;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0px;
}

.stroke_left {
  font-size: 16px;
  margin: 0;
  color: #b13a50;
  background-color: #b13a50;
  width: 16%;
  display: inline-block;
}

.stroke_tw {
  font-size: 16px;
  margin: 0;
  background-color: #878787;
  width: 24%;
  display: inline-block;
}

.stroke_tw.stroke_tw2 {
  width: 36%;
}

.stroke_ft {
  font-size: 16px;
  background-color: #24adb7;
  width: 22%;
  display: inline-block;
}

.stroke_ftr {
  font-size: 16px;
  background-color: #878787;
  width: 22%;
  display: inline-block;
}

.stroke_ftr.stroke_ftr2 {
  width: 32%;
  background-color: #24adb7;
}

.stroke_right {
  font-size: 16px;
  background-color: #24adb7;
  width: 16%;
  display: inline-block;
}

.about {
  color: #606060;
  font-family: robotobold;
  margin-bottom: 40px;
}

.about__zag {
  text-align: center;
  color: #0d707f;
  font-size: 24px;
  padding: 40px;
}

.project {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.project span {
  font-size: 40px;
  color: #00767d;
}

.project__left, .project__center, .project__right {
  display: inline-block;
  width: 33%;
  margin: 0 auto;
  vertical-align: top;
}

.project_bottom {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding-top: 40px;
}

.project_bottom span {
  font-size: 40px;
  color: #00767d;
}

.project_bottom img {
  width: 39px;
}

.project__man {
  position: relative;
}

.project__pic {
  position: absolute;
  left: 50px;
}

.realization {
  background-color: #f2f8f8;
  padding-top: 30px;
}

.realization__zag {
  font-size: 24px;
  font-family: robotobold;
  text-align: center;
  color: #0fa8b1;
  margin-bottom: 30px;
}

.realization__content {
  margin: 0 auto;
  font-family: robotobold;
  text-align: center;
  line-height: 35px;
  color: #0fa8b1;
}

.realization__content .zayavka__top-b {
  font-family: roboto_condensedregular;
  max-width: 780px;
}

.block__top {
  font-family: roboto_condensedregular;
  font-size: 16px;
  color: #565656;
  max-width: 140px;
  border: 2px solid #0fa8b1;
  padding: 10px 45px;
  margin: 40px auto;
  line-height: 20px;
}

.block__bottom {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.block__bottom-left {
  display: inline-block;
  width: 35%;
  padding: 10px 0 30px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #00767d;
}

.block__bottom-left p {
  line-height: 25px;
}

.block__bottom-left span {
  font-family: robotobold;
  font-size: 30px;
}

.block__bottom-center {
  display: inline-block;
  width: 8%;
  color: #f2f8f8;
  background-color: #f2f8f8;
}

.block__bottom-right {
  display: inline-block;
  width: 35%;
  padding: 10px 0 30px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0fa8b1;
}

.block__bottom-right p {
  line-height: 25px;
}

.block__bottom-right span {
  font-family: robotobold;
  font-size: 30px;
}

.zayavka_strelka {
  position: absolute;
}

.zayavka_strelka img {
  position: relative;
  top: -165px;
  right: 71px;
}

.zayavka_strelka2 {
  position: absolute;
}

.zayavka_strelka2 img {
  position: relative;
  top: -165px;
  right: 214px;
}

.zayavka-button {
  font-family: roboto_condensedregular;
  font-size: 14px;
  color: #fff;
  max-width: 140px;
  border: 2px solid #fff;
  padding: 10px 45px;
}

.zayavka-button:hover {
  background-color: #FFF;
  color: #00767d;
}

.zayavka__bottom {
  padding: 40px;
  line-height: 16px;
  font-size: 14px;
  font-family: robotobold;
  text-align: center;
  color: #b13950;
  background-color: #f3e1e5;
}

.zayavka__bottom .zayavka__bottom-w {
  font-family: roboto_condensedregular;
  margin: 0 auto;
  width: 740px;
}

.specificity {
  background-color: #eeeeee;
  color: #606060;
  font-family: robotobold;
}

.specificity__zag {
  text-align: center;
  color: #0d707f;
  font-size: 24px;
  padding: 50px;
}

.specificity__zag span {
  font-size: 30px;
}

.specblock {
  font-family: robotoregular;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.specblock__left, .specblock__center, .specblock__right {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin: 0 40px;
}

.specificity_bold {
  font-family: robotobold;
}

.experts {
  background-color: #00767d;
  padding: 40px 0 70px 0;
}

.experts__zag {
  font-family: robotobold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.say {
  display: inline-block;
  font-size: 0px;
  width: 100%;
  text-align: center;
}

.say__left {
  height: 270px;
  width: 20%;
  display: inline-block;
  color: #b9dddf;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}

.say__left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #00abb6;
  text-align: center;
}

.say__right {
  vertical-align: top;
  background-color: #d0e5e7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 16px;
  color: #00767d;
  width: 70%;
  display: inline-block;
  height: 290px;
}

.say_autor {
  color: #fff;
}

.saytext {
  display: inline-block;
  height: 100%;
  padding: 30px 50px;
}

.saytext__top {
  display: inline-block;
  float: left;
  height: 23%;
}

.saytext__top img {
  width: 50px;
}

.saytext__center {
  display: inline-block;
  height: 33%;
}

.saytext__bottom {
  display: inline-block;
  float: right;
  height: 34%;
}

.saytext__bottom img {
  width: 50px;
}

.experts__search {
  font-family: robotobold;
  text-align: center;
  font-size: 16px;
  padding: 40px;
}

.experts__search a {
  color: #fff;
  text-decoration: underline;
}

.experts__search:hover {
  text-decoration: none;
}

.experts__button {
  text-align: center;
  padding: 70px 0 5px 0;
}

.experts__button a {
  font-family: robotobold;
  border: 2px solid #fff;
  color: #fff;
  padding: 20px;
}

.experts__button a:hover {
  font-family: robotobold;
  border: 2px solid #0d707f;
  background-color: #fff;
  color: #0d707f;
  padding: 20px;
}

.direction {
  background-color: #eeeeee;
}

.direction__zag {
  font-family: robotobold;
  text-align: center;
  color: #00767d;
  font-size: 24px;
  padding: 40px 0 20px 0;
}

.yotube {
  display: inline-block;
  width: 100%;
  font-size: 0px;
  padding-bottom: 40px;
}

.yotube__right {
  display: inline-block;
  width: 98%;
  height: 340px;
  vertical-align: top;
  color: #fff;
  font-family: robotobold;
  text-align: center;
  background-color: #00767d;
  font-size: 16px;
  margin: 0 auto;
}

.yotube__right .yotube__text {
  padding: 40px;
  display: inline-block;
  vertical-align: middle;
}

.yotube__right .yotube__left-text {
  font-family: roboto_condensedregular;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
}

.yotube__right .hiden {
  display: none;
}

.naprav {
  color: #6f6f6f;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.naprav li {
  text-align: left;
  min-height: 95px;
}

.naprav li img {
  float: left;
  margin: 7px 10px 10px 0;
  min-height: 60px;
}

.naprav__left {
  float: left;
  display: inline-block;
  width: 48%;
  padding: 0;
}

.naprav__left a {
  color: #6f6f6f;
}

.naprav__left a:hover {
  color: #4f4f4f;
}

.naprav__right {
  float: left;
  width: 49%;
  padding: 0;
}

.naprav__right a {
  color: #6f6f6f;
}

.naprav__right a:hover {
  color: #4f4f4f;
}

.naprav__left-zag {
  font-family: robotobold;
}

.yotube__right .fa {
  color: #fff;
  font-size: 40px;
  line-height: 0px;
}

.naprav .fa {
  background-color: #00767d;
  color: #fff;
  font-size: 45px;
  display: inline-block;
  float: left;
  padding: 12px 7px 0px 7px;
  margin: 2px 7px;
  width: 57px;
  height: 59px;
  text-align: center;
  font-family: FontAwesome ! important;
}

.results {
  background-color: #fff;
  font-family: roboto_condensedregular;
  margin-bottom: 70px;
}

.results__zag {
  text-align: center;
  font-family: robotobold;
  font-size: 24px;
  padding: 70px 0 30px 0;
  color: #00767d;
}

.results__imgs {
  height: 350px;
  background-image: url("../img/results/cloudall.png");
  background-repeat: no-repeat;
  background-position: center;
  font-family: roboto_condensedbold;
  color: #fff;
}

.results__imgs-text1 {
  display: block;
  font-size: 27px;
  text-align: center;
  padding-top: 90px;
}

.results__imgs-text2 {
  display: block;
  font-size: 45px;
  line-height: 80px;
  text-align: center;
}

.results__imgs-text3 {
  font-size: 70px;
}

.win__zag {
  text-align: center;
  font-size: 20px;
  color: #676767;
  padding: 30px 0 15px 0;
}

.win__zag-text1 {
  text-transform: uppercase;
  font-family: robotobold;
  color: #00a0aa;
}

.win {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0px;
}

.win__left {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding: 1px 0;
  text-align: right;
  margin-right: -5px;
}

.win__left img {
  height: 308px;
}

.win__right {
  background-color: #00a0aa;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  width: 56%;
  height: 310px;
}

.text__top {
  text-align: left;
  padding: 20px 0 20px 25px;
}

.text__center {
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 0 70px;
}

.text__bottom {
  text-align: right;
  padding: 20px 25px 20px 0px;
}

.footer {
  background-color: #016b71;
  color: #fff;
  font-family: robotoregular;
  font-size: 16px;
  text-align: center;
}

.footer__comitet {
  padding: 35px;
}

.footer__comitet a {
  text-decoration: none;
  color: #fff;
}

.footer__comitet_text, .footer__comitet_text-top {
  padding-bottom: 20px;
}

.footer__comitet_text-top {
  margin: 0 auto;
  width: 650px;
  font-size: 25px;
  padding-top: 30px;
}

.footer__comitet_text-top span {
  font-family: robotobold;
  font-size: 25px;
}

.win__slider {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0px;
  color: #333;
  margin-bottom: 30px;
}

.win__slider-left {
  vertical-align: top;
  height: 541px;
  background-color: #0d707f;
  width: 5%;
  display: inline-block;
}

.win__slider-right {
  vertical-align: top;
  height: 501px;
  background-color: #FFF;
  display: inline-block;
  padding: 20px;
  width: 80%;
}

.win__slider-text {
  text-align: left;
  font-family: robotoregular;
  font-size: 14px;
  padding-bottom: 10px;
}

.win__slider-text-bold {
  font-family: robotobold;
  font-size: 16px;
}

a.win__slider-button {
  display: block;
  float: right;
  font-size: 16px;
  width: 200px;
  background-color: #0d707f;
  border: 2px solid #0d707f;
  color: #fff;
  padding: 20px;
}

a.win__slider-button:hover {
  background-color: #fff;
  border: 2px solid #0d707f;
  color: #0d707f;
  font-family: robotobold;
}

.win tr:first-child {
  color: #0d707f;
  background: #eeeeee;
}

.win tr:nth-child(2n) {
  background: #fff;
}

.win tr:nth-child(2n+3) {
  background: #f2f8f8;
}

.win tr:nth-child(1) {
  background: #0d707f;
  text-align: center;
  color: #fff;
}

.win th {
  font-size: 14px;
}

.win table {
  font-size: 12px;
  text-align: left;
  border-top: 1px solid #0d707f;
}

.win h2 {
  font-weight: 400;
  color: #0d707f;
  text-transform: uppercase;
  font-size: 18px;
}

.win a {
  text-transform: uppercase;
  font-size: 11px;
  color: #0d707f;
  text-decoration: underline;
  font-weight: 600;
}

section.winners {
  background: #eeeeee;
}

.win_zag {
  text-align: center;
  font-family: robotobold;
  font-size: 24px;
  padding: 30px;
  color: #00767d;
}

.maincontent {
  padding-bottom: 0;
}

.info {
  background-color: #eeeeee;
  color: #444444;
}

.info__zag {
  padding: 50px;
  text-align: center;
  font-family: robotobold;
  font-size: 24px;
  color: #12656e;
}

.info__pic {
  text-align: center;
  padding-top: 20px;
}

.info__text {
  padding: 0px 70px 40px 70px;
  font-family: roboto_condensedbold;
  font-size: 16px;
  text-align: justify;
}

.posts {
  background-color: #eeeeee;
  margin-bottom: 0;
}

.posts__zag {
  font-size: 30px;
  font-family: robotobold;
  color: #00767d;
  text-align: center;
  padding: 45px 0px;
}

.posts__cont {
  text-align: center;
}

.posts_item {
  width: 220px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  zoom: 1;
  *display: inline;
  _height: 250px;
  margin: 0px 10px 30px 10px;
}

.posts_item img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}

.posts_item .up {
  text-transform: uppercase;
}

.posts__cont-img {
  display: inline-block;
  float: left;
  margin: 0 0 15px 0;
  width: 161px;
  height: 161px;
  overflow: hidden;
}

.posts__cont-zag {
  width: 220px;
  display: inline-block;
  font-family: 16px;
  font-family: robotobold;
  color: #00767d;
  text-align: left;
}

.posts__cont-botom {
  width: 220px;
  display: inline-block;
  font-size: 14px;
  font-family: roboto_condensedregular;
  text-align: left;
}

.piramida {
  padding-bottom: 50px;
  text-align: center;
}

.piramida img {
  width: 900px;
}

.piramida__zag {
  padding: 50px;
  font-family: robotobold;
  font-size: 24px;
  color: #12656e;
}

.progress {
  padding-bottom: 100px;
  background-color: #eeeeee;
  text-align: center;
}

.progress img {
  width: 900px;
}

.progress__zag {
  padding: 70px;
  font-family: robotobold;
  font-size: 24px;
  color: #12656e;
}

.nko {
  background-color: #eeeeee;
  font-family: robotoregular;
  text-align: center;
  color: #444;
}

.nko a {
  color: #888;
}

.nko a:hover {
  color: #444;
}

.nko__item {
  width: 300px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: left;
  margin: 40px 30px 40px 30px;
}

.nko__item_wrap {
  padding: 40px 0;
}

.nko__item-date {
  padding: 0px;
  margin: 0px;
  font-family: robotolight;
  font-size: 24px;
  line-height: 34px;
}

.nko__item-date span {
  font-size: 74px;
}

.nko__item-green {
  padding: 0px;
  margin: 0px;
  height: 30px;
  background-color: #00767d;
}

.nko__item-time {
  font-family: robotolight;
  font-size: 24px;
  padding: 10px 0;
}

.nko__item-sem {
  text-transform: uppercase;
  font-family: robotoregular;
  font-size: 16px;
  color: #00767d;
  padding: 0 0 10px 0;
}

.nko__item-name {
  font-family: robotobold;
  font-size: 14px;
  padding: 0 0 15px 0;
}

.nko__item-pic {
  padding: 0 0 5px 0;
}

.nko__item-expert {
  background-color: #fefafa;
  font-family: roboto_condensedregular;
  font-size: 14px;
  padding: 20px;
}

.nko__item-expert span {
  font-family: robotobold;
}

.nko__button {
  padding: 20px 0 60px 0;
}

.nko__button a {
  width: 200px;
  padding: 20px 30px;
  border: 2px solid #00767d;
  font-family: roboto_condensedbold;
  color: #00767d;
}

.nko__button a:hover {
  background-color: #00767d;
  color: #fff;
}

/* Owl Carousel*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 70px;
  top: 110px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 70px;
  top: 110px;
}

.owl-theme2 .owl-controls .owl-buttons .owl-prev {
  left: -2px;
  top: 110px;
}

.owl-theme2 .owl-controls .owl-buttons .owl-next {
  right: -2px;
  top: 110px;
}

.owl-theme3 .owl-controls .owl-buttons .owl-prev {
  left: -2px;
  top: 205px;
}

.owl-theme3 .owl-controls .owl-buttons .owl-next {
  right: -2px;
  top: 205px;
}

.owl-theme4 .owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 230px;
}

.owl-theme4 .owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 230px;
}

.reg_zag {
  width: 700px;
  padding: 40px 20px 20px 20px;
  font-family: robotobold;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  color: #016b71;
}

.reg_text {
  text-align: center;
  margin-bottom: 40px;
}

.reg-map {
  text-align: center;
}

.login-form {
  width: 600px;
  margin: 50px auto;
  background: #f3f3f3;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.headerform {
  padding: 10px 30px 30px 30px;
}

.headerform h1 {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #016b71;
  margin-bottom: 10px;
}

.contentform {
  padding: 0 30px 25px 30px;
}

.input {
  width: 485px;
  padding: 15px 25px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #9d9e9e;
  text-shadow: 1px 1px 0 white;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  outline: none;
}

.footerform {
  padding: 25px 30px 25px 30px;
  overflow: auto;
  border-top: 1px solid #fff;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}

.register {
  display: block;
  padding: 10px 5px 10px 0;
  margin: 0 auto;
  padding: 15px;
  background: #016b71;
  border: 2px solid #016b71;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.register:hover {
  border: 2px solid #016b71;
  background-color: #f3f3f3;
  color: #016b71;
}

.register:focus {
  position: relative;
  bottom: -1px;
}

a, div, li, ul, table, tr, td, p, span, body, section, header, footer, input
{
font-family:'Roboto', sans-serif ! important;
}