@charset "UTF-8";
/* Base styles */
@font-face {
  font-family: 'Arial Black';
  src: url("/fonts/ariblk.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("/fonts/segoeui.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("/fonts/segoeuib.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

html {
  width: 100%; }

body {
  font-family: "Segoe UI", "Ubuntu", "Verdana";
  font-size: 14px;
  line-height: 18px;
  background: url("/themes/2016/images/common/bodyTile.png") no-repeat right top;
  width: 100%; }

img {
  border: none; }

a {
  color: #0099cc;
  text-decoration: underline;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }
  a.white {
    color: #ffffff; }
    a.white:hover {
      text-decoration: underline; }
  a.blueButton {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    background: #0099cc;
    display: inline-block;
    padding: 5px 8px 7px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0; }

.required {
  color: #f00; }

.roundedCorners1 {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px; }

.roundedCorners2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.roundedCorners3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.roundedCorners4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.roundedCorners5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.lightGrayTiled {
  background: #f5f5f5; }

.lightGrayTiled.withHover:hover {
  background: #f0f6ff; }

.lightGrayTiledWithTransparency {
  background-color: rgba(245, 245, 245, 0.7); }

dl {
  text-align: left; }
  dl dt {
    font-style: italic;
    font-weight: bold; }
  dl dd {
    padding-left: 30px; }

.loaderBlock {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px; }
  .loaderBlock p {
    color: #000000; }
    .loaderBlock p i {
      color: #0099cc; }

.backToTop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px; }
  .backToTop a {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    border: 1px solid #0099cc;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    outline: none;
    box-shadow: 1px 1px 2px #c3c3c3;
    text-shadow: 1px 1px 2px #c3c3c3;
    background: #ffffff; }
    .backToTop a:hover {
      background: transparent; }
    .backToTop a:active {
      background: #0099cc;
      color: #ffffff;
      text-shadow: none; }

.flashMessageWrapper {
  position: absolute;
  top: 212px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .flashMessageWrapper .flashMessage {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    padding: 10px 20px;
    background: #f6f7fb;
    box-sizing: border-box;
    color: #545456; }
    .flashMessageWrapper .flashMessage.success {
      background: #e6f9e7;
      border-color: #CCDFCC;
      color: #4F694F; }
      .flashMessageWrapper .flashMessage.success p {
        background: url("/images/common/flashSuccess.png") no-repeat 0; }
    .flashMessageWrapper .flashMessage.error {
      background: #f6d3cf;
      border-color: #faa9a6;
      color: #fb3431; }
      .flashMessageWrapper .flashMessage.error p {
        background: url("/images/common/flashError.png") no-repeat 0; }
    .flashMessageWrapper .flashMessage p {
      padding-left: 30px;
      line-height: 24px; }

.input {
  margin: 15px 0px; }
  .input label {
    box-sizing: border-box;
    padding: 5px 0px 5px 1px;
    outline: none;
    font-size: 14px;
    font-family: "Segoe UI", "Ubuntu", "Verdana";
    display: inline-block;
    margin: 0px; }
    .input label i:hover {
      color: #0099cc; }
  .input .inputError {
    display: inline-block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: url("/images/common/inputExclamation.png") no-repeat center;
    vertical-align: -7px;
    position: relative;
    cursor: pointer;
    font-size: 12px; }
    .input .inputError ul {
      display: none;
      position: absolute;
      border: 2px solid #cc4242;
      width: 350px;
      left: -280px;
      top: 35px;
      background: #fff;
      padding: 5px 5px 5px 30px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      box-sizing: border-box;
      z-index: 5; }
      .input .inputError ul:before, .input .inputError ul:after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 11px 15px;
        content: '';
        position: absolute;
        right: 41px; }
      .input .inputError ul:before {
        border-color: transparent transparent #cc4242 transparent;
        top: -11px; }
      .input .inputError ul:after {
        border-color: transparent transparent #ffffff transparent;
        top: -9px; }
    .input .inputError:hover ul, .input .inputError:focus ul {
      display: block; }

input, select, textarea {
  display: inline-block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 5px 7px;
  outline: none;
  font-size: 14px;
  font-family: "Segoe UI", "Ubuntu", "Verdana";
  background-color: #ffffff; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #0099cc; }
  input[type='checkbox'], select[type='checkbox'], textarea[type='checkbox'] {
    vertical-align: 1px;
    width: auto;
    margin: 0 3px 0 0; }
  input[type='submit'], select[type='submit'], textarea[type='submit'] {
    cursor: pointer;
    background: #0099cc;
    color: #ffffff;
    border: none;
    text-decoration: underline;
    line-height: 36px;
    display: inline-block;
    padding: 0 15px; }
    input[type='submit']:focus, input[type='submit']:hover, select[type='submit']:focus, select[type='submit']:hover, textarea[type='submit']:focus, textarea[type='submit']:hover {
      text-decoration: none; }

select {
  border: 0;
  outline: 1px solid #cccccc;
  outline-offset: -1px;
  height: 31px; }
  select:focus {
    border: 0;
    outline: 1px solid #0099cc; }

.textPageTable {
  border: 1px solid #b1c2dc;
  border-collapse: separate;
  margin: 15px 0;
  font-size: 12px;
  background: #fff;
  text-indent: 0;
  width: 100%; }
  .textPageTable caption {
    font-size: 16px;
    line-height: 150%;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
    text-indent: 30px; }
  .textPageTable tr:hover {
    background: #f3f8ff; }
  .textPageTable tr:first-child {
    background: none; }
    .textPageTable tr:first-child th {
      border-top: none; }
  .textPageTable tr th {
    border-top: 1px solid #b1c2dc;
    border-bottom: 1px solid #b1c2dc;
    background: #F1F4F9;
    padding: 7px 5px;
    text-align: center; }
    .textPageTable tr th.leftBorderedHeading {
      border-left: 1px solid #b1c2dc; }
    .textPageTable tr th.rightBorderedHeading {
      border-right: 1px solid #b1c2dc; }
  .textPageTable tr td {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 0 5px; }
    .textPageTable tr td:first-child {
      background: #F1F4F9;
      border-left: none;
      border-right: 1px solid #ffffff;
      padding: 7px 0 7px 10px;
      width: 230px;
      text-align: left; }
    .textPageTable tr td:nth-child(2) {
      border-left: 1px solid #dce4ef; }
    .textPageTable tr td.empty {
      text-align: center;
      padding: 0 5px;
      background: none;
      width: auto; }
  .textPageTable tr.separator td {
    background: #dce4ef;
    height: 1px;
    padding: 0;
    border: none; }

.sk-folding-cube {
  margin: 15px auto;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0099cc;
  -webkit-animation: sk-foldCubeAngle 4.8s infinite linear both;
  animation: sk-foldCubeAngle 4.8s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.overlay {
  padding: 10px 15px 15px 15px; }
  .overlay__header {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px; }
    .overlay__header h1 {
      font-size: 30px;
      line-height: 30px;
      font-weight: normal;
      color: #0099cc; }

.carousel {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  font-size: 0;
  overflow: hidden; }
  .carousel__list {
    position: relative;
    list-style: none; }
  .carousel__item {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
    vertical-align: bottom; }
  .carousel__prev, .carousel__next {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
    background: #ffffff;
    color: #0099cc;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer; }
    .carousel__prev > :first-child, .carousel__next > :first-child {
      display: inline-block; }
    .carousel__prev > :last-child, .carousel__next > :last-child {
      display: none; }
    .carousel__prev:hover, .carousel__next:hover {
      color: #4caef2; }
      .carousel__prev:hover > :first-child, .carousel__next:hover > :first-child {
        display: none; }
      .carousel__prev:hover > :last-child, .carousel__next:hover > :last-child {
        display: inline-block; }
    .carousel__prev--disabled, .carousel__next--disabled {
      color: #cccccc; }
      .carousel__prev--disabled:hover, .carousel__next--disabled:hover {
        color: #cccccc; }
        .carousel__prev--disabled:hover > :first-child, .carousel__next--disabled:hover > :first-child {
          display: inline-block; }
        .carousel__prev--disabled:hover > :last-child, .carousel__next--disabled:hover > :last-child {
          display: none; }
  .carousel__prev {
    left: 0; }
  .carousel__next {
    right: 0; }

@media print {
  body header .companyBrand {
    margin-left: 315px; }
  body header #userBlock {
    display: none; }
  body header #searchBlock {
    display: none; }
  body nav.topMenu {
    display: none; }
  body section#middle {
    margin-top: 0; }
    body section#middle #blockQuote {
      display: none; }
  body footer {
    display: none; }
  body .backToTop {
    display: none; } }
.pager {
  text-align: center;
  list-style: none;
  margin: 10px 0; }
  .pager li {
    display: inline-block;
    padding: 0 5px; }
    .pager li.previous {
      float: left;
      padding: 0;
      text-transform: uppercase; }
    .pager li.next {
      float: right;
      padding: 0;
      text-transform: uppercase; }
    .pager li a {
      color: #0099cc; }

.top-pager {
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0; }

.bottom-pager {
  border-top: 1px dotted #ccc;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0; }

.block {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc;
  padding: 10px; }
  .block .header {
    margin-bottom: 10px; }
    .block .header .block-header {
      font-size: 20px;
      line-height: 24px;
      color: #0099cc;
      font-weight: normal;
      text-transform: uppercase; }
  .block .content {
    width: auto;
    padding: 0;
    float: none;
    background: none;
    border: 0 none;
    margin: 0; }
    .block .content__empty {
      margin: 50px 0;
      text-align: center; }
  .block .footer {
    margin-top: 15px;
    overflow: hidden; }
    .block .footer--empty {
      margin: 0; }

/* Common styles for right sidebar tabbed block */
.tabbedBlock .tabControls {
  font-size: 12px;
  border-bottom: 2px solid #0099cc;
  padding-bottom: 2px;
  margin-bottom: 5px; }
  .tabbedBlock .tabControls .tabControl {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    width: 115px;
    background: #f1f1f1;
    margin-right: 3px;
    cursor: pointer; }
    .tabbedBlock .tabControls .tabControl a {
      color: #0099cc;
      text-decoration: none; }
    .tabbedBlock .tabControls .tabControl:hover {
      text-decoration: underline; }
    .tabbedBlock .tabControls .tabControl:last-child {
      margin-right: 0px; }
    .tabbedBlock .tabControls .tabControl.active {
      background: #0099cc;
      text-align: center;
      color: #fff;
      position: relative;
      text-decoration: none; }
      .tabbedBlock .tabControls .tabControl.active a {
        color: #ffffff; }
      .tabbedBlock .tabControls .tabControl.active > span.small-pointer {
        position: absolute;
        display: block;
        bottom: -9px;
        left: 52px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #0099cc transparent transparent transparent; }
.tabbedBlock .tabData {
  display: none;
  margin-top: 10px;
  position: relative; }
  .tabbedBlock .tabData:first-of-type {
    display: block; }

.leftSidebarBlock {
  padding: 12px 20px 20px 20px;
  margin-bottom: 20px;
  width: 233px; }

.rightSidebarBlock {
  padding: 12px 20px 20px 20px;
  margin-bottom: 20px;
  width: 233px; }
  .rightSidebarBlock.withFooter {
    padding: 15px 35px; }
  .rightSidebarBlock .footer a {
    font-size: 12px;
    color: #fff;
    background: #4caef2;
    display: inline-block;
    padding: 5px 5px 7px; }

/* Блок пользователей */
#sidebarUsers .tabData ul {
  overflow: hidden; }
  #sidebarUsers .tabData ul li {
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 74px;
    margin: 0 3px 5px 3px; }
    #sidebarUsers .tabData ul li:first-of-type, #sidebarUsers .tabData ul li:nth-of-type(4) {
      margin-left: 0;
      margin-right: 2px;
      text-align: left; }
    #sidebarUsers .tabData ul li:last-of-type, #sidebarUsers .tabData ul li:nth-of-type(3) {
      margin-right: 0;
      text-align: right; }
    #sidebarUsers .tabData ul li a {
      text-decoration: none;
      color: #c3c3c3;
      display: inline-block;
      width: 70px;
      text-align: center; }
      #sidebarUsers .tabData ul li a img {
        height: 70px;
        width: 70px;
        border: 1px solid #c3c3c3;
        box-sizing: border-box;
        vertical-align: bottom; }
    #sidebarUsers .tabData ul li:hover a {
      color: #0099cc; }
      #sidebarUsers .tabData ul li:hover a img {
        border-color: #0099cc; }
  #sidebarUsers .tabData ul.recent {
    display: none; }

#infoBlock .content {
  font-size: 12px;
  margin-bottom: 10px; }

/*Блок коментариев*/
#commentBlock {
  margin: 20px 0 0 0;
  padding: 0px; }
  #commentBlock .header {
    position: relative;
    padding: 4px 10px 5px 10px; }
    #commentBlock .header h2 {
      margin: 0px; }
  #commentBlock .content {
    padding: 0px 10px 10px 10px;
    font-size: 14px; }
    #commentBlock .content .tabControls {
      line-height: 100%; }
      #commentBlock .content .tabControls .tabControl {
        height: 18px;
        line-height: 18px; }
    #commentBlock .content .comment-tab {
      display: none; }
    #commentBlock .content #kyTab {
      display: block; }
      #commentBlock .content #kyTab #AddComment .avatar {
        float: left;
        text-align: center;
        margin-right: 10px; }
        #commentBlock .content #kyTab #AddComment .avatar a {
          text-decoration: none;
          color: #888;
          display: inline-block;
          width: 100px; }
          #commentBlock .content #kyTab #AddComment .avatar a img {
            height: 100px;
            width: 100px;
            border: 1px solid #c3c3c3;
            box-sizing: border-box; }
        #commentBlock .content #kyTab #AddComment .avatar:hover a {
          color: #0099cc; }
        #commentBlock .content #kyTab #AddComment .avatar:hover img {
          border-color: #0099cc; }
      #commentBlock .content #kyTab #AddComment .textarea {
        margin: 0 0 10px 0; }
        #commentBlock .content #kyTab #AddComment .textarea label {
          text-align: left;
          padding-left: 10px; }
        #commentBlock .content #kyTab #AddComment .textarea textarea {
          border: 1px solid #c3c3c3;
          box-sizing: border-box;
          width: 563px;
          height: 150px;
          vertical-align: bottom;
          resize: vertical; }
      #commentBlock .content #kyTab #AddComment .submit {
        overflow: hidden; }
        #commentBlock .content #kyTab #AddComment .submit .hint {
          float: left;
          line-height: 29px; }
        #commentBlock .content #kyTab #AddComment .submit input[type="submit"] {
          float: right;
          width: 150px; }

#userTools .content ul {
  list-style: none;
  font-size: 12px; }
  #userTools .content ul li {
    border-bottom: 1px dotted #ccc;
    padding: 7px 0 7px 0; }
    #userTools .content ul li:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    #userTools .content ul li .counter {
      background: #c3c3c3;
      padding: 0 4px;
      min-width: 9px;
      display: inline-block;
      text-align: center;
      vertical-align: middle; }

.branchInfo {
  position: relative; }
  .branchInfo__chief {
    float: left;
    width: 125px;
    margin: 0 10px 0 0;
    font-variant: small-caps;
    text-align: center; }
    .branchInfo__chief img {
      width: 125px;
      box-sizing: border-box;
      border: 1px solid #c3c3c3; }
  .branchInfo__description {
    margin-top: -4px;
    hyphens: auto;
    text-align: justify; }
  .branchInfo .content {
    overflow: hidden; }
  .branchInfo__loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); }
  .branchInfo .loader__spinner {
    top: 35%; }
  .branchInfo .loader__message {
    position: absolute;
    top: calc(35% + 60px);
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #ddd; }

/* Google-maps news block */
#dojosMap #mapCanvas {
  width: 233px;
  height: 280px; }

#recentGallery .tabData img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  vertical-align: bottom; }
  #recentGallery .tabData img:hover {
    border-color: #0099cc; }

#topRatedNews .tabData ul {
  list-style: none;
  font-size: 12px; }
  #topRatedNews .tabData ul li {
    border-bottom: 1px dotted #cccccc;
    padding: 7px 0 7px 5px; }
    #topRatedNews .tabData ul li:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    #topRatedNews .tabData ul li a {
      font-size: 12px;
      text-decoration: none; }
      #topRatedNews .tabData ul li a:hover {
        color: #4caef2; }
  #topRatedNews .tabData ul.popular {
    display: none; }

#communitiesBlock .tabData__facebookPlaceholder {
  height: 290px;
  padding: 90px 13px 13px 13px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
  border-radius: 3px;
  text-align: center; }

/*Galleries - 537px, User-post - 492px, Albums-photo - 492px*/
.contentList .photoItem {
  margin: 0 10px 10px 0;
  padding: 0;
  float: left; }
  .contentList .photoItem:nth-of-type(4n) {
    margin-right: 0; }
  .contentList .photoItem > .imageWrapper {
    float: left;
    width: 160px;
    position: relative; }
    .contentList .photoItem > .imageWrapper img {
      width: 160px;
      height: 160px;
      border: 1px solid #ccc;
      vertical-align: bottom;
      box-sizing: border-box; }
    .contentList .photoItem > .imageWrapper > a {
      display: inline-block; }
    .contentList .photoItem > .imageWrapper > a.readMoreLabel {
      display: block;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      padding: 2px 5px 5px 5px;
      width: 150px;
      bottom: 0px;
      text-decoration: none; }
    .contentList .photoItem > .imageWrapper ul {
      position: absolute;
      top: 5px;
      left: 5px; }
    .contentList .photoItem > .imageWrapper:hover > a.readMoreLabel {
      background-color: rgba(76, 174, 242, 0.7); }
.contentList__item {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc; }
  .contentList__item:last-of-type {
    border: 0 none;
    margin: 0;
    padding: 0; }
  .contentList__item > .left {
    margin-right: 10px;
    width: 150px; }
    .contentList__item > .left.imageWrapper {
      position: relative; }
      .contentList__item > .left.imageWrapper img {
        width: 150px;
        height: 150px;
        border: 1px solid #ccc;
        vertical-align: bottom;
        box-sizing: border-box; }
      .contentList__item > .left.imageWrapper a {
        display: block;
        position: absolute;
        background-color: rgba(210, 210, 210, 0.7);
        color: #fff;
        text-align: center;
        padding: 2px 5px 5px 5px;
        width: 60px;
        bottom: 5px;
        text-decoration: none; }
        .contentList__item > .left.imageWrapper a:hover {
          background-color: rgba(76, 174, 242, 0.7); }
  .contentList__item > .right {
    width: 513px; }
  .contentList__item > .addthis_sharing_toolbox {
    text-align: center; }
    .contentList__item > .addthis_sharing_toolbox a {
      display: inline-block; }
      .contentList__item > .addthis_sharing_toolbox a span {
        vertical-align: bottom; }
  .contentList__item h2 {
    position: relative;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    text-indent: 34px; }
    .contentList__item h2 a {
      display: inherit; }
    .contentList__item h2:hover a {
      color: #4caef2; }
    .contentList__item h2 a:hover {
      text-decoration: none; }
  .contentList__item .contentDescription {
    text-align: justify;
    font-size: 14px;
    text-indent: 30px;
    line-height: 20px; }
  .contentList__item .action {
    font-size: 12px;
    position: absolute;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 25px;
    height: 25px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer; }

ul.options {
  font-size: 12px;
  position: absolute;
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  width: 25px;
  height: 25px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer; }
  ul.options:hover {
    width: auto;
    height: auto;
    box-shadow: 3px 3px 4px -2px #ccc; }
  ul.options li {
    display: block;
    border-bottom: 1px dotted #ccc;
    text-align: left; }
    ul.options li:last-of-type {
      border-bottom: 0 none; }
    ul.options li a, ul.options li span {
      padding: 2px 5px 2px 25px;
      display: block; }
    ul.options li .title {
      background: url("/images/common/administer.png") no-repeat 5px center; }
    ul.options li .edit {
      background: url("/images/common/blog.png") no-repeat 5px center; }
    ul.options li .delete {
      background: url("/images/cancel.png") no-repeat 4px center; }

@media only screen and (max-width: 720px) {
  .contentList__item > .right {
    width: auto;
    float: none; } }
/*Социалки начало*/
.contentInfo > div.social {
  margin-right: 15px;
  font-size: 12px;
  height: 32px;
  line-height: 31px;
  float: left; }
  .contentInfo > div.social.clear {
    height: 0; }
  .contentInfo > div.social a {
    display: block;
    height: 32px;
    text-decoration: none; }
    .contentInfo > div.social a i {
      font-size: 16px;
      vertical-align: text-bottom;
      margin-right: 3px; }
      .contentInfo > div.social a i:last-child {
        display: none; }
      .contentInfo > div.social a i:first-child {
        display: initial; }
    .contentInfo > div.social a:hover {
      color: #4caef2; }
      .contentInfo > div.social a:hover i:first-child {
        display: none; }
      .contentInfo > div.social a:hover i:last-child {
        display: initial; }
  .contentInfo > div.social.stateless a {
    text-decoration: none;
    cursor: default;
    color: #000000; }
    .contentInfo > div.social.stateless a i {
      color: #0099cc; }
      .contentInfo > div.social.stateless a i:first-child {
        display: initial; }
      .contentInfo > div.social.stateless a i:last-child {
        display: initial; }
  .contentInfo > div.social.pub_date {
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 720px) {
  .contentInfo {
    clear: both; } }
/*Социалки конец*/
/* Plugins styles */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/font-awesome//fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/font-awesome//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/font-awesome//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/font-awesome//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/images/colorbox/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(/images/colorbox/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/images/colorbox/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/images/colorbox/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(/images/colorbox/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/images/colorbox/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(/images/colorbox/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(/images/colorbox/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/*#cboxLoadedContent{margin-bottom:20px;}*/
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxLoadingOverlay {
  background: #fff url(/images/colorbox/loading.gif) no-repeat center; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none !important;
  color: #444; }

#cboxContent {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  border: 1px solid #cccccc;
  padding: 0;
  overflow: visible;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

#cboxTopLeft {
  width: 15px;
  height: 15px;
  background: none; }

#cboxTopCenter {
  height: 15px;
  background: none; }

#cboxTopRight {
  width: 15px;
  height: 15px;
  background: none; }

#cboxBottomLeft {
  width: 15px;
  height: 15px;
  background: none; }

#cboxBottomCenter {
  height: 15px;
  background: none; }

#cboxBottomRight {
  width: 15px;
  height: 15px;
  background: none; }

#cboxMiddleLeft {
  width: 15px;
  background: none; }

#cboxMiddleRight {
  width: 15px;
  background: none; }

#cboxClose {
  display: block !important;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #0099cc;
  border: 1px solid #ffffff;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  outline: none; }
  #cboxClose:hover {
    text-shadow: 1px 1px 2px #000000; }
  #cboxClose:active {
    background: #ffffff;
    color: #0099cc;
    border-color: #0099cc;
    text-shadow: none; }

/* Main layout parts */
.mainHeader {
  max-width: 1000px;
  margin: auto;
  height: 165px;
  position: relative; }
  .mainHeader__left {
    display: block;
    float: left; }
  .mainHeader .companyBrand {
    width: 368px;
    height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    outline: none;
    overflow: hidden; }
    .mainHeader .companyBrand__logo {
      float: left;
      width: 36px;
      height: 128px;
      margin: 18.5px 40px 18.5px 0; }
    .mainHeader .companyBrand__name {
      display: block;
      float: right;
      margin: 55px 0 45px 0; }
      .mainHeader .companyBrand__name .name__top {
        display: block;
        font-size: 11px;
        line-height: 15px; }
      .mainHeader .companyBrand__name .name__middle {
        display: block;
        font-size: 36px;
        line-height: 40px;
        margin: -9px 0 0 -3px; }
      .mainHeader .companyBrand__name .name__bottom {
        display: block;
        font-size: 24px;
        line-height: 28px;
        text-align: right;
        margin: -9px 2px 0 0; }
  .mainHeader__right {
    float: right;
    width: 200px;
    margin: 60px 0 50px 0; }
    .mainHeader__right .userBlock {
      font-size: 14px;
      vertical-align: middle;
      margin-bottom: 6px; }
      .mainHeader__right .userBlock ul {
        list-style: none; }
        .mainHeader__right .userBlock ul:after {
          display: block;
          content: "";
          clear: both; }
      .mainHeader__right .userBlock--logged ul li {
        border-left: 1px solid #c3c3c3;
        padding: 0 4px 0 9px; }
        .mainHeader__right .userBlock--logged ul li.messages {
          background: url("/images/common/messages.png") no-repeat 6px center;
          padding-left: 25px; }
        .mainHeader__right .userBlock--logged ul li.tools {
          background: url("/images/common/tools.png") no-repeat 6px center;
          padding-left: 25px; }
        .mainHeader__right .userBlock--logged ul li.add-news {
          background: url("/images/common/add-news.png") no-repeat 6px center;
          padding-left: 25px; }
        .mainHeader__right .userBlock--logged ul li.administer {
          background: url("/images/common/administer.png") no-repeat 6px center;
          padding-left: 25px; }
        .mainHeader__right .userBlock--logged ul li:first-child {
          border-left: none;
          background: url("/themes/2016/images/common/home.png") no-repeat left 1px;
          padding-left: 20px;
          background-size: 15px; }
        .mainHeader__right .userBlock--logged ul li:last-child {
          padding: 0 0 0 29px;
          border-left: 1px solid #c3c3c3;
          background: url("/themes/2016/images/common/logout.png") no-repeat 10px center;
          background-size: 17px; }
        .mainHeader__right .userBlock--logged ul li a {
          text-decoration: none; }
          .mainHeader__right .userBlock--logged ul li a:hover {
            text-decoration: underline; }
    .mainHeader__right .searchBlock {
      background: #ffffff; }
      .mainHeader__right .searchBlock--logged input[type="submit"] {
        width: 27px;
        height: 27px; }
      .mainHeader__right .searchBlock input[type="text"] {
        width: 200px;
        background: url("/themes/2016/images/common/search.png") no-repeat 175px 6px;
        background-size: 17px; }
      .mainHeader__right .searchBlock input[type="submit"] {
        background: none;
        border: 0 none;
        position: absolute;
        width: 33px;
        height: 31px;
        right: 0;
        bottom: 0; }

@media only screen and (max-width: 620px) {
  .mainHeader {
    height: auto; }
    .mainHeader__left {
      float: none;
      margin: 0 auto; }
    .mainHeader__right {
      float: none;
      position: absolute;
      margin: 0;
      width: auto;
      z-index: 1; }
      .mainHeader__right .userBlock {
        display: inline-block;
        margin: 0; }
        .mainHeader__right .userBlock li {
          float: none;
          display: inline-block;
          padding: 5px;
          height: 37px; }
          .mainHeader__right .userBlock li a {
            height: 37px;
            line-height: 35px;
            text-decoration: none;
            color: #333;
            display: block;
            padding: 0 10px; }
          .mainHeader__right .userBlock li:hover > a {
            color: #ffffff;
            background: #4caef2; }
      .mainHeader__right .searchBlock {
        display: inline-block;
        vertical-align: middle; } }
@media only screen and (max-width: 430px) {
  .mainHeader__right .searchBlock {
    display: none; } }
.topMenu {
  position: relative;
  height: 45px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #d1d1d1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,e6e6e6+100 */
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  font-size: 14px; }
  .topMenu__list {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center; }
    .topMenu__list li {
      position: relative;
      padding: 5px;
      border-bottom: 1px dotted #ffffff;
      list-style: none; }
      .topMenu__list li:hover > a, .topMenu__list li:active > a {
        color: #ffffff;
        background: #4caef2; }
      .topMenu__list li:hover > ul, .topMenu__list li:active > ul {
        display: block; }
      .topMenu__list li:last-of-type {
        border: none; }
    .topMenu__list a {
      display: block;
      position: relative;
      padding: 0 10px;
      height: 35px;
      line-height: 35px;
      text-decoration: none;
      color: #333; }
      .topMenu__list a i {
        display: none; }
    .topMenu__list ul {
      display: none;
      position: absolute;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,e6e6e6+100 */
      background: #fcfcfc;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fcfcfc 0%, #e6e6e6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e6e6e6',GradientType=0 );
      /* IE6-9 */
      border: 1px solid #dddddd;
      z-index: 100;
      width: 250px;
      text-align: left; }
    .topMenu__list > li {
      display: inline-block;
      padding: 5px 10px;
      border: none; }
      .topMenu__list > li > ul {
        top: 44px; }
        .topMenu__list > li > ul > li > ul {
          top: 0;
          left: 200px; }
  .topMenu__dropdown {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 37px;
    padding: 0 15px;
    margin: 5px;
    border: 0 none;
    background: none;
    outline: none; }
    .topMenu__dropdown:hover, .topMenu__dropdown:active {
      color: #ffffff;
      background: #4caef2; }

@media only screen and (max-width: 955px) {
  .topMenu__list > li {
    padding: 5px 5px; } }
@media only screen and (max-width: 875px) {
  .topMenu__list li a {
    padding: 0 5px; } }
@media only screen and (max-width: 795px) {
  .topMenu__list > li {
    padding: 5px 0; } }
@media only screen and (max-width: 715px) {
  .topMenu__list li a {
    padding: 0 2px; } }
@media only screen and (max-width: 665px) {
  .topMenu__list {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 1; }
    .topMenu__list--expanded {
      display: block; }
    .topMenu__list li {
      padding: 5px 0; }
      .topMenu__list li a {
        padding: 0 10px; }
      .topMenu__list li:hover ul, .topMenu__list li:active ul {
        display: none; }
      .topMenu__list li.topMenu__item--expanded {
        height: auto; }
        .topMenu__list li.topMenu__item--expanded > a > i:first-of-type {
          display: none; }
        .topMenu__list li.topMenu__item--expanded > a > i:last-of-type {
          display: block; }
        .topMenu__list li.topMenu__item--expanded > ul {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          border-left: none;
          border-right: none; }
    .topMenu__list i {
      display: none;
      position: absolute;
      top: 0;
      right: 5px;
      width: 30px;
      height: 30px;
      font-size: 20px;
      font-style: normal;
      text-align: center;
      line-height: 37px; }
      .topMenu__list i:first-of-type {
        display: block; }
    .topMenu__list > li {
      display: block;
      text-align: left;
      border-bottom: 1px dotted #ffffff; }
      .topMenu__list > li > ul {
        background: #eeeeee; }
        .topMenu__list > li > ul > li > ul {
          background: #dddddd; }
  .topMenu__dropdown {
    display: block; } }
.middleSection {
  max-width: 1000px;
  margin: 30px auto 0 auto; }
  .middleSection.errorError {
    overflow: auto; }
  .middleSection .middleContainer {
    line-height: 150%;
    width: 100%;
    float: left;
    overflow: hidden; }
    .middleSection .middleContainer__content {
      padding-top: 25px; }
    .middleSection .middleContainer--withLeftSidebar h1 {
      margin: 7px auto 10px auto; }
    .middleSection .middleContainer--withLeftSidebar .middleContainer__content {
      padding: 0 5px 5px 300px; }
    .middleSection .middleContainer--withRightSidebar h1 {
      margin: 7px auto 10px auto !important; }
    .middleSection .middleContainer--withRightSidebar .middleContainer__content {
      padding: 0 300px 5px 5px; }
    .middleSection .middleContainer .textPage {
      padding: 0 30px 30px 30px;
      text-indent: 30px;
      text-align: justify; }
      .middleSection .middleContainer .textPageSideImage.left {
        margin-right: 15px;
        float: left; }
      .middleSection .middleContainer .textPageSideImage.right {
        margin-left: 15px;
        float: right; }
      .middleSection .middleContainer .textPageList {
        padding-left: 30px; }
        .middleSection .middleContainer .textPageList.katakanaList {
          list-style: katakana-iroha inside; }
    .middleSection .middleContainer h1 {
      text-transform: uppercase;
      text-indent: 0;
      text-align: center;
      color: #0099cc;
      font-size: 36px;
      line-height: 40px;
      font-weight: normal;
      margin-bottom: 15px; }
    .middleSection .middleContainer h2 {
      font-size: 20px;
      color: #0099cc;
      line-height: 150%;
      font-weight: normal;
      margin: 10px 0; }
      .middleSection .middleContainer h2 a {
        text-decoration: none; }
    .middleSection .middleContainer h3 {
      font-size: 16px;
      line-height: 150%;
      margin: 10px 0; }
  .middleSection .leftSidebar {
    float: left;
    margin-left: -995px;
    padding-top: 10px; }
  .middleSection .rightSidebar {
    float: left;
    margin-left: -280px;
    padding-top: 10px; }

@media only screen and (max-width: 1015px) {
  .middleSection .middleContainer {
    float: none; }
    .middleSection .middleContainer--withRightSidebar .middleContainer__content {
      width: 695px;
      padding-right: 5px; }
  .middleSection .rightSidebar {
    float: none;
    margin-left: 0;
    padding: 10px 5px;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (max-width: 720px) {
  .middleSection .middleContainer--withRightSidebar .middleContainer__content {
    width: auto; }
  .middleSection .rightSidebar {
    display: none; } }
.mainFooter {
  background: linear-gradient(to bottom, #121b24 0%, #1a2631 100%);
  margin-top: 30px; }
  .mainFooter__content {
    max-width: 1000px;
    margin: auto;
    background: url("/images/footer-container-tile.png") no-repeat left center;
    overflow: hidden; }
  .mainFooter__copyrights {
    background: url("/themes/2016/images/common/footer-logo.svg") no-repeat left center;
    height: 130px;
    font-size: 12px;
    color: #4d657a;
    padding: 105px 0 0 75px; }
    .mainFooter__copyrights a {
      color: #cacaca;
      text-decoration: none; }
  .mainFooter__groups {
    margin: 35px 0 0 0;
    height: 200px; }
    .mainFooter__groups ul.bottom-menu {
      float: left;
      margin-right: 20px;
      list-style: none; }
      .mainFooter__groups ul.bottom-menu li a {
        font-size: 12px;
        line-height: 21px;
        color: #cacaca; }
        .mainFooter__groups ul.bottom-menu li a:hover {
          text-decoration: none; }
    .mainFooter__groups ul.bottom-menu.apps {
      margin: 5px 20px 0 0; }
      .mainFooter__groups ul.bottom-menu.apps li {
        margin-bottom: 7px; }
        .mainFooter__groups ul.bottom-menu.apps li a {
          display: block;
          background: no-repeat 0 0;
          background-size: 35px;
          width: 35px;
          height: 35px; }
          .mainFooter__groups ul.bottom-menu.apps li a.vk {
            background-image: url("/themes/2016/images/common/vk.svg"); }
          .mainFooter__groups ul.bottom-menu.apps li a.tw {
            background-image: url("/themes/2016/images/common/tw.svg"); }
          .mainFooter__groups ul.bottom-menu.apps li a.gp {
            background-image: url("/themes/2016/images/common/gp.svg"); }
          .mainFooter__groups ul.bottom-menu.apps li a.yt {
            background-image: url("/themes/2016/images/common/yt.svg"); }

@media only screen and (max-width: 800px) {
  .mainFooter__copyrights {
    float: none;
    margin: 35px auto;
    width: 320px;
    box-sizing: border-box;
    padding: 40px 0 0 55px; }
  .mainFooter__groups {
    float: none;
    margin: 0 auto;
    width: 320px; } }
/* Additional blocks */
.blockQuote {
  padding: 4px;
  text-align: center;
  margin: 0 0 30px 0;
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .blockQuote__image {
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  .blockQuote__text {
    width: 320px;
    height: 190px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 25px;
    color: #fff;
    text-align: left; }
    .blockQuote__text h3 {
      padding: 25px 0;
      font-weight: normal;
      font-size: 14px; }
    .blockQuote__text span {
      position: absolute;
      bottom: 25px;
      left: 25px;
      font-size: 14px; }

@media only screen and (max-width: 500px) {
  .blockQuote__text {
    position: static;
    width: 100%;
    box-sizing: border-box; } }
/* Page-specific scripts */
.hotNews {
  max-width: 1000px;
  min-height: 380px;
  box-sizing: border-box;
  padding: 4px;
  margin: 30px 0;
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .hotNews__image {
    width: 100%;
    height: auto; }
  .hotNews__text {
    width: 370px;
    height: 370px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
    color: #fff; }
    .hotNews__text h1 {
      text-align: center;
      font-weight: normal;
      font-size: 34px;
      height: 50px;
      line-height: 50px;
      margin-top: 8px; }
    .hotNews__text .title {
      font-size: 60px;
      font-family: "Arial Black";
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      line-height: 55px;
      text-align: center; }
      .hotNews__text .title b {
        font-size: 48px;
        line-height: 48px; }
      .hotNews__text .title span {
        font-size: 110px;
        line-height: 80px; }
    .hotNews__text .short-description {
      font-size: 14px;
      color: #fff;
      width: 315px;
      margin: 10px auto 14px auto;
      line-height: 14px; }
    .hotNews__text .more {
      position: absolute;
      bottom: 23px;
      left: 24px; }

@media only screen and (max-width: 500px) {
  .hotNews__text {
    position: static;
    width: 100%; } }
.homeRecents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -10px 0; }
  .homeRecents .homeBottomBlock {
    padding: 20px;
    min-width: 313px;
    max-width: 313px;
    height: 324px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 10px 0; }
    .homeRecents .homeBottomBlock h2 {
      font-size: 24px;
      line-height: 28px;
      color: #0099cc;
      font-weight: bold;
      text-transform: uppercase; }
    .homeRecents .homeBottomBlock > .content .item {
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px dotted #ccc; }
      .homeRecents .homeBottomBlock > .content .item .time {
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
        float: left;
        text-align: right;
        width: 30px;
        line-height: 18px; }
        .homeRecents .homeBottomBlock > .content .item .time .header {
          font-size: 18px;
          font-weight: bold;
          margin-top: -2px; }
        .homeRecents .homeBottomBlock > .content .item .time .content {
          margin-top: 3px; }
      .homeRecents .homeBottomBlock > .content .item .data {
        float: left;
        font-size: 14px;
        color: #666;
        width: 230px;
        margin-left: 5px;
        line-height: 18px; }
        .homeRecents .homeBottomBlock > .content .item .data .header {
          color: #333;
          font-weight: bold;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          font-size: 14px; }
          .homeRecents .homeBottomBlock > .content .item .data .header a {
            color: #000000;
            text-decoration: none; }
            .homeRecents .homeBottomBlock > .content .item .data .header a:hover {
              text-decoration: underline; }
        .homeRecents .homeBottomBlock > .content .item .data .content {
          margin-top: 1px; }
    .homeRecents .homeBottomBlock > .content > :last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  .homeRecents__gallery .content {
    text-align: center;
    padding: 36px 0; }
    .homeRecents__gallery .content a {
      display: block; }
      .homeRecents__gallery .content a img {
        width: 260px;
        height: 155px;
        vertical-align: bottom; }
  .homeRecents__events .content .item .data .content {
    height: 216px;
    overflow-y: hidden; }

@media only screen and (max-width: 950px) {
  .homeRecents {
    justify-content: space-around; } }
#pageBasicTechnique .kata-table {
  margin-top: 0; }
  #pageBasicTechnique .kata-table caption {
    margin-top: 0; }

@media only screen and (max-width: 720px) {
  #pageBasicTechnique .requirements tr th:nth-of-type(2) {
    display: none; }
  #pageBasicTechnique .requirements tr td:nth-of-type(2) {
    display: none; }
  #pageBasicTechnique .requirements tr td:nth-of-type(3) {
    border-left: 1px solid #dce4ef; } }
.pageBranches__tip {
  margin: 10px 0;
  text-align: center; }
.pageBranches__mapWrapper {
  position: relative; }
.pageBranches__tile {
  position: relative;
  top: 0;
  left: 0;
  vertical-align: bottom; }
.pageBranches__map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  vertical-align: bottom; }
.pageBranches__citiesWrapper {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  z-index: 1; }
.pageBranches .citiesWrapper__city {
  position: absolute;
  cursor: pointer;
  font-size: 11px;
  color: #000000;
  pointer-events: none; }
  .pageBranches .citiesWrapper__city[data-id="1"] {
    left: 104px;
    top: 102px; }
  .pageBranches .citiesWrapper__city[data-id="2"] {
    left: 155px;
    top: 106px; }
  .pageBranches .citiesWrapper__city[data-id="3"] {
    left: 208px;
    top: 127px; }
  .pageBranches .citiesWrapper__city[data-id="4"] {
    left: 274px;
    top: 124px; }
  .pageBranches .citiesWrapper__city[data-id="5"] {
    left: 328px;
    top: 69px; }
  .pageBranches .citiesWrapper__city[data-id="6"] {
    left: 412px;
    top: 88px; }
  .pageBranches .citiesWrapper__city[data-id="7"] {
    left: 496px;
    top: 128px; }
  .pageBranches .citiesWrapper__city[data-id="8"] {
    left: 573px;
    top: 165px; }
  .pageBranches .citiesWrapper__city[data-id="9"] {
    left: 535px;
    top: 207px; }
  .pageBranches .citiesWrapper__city[data-id="10"] {
    left: 420px;
    top: 212px; }
  .pageBranches .citiesWrapper__city[data-id="11"] {
    left: 394px;
    top: 154px; }
  .pageBranches .citiesWrapper__city[data-id="12"] {
    left: 330px;
    top: 179px; }
  .pageBranches .citiesWrapper__city[data-id="13"] {
    left: 221px;
    top: 194px; }
  .pageBranches .citiesWrapper__city[data-id="14"] {
    left: 153px;
    top: 169px; }
  .pageBranches .citiesWrapper__city[data-id="15"] {
    left: 109px;
    top: 182px; }
  .pageBranches .citiesWrapper__city[data-id="16"] {
    left: 75px;
    top: 152px; }
  .pageBranches .citiesWrapper__city[data-id="17"] {
    left: 65px;
    top: 214px;
    width: 115px; }
  .pageBranches .citiesWrapper__city[data-id="18"] {
    left: 35px;
    top: 228px; }
  .pageBranches .citiesWrapper__city[data-id="19"] {
    left: 124px;
    top: 243px; }
  .pageBranches .citiesWrapper__city[data-id="20"] {
    left: 335px;
    top: 228px; }
  .pageBranches .citiesWrapper__city[data-id="21"] {
    left: 472px;
    top: 254px; }
  .pageBranches .citiesWrapper__city[data-id="22"] {
    left: 409px;
    top: 314px; }
  .pageBranches .citiesWrapper__city[data-id="23"] {
    left: 411px;
    top: 381px; }
  .pageBranches .citiesWrapper__city[data-id="24"] {
    left: 341px;
    top: 286px; }
  .pageBranches .citiesWrapper__city[data-id="25"] {
    left: 285px;
    top: 322px; }
  .pageBranches .citiesWrapper__city--active {
    color: #ffffff; }
.pageBranches__regionsWrapper {
  position: absolute;
  top: 0;
  left: 0; }
.pageBranches .regionsWrapper__region {
  display: none;
  position: absolute;
  width: 667px;
  height: 457px;
  z-index: 0; }
  .pageBranches .regionsWrapper__region--active {
    display: block; }

.pagePlans__yearSelector {
  list-style: none;
  text-indent: 0;
  text-align: left; }
  .pagePlans__yearSelector li {
    display: inline-block; }
    .pagePlans__yearSelector li:after {
      display: inline-block;
      content: "";
      background: #000000;
      width: 1px;
      height: 10px; }
    .pagePlans__yearSelector li:first-child:after, .pagePlans__yearSelector li:last-child:after {
      display: none; }
    .pagePlans__yearSelector li.active > a {
      color: #000000;
      text-decoration: none;
      pointer-events: none; }
.pagePlans__actionsList {
  list-style: none;
  text-indent: 0;
  font-size: 18px; }
  .pagePlans__actionsList li {
    display: inline-block;
    margin: 0 2px; }
.pagePlans__content {
  clear: both; }
  .pagePlans__content .textPageTable tr th {
    background: #F1F4F9; }
  .pagePlans__content .textPageTable tr td {
    text-align: left;
    padding: 5px 10px; }
    .pagePlans__content .textPageTable tr td:first-child {
      text-align: center; }
  .pagePlans__content .textPageTable tr.separator td {
    padding: 0; }
  .pagePlans__content .empty {
    padding: 100px 0;
    text-align: center; }

@media print {
  .pagePlans {
    padding: 0 !important; }
    .pagePlans__yearSelector, .pagePlans__actionsList {
      display: none; }
    .pagePlans__content .empty {
      padding: 20px 0;
      text-align: center; } }
.newsShow #middleContainer {
  min-height: 1086px; }
  .newsShow #middleContainer #middleContent > .options {
    margin-top: 9px; }
  .newsShow #middleContainer #middleContent > h1.page-header {
    text-indent: 20px; }

#newsShow > .addthis_sharing_toolbox {
  margin-right: 10px;
  float: left;
  width: 200px;
  text-align: center; }
  #newsShow > .addthis_sharing_toolbox a {
    display: inline-block; }
    #newsShow > .addthis_sharing_toolbox a span {
      vertical-align: bottom; }
#newsShow > .right {
  float: right;
  width: 463px; }
#newsShow > .contentDescription > img {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  float: left; }

.dojoIndex .contentList__item {
  position: relative; }
  .dojoIndex .contentList__item h2 {
    margin-right: 30px !important; }
  .dojoIndex .contentList__item .centerOnMap {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 20px; }
  .dojoIndex .contentList__item > .imageWrapper a {
    width: 70px; }
  .dojoIndex .contentList__item .contentDescription {
    text-indent: 0;
    font-size: 12px;
    text-align: left; }
    .dojoIndex .contentList__item .contentDescription > p > span {
      display: inline-block;
      width: 95px;
      color: #676767; }

.dojoShow > .addthis_sharing_toolbox {
  margin-right: 10px;
  float: left;
  width: 200px;
  text-align: center; }
  .dojoShow > .addthis_sharing_toolbox a {
    display: inline-block; }
    .dojoShow > .addthis_sharing_toolbox a span {
      vertical-align: bottom; }
.dojoShow > .right {
  float: right;
  width: 463px; }
.dojoShow__description > p > span {
  display: inline-block;
  width: 145px;
  color: #676767; }
.dojoShow__description > img {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  float: left; }
.dojoShow__schedule {
  margin-top: 10px; }
  .dojoShow__schedule .textPageTable tr.rowspan td:first-child {
    text-align: center;
    padding: 0 5px;
    background: none;
    width: auto;
    border-left: 1px solid #dce4ef;
    border-right: 0; }
  .dojoShow__schedule .textPageTable tr.rowspan td:nth-child(2) {
    border-left: 0; }
.dojoShow__photos {
  margin-top: 10px; }
  .dojoShow__photos ul {
    list-style: none; }
    .dojoShow__photos ul::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      clear: both; }
    .dojoShow__photos ul .item {
      float: left;
      padding: 5px 7px;
      border: 1px solid #fafafa;
      margin: 4px; }
      .dojoShow__photos ul .item:nth-child(4n) {
        margin-right: 0; }
      .dojoShow__photos ul .item:nth-child(5n) {
        margin-left: 0; }
      .dojoShow__photos ul .item:first-child {
        margin-left: 0;
        margin-right: 4px; }
      .dojoShow__photos ul .item:hover {
        border: 1px solid #0099cc; }
      .dojoShow__photos ul .item img {
        width: 145px; }

.commonLoginRegister {
  padding: 25px 0;
  border: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap-reverse; }
  .commonLoginRegister__top {
    width: 100%;
    display: flex; }
    .commonLoginRegister__top > div {
      width: 33%;
      padding: 0 40px;
      border-right: 1px dotted #ddd;
      box-sizing: border-box; }
      .commonLoginRegister__top > div:last-of-type {
        border-right: none; }
      .commonLoginRegister__top > div > h2 {
        margin: 0 auto 25px auto;
        font-weight: normal;
        font-size: 26px;
        line-height: 30px; }
      .commonLoginRegister__top > div:hover h2 {
        color: #0099cc; }
      .commonLoginRegister__top > div form {
        width: 250px;
        margin: 0 auto; }
      .commonLoginRegister__top > div .input input {
        width: 250px; }
        .commonLoginRegister__top > div .input input[type='checkbox'] {
          width: auto; }
      .commonLoginRegister__top > div .forgot, .commonLoginRegister__top > div .checkbox label {
        font-size: 14px;
        display: inline; }
  .commonLoginRegister__bottom {
    width: 100%;
    margin: 0 40px;
    border-top: 1px dotted #ddd; }
  .commonLoginRegister .socialPart .input {
    overflow: hidden;
    width: 255px;
    margin: 15px auto; }
    .commonLoginRegister .socialPart .input a {
      display: block;
      width: 120px;
      height: 120px;
      background: #ddd;
      float: left;
      background: url("/themes/2016/images/users/social-login.png") no-repeat 0 0;
      text-decoration: none; }
      .commonLoginRegister .socialPart .input a.vk {
        background-position: -120px -120px; }
        .commonLoginRegister .socialPart .input a.vk:hover {
          background-position: -120px 0px; }
      .commonLoginRegister .socialPart .input a.fb {
        background-position: 0px -120px; }
        .commonLoginRegister .socialPart .input a.fb:hover {
          background-position: 0 0; }
      .commonLoginRegister .socialPart .input a.gp {
        background-position: -360px -120px; }
        .commonLoginRegister .socialPart .input a.gp:hover {
          background-position: -360px 0px; }
      .commonLoginRegister .socialPart .input a.tw {
        background-position: -240px -120px; }
        .commonLoginRegister .socialPart .input a.tw:hover {
          background-position: -240px 0px; }
      .commonLoginRegister .socialPart .input a:first-child {
        margin-right: 15px; }
  .commonLoginRegister .socialPart p {
    width: 255px;
    margin: 0 auto;
    font-size: 14px; }
  .commonLoginRegister .bottomPart {
    border-top: 1px dotted #ddd; }
    .commonLoginRegister .bottomPart h1 {
      color: #09c;
      font-size: 36px;
      line-height: 40px;
      font-weight: normal;
      margin-bottom: 15px; }
    .commonLoginRegister .bottomPart p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 5px; }

.middleSection.usersCommon-login-register .middleContainer__content {
  padding-top: 0; }
  .middleSection.usersCommon-login-register .middleContainer__content > h1 {
    display: none; }

#userProfile form .input:first-of-type {
  margin-top: 0; }
#userProfile form .input.submit {
  text-align: center;
  margin-bottom: 5px; }
#userProfile form .input label {
  width: 140px;
  text-align: right;
  margin-right: 10px; }
#userProfile form .input input, #userProfile form .input textarea {
  width: 333px;
  vertical-align: middle; }
  #userProfile form .input input[type="submit"], #userProfile form .input textarea[type="submit"] {
    width: 250px; }
#userProfile .aboutSection > .left {
  margin-right: 10px;
  float: left;
  width: 180px; }
  #userProfile .aboutSection > .left.imageWrapper {
    position: relative; }
    #userProfile .aboutSection > .left.imageWrapper img {
      width: 180px;
      height: 230px;
      border: 1px solid #ccc;
      vertical-align: bottom;
      box-sizing: border-box; }
    #userProfile .aboutSection > .left.imageWrapper a {
      display: block;
      position: absolute;
      background-color: rgba(210, 210, 210, 0.7);
      color: #fff;
      text-align: center;
      padding: 2px 5px 5px 5px;
      width: 60px;
      bottom: 5px;
      text-decoration: none; }
      #userProfile .aboutSection > .left.imageWrapper a:hover {
        background-color: rgba(76, 174, 242, 0.7); }
#userProfile .aboutSection .right {
  float: right;
  width: 483px; }

.galleryPhotoGalleries .contentList__item > .imageWrapper a {
  width: 75px; }
.galleryPhotoGalleries .contentList__item > .contentInfo .itemsCount a i:last-child {
  display: none; }

.galleryVideoGalleries .contentList__item > .imageWrapper a {
  width: 75px; }
.galleryVideoGalleries .contentList__item > .contentInfo .itemsCount a i:first-child {
  display: none; }

.galleryShowPhotoGallery > div::after {
  display: block;
  content: "";
  clear: both; }
.galleryShowPhotoGallery__item {
  float: left;
  padding: 5px 7px;
  border: 1px solid #fafafa;
  margin: 4px; }
  .galleryShowPhotoGallery__item:nth-child(4n) {
    margin-right: 2px; }
  .galleryShowPhotoGallery__item:nth-child(4n+1) {
    margin-left: 2px; }
  .galleryShowPhotoGallery__item:hover {
    border: 1px solid #0099cc; }
.galleryShowPhotoGallery__preview > img {
  width: 145px;
  vertical-align: bottom; }

.galleryShowVideoGallery > div::after {
  display: block;
  content: "";
  clear: both; }
.galleryShowVideoGallery__item {
  float: left;
  padding: 5px 7px;
  border: 1px solid #fafafa;
  margin: 4px; }
  .galleryShowVideoGallery__item:nth-child(4n) {
    margin-right: 2px; }
  .galleryShowVideoGallery__item:nth-child(4n+1) {
    margin-left: 2px; }
  .galleryShowVideoGallery__item:hover {
    border: 1px solid #0099cc; }
.galleryShowVideoGallery__preview > img {
  width: 145px;
  vertical-align: bottom; }

.galleryShowPhotoItem {
  margin-bottom: 20px; }
  .galleryShowPhotoItem__fullPhotoWrapper {
    display: block;
    margin-bottom: 10px; }
  .galleryShowPhotoItem__fullPhoto {
    height: 540px;
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    object-fit: contain;
    vertical-align: bottom; }
  .galleryShowPhotoItem__carousel .carousel__prev, .galleryShowPhotoItem__carousel .carousel__next {
    line-height: 150px; }
  .galleryShowPhotoItem__carousel .carousel__item > a > img {
    width: 145px;
    height: 145px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    object-fit: contain;
    vertical-align: bottom;
    opacity: 0.7; }
  .galleryShowPhotoItem__carousel .carousel__item > a:hover > img {
    border: 1px solid #0099cc;
    opacity: 1; }
  .galleryShowPhotoItem__carousel .carousel__item--active > a > img {
    border: 1px solid #0099cc;
    opacity: 1; }

.galleryShowVideoItem {
  margin-bottom: 20px; }
  .galleryShowVideoItem__fullVideoWrapper {
    display: block;
    margin-bottom: 10px; }
  .galleryShowVideoItem__fullVideo {
    height: 540px;
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    object-fit: contain;
    vertical-align: bottom; }
  .galleryShowVideoItem__carousel .carousel__prev, .galleryShowVideoItem__carousel .carousel__next {
    line-height: 150px; }
  .galleryShowVideoItem__carousel .carousel__item > a > img {
    width: 145px;
    height: 145px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    object-fit: contain;
    vertical-align: bottom;
    opacity: 0.7; }
  .galleryShowVideoItem__carousel .carousel__item > a:hover > img {
    border: 1px solid #0099cc;
    opacity: 1; }
  .galleryShowVideoItem__carousel .carousel__item--active > a > img {
    border: 1px solid #0099cc;
    opacity: 1; }

/*# sourceMappingURL=common.css.map */
