@import "../fonts/osans.css";
@import "../fonts/font_awesome/css/font-awesome.css";
/*
	Open Sans, 300, 300 italic, 400, 400 italic, 600, 600 italic, 700, 700 italic, 800, 800 italic
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font: 13px/18px 'OpenSansRegular', sans-serif;
  color: #676767;
  width: 100%;
  min-width: 1170px;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: auto !important;
  height: 100%;
}
.centered {
  width: 1170px;
  margin: 0 auto;
}
.centered.special {
  width: 60.5%;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.uLogin span {
  font-family: 'OpenSansLightRegular';
  color: #8f8f8f;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.uLogin a {
  display: inline-block;
  color: #898989;
  font-size: 18px;
  padding: 12px 0 11px;
  text-align: center;
  width: 49px;
  border-right: 1px solid #d4d4d4;
}
.uLogin a.first {
  border-left: 1px solid #d4d4d4;
  margin-left: 7px;
}
.uLogin a:hover {
  opacity: 1!important;
  color: #fff;
}
.uLogin a:hover.google-plus {
  background: #ff786d;
}
.uLogin a:hover.twitter {
  background: #84d5f7;
}
.uLogin a:hover.facebook {
  background: #0e4796;
}
.uLogin a:hover.vk {
  background: #3c779f;
}
.uLogin a.qwel:hover {
  text-decoration: none;
  background: #2a6896;
  font-weight: bold;
}
/* Header
-----------------------------------------------------------------------------*/
header {
  height: 145px;
}
header #user-menu {
  height: 42px;
  background: #f7f7f7;
}
header #user-menu .user-info {
  color: #3e3d3d;
  font-family: 'OpenSansBold';
}
header #user-menu .user-info img,
header #user-menu .user-info span {
  vertical-align: middle;
}
header #user-menu .user-info span {
  margin-left: 13px;
}
header #user-menu .user-info .guest {
  background: #dad9d7;
  padding-right: 13px;
}
header #user-menu .auth-block {
  height: 42px;
  border-left: 1px solid #d4d4d4;
  padding-left: 12px;
}
header #user-menu .auth-block .logout-link {
  margin-right: 12px;
  font-family: 'OpenSansBold';
  color: #3e3d3d;
  position: relative;
  top: 11px;
  font-size: 13px;
}
header #user-menu .auth-block .uLogin {
  margin-right: -2px;
}
header #user-menu .search-form {
  background: #005899;
  padding: 12px 15px 11px 19px;
}
header #user-menu .search-form input[type=text] {
  font-family: 'OpenSansItalic';
  background: #005899;
  border: none;
  width: 80px;
  outline: none!important;
  font-size: 13px;
  color: #fff;
  margin-right: 5px;
}
header #user-menu .search-form .fa {
  font-size: 14px;
  color: #ffc805;
  cursor: pointer;
}
header #top-menu {
  padding-top: 24px;
  height: 66px;
  margin-bottom: 15px;
}
header #top-menu ul {
  margin-top: 25px;
}
header #top-menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-family: 'OpenSansBold';
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 18px;
  padding-bottom: 5px;
  margin-right: 43px;
}
header #top-menu ul li a {
  color: #a7a7a7;
  text-decoration: none;
}
header #top-menu ul li:hover {
  border-bottom: 2px solid #ffb800;
}
header #top-menu ul li.active {
  color: #005899;
  border-bottom: 2px solid #ffb800;
}
header #top-menu ul li:last-child {
  margin-right: 0;
  padding: 0 16px;
  background: #bbb;
}
header #top-menu ul li:last-child a {
  color: #fff;
}
.developers {
  visibility: hidden;
  height: 0;
}
/* Middle
-----------------------------------------------------------------------------*/
.big-top-block,
.big-bottom-block {
  position: relative;
}
.big-top-block img,
.big-bottom-block img {
  width: 100%;
}
.big-top-block .line,
.big-bottom-block .line {
  background: #ffc805;
  padding: 32px 0 38px;
  color: #fff;
}
.big-top-block .line h1,
.big-bottom-block .line h1 {
  margin-top: 0;
  font-size: 21px;
  color: #005899;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
}
.big-top-block .line h5,
.big-bottom-block .line h5 {
  font-family: 'OpenSansSemiboldRegular';
  font-size: 14px;
  color: #005899;
  margin-bottom: 0;
}
.big-top-block .video,
.big-bottom-block .video {
  position: absolute;
  font-size: 150px;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -75px;
}
.big-top-block .video a,
.big-bottom-block .video a {
  color: rgba(255, 255, 255, 0.5);
}
.big-top-block .video a:hover,
.big-bottom-block .video a:hover {
  color: #fff;
}
.casting-link {
  text-transform: uppercase;
  font-family: 'OpenSansExtraboldRegular';
  color: #fff;
  background: #005899;
  border: 1px solid #fff;
  display: inline-block;
  width: 268px;
  text-align: center;
  padding: 17px 0;
}
.casting-link:hover {
  color: #005899;
  background: #fff;
  border-color: #005899;
  text-decoration: none;
}
#content {
  padding: 0 0 100px;
}
#content .left-column {
  width: 770px;
}
#content .right-column {
  width: 370px;
}
#content .right-column .last-news-widget,
#content .right-column .last-target-video-widget {
  margin-top: 30px;
}
#content .right-column .last-news-widget .item,
#content .right-column .last-target-video-widget .item {
  margin-bottom: 40px;
}
#content .right-column .last-news-widget .item:last-child,
#content .right-column .last-target-video-widget .item:last-child {
  margin-bottom: 0;
}
#content .right-column .last-news-widget .item .title,
#content .right-column .last-target-video-widget .item .title {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#content .right-column .last-news-widget .item .title i.fa,
#content .right-column .last-target-video-widget .item .title i.fa {
  left: 147px;
  top: 45px;
  z-index: 1;
  position: absolute;
  font-size: 95px;
  color: rgba(137, 137, 137, 0.7);
  padding: 0;
  line-height: 85px;
}
#content .right-column .last-news-widget .item .desc,
#content .right-column .last-target-video-widget .item .desc {
  padding-left: 25px;
}
#content .right-column .last-news-widget .item a.title {
  text-align: left;
  color: #3e3d3d;
  font-size: 15px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
}
#content .right-column .last-news-widget .item a.title img {
  display: block;
  margin-bottom: 30px;
}
#content .right-column .last-news-widget .item .people {
  color: #969696;
  font-family: 'OpenSansLightRegular';
  margin: 5px 0 10px;
}
#content .right-column .last-news-widget .item .desc {
  color: #676767;
  padding-left: 0;
}
#content .right-column .last-news-widget .item .more-data {
  background: none;
  border: 1px solid #005899;
  color: #005899;
}
#content .right-column .last-news-widget .item .more-data:hover {
  color: #fff;
  background: #005899;
}
#content #page-title {
  margin-top: 12px;
  border-bottom: 1px solid #005899;
  font-size: 17px;
  padding-bottom: 14px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #3e3d3d;
  font-family: 'OpenSansBold';
  position: relative;
}
#content #page-title:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: -1px;
  width: 100px;
  display: block;
  border-bottom: 1px solid #ffc805;
}
#content .big-top-block {
  margin-bottom: 80px;
}
#content .content-block {
  margin-top: 25px;
}
#content .content-block.margin-bottom {
  margin-bottom: 40px;
}
#content .content-block:first-child {
  margin-top: 0;
}
#content .content-block .more-data,
#content .content-block .submit-btn {
  font-size: 15px;
  color: #ffc805;
  font-family: 'OpenSansSemiboldRegular';
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ffc805;
  padding: 14px 41px;
  margin-top: 20px;
  background: #fcf8eb;
}
#content .content-block .more-data:hover,
#content .content-block .submit-btn:hover {
  color: #fcf8eb;
  border-color: #fcf8eb;
  background: #ffc805;
  text-decoration: none;
}
#content .content-block .block-title {
  border-bottom: 1px solid #005899;
  font-size: 17px;
  margin-top: 0;
  padding-bottom: 14px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #3e3d3d;
  font-family: 'OpenSansBold';
  position: relative;
}
#content .content-block .block-title:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: -1px;
  width: 100px;
  display: block;
  border-bottom: 1px solid #ffc805;
}
#content .content-block .block-title .total-counter {
  position: absolute;
  right: 0;
  top: 1px;
  text-transform: none;
  font-size: 12px;
  font-family: 'OpenSansLightRegular';
}
#content .content-block .people-list,
#content .content-block .photo-list {
  margin-right: -30px;
}
#content .content-block .people-list .item,
#content .content-block .photo-list .item {
  float: left;
  width: 270px;
  margin-bottom: 40px;
  margin-right: 30px;
}
#content .content-block .people-list .item img,
#content .content-block .photo-list .item img {
  width: 270px;
  margin-bottom: 25px;
}
#content .content-block .people-list .item a,
#content .content-block .photo-list .item a {
  text-transform: uppercase;
  font-family: 'OpenSansBold';
  font-size: 15px;
  color: #3e3d3d;
}
#content .content-block .people-list .item .counters,
#content .content-block .photo-list .item .counters {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 11px;
  font-size: 15px;
  font-family: 'OpenSansBold';
}
#content .content-block .people-list .item {
  height: 505px;
}
#content .content-block .people-list .item .speciality {
  margin: 11px 0 13px;
  display: block;
  line-height: 13px;
  color: #969696;
  height: 30px;
  font-family: 'OpenSansLightRegular';
}
#content .content-block .people-list .item .short-desc {
  color: #676767;
  height: 72px;
}
#content .content-block .people-list .item .counters {
  text-align: center;
}
#content .content-block .people-list .item .counters span:nth-child(2) {
  margin: 0 30px;
}
#content .content-block .people-list.demo-style .item {
  float: none;
}
#content .content-block .people-list.demo-style .item.participant {
  width: auto;
}
#content .content-block .people-list.demo-style .item.participant .to-left {
  width: 270px;
}
#content .content-block .people-list.demo-style .item.participant .to-right {
  width: 500px;
  margin-left: 25px;
}
#content .content-block .people-list.demo-style .item.participant .to-right .short-desc {
  text-align: justify;
  height: 72px;
}
#content .content-block .people-list.conversion-list .item .participant span {
  display: inline-block;
  height: 36px;
}
#content .content-block .people-list.conversion-list .item .participant:hover span {
  text-decoration: underline;
}
#content .content-block .photo-list .item .img {
  position: relative;
}
#content .content-block .photo-list .item .img .desc {
  position: absolute;
  bottom: 25px;
}
#content .content-block .photo-list .item .img .desc .to-left {
  width: 220px;
  height: 67px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 12px;
}
#content .content-block .photo-list .item .img .desc .to-left h6 {
  margin: 0;
  font-family: 'OpenSansBold';
  font-size: 12px;
  color: #fff;
}
#content .content-block .photo-list .item .img .desc .to-left .date {
  margin: 16px 0 0;
  font-family: 'OpenSansLightRegular';
  font-size: 11px;
  color: #a7a7a7;
}
#content .content-block .photo-list .item .img .desc .to-right {
  height: 67px;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #ffc805;
  padding-top: 10px;
  font-size: 11px;
  font-family: 'OpenSansBold';
}
#content .content-block .photo-list .item .date {
  color: #676767;
  margin-top: 8px;
}
#content .content-block .photo-list .item .counters span:first-child {
  float: left;
}
#content .content-block .photo-list .item .counters span:last-child {
  float: right;
}
#content .content-block .photo-list .item .counters.default-view {
  text-align: center;
}
#content .content-block .photo-list .item .counters.default-view span {
  float: none;
  clear: both;
}
#content .content-block .photo-list .item .counters.default-view span:nth-child(2) {
  margin: 0 30px;
}
#content .content-block .photo-list .item a {
  text-decoration: underline;
}
#content .content-block .photo-list .item a:hover {
  text-decoration: none;
}
#content .content-block .photo-list .list-view .item h4 {
  text-transform: uppercase;
  font-family: 'OpenSansBold';
  font-size: 15px;
  color: #3e3d3d;
  margin: 0;
  height: 36px;
}
#content .content-block .photo-list .list-view .item .short-desc {
  margin: 11px 0 13px;
  display: block;
  line-height: 16px;
  color: #969696;
  height: 30px;
  font-family: 'OpenSansLightRegular';
}
#content .content-block .photo-list .list-view .item .desc {
  color: #676767;
  height: 72px;
}
#content .content-block.gallery-index .photo-list .list-view .item {
  height: 380px;
}
#content .content-block.gallery-index .photo-list .list-view .item .desc {
  height: 67px;
}
#content .content-block .small-news-list .item {
  background: #fcf8eb;
  padding: 13px 9px;
  margin-bottom: 5px;
  border: 1px solid #ffc805;
}
#content .content-block .small-news-list .item .photo,
#content .content-block .small-news-list .item .text {
  display: inline-block;
  vertical-align: top;
}
#content .content-block .small-news-list .item .photo {
  margin-right: 16px;
}
#content .content-block .small-news-list .item .photo img {
  display: block;
  border: 1px solid #3e3d3d;
  box-shadow: 1px 3px 2px #a9a9a9;
}
#content .content-block .small-news-list .item .text {
  width: 635px;
  color: #3e3d3d;
}
#content .content-block .small-news-list .item .text .title {
  color: #3e3d3d;
  font-family: 'OpenSansBold';
}
#content .content-block .small-news-list .item .text-right a {
  color: #4286b1;
}
#content .tabs-block ul.tabs {
  height: 28px;
  line-height: 25px;
}
#content .tabs-block ul.tabs li {
  display: inline-block;
  margin: 0 1px -1px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 13px;
  padding: 11px 26px 12px;
  text-transform: uppercase;
  color: #005899;
  border: 1px solid #ffc805;
  background: #fcf8eb;
  margin-right: -4px;
}
#content .tabs-block ul.tabs li.current {
  background: #c4c4c4;
  color: #fff;
}
#content .tabs-block ul.tabs.demo-style li {
  padding: 11px 57.5px 12px;
}
#content .tabs-block .box {
  display: none;
}
#content .tabs-block .box.visible {
  display: block;
}
#content .twitter-widget .fa {
  color: #84d5f7;
  font-size: 22px;
  margin-right: 10px;
}
#content .twitter-widget .timeline-header {
  display: none!important;
}
#content .twitter-widget .block-title {
  padding-bottom: 11px;
}
#content .video-block {
  background: #222222;
  padding: 10px;
}
#content .video-block .frame {
  width: 760px;
}
#content .video-block .playlist {
  width: 360px;
}
#content .video-block .playlist .chanel-drop {
  margin-bottom: 17px;
}
#content .video-block .playlist .list {
  height: 432px;
  overflow: hidden;
}
#content .video-block .playlist .list .item {
  list-style: none;
  padding: 5px;
  background: #3b3b3b;
  margin-bottom: 20px;
}
#content .video-block .playlist .list .item a {
  color: #fff;
  font-family: 'OpenSansBold';
}
#content .video-block .playlist .list .item a img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#content .video-block .playlist .list .item a span {
  display: inline-block;
  width: 170px;
}
#content .video-block .playlist .list .item a:hover span {
  text-decoration: underline;
}
#content .video-block .playlist .list .item.more a {
  display: block;
  text-align: center;
  height: 83px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 30px;
  text-decoration: none;
}
#content .video-block .playlist .list .item.more a:hover {
  background: #555555;
}
#content .video-block .playlist .list-arrows .list-btn {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #1d88d7;
  font-size: 18px;
  padding-top: 5px;
  cursor: pointer;
}
#content .video-block .playlist .list-arrows .list-btn:hover {
  background: #42a0e5;
}
#content .video-block .playlist .list-arrows .list-btn.disabled {
  background: #3b3b3b!important;
  cursor: default;
}
#content .video-block .playlist .chosen-container {
  margin-bottom: 7px;
  float: left;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
}
#content .video-block .playlist .chosen-container .chosen-single {
  height: 30px;
  border: none;
  border-radius: 0;
  background: #1d88d7;
  box-shadow: none;
  color: #fff;
}
#content .video-block .playlist .chosen-container .chosen-single span {
  line-height: 30px;
}
#content .video-block .playlist .chosen-container .chosen-single > div {
  background: #005899;
  width: 30px;
}
#content .video-block .playlist .chosen-container .chosen-single > div b {
  width: 10px;
  margin: 4px auto 0;
}
#content .video-block .playlist .chosen-container .chosen-drop {
  border-radius: 0;
  border: none;
  background: rgba(18, 76, 121, 0.7);
}
#content .video-block .playlist .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
#content .video-block .playlist .chosen-container .chosen-drop .chosen-results li {
  color: #fff;
  border-bottom: 1px solid #d2d782;
}
#content .video-block .playlist .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #1d88d7;
}
#content .video-index {
  margin-top: 12px!important;
}
#content .video-index .block-title {
  margin-bottom: 30px;
}
#content .video-index .list-view .item {
  display: inline-block;
  vertical-align: top;
  width: 383px;
  margin-bottom: 20px;
}
#content .video-index .list-view .item a {
  color: #3e3d3d;
  font-family: 'OpenSansBold';
}
#content .video-index .list-view .item a span,
#content .video-index .list-view .item a img {
  display: inline-block;
  vertical-align: top;
}
#content .video-index .list-view .item a img {
  vertical-align: top;
  margin-right: 19px;
  width: 170px;
  height: 107px;
}
#content .video-index .list-view .item a span {
  width: 180px;
}
#content .video-index .list-view .item a:hover span {
  text-decoration: underline;
}
#content .video-index .chanel-list .block-title {
  margin-bottom: 21px;
}
#content .video-index .chanel-list ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'OpenSansBold';
  border-bottom: 1px solid #f1f1f1;
}
#content .video-index .chanel-list ul li a,
#content .video-index .chanel-list ul li span {
  display: inline-block;
  padding: 5px 0;
}
#content .video-index .chanel-list ul li a {
  color: #3e3d3d;
}
#content .expert-view .big-top-block,
#content .participant-view .big-top-block {
  min-width: 1190px;
  position: relative;
}
#content .expert-view .big-top-block .vote-block,
#content .participant-view .big-top-block .vote-block {
  position: absolute;
  top: 46%;
  line-height: 39px;
}
#content .expert-view .big-top-block .vote-block .vote-btn,
#content .participant-view .big-top-block .vote-block .vote-btn,
#content .expert-view .big-top-block .vote-block .counter,
#content .participant-view .big-top-block .vote-block .counter {
  display: block;
  vertical-align: top;
}
#content .expert-view .big-top-block .vote-block .vote-btn,
#content .participant-view .big-top-block .vote-block .vote-btn {
  height: 70px;
  overflow: hidden;
}
#content .expert-view .big-top-block .vote-block .vote-btn a,
#content .participant-view .big-top-block .vote-block .vote-btn a {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  width: 230px;
  text-align: center;
  text-decoration: none;
  padding: 15px 0 14px;
  border: 1px solid #fff;
  background: #005899;
}
#content .expert-view .big-top-block .vote-block .vote-btn a:hover,
#content .participant-view .big-top-block .vote-block .vote-btn a:hover {
  background: #fff;
  color: #005899;
  border: 1px solid #005899;
}
#content .expert-view .big-top-block .vote-block .counter,
#content .participant-view .big-top-block .vote-block .counter {
  background: #fff;
  padding: 15px 30px;
  color: #005899;
  text-transform: uppercase;
  font-size: 42px;
}
#content .expert-view .big-top-block .vote-block .counter i,
#content .participant-view .big-top-block .vote-block .counter i {
  font-size: 32px;
  position: relative;
  top: -4px;
}
#content .expert-view .big-top-block .video,
#content .participant-view .big-top-block .video {
  position: absolute;
  font-size: 150px;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -75px;
}
#content .expert-view .big-top-block .video a,
#content .participant-view .big-top-block .video a {
  color: rgba(255, 255, 255, 0.5);
}
#content .expert-view .big-top-block .video a:hover,
#content .participant-view .big-top-block .video a:hover {
  color: #fff;
}
#content .participant-view .about-block .columns .to-left {
  width: 670px;
}
#content .participant-view .about-block table tr td {
  vertical-align: top;
  line-height: 20px;
}
#content .participant-view .about-block table tr td:first-child {
  font-family: 'OpenSansSemiboldRegular';
  color: #676767;
}
#content .participant-view .about-block table tr td:first-child img {
  margin-right: 30px;
  margin-bottom: 5px;
}
#content .participant-view .about-block table tr td h4 {
  font-family: 'OpenSansBold';
  color: #3e3d3d;
  font-size: 17px;
  margin: 0 0 11px;
  text-transform: uppercase;
}
#content .participant-view .about-block table tr td .about-text {
  text-align: justify;
  font-family: 'OpenSansLightRegular';
  color: #676767;
}
#content .participant-view .about-block .time-line {
  width: 470px;
}
#content .participant-view .about-block .time-line .title {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  background: #a9a9a9;
  padding: 10px 18px;
}
#content .participant-view .about-block .time-line ul {
  background: #f6f6f6;
  padding: 35px 35px 20px 20px;
}
#content .participant-view .about-block .time-line ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
  border-left: 1px solid #005899;
  padding-bottom: 40px;
  margin-left: 130px;
}
#content .participant-view .about-block .time-line ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #005899;
  left: -3px;
  top: 6px;
}
#content .participant-view .about-block .time-line ul li .date {
  width: 110px;
  text-align: right;
  display: block;
  position: absolute;
  left: -130px;
}
#content .participant-view .about-block .time-line ul li .line-title {
  margin: 0 0 8px;
  padding-top: 1px;
  font-family: 'OpenSansSemiboldRegular';
  color: #676767;
  font-size: 13px;
}
#content .participant-view .about-block .time-line ul li .desc {
  font-family: 'OpenSansLightRegular';
  color: #676767;
}
#content .participant-view .about-block .time-line ul li:first-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 6px;
  background: #f6f6f6;
  left: -1px;
  top: 0;
}
#content .participant-view .about-block .time-line ul li:last-child {
  border: none;
  padding-bottom: 0;
}
#content .participant-view .about-block .time-line ul li:last-child:before {
  left: -2px;
}
#content .participant-view .about-block .time-line ul li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 7px;
  background: #005899;
  left: 0;
  top: 0;
}
#content .participant-view .about-block .time-line ul li.one-item:after {
  display: none;
}
#content .expert-view #comment_block > h2 {
  margin-top: 0;
  margin-bottom: 17px;
}
#content .expert-view .work-list-map {
  position: relative;
}
#content .expert-view .work-list-map .map-block {
  height: 90px;
  position: relative;
  overflow: hidden;
}
#content .expert-view .work-list-map .map-block .hint {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background: rgba(224, 214, 213, 0.5);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  color: #005899;
  font-family: 'OpenSansBold';
  text-align: center;
  padding: 12px 0;
}
#content .expert-view .work-list-map .toggle {
  bottom: 0;
  width: 100%;
  border-top: 1px solid #005899;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  height: 9px;
}
#content .expert-view .work-list-map .toggle:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 5px solid #005899;
  position: relative;
  top: -9px;
}
#content .expert-view .work-list-map .toggle.open:after {
  top: -15px;
  border-top: none;
  border-bottom: 5px solid #005899;
}
#content .expert-view .about-block .columns {
  margin-top: 35px;
}
#content .expert-view .about-block .columns > div:first-child {
  width: 500px;
}
#content .expert-view .about-block .columns > div:last-child {
  width: 635px;
}
#content .expert-view .about-block .columns .title {
  font-size: 15px;
  color: #3e3d3d;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  margin: 0 0 24px;
}
#content .expert-view .about-block .columns .about-text ul li {
  list-style: none;
  margin-bottom: 15px;
}
#content .expert-view .about-block .columns .about-text ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #005899;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-right: 18px;
  position: relative;
  top: -1px;
}
#content .expert-view .about-block .columns .about-text ul li:last-child {
  margin-bottom: 0;
}
#content .expert-view .about-block .columns .time-line .title {
  margin-left: 130px;
}
#content .expert-view .about-block .columns .time-line ul {
  margin-left: 100px;
}
#content .expert-view .about-block .columns .time-line ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
  border-left: 1px solid #005899;
  padding-bottom: 40px;
}
#content .expert-view .about-block .columns .time-line ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #005899;
  left: -3px;
  top: 6px;
}
#content .expert-view .about-block .columns .time-line ul li .date {
  width: 80px;
  text-align: right;
  display: block;
  position: absolute;
  left: -100px;
}
#content .expert-view .about-block .columns .time-line ul li .line-title {
  margin: 0 0 8px;
  padding-top: 1px;
  font-family: 'OpenSansSemiboldRegular';
  color: #676767;
  font-size: 13px;
}
#content .expert-view .about-block .columns .time-line ul li .desc {
  font-family: 'OpenSansLightRegular';
  color: #676767;
}
#content .expert-view .about-block .columns .time-line ul li:first-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 6px;
  background: #fff;
  left: -1px;
  top: 0;
}
#content .expert-view .about-block .columns .time-line ul li:last-child {
  border: none;
  padding-bottom: 0;
}
#content .expert-view .about-block .columns .time-line ul li:last-child:before {
  left: -2px;
}
#content .expert-view .about-block .columns .time-line ul li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 7px;
  background: #005899;
  left: 0;
  top: 0;
}
#content .expert-view .faq-block .block-title {
  margin-bottom: 51px;
}
#content .expert-view .faq-block .to-left {
  width: 560px;
}
#content .expert-view .faq-block .to-right {
  width: 570px;
}
#content .expert-view .faq-block .text-block {
  font-size: 13px;
  margin-bottom: 19px;
  color: #676767;
}
#content .expert-view .faq-block .text-block h4 {
  font-family: 'OpenSansSemiboldRegular';
  font-size: 13px;
  margin: 0 0 7px;
}
#content .expert-view .faq-block .text-block .text {
  font-family: 'OpenSansLightRegular';
  line-height: 24px;
}
#content .expert-view .faq-block h3 {
  font-family: 'OpenSansSemiboldRegular';
  font-size: 13px;
  color: #3e3d3d;
  margin: 0 0 30px;
}
#content .expert-view .faq-block form {
  margin-top: 40px;
}
#content .expert-view .faq-block form input,
#content .expert-view .faq-block form textarea {
  border-radius: 0;
  box-shadow: none;
  resize: none;
  border-color: #ffc805;
}
#content .expert-view .faq-block form input[type=text] {
  height: 43px;
}
#content .expert-view .faq-block form label {
  font-size: 13px;
  margin-bottom: 6px;
  color: #3e3d3d;
  font-family: 'OpenSansSemiboldRegular';
}
#content .expert-view .faq-block form button[type=submit] {
  background: none;
  box-shadow: none;
  outline: none;
  margin-top: 0;
  border: 1px solid #005899;
  color: #005899;
}
#content .expert-view .faq-block form button[type=submit]:hover {
  color: #fff;
  background: #005899;
}
#content .expert-view .faq-block form .form-group {
  margin-bottom: 26px;
}
#content .expert-view .faq-block .social-list {
  margin-bottom: 19px;
}
#content .expert-view .faq-block .social-list a {
  font-size: 17px;
  color: #898989;
  border: 1px solid #898989;
  display: inline-block;
  width: 31px;
  padding: 5px 0 6px;
  text-align: center;
  margin-right: 7px;
  text-decoration: none;
}
#content .expert-view .faq-block .social-list a:hover {
  color: #ffc805;
  border-color: #ffc805;
}
#content .expert-view .faq-block .answer-list {
  position: relative;
}
#content .expert-view .faq-block .answer-list .pagination {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#content .expert-view .faq-block .answer-list .pagination li {
  font-size: 10px;
}
#content .expert-view .faq-block .answer-list .pagination li span {
  border-radius: 0;
  color: #c2c2c2;
}
#content .expert-view .faq-block .answer-list .pagination li a {
  border-radius: 0;
  color: #3e3d3d;
}
#content .expert-view .faq-block .answer-list .pagination li a,
#content .expert-view .faq-block .answer-list .pagination li span {
  padding: 5px 9px 3px;
}
#content .expert-view .faq-block .answer-list .pagination li.active a {
  background: #eaeaea;
  border-color: #ddd;
}
#content .expert-view .faq-block .answer-list .item {
  margin-bottom: 10px;
}
#content .expert-view .faq-block .answer-list .item .name {
  padding: 8px 17px;
  background: #eaeaea;
}
#content .expert-view .faq-block .answer-list .item .name span {
  font-style: italic;
}
#content .expert-view .faq-block .answer-list .item .name b {
  font-family: 'OpenSansBold';
  color: #3e3d3d;
}
#content .expert-view .faq-block .answer-list .item .answer {
  background: #f7f7f7;
  padding: 9px 17px 15px;
}
#content .expert-view .faq-block .answer-list .item .answer .photo {
  width: 62px;
}
#content .expert-view .faq-block .answer-list .item .answer .photo img {
  border-radius: 2px;
  display: block;
}
#content .expert-view .faq-block .answer-list .item .answer .text {
  width: 474px;
  color: #3e3d3d;
}
#content .news-list .item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#content .news-list .item h3 {
  margin-top: 12px;
  font-size: 17px;
  text-transform: uppercase;
  color: #3e3d3d;
  font-family: 'OpenSansBold';
  position: relative;
  margin-bottom: 35px;
}
#content .news-list .item img {
  margin-bottom: 15px;
  width: 100%;
}
#content .news-list .item .news-content {
  font-size: 13px;
  color: #3e3d3d;
}
#content .news-list .info-block {
  position: relative;
  padding-top: 20px;
}
#content .news-list .info-block span {
  float: left;
}
#content .news-list .info-block a {
  float: right;
  font-size: 13px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  color: #1f1e20;
}
#content .news-list .info-block .date {
  font-size: 11px;
  text-transform: uppercase;
}
#content .item-counters {
  position: absolute;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  font-size: 15px;
  color: #676767;
}
#content .item-counters span {
  float: none !important;
  display: inline-block;
  padding: 0 10px;
}
#content .item-counters i {
  color: #8b8b8b;
  font-size: 18px;
  margin-right: 5px;
}
#content .news-view {
  position: relative;
  padding-bottom: 20px;
}
#content .load-news {
  text-align: center;
}
#content .load-news a {
  font-size: 15px;
  font-family: 'OpenSansSemiboldRegular';
  color: #880019;
  text-transform: uppercase;
  border: 1px solid #880019;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
#content .load-news a:hover {
  text-decoration: none;
  color: #fff;
  background: #880019;
}
#content .fan-group-view .left-column h2 {
  margin-top: 0;
}
#content .fan-group-view .left-column .tabs-block {
  margin-top: 35px;
}
#content .fan-group-view .right-column .last-news-widget {
  margin-top: 0;
}
#content .fan-group-view .right-column .top-video {
  margin-bottom: 35px;
}
#content .fan-group-view .right-column .top-video .item {
  margin-bottom: 15px;
}
#content .fan-group-view .right-column .top-video .item img,
#content .fan-group-view .right-column .top-video .item span {
  display: inline-block;
  vertical-align: top;
}
#content .fan-group-view .right-column .top-video .item span {
  width: 210px;
  font-family: 'OpenSansBold';
  color: #333;
  margin-left: 10px;
}
#content .fan-group-view .right-column .top-video .item a:hover span {
  text-decoration: underline;
}
#content .votes .block-title {
  margin-bottom: 20px;
}
#content .votes .vote-block {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 35px;
}
#content .votes .vote-block:last-child {
  border-bottom: none;
}
#content .votes .vote-block img {
  width: 100%;
}
#content .votes .vote-block h3 {
  font-family: 'OpenSansBold';
  font-size: 15px;
  color: #3e3d3d;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#content .votes .vote-block .info {
  color: #9f9f9f;
  font-family: 'OpenSansLightRegular';
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
#content .votes .vote-block .vote-form {
  margin-top: 35px;
}
#content .votes .vote-block .vote-form .inputs {
  margin-bottom: 20px;
}
#content .votes .vote-block .vote-form .inputs label {
  font-weight: normal;
  font-size: 15px;
  color: #676767;
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
}
#content .votes .vote-block .vote-form .inputs label:last-child {
  margin-bottom: 0;
}
#content .votes .vote-block .vote-form .inputs label:before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 1px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #676767;
  content: '';
}
#content .votes .vote-block .vote-form .inputs label.checked:before {
  background: #C0C0C0;
}
#content .votes .vote-block .vote-form .inputs label input {
  position: absolute;
  left: -2500px;
}
#content .votes .vote-block .vote-form button {
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #005899;
  border-radius: 0;
  font-size: 15px;
  color: #005899;
  width: 200px;
  height: 40px;
  margin-right: 3px;
}
#content .votes .vote-block .vote-form button:hover {
  color: #fff;
  background: #005899;
}
#content .votes .vote-block .vote-chart {
  margin-top: 25px;
}
#content .votes .vote-block .vote-chart table {
  width: 100%;
}
#content .votes .vote-block .vote-chart table tr td {
  vertical-align: top;
}
#content .votes .vote-block .vote-chart table tr td:first-child {
  width: 80%;
}
#content .votes .vote-block .vote-chart table tr td:last-child {
  padding-left: 10px;
}
#content .votes .vote-block .vote-chart table tr td.q-label {
  padding: 5px 0 3px;
}
#content .votes .vote-block .vote-chart table tr td.visual {
  position: relative;
  background: #e8e8e8;
  color: #537183;
}
#content .votes .vote-block .vote-chart table tr td.visual span {
  position: absolute;
  top: 0;
  left: 50%;
}
#content .votes .vote-block .vote-chart table tr td.visual .line {
  height: 20px;
  width: 0;
  background: #a6d3e5;
}
#content .text-view p {
  line-height: 24px;
}
#content .site-login .hint {
  background: #6CC2AE;
  padding: 5px 10px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px #39665B;
  border-radius: 2px;
  display: inline-block;
}
#content .site-login .field-loginform-rememberme {
  margin-left: 100px;
}
.modal-photo-view img {
  max-width: 800px;
}
.modal-photo-view .photo-rate {
  margin-top: 10px;
  font-size: 14px;
}
/* Footer
-----------------------------------------------------------------------------*/
footer {
  background: url("../img/footer_top.png") center top no-repeat, #222222;
}
footer .big-bottom-block {
  position: relative;
}
footer .big-bottom-block .block-title {
  padding-top: 40px;
  margin-bottom: 85px;
}
footer .big-bottom-block .block-title h2,
footer .big-bottom-block .block-title h4 {
  margin: 0;
}
footer .big-bottom-block .block-title h2 {
  font-size: 20px;
  font-family: 'OpenSansBold';
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer .big-bottom-block .block-title h2:after {
  display: block;
  content: '';
  height: 2px;
  background: #ffc805;
  width: 80px;
  margin: 17px auto 0;
}
footer .big-bottom-block .block-title h4 {
  font-family: 'OpenSansSemiboldRegular';
  color: #ffffff;
  font-size: 13px;
}
footer .big-bottom-block .partner-list ul {
  margin-bottom: 39px;
  margin-right: -150px;
  text-align: center;
}
footer .big-bottom-block .partner-list ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 148px;
  text-align: center;
  margin-right: 150px;
}
footer .big-bottom-block .partner-list ul li img {
  display: block;
}
footer .big-bottom-block .partner-list ul li .title {
  margin: 13px 0 11px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'OpenSansBold';
  font-size: 16px;
  border-bottom: 1px solid #686666;
  padding-bottom: 12px;
}
footer .big-bottom-block .partner-list ul li .title span {
  color: #d96c56;
  display: inline-block;
  margin-top: 5px;
}
footer .big-bottom-block .partner-list ul li .description {
  color: #fff;
}
footer .big-bottom-block .partner-list ul li .description a {
  color: #fff;
  text-decoration: none;
}
footer .big-bottom-block .partner-list ul li .description a:hover {
  text-decoration: underline;
}
footer .big-bottom-block .footer-links {
  margin-right: -70px;
}
footer .big-bottom-block .footer-links .content-block {
  margin-top: 73px;
  margin-right: 70px;
  float: left;
  width: 230px;
}
footer .big-bottom-block .footer-links .content-block img {
  width: auto;
}
footer .big-bottom-block .footer-links .content-block .content-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-family: 'OpenSansBold';
  margin-bottom: 25px;
}
footer .big-bottom-block .footer-links .content-block .content-title:after {
  margin-top: 15px;
  display: block;
  height: 2px;
  content: '';
  width: 80px;
  background: #ffc805;
}
footer .big-bottom-block .footer-links .content-block ul li {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
footer .big-bottom-block .footer-links .content-block ul li a {
  color: #fff;
}
footer .big-bottom-block .footer-links .content-block ul li .date {
  font-family: 'OpenSansLightRegular';
  font-size: 12px;
}
footer .big-bottom-block .footer-links .content-block ul.list li {
  padding-left: 10px;
  border-bottom: 1px solid #363636;
}
footer .big-bottom-block .footer-links .content-block ul.list li:before {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  content: '>';
  color: #8a8a8a;
  left: 0;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list i {
  color: #a7a7a7;
  font-size: 18px;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  top: 3px;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list li {
  color: #fff;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list .network-list a {
  color: #898989;
  border: 1px solid #898989;
  display: inline-block;
  width: 31px;
  height: 31px;
  text-align: center;
  padding-top: 4px;
  margin-right: 4px;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list .network-list a:hover {
  border-color: #ffc805;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list .network-list a:hover i {
  color: #ffc805;
}
footer .big-bottom-block .footer-links .content-block ul.contact-list a[href*='mailto:'] {
  position: relative;
  top: 3px;
}
footer .big-bottom-block .footer-links .content-block.footer-text {
  margin-top: 43px;
  width: 250px;
  color: #645f5f;
  font-family: 'OpenSansLightRegular';
  text-align: justify;
}
footer .big-bottom-block .footer-links .content-block.footer-text img {
  margin-bottom: 23px;
}
footer .big-bottom-block .dark-line {
  margin-top: 60px;
}
footer .big-bottom-block .dark-line .sponsors {
  text-align: center;
}
@media (max-width: 1440px) {
  #wrapper #content .big-top-block .video {
    top: 49%;
    font-size: 120px;
    margin-left: -51px;
    margin-top: -60px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block,
  #wrapper #content .participant-view .big-top-block .vote-block {
    top: 44%;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .vote-btn a,
  #wrapper #content .participant-view .big-top-block .vote-block .vote-btn a {
    width: 200px;
  }
  #wrapper #content .expert-view .big-top-block .video,
  #wrapper #content .participant-view .big-top-block .video {
    top: 49%;
    font-size: 120px;
    margin-left: -51px;
    margin-top: -60px;
  }
}
@media (max-width: 1300px) {
  #wrapper #content .big-top-block .video {
    top: 49%;
    font-size: 110px;
    margin-left: -47px;
    margin-top: -55px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block,
  #wrapper #content .participant-view .big-top-block .vote-block {
    top: 43%;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .vote-btn,
  #wrapper #content .participant-view .big-top-block .vote-block .vote-btn {
    height: 69px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .vote-btn a,
  #wrapper #content .participant-view .big-top-block .vote-block .vote-btn a {
    width: 175px;
    font-size: 20px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .counter,
  #wrapper #content .participant-view .big-top-block .vote-block .counter {
    font-size: 30px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .counter i,
  #wrapper #content .participant-view .big-top-block .vote-block .counter i {
    font-size: 22px;
  }
  #wrapper #content .expert-view .big-top-block .video,
  #wrapper #content .participant-view .big-top-block .video {
    top: 49%;
    font-size: 110px;
    margin-left: -47px;
    margin-top: -55px;
  }
}
@media (max-width: 1200px) {
  #wrapper #content .big-top-block .video {
    top: 48%;
    font-size: 100px;
    margin-left: -43px;
    margin-top: -50px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block,
  #wrapper #content .participant-view .big-top-block .vote-block {
    line-height: 38px;
    top: 42%;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .vote-btn,
  #wrapper #content .participant-view .big-top-block .vote-block .vote-btn {
    height: 55px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .vote-btn a,
  #wrapper #content .participant-view .big-top-block .vote-block .vote-btn a {
    width: 160px;
    font-size: 18px;
    padding: 9px 0;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .counter,
  #wrapper #content .participant-view .big-top-block .vote-block .counter {
    font-size: 22px;
    padding: 10px 20px 7px;
  }
  #wrapper #content .expert-view .big-top-block .vote-block .counter i,
  #wrapper #content .participant-view .big-top-block .vote-block .counter i {
    font-size: 16px;
  }
  #wrapper #content .expert-view .big-top-block .video,
  #wrapper #content .participant-view .big-top-block .video {
    top: 48%;
    font-size: 100px;
    margin-left: -43px;
    margin-top: -50px;
  }
}
