/*@color1: rgba(218, 210, 216, 1);
@color2: rgba(20, 54, 66, 1);
@color3: rgba(15, 139, 141, 1);
@color4: rgba(236, 154, 41, 1);
@color5: rgba(168, 32, 26, 1);*/
* {
  -webkit-font-smoothing: antialiased;
}
/*14 16 */
@font-face {
  font-family: 'Roboto';
  src: url("/css/fonts/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url("/css/fonts/Roboto-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: 'Roboto';
  src: url("/css/fonts/Roboto-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto';
  src: url("/css/fonts/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url("/css/fonts/Roboto-Bold.ttf");
  font-weight: 700;
}
body {
  background: #e9ebee;
}
.btn.custom {
  background-color: #87adda;
  color: #f9f9f9;
}
.btn.custom:active,
.btn.custom.active {
  color: #f9f9f9;
  background-color: #5176a2;
  border-color: #2b517d;
}
.btn.as-link {
  background-color: transparent;
  color: #777777;
  padding: 0 0 10px 0;
  margin: 0 15px -2px 15px;
}
.btn.as-link:hover {
  text-decoration: none;
}
.btn.as-link:active,
.btn.as-link.active {
  font-weight: 500;
  border-bottom: 3px solid #209620;
  text-decoration: none;
}
.btn.btn-strainght {
  border-radius: 0;
}
.wrap.white {
  background: #fff;
}
.wrap.wrap-admin {
  padding-bottom: 160px;
}
.wrap.header-wrap {
  min-height: auto;
  background: #2b517d;
  padding: 0;
  margin-bottom: 50px;
}
.wrap.header-wrap .menu a,
.wrap.header-wrap .menu .btn {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
}
.wrap.header-wrap .menu a:hover,
.wrap.header-wrap .menu .btn:hover {
  border-bottom: 1px solid #fff;
}
.wrap.header-wrap .menu a:last-child,
.wrap.header-wrap .menu .btn:last-child {
  margin-right: 0;
}
.wrap > .container {
  padding: 0;
}
.wrap > .container.no-padding {
  padding: 0;
}
.wrap.header-main {
  height: 117px;
  min-height: auto;
  background-color: #fff;
  background-image: url('/images/style/pattern1.png');
  padding-top: 30px;
}
.wrap.header-main .container {
  position: relative;
}
.wrap.header-main .logo {
  position: relative;
  width: 110px;
}
.wrap.header-main .logo > img {
  position: absolute;
  top: 0;
  left: 15px;
}
.wrap.header-main .logo-text {
  padding-left: 120px;
}
.wrap.header-main .logo-text h1 {
  font-size: 30px;
  color: #2b517d;
}
.wrap.header-main .logo-text h1.text1 {
  font-weight: 400;
  padding-top: 8px;
}
.wrap.header-main .logo-text h1.text2 {
  font-weight: 200;
}
.wrap.header-main .links {
  padding-top: 30px;
  padding-right: 30px;
}
.wrap.header-main .links a {
  color: #f00;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 200;
  font-size: 13px;
}
.wrap.header-main .links a:hover {
  border-bottom: 1px solid #f00;
}
.wrap.header-main .links a:last-child {
  margin-right: 0;
}
.wrap.header-main .language {
  padding-top: 30px;
}
.wrap.header-main .language a {
  color: #000;
}
.wrap.header-main .language a:hover {
  border: none;
  text-decoration: none;
}
.wrap.header-main .language .kz,
.wrap.header-main .language .ru,
.wrap.header-main .language .switch {
  display: inline-block;
  vertical-align: middle;
}
.wrap.header-main .language .kz,
.wrap.header-main .language .ru {
  font-size: 13px;
  font-weight: 200;
  cursor: pointer;
}
.wrap.header-main .language .switch {
  width: 33px;
  border-bottom: 1px solid #464646;
  margin: -3px 3px 0 3px;
  position: relative;
  padding: 3px 0px;
}
.wrap.header-main .language .switch.ru:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background: #464646;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wrap.header-main .language .switch.kk:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background: #464646;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wrap.header-main .undp {
  position: absolute;
  right: 0;
  top: -30px;
  width: 125px;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.9);
}
.wrap.header-main .undp img {
  padding-top: 30px;
  display: block;
  margin: 0 auto;
}
.wrap.menu-sm {
  background-color: #2b517d;
  height: 60px;
}
.wrap.menu-sm.admin {
  height: auto;
  min-height: 60px;
  margin-bottom: 60px;
}
.wrap.menu-sm.admin .menu-list {
  padding-left: 0;
}
.wrap.menu-sm.submenu {
  background: #5176a2;
  height: auto;
  min-height: 60px;
}
.wrap.menu-sm .menu-list {
  padding-left: 140px;
  line-height: 60px;
}
.wrap.menu-sm .menu-list a,
.wrap.menu-sm .menu-list .logout {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
}
.wrap.menu-sm .menu-list a:hover,
.wrap.menu-sm .menu-list .logout:hover {
  border-bottom: 1px solid #fff;
}
.wrap.menu-sm .menu-list a:last-child,
.wrap.menu-sm .menu-list .logout:last-child {
  margin-right: 0;
}
.wrap.menu-sm .menu-list .logout {
  padding: 0;
  border: 0;
}
.wrap.menu-sm .menu-list a.dd-menu:hover {
  border: none;
}
.wrap.menu-sm .submenu-list {
  padding-left: 140px;
  padding-right: 160px;
  line-height: 60px;
}
.wrap.menu-sm .submenu-list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 200;
}
.wrap.menu-sm .submenu-list a:hover {
  border-bottom: 1px solid #fff;
}
.wrap.menu-sm .submenu-list a:last-child {
  margin-right: 0;
}
.wrap.menu-xs {
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  z-index: 1999;
  overflow-y: scroll;
  -webkit-box-shadow: 0 -2px 16px 16px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 16px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 16px 16px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.wrap.menu-xs.visible {
  right: -15px;
}
.wrap.menu-xs .menu-icon {
  color: #000;
}
.wrap.menu-xs .menu-list {
  padding-left: 18px;
  padding-top: 30px;
}
.wrap.menu-xs .menu-list .item a {
  display: block;
  font-weight: 200;
  font-size: 16px;
  padding-bottom: 15px;
  color: #000;
}
.wrap.menu-xs .menu-list .item a img {
  padding-right: 20px;
}
.wrap.menu-xs .menu-list .delim {
  margin-bottom: 30px;
}
.admin-content {
  padding: 20px 0 0 0;
}
.button-row {
  padding-bottom: 30px;
}
.note {
  padding-left: 20px;
  position: relative;
  color: #ff0000;
  font-size: 15px;
}
.note div {
  display: none;
  position: absolute;
  color: #000;
}
.note:hover div {
  display: block;
  min-width: 250px;
  top: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: justify;
  text-justify: inter-word;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.hover-light {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.hover-light:hover {
  background: rgba(255, 255, 255, 0.3);
}
.yandex-map {
  min-height: 400px;
}
.blue-rounded {
  background: #f0f8ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inline > div {
  display: inline-block;
  vertical-align: top;
}
.view-block-container {
  padding: 10px;
  margin-bottom: 20px;
}
.view-block-container.map {
  padding: 10px 0;
  height: 300px;
}
.view-block-container.white {
  background: #fff;
}
.view-block-container.shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.view-block-container.no-lp {
  padding-left: 0;
}
.view-block-container.executors table tr td:nth-child(1) span {
  color: #777777;
}
.view-block-container.executors table tr td:nth-child(2) {
  text-align: right;
}
.view-block-container .heading {
  color: #777777;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.application-description {
  margin-bottom: 40px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.application-description h2 {
  margin-bottom: 30px;
}
.application-description .description-content {
  padding-top: 20px;
}
.application-info {
  margin-bottom: 60px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.application-info .heading {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  font-style: italic;
  color: #777777;
  font-weight: 200;
}
.application-info .heading .status {
  font-weight: 500;
}
.application-info .content {
  font-size: 16px;
  font-weight: 200;
}
.application-info .content .type {
  font-weight: 200;
  font-size: 22px;
  padding-bottom: 20px;
}
.application-info .content .text {
  padding-bottom: 30px;
}
.application-info .content .image {
  margin: 10px;
  text-align: right;
}
.application-info .content .orgs,
.application-info .content .author {
  color: #777777;
  padding-bottom: 10px;
  font-size: 14px;
}
.application-info .content .orgs span,
.application-info .content .author span {
  font-weight: 400;
}
.application-item.type1 {
  line-height: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.application-item.type1 .date {
  text-align: right;
}
.application-item.type1 a {
  color: #2b517d;
  text-decoration: none;
  margin-right: 30px;
}
.application-item.type1 a:hover {
  border-bottom: 1px solid #2b517d;
}
.application-item.type1 a:last-child {
  margin-right: 0;
}
.commends-block {
  position: relative;
}
.commends-block .empty {
  font-size: 16px;
  margin: 30px 0 30px 20px;
  font-style: italic;
  color: #777777;
}
.commends-block .single-commend {
  margin-bottom: 20px;
  margin-left: 22px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding-right: 50px;
  position: relative;
}
.commends-block .single-commend:before {
  content: "";
  position: absolute;
  left: -21px;
  top: -1px;
  width: 22px;
  height: 22px;
  background-image: url('/images/style/commend-triangle.png');
}
.commends-block .single-commend .name {
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.commends-block .single-commend .name span {
  font-weight: 400;
  color: #777777;
}
.commends-block .single-commend .content {
  padding-bottom: 20px;
  padding-left: 50px;
}
.commends-block .single-commend .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #777777;
  font-style: italic;
}
.commends-block .single-commend .controllers {
  position: absolute;
  right: 10px;
  top: 10px;
}
.commend-form {
  margin-left: 22px;
}
.note {
  color: #2b517d;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 30px;
  padding-left: 0;
}
.grid-view .kv-grid-container .kv-grid-table {
  background: #f9f9f9;
}
.grid-view .kv-grid-container .kv-grid-table thead {
  background: #a9a9af;
  color: #fff;
}
.grid-view .kv-grid-container .kv-grid-table thead th {
  font-weight: 400;
  font-size: 14px;
}
.grid-view .kv-grid-container .kv-grid-table thead a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  font-size: 14px;
}
.grid-view .kv-grid-container .kv-grid-table thead a:hover {
  border-bottom: 1px solid #fff;
}
.grid-view .kv-grid-container .kv-grid-table thead a:last-child {
  margin-right: 0;
}
.grid-view .panel.panel-default {
  border: none;
  background: none;
}
.grid-view .panel.panel-default h3 {
  border-bottom: none;
}
.grid-view .panel.panel-default .kv-panel-after {
  display: none;
}
.grid-view .panel-heading .pagination {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.grid-view .panel-heading .btn-export {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  margin-left: 30px;
}
.grid-view .panel-heading .summary {
  line-height: 34px;
}
.grid-view .panel-heading .search {
  margin-bottom: 20px;
}
.grid-view .panel-heading .search .search-text {
  line-height: 34px;
}
.page-index .wrap {
  padding-top: 75px;
  padding-bottom: 60px;
}
.page-index .wrap1 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
.page-index .wrap1 h1 {
  font-weight: 200;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  color: #555;
}
.page-index .wrap1 h1:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  left: 50%;
  bottom: -20px;
  border-bottom: 2px solid #ff0000;
  margin-left: -100px;
}
.page-index .wrap1 .scheme {
  text-align: center;
}
.page-index .wrap1 .scheme .item {
  height: 64px;
}
.page-index .wrap1 .scheme .item .text {
  padding-left: 15px;
  padding-top: 10px;
}
.page-index .wrap1 .scheme .item .text > span {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
}
.page-index .wrap1 .scheme .item .text > span > span {
  font-size: 14px;
  display: block;
}
.page-index .wrap1 .scheme .item .text a {
  color: #2b517d;
  text-decoration: none;
  margin-right: 30px;
  border-bottom: 1px solid #2b517d;
  font-size: 18px;
}
.page-index .wrap1 .scheme .item .text a:hover {
  border-bottom: 1px solid #2b517d;
}
.page-index .wrap1 .scheme .item .text a:last-child {
  margin-right: 0;
}
.page-index .wrap1 .scheme .delim {
  height: 64px;
  padding: 20px 40px 0 40px;
}
.page-index .wrap1-sm {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
.page-index .wrap1-sm h1 {
  font-weight: 200;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  color: #555;
}
.page-index .wrap1-sm h1:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  left: 50%;
  bottom: -20px;
  border-bottom: 2px solid #ff0000;
  margin-left: -100px;
}
.page-index .wrap1-sm .scheme {
  text-align: center;
}
.page-index .wrap1-sm .scheme .item {
  height: auto;
  display: block;
}
.page-index .wrap1-sm .scheme .item .text {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.page-index .wrap1-sm .scheme .item .text > span {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
}
.page-index .wrap1-sm .scheme .item .text a {
  color: #2b517d;
  text-decoration: none;
  margin-right: 30px;
  border-bottom: 1px solid #2b517d;
  font-size: 18px;
  margin-right: 0;
}
.page-index .wrap1-sm .scheme .item .text a:hover {
  border-bottom: 1px solid #2b517d;
}
.page-index .wrap1-sm .scheme .item .text a:last-child {
  margin-right: 0;
}
.page-index .wrap1-sm .scheme .delim {
  height: 64px;
  padding: 20px 40px 0 40px;
}
.page-index .wrap2 {
  position: relative;
  background: #5176a2;
}
.page-index .wrap2 .container {
  max-width: 700px;
}
.page-index .wrap2 .triangle-white {
  position: absolute;
  width: 61px;
  height: 31px;
  top: -1px;
  left: 50%;
  margin-left: -30px;
  background: url('/images/style/triangle-white.png');
}
.page-index .wrap2 .counter {
  text-align: center;
  padding-bottom: 15px;
}
.page-index .wrap2 .counter.c-alert {
  color: #ffadad;
}
.page-index .wrap2 .counter.c-success {
  color: #62cf8d;
}
.page-index .wrap2 .counter .image {
  padding-right: 30px;
}
.page-index .wrap2 .counter .num {
  font-size: 64px;
  line-height: 64px;
  font-weight: 200;
}
.page-index .wrap2 .text-descr {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
.page-index .wrap3 {
  background: #fff;
}
.page-index .wrap3 .completed-items {
  position: relative;
}
.page-index .wrap3 .completed-items .item {
  margin-bottom: 30px;
}
.page-index .wrap3 .completed-items .item .item-images {
  position: relative;
  margin-bottom: 15px;
}
.page-index .wrap3 .completed-items .item .item-images .holder {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.page-index .wrap3 .completed-items .item .item-images .holder:hover {
  opacity: 1;
}
.page-index .wrap3 .completed-items .item .item-images .date {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  background: rgba(81, 118, 162, 0.8);
  color: #fff;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.page-index .wrap3 .completed-items .item .item-name {
  text-align: center;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  background: #87adda;
  color: #fff;
  cursor: default;
}
.page-index .wrap3 .solved {
  text-align: right;
}
.page-index .wrap4 {
  background-color: #f5f5f5;
  background-image: url('/images/style/bg_pat_1.png');
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-index .wrap4 h3 {
  text-align: center;
  color: #555;
  border: none;
  margin-bottom: 15px;
  font-weight: 400;
}
.page-index .wrap4 .input-group {
  max-width: 600px;
  margin: 0 auto;
}
.page-index .wrap4 .input-group .btn {
  background-color: #5176a2;
  color: #fff;
}
.page-index .wrap4 .result {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
.page-index .wrap4 .result a {
  color: #2b517d;
  text-decoration: none;
  margin-right: 30px;
  font-size: 16px;
}
.page-index .wrap4 .result a:hover {
  border-bottom: 1px solid #2b517d;
}
.page-index .wrap4 .result a:last-child {
  margin-right: 0;
}
.page-index .wrap5 {
  background-color: #fff;
}
.page-index .wrap5 .news-block {
  position: relative;
  margin-bottom: 30px;
}
.page-index .wrap5 .news-block .date {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  color: #777777;
}
.page-index .wrap5 .news-block .title {
  font-weight: 500;
  color: #2b517d;
}
.page-index .wrap5 .news-block .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-index .wrap5 .archive {
  text-align: right;
}
.wrap-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrap-bottom a {
  color: #777777;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
}
.wrap-bottom a.image:hover {
  border: none;
}
.wrap-bottom a:hover {
  border-bottom: 1px solid #777777;
}
.wrap-bottom a:last-child {
  margin-right: 0;
}
.default-page .wrap {
  padding-top: 75px;
  padding-bottom: 60px;
  background: #fff;
}
.page-news .wrap {
  padding-top: 75px;
  padding-bottom: 60px;
  background: #fff;
}
.page-news .wrap .container {
  max-width: 900px;
}
.page-news .news-content {
  font-size: 16px;
  position: relative;
}
.page-news .news-content img {
  max-width: 100%;
}
.news-index-page h3 {
  margin-top: 30px;
}
.news-index-page .news-archive .title {
  padding-left: 30px;
  padding-bottom: 5px;
}
.footer {
  background: #2b517d;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  font-size: 12px;
}
.footer a:hover {
  border-bottom: 1px solid #fff;
}
.footer a:last-child {
  margin-right: 0;
}
.site-login {
  text-align: center;
}
.site-login #login-form {
  max-width: 300px;
  margin: 0 auto;
}
.site-login .register {
  line-height: 30px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 200;
}
.site-login .register a {
  color: #2b517d;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 500;
}
.site-login .register a:hover {
  border-bottom: 1px solid #2b517d;
}
.site-login .register a:last-child {
  margin-right: 0;
}
.event-map .container {
  width: 90%;
}
.event-map .map-switch {
  position: relative;
  margin-top: 60px;
}
.event-map .map-switch .btn {
  width: 49%;
}
.event-map .map-switch > div {
  width: 98%;
  margin-top: 15px;
}
.event-map .menu-container {
  margin: 20px 0 60px 0;
  padding-right: 15px;
}
.event-map .menu {
  position: relative;
  overflow: hidden;
  height: auto;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}
.event-map .menu .scrollbar {
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
}
.event-map .menu .category {
  position: relative;
}
.event-map .menu .category:first-child .title {
  border-top: 1px solid #eee;
}
.event-map .menu .category .name {
  cursor: pointer;
}
.event-map .menu .category .icon {
  position: absolute;
  padding: 10px;
  background-color: #5176a2;
}
.event-map .menu .category .title {
  line-height: 50px;
  padding-left: 70px;
  padding-right: 50px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #ffffff, #eeeeee);
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
.event-map .menu .category .items {
  max-height: 1800px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in 0s;
  -moz-transition: all 1s ease-in 0s;
  -o-transition: all 1s ease-in 0s;
  -ms-transition: all 1s ease-in 0s;
  transition: all 1s ease-in 0s;
}
.event-map .menu .category .items .item {
  position: relative;
  cursor: pointer;
}
.event-map .menu .category .items .item > .icon {
  background-color: #5176a2;
}
.event-map .menu .category .items .item > .title {
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #fdfdfd, #fdfdfd);
  background: -moz-linear-gradient(top, #fdfdfd, #fdfdfd);
  background: -ms-linear-gradient(top, #fdfdfd, #fdfdfd);
  background: -o-linear-gradient(top, #fdfdfd, #fdfdfd);
  font-weight: 200;
}
.event-map .menu .category .items .item > .visibility {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/images/style/eye-open.png");
}
.event-map .menu .category .items .item > .visibility.closed {
  background: url("/images/style/eye-closed.png");
}
.event-map .menu .category.closed .items {
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  max-height: 0px;
}
.event-map .map {
  margin: 60px 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}
.wrap-infographics .container {
  padding: 60px 0;
}
.balloon-c {
  width: 250px;
  height: 50px;
}
.balloon-project {
  width: 350px;
  height: auto;
}
.balloon-project .project-item {
  border: 1px dashed #a9a9af;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
}
.balloon-project .project-item .heading {
  font-weight: 500;
}
.balloon-project .project-item .heading .date {
  font-size: 12px;
}
.balloon-project .project-item .content {
  font-weight: 400;
  padding-bottom: 5px;
  color: #777777;
}
.wrap7 {
  background: #fff;
  padding: 0 !important;
}
.wrap7 .p-container {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.wrap7 .p-container .product {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 60px;
  height: 420px;
  overflow: hidden;
}
.wrap7 .p-container .product .image {
  margin-bottom: 20px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.wrap7 .p-container .product .image .img {
  margin: 0 auto;
}
.wrap7 .p-container .product .heading {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wrap7 .p-container .product .content {
  font-size: 14px;
  font-weight: 200;
  color: #2b517d;
}
.stat-form .excel-row {
  margin-bottom: 30px;
}
.stat-form .excel-row .btns {
  text-align: center;
}
.stat-form .excel-row .form-control {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.stat-form .excel-row .form-control.has-error {
  border: 1px solid #f00;
}
.stat-form .form .cc {
  height: 100px;
  overflow: hidden;
}
.stat-form .form label {
  font-size: 10px;
  height: 40px;
  overflow: hidden;
}
.stat-form .form .agree-row {
  margin-bottom: 30px;
}
.stat-form .form .agree-row label {
  font-size: 14px;
  height: auto;
  margin-top: 30px;
}
.loader.sm {
  height: 30px;
  width: 30px;
  background: url('/images/style/loading.gif') no-repeat;
  background-size: contain;
}
.listing-container .item {
  margin-bottom: 30px;
}
.listing-container .item .title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.listing-container .item .content {
  font-size: 14px;
}
.column3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.panel {
  background: #fff;
  padding: 15px;
}
.panel h2 {
  margin-bottom: 0;
}
.list-view .summary {
  padding-bottom: 30px;
  text-align: right;
  color: #777777;
}
.list-view .pagination {
  margin: 30px 0 20px 0;
}
.project-list {
  margin-top: 30px;
}
.project-list > .item {
  margin-bottom: 30px;
}
.project-list > .item > .heading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #777777;
}
.project-list > .item .project-item {
  border: 1px dashed #a9a9af;
  padding: 10px;
  margin-bottom: 15px;
}
.project-list > .item .project-item .heading {
  font-weight: 500;
}
.project-list > .item .project-item .heading .date {
  font-size: 12px;
}
.project-list > .item .project-item .content {
  font-weight: 400;
  padding-bottom: 5px;
  color: #777777;
}
.button-row {
  display: inline-block;
  border: 1px solid #2b517d;
  margin-bottom: 30px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-row:after {
  content: "";
  display: table;
  clear: both;
}
.button-row a {
  display: block;
  float: left;
  padding: 10px 20px;
  border-right: 1px solid #2b517d;
  color: #2b517d;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.button-row a:last-child {
  border-right: none;
}
.button-row a.active,
.button-row a:hover {
  color: #fff;
  background: #2b517d;
}
.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs > span {
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  position: relative;
}
.breadcrumbs > span:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.breadcrumbs > span:first-child {
  padding-left: 0;
}
.breadcrumbs > span:last-child:after {
  display: none;
}
.breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
.file-list .heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
}
.file-list .item {
  line-height: 30px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.file-list .item:last-child {
  border-bottom: 1px solid #ccc;
}
.file-list .item:after {
  content: "";
  display: block;
  clear: both;
}
.file-list .item .ext {
  float: left;
  padding: 10px;
  width: 10%;
  text-align: center;
  text-transform: uppercase;
}
.file-list .item .title {
  float: left;
  padding: 10px;
  width: 80%;
}
.file-list .item .action {
  float: left;
  padding: 10px;
  width: 10%;
}
.file-list .item .ext,
.file-list .item .title {
  border-right: 1px solid #ccc;
}
