.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.no-animate * {
  -webkit-transition: all 0 ease 0s !important;
  -moz-transition: all 0 ease 0s !important;
  -o-transition: all 0 ease 0s !important;
  transition: all 0 ease 0s !important;
}
.cover {
  background-size: cover;
  background-position: center center;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'PF_DIN_thin';
  src: url('fonts/pfdindisplaypro-xthin-webfont.eot');
  src: url('fonts/pfdindisplaypro-xthin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pfdindisplaypro-xthin-webfont.woff') format('woff'), url('fonts/pfdindisplaypro-xthin-webfont.ttf') format('truetype'), url('fonts/pfdindisplaypro-xthin-webfont.svg#pf_dindisplay_proextrathin') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'PF_DIN_regular';
  src: url('fonts/pfdindisplaypro-reg-webfont.eot');
  src: url('fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pfdindisplaypro-reg-webfont.woff') format('woff'), url('fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype'), url('fonts/pfdindisplaypro-reg-webfont.svg#pf_dindisplay_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PF_DIN_bold';
  src: url('fonts/pfdindisplaypro-bold-webfont.eot');
  src: url('fonts/pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pfdindisplaypro-bold-webfont.woff') format('woff'), url('fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype'), url('fonts/pfdindisplaypro-bold-webfont.svg#pf_dindisplay_probold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'PF_DIN_regular', Helvetica;
  background: #efefef;
}
/*@green: #57068c;
@violet: #00985f;*/
#wrapper {
  /*visibility: hidden;*/
  /*width: 1000px;*/
  /*margin: 0 auto;*/
  position: relative;
  min-width: 1240px;
}
.map-container {
  height: 400px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-clip: content-box;
  background: #efefef;
}
#canvas {
  display: block;
  position: absolute;
  width: 1000px;
  height: 400px;
  left: 50%;
  margin-left: -500px;
  background: transparent;
  z-index: 1;
  margin-top: -20px;
  background: url(../images/map.png) 0px 0px;
}
.map {
  position: relative;
  margin: -20px auto;
  width: 1000px;
  /*height: 605px;
	background: url(../images/map.jpg) 0px -117px;*/
  height: 503px;
  /*background: url(../images/map.png) 0px 0px;*/
}
.map .map-point {
  position: absolute;
  /*background: url(../images/dot.png);*/
  background: rgba(0, 152, 95, 0.7);
  /*background: @green;*/
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  /*background: rgba(255,255,255,1);*/
  /*box-shadow: 0px 0px 1px 1px @green;*/
  /*opacity: 0;*/
  z-index: 1;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
  -webkit-transform: translateZ(0);
}
.map .map-point.visible {
  /*opacity: 1;*/
}
.map .map-point.hover {
  background: rgba(87, 6, 140, 0.5);
  -webkit-transform: scale(1.25);
  z-index: 2;
}
.map .map-point.selected {
  opacity: 1;
  background: rgba(87, 6, 140, 0.7);
  z-index: 2;
  -webkit-transform: scale(1.375);
}
.site {
  position: absolute;
  display: block;
  top: 360px;
  left: 20px;
  width: 147px;
  height: 15px;
  z-index: 10;
}
.site.wos {
  background: url(../images/logow.png);
}
.site.tp {
  background: url(../images/logot.png);
}
.popup {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  padding: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #00985f;
  z-index: 150;
  color: #fff;
  display: none;
  font-size: 14px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.popup a {
  color: #fff;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
  background: url(../images/popup-close.png) no-repeat center center;
  cursor: pointer;
}
.popup .close:hover {
  background-color: #57068c;
}
.popup .photo {
  height: 260px;
  width: 270px;
  padding: 15px;
  margin: 0 -15px -15px -15px;
  background: #eee;
  margin-top: 5px;
  background-size: cover;
  background-position: center center;
}
.popup .type {
  height: 25px;
  padding-bottom: 12px;
}
.popup .type.tweet {
  background: url(../images/twitter-ico.png) no-repeat left top;
}
.popup .type.instagram {
  background: url(../images/instagram-ico.png) no-repeat left top;
}
.popup .type a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-left: 40px;
  margin-top: 4px;
  font-size: 12px;
}
.popup .text {
  word-wrap: break-word;
}
.popup:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #00985f;
  left: 50%;
  top: 0;
  margin-top: -14px;
  margin-left: -14px;
  z-index: 160;
}
.timeline {
  position: absolute;
  height: 100px;
  width: 100%;
  z-index: 10;
  /*overflow: hidden;*/
  -webkit-transition: height 400ms ease 0s;
  -moz-transition: height 400ms ease 0s;
  -o-transition: height 400ms ease 0s;
  transition: height 400ms ease 0s;
  min-width: 1240px;
}
.timeline .go-to-map {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 152, 95, 0.9);
  line-height: 100px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
  z-index: 6;
}
.timeline .go-to-map.show {
  display: block;
}
.timeline .go-to-map:hover {
  opacity: 1;
}
.timeline .go-to-map:hover:before {
  opacity: 1;
}
.timeline .go-to-map:before {
  position: absolute;
  content: '';
  z-index: 20;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 30px solid rgba(0, 152, 95, 0.9);
  left: -30px;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.timeline > .container {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: margin-top 400ms ease 0s;
  -moz-transition: margin-top 400ms ease 0s;
  -o-transition: margin-top 400ms ease 0s;
  transition: margin-top 400ms ease 0s;
}
.timeline .bg {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
}
.timeline .bg.violet {
  background: #57068c;
  left: 0px;
}
.timeline .bg.violet:after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 30px solid #57068c;
  right: -30px;
  -webkit-transition: border 400ms ease 0s;
  -moz-transition: border 400ms ease 0s;
  -o-transition: border 400ms ease 0s;
  transition: border 400ms ease 0s;
}
.timeline .bg.green {
  background: #00985f;
  right: 0px;
  overflow: hidden;
}
.timeline .bg.green .available {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 301px;
  background: #00985f;
}
.timeline .line {
  position: absolute;
  left: 0px;
  top: 48px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
  -webkit-transition: top 400ms ease 0s;
  -moz-transition: top 400ms ease 0s;
  -o-transition: top 400ms ease 0s;
  transition: top 400ms ease 0s;
}
.timeline .realtime,
.timeline .past {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 4;
}
.timeline .past {
  left: 0px;
  right: auto;
}
.timeline .realtime .slider {
  position: absolute;
  background: url(../images/timeline.png) repeat-x 0px 23px;
  height: 36px;
  top: 21px;
  width: 423px;
  left: 80px;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.timeline .realtime .slider .ui {
  position: relative;
  width: 100%;
  top: 9px;
  -webkit-transform: translateZ(0);
}
.timeline .realtime .slider .ui-slider-horizontal {
  height: 36px;
}
.timeline .realtime .slider .ui-slider-handle {
  height: 36px !important;
  width: 107px !important;
  background-image: url(../images/drag.png);
  background-color: #57068c;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  cursor: pointer;
  top: 0px;
  margin-left: -53px;
  -webkit-transform: translateZ(0);
}
.timeline .realtime .slider .ui-slider-handle:hover .ui-date {
  opacity: 1;
}
.timeline .realtime .slider .ui-date {
  display: none;
  position: absolute;
  top: 0px;
  margin-top: 46px;
  background: #00985f;
  color: #fff;
  padding: 0 4px 3px 4px;
  font-size: 9px;
  width: 97px;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
}
.timeline .realtime .label {
  top: 55px;
}
.timeline .realtime .label.l1 {
  left: 0px;
}
.timeline .realtime .label.l2 {
  left: 146px;
  top: -13px;
}
.timeline .realtime .label.l3 {
  right: -18px;
}
.timeline .past .circles {
  position: relative;
  top: 37px;
  left: 190px;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.timeline .past .circle {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.timeline .past .circle .hint {
  /*display: block;
				width: 250px;
				padding: 0px 30px;
				position: absolute;
				top: 0px;
				left: 0px;
				background: @green;
				color: #ffffff;
				text-decoration: none;
				margin-top: -80px;
				overflow: hidden;
				height: 0;
				.border-radius(4px);*/
  display: block;
  width: 250px;
  text-align: center;
  padding: 4px;
  position: absolute;
  top: -46px;
  font-size: 12px;
  left: 0px;
  background: #57068c;
  color: #fff;
  opacity: 0;
  margin-left: -117px;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -webkit-font-smoothing: antialiased;
}
.timeline .past .circle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.timeline .past .circle.disabled {
  cursor: default;
  background: rgba(255, 255, 255, 0.15);
}
.timeline .past .circle.disabled:before {
  background: rgba(255, 255, 255, 0.3);
}
.timeline .past .circle.active {
  -webkit-transform: scale(1.416666) !important;
  -moz-transform: scale(1.416666) !important;
  transform: scale(1.416666) !important;
  background: #fff !important;
  cursor: default;
}
.timeline .past .circle.active:before {
  background: #00985f;
}
.timeline .past .circle.active:hover .hint {
  display: none;
}
.timeline .past .circle:hover:not(.disabled) {
  -webkit-transform: scale(1.16666);
  -moz-transform: scale(1.16666);
  transform: scale(1.16666);
  background: rgba(255, 255, 255, 0.6);
}
.timeline .past .circle:hover:not(.disabled) .hint {
  /*height: auto;*/
  /*padding: 15px 30px;*/
  opacity: 1;
}
.timeline .past .label {
  top: 76px;
  left: 186px;
}
.timeline .past .label.l1 {
  left: 17px;
}
.timeline .past .label.l2 {
  top: 8px;
}
.timeline .label {
  position: absolute;
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
  opacity: 1;
}
.timeline .menu {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 26px;
  border: 2px solid #fff;
  background: url(../images/timeline-menu.png) no-repeat -1px 0px;
  cursor: pointer;
  background-color: #00985f;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  z-index: 4;
}
.timeline .menu:hover {
  background-color: #57068c;
}
.timeline .menu.active {
  background-color: #57068c;
  background-position-y: -42px;
}
.timeline .menu.active:hover {
  background-color: #00985f;
}
.timeline.fixed {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  height: 56px;
}
.timeline.fixed .container {
  margin-top: -14px;
}
.timeline.fixed .line {
  top: 27px;
}
.timeline.fixed .label {
  opacity: 0;
}
.timeline.fixed .go-to-map {
  line-height: 56px;
}
.timeline.fixed .go-to-map:before {
  border-top: 56px solid transparent;
}
.timeline.fixed .violet:after {
  border-bottom: 56px solid transparent;
}
.timeline.fixed .project {
  top: 20px;
}
.timeline.fixed .project.show {
  top: 56px;
}
.timeline.fixed .hint {
  top: 32px !important;
  border-radius: 0px 0px 12px 12px !important;
  -moz-border-radius: 0px 0px 12px 12px !important;
  -webkit-border-radius: 0px 0px 12px 12px !important;
}
.timeline.fixed .ui-date {
  display: block !important;
}
.timeline.fixed .circles {
  top: 30px !important;
}
.timeline.fixed .menu {
  top: 18px;
}
.timeline.fixed .slider {
  top: 14px;
}
.timeline .project {
  position: absolute;
  top: 80px;
  width: 100%;
  background: #dcdcdc;
  color: #000;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0, 0.99, 0.51, 1.08) 0s;
  -moz-transition: all 400ms cubic-bezier(0, 0.99, 0.51, 1.08) 0s;
  -o-transition: all 400ms cubic-bezier(0, 0.99, 0.51, 1.08) 0s;
  transition: all 400ms cubic-bezier(0, 0.99, 0.51, 1.08) 0s;
  z-index: -1;
}
.timeline .project .container {
  width: 1220px;
  margin: 0 auto;
}
.timeline .project .text {
  font-size: 16px;
  line-height: 28px;
  width: 920px;
  padding-bottom: 30px;
}
.timeline .project .title {
  font-size: 70px;
  font-family: PF_DIN_thin;
  padding-bottom: 0px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.timeline .project.show {
  height: 253px;
  top: 100px;
}
.timeline-date {
  position: absolute;
  left: 64px;
  top: 0px;
  font-size: 16px;
  color: #57068c;
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
  opacity: 0;
  width: 130px;
  z-index: 17;
}
.timeline-date:before {
  content: '';
  position: absolute;
  top: 0px;
  margin-left: -10px;
  height: 430px;
  width: 1px;
  background: #57068c;
  box-shadow: 0px 0px 1px 0px rgba(87, 6, 140, 0.7);
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
}
.timeline-date.hover {
  opacity: 0.6;
}
.timeline-date.hover:before {
  opacity: 1;
}
.timeline-date.active {
  opacity: 1;
}
.timeline-date.active:before {
  opacity: 1;
}
.timeline-date.right {
  margin-left: -130px;
}
.timeline-date.right:before {
  margin-left: 120px;
}
.timeline-date.hide {
  opacity: 0!important;
}
.page .socials-by-date {
  position: relative;
  width: 1110px;
  margin: 30px auto;
  padding-bottom: 50px;
  min-height: 400px;
}
.page .socials-by-date .about .text {
  font-size: 16px;
  line-height: 30px;
  color: #57068c;
  width: 800px;
  padding-bottom: 30px;
}
.page .socials-by-date .about.hide {
  display: none;
}
.page .socials-by-date .title {
  font-size: 70px;
  font-family: PF_DIN_thin;
  padding-bottom: 0px;
  margin-bottom: 30px;
  color: #57068c;
}
.page .socials-by-date .preloader {
  position: absolute;
  width: 80px;
  height: 63px;
  background: url(../images/preloader.gif);
  margin-top: 30px;
  left: 50%;
  margin-left: -40px;
}
.page .socials-by-date .instagram {
  /*height: 450px;*/
}
.page .socials-by-date .twitter {
  margin-top: 45px;
  /*height: 120px;*/
}
.page .socials-by-date .twitter-image {
  margin-top: 45px;
}
.page .socials-by-date .tweet,
.page .socials-by-date .tweet-img {
  float: left;
  width: 260px;
  padding: 17px 20px 20px 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #00985f;
  color: #fff;
  font-size: 14px;
  margin-right: 23px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.page .socials-by-date .tweet a,
.page .socials-by-date .tweet-img a {
  color: #fff;
}
.page .socials-by-date .tweet .photo,
.page .socials-by-date .tweet-img .photo {
  height: 260px;
  height: 270px;
  padding: 20px;
  margin: 0 -20px -20px -20px;
  background: #eee;
  margin-top: 20px;
  background-size: cover;
  background-position: center center;
}
.page .socials-by-date .tweet .type,
.page .socials-by-date .tweet-img .type {
  background: url(../images/twitter-ico.png) no-repeat left top;
  height: 25px;
  padding-bottom: 12px;
}
.page .socials-by-date .tweet .type a,
.page .socials-by-date .tweet-img .type a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-left: 40px;
  margin-top: 4px;
  font-size: 12px;
}
.page .socials-by-date .tweet .text,
.page .socials-by-date .tweet-img .text {
  word-wrap: break-word;
}
.page .socials-by-date .tweet:nth-of-type(4),
.page .socials-by-date .tweet-img:nth-of-type(4) {
  margin-right: 0px;
}
.page .socials-by-date .tweet-img {
  width: 360px;
  height: 449px;
  margin-right: 15px;
}
.page .socials-by-date .tweet-img:nth-of-type(3) {
  margin-right: 0px;
}
.page .socials-by-date .tweet {
  height: 175px;
}
.page .socials-by-date .insta {
  float: left;
  width: 360px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  margin-right: 15px;
}
.page .socials-by-date .insta iframe {
  display: block;
}
.page .socials-by-date .insta:nth-of-type(3) {
  margin-right: 0px;
}
/***************************************/
/***************************************/
/***************************************/
body {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.page {
  width: 1200px;
  position: relative;
  margin: 0 auto !important;
  z-index: 1;
  padding-top: 100px;
  /*caption*/
  /*mono18*/
  /*gothic22*/
}
.page > .container {
  padding-bottom: 70px;
}
.page .body {
  position: relative;
  font-family: PTSerif-Regular !important;
  font-size: 16px !important;
}
.page h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
.page .object {
  position: absolute;
  z-index: 5;
}
.page .object .share-it {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  text-align: center;
  padding: 5px 0 0 0;
}
.page .object .share-it .button {
  cursor: pointer;
  display: inline-block;
}
.page .object .share-it .button[data-social="vk"] {
  background: url(../images/ui/shares/vk.png);
}
.page .object .share-it .button[data-social="vk"]:hover {
  background: url(../images/ui/shares/vk_hover.png);
}
.page .object .share-it .button[data-social="fb"] {
  background: url(../images/ui/shares/fb.png);
}
.page .object .share-it .button[data-social="fb"]:hover {
  background: url(../images/ui/shares/fb_hover.png);
}
.page .object .share-it .button[data-social="tw"] {
  background: url(../images/ui/shares/tw.png);
}
.page .object .share-it .button[data-social="tw"]:hover {
  background: url(../images/ui/shares/tw_hover.png);
}
.page .object:hover .share-it {
  display: block;
}
.page .right-column {
  position: absolute;
  float: none;
  right: 30px;
  top: 60px;
  z-index: 999;
}
.page p {
  /*margin: 0px;*/
  margin-top: 0;
  margin-bottom: 1em;
}
.page a {
  color: #0782C1;
}
.page .text-left {
  text-align: left;
}
.page .text-right {
  text-align: right;
}
.page .text-center {
  text-align: center;
}
.page .text-bold {
  font-weight: bold;
}
.page .text-italic {
  font-style: italic;
}
.page .style_1 {
  font-size: 12px;
  line-height: 15px;
  font-family: PTSansPro-Caption;
}
.page .style_2 {
  font-size: 18px;
  line-height: 25px;
  font-family: MonoCondensed-Bold;
}
.page .style_3 {
  font-size: 22px;
  line-height: 24px;
  font-family: Gothic725BlkBT;
}
.page .object[data-type="image"] .content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .object[data-type="image"] img {
  display: block;
  width: 100%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.page .object[data-type="showcount"] {
  z-index: 20;
}
.page .object[data-type="sharesinline"] {
  z-index: 20;
}
.page .object[data-type="embed"] .content {
  height: 100%;
}
.page .object[data-type="embed"] iframe {
  display: block;
}
.page .object[data-type="end"] {
  display: none !important;
}
.page .object.slider {
  overflow: hidden;
}
.page .object.slider .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page .new-slider-arrow-l {
  position: absolute;
  width: 30px;
  background: url('../images/arrow_left.png') no-repeat center center;
  cursor: pointer;
  z-index: 100;
}
.page .new-slider-arrow-r {
  position: absolute;
  width: 30px;
  background: url('../images/arrow_right.png') no-repeat center center;
  cursor: pointer;
  z-index: 100;
}
.page .post-data {
  font-family: PTSansPro-Caption;
  font-size: 12px;
  color: #000;
}
.page .post-data .field {
  padding-bottom: 10px;
}
.page .post-data .data a {
  display: inline-block;
  color: #03b2d9;
  text-decoration: underline;
  cursor: pointer;
}
.page .item.views {
  font-family: PTSansPro-Caption;
  font-size: 12px;
  display: inline-block;
  padding-left: 22px;
  background: url(../images/ui/ico-views.png) no-repeat left center;
  padding-right: 20px;
}
.page .item.comments {
  font-family: PTSansPro-Caption;
  font-size: 12px;
  display: inline-block;
  padding-left: 22px;
  background: url(../images/ui/ico-comments.png) no-repeat left center;
}
.page .social-share.inline a {
  text-decoration: none !important;
}
.page .social-share.inline .count {
  position: static !important;
  margin-top: 1px !important;
  top: 0px !important;
  text-align: left !important;
}
.page .social-share.inline .fb {
  margin-right: 50px;
}
.page .social-share.inline .fb .count {
  margin-left: 90px;
}
.page .social-share.inline .vk {
  margin-right: 42px;
}
.page .social-share.inline .vk .count {
  margin-left: 90px;
}
.page .social-share.inline .tw {
  margin-right: 40px;
}
.page .social-share.inline .tw .count {
  margin-left: 83px;
}
.page .social-share.inline .sb .count {
  margin-left: 73px;
}
.page .float-left {
  float: left;
}
.page .column.w50 img {
  width: 100%;
  height: auto;
}
.page .actual-size {
  width: auto !important;
  height: auto !important;
}
.cc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.cc div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*-webkit-transition: background 0.5s linear;
		-moz-transition: background 0.5s linear;
		-o-transition: background 0.5s linear;
		transition: background 0.5s linear;*/
}
.cc .z1 {
  z-index: 0;
}
.cc .z0 {
  z-index: -1;
}
#logo {
  width: 430px;
  height: 430px;
  position: absolute;
  top: -135px;
  left: -135px;
  z-index: 120;
  display: block;
}
#logo .bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #00985f;
  opacity: 0.9;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-clip: padding-box;
}
#logo .name {
  display: none;
  position: absolute;
  width: 240px;
  height: 240px;
  top: 150px;
  left: 145px;
  background: url(../images/logo.png);
  z-index: 2;
}
#logo .logo {
  display: none;
  position: absolute;
  width: 72px;
  height: 72px;
  top: 220px;
  left: 390px;
  background: url(../images/megafon.png);
  z-index: 3;
}
.history {
  position: relative;
  width: 950px;
  margin: 30px auto;
}
.history > .title {
  font-family: PF_DIN_thin;
  font-size: 70px;
  font-weight: 200;
  padding-bottom: 6px;
  color: #57068c;
  border-bottom: 2px solid #b3a3b6;
  text-align: center;
}
.history .center {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 87px;
  left: 50%;
  margin-left: -1px;
  background: #b3a3b6;
}
.history .left,
.history .right {
  position: relative;
  float: left;
  width: 475px;
}
.history .right {
  padding-top: 108px;
}
.history .material {
  position: relative;
  display: block;
  float: left;
  width: 440px;
  height: 170px;
  margin-bottom: 46px;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.history .material i {
  position: absolute;
  display: block;
  height: 1px;
  width: 60px;
  right: -36px;
  top: 50%;
  background: #57068c;
  z-index: 1;
}
.history .material i:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #57068c;
  right: 0px;
  margin: -6px;
}
.history .material .container {
  width: 100%;
  height: 100%;
  background: url(http://lorempixel.com/440/200/sports/1);
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.history .material .title {
  float: right;
  width: 170px;
  height: 170px;
  background: #57068c;
  padding: 0;
  margin: 0;
  text-align: center;
  display: table;
  z-index: 2;
  position: relative;
}
.history .material .title span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.history .material .photo {
  float: left;
  width: 270px;
  height: 100%;
  background: url(http://lorempixel.com/440/200/sports/1);
}
.history .material.tp {
  float: right;
}
.history .material.tp i {
  left: -36px;
  background: #00985f;
}
.history .material.tp i:after {
  left: 0px;
  background: #00985f;
}
.history .material.tp .title {
  float: left;
  background: #00985f;
}
.history .material.tp .photo {
  float: right;
}
.history .material.tp:hover .container {
  margin-left: 20px;
}
.history .material:hover .container {
  margin-left: -20px;
}
.history .material.disabled {
  cursor: default;
  opacity: 0.5;
  display: none;
}
.history .material.disabled .title {
  background: #919191 !important;
}
.history .material.disabled i {
  background: #919191 !important;
}
.history .material.disabled i:after {
  background: #919191 !important;
}
.history .material.disabled:hover .container {
  margin-left: 0px !important;
}
.social-share {
  position: fixed;
  right: 0px;
  top: 100px;
  padding: 15px;
  border-radius: 33px 0px 0px 33px;
  -moz-border-radius: 33px 0px 0px 33px;
  -webkit-border-radius: 33px 0px 0px 33px;
  background: #fff;
  z-index: 122;
}
.social-share a {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/social.png);
  margin-bottom: 15px;
}
.social-share a.vk {
  background-position: 0px 0px;
}
.social-share a.vk:hover {
  background-position: -28px 0px;
}
.social-share a.fb {
  background-position: 0px -27px;
}
.social-share a.fb:hover {
  background-position: -28px -27px;
}
.social-share a.tw {
  background-position: 0px -55px;
}
.social-share a.tw:hover {
  background-position: -28px -55px;
}
.social-share a:last-of-type {
  margin-bottom: 0px;
}
.olympic {
  display: block;
  position: absolute;
  top: 300px;
  right: 18px;
  width: 265px;
  height: 86px;
  z-index: 15;
  background: url(../images/olympic_color.png) no-repeat right center;
  /*background-color: fadeout(#efefef, 20%);*/
  border-radius: 33px 0px 0px 0px;
  -moz-border-radius: 33px 0px 0px 0px;
  -webkit-border-radius: 33px 0px 0px 0px;
}
.olympic.white {
  background: url(../images/olympic_white.png) no-repeat right center;
  background-color: transparent;
  z-index: 120;
}
.guide {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.guide .mask {
  position: relative;
  margin: 0 auto;
  width: 1240px;
  height: 600px;
  background: url(../images/black.png);
}
.guide .mask p {
  display: none;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.guide .mask .label {
  position: absolute;
  z-index: 2;
}
.guide .mask .label p {
  width: 212px;
  margin-left: 30px;
}
.guide .mask .label i {
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 31px;
  height: 86px;
  background: url(../images/pin1.png);
}
.guide .mask .label.l1 {
  top: 295px;
  left: 223px;
}
.guide .mask .label.l2 {
  top: 270px;
  left: 730px;
}
.guide .mask .label.l2 i {
  top: 70px;
}
.guide .mask .label.l3 {
  top: 30px;
  left: 750px;
}
.guide .mask .label.l3 p {
  margin-left: 70px;
  margin-top: 120px;
}
.guide .mask .label.l3 i {
  width: 52px;
  height: 96px;
  background: url(../images/pin2.png);
}
.guide .mask .desc {
  display: none;
  position: absolute;
  top: 150px;
  left: 385px;
  width: 285px;
  text-align: center;
  z-index: 2;
}
.guide .mask .start {
  display: none;
  position: absolute;
  top: 30px;
  left: 420px;
  width: 200px;
  height: 107px;
  background: url(../images/start.png);
  cursor: pointer;
  z-index: 2;
}
.guide .left {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1620px;
  width: 1000px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.guide .right {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 619px;
  width: 1000px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.guide .bottom {
  position: absolute;
  left: 50%;
  margin-left: -620px;
  top: 600px;
  width: 1239px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.guide .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 564px;
  background: url(../images/bg.png) repeat-x;
  z-index: 1;
}
.no-scroll {
  overflow: hidden;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #efefef url(../images/loading.jpg) no-repeat center center;
  z-index: 200;
}
/***************************************/
/***************************************/
/***************************************/
/*! jQuery UI - v1.9.2 - 2012-12-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  outline: none;
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  outline: none;
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #05985f;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #05985f, 0 0 5px #05985f;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #05985f;
  border-left-color: #05985f;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
