/***********************/
/******** Colors *******/
/***********************/
/***********************/
/******** Fonts ********/
/***********************/
* {
  max-height: 10000000px;
  outline: none !important; }
  *:before {
    max-height: 10000000px;
    outline: none !important; }
  *:after {
    max-height: 10000000px;
    outline: none !important; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg"); } }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium") format("svg"); } }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg"); } }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light") format("svg"); } }

@font-face {
  font-family: "RobotoSlab";
  src: url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.eot");
  src: url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.eot") format("embedded-opentype"), url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.ttf") format("truetype"), url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "RobotoSlab";
    src: url("../fonts/RobotoSlab-Regular/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg"); } }

@font-face {
  font-family: Glyphicons Halflings;
  src: url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Glyphicons Halflings;
    src: url("../fonts/glyphicons-halflings-regular/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"); } }

.top-row {
  background-color: #1b7a74;
  padding: 9px 0;
  color: #fff; }
  .top-row .info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .top-row .info-text {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 991px) {
      .top-row .info-text {
        padding-top: 0px;
        padding-bottom: 0px; } }
    .top-row .info-text a:hover {
      color: #cccccc; }
    .top-row .info-text > div {
      padding: 9px 0; }
      @media (max-width: 767px) {
        .top-row .info-text > div:first-of-type {
          margin-left: 20px; } }
    .top-row .info-text .address-top, .top-row .info-text .email, .top-row .info-text .phone, .top-row .info-text .skype, .top-row .info-text .callbackB {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: top;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 14px;
      margin-left: 30px; }
      @media (max-width: 1199px) {
        .top-row .info-text .address-top, .top-row .info-text .email, .top-row .info-text .phone, .top-row .info-text .skype, .top-row .info-text .callbackB {
          margin-left: 20px;
          margin-right: 20px; } }
      .top-row .info-text .address-top .likeA, .top-row .info-text .email .likeA, .top-row .info-text .phone .likeA, .top-row .info-text .skype .likeA, .top-row .info-text .callbackB .likeA {
        color: #fff;
        cursor: pointer; }
        .top-row .info-text .address-top .likeA:hover, .top-row .info-text .email .likeA:hover, .top-row .info-text .phone .likeA:hover, .top-row .info-text .skype .likeA:hover, .top-row .info-text .callbackB .likeA:hover {
          color: #cccccc; }
    .top-row .info-text .phone i {
      font-size: 20px; }
    .top-row .info-text .phone a:hover {
      color: #fff; }
    .top-row .info-text .hidden-lg {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
      @media (max-width: 1199px) {
        .top-row .info-text .hidden-lg {
          display: none !important; } }
    .top-row .info-text .email a {
      color: #fff;
      text-decoration: none; }
      .top-row .info-text .email a:hover {
        color: #cccccc; }
    .top-row .info-text .email i {
      font-size: 17px; }
    .top-row .info-text i {
      color: #fff;
      font-size: 18px;
      margin: 0 7px 0 0; }
  .top-row .search .btn-search {
    background-color: #000; }
    .top-row .search .btn-search:hover {
      background-color: #333333; }
    .top-row .search .btn-search i {
      font-size: 17px; }

.search {
  margin: 12px 0;
  max-width: 270px; }
  @media (max-width: 991px) {
    .search {
      display: block; } }
  .search input[type="text"] {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding-right: 40px; }
  .search .btn-search:hover {
    background-color: #00AE90; }

.workArea .search {
  border: 1px solid #000;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .workArea .search .btn-search {
    background-color: #000; }
    .workArea .search .btn-search:hover {
      background-color: #333333; }

.btn-primary {
  background-color: #0078D7;
  border: 1px solid #0078D7; }

.side-menu {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #EAF3FB;
  display: block; }
  @media (min-width: 992px) {
    .side-menu {
      display: block !important; } }
  @media (max-width: 1199px) {
    .side-menu {
      display: none; } }
  .side-menu h3, .side-menu h4 {
    margin: 0;
    font-size: inherit;
    line-height: inherit; }
  .side-menu > li.child a {
    color: #000; }
    .side-menu > li.child a:before {
      content: none;
      color: #000;
      width: 35px;
      height: 100%;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .side-menu > li.child.active > h3 > a:before {
    content: none; }
  .side-menu > li.child.active > h3 > a .custIcon {
    color: #fff; }
  .side-menu > li.child.active > h3 > a:hover, .side-menu > li.child.active > h3 > a:focus {
    color: #fff;
    background: #00AE90; }
    .side-menu > li.child.active > h3 > a:hover .custIcon, .side-menu > li.child.active > h3 > a:focus .custIcon {
      color: #fff; }
  .side-menu > li.child.active > h3 > a:focus:hover {
    background: #00AE90; }
  .side-menu > li.active > h3 > a {
    color: #fff;
    background: #00AE90; }
    .side-menu > li.active > h3 > a:before {
      content: none;
      color: #fff; }
    .side-menu > li.active > h3 > a:hover, .side-menu > li.active > h3 > a:focus {
      color: #fff;
      background: #00AE90; }
      .side-menu > li.active > h3 > a:hover .custIcon, .side-menu > li.active > h3 > a:focus .custIcon {
        color: #fff; }
  .side-menu > li.active.open .custIcon {
    color: #fff; }
  .side-menu > li.active.open > h3 > a:hover {
    background: #00AE90; }
  .side-menu > li .submenu {
    display: none; }
    .side-menu > li .submenu > li.active a {
      color: #00AE90;
      text-decoration: none; }
  .side-menu > li.open > h3 > a {
    background-color: #EAF3FB; }
    .side-menu > li.open > h3 > a .custIcon {
      color: #000;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .side-menu > li.open > h3 > a:focus {
      background-color: #EAF3FB; }
    .side-menu > li.open > h3 > a:hover {
      background: #bfdbf3; }
  .side-menu > li > h3 > a {
    border-bottom-width: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative; }
    .side-menu > li > h3 > a:hover {
      color: #000;
      background: #bfdbf3; }
      .side-menu > li > h3 > a:hover .custIcon {
        color: #000; }
    .side-menu > li > h3 > a:focus {
      background: #EAF3FB;
      color: #000; }
      .side-menu > li > h3 > a:focus .custIcon {
        color: #000; }
      .side-menu > li > h3 > a:focus:hover {
        background: #bfdbf3; }
    .side-menu > li > h3 > a .custIcon {
      position: absolute;
      font-size: 11px;
      color: #000;
      width: 35px;
      height: 100%;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: -webkit-transform 0.1s linear;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
  .side-menu > li.active > h3 > a {
    background: #00AE90; }
  .side-menu .submenu {
    padding: 12px 0; }
    .side-menu .submenu > li {
      margin-bottom: 0px; }
      .side-menu .submenu > li > h4 > a {
        display: block;
        padding: 7px 10px;
        text-decoration: underline;
        color: #000;
        font-weight: 400; }
        .side-menu .submenu > li > h4 > a:hover {
          color: #000;
          text-decoration: none; }

header .logo {
  height: auto;
  line-height: 36px;
  font-size: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "RobotoSlab", sans-serif;
  color: #fff; }
  @media (max-width: 1199px) {
    header .logo {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  header .logo-img {
    display: block; }
  header .logo img {
    width: 187px; }
  @media (max-width: 1199px) {
    header .logo .logo-note {
      width: 100%;
      text-align: center; } }

header.menu-type-1 {
  height: auto;
  padding: 1px 0 76px 0;
  background-color: #1b7a74;
  margin-bottom: 60px; }
  @media (max-width: 1199px) {
    header.menu-type-1 {
      padding-bottom: 4px; } }
  @media (max-width: 991px) {
    header.menu-type-1 {
      margin-top: -1px;
      margin-bottom: 30px; } }
  header.menu-type-1 .logo {
    margin: 0; }
    @media (max-width: 1199px) {
      header.menu-type-1 .logo {
        margin-bottom: 20px; } }
    header.menu-type-1 .logo-img {
      margin: 0 30px 0 0; }
      @media (max-width: 1199px) {
        header.menu-type-1 .logo-img {
          margin-bottom: 12px;
          margin-right: 0px; } }

.nav > li > h3 > a {
  padding: 8px 35px 8px 10px;
  display: block; }
  .nav > li > h3 > a:hover, .nav > li > h3 > a:focus {
    text-decoration: none; }

.sidebar {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .sidebar {
      display: block; } }
  .sidebar-menuToggler {
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 18px;
    text-align: center; }
    @media (min-width: 992px) {
      .sidebar-menuToggler {
        display: none !important; } }
    .sidebar-menuToggler.toggler2 .sidebar-menuToggler-inner {
      -webkit-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      display: none; }
      .sidebar-menuToggler.toggler2 .sidebar-menuToggler-inner.open {
        display: inline-block; }
    .sidebar-menuToggler-inner {
      padding: 5px 10px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      cursor: pointer;
      background-color: #EAF3FB;
      -webkit-transition: -webkit-border-radius 0.1s linear;
      transition: -webkit-border-radius 0.1s linear;
      transition: border-radius 0.1s linear;
      transition: border-radius 0.1s linear, -webkit-border-radius 0.1s linear;
      text-decoration: none;
      color: inherit; }
      .sidebar-menuToggler-inner:hover, .sidebar-menuToggler-inner:focus, .sidebar-menuToggler-inner:active {
        background-color: #bfdbf3;
        text-decoration: none;
        color: inherit; }
      .sidebar-menuToggler-inner i {
        font-size: 11px;
        -webkit-transition: -webkit-transform 0.1s linear;
        transition: -webkit-transform 0.1s linear;
        transition: transform 0.1s linear;
        transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
      .sidebar-menuToggler-inner-span2 {
        display: none; }
      .sidebar-menuToggler-inner.open {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; }
        .sidebar-menuToggler-inner.open .sidebar-menuToggler-inner-span2 {
          display: inline-block; }
        .sidebar-menuToggler-inner.open .sidebar-menuToggler-inner-span1 {
          display: none; }

@media (max-width: 991px) {
  .left-menu-md {
    padding-right: 15px; } }

.forBlind {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 4px 0;
  cursor: pointer;
  text-align: right; }
  @media (max-width: 991px) {
    .forBlind {
      display: none; } }
  .forBlind:hover {
    color: #cccccc; }
    .forBlind:hover span {
      border-bottom-color: #cccccc; }
  .forBlind img {
    margin: 0 9px 0 0; }
  .forBlind span {
    line-height: 26px;
    display: inline-block;
    border-bottom: 1px dashed #fff; }

.forBlindFooter {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer; }
  .forBlindFooter:hover {
    color: #e6e6e6; }
  @media (max-width: 991px) {
    .forBlindFooter {
      display: none; } }

.main-banner {
  text-align: center;
  margin: 0 0 35px 0; }
  .main-banner a {
    display: block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden; }
  .main-banner img {
    max-width: 100%; }

h2 a.spLink {
  font-size: inherit;
  color: #000;
  border-bottom-width: 0px;
  text-decoration: none; }
  h2 a.spLink:hover {
    color: #4d4d4d; }

.sectionsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  margin: 0 0 24px 0; }
  .sectionsList-single {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0px; }
    .sectionsList-single a {
      border-bottom: 1px dashed #0078D7;
      color: #0078D7;
      text-decoration: none; }
      .sectionsList-single a:hover {
        border-bottom-color: #0b93ff;
        color: #0b93ff; }
  .sectionsList-main {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700; }

.news-main {
  padding: 0 20px; }
  @media (max-width: 991px) {
    .news-main {
      padding-left: 0px;
      padding-right: 0px; } }

.item-views .item {
  margin-bottom: 59px; }
  .item-views .item .period {
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 6px; }
  .item-views .item .btn {
    margin-top: 0px; }

.item-views.list .item .text {
  margin-top: -8px; }
  .item-views.list .item .text .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500; }
    .item-views.list .item .text .title a {
      text-decoration: none;
      color: #000; }

.item-views.list .item.wdate .title {
  margin-bottom: 10px; }

.btn {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-width: 1px; }
  .btn .icon-chevron-right {
    font-size: 12px; }

.btn-sm, .btn-xs, .btn-primary {
  font-size: 14px;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500; }

.btn-default, .btn-primary {
  border-color: #00AE90;
  color: #00AE90;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-default:disabled, .btn-primary:disabled {
    color: #cccccc; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: #00e1ba;
  color: #00e1ba;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: #00e1ba;
  color: #00e1ba;
  -webkit-box-shadow: none;
  box-shadow: none; }

.styled-block {
  padding-top: 47px;
  padding-bottom: 37px;
  margin-left: -1000px;
  margin-right: -1000px;
  padding-right: 1000px;
  padding-left: 1000px; }
  .styled-block > div.row p {
    font-size: 20px; }

.sp-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 18px 0;
  letter-spacing: 0px; }

.posters {
  padding-bottom: 40px; }
  .posters-single {
    padding: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #EAF3FB;
    margin: 0 0 20px 0; }
    .posters-single.selected {
      background-color: #E4F6F3; }
      .posters-single.selected .posters-single-title a {
        color: #00AE90; }
    .posters-single-title {
      font-weight: 700;
      font-size: 20px;
      margin: 0 0 17px 0;
      line-height: 26px; }
      .posters-single-title:last-child {
        margin-bottom: 0px; }
      .posters-single-title a {
        color: #0078D7;
        text-decoration: none; }
    .posters-single-prImg {
      width: 140px;
      margin: 6px 10px 20px 0;
      float: left; }
      .posters-single-prImg-tag {
        width: 100%; }

@media (max-width: 991px) {
  .xsArticles {
    display: none; } }

.xsArticles-single {
  padding: 16px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 3px 0; }
  .xsArticles-single.selected {
    background-color: #E4F6F3; }
  .xsArticles-single-date {
    font-size: 14px; }
  .xsArticles-single-title {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 17px 0;
    line-height: 24px; }
    .xsArticles-single-title:last-child {
      margin-bottom: 0px; }
    .xsArticles-single-title a {
      color: #000;
      text-decoration: none;
      display: block; }
      .xsArticles-single-title a:hover {
        color: #4d4d4d; }

.exhibition-author {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 8px 0; }

.exhibition-type {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 8px 0; }

@media (max-width: 480px) {
  .exhibition .item-views.list .item .col-md-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.exhibition .item-views.list .item .title {
  margin-bottom: 8px; }

.exhibition .item-views.list .item .image {
  width: 140px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .exhibition .item-views.list .item .image {
      margin-bottom: 20px; } }

.exhibition .item-views.list .item .text {
  float: right;
  width: -webkit-calc(100% -  140px);
  width: calc(100% -  140px);
  padding-left: 20px; }
  @media (max-width: 480px) {
    .exhibition .item-views.list .item .text {
      width: 100%;
      padding-left: 0px; } }

.exhibition-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .exhibition-bottom-audio-controls {
    width: 30px;
    height: 45px;
    position: relative;
    margin: 0 25px 0 0; }
    .exhibition-bottom-audio-controls-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 100%;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      padding: 10px 25px;
      margin: 0 0 0 -25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .exhibition-bottom-audio-controls-button.active {
        z-index: 10;
        opacity: 1; }
      .exhibition-bottom-audio-controls-button i {
        color: #0078D7; }
    .exhibition-bottom-audio-controls-play i {
      font-size: 28px; }
    .exhibition-bottom-audio-controls-pause i {
      font-size: 22px; }
  .exhibition-bottom-audio-tag {
    display: none; }

.group-content .item .text + .image {
  border-top-width: 0px; }

.partnersFront2 {
  background-color: #F1F1F1;
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1030px;
  padding-right: 1030px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 30px; }
  .partnersFront2-single {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .partnersFront2-single-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 140px;
      width: 140px;
      background-color: #fff; }
  .partnersFront2 .slick-arrow {
    border-width: 0px;
    background-color: transparent;
    background: transparent;
    overflow: hidden;
    text-indent: -500px;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 986px;
    padding: 0;
    z-index: 12; }
    .partnersFront2 .slick-arrow:hover {
      opacity: 0.7; }
    .partnersFront2 .slick-arrow:before {
      content: '';
      width: 20px;
      height: 20px;
      border-left: 2px solid #00AE90;
      border-bottom: 2px solid #00AE90;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .partnersFront2 .slick-next {
    right: 986px;
    left: auto; }
    .partnersFront2 .slick-next:before {
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }

footer {
  border-top-width: 0px;
  background: #1b7a74;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 51px; }
  @media (max-width: 991px) {
    footer {
      text-align: center; } }
  footer .menu {
    padding: 34px 0 0 0; }
    footer .menu p {
      font-size: 20px; }
      footer .menu p a {
        color: #00FFD3; }
  footer .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6px; }
    @media (max-width: 991px) {
      footer .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    footer .social-single {
      margin: 0 19px 19px 0; }
      footer .social-single a {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        -webkit-transition: -webkit-transform 0.1s linear;
        transition: -webkit-transform 0.1s linear;
        transition: transform 0.1s linear;
        transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
        footer .social-single a:hover {
          -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
          transform: rotate(-10deg); }
        footer .social-single a i {
          font-size: 20px;
          margin: 0;
          color: #fff; }
      footer .social-single.facebook a {
        background-color: #3C5A99; }
      footer .social-single.vk a {
        background-color: #5181B8; }
      footer .social-single.twitterS a {
        background-color: #41abe1; }
      footer .social-single.youtubeS a {
        background-color: #ff0000; }
      footer .social-single.odnoklS a {
        background: #D27E00 url(../images/odnoklassniki@2x.png) center center no-repeat;
        background-size: 24px; }

.developLogo {
  width: 139px; }

.topMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px -18px 18px 0; }
  @media (max-width: 1199px) {
    .topMenu {
      margin-left: 0px;
      margin-right: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .topMenu-single {
    display: block;
    margin: 2px 3px; }
    .topMenu-single-inner {
      padding: 5px 15px;
      font-size: 18px;
      font-weight: 500;
      white-space: nowrap;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: #00AE90;
      color: #fff; }
    .topMenu-single-link {
      background-color: transparent;
      color: #fff;
      text-decoration: underline; }
      .topMenu-single-link:hover {
        color: #e6e6e6; }

section.page-top {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 0px; }
  section.page-top:after {
    content: none; }

.menu-type-1 + .main section.page-top {
  padding: 0; }

.topPart-title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 25px 0; }

.wrap_pagination {
  text-align: left; }

.pagination {
  margin-top: 0px;
  margin-left: -10px;
  margin-bottom: 35px !important; }
  .pagination > li {
    margin-right: 6px;
    display: inline-block; }
    .pagination > li > a, .pagination > li > span {
      border-width: 0px;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      padding: 6px 10px;
      font-size: 20px;
      font-weight: 500;
      color: #00AE90; }
    .pagination > li.active > a, .pagination > li.active > span {
      background-color: #00AE90;
      color: #fff; }
      .pagination > li.active > a:hover, .pagination > li.active > span:hover {
        background-color: #00AE90; }

.pagetitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: normal;
  margin-bottom: 5px; }

.secondp header.menu-type-1 {
  padding-bottom: 14px; }

.detail .content {
  font-size: 20px; }
  @media (max-width: 480px) {
    .detail .content {
      font-size: 16px; } }
  .detail .content p {
    font-size: 20px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .detail .content p {
        font-size: 16px; } }

.detail .wraps {
  margin-top: 40px;
  margin-bottom: 42px; }
  .detail .wraps h4 {
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 34px; }

.docs .pdf {
  background: url(../images/docs/pdf.png) 0 center no-repeat; }

.docs .excel {
  background: url(../images/docs/excel.png) 0 center no-repeat; }

.docs .word {
  background: url(../images/docs/word.png) 0 center no-repeat; }

.docs .pdf, .docs .excel, .docs .word {
  padding-left: 49px;
  height: auto;
  font-size: 16px;
  line-height: 19px; }
  .docs .pdf a, .docs .excel a, .docs .word a {
    text-decoration: none;
    color: #00AE90; }
  .docs .pdf span, .docs .excel span, .docs .word span {
    font-size: 14px; }

.preview-text {
  border-left: 2px solid #00AE90;
  padding: 2px 0 4px 23px;
  font-size: 16px;
  width: 100%;
  /*max-width: 480px;*/
  margin-bottom: 35px; }

.detail .galery .item:hover, .detail .projects .item:hover .text, .catalog.detail .row .projects .item:hover .projects, .project.detail .row .projects .item:hover .projects {
  background: transparent; }

.detail .galery .item:hover a img {
  visibility: visible; }

.shareIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px; }
  .shareIcons-single {
    margin: 0 9px 0 0; }
    .shareIcons-single a {
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none; }
      .shareIcons-single a i {
        font-size: 20px;
        margin: 0;
        color: #fff; }
    .shareIcons-single.facebook a {
      background-color: #3C5A99; }
    .shareIcons-single.vk a {
      background-color: #5181B8; }
    .shareIcons-single.odnokl a {
      background: #D27E00 url("../images/odnoklassniki@2x.png") center center no-repeat;
      background-size: 24px; }

.b-share {
  margin-top: -5px; }
  .b-share .b-share__handle {
    margin: 0 9px 0 0 !important;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden; }
    .b-share .b-share__handle .b-share-icon {
      width: 100%;
      height: 100%;
      font-size: 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: none;
      -webkit-transition: -webkit-transform 0.1s linear;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
      .b-share .b-share__handle .b-share-icon:hover {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg); }
      .b-share .b-share__handle .b-share-icon:before {
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 20px; }
    .b-share .b-share__handle .b-share-icon_facebook {
      background-color: #3C5A99; }
      .b-share .b-share__handle .b-share-icon_facebook:before {
        content: "\f09a"; }
    .b-share .b-share__handle .b-share-icon_vkontakte {
      background-color: #5181B8; }
      .b-share .b-share__handle .b-share-icon_vkontakte:before {
        content: "\f189"; }
    .b-share .b-share__handle .b-share-icon_odnoklassniki {
      background: #D27E00 url("../images/odnoklassniki@2x.png") center center no-repeat;
      background-size: 24px; }

.btnWr {
  margin-top: 15px; }

.voice-btn {
  display: none; }

.bvi-body .voice-btn {
  display: inline-block; }

.bvi-body .voice-btn-pause {
  display: none; }
  .bvi-body .voice-btn-pause.active {
    display: inline-block; }

.bvi-body .voice-btn-resume {
  display: none; }
  .bvi-body .voice-btn-resume.active {
    display: inline-block; }

form .formGroup {
  margin: 0 0 20px 0; }
  form .formGroup > i.icon {
    display: none; }
  form .formGroup.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px; }
    @media (max-width: 767px) {
      form .formGroup.bottom {
        display: block; } }

form .note {
  margin: 0 0 15px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #666; }
  @media (max-width: 767px) {
    form .note {
      margin-left: 0px; } }

form .form-control {
  height: 40px; }

form textarea.form-control {
  height: 200px;
  resize: none; }

.workArea form {
  width: 100%;
  max-width: 680px; }
  .workArea form .form-control {
    width: 100%;
    max-width: 580px; }

label {
  font-weight: 500; }

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

.inhLink {
  text-decoration: none;
  color: inherit; }

.moreSearch {
  margin: 20px 0 10px 0; }

table {
  font-weight: 400;
  width: 100%; }
  table td, table th {
    border-left-width: 0px;
    border-right-width: 0px !important;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    background: transparent;
    text-align: center;
    color: #000;
    padding: 10px; }
    table td:first-child, table th:first-child {
      border-left-width: 0px;
      text-align: left; }
    table td:nth-child(2), table th:nth-child(2) {
      text-align: center; }
  table th {
    font-weight: 600;
    font-size: 16px; }
  table tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.04); }

.table-wrapper {
  width: 100%;
  overflow-x: auto; }

html, body {
  height: auto; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  letter-spacing: normal; }

.workArea {
  font-size: 20px;
  line-height: 1.5; }
  .workArea li {
    line-height: 1.5; }
  .workArea ul, .workArea ol, .workArea p {
    margin-bottom: 15px; }
  .workArea > h1, .workArea > h2, .workArea > h3, .workArea > h4, .workArea > h5, .workArea > h6, .workArea > .h1, .workArea > .h2, .workArea > .h3, .workArea > .h4, .workArea > .h5, .workArea > .h6 {
    margin-bottom: 20px;
    margin-top: 25px; }
    .workArea > h1:first-child, .workArea > h2:first-child, .workArea > h3:first-child, .workArea > h4:first-child, .workArea > h5:first-child, .workArea > h6:first-child, .workArea > .h1:first-child, .workArea > .h2:first-child, .workArea > .h3:first-child, .workArea > .h4:first-child, .workArea > .h5:first-child, .workArea > .h6:first-child {
      margin-top: 0px; }

.inhLink {
  color: inherit;
  text-decoration: none; }
  .inhLink:hover, .inhLink:focus {
    color: inherit;
    text-decoration: none; }
