@charset "UTF-8";
/* font-family: 'PTSansRegular'; */
@font-face {
  font-family: 'PTSansRegular';
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSansItalic'; */
@font-face {
  font-family: 'PTSansItalic';
  src: url("../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSansBold'; */
@font-face {
  font-family: 'PTSansBold';
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSerifRegular'; */
@font-face {
  font-family: 'PTSerifRegular';
  src: url("../fonts/PTSerifRegular/PTSerifRegular.eot");
  src: url("../fonts/PTSerifRegular/PTSerifRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerifRegular/PTSerifRegular.woff") format("woff"), url("../fonts/PTSerifRegular/PTSerifRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSerifBoldItalic'; */
@font-face {
  font-family: 'PTSerifBoldItalic';
  src: url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot");
  src: url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.woff") format("woff"), url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSerifItalic'; */
@font-face {
  font-family: 'PTSerifItalic';
  src: url("../fonts/PTSerifItalic/PTSerifItalic.eot");
  src: url("../fonts/PTSerifItalic/PTSerifItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"), url("../fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: 'PTSerifBold'; */
@font-face {
  font-family: 'PTSerifBold';
  src: url("../fonts/PTSerifBold/PTSerifBold.eot");
  src: url("../fonts/PTSerifBold/PTSerifBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerifBold/PTSerifBold.woff") format("woff"), url("../fonts/PTSerifBold/PTSerifBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FuturaBookC';
  src: url("../fonts/FuturaBookC/FuturaBookC.eot");
  src: url("../fonts/FuturaBookC/FuturaBookC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBookC/FuturaBookC.woff") format("woff"), url("../fonts/FuturaBookC/FuturaBookC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

html, body {
  height: 100%; }

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.main {
  margin-top: 127px;
  flex: 1 0 auto; }

.main--bg-clouds {
  background-image: url(../images/clouds_bg_all.png), -webkit-linear-gradient(to bottom, #cbebf8 0px, #cbebf8 200px, #59c4e2 100%);
  background-image: url(../images/clouds_bg_all.png), -moz-linear-gradient(to bottom, #cbebf8 0px, #cbebf8 200px, #59c4e2 100%);
  background-image: url(../images/clouds_bg_all.png), -ms-linear-gradient(to bottom, #cbebf8 0px, #cbebf8 200px, #59c4e2 100%);
  background-image: url(../images/clouds_bg_all.png), -o-linear-gradient(to bottom, #cbebf8 0px, #cbebf8 200px, #59c4e2 100%);
  background-image: url(../images/clouds_bg_all.png), linear-gradient(to bottom, #cbebf8 0px, #cbebf8 200px, #59c4e2 100%);
  background-attachment: fixed, fixed;
  background-position: center bottom;
  background-repeat: repeat-x; }

.content {
  /*position: relative;*/
  height: 100%;
  z-index: 1; }

html {
  overflow: hidden;
  height: 100%; }

body {
  overflow: auto;
  height: 100%; }

/* unset bs3 setting */
.modal-open {
  overflow: auto;
  padding-right: 0px !important; }

.header__container {
  background: #4280c5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 65px;
  overflow: hidden;
  z-index: 115;
  border: none !important; }
  .header__container .logo__container {
    width: 25%;
    min-width: 240px; }
    .header__container .logo__container img {
      height: 65px;
      width: auto; }
  .header__container .sitename__container {
    width: 50%;
    height: 65px;
    min-width: 240px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__container .sitename__container .sitename__title {
      font-size: 32px;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsys;
      white-space: nowrap;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto; }
  .header__container .login__container {
    width: 25%;
    min-width: 240px; }

.header_search {
  position: relative;
  width: 115px;
  top: 15px;
  margin-right: 15px; }
  .header_search form {
    display: block;
    position: relative; }
  .header_search .header_search__field {
    border-radius: none !important;
    padding-right: 2em; }
  .header_search .header_search__button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent !important;
    color: #0874b2 !important;
    border: none !important;
    outline: none !important; }

.navbar-default .navbar-toggle {
  border-color: transparent;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 65px !important;
  height: 65px !important; }

.navbar-default .navbar-toggle .icon {
  color: #fff; }

.navbar-default .navbar-toggle .icon:hover, .navbar-default .navbar-toggle .icon:active {
  color: #fff; }

#user-top-menu {
  margin-right: 0px; }

@media screen and (max-width: 1200px) {
  #main-navbar-collapse {
    padding-bottom: 10px;
    border: none !important; }
  #main-navbar-collapse ul li a {
    font-size: 1rem !important;
    line-height: 1.4 !important; }
  #user-top-menu {
    float: right !important;
    width: 49% !important;
    height: auto !important; }
  #user-top-menu > li {
    display: block !important;
    float: none !important;
    height: auto !important;
    overflow: hidden !important; }
  #user-top-menu > li > a {
    height: auto !important; }
  #user-top-submenu-toggle {
    display: none !important; }
  #user-top-submenu {
    display: block !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important; }
  #user-top-submenu > li {
    display: block !important;
    float: none !important;
    height: auto !important; }
  #user-top-submenu > li > a {
    padding: 10px 15px !important;
    height: auto !important; }
  #search-top {
    float: none !important;
    clear: both !important;
    padding: 10px 0 !important;
    width: 100% !important; } }

@media screen and (max-width: 768px) {
  #user-top-menu {
    float: none !important;
    width: 100% !important; } }

#user-top-menu > li > a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  background: none !important;
  color: #fff !important; }

.menu-profile {
  position: relative;
  padding-left: 60px !important; }

.menu-profile .profile-thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden; }

.menu-profile .profile-thumbnail img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 45px; }

.menu-container {
  position: relative;
  z-index: 10; }

.menu-container.fixed {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 62px;
  z-index: 105; }

.menu {
  margin-bottom: -62px;
  height: 62px;
  background-color: #1ec8c5;
  text-align: center; }

.menu .logo {
  display: block;
  padding: 0;
  float: left;
  width: 100px;
  line-height: 62px;
  text-align: center;
  cursor: pointer; }

.menu .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.menu .mobile_toggle {
  display: none;
  position: relative;
  float: right;
  width: 62px;
  height: 62px;
  cursor: pointer; }

.menu .mobile_toggle:before {
  position: absolute;
  content: '';
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  border: 2px solid white;
  border-width: 2px 0 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.menu .mobile_toggle:after {
  position: absolute;
  content: '';
  width: 30%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 35%;
  background-color: white; }

.menu .mobile_toggle:active {
  background-color: white; }

.menu .mobile_toggle:active:before {
  border-color: #1ec8c5; }

.menu .mobile_toggle:active:after {
  background-color: #1ec8c5; }

.menu ul {
  padding: 0px; }

.menu > ul {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 0;
  font-size: 0;
  list-style: none;
  vertical-align: top; }

.menu li > ul {
  position: absolute;
  width: auto;
  top: 62px;
  min-width: 100%;
  left: 0;
  text-align: center;
  background-color: #1ec8c5;
  box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -2; }

.menu li:hover > ul, .menu li.hover > ul {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.menu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu li > ul li {
  display: block; }

.menu a {
  display: inline-block;
  padding: 0 35px;
  font-size: 20px;
  line-height: 62px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }

.menu li > ul a {
  display: block;
  padding: 0; }

.menu a:hover, .menu li.hover > a, .menu li.active > a {
  color: #1ec8c5;
  background-color: white;
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .menu {
    text-align: right; }
  .menu .logo {
    width: 62px; }
  .menu .logo img {
    max-width: 65%;
    max-height: 65%; }
  .menu > ul {
    margin-right: 0; }
  .menu a {
    padding: 0 20px; } }

@media screen and (max-width: 1530px) {
  .menu .mobile_toggle {
    display: block; }
  .menu > ul {
    position: absolute;
    display: block;
    top: 62px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #1ec8c5;
    box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.3);
    z-index: -1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .menu-container.open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999; }
  .menu-container.submenu .menu > ul > li {
    opacity: 0;
    visibility: hidden; }
  .menu-container.submenu .menu > ul > li.hover, .menu > ul > li:hover {
    opacity: 1;
    visibility: visible;
    z-index: 9; }
  .menu-container.open .menu > ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-width: 400px) {
  .menu li {
    display: block; }
  .menu li > ul {
    display: none;
    top: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1; }
  .menu-container.open .menu li > ul {
    display: block; }
  .menu li:hover > ul, .menu li.hover > ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .menu a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

/*
.menu-container{
	position: fixed;
	top:65px;
	left:0px;
	height:62px;
	width:100%;
	z-index: 10;

	.menu{
	  margin-bottom: -62px;
	  height: 62px;
	  background-color: #1ec8c5;
	  text-align: center;
	}

	.menu .logo{
	  display: block;
	  padding: 0;
	  float: left;
	  width: 100px;
	  line-height: 62px;
	  text-align: center;
	  cursor: pointer;
	}

	.menu .logo img{
	  width: auto;
	  height: auto;
	  max-width: 100%;
	  max-height: 100%;
	  vertical-align: middle;
	}

	.menu .mobile_toggle{
	  display: none;
	  position: relative;
	  float: right;
	  width: 62px;
	  height: 62px;
	  cursor: pointer;
	}

	.menu .mobile_toggle:before{
	  position: absolute;
	  content: '';
	  width: 30%;
	  height: 30%;
	  top: 35%;
	  left: 35%;
	  border: 2px solid white;
	  border-width: 2px 0 2px 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	.menu .mobile_toggle:after{
	  position: absolute;
	  content: '';
	  width: 30%;
	  height: 2px;
	  top: 50%;
	  margin-top: -1px;
	  left: 35%;
	  background-color: white;
	}

	.menu .mobile_toggle:active{
	  background-color: white;
	}

	.menu .mobile_toggle:active:before{
	  border-color: #1ec8c5;
	}

	.menu .mobile_toggle:active:after{
	  background-color: #1ec8c5;
	}

	.menu > ul{
	  display: inline-block;
	  margin-right: 100px;
	  margin-bottom: 0;
	  font-size: 0;
	  list-style: none;
	  vertical-align: top;
	}

	.menu li > ul{
	  position: absolute;
	  width: auto;
	  top: 62px;
	  min-width: 100%;
	  left: 0;
	  text-align: center;
	  padding:0px;
	  background-color: #1ec8c5;
	  box-shadow: inset 0 10px 15px -15px rgba(0,0,0,0.3);
	  -webkit-transform: translateY(-100%);
	  -moz-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	  -o-transform: translateY(-100%);
	  transform: translateY(-100%);
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  opacity: 0;
	  z-index: -2;
	}

	.menu li:hover > ul, .menu li.hover > ul{
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	  opacity: 1;
	}

	.menu li{
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

	.menu li > ul li{
	  display: block;
	}

	.menu a{
	  display: inline-block;
	  padding: 0 35px;
	  font-size: 20px;
	  line-height: 62px;
	  color: white;
	  text-transform: uppercase;
	  text-decoration: none;
	  cursor: pointer;
	}

	.menu li > ul a{
	  display: block;
	  padding: 0;
	}

	.menu a:hover, .menu li.hover > a{
	  color: #1ec8c5;
	  background-color: white;
	  text-decoration: none;
	}

	@media screen and (max-width: 1200px){
	  .menu{
		text-align: right;
	  }

	  .menu .logo{
		width: 62px;
	  }

	  .menu .logo img{
		max-width: 65%;
		max-height: 65%;
	  }

	  .menu > ul{
		margin-right: 0;
	  }

	  .menu a{
		padding: 0 20px;
	  }
	}

	@media screen and (max-width: 900px){
	  .menu .mobile_toggle{
		display: block;
	  }

	  .menu > ul{
		position: absolute;
		display: block;
		top: 62px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #1ec8c5;
		box-shadow: inset 0 10px 15px -15px rgba(0,0,0,0.3);
		z-index: -1;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	  }

	  .menu-container.open{
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	  }

	  .menu-container.submenu .menu > ul > li{
		opacity: 0;
		visibility: hidden;
	  }

	  .menu-container.submenu .menu > ul > li.hover, .menu > ul > li:hover{
		opacity: 1;
		visibility: visible;
		z-index: 9;
	  }

	  .menu-container.open .menu > ul{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	  }
	}

	@media screen and (max-width: 400px){
	  .menu li{
		display: block;
	  }

	  .menu li > ul{
		display: none;
		top: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 1;
	  }

	  .menu-container.open .menu li > ul{
		display: block;
	  }

	  .menu li:hover > ul, .menu li.hover > ul{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	  }

	  .menu a{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	  }
	}
}



/*
.menu-container{
	position: fixed;
	top:65px;
	left:0px;
	height:62px;
	width:100%;
	z-index: 10;
 
	.menu{
	  margin-bottom: -62px;
	  height: 62px;
	  background-color: #1ec8c5;
	  text-align: center;
	}

	.menu .logo{
	  display: block;
	  padding: 0;
	  float: left;
	  width: 100px;
	  line-height: 62px;
	  text-align: center;
	  cursor: pointer;
	}

	.menu .logo img{
	  width: auto;
	  height: auto;
	  max-width: 100%;
	  max-height: 100%;
	  vertical-align: middle;
	}

	.menu .mobile_toggle{
	  display: none;
	  position: relative;
	  float: right;
	  width: 62px;
	  height: 62px;
	  cursor: pointer;
	}

	.menu .mobile_toggle:before{
	  position: absolute;
	  content: '';
	  width: 30%;
	  height: 30%;
	  top: 35%;
	  left: 35%;
	  border: 2px solid white;
	  border-width: 2px 0 2px 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	.menu .mobile_toggle:after{
	  position: absolute;
	  content: '';
	  width: 30%;
	  height: 2px;
	  top: 50%;
	  margin-top: -1px;
	  left: 35%;
	  background-color: white;
	}

	.menu .mobile_toggle:hover{
	  background-color: white;
	}

	.menu .mobile_toggle:hover:before{
	  border-color: #1ec8c5;
	}

	.menu .mobile_toggle:hover:after{
	  background-color: #1ec8c5;
	}

	.menu > ul{
	  display: inline-block;
	  margin-right: 100px;
	  margin-bottom: 0;
	  font-size: 0;
	  list-style: none;
	}

	.menu > ul > li{
	  display: inline-block;
	  position: relative;
	}

	.menu > ul >li > a{
	  display: inline-block;
	  padding: 0 35px;
	  font-size: 20px;
	  line-height: 62px;
	  color: white;
	  text-transform: uppercase;
	  text-decoration: none;
	  cursor: pointer;
	}

	.menu > ul >li > a:hover{
	  color: #1ec8c5;
	  background-color: white;
	  text-decoration: none;
	}

	@media screen and (max-width: 1200px){
	  .menu{
		text-align: right;
	  }

	  .menu .logo{
		width: 62px;
	  }

	  .menu .logo img{
		max-width: 65%;
		max-height: 65%;
	  }

	  .menu > ul{
		margin-right: 0;
	  }

	  .menu > ul >li > a{
		padding: 0 20px;
	  }
	}

	@media screen and (max-width: 900px){
	  .menu .mobile_toggle{
		display: block;
	  }

	  .menu > ul{
		position: absolute;
		display: block;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #1ec8c5;
		box-shadow: inset 0 10px 15px -15px rgba(0,0,0,0.3);
		z-index: -1;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	  }

	  .menu .mobile_toggle:hover ~ ul, .menu > ul:hover{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	  }
	}

	@media screen and (max-width: 400px){
	  .menu li{
		display: block;
	  }

	  .menu a{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	  }
	}
}
*/
.page-container {
  width: 70%;
  margin: 0 auto; }
  .page-container img {
    max-width: 100%; }

.page-title {
  border-bottom: 2px solid #2087c8;
  padding-bottom: 10px;
  color: #2087c8;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase; }

.page-title--modal {
  padding: 0 0 10px 0 !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important; }

.footer, .footer * {
  font-family: "FuturaBookC", Arial, sans-serif !important; }

.footer {
  flex: 0 0 auto;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
  background: #3c3c3c;
  color: #fff;
  z-index: 10; }

.footlogo {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    .footlogo {
      padding-bottom: 15px; } }
  .footlogo img {
    width: auto;
    height: 52px; }

.footby {
  float: right; }
  @media screen and (max-width: 1200px) {
    .footby {
      float: left;
      text-align: center;
      padding: 0 0 15px; } }

.footer__main {
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .footer__main {
      text-align: center; } }

.footer__main-company-link {
  color: #fff !important; }

.footer__socials {
  color: #fff;
  text-align: center; }

.footer__socials a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  display: inline-block;
  height: 28px;
  width: 28px; }

.footer__socials a.vk {
  background-image: url("/themes/bootstrap/assets/images/vk-logo.svg"); }

.footer__socials a.fb {
  background-image: url("/themes/bootstrap/assets/images/fb-logo.svg"); }

.footer__support-link {
  text-align: center; }
  .footer__support-link a {
    color: #fff !important; }

.footer__main-title {
  font-size: 18px;
  white-space: nowrap;
  direction: rtl; }
  @media screen and (max-width: 1200px) {
    .footer__main-title {
      direction: ltr;
      white-space: normal; } }

.footer__main-company, .footer__main-acknowledgements {
  font-size: 12px;
  color: #4fc9c9 !important;
  padding: 0px;
  margin: 0px; }

.footmenu {
  margin-bottom: 11px; }

@media screen and (max-width: 1200px) {
  .footer__menu-container {
    text-align: center; } }

.footer__menu {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media screen and (max-width: 1200px) {
    .footer__menu {
      display: inline-block; } }

.footer__menu li {
  float: left;
  margin-right: 30px; }

.footer__menu li a {
  text-decoration: underline;
  font-size: 18px;
  color: #fff !important; }

.footer__menu li:hover a {
  color: #4fc9c9 !important; }

.thanks {
  font-size: 12px; }
  @media screen and (max-width: 1200px) {
    .thanks {
      text-align: center; } }

.btn.btn-custom-gray {
  color: #4d4d4d;
  border: none;
  outline: 1px solid #ccc;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  text-decoration: none; }

.btn.btn-custom-gray:hover {
  text-decoration: none;
  background-color: #1ec8c5;
  color: white;
  /*font-weight: bold;*/
  outline: 6px solid transparent; }

.btn.btn-custom-gray:active {
  outline: 1px solid #ccc;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.cursor-default {
  cursor: default !important; }

.social-service {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0; }

.social-service-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/socials_sprite_small.jpg) 0 0 no-repeat transparent;
  margin: 0 10px 0 0; }

.social-service-icon.google {
  background-position: 0px 0px; }

.social-service-icon.twitter {
  background-position: -40px 0px; }

.social-service-icon.facebook {
  background-position: -80px 0px; }

.social-service-icon.ok {
  background-position: -120px 0px; }

.social-service-icon.vk {
  background-position: -160px 0px; }

.social-service-icon.mailru {
  background-position: -200px 0px; }

.social-service-icon.yandex {
  background-position: -240px 0px; }

.preloader {
  display: none;
  position: fixed;
  z-index: 9990;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7); }

.preloader.active {
  display: block; }

.preloader__container {
  position: fixed;
  z-index: 9990;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.preloader__message {
  position: fixed;
  z-index: 9990;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  font-family: "FuturaBookC", Arial, sans-serif;
  overflow: hidden;
  margin-top: 140px; }

.preloader__waves {
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 19px;
  background: url(../images/preloader-waves.png) 0 0 no-repeat transparent;
  background-size: contain;
  margin-top: -90px; }

.preloader__ship {
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -165px;
  margin-left: -30px;
  /*margin-top: -45px;
  margin-left: -55px;
  */
  animation: preloaderShipAnimation linear 5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: preloaderShipAnimation linear 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: preloaderShipAnimation linear 5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: preloaderShipAnimation linear 5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: preloaderShipAnimation linear 5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

.preloader__sitename {
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FuturaBookC", Arial, sans-serif;
  font-size: 72px;
  color: #fff; }
  .preloader__sitename span {
    color: #1ec8c5; }

@media screen and (max-width: 620px) {
  .preloader__sitename {
    font-size: 48px; } }

@media screen and (max-width: 420px) {
  .preloader__sitename {
    font-size: 36px; } }

.preloader__close {
  text-decoration: none !important;
  cursor: pointer !important; }

.preloader__advance {
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  height: 200px;
  overflow: auto;
  text-align: center;
  margin-top: 100px; }

.preloader__loader {
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 28px;
  text-align: center;
  margin-top: 100px; }

.preloader__loader-item {
  background-color: rgba(255, 255, 255, 0.98);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

#preloader__loader-item-1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#preloader__loader-item-2 {
  left: 29px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

#preloader__loader-item-3 {
  left: 58px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

#preloader__loader-item-4 {
  left: 88px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

#preloader__loader-item-5 {
  left: 117px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

#preloader__loader-item-6 {
  left: 146px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

#preloader__loader-item-7 {
  left: 175px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

#preloader__loader-item-8 {
  left: 205px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s; }

@keyframes preloaderShipAnimation {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-10deg); }
  40% {
    transform: rotate(10deg); }
  60% {
    transform: rotate(-10deg); }
  80% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(0deg); } }

@-moz-keyframes preloaderShipAnimation {
  0% {
    -moz-transform: rotate(0deg); }
  20% {
    -moz-transform: rotate(-10deg); }
  40% {
    -moz-transform: rotate(10deg); }
  60% {
    -moz-transform: rotate(-10deg); }
  80% {
    -moz-transform: rotate(10deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes preloaderShipAnimation {
  0% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-10deg); }
  40% {
    -webkit-transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(-10deg); }
  80% {
    -webkit-transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-o-keyframes preloaderShipAnimation {
  0% {
    -o-transform: rotate(0deg); }
  20% {
    -o-transform: rotate(-10deg); }
  40% {
    -o-transform: rotate(10deg); }
  60% {
    -o-transform: rotate(-10deg); }
  80% {
    -o-transform: rotate(10deg); }
  100% {
    -o-transform: rotate(0deg); } }

@-ms-keyframes preloaderShipAnimation {
  0% {
    -ms-transform: rotate(0deg); }
  20% {
    -ms-transform: rotate(-10deg); }
  40% {
    -ms-transform: rotate(10deg); }
  60% {
    -ms-transform: rotate(-10deg); }
  80% {
    -ms-transform: rotate(10deg); }
  100% {
    -ms-transform: rotate(0deg); } }

@keyframes bounce_fountainG {
  0% {
    background-color: #1ec8c5; }
  100% {
    background-color: white; } }

@-o-keyframes bounce_fountainG {
  0% {
    background-color: #1ec8c5; }
  100% {
    background-color: white; } }

@-ms-keyframes bounce_fountainG {
  0% {
    background-color: #1ec8c5; }
  100% {
    background-color: white; } }

@-webkit-keyframes bounce_fountainG {
  0% {
    background-color: #1ec8c5; }
  100% {
    background-color: white; } }

@-moz-keyframes bounce_fountainG {
  0% {
    background-color: #1ec8c5; }
  100% {
    background-color: white; } }

.popup {
  position: fixed;
  z-index: 1000;
  top: -99999px;
  left: -99999px;
  width: 100%;
  height: 100%; }

.popup .popup-overlay {
  position: fixed;
  z-index: 999;
  top: -99999px;
  left: -99999px;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.5; }

.popup.active, .popup.active .popup-overlay {
  top: 0px;
  left: 0px; }

.popup .popup-content {
  position: absolute;
  z-index: 1000;
  background: #fff;
  padding: 25px 30px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 400px; }

.popup .popup-content .close {
  position: absolute;
  z-index: 1000;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
  background: url(../images/ico-close.png) 0 0 no-repeat transparent; }

.popup .popup-content > h2 {
  padding: 0 0 30px 0;
  margin: 0px; }

.comments-tree ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.comments-tree ul li {
  padding: 10px 0; }

.comments-tree > ul > li {
  border-top: 1px solid #eee; }

.comments-tree > ul > li:first-child {
  padding-top: 0px;
  border-top: none; }

.comments-tree ul li ul {
  padding-left: 40px; }

.comment-tree-item > table {
  width: 100%;
  table-layout: fixed; }

.comment-tree-item > table tr td {
  vertical-align: top; }

.comment-tree-item > table tr td:nth-child(1) {
  width: 50px; }

.comment-tree-item .comment-tree-item-thumbnail-container {
  margin-right: 20px; }

.comment-tree-item .comment-tree-item-thumbnail {
  position: relative;
  width: 30px;
  height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden; }

.comment-tree-item .comment-tree-item-thumbnail img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 45px; }

.comments-tree .alert ul {
  padding: 0 0 0 40px;
  margin: 0px;
  list-style: disc; }

.main-block {
  /*display: table;*/
  display: block;
  padding: 30px 0 30px 2%;
  width: 100%;
  height: 33.333%;
  background-color: white; }

.main-block .wrapper {
  /*display: table-cell;*/
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 0; }

.main-block:nth-child(2n-1) {
  background-color: #cbebf8; }

.main-block .header {
  position: relative;
  display: inline-block;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  margin-right: 2%; }

.main-block .header h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
  color: #2087c8;
  text-transform: uppercase; }

.main-block .header img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.main-block .header p {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  color: #4d4d4d; }

.main-block .create {
  display: inline-block;
  margin: 0 2% 0 0;
  width: 16%;
  height: 210px;
  line-height: 210px;
  text-align: center;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer; }

.main-block .create:active {
  margin-top: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.main-block .create:before {
  position: relative;
  display: inline-block;
  padding-top: 60px;
  content: 'Создать';
  color: #4d4d4d;
  background-image: url(../images/create.png);
  background-position: center top;
  background-repeat: no-repeat;
  line-height: normal;
  vertical-align: middle; }

.superSlider {
  position: relative;
  display: inline-block;
  margin-bottom: -32px;
  width: 64%;
  height: 246px;
  vertical-align: middle;
  overflow: hidden; }

.superSlider.without-create {
  width: 82%; }

.superSlider .scroll-area {
  width: 100%;
  height: 99999px;
  overflow-x: auto;
  overflow-y: hidden; }

.slider_container {
  padding: 2px 0;
  width: auto;
  white-space: nowrap;
  font-size: 0; }

.superSlider .item-wrapper {
  display: inline-block;
  margin-right: 3.5%;
  width: 25%;
  height: 210px;
  vertical-align: top; }

.superSlider .item {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -30%;
  white-space: normal; }

.superSlider .scale {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 30%;
  background-color: white;
  border-radius: 1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.superSlider .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; }

.superSlider .scale:active {
  margin-top: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) !important; }

.superSlider .stack .item {
  position: absolute;
  left: 1px;
  margin-left: 0;
  width: 25%;
  height: 210px; }

.superSlider .stack .scale {
  margin-left: 0;
  box-shadow: none; }

.superSlider .stack:first-child .scale {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }

.superSlider .current .item, .superSlider .current .scale, .superSlider .stack .item, .superSlider .stack .scale, .superSlider .current .link, .superSlider .stack .link {
  transform: none !important;
  opacity: 1 !important;
  z-index: 99 !important;
  margin-left: 0 !important; }

.superSlider .current + .item-wrapper .item {
  z-index: 6; }

.superSlider .current + .item-wrapper + .item-wrapper .item {
  z-index: 5; }

.superSlider .current + .item-wrapper + .item-wrapper + .item-wrapper .item {
  z-index: 4; }

.superSlider .current + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper .item {
  z-index: 3; }

.superSlider .current + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper .item {
  z-index: 2; }

.superSlider .current + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper + .item-wrapper .item {
  z-index: 1; }

.superSlider .item-wrapper.null {
  opacity: 0;
  visibility: hidden; }

.superSlider .item-wrapper:not(.active) {
  /*display: none!important;*/
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important; }

.superSlider .scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.5%;
  height: 19px;
  background-image: -webkit-linear-gradient(to bottom, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -moz-linear-gradient(to bottom, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -ms-linear-gradient(to bottom, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -o-linear-gradient(to bottom, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: linear-gradient(to bottom, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px); }

.superSlider .scrollbar > div {
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  width: 20px;
  border-radius: 100px;
  background-color: #1ec8c5; }

.superSlider .scrollbar > div:hover, .scrollbar > div:active {
  background-color: #0eb8b5; }

.superSlider.embedded {
  width: 100%; }

/* Для модальных окон */
.modal .editor-block .wrapper {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important; }

.modal .editor-block .superSlider {
  width: 100% !important; }

.modal .editor-block .superSlider .scrollbar {
  right: 0px !important; }

.slider-audio-item {
  position: relative;
  display: block;
  width: 320px;
  height: 210px;
  background: url(../images/audio.png) 50% 50% no-repeat #cbebf8;
  cursor: pointer; }

.element-item {
  flex: none;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  border: 1px solid #e2e2e2;
  padding: 0px;
  float: none;
  overflow: hidden;
  font-size: 100%;
  font-size: 14px;
  position: relative;
  font-family: "FuturaBookC", Arial, sans-serif !important; }
  .element-item .element-item__image {
    position: relative;
    overflow: hidden;
    height: 145px; }
    .element-item .element-item__image img {
      max-width: none !important;
      width: 100%;
      height: auto;
      opacity: 1; }
    .element-item .element-item__image .element-item__image-overlay {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
      opacity: 0;
      transition: 400ms all ease;
      z-index: 5; }
    .element-item .element-item__image .element-item__stats {
      position: absolute;
      bottom: 5px;
      width: 100%;
      padding: 0 10px;
      opacity: 0.5;
      z-index: 6; }
      .element-item .element-item__image .element-item__stats .element-item__stats_item {
        font-size: 100%;
        color: #fff !important;
        text-shadow: 1px 1px 1px #969696;
        text-decoration: none !important; }
    .element-item .element-item__image .element-item__tools {
      position: absolute;
      top: 5px;
      right: 5px;
      opacity: 0.5;
      z-index: 6; }
      .element-item .element-item__image .element-item__tools .element-item__tools_item {
        font-size: 100%;
        color: #fff !important;
        text-shadow: 1px 1px 1px #969696;
        text-decoration: none !important;
        position: relative;
        display: block;
        margin: 2px 0;
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
      .element-item .element-item__image .element-item__tools .element-item__tools_item.select {
        background-image: url(../images/select.png);
        /*opacity: 0;*/ }
      .element-item .element-item__image .element-item__tools .element-item__tools_item.delete {
        background-image: url(../images/delete.png);
        /*opacity: 0;*/ }
  .element-item .element-item__meta {
    width: 100%;
    height: 63px;
    overflow: hidden;
    background: #fff;
    padding: 10px; }
    .element-item .element-item__meta * {
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .element-item .element-item__meta .element-item__avatar {
      width: 40px;
      height: 40px;
      overflow: hidden;
      margin-right: 10px; }
      .element-item .element-item__meta .element-item__avatar img {
        width: auto;
        height: auto;
        max-width: none !important; }
      .element-item .element-item__meta .element-item__avatar img.landscape {
        height: 40px; }
      .element-item .element-item__meta .element-item__avatar img.portrait {
        width: 40px; }
    .element-item .element-item__meta .element-item__content {
      margin-left: 50px; }
      .element-item .element-item__meta .element-item__content .element-item__name a {
        display: inline;
        font-size: 100%;
        color: #466e93 !important;
        font-weight: bold;
        text-decoration: none !important; }
      .element-item .element-item__meta .element-item__content .element-item__author {
        padding-top: 1px; }
        .element-item .element-item__meta .element-item__content .element-item__author a {
          display: inline;
          font-size: 100%;
          color: #002e48 !important; }
        .element-item .element-item__meta .element-item__content .element-item__author .fa {
          position: relative;
          top: 1px; }
        .element-item .element-item__meta .element-item__content .element-item__author .fa.fa-calendar {
          top: 2px; }
    .element-item .element-item__meta .element-item__content--full-width {
      width: auto !important;
      margin-left: 0px !important; }
  .element-item .element-item__selector {
    border-top: 1px solid #e2e2e2;
    padding: 10px; }
  .element-item .element-item__image:hover .element-item__image-overlay {
    opacity: 1; }
  .element-item .element-item__image:hover .element-item__stats {
    opacity: 1; }
  .element-item .element-item__image:hover .element-item__tools {
    opacity: 1; }
  .element-item .element-item--fake {
    visibility: hidden;
    height: 0px; }

.filpster-slider__container .element-item .element-item__image img {
  opacity: 1; }

span.required {
  color: red !important; }

.steps-block {
  position: relative;
  display: table;
  width: 100%;
  height: 17%;
  background-color: #cbebf8;
  overflow: hidden; }

.steps-block > div {
  display: table-cell;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

.steps-block h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  color: #2087c8;
  text-transform: uppercase; }

.steps-block .steps-bg {
  display: inline-block;
  margin: 0 30px 30px;
  width: 70%;
  max-width: 1200px;
  height: 40px;
  background-image: -webkit-linear-gradient(to bottom, transparent 0px, transparent 18px, white 18px, white 22px, transparent 22px, transparent 40px);
  background-image: -moz-linear-gradient(to bottom, transparent 0px, transparent 18px, white 18px, white 22px, transparent 22px, transparent 40px);
  background-image: -ms-linear-gradient(to bottom, transparent 0px, transparent 18px, white 18px, white 22px, transparent 22px, transparent 40px);
  background-image: -o-linear-gradient(to bottom, transparent 0px, transparent 18px, white 18px, white 22px, transparent 22px, transparent 40px);
  background-image: linear-gradient(to bottom, transparent 0px, transparent 18px, white 18px, white 22px, transparent 22px, transparent 40px); }

.steps-block .steps-items {
  display: block;
  margin: 0 -12.5%;
  height: 100%; }

.steps-block .item {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  text-align: center; }

.steps-block .item {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  text-align: center; }

.steps-block .step {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: white;
  overflow: visible;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.steps-block a.step:hover {
  transform: scale(1.15); }

.steps-block .step.current:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 9px solid #1ec8c5;
  border-radius: 40px; }

.steps-block .step.done:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #3591c4;
  border-radius: 40px; }

.steps-block .step.done:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90%;
  top: 0;
  left: 7%;
  background-image: url(../images/done.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.steps-block .item span {
  position: absolute;
  left: 50%;
  bottom: -24px;
  height: auto;
  line-height: 1;
  font-size: 20px;
  color: #4d4d4d;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.steps-block--line-museum .steps-bg {
  padding: 0 50px; }

.steps-block--line-museum .item {
  width: 12.5%; }

.step-form {
  position: relative;
  height: 83%;
  /*min-height: 400px;*/
  min-height: 600px;
  overflow: hidden; }

.viewport {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  overflow: hidden; }

.viewport > .scroll-area {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

.viewport .wrapper {
  margin: 0 auto;
  padding-right: 19px;
  padding-top: 20px;
  width: 80%;
  height: 100%; }

.viewport .tiles {
  margin-left: -10%;
  margin-right: -10%;
  height: 100%; }

.tiles-view-container {
  overflow: hidden;
  margin: 0 -2.5%; }

.tile {
  position: relative;
  float: left;
  margin: 0 2.5% 3.5%;
  width: 20%;
  height: 200px;
  text-align: center;
  font-size: 0;
  line-height: 200px;
  border: 1px solid #999999;
  outline: 1px solid #999999;
  outline-offset: 0;
  -webkit-transition: outline-offset 0.2s ease-in-out;
  -moz-transition: outline-offset 0.2s ease-in-out;
  -ms-transition: outline-offset 0.2s ease-in-out;
  -o-transition: outline-offset 0.2s ease-in-out;
  transition: outline-offset 0.2s ease-in-out;
  cursor: pointer; }

.tile.add:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  padding-top: 60px;
  content: 'Создать';
  font-size: 16px;
  color: #4d4d4d;
  background-image: url(../images/create.png);
  background-position: center top;
  background-repeat: no-repeat;
  line-height: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tile.add.tile-title--add:before {
  content: 'Добавить'; }

.tile.add:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.tile.add.only-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-left: 10px; }

.tile > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.tile .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/zoom.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  cursor: pointer; }

.tile .buttons, .tools-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 103; }

.tile .buttons span, .tile .buttons a, .tools-buttons a {
  position: relative;
  display: block;
  margin: 2px 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

.tile .buttons a.select {
  background-image: url(../images/select.png);
  opacity: 0; }

.tile .buttons a.crop {
  background-image: url(../images/crop.png);
  opacity: 0; }

.tile .buttons a.delete, .tools-buttons a.delete {
  background-image: url(../images/delete.png);
  opacity: 0; }

.tile .buttons span:hover, .tile .buttons a:hover, .tools-buttons a:hover {
  opacity: 0.6 !important; }

.tile .buttons span.radio input {
  display: none; }

.tile .buttons span.radio label {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/select.png);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tile .buttons span.radio input:checked + label, .tile .buttons .select.active {
  background-image: url(../images/selected.png);
  opacity: 1; }

.tile:hover {
  outline-offset: 3px; }

.tile:hover .shadow {
  opacity: 1; }

.tile:hover .buttons span, .tile:hover .buttons span label, .tile:hover .buttons a, .link-buttons:hover .tools-buttons a, .flipster__item:hover .tools-buttons a {
  opacity: 1; }

.input-item {
  margin-bottom: 25px;
  font-size: 0;
  width: 100%;
  height: auto;
  min-height: 40px;
  line-height: 40px; }

.input-item label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 35px;
  margin-right: -180px;
  width: 180px;
  height: auto;
  line-height: 1.1;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  color: #999999;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2; }

.input-item .field {
  display: inline-block;
  padding-left: 180px;
  width: 100%;
  text-align: left;
  vertical-align: middle; }

.input-item input, .input-item textarea {
  display: inline-block;
  padding: 7px 15px;
  width: 100%;
  height: auto;
  line-height: 1.2;
  font-size: 15px;
  vertical-align: middle;
  border: 2px solid #999999;
  outline-offset: 0;
  color: #4d4d4d;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input-item input:focus, .input-item textarea:focus {
  border-color: #3591c4; }

.input-item textarea {
  min-height: 100px;
  vertical-align: top; }

.viewport > .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  background-image: -webkit-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -moz-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -ms-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -o-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px); }

.viewport > .scrollbar > div {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  height: 20px;
  border-radius: 100px;
  background-color: #1ec8c5; }

.viewport > .scrollbar > div:hover, .viewport > .scrollbar > div:active {
  background-color: #0eb8b5; }

.actionbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  background-color: #cbebf8; }

.actionbar .wrapper {
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 0;
  text-align: center;
  vertical-align: middle; }

.actionbar button, .actionbar a {
  display: inline-block;
  padding: 10px 0;
  margin: 2px;
  width: 95%;
  max-width: 230px;
  height: 42px;
  line-height: 1;
  font-size: 22px;
  color: #4d4d4d;
  border: none;
  outline: 1px solid #4d4d4d;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }

.actionbar .editor__prev-step {
  float: left;
  margin-left: 20px; }

.actionbar .editor__finish {
  float: right;
  margin-right: 20px;
  /*margin-left: -250px;*/ }

.actionbar.finish .editor__finish {
  float: none;
  margin: 2px; }

.actionbar button:hover, .actionbar a:hover {
  text-decoration: none;
  background-color: #1ec8c5;
  color: white;
  font-weight: bold;
  outline: 6px solid transparent; }

.actionbar button:active {
  outline: 1px solid #4d4d4d;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.autoplay {
  position: relative;
  display: block;
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  z-index: 2; }

.autoplay input {
  display: none; }

.autoplay input + label {
  display: inline-block;
  margin: 0;
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  vertical-align: middle; }

.autoplay input + label:after {
  position: relative;
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-image: url(../images/selected.png);
  background-size: auto;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.autoplay input:checked + label:after {
  width: 24px; }

.autoplay input + label + label {
  display: inline-block;
  margin: 0;
  padding-top: 3px;
  padding-left: 15px;
  color: #999;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.addinput {
  padding-left: 180px;
  padding-bottom: 25px; }

.addinput span {
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
  background-color: #cbebf8;
  color: white;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.addinput span:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/white_plus.png);
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: center;
  vertical-align: middle; }

.addinput span:active {
  background-color: #bbdbe8; }

.finish_card {
  display: table;
  width: 100%;
  height: 100%; }

.finish_card > div {
  display: table-cell;
  padding: 20px 20px 120px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.finish_card .box {
  display: inline-block;
  width: 100%;
  height: auto; }

.finish_card h6 {
  font-size: 32px;
  color: #3591c4;
  margin-bottom: 30px; }

.finish_card p {
  font-size: 18px; }

.finish_card a {
  font-size: 20px;
  color: #1ec8c5; }

@media screen and (max-width: 1000px) {
  .steps-block .item span {
    font-size: 16px; } }

@media screen and (max-width: 850px) {
  .autoplay input + label + label {
    font-size: 14px; } }

@media screen and (max-width: 700px) {
  .steps-block .item span {
    font-size: 12px; }
  .steps-block .steps-bg {
    height: 36px;
    width: 80%;
    background-image: -webkit-linear-gradient(to bottom, transparent 0px, transparent 17px, white 17px, white 21px, transparent 21px, transparent 36px);
    background-image: -moz-linear-gradient(to bottom, transparent 0px, transparent 17px, white 17px, white 21px, transparent 21px, transparent 36px);
    background-image: -ms-linear-gradient(to bottom, transparent 0px, transparent 17px, white 17px, white 21px, transparent 21px, transparent 36px);
    background-image: -o-linear-gradient(to bottom, transparent 0px, transparent 17px, white 17px, white 21px, transparent 21px, transparent 36px);
    background-image: linear-gradient(to bottom, transparent 0px, transparent 17px, white 17px, white 21px, transparent 21px, transparent 36px); }
  .steps-block .item .step {
    width: 36px;
    height: 36px; }
  .steps-block .item .step.current:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 7px solid #1ec8c5; }
  .steps-block .item .step.done:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px; }
  .steps-block .item .step.done:after {
    width: 29px;
    height: 30px;
    left: 7px; } }

@media screen and (max-width: 530px) {
  .autoplay {
    margin-top: 42px; } }

@media screen and (max-width: 520px) {
  .input-item {
    line-height: 1; }
  .input-item label {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3px;
    width: 100%;
    text-align: left; }
  .input-item .field, .addinput {
    padding-left: 0; } }

@media screen and (max-width: 440px) {
  .steps-block h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .steps-block .steps-bg {
    margin-top: 25px;
    margin-bottom: 25px; }
  .steps-block .item:nth-child(2n) span {
    bottom: auto;
    top: -24px; }
  .steps-block .item:first-child span {
    left: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .steps-block .item:last-child span {
    left: auto;
    right: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

@media screen and (max-width: 750px) {
  .actionbar button:last-child {
    float: none;
    margin-right: 2px;
    margin-left: 2px; } }

@media screen and (max-width: 1250px) {
  .tile {
    width: 28.333%; } }

@media screen and (max-width: 780px) {
  .tile {
    width: 45%; } }

@media screen and (max-width: 520px) {
  .tile {
    width: 100%;
    margin: 0 0 20px; } }

.viewport.editor-sliders > div > .wrapper {
  padding-top: 0;
  width: 100%; }

.editor-block .wrapper {
  margin: 0 auto;
  width: 82%;
  padding-right: 0;
  padding-left: 15px;
  padding-bottom: 32px;
  font-size: 0; }

.editor-block .header {
  position: relative;
  display: block;
  margin: 10px 0;
  width: 100%;
  height: auto;
  line-height: 1;
  text-align: left;
  vertical-align: top; }

.editor-block .header h3 {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  font-weight: normal;
  font-size: 30px;
  color: #2087c8;
  text-transform: uppercase;
  vertical-align: middle; }

.editor-block .create {
  display: inline-block;
  margin: 0 2% 0 0;
  width: 20%;
  height: 210px;
  line-height: 210px;
  text-align: center;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer; }

.editor-block .create:active {
  margin-top: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.editor-block .create:before {
  position: relative;
  display: inline-block;
  padding-top: 60px;
  content: 'Добавить';
  color: #4d4d4d;
  background-image: url(../images/create.png);
  background-position: center top;
  background-repeat: no-repeat;
  line-height: normal;
  vertical-align: middle; }

.editor-block .superSlider {
  width: 78%; }

.editor-block .scale {
  background-color: #cbebf8; }

.editor-block .link {
  background-size: cover;
  background-position: center; }

.editor-block .link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3; }

.editor-block.video .fancybox-iframe {
  display: block;
  width: 320px;
  height: 210px;
  overflow: hidden;
  /* position: absolute;*/
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  /*background-image: url(../images/video.png);*/ }

.editor-block.video .link:after {
  /*background-image: url(../images/video.png);*/
  z-index: 0; }

.editor-block.audio .link:after {
  background-image: url(../images/audio.png); }

@media screen and (max-width: 1360px) {
  .editor-block .wrapper {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .editor-block .create {
    width: 27.3%; }
  .editor-block .superSlider {
    width: 70.7%; }
  .editor-block .item-wrapper {
    width: 38.63%; }
  .editor-block .stack .item {
    width: 38.63%; }
  .editor-block .item-wrapper.null {
    display: none; }
  .editor-block .item-wrapper.null:last-child {
    display: inline-block; } }

@media screen and (max-width: 730px) {
  .editor-block .create {
    position: relative;
    width: 38.63%;
    margin-right: -38.63%;
    z-index: 100; }
  .editor-block .superSlider {
    width: 100%; }
  .editor-block .superSlider .scrollbar {
    left: 42%; }
  .editor-block .item-wrapper {
    width: 38.63%; }
  .editor-block .stack .item {
    position: relative;
    width: 100%; }
  .editor-block .item-wrapper.null:first-child {
    display: inline-block; } }

@media screen and (max-width: 530px) {
  .editor-block {
    padding-left: 4%;
    padding-right: 4%; }
  .editor-block .header {
    height: auto;
    line-height: normal;
    text-align: center; }
  .editor-block .header h3 {
    display: block;
    margin-bottom: 20px;
    margin-right: 0; }
  .editor-block .create {
    display: block;
    margin-left: -0.7%;
    margin-right: -1.2%;
    width: auto;
    margin-bottom: 30px; }
  .editor-block .superSlider {
    display: block;
    width: auto;
    margin-left: -110.5%;
    margin-right: -4%; }
  .editor-block .superSlider .scrollbar {
    left: 51.5%;
    right: 2%; }
  .editor-block .item-wrapper {
    width: 47.6%; }
  .editor-block .stack .item {
    width: 47.6%; }
  .editor-block .item-wrapper.null:last-child {
    display: none; } }

#map-params {
  width: 480px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
  background: #1EC8C5; }
  #map-params .input-item {
    margin-bottom: 0px;
    margin-top: 10px; }
  #map-params .input-item:first-child {
    margin-bottom: 0px;
    margin-top: 0px; }
  #map-params label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    text-align: left; }
  #map-params select {
    width: 75%;
    position: relative;
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../images/select-caret.png) 95% 50% no-repeat #fff;
    padding-right: 30px;
    cursor: pointer;
    color: #3591c4;
    font-size: 18px; }
  #map-params .toggle-angle-slider-container {
    position: relative;
    background: #fff;
    box-shadow: none !important;
    padding-left: 9px;
    padding-right: 5px;
    text-align: center;
    min-width: 150px;
    height: 34px; }
  #map-params .toggle-angle-slider-container .toggle-angle-slider-path {
    height: 2px;
    background: #1EC8C5;
    position: absolute;
    top: 50%;
    left: -1px;
    right: -1px;
    margin-top: -1px; }
  #map-params .toggle-angle-slider-container .ui-slider {
    top: 11px;
    height: 1px;
    background: transparent;
    border: none; }
  #map-params .toggle-angle-slider-container .ui-slider-handle {
    width: 16px;
    height: 16px;
    border: none;
    background: #1EC8C5;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    top: -.15em;
    outline: none !important; }
  #map-params .toggle-angle-slider-container [data-role='cylinder-angle-value'], #map-params .degree-icon {
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 11px;
    color: #1EC8C5 !important; }
  #map-params .toggle-angle-slider-value-container {
    height: 34px;
    background: #fff;
    text-align: center;
    color: #1EC8C5;
    font-size: 18px;
    font-weight: 400; }

.all_items {
  padding-top: 92px;
  width: 100%;
  height: auto;
  min-height: 100%; }

.all_items-header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 62px;
  line-height: 62px;
  background-color: #cbebf8;
  z-index: 2; }

.all_items-header > div {
  margin: 0 auto;
  width: 70%;
  height: 62px;
  border-bottom: 2px solid #2087c8; }

.all_items-header h2 {
  color: #2087c8;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase; }

.all_items-header button {
  position: relative;
  margin: 0 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #7d7d7d;
  color: #7d7d7d;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer; }

.all_items-header button i {
  font-family: sans-serif; }

.all_items-header button i:before {
  font-family: FontAwesome; }

.all_items-header button i.fa-sort-amount-asc {
  position: absolute;
  font-size: 0;
  left: 0;
  top: -13px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #2087c8;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; }

.all_items-header button i.fa-sort-amount-desc {
  position: absolute;
  font-size: 0;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 9px solid #2087c8;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; }

.all_items-header button.active {
  border-color: #2087c8;
  color: #2087c8;
  box-shadow: none;
  background-color: transparent; }

.all_items-header button:hover {
  background-color: #2087c8;
  border-color: white;
  color: white; }

.all_items-header button.active:hover {
  background-color: white;
  border-color: #7d7d7d;
  color: #7d7d7d; }

.all_items .wrapper {
  margin: 0 auto;
  width: 70%; }

.all_items .item {
  padding: 0 30px 30px;
  float: left;
  width: 33.333%;
  height: 240px; }

.all_items .item .link {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  cursor: pointer; }

.load_more {
  padding-bottom: 30px;
  text-align: center; }

.load_more span {
  display: inline-block;
  padding: 10px 0;
  margin: 2px;
  width: 95%;
  max-width: 245px;
  height: 42px;
  line-height: 1;
  font-size: 22px;
  color: #4d4d4d;
  border: none;
  outline: 1px solid #4d4d4d;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

.load_more span:hover {
  text-decoration: none;
  background-color: #1ec8c5;
  color: white;
  font-weight: bold;
  outline: 6px solid transparent; }

.load_more span:active {
  outline: 1px solid #4d4d4d;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.scroll-up {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-bottom: 70px solid rgba(255, 255, 255, 0.5);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.scroll-up.show {
  opacity: 1;
  visibility: visible; }

.scroll-up:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 14px;
  background-image: url(../images/scroll-up.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.scroll-up:after {
  position: absolute;
  content: 'Наверх';
  top: 35px;
  left: -100px;
  width: 200px;
  text-align: center;
  color: #4d4d4d;
  font-size: 20px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.scroll-up:hover {
  border-bottom-color: white; }

.scroll-up:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }

.scroll-up:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

@media screen and (max-width: 1430px) {
  .all_items .item {
    padding: 0 15px 30px;
    width: 50%; }
  .scroll-up {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent; }
  .scroll-up:before {
    margin-left: -14px;
    width: 28px; }
  .scroll-up:after {
    top: 40px;
    left: -70px;
    width: 140px; } }

@media screen and (max-width: 950px) {
  .all_items-header > div {
    width: 90%; }
  .all_items .wrapper {
    width: 90%; }
  .scroll-up {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent; }
  .scroll-up:before {
    top: 40px; }
  .scroll-up:after {
    display: none; } }

@media screen and (max-width: 620px) {
  .all_items .item {
    padding: 0 0 15px;
    width: 100%; } }

@media screen and (max-width: 320px) {
  .all_items {
    padding-top: 154px; }
  .all_items-header {
    position: absolute;
    height: 124px;
    text-align: center; }
  .all_items-header > div {
    height: 124px; }
  .all_items-header .pull-right, .all_items-header .pull-left {
    width: 100%;
    float: none; }
  .all_items-header form {
    margin-top: 10px; } }

.all_items.museum {
  padding-bottom: 30px; }

.all_items.museum .museum-block {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 25px;
  width: 100%;
  background-color: white; }

.all_items-header.museum a {
  position: relative;
  margin: 0 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #7d7d7d;
  color: #7d7d7d;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer; }

.all_items-header.museum a i {
  font-family: sans-serif; }

.all_items-header.museum a i:before {
  font-family: FontAwesome; }

.all_items-header.museum a i.fa-sort-amount-asc {
  position: absolute;
  font-size: 0;
  left: 0;
  top: -13px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #2087c8;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; }

.all_items-header.museum a i.fa-sort-amount-desc {
  position: absolute;
  font-size: 0;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 9px solid #2087c8;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; }

.all_items-header.museum a.active {
  border-color: #2087c8;
  color: #2087c8;
  box-shadow: none;
  background-color: transparent; }

.all_items-header.museum a:hover {
  background-color: #2087c8;
  border-color: white;
  color: white; }

.all_items-header.museum a.active:hover {
  background-color: white;
  border-color: #7d7d7d;
  color: #7d7d7d; }

.museum-block.main {
  margin: 0; }

.museum-block.main > .pull-left {
  width: 65%; }

.museum-block.main > .pull-right {
  width: 35%;
  padding-left: 50px; }

.museum-block.main .header {
  height: 42px;
  line-height: 42px; }

.museum-block.main .header h1, .museum-block.main .header h3 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  font-size: 25px;
  text-transform: uppercase;
  color: #2087c8;
  vertical-align: middle; }

.museum-block.main .header .actions {
  margin-left: 15px; }

.museum-block.main .header .actions > div, .museum-block.main .header .actions > a {
  display: inline-block;
  margin: 0 5px;
  color: #1ec8c5;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none; }

.museum-block.main .header .actions > div i {
  margin-right: 4px; }

.museum-block.main .header .actions > div:hover {
  color: #0ea8a5; }

.museum-block .preview {
  padding: 20px 0;
  width: 100%; }

.museum-block .preview img {
  width: auto;
  height: auto;
  max-width: 100%; }

.museum-block.main .author a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
  font-weight: bold; }

.museum-block.main .author img {
  float: left;
  margin-right: 15px;
  width: 92px; }

.museum-block .scroll-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }

.museum-block .scroll-box > .scroll-area {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.museum-block .scroll-box > .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  background-image: -webkit-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -moz-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -ms-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: -o-linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px);
  background-image: linear-gradient(to right, transparent 0px, transparent 9px, #1ec8c5 9px, #1ec8c5 10px, transparent 10px, transparent 19px); }

.museum-block .scroll-box > .scrollbar > div {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  height: 20px;
  border-radius: 100px;
  background-color: #1ec8c5; }

.museum-block .scroll-box .wrapper {
  width: 100%;
  padding-right: 19px;
  line-height: 1.7; }

.museum-block .scroll-box .wrapper img {
  margin: 0 10px 10px 0;
  float: left;
  width: auto;
  height: auto;
  max-width: 50%; }

.museum-block.main .action-box {
  margin-right: 9px;
  padding: 15px 0;
  text-align: center;
  background-color: #1ec8c5; }

.museum-block.main .action-box div, .museum-block.main .action-box a {
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }

.museum-block.main .action-box .video {
  background-image: url(../images/video.png); }

.museum-block.main .action-box .audio {
  background-image: url(../images/audio.png); }

.museum-block.main .action-box .photo {
  background-image: url(../images/photo.png); }

.museum-block.addcomment {
  cursor: pointer; }

.museum-block.addcomment .avatar {
  float: left;
  margin-right: 15px;
  width: 92px;
  height: 92px;
  /* background-image: url(../images/avatar.png);*/
  background-size: 100% 100%; }

.museum-block.addcomment .avatar img {
  opacity: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.museum-block.addcomment .author {
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 19px;
  line-height: 1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0; }

.museum-block.addcomment .text {
  padding-left: 107px; }

.museum-block.addcomment textarea {
  width: 100%;
  min-height: 58px;
  border: none;
  resize: vertical;
  -webkit-transform: translateY(-38px);
  -moz-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  -o-transform: translateY(-38px);
  transform: translateY(-38px);
  opacity: 0.5;
  color: #808080;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  resize: none; }

.museum-block.addcomment textarea:focus {
  outline: none; }

.museum-block.addcomment textarea::-webkit-input-placeholder {
  color: #5acefd; }

.museum-block.addcomment textarea::-moz-placeholder {
  color: #5acefd; }

.museum-block.addcomment textarea:-moz-placeholder {
  color: #5acefd; }

.museum-block.addcomment textarea:-ms-input-placeholder {
  color: #5acefd; }

.museum-block.addcomment.focus .avatar img {
  opacity: 1; }

.museum-block.addcomment.focus .author {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.museum-block.addcomment.focus textarea {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.museum-block.addcomment .buttons {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.museum-block.addcomment.focus .buttons {
  opacity: 1; }

.museum-block.comment .avatar {
  float: left;
  margin-right: 15px;
  width: 92px;
  height: 92px; }

.museum-block.comment .avatar img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.museum-block.comment .author {
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 19px;
  line-height: 1;
  font-weight: bold; }

.museum-block.comment p {
  padding-left: 107px; }

.museum-block.comment p {
  margin: 0;
  width: 100%;
  color: #808080;
  line-height: 1.8; }

@media screen and (max-width: 1300px) {
  .museum-block.main .header .actions {
    float: left !important;
    margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .museum-block .scroll-box .wrapper img {
    max-width: 100%; }
  .all_items.museum > .wrapper, .all_items-header.museum > div {
    width: 90%; } }

@media screen and (max-width: 900px) {
  .museum-block.main > .pull-left {
    width: 100%; }
  .museum-block.main > .pull-right {
    width: 100%;
    padding: 0;
    padding-top: 15px; }
  .museum-block .scroll-box {
    height: auto; }
  .museum-block .scroll-area {
    margin-right: 0 !important; }
  .museum-block .scroll-box > .scrollbar {
    right: -9px; }
  .museum-block .scroll-box > .scrollbar > div {
    display: none; }
  .museum-block .scroll-box .wrapper {
    padding-right: 3px; }
  .museum-block.main .action-box {
    margin-right: 0; } }

@media screen and (max-width: 500px) {
  .museum-block .scroll-box .wrapper img {
    float: none;
    display: block;
    margin: 0 auto 10px; } }

@media screen and (max-width: 360px) {
  .museum-block.addcomment .text, .museum-block.comment p {
    padding-left: 0; }
  .museum-block.comment .avatar, .museum-block.addcomment .avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%; } }

.filter-container table {
  width: 100%; }

.filter-container table tr td.filter-categories {
  width: 30%;
  padding-right: 20px; }

.filter-container table tr td.filter-clear {
  text-align: right; }

.search-field-container {
  position: relative; }

.search-field-container input[type='text'] {
  width: 100%;
  padding-right: 25px; }

.search-field-container input[type='image'] {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  padding: 0px; }

.bars-select {
  background: url(../images/ico-bars.png) 10px 50% no-repeat transparent;
  padding-left: 35px; }

#faq-list-container blockquote {
  font-size: 100%; }

.hv-wrapper {
  display: flex;
  padding: 10px; }
  .hv-wrapper .hv-item {
    display: flex;
    flex-direction: column;
    margin: auto; }
    .hv-wrapper .hv-item .hv-item-parent {
      margin-bottom: 50px;
      position: relative;
      display: flex;
      justify-content: center; }
      .hv-wrapper .hv-item .hv-item-parent:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 25px;
        bottom: 0;
        left: 50%;
        background-color: rgba(30, 200, 197, 0.7);
        transform: translateY(100%); }
    .hv-wrapper .hv-item .hv-item-children {
      display: flex;
      justify-content: center; }
      .hv-wrapper .hv-item .hv-item-children .hv-item-child {
        padding: 0 15px;
        position: relative; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:before, .hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
          content: '';
          position: absolute;
          background-color: rgba(30, 200, 197, 0.7);
          left: 0; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:before {
          left: 50%;
          top: 0;
          transform: translateY(-100%);
          width: 2px;
          height: 25px; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
          top: -25px;
          transform: translateY(-100%);
          height: 2px;
          width: 100%; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:first-child:after {
          left: 50%;
          width: 50%; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:last-child:after {
          width: calc(50% + 1px); }
    .hv-wrapper .hv-item .hv-item-children[data-children-count="1"] > .hv-item-child:after {
      width: 0px !important; }

.hv-item-children {
  width: 100%; }

.hierarchy-view {
  /*background-color: #303840;*/
  /*&>h1{
        color: #FFF;
    }
	*/ }
  .hierarchy-view .person {
    text-align: center; }
    .hierarchy-view .person .person__thumb {
      display: inline-block;
      width: 110px;
      height: 110px;
      overflow: hidden;
      position: relative;
      border: 3px solid #1ec8c5;
      border-radius: 50%;
      overflow: hidden;
      background-color: #fff; }
      .hierarchy-view .person .person__thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 120px;
        min-height: 120px; }
    .hierarchy-view .person > p.name {
      background-color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      border: 1px solid #1ec8c5;
      font-size: 12px;
      font-weight: normal;
      color: #3BAA9D;
      margin: 0;
      margin-top: 10px;
      position: relative;
      /*
            &:before{
                content: '';
                position: absolute;
                width: 2px;
                height: 8px;
                background-color: #fff;
                left: 50%;
                top: 0;
                transform: translateY(-100%);
            }
			*/ }
      .hierarchy-view .person > p.name b {
        /*color:rgba(#3BAA9D, 0.5);*/ }

/*# sourceMappingURL=main.css.map */