@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

body {
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #d8d8d8;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

p {
  font-size: 16px;
  line-height: 36px;
}

input {
  padding: 0;
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
}

/*Demo*/
.btns .btn, .btns [class^="tag"], .btns .label-alt, .btns .toggle {
  margin-right: 20px;
  margin-bottom: 5px;
}

.btns .sorting {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .btns .sorting {
    margin: 0;
  }
}

.aside {
  width: 90px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 400;
  background: linear-gradient(180deg, rgb(31,0,24) 15%, rgb(68,2,58) 45%, rgb(251,38,90));
}

@media (max-width: 768px) {
  .aside {
    width: 64px;
    box-shadow: none !important;
  }
}

.aside .btn-logo {
  display: block;
  height: 90px;
  position: relative;
  background: url("../img/header1.png") transparent;
}

@media (max-width: 768px) {
  .aside .btn-logo {
    height: 64px;
    background-position: 6% 10%;
  }
}

.aside .btn-profile {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .aside .btn-profile {
    height: 64px;
    width: 64px;
    background-position: 6% 10%;
  }
}

.aside .btn-profile:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -15px 0 0;
  background: url("../img/icon-account.svg") 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrap-content {
  padding: 0 0 85px 90px;
  position: relative;
  background: #ececec;
  min-height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wrap-content {
    padding-left: 64px;
  }
}

.wrap-content .header {
  background: linear-gradient(45deg, rgb(31,0,24) 2%, rgb(68,2,58), rgb(251,38,90));;
  height: 90px;
  z-index: 300;
  box-shadow: 3px -8px 10px 8px #585B9C;
}

@media (max-width: 768px) {
  .wrap-content .header {
    height: 64px;
  }
}

.wrap-content .header > .unit {
  position: absolute;
}

.wrap-content .header > .unit.title {
  color: #ffffff;
  padding: 20px 0 0 20px;
  max-width: calc(100% - 990px);
}

@media (max-width: 1200px) {
  .wrap-content .header > .unit.title {
    max-width: calc(100% - 590px);
  }
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.title {
    display: none;
  }
}

.wrap-content .header > .unit.title .primary, .wrap-content .header > .unit.title .secondary {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap-content .header > .unit.time {
  position: absolute;
  top: 0;
  right: 270px;
  max-width: 140px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .wrap-content .header > .unit.time {
    display: none;
  }
}

.wrap-content .header > .unit.time span {
  display: block;
}

.wrap-content .header > .unit.time span:nth-child(1) {
  font-size: 38px;
}

.wrap-content .header > .unit.time span:nth-child(2) {
  font-size: 14px;
}

.wrap-content .header > .unit.morphsearch {
  z-index: 400;
  position: absolute;
  top: 15px;
  right: 426px;
  width: 450px;
}

@media (max-width: 1200px) {
  .wrap-content .header > .unit.morphsearch {
    right: 270px;
    width: 60px;
    background: #7266ba;
  }
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.morphsearch {
    width: 64px;
    height: 64px;
    right: 192px;
    top: 0;
  }
}

.wrap-content .header > .unit.email {
  top: 0;
  right: 180px;
  width: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.email {
    right: 128px;
    width: 64px;
    height: 64px;
  }
}

.wrap-content .header > .unit.message {
  position: absolute;
  top: 0;
  right: 90px;
  width: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.message {
    right: 64px;
    width: 64px;
    height: 64px;
  }
}

.wrap-content .header > .unit.backet {
  top: 0;
  right: 0;
  width: 100%;
}

.wrap-content .content {
  padding: 20px 40px 0;
}

@media (max-width: 480px) {
  .wrap-content .content {
    padding: 20px 25px 0;
  }
}

.wrap-content .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 1px 110px;
  height: 85px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}

@media (max-width: 497px) {
  .wrap-content .footer {
    padding-left: 10px;
  }
}

.wrap-content .footer-menu li {
  display: inline-block;
}

.wrap-content .footer-menu li a {
  color: #999;
  padding-right: 1px;
}

.news-item {
  padding-right: 0;
}

@media (max-width: 992px) {
  .news-item {
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }
}

.news-item img {
  width: 100%;
  max-height: 250px;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 480px) {
  .news-item img {
    height: 160px;
    max-height: 160px;
  }
}

.news-item .descr {
  padding: 30px;
  color: #fff;
  text-align: center;
  height: 250px;
}

@media (max-width: 768px) {
  .news-item .descr {
    height: auto;
  }
}

.news-item .descr h5 a {
  color: #fff;
  text-decoration: none;
}

.news-item .descr p {
  font-size: 14px;
  line-height: 24px;
}

.news-item .descr a.readmore {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  padding: 8px 22px;
}

.news-item .descr a.readmore:hover {
  text-decoration: none;
}

@media (max-width: 1240px) {
  .news-item .descr a.readmore {
    padding: 4px 11px;
    font-size: 16px;
  }
}

.news-item.full-img {
  position: relative;
}

.news-item.full-img img {
  height: 500px;
  max-height: 500px;
}

@media (max-width: 480px) {
  .news-item.full-img img {
    height: 300px;
    max-height: 300px;
  }
}

.news-item.full-img .descr {
  text-align: left;
  position: absolute;
  bottom: 0;
  height: auto;
}

.news-item.full-img .descr.top {
  bottom: auto;
  top: 0;
}

.news-item.full-img .overlay-news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.news-item.side-news img {
  width: 250px;
  height: 250px;
  float: left;
}

@media (max-width: 992px) {
  .news-item.side-news img {
    float: none;
    width: 100%;
  }
}

.news-item.side-news .descr {
  text-align: left;
  float: right;
  height: 250px;
  width: calc(100% - 250px);
}

@media (max-width: 992px) {
  .news-item.side-news .descr {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .news-item.side-news .descr p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.news-item.side-news.right-img img {
  float: right;
}

.news-item.side-news.right-img .descr {
  float: left;
}

.news-item.half-news img {
  width: 50%;
  height: 250px;
  float: left;
}

@media (max-width: 992px) {
  .news-item.half-news img {
    float: none;
    width: 100%;
  }
}

.news-item.half-news .descr {
  text-align: left;
  float: right;
  height: 250px;
  width: 50%;
  position: relative;
}

@media (max-width: 992px) {
  .news-item.half-news .descr {
    float: none;
    width: 100%;
  }
}

.news-item.half-news .descr h5 {
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  .news-item.half-news .descr p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.news-item.half-news .descr a.readmore {
  border: none;
  text-decoration: underline;
  font-size: 20px;
  padding: 10px 0;
  float: right;
}

.news-item.half-news .descr:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #7266ba;
}

@media (max-width: 992px) {
  .news-item.half-news .descr:before {
    content: none;
  }
}

.news-item.half-news .descr.decor-info:before {
  border-right: 20px solid #39bee8;
}

.news-item.half-news .descr.decor-success:before {
  border-right: 20px solid #46be8a;
}

.news-item.half-news .descr.decor-warning:before {
  border-right: 20px solid #f2a654;
}

.news-item.half-news .descr.decor-danger:before {
  border-right: 20px solid #ff69b4;
}

.news-item.half-news.left-descr img {
  float: right;
}

@media (max-width: 992px) {
  .news-item.half-news.left-descr img {
    float: none;
  }
}

.news-item.half-news.left-descr .descr {
  float: left;
}

@media (max-width: 992px) {
  .news-item.half-news.left-descr .descr {
    float: none;
  }
}

.news-item.half-news.left-descr .descr:before {
  content: none;
}

.news-item.half-news.left-descr .descr:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #7266ba;
}

@media (max-width: 992px) {
  .news-item.half-news.left-descr .descr:after {
    content: none;
  }
}

.news-item.half-news.left-descr .descr.decor-info:after {
  border-left: 20px solid #39bee8;
}

.news-item.half-news.left-descr .descr.decor-success:after {
  border-left: 20px solid #46be8a;
}

.news-item.half-news.left-descr .descr.decor-warning:after {
  border-left: 20px solid #f2a654;
}

.news-item.half-news.left-descr .descr.decor-danger:after {
  border-left: 20px solid #ff69b4;
}

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: opacity false false, 0.5s false false, easy false false;
  -moz-transition: opacity false false false, 0.5s false false false, easy false false false;
  -o-transition: opacity false false false, 0.5s false false false, easy false false false;
  transition: opacity, 0.5s, easy;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.toggle-fixed {
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  width: 90px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
}

.toggle-fixed.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .toggle-fixed {
    width: 64px;
  }
}

@media (max-width: 480px) {
  .toggle-fixed {
    display: none;
  }
}

.fixed.mobile-view .aside {
  position: fixed;
}

.fixed .header {
  position: fixed;
  width: calc(100% - 90px);
  top: 0;
}

@media (max-width: 768px) {
  .fixed .header {
    width: calc(100% - 64px);
  }
}

@media (max-width: 497px) {
  .fixed .header {
    width: 100%;
  }
}

.fixed .wrap-content .content {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .fixed .wrap-content .content {
    margin-top: 64px;
  }
}

.fixed .filter .cd-main-content.is-fixed .cd-tab-filter-wrapper {
  top: 90px;
}

@media (max-width: 768px) {
  .fixed .filter .cd-main-content.is-fixed .cd-tab-filter-wrapper {
    top: 64px;
  }
}

.nosidebar-left .wrap-content {
  padding: 0 0 85px 0;
}

.nosidebar-left .wrap-content .header {
  width: 100%;
}

.nosidebar-left .wrap-content .header > .unit.title {
  padding-left: 110px;
}

.nosidebar-left .aside {
  height: 90px;
  background: #585b9c;
  position: absolute;
  box-shadow: none;
}

@media (max-width: 768px) {
  .nosidebar-left .aside {
    height: 64px;
  }
}

.nosidebar-left.fixed .aside {
  position: fixed;
}

.nosidebar-right .wrap-content .header .unit.message {
  right: 0;
}

.nosidebar-right .wrap-content .header .unit.email {
  right: 90px;
}

.nosidebar-right .wrap-content .header .unit.time {
  right: 180px;
}

.nosidebar-right .wrap-content .header .unit.morphsearch {
  right: 326px;
}

@media (max-width: 1200px) {
  .nosidebar-right .wrap-content .header .unit.morphsearch {
    right: 180px;
  }
}

@media (max-width: 768px) {
  .nosidebar-right .wrap-content .header .unit.morphsearch {
    right: 165px;
  }
}

.nosidebar-right .wrap-content .header .email .mail-content {
  right: -90px;
}

.nosidebar-right .wrap-content .header .message .message-content {
  right: 0;
}

.boxed .wrap-content .content {
  max-width: 1170px;
  margin: 0 auto;
}

.grids .row [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.grids .nesting [class^=col-] {
  background: #d3dde0;
  border: 1px solid #cbd3d5;
}

.fa-example i {
  color: #7266ba;
  font-size: 24px;
  width: 35px;
}

.email .btn-email {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.email .mail-content {
  z-index: 500;
  position: absolute;
  top: 90px;
  right: -180px;
  width: 416px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -200%);
  -moz-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -o-transform: translate(0, -200%);
  transform: translate(0, -200%);
  -webkit-transition: -webkit-transform false false, 0.3s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: -moz-transform false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: -o-transform false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: transform, 0.3s, cubic-bezier(0.4, 1, 0.3, 1);
}

@media (max-width: 768px) {
  .email .mail-content {
    width: 300px;
    right: -120px;
    top: 64px;
  }
}

.email .mail-content.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.email .mail-content .unit {
  min-height: 86px;
  display: block;
  padding: 24px 0 14px 100px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  -webkit-transition: background false false, 0.3s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: background false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: background false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: background, 0.3s, cubic-bezier(0.4, 1, 0.3, 1);
}

.email .mail-content .unit img {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 12px;
  left: 20px;
  border-radius: 50%;
}

.email .mail-content .unit:hover {
  text-decoration: none;
  background: #7266ba;
  color: #ffffff;
}

@media (max-width: 768px) {
  .email .mail-content .unit {
    padding: 14px 10px 8px 100px;
  }
}

.email .mail-content .unit p {
  font-size: 14px;
  line-height: 18px;
}

.email .mail-content .show-all {
  display: block;
  height: 52px;
  border-right: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  text-transform: uppercase;
  text-indent: 20px;
  position: relative;
}

.email .mail-content .show-all:hover {
  text-decoration: none;
}

.message .message-content {
  z-index: 500;
  position: absolute;
  top: 90px;
  right: -90px;
  width: 416px;
  background: #ffffff;
  padding: 8px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -200%);
  -moz-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -o-transform: translate(0, -200%);
  transform: translate(0, -200%);
  -webkit-transition: -webkit-transform false false, 0.3s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: -moz-transform false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: -o-transform false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: transform, 0.3s, cubic-bezier(0.4, 1, 0.3, 1);
}

@media (max-width: 768px) {
  .message .message-content {
    width: 300px;
    right: -55px;
    top: 64px;
  }
}

.message .message-content.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.message .message-content.active .unit {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.message .message-content .check-ok {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #a6d785;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.message .message-content .check-ok i {
  font-size: 180px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .message .message-content .check-ok i {
    font-size: 110px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.message .message-content .check-ok span {
  font-size: 32px;
  font-weight: 100;
  color: #333333;
}

.message .message-content .percent {
  margin: 0 20px 14px;
  position: relative;
  border-bottom: 2px solid #d8d8d8;
  color: #333333;
  font-size: 14px;
  line-height: 42px;
}

.message .message-content .percent:after {
  content: '';
  clear: both;
  display: table;
}

.message .message-content .percent .percent-title {
  float: left;
}

.message .message-content .percent .percent-mark {
  float: right;
}

.message .message-content .percent .percent-value {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
}

.message .message-content .percent .percent-value.color-1 {
  background-color: #7266ba;
}

.message .message-content .percent .percent-value.color-2 {
  background-color: #39bee8;
}

.message .message-content .unit {
  min-height: 86px;
  display: block;
  padding: 24px 0 14px 100px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
}

.message .message-content .unit:nth-child(4) {
  animation-delay: 0.1s;
}

.message .message-content .unit:nth-child(5) {
  animation-delay: 0.2s;
}

.message .message-content .unit:nth-child(6) {
  animation-delay: 0.3s;
}

.message .message-content .unit *[class*='icon-'] {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 12px;
  left: 20px;
  border-radius: 50%;
  background-color: #7266ba;
}

.message .message-content .unit:hover {
  text-decoration: none;
  background: #7266ba;
  color: #ffffff;
}

.message .message-content .unit:hover *[class*='icon-'] {
  background-color: #39bee8;
}

@media (max-width: 768px) {
  .message .message-content .unit {
    padding: 14px 10px 8px 100px;
  }
}

.message .message-content .unit p {
  font-size: 14px;
  line-height: 18px;
}

.message .message-content .clear-all {
  display: block;
  height: 52px;
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  text-transform: uppercase;
  text-indent: 20px;
}

.message .message-content .clear-all:hover {
  text-decoration: none;
}

.unit-scroll {
  height: 344px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .unit-scroll {
    height: 200px;
  }
}

.backet .backet-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url("../img/header.png") -90px -90px no-repeat #39bee8;
  cursor: pointer;
  z-index: 450;
}

@media (max-width: 480px) {
  .backet .backet-btn {
    width: 64px;
    height: 64px;
    background-position: -103px -103px;
  }
}

.backet .backet-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 400;
  background-color: #39bee8;
  font-size: 26px;
  font-weight: bold;
  line-height: 90px;
  text-indent: 28px;
  color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: translate3d false false, 0.4s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: translate3d false false false, 0.4s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: translate3d false false false, 0.4s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: translate3d, 0.4s, cubic-bezier(0.4, 1, 0.3, 1);
}

@media (max-width: 480px) {
  .backet .backet-title {
    height: 64px;
    line-height: 64px;
  }
}

.backet .backet-content {
  position: absolute;
  top: 90px;
  right: 0;
  width: 100%;
  z-index: 350;
  box-shadow: 0 0 20px transparent;
  visibility: hidden;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-timing-function: easy;
  -moz-transition-timing-function: easy;
  -o-transition-timing-function: easy;
  transition-timing-function: easy;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 992px) {
  .backet .backet-content {
    padding: 90px 0 0;
  }
}

@media (max-width: 480px) {
  .backet .backet-content {
    top: 64px;
  }
}

.backet .backet-content > .unit {
  width: 20%;
  height: 200px;
  border-right: 1px solid #39bee8;
  border-bottom: 1px solid #39bee8;
  float: right;
  position: relative;
  overflow: hidden;
  background-color: #7266ba;
  -webkit-transition: translate3d false false, 0.4s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: translate3d false false false, 0.4s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: translate3d false false false, 0.4s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: translate3d, 0.4s, cubic-bezier(0.4, 1, 0.3, 1);
}

@media (max-width: 1200px) {
  .backet .backet-content > .unit {
    height: 150px;
  }
}

.backet .backet-content > .unit:nth-child(1) {
  -webkit-transform: translate3d(100%, -100%, 0);
  -moz-transform: translate3d(100%, -100%, 0);
  -ms-transform: translate3d(100%, -100%, 0);
  -o-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
}

.backet .backet-content > .unit:nth-child(2) {
  -webkit-transform: translate3d(200%, -100%, 0);
  -moz-transform: translate3d(200%, -100%, 0);
  -ms-transform: translate3d(200%, -100%, 0);
  -o-transform: translate3d(200%, -100%, 0);
  transform: translate3d(200%, -100%, 0);
}

.backet .backet-content > .unit:nth-child(3) {
  -webkit-transform: translate3d(300%, -100%, 0);
  -moz-transform: translate3d(300%, -100%, 0);
  -ms-transform: translate3d(300%, -100%, 0);
  -o-transform: translate3d(300%, -100%, 0);
  transform: translate3d(300%, -100%, 0);
}

.backet .backet-content > .unit:nth-child(4) {
  -webkit-transform: translate3d(400%, -100%, 0);
  -moz-transform: translate3d(400%, -100%, 0);
  -ms-transform: translate3d(400%, -100%, 0);
  -o-transform: translate3d(400%, -100%, 0);
  transform: translate3d(400%, -100%, 0);
}

.backet .backet-content > .unit:nth-child(5) {
  -webkit-transform: translate3d(500%, -100%, 0);
  -moz-transform: translate3d(500%, -100%, 0);
  -ms-transform: translate3d(500%, -100%, 0);
  -o-transform: translate3d(500%, -100%, 0);
  transform: translate3d(500%, -100%, 0);
}

.backet .backet-content > .unit:nth-child(6) {
  -webkit-transform: translate3d(100%, -200%, 0);
  -moz-transform: translate3d(100%, -200%, 0);
  -ms-transform: translate3d(100%, -200%, 0);
  -o-transform: translate3d(100%, -200%, 0);
  transform: translate3d(100%, -200%, 0);
}

.backet .backet-content > .unit:nth-child(7) {
  -webkit-transform: translate3d(200%, -200%, 0);
  -moz-transform: translate3d(200%, -200%, 0);
  -ms-transform: translate3d(200%, -200%, 0);
  -o-transform: translate3d(200%, -200%, 0);
  transform: translate3d(200%, -200%, 0);
}

.backet .backet-content > .unit:nth-child(8) {
  -webkit-transform: translate3d(300%, -200%, 0);
  -moz-transform: translate3d(300%, -200%, 0);
  -ms-transform: translate3d(300%, -200%, 0);
  -o-transform: translate3d(300%, -200%, 0);
  transform: translate3d(300%, -200%, 0);
}

.backet .backet-content > .unit:nth-child(9) {
  -webkit-transform: translate3d(400%, -200%, 0);
  -moz-transform: translate3d(400%, -200%, 0);
  -ms-transform: translate3d(400%, -200%, 0);
  -o-transform: translate3d(400%, -200%, 0);
  transform: translate3d(400%, -200%, 0);
}

.backet .backet-content > .unit:nth-child(10) {
  -webkit-transform: translate3d(500%, -200%, 0);
  -moz-transform: translate3d(500%, -200%, 0);
  -ms-transform: translate3d(500%, -200%, 0);
  -o-transform: translate3d(500%, -200%, 0);
  transform: translate3d(500%, -200%, 0);
}

@media (max-width: 992px) {
  .backet .backet-content > .unit {
    height: 90px;
    width: 100%;
    float: none;
  }
  .backet .backet-content > .unit:nth-child(1) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(3) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(4) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(5) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(6) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(7) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(8) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(9) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .backet .backet-content > .unit:nth-child(10) {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.backet .backet-content > .unit .unit-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 450;
  height: 36px;
  width: 100%;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit .unit-bg {
    background: transparent;
  }
}

.backet .backet-content > .unit .btn-close {
  z-index: 450;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.backet .backet-content > .unit .btn-close svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  stroke: #585b9c;
  stroke-width: 4px;
  -webkit-transition: -webkit-transform false false, stroke false false, 0.3s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: -moz-transform false false false, stroke false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: -o-transform false false false, stroke false false false, 0.3s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: transform, stroke, 0.3s, cubic-bezier(0.4, 1, 0.3, 1);
}

@media (max-width: 992px) {
  .backet .backet-content > .unit .btn-close svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 18px;
  }
}

.backet .backet-content > .unit .btn-close:hover svg {
  stroke: #34aed4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.backet .backet-content > .unit .name {
  z-index: 450;
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit .name {
    left: 28px;
    font-size: 26px;
    line-height: 90px;
  }
}

.backet .backet-content > .unit .price {
  z-index: 450;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit .price {
    right: 72px;
    font-size: 26px;
    line-height: 90px;
  }
}

.backet .backet-content > .unit .img {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  left: -25%;
  z-index: 400;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit .img {
    display: none;
  }
}

.backet .backet-content > .unit .img img {
  display: block;
  width: 100%;
}

.backet .backet-content > .unit.text-color-black {
  color: #333333;
}

.backet .backet-content > .unit.text-color-white {
  color: #ffffff;
}

.backet .backet-content > .unit.total {
  text-align: center;
  color: #ffffff;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit.total {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
}

.backet .backet-content > .unit.total .btn-close svg {
  stroke: #ffffff;
  stroke-width: 6px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

@media (max-width: 992px) {
  .backet .backet-content > .unit.total .btn-close svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.backet .backet-content > .unit.total .btn-close:hover svg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.backet .backet-content > .unit.total .total-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  padding: 36px 0 0;
}

@media (max-width: 1200px) {
  .backet .backet-content > .unit.total .total-title {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .backet .backet-content > .unit.total .total-title {
    display: none;
  }
}

.backet .backet-content > .unit.total .total-price {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit.total .total-price {
    line-height: 90px;
    padding: 0 0 0 28px;
  }
}

.backet .backet-content > .unit.total .total-buy {
  display: inline-block;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  border: 3px solid #ffffff;
  background: none;
  outline: none;
  margin: 6px 0;
}

@media (max-width: 992px) {
  .backet .backet-content > .unit.total .total-buy {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}

.backet .backet-content > .unit.total .total-continue {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  cursor: pointer;
}

.backet.active {
  z-index: 500;
}

.backet.active .backet-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.backet.active .backet-content {
  visibility: visible;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.backet.active .backet-content > .unit {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  float: right;
}

.backet .qw-cart span {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.backet .qw-cart.items-added span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wrap-content {
  -webkit-transition: -webkit-transform 0.4s false;
  -moz-transition: -moz-transform 0.4s false false;
  -o-transition: -o-transform 0.4s false false;
  transition: transform 0.4s;
}

.wrap-content.menu-active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .wrap-content.menu-active {
    display: none;
  }
}

.wrap-menu {
  background: rgb(31,0,24);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: 800px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform false false, 0.4s false false;
  -moz-transition: -moz-transform false false false, 0.4s false false false;
  -o-transition: -o-transform false false false, 0.4s false false false;
  transition: transform, 0.4s;
}

.wrap-menu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 992px) {
  .wrap-menu {
    position: absolute;
    max-width: none;
  }
}

.menu-btn-open {
  display: block;
  height: 90px;
  position: relative;
  overflow: hidden;
  text-indent: 100px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-btn-open {
    height: 64px;
  }
}

.menu-btn-open:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 32px;
  top: 32px;
  height: 6px;
  margin: 0 0 0 -16px;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
  padding: 4px 0;
  background-color: #ffffff;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .menu-btn-open:before {
    top: 19px;
  }
}

.menu-btn-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 200px;
  height: 160px;
  stroke: #ffffff;
}

.menu-btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 6px;
  margin: -14px 0 0 -14px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform false false, stroke false false, 0.3s false false, ease-in false false;
  -moz-transition: -moz-transform false false false, stroke false false false, 0.3s false false false, ease-in false false false;
  -o-transition: -o-transform false false false, stroke false false false, 0.3s false false false, ease-in false false false;
  transition: transform, stroke, 0.3s, ease-in;
}

@media (max-width: 992px) {
  .menu-btn-close {
    width: 90px;
    height: 90px;
  }
}

.menu-btn-close:hover svg {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.menu-title {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 0 0 200px;
  text-align: center;
  line-height: 160px;
  font-size: 70px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .menu-title {
    font-size: 36px;
    padding: 0 0 0 60px;
    line-height: 90px;
  }
}

.menu {
  overflow: hidden;
  position: relative;
}

.menu li {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 193px;
  float: left;
  display: block;
  border-right: 1px solid rgb(31,0,24);
  border-bottom: 1px solid rgb(31,0,24);
  background-color: rgb(68,2,58);
  text-align: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .menu li {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .menu li {
    width: 50%;
    height: 73px;
  }
}

.menu li:hover {
  background-color: rgb(251,38,90);
}

.menu li a, .menu li span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #ffffff;
  padding: 120px 9px 0;
  font-size: 20px;
  line-height: 36px;
}

.menu li a:hover, .menu li span:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .menu li a, .menu li span {
    padding: 40px 9px 0;
    font-size: 14px;
  }
}

.menu li i {
  color: #fff;
  margin-top: 60px;
  font-size: 40px;
}

@media (max-width: 768px) {
  .menu li i {
    margin-top: 12px;
    font-size: 24px;
  }
}

.menu li .more {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0;
}

.menu li .menu {
  visibility: hidden;
  cursor: default;
}

.menu li .menu li {
  opacity: 0;
}

.menu li .menu li:first-child {
  margin-left: 200px;
}

@media (max-width: 992px) {
  .menu li .menu li:first-child {
    margin-left: 25%;
  }
}

@media (max-width: 768px) {
  .menu li .menu li:first-child {
    margin-left: 50%;
  }
}

.menu li.back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 250px;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity false false, 0.3s false false, ease false false;
  -moz-transition: opacity false false false, 0.3s false false false, ease false false false;
  -o-transition: opacity false false false, 0.3s false false false, ease false false false;
  transition: opacity, 0.3s, ease;
}

.menu li.back span {
  display: none;
}

.menu li.back:before {
  display: none;
}

.menu li.back:after {
  content: '';
  border: 25px solid transparent;
  border-right-color: #ffffff;
  position: absolute;
  top: 75px;
  right: 50%;
  margin-right: -12px;
}

@media (max-width: 768px) {
  .menu li.back:after {
    top: 20px;
    border-width: 18px;
  }
}

.menu li .label {
  width: 40px;
  height: 15px;
  line-height: 14px;
  top: 5px;
  right: 5px;
  left: auto;
  text-align: center;
  padding: 0;
}

.menu.sub-active > li:not(.active) {
  display: none;
}

.menu.sub-active > li.back {
  visibility: visible;
  opacity: 1;
}

.menu.sub-active > li.active {
  padding-top: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-image: none;
  border: none;
}

.menu.sub-active > li.active:before {
  display: none;
}

.menu.sub-active > li.active > span, .menu.sub-active > li.active > i {
  display: none;
}

.menu.sub-active > li .menu {
  visibility: visible;
}

.menu.sub-active > li .menu li {
  opacity: 1;
}

.menu.sub-active > li .menu li:before {
  display: none;
}

.menu.sub-active > li .menu li a {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .menu.sub-active > li .menu li a {
    padding-top: 40px;
  }
}

body.mobile-view .aside {
  height: auto;
  position: absolute;
  background: transparent;
}

body.mobile-view .aside .btn-profile, body.mobile-view .aside .btn-logo {
  display: none;
}

body.mobile-view .wrap-content {
  padding: 0 0 85px 0;
}

.user-btn, .side-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background: transparent;
  cursor: pointer;
  z-index: 450;
}

@media (max-width: 768px) {
  .user-btn, .side-btn {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.notification-count {
  position: absolute;
  background: #39bee8;
  color: #ffffff;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  top: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .notification-count {
    top: 8px;
    right: 8px;
  }
}

.sidepanel {
  position: absolute;
  height: 100%;
  width: 416px;
  right: 0;
  top: 0;
  z-index: 9000;
  background: #7266ba;
  border-left: 4px solid #585b9c;
  -webkit-transform: translateX(440px);
  -moz-transform: translateX(440px);
  -ms-transform: translateX(440px);
  -o-transform: translateX(440px);
  transform: translateX(440px);
  -webkit-transition: -webkit-transform false false, 0.4s false false;
  -moz-transition: -moz-transform false false false, 0.4s false false false;
  -o-transition: -o-transform false false false, 0.4s false false false;
  transition: transform, 0.4s;
}

@media (max-width: 420px) {
  .sidepanel {
    width: 100%;
  }
}

.sidepanel.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sidepanel .side-search {
  position: absolute;
  bottom: 0;
  display: block;
  width: 416px;
  margin-left: -20px;
  height: 60px;
  line-height: 60px;
  background: #585b9c;
  color: #ffffff;
  font-size: 18px;
  padding: 0 20px 0 60px;
}

.sidepanel .side-search + label {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 18px;
  background: url("../img/icon-search.svg");
  width: 27px;
  height: 27px;
}

.sidepanel .lang-select {
  width: 84px;
  margin-top: 12px;
  margin-left: 10px;
}

.sidepanel .lang-select .select:before {
  content: "\f078";
  font-family: "FontAwesome";
  background: none;
  top: 5px;
  right: 8px;
  color: #ffffff;
}

.sidepanel .lang-select .btn {
  background: none;
  color: #ffffff;
  padding-left: 10px;
}

.sidepanel .power {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ffffff;
  font-size: 26px;
}

.sidepanel .user-content {
  color: #ffffff;
  padding: 20px 0 0;
  margin-bottom: 40px;
  background: transparent !important;
}

@media (max-width: 768px) {
  .sidepanel .user-content {
    margin-bottom: 5px;
    margin-top: -15px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .sidepanel .user-content .socials, .sidepanel .user-content .follow {
    display: none;
  }
}

.sidepanel .user-content .socials li {
  display: inline-block;
}

.sidepanel .user-content .socials li a {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  margin: 0 12px;
}

.sidepanel .user-content .follow > span {
  margin: 0 10px;
}

.sidepanel .user-content .follow > span > span {
  font-size: 20px;
  margin-right: 5px;
}

.sidepanel .user-content .profile-avatar {
  position: relative;
  margin: 20px auto;
  width: 64px;
}

@media (max-width: 768px) {
  .sidepanel .user-content .profile-avatar {
    margin: 5px auto;
  }
}

.sidepanel .user-content .profile-avatar img {
  margin: 0;
}

.sidepanel .user-content .profile-avatar span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #46be8a;
}

.sidepanel .nav-tabs {
  border: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .sidepanel .nav-tabs > li {
    display: table-cell;
    width: 1%;
  }
}

.sidepanel .nav-tabs > li > a {
  border-radius: 0;
  border: 0 !important;
  background-color: #585b9c;
  color: #ffffff;
  font-size: 28px;
  padding: 0;
  line-height: 80px;
  margin-bottom: 0 !important;
}

.sidepanel .nav-tabs > li.active:before, .sidepanel .nav-tabs > li.active:after {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  background: #39bee8;
}

.sidepanel .nav-tabs > li.active > a {
  background: #39bee8;
  color: #ffffff;
}

.sidepanel .nav-tabs .fa-question {
  font-size: 30px;
  padding: 0 5px;
}

.sidepanel .tab-content {
  padding: 20px;
}

@media (max-width: 420px) {
  .sidepanel .tab-content {
    padding: 20px 5px;
  }
}

.sidepanel .tab-content .notification-item {
  margin-bottom: 40px;
  position: relative;
}

.sidepanel .tab-content .notification-item .fa-stack {
  margin-right: 10px;
}

.sidepanel .tab-content .notification-item .title {
  color: #ffffff;
}

.sidepanel .tab-content .notification-item .time-ago {
  color: #ffffff;
  background-color: #585b9c;
  line-height: 24px;
  font-size: 14px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 10px;
}

.sidepanel .tab-content .notification-item p {
  color: #ffffff;
  line-height: 18px;
  margin-top: 5px;
  padding-left: 74px;
}

.sidepanel .tab-content .chat .panel {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}

.sidepanel .tab-content .chat .panel-body {
  border: 0;
}

.sidepanel .tab-content .chat .panel-heading {
  border: 0;
  color: #ffffff;
  background-color: #585b9c;
}

.sidepanel .tab-content .chat .panel-heading a {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  display: block;
}

.sidepanel .tab-content .chat .panel-heading a:after {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
}

.sidepanel .tab-content .chat .panel-heading a.collapsed:after {
  content: "\f054";
}

.sidepanel .tab-content .ticket-item {
  line-height: 60px;
}

.sidepanel .tab-content .ticket-item .fa-chevron-right {
  margin-top: 22px;
}

.sidepanel .tab-content .ticket-item > div {
  margin-bottom: 10px;
}

.sidepanel .tab-content .ticket-item:hover {
  text-decoration: none;
}

.sidepanel .tab-content .new-ticket {
  margin: 0 -20px;
}

.sidepanel .tab-content #new-ticket {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidepanel .tab-content #new-ticket:hover, .sidepanel .tab-content #new-ticket:active {
  color: #ffffff;
}

.sidepanel .tab-content .ticket-container, .sidepanel .tab-content .chat-message-container {
  margin: 0 -20px;
}

@media (max-width: 420px) {
  .sidepanel .tab-content .ticket-container, .sidepanel .tab-content .chat-message-container {
    display: table-cell;
    width: 1%;
  }
}

.sidepanel .tab-content .ticket-container.hid, .sidepanel .tab-content .chat-message-container.hid {
  opacity: 0;
  visibility: hidden;
}

.sidepanel .tab-content .ticket-container .chat-window:before, .sidepanel .tab-content .ticket-container .chat-window:after, .sidepanel .tab-content .chat-message-container .chat-window:before, .sidepanel .tab-content .chat-message-container .chat-window:after {
  content: none;
}

.sidepanel .tab-content .ticket-container .chat-window .chat-messages, .sidepanel .tab-content .chat-message-container .chat-window .chat-messages {
  min-height: 300px;
  max-height: 531px;
  height: 100%;
}

@media (max-height: 600px) {
  .sidepanel .tab-content .ticket-container .chat-window .chat-messages, .sidepanel .tab-content .chat-message-container .chat-window .chat-messages {
    max-height: 300px;
  }
}

.sidepanel .tab-content .ticket-container .chat-window .chat-input-wrapper, .sidepanel .tab-content .ticket-container .chat-window .chat-send, .sidepanel .tab-content .chat-message-container .chat-window .chat-input-wrapper, .sidepanel .tab-content .chat-message-container .chat-window .chat-send {
  background: #585b9c;
}

.sidepanel .tab-content .ticket-container .chat-window .chat-message-self .chat-message-bubble, .sidepanel .tab-content .ticket-container .chat-window .chat-message-effect .chat-message-bubble, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-self .chat-message-bubble, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-effect .chat-message-bubble {
  background: #39bee8;
}

.sidepanel .tab-content .ticket-container .chat-window .chat-message-self .chat-message-bubble:after, .sidepanel .tab-content .ticket-container .chat-window .chat-message-effect .chat-message-bubble:after, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-self .chat-message-bubble:after, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-effect .chat-message-bubble:after {
  border-bottom-color: #39bee8;
}

.sidepanel .tab-content .ticket-container .chat-window .chat-effect-bar, .sidepanel .tab-content .ticket-container .chat-window .chat-effect-dot, .sidepanel .tab-content .chat-message-container .chat-window .chat-effect-bar, .sidepanel .tab-content .chat-message-container .chat-window .chat-effect-dot {
  background: #46be8a;
}

.sidepanel .tab-content .ticket-container .chat-window .chat-info-container, .sidepanel .tab-content .chat-message-container .chat-window .chat-info-container {
  color: #fff;
}

.sidepanel .tab-content #chat .chat-contacts > h6 span {
  background: #46be8a;
  float: right;
  padding: 0 10px;
}

.sidepanel .tab-content #chat .profile-avatar {
  position: relative;
  margin-right: 15px;
}

.sidepanel .tab-content #chat .profile-avatar img {
  margin: 0;
}

.sidepanel .tab-content #chat .profile-avatar span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sidepanel .tab-content #chat .profile-avatar span.online {
  background: #46be8a;
}

.sidepanel .tab-content #chat .profile-avatar span.warning {
  background: #f2a654;
}

.sidepanel .tab-content #chat .profile-avatar span.danger {
  background: #ff69b4;
}

.sidepanel .tab-content #chat p {
  padding-left: 0;
}

.sidepanel .tab-content #chat .arrow {
  position: absolute;
  right: 0;
  top: 24px;
  color: #fff;
}

.sidepanel .tab-content .chat-item {
  position: relative;
}

.sidepanel .tab-content .chat-item:hover {
  text-decoration: none;
}

.sidepanel .tab-content .chat-item .contact-details {
  display: none;
  width: 300px;
  height: 150px;
  position: absolute;
  left: -320px;
  top: -42px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.sidepanel .tab-content .chat-item .contact-details:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.sidepanel .tab-content .chat-item .contact-details .contact-descr {
  padding: 10px 20px;
}

.sidepanel .tab-content .chat-item .contact-details h6 {
  color: #ffffff;
  line-height: 50px;
  padding: 0 20px;
}

.sidepanel .tab-content .chat-item .contact-details h6 span {
  font-size: 36px;
  margin-top: 10px;
}

.sidepanel .tab-content .chat-item .contact-details.decor-info:after {
  border-left-color: #39bee8;
}

.sidepanel .tab-content .chat-item .contact-details.decor-warning:after {
  border-left-color: #f2a654;
}

.sidepanel .tab-content .chat-item .contact-details.decor-danger:after {
  border-left-color: #ff69b4;
}

.sidepanel .tab-content .chat-message-container .chat-window .chat-message-self .chat-message-bubble, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-effect .chat-message-bubble {
  background: #46be8a;
}

.sidepanel .tab-content .chat-message-container .chat-window .chat-message-self .chat-message-bubble:after, .sidepanel .tab-content .chat-message-container .chat-window .chat-message-effect .chat-message-bubble:after {
  border-bottom-color: #46be8a;
}

.sidepanel .tab-content .chat-message-container .chat-window .chat-effect-bar, .sidepanel .tab-content .chat-message-container .chat-window .chat-effect-dot, .sidepanel .tab-content .chat-message-container .chat-window .chat-input-wrapper, .sidepanel .tab-content .chat-message-container .chat-window .chat-send {
  background: #39bee8;
}

.sidepanel .tab-content .chat-message-container .chat-item {
  display: block;
  padding: 0 20px;
}

a[data-back-to-contacts] .arrow {
  right: auto;
  left: 0;
}

.morphsearch {
  min-height: 60px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: width false false, min-height false false, top false false, right false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: width false false false, min-height false false false, top false false false, right false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: width false false false, min-height false false false, top false false false, right false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: width, min-height, top, right, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

@media (min-width: 481px) {
  .morphsearch {
    background: #585b9c;
  }
}

.morphsearch-form {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: width false false, height false false, -webkit-transform false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: width false false false, height false false false, -moz-transform false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: width false false false, height false false false, -o-transform false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: width, height, transform, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-form:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 17px;
  left: 18px;
  opacity: 1;
  background: url("../img/icon-search.svg");
  width: 27px;
  height: 27px;
  -webkit-transition: opacity false false, 0.25s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: opacity false false false, 0.25s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: opacity false false false, 0.25s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: opacity, 0.25s, cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #333333;
  -webkit-transition: font-size false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: font-size false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: font-size false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: font-size, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
  text-indent: 1000px;
}

.morphsearch-input::-ms-clear {
  /* remove cross in IE */
  display: none;
}

.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  -webkit-transition: color false false, 0.3s false false;
  -moz-transition: color false false false, 0.3s false false false;
  -o-transition: color false false false, 0.3s false false false;
  transition: color, 0.3s;
}

/* placeholder */
.morphsearch-input {
  font-size: 80px;
}

@media (max-width: 480px) {
  .morphsearch-input {
    font-size: 40px;
  }
}

.morphsearch-input:-moz-placeholder {
  color: #ffffff;
  text-indent: 1000px !important;
  -webkit-transition: text-indent false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: text-indent, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input::-moz-placeholder {
  color: #ffffff;
  text-indent: 1000px !important;
  -webkit-transition: text-indent false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: text-indent, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input:-ms-input-placeholder {
  color: #ffffff;
  text-indent: 1000px;
  -webkit-transition: text-indent false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: text-indent, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input::-webkit-input-placeholder {
  color: #ffffff;
  text-indent: 1000px;
  -webkit-transition: text-indent false false, 0.5s false false, cubic-bezier(0.7, 0, 0.3, 1) false false;
  -moz-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  -o-transition: text-indent false false false, 0.5s false false false, cubic-bezier(0.7, 0, 0.3, 1) false false false;
  transition: text-indent, 0.5s, cubic-bezier(0.7, 0, 0.3, 1);
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
  outline: none;
}

.morphsearch-submit {
  position: absolute;
  width: 53px;
  height: 53px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background-color: transparent;
  border: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  -moz-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  -ms-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  -o-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (max-width: 480px) {
  .morphsearch-submit {
    width: 32px;
    height: 32px;
  }
}

.morphsearch-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background: url("../img/icon-search.svg") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 480px) {
  .morphsearch-submit:before {
    width: 32px;
    height: 32px;
  }
}

.morphsearch-close {
  width: 56px;
  height: 56px;
  font-size: 48px;
  position: absolute;
  right: 28px;
  top: 21px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -o-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

@media (max-width: 480px) {
  .morphsearch-close {
    width: 32px;
    height: 32px;
  }
}

.morphsearch-close i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform false false, 0.3s false false, ease-in false false;
  -moz-transition: -moz-transform false false false, 0.3s false false false, ease-in false false false;
  -o-transition: -o-transform false false false, 0.3s false false false, ease-in false false false;
  transition: transform, 0.3s, ease-in;
}

@media (max-width: 480px) {
  .morphsearch-close i {
    width: 32px;
    height: 32px;
  }
}

.morphsearch-close:hover i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

@media (max-width: 480px) {
  .morphsearch-close:hover i {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.morphsearch-content {
  color: #333333;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 104px 10.5% 60px;
  background: #7266ba;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 480px) {
  .morphsearch-content {
    padding-top: 30px;
  }
}

.dummy-column {
  width: 30%;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 480px) {
  .dummy-column {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
}

.dummy-column:nth-child(2) {
  margin: 0 5%;
}

.dummy-column h2 {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  padding: 0 0 12px;
}

.round {
  border-radius: 50%;
}

.dummy-media-object {
  padding: 12px 12px 12px 16px;
  margin: 0 0 20px;
  display: block;
  cursor: pointer;
  background: #585b9c;
}

.dummy-media-object:hover,
.dummy-media-object:focus {
  text-decoration: none;
}

.dummy-media-object img {
  display: inline-block;
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.dummy-media-object h3 {
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  width: calc(100% - 70px);
  color: #ffffff;
}

.morphsearch.open {
  z-index: 500 !important;
  width: 100% !important;
  top: 0 !important;
  right: 0 !important;
  background-color: #7266ba;
  padding-top: 44px;
}

.morphsearch.open .morphsearch-form {
  background-color: #7266ba;
  width: 80%;
  height: 160px;
}

@media (max-width: 768px) {
  .morphsearch.open .morphsearch-form {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .morphsearch.open .morphsearch-form {
    width: 100%;
    height: 80px;
  }
}

.morphsearch.open .morphsearch-form:before {
  opacity: 0;
}

.morphsearch.open .morphsearch-input {
  border-bottom: 2px solid #585b9c;
  color: #fff;
  text-indent: 0;
}

.morphsearch.open .morphsearch-input:-moz-placeholder {
  text-indent: 0 !important;
  color: #fff !important;
}

.morphsearch.open .morphsearch-input::-moz-placeholder {
  text-indent: 0 !important;
  color: #fff !important;
}

.morphsearch.open .morphsearch-input:-ms-input-placeholder {
  text-indent: 0 !important;
  color: #fff !important;
}

.morphsearch.open .morphsearch-input::-webkit-input-placeholder {
  text-indent: 0;
  color: #fff;
}

.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media (max-width: 480px) {
  .morphsearch.open .morphsearch-submit {
    display: none;
  }
}

.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.morphsearch.open .morphsearch-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.morphsearch.open .dummy-column:first-child {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.morphsearch.open .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Overlay */
body.modal-open {
  padding-right: 0 !important;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: 18px;
  font-weight: 600;
  color: #7266ba;
}

.breadcrumb li a {
  color: #7266ba;
}

.breadcrumb li i {
  font-size: 22px;
}

.breadcrumb li + li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  padding: 0 10px;
  color: #7266ba;
  vertical-align: text-top;
}

.breadcrumb.breadcrumb-bg {
  background: #ededed;
}

.breadcrumb-example {
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumb-example ol {
  margin-bottom: 10px;
}

.breadcrumb-example .col-md-12 {
  padding-right: 20px !important;
}

.breadcrumb-example .col-md-6 {
  padding-top: 0 !important;
}

@media (max-width: 992px) {
  .breadcrumb-example .col-md-6 {
    padding-right: 20px !important;
  }
}

.popover {
  border-radius: 0;
  border-color: #ededed;
}

.popover .arrow {
  display: none;
}

.progress {
  box-shadow: none;
  border-radius: 0;
  background: #ededed;
  height: 30px;
  margin-bottom: 20px;
}

.progress .progress-bar {
  box-shadow: none;
  line-height: 30px;
}

.list-group {
  margin: 0;
}

.list-group a {
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
}

.list-group a:nth-child(odd) {
  background: #ededed;
}

.list-group a.active, .list-group a.active:hover {
  background: #ff69b4;
  border-color: #ff69b4;
}

.panel {
  border-radius: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 0 15px;
  border-radius: 0;
}

.panel-heading h3 {
  line-height: 60px;
  display: inline-block;
}

.panel-heading .setting {
  margin-top: 20px;
}

.panel-heading.art {
  color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.panel-heading.art h3, .panel-heading.art .setting span {
  color: #fff;
}

.panel-body.art {
  color: #fff;
}

.panel-transparent {
  background: transparent !important;
  box-shadow: none;
}

.panel-transparent .panel-heading {
  border-bottom: 1px solid #ddd;
}

.panel-transparent-border {
  background: transparent !important;
  border: 1px solid #d4d3d2;
  box-shadow: 0px 2px 4px 0px #d8d8d8;
}

.panel-transparent-border .panel-heading {
  border-bottom: 1px solid #ddd;
}

.panel-border {
  border: 1px solid #d4d3d2;
}

.btn-email {
  position: relative;
  cursor: pointer;
}

.btn-email:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -15px 0 0;
  width: 30px;
  height: 30px;
  background: url("../img/icon-email.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-email.active {
  background: #585b9c;
}

.btn-message {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .btn-message {
    width: 64px;
    height: 64px;
  }
}

.btn-message:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -15px 0 0;
  width: 30px;
  height: 30px;
  background: url("../img/icon-message.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-message.active {
  background: #585b9c;
}

.btn-attach {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../img/icon-14.png") no-repeat 50% 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100px;
}

*[class^='icon-'] {
  position: relative;
}

*[class^='icon-']:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -18px 0 0;
  width: 36px;
  height: 36px;
}

.icon-android:before {
  background: url("../img/icon-android.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-album:before {
  background: url("../img/icon-album.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-science:before {
  background: url("../img/icon-science.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-box:before {
  background: url("../img/icon-box.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sorting {
  display: inline-block;
  margin: 0;
}

.sorting li {
  position: relative;
  cursor: pointer;
  width: 58px;
  height: 48px;
  display: block;
  float: left;
  background-color: #39bee8;
}

.sorting li:hover, .sorting li.hovered {
  background-color: #34aed4;
}

.sorting li:active, .sorting li.active {
  background-color: #34aed4;
  box-shadow: inset 0 4px 1px #1c6d86;
}

.sorting li[disabled]:hover {
  background-color: #39bee8;
}

.sorting li.active, .sorting li:hover {
  background-color: #46be8a;
}

.sorting li.active:hover, .sorting li.active.hovered, .sorting li:hover:hover, .sorting li:hover.hovered {
  background-color: #41b181;
}

.sorting li.active:active, .sorting li.active.active, .sorting li:hover:active, .sorting li:hover.active {
  background-color: #46be8a;
  box-shadow: inset 0 4px 1px #41b181;
}

.sorting li.active[disabled]:hover, .sorting li:hover[disabled]:hover {
  background-color: #46be8a;
}

.sorting li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 12px;
  background: url("../img/sprite.svg") no-repeat -100% -100%;
  -webkit-background-size: 300px;
  -moz-background-size: 300px;
  -o-background-size: 300px;
  background-size: 300px;
  width: 34px;
  height: 28px;
}

.sorting li.view-1:before {
  background-position: -50px 0;
}

.sorting li.view-2:before {
  background-position: -50px -50px;
}

.sorting li.view-3:before {
  background-position: -47px -100px;
}

.sorting li.view-4:before {
  background-position: -50px -150px;
}

.btn {
  min-width: 140px;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 24px;
  border-radius: 0;
  -webkit-transition: background false false, 0.25s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: background false false false, 0.25s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: background false false false, 0.25s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: background, 0.25s, cubic-bezier(0.4, 1, 0.3, 1);
}

.btn.btn-lg {
  line-height: 46px;
  font-size: 26px;
  min-width: 180px;
}

.btn.btn-sm {
  line-height: 30px;
  font-size: 16px;
  min-width: 120px;
}

.btn.btn-mini {
  line-height: 22px;
  font-size: 12px;
  min-width: 100px;
}

.btn-default {
  background-color: #ffffff;
  border: 1px solid #d8d8d8 !important;
  color: #333333;
  line-height: 32px;
}

.btn-default:hover, .btn-default.hovered {
  background-color: #d8d8d8;
}

.btn-default:active, .btn-default.active {
  background-color: #ffffff;
  box-shadow: inset 0 4px 1px #d8d8d8;
}

.btn-default[disabled]:hover {
  background-color: #ffffff;
}

.btn-primary {
  background-color: #7266ba;
  color: #fff;
}

.btn-primary:hover, .btn-primary.hovered {
  background-color: #585b9c;
}

.btn-primary:active, .btn-primary.active {
  background-color: #7266ba;
  box-shadow: inset 0 4px 1px #585b9c;
}

.btn-primary[disabled]:hover {
  background-color: #7266ba;
}

.btn-success {
  background-color: #46be8a;
}

.btn-success:hover, .btn-success.hovered {
  background-color: #41b181;
}

.btn-success:active, .btn-success.active {
  background-color: #46be8a;
  box-shadow: inset 0 4px 1px #41b181;
}

.btn-success[disabled]:hover {
  background-color: #46be8a;
}

.btn-info {
  background-color: #39bee8;
}

.btn-info:hover, .btn-info.hovered {
  background-color: #34aed4;
}

.btn-info:active, .btn-info.active {
  background-color: #34aed4;
  box-shadow: inset 0 4px 1px #1c6d86;
}

.btn-info[disabled]:hover {
  background-color: #39bee8;
}

.btn-warning {
  background-color: #f2a654;
}

.btn-warning:hover, .btn-warning.hovered {
  background-color: #e39c4f;
}

.btn-warning:active, .btn-warning.active {
  background-color: #f2a654;
  box-shadow: inset 0 4px 1px #e39c4f;
}

.btn-warning[disabled]:hover {
  background-color: #f2a654;
}

.btn-danger {
  background-color: #ff69b4;
}

.btn-danger:hover, .btn-danger.hovered {
  background-color: #e25da0;
  color: #ffffff;
}

.btn-danger:active, .btn-danger.active {
  background-color: #ff69b4;
  box-shadow: inset 0 4px 1px #e25da0;
}

.btn-danger[disabled]:hover {
  background-color: #ff69b4;
}

.btn-round {
  border-radius: 24px;
}

.btn-follow {
  position: relative;
  padding-left: 60px;
}

.btn-follow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 20px;
  background: url("../img/sprite.svg") no-repeat 0 0;
  -webkit-background-size: 300px;
  -moz-background-size: 300px;
  -o-background-size: 300px;
  background-size: 300px;
}

.btn-follow.checked:before {
  background-position: 0 -50px;
  width: 28px;
  height: 20px;
  margin-top: -10px;
}

.btn-follow.unchecked:before {
  background-position: 0 -100px;
  width: 26px;
  height: 24px;
  margin-top: -12px;
}

.btn-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 0 !important;
  padding: 0;
}

.btn-icon.round {
  border-radius: 50%;
}

.btn-other {
  display: inline-block;
  background: none;
  width: 56px;
  height: 48px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8 !important;
  color: #333333;
  line-height: 32px;
  border: 1px solid #333333 !important;
}

.btn-other:hover, .btn-other.hovered {
  background-color: #d8d8d8;
}

.btn-other:active, .btn-other.active {
  background-color: #ffffff;
  box-shadow: inset 0 4px 1px #d8d8d8;
}

.btn-other[disabled]:hover {
  background-color: #ffffff;
}

.btn-other:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/icon-other.png") no-repeat;
}

.btn-other-plus:before {
  background-position: 0 0;
  width: 23px;
  height: 23px;
  margin: -12px 0 0 -12px;
}

.btn-other-minus:before {
  background-position: 0 -40px;
  width: 25px;
  height: 3px;
  margin: -2px 0 0 -13px;
}

.btn-other-setting:before {
  background-position: 0 -80px;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
}

.btn-other-up:before {
  background-position: 0 -120px;
  width: 22px;
  height: 17px;
  margin: -8px 0 0 -10px;
}

.btn-other-down:before {
  background-position: 0 -160px;
  width: 22px;
  height: 17px;
  margin: -8px 0 0 -10px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  padding: 0 6px;
  font-weight: normal;
}

.badge-default {
  background: #696969;
}

.badge-primary {
  background: #585b9c;
}

.badge-success {
  background: #41b181;
}

.badge-warning {
  background: #e39c4f;
}

.badge-info {
  background: #34aed4;
}

.badge-danger {
  background: #e25da0;
}

.badge-round {
  border-radius: 10px;
}

.lbs-bdgs td, .lbs-bdgs th {
  width: 33%;
}

.lbs-bdgs td:nth-child(2), .lbs-bdgs th:nth-child(2) {
  text-align: center;
}

.lbs-bdgs td:last-child, .lbs-bdgs th:last-child {
  text-align: right;
}

.lbs-bdgs .label {
  margin-right: 0;
}

.tag {
  display: inline;
  padding: 6px 14px;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
}

.tag-lg {
  padding: 10px 20px;
  font-size: 26px;
}

.tag-sm {
  padding: 4px 8px;
  font-size: 14px;
}

.tag-xs {
  padding: 2px 4px;
  font-size: 12px;
}

.tag-default {
  background-color: #ffffff;
}

.tag-primary {
  background-color: #7266ba;
}

.tag-success {
  background-color: #46be8a;
}

.tag-info {
  background-color: #34aed4;
}

.tag-warning {
  background-color: #f2a654;
}

.tag-danger {
  background-color: #ff69b4;
}

.tag-bevel {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 24px;
  display: inline-block;
  margin: 0 0 0 17px;
}

.tag-bevel:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 5px;
  left: -11px;
  width: 21px;
  height: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tag-bevel:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.tag-bevel.tag-lg {
  font-size: 26px;
  line-height: 48px;
}

.tag-bevel.tag-lg:before {
  top: 7px;
  left: -17px;
  width: 34px;
  height: 34px;
}

.tag-bevel.tag-lg:after {
  top: 17px;
  left: 3px;
  width: 14px;
  height: 14px;
}

.tag-bevel.tag-sm {
  font-size: 14px;
  line-height: 22px;
}

.tag-bevel.tag-sm:before {
  top: 3px;
  left: -9px;
  width: 16px;
  height: 16px;
}

.tag-bevel.tag-sm:after {
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
}

.tag-bevel.tag-xs {
  font-size: 10px;
  line-height: 18px;
}

.tag-bevel.tag-xs:before {
  top: 3px;
  left: -7px;
  width: 13px;
  height: 13px;
}

.tag-bevel.tag-xs:after {
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
}

.tag-bevel.tag-default:before {
  background-color: #ffffff;
}

.tag-bevel.tag-primary:before {
  background-color: #7266ba;
}

.tag-bevel.tag-success:before {
  background-color: #46be8a;
}

.tag-bevel.tag-info:before {
  background-color: #34aed4;
}

.tag-bevel.tag-warning:before {
  background-color: #f2a654;
}

.tag-bevel.tag-danger:before {
  background-color: #ff69b4;
}

.label {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 24px;
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
}

.label:empty {
  display: none;
}

.label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../img/icon-label-1.png");
  background-repeat: no-repeat;
}

.label-default:before {
  background-position: 0 0;
}

.label-primary:before {
  background-position: 0 -20px;
}

.label-success:before {
  background-position: 0 -40px;
}

.label-info:before {
  background-position: 0 -60px;
}

.label-warning:before {
  background-position: 0 -80px;
}

.label-danger:before {
  background-position: 0 -100px;
}

.label.label-alt {
  font-size: 14px;
  line-height: 1;
  padding: 5px 20px;
  display: inline-block;
}

.label.label-alt:before {
  content: none;
}

.label.label-alt.label-lg {
  font-size: 18px;
  padding: 8px 22px;
}

.label.label-alt.label-sm {
  font-size: 12px;
  padding: 4px 16px;
}

.label.label-alt.label-xs {
  font-size: 10px;
  padding: 2px 10px;
}

.label.label-alt.label-default {
  background-color: #696969;
}

.label.label-alt.label-primary {
  background-color: #7266ba;
}

.label.label-alt.label-success {
  background-color: #46be8a;
}

.label.label-alt.label-info {
  background-color: #39bee8;
}

.label.label-alt.label-warning {
  background-color: #f2a654;
}

.label.label-alt.label-danger {
  background-color: #ff69b4;
}

input.size-lg {
  display: block;
  width: 100%;
  height: 113px;
  line-height: 112px;
  font-size: 26px;
  border-bottom: 1px solid #333333;
  color: #333333;
}

@media (max-width: 768px) {
  input.size-lg {
    height: 65px;
    line-height: 64px;
    font-size: 18px;
  }
}

.refresh-btn, .close-block, .setting-btn {
  display: inline-block;
  font-size: 16px;
  width: 22px;
  height: 22px;
  vertical-align: top;
  cursor: pointer;
  color: #7266ba;
  text-align: center;
  margin-left: 5px;
}

.close-block {
  font-size: 18px;
  line-height: 1.2;
}

.refresh-progress {
  cursor: pointer;
}

/*Timer Loader*/
.refresh-preloader {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7266ba;
  position: absolute;
  display: none;
  z-index: 100;
}

.refresh-preloader .la-timer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.setting {
  position: relative;
}

.setting-btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.setting-popup {
  position: absolute;
  top: 28px;
  right: 32px;
  margin: 0;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  visibility: hidden;
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  -o-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform false false, 0.25s false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false;
  -moz-transition: -moz-transform false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  -o-transition: -o-transform false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  transition: transform, 0.25s, cubic-bezier(0, 0.42, 0.4, 1.21);
}

.setting-popup.active {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.setting-popup li {
  white-space: nowrap;
  padding: 0 12px;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}

.setting-popup li:hover, .setting-popup li a:hover {
  background: #7266ba;
  color: #ffffff;
}

.btn-xs {
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px 0 32px;
  margin: 0 16px 0 0;
  color: #ffffff;
  outline: none;
}

.btn-xs:last-child {
  margin: 0 -4px 0 0;
}

.btn-xs-like {
  background: url("../img/icon-57.png") 7px 50% no-repeat;
  background-color: #46be8a;
}

.btn-xs-like:hover, .btn-xs-like.hovered {
  background-color: #41b181;
}

.btn-xs-like:active, .btn-xs-like.active {
  background-color: #46be8a;
  box-shadow: inset 0 4px 1px #41b181;
}

.btn-xs-like[disabled]:hover {
  background-color: #46be8a;
}

.btn-xs-love {
  background: url("../img/icon-58.png") 7px 50% no-repeat;
  background-color: #ff69b4;
}

.btn-xs-love:hover, .btn-xs-love.hovered {
  background-color: #e25da0;
  color: #ffffff;
}

.btn-xs-love:active, .btn-xs-love.active {
  background-color: #ff69b4;
  box-shadow: inset 0 4px 1px #e25da0;
}

.btn-xs-love[disabled]:hover {
  background-color: #ff69b4;
}

.btn-xs-msg {
  background: url("../img/icon-59.png") 7px 50% no-repeat;
  background-color: #f2a654;
}

.btn-xs-msg:hover, .btn-xs-msg.hovered {
  background-color: #e39c4f;
}

.btn-xs-msg:active, .btn-xs-msg.active {
  background-color: #f2a654;
  box-shadow: inset 0 4px 1px #e39c4f;
}

.btn-xs-msg[disabled]:hover {
  background-color: #f2a654;
}

.slider-ui {
  position: relative;
  height: 14px;
  border-radius: 7px;
  background: #ffffff;
}

.slider-ui .ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  box-shadow: 0 1px 4px #1c6d86;
  margin: 0 0 0 -16px;
  outline: none;
  cursor: pointer;
}

.slider-ui .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 16px 0 0 16px;
}

.slider-ui-view-1 .ui-slider-handle {
  background: #ffffff;
}

.slider-ui-view-1 .ui-slider-range {
  background: #585b9c;
}

.slider-ui-view-2 .ui-slider-handle {
  background: #ffffff;
}

.slider-ui-view-2 .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 8px;
  background: #b3acda;
}

.slider-ui-view-2 .ui-slider-range {
  background: #7266ba;
}

.slider-ui-view-3 .ui-slider-handle {
  background: #f2a654;
}

.slider-ui-view-3 .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 11px;
  width: 9px;
  height: 14px;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.slider-ui-view-3 .ui-slider-range {
  background: #f2a654;
}

.slider-ui-view-4 .ui-slider-handle {
  background: #ffffff;
}

.slider-ui-view-4 .ui-slider-range {
  background: #f2a654;
}

.toggle {
  display: inline-block;
  width: 130px;
  height: 48px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.toggle span {
  display: inline-block;
  margin: 10px;
  background: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  white-space: nowrap;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: -webkit-transform false false, 0.25s false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false;
  -moz-transition: -moz-transform false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  -o-transition: -o-transform false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  transition: transform, 0.25s, cubic-bezier(0, 0.42, 0.4, 1.21);
}

.toggle span:before, .toggle span:after {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 28px;
  text-align: center;
}

.toggle span:before {
  margin-left: -80px;
}

.toggle span:after {
  margin-left: 28px;
}

.toggle-left span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.toggle-right span {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}

.toggle-default {
  background-color: #ffffff;
  border: 1px solid #d8d8d8 !important;
  color: #333333;
  line-height: 32px;
}

.toggle-default:hover, .toggle-default.hovered {
  background-color: #d8d8d8;
}

.toggle-default:active, .toggle-default.active {
  background-color: #ffffff;
  box-shadow: inset 0 4px 1px #d8d8d8;
}

.toggle-default[disabled]:hover {
  background-color: #ffffff;
}

.toggle-primary {
  background-color: #7266ba;
}

.toggle-primary:hover, .toggle-primary.hovered {
  background-color: #585b9c;
}

.toggle-primary:active, .toggle-primary.active {
  background-color: #7266ba;
  box-shadow: inset 0 4px 1px #585b9c;
}

.toggle-primary[disabled]:hover {
  background-color: #7266ba;
}

.toggle-success {
  background-color: #46be8a;
}

.toggle-success:hover, .toggle-success.hovered {
  background-color: #41b181;
}

.toggle-success:active, .toggle-success.active {
  background-color: #46be8a;
  box-shadow: inset 0 4px 1px #41b181;
}

.toggle-success[disabled]:hover {
  background-color: #46be8a;
}

.toggle-info {
  background-color: #39bee8;
}

.toggle-info:hover, .toggle-info.hovered {
  background-color: #34aed4;
}

.toggle-info:active, .toggle-info.active {
  background-color: #34aed4;
  box-shadow: inset 0 4px 1px #1c6d86;
}

.toggle-info[disabled]:hover {
  background-color: #39bee8;
}

.toggle-info span {
  color: #333333;
  background: #333333;
}

.toggle-warning {
  background-color: #f2a654;
}

.toggle-warning:hover, .toggle-warning.hovered {
  background-color: #e39c4f;
}

.toggle-warning:active, .toggle-warning.active {
  background-color: #f2a654;
  box-shadow: inset 0 4px 1px #e39c4f;
}

.toggle-warning[disabled]:hover {
  background-color: #f2a654;
}

.toggle-danger {
  background-color: #ff69b4;
}

.toggle-danger:hover, .toggle-danger.hovered {
  background-color: #e25da0;
  color: #ffffff;
}

.toggle-danger:active, .toggle-danger.active {
  background-color: #ff69b4;
  box-shadow: inset 0 4px 1px #e25da0;
}

.toggle-danger[disabled]:hover {
  background-color: #ff69b4;
}

.toggle-view-1 span:before {
  content: 'On';
}

.toggle-view-1 span:after {
  content: 'Off';
}

.toggle-view-2 span:before {
  content: '';
  background: url("../img/icon-toggle.png") 50% 4px no-repeat;
}

.toggle-view-2 span:after {
  content: '';
  background: url("../img/icon-toggle.png") 50% -38px no-repeat;
}

.toggle-view-2.toggle-info span:before {
  content: '';
  background: url("../img/icon-toggle.png") 50% -76px no-repeat;
}

.toggle-view-2.toggle-info span:after {
  content: '';
  background: url("../img/icon-toggle.png") 50% -118px no-repeat;
}

@media screen and (max-width: 52.5em) {
  button.fs-continue {
    bottom: 40px;
    min-width: inherit;
  }
  .fs-fields input {
    font-size: 1.1em;
  }
  .fs-fields > li .fs-radio-custom span {
    padding: 0;
    margin-right: 15%;
  }
  .fs-fields > li .fs-radio-custom label {
    padding-top: 160%;
  }
  .fs-fields > li .fs-radio-custom label:after {
    padding: 0 !important;
    width: 90px !important;
    height: 90px !important;
    font-size: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .fc-toolbar {
    position: relative;
    height: 100px;
    padding-top: 30px;
    margin-bottom: 0;
  }
  .fc-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .fc-left .fc-button-group {
    position: absolute !important;
    top: 5px;
    left: 5px;
  }
  .fc-today-button {
    position: absolute !important;
    bottom: 5px;
    left: 5px;
    margin-left: 0 !important;
  }
  .fc button {
    font-size: 12px;
    padding: 0 8px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  div.zabuto_calendar .table tr.calendar-dow-header th {
    padding: 20px 2px;
  }
}

div.zabuto_calendar .table th, div.zabuto_calendar .table td {
  padding: 10px 0 !important;
}

@media (max-width: 979px) {
  div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 2px 1px !important;
  }
}

@media (max-width: 768px) {
  .slider-title {
    font-size: 16px;
  }
}

.preloader {
  position: fixed !important;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgb(31,0,24) 15%, rgb(68,2,58) 45%, rgb(251,38,90));;
  z-index: 99999;
  overflow: hidden !important;
}

.preloader-anim {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}

.preloader-anim.la-animate {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  z-index: 800;
}

/* Loading circle idea from http://codepen.io/Metty/details/lgJck */
.preloader-anim::before,
.preloader-anim::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}

.preloader-anim::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: #bb344f;
  border-left-color: #bb344f;
  -webkit-animation: anim-rotation 3s linear infinite;
  animation: anim-rotation 3s linear infinite;
}

.preloader-anim::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: #bb344f;
  border-bottom-color: #bb344f;
  -webkit-animation: anim-rotation 1s linear infinite;
  animation: anim-rotation 1s linear infinite;
}

@-webkit-keyframes anim-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes anim-rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-anim {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  margin-left: -135px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.table-wrapper-a {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.table-wrapper-a .table-row {
  display: table-row;
}

.table-wrapper-a .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.gohome {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 300;
  font-size: 24px;
  font-weight: 300;
}

.gohome:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .gohome {
    font-size: 18px;
  }
}

.form-title {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .form-title {
    margin-top: 90px;
    font-size: 30px;
    margin-bottom: 36px;
  }
}

.form-login .ac-custom > span {
  margin-left: -15px;
}

.form-login .ac-custom label {
  color: #ffffff;
  font-size: 16px;
  padding-left: 50px;
}

.form-login .ac-custom label:before {
  background: #ffffff;
}

.form-login .ac-custom svg {
  left: 10px;
  top: auto;
  margin-top: 10px;
}

.form-login .ac-custom svg path {
  stroke: #46be8a;
}

.account-wall {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 30px 10px;
}

.account-wall label, .account-wall .lostpass {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
}

.account-wall input {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  line-height: 52px;
  font-size: 34px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
}

.account-wall .btn {
  border-radius: 0;
}

@media (max-width: 480px) {
  .account-wall .lostpass {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 25px;
    display: inline-block;
  }
}

.pagenotfound .form-title {
  font-size: 240px;
}

.pagenotfound .gohome {
  color: #C04F88;
}

@media (max-width: 768px) {
  .pagenotfound .form-title {
    font-size: 150px;
  }
  .pagenotfound .h1 {
    font-size: 40px;
  }
  .pagenotfound .h4 {
    font-size: 30px;
  }
}

.lostpassword .gohome, .loginpage .gohome, .timer-page .gohome {
  color: #fff;
}

.lostpassword .gohome i, .loginpage .gohome i, .timer-page .gohome i {
  color: rgba(255,255,255,0.6);
}

.timer-page .timer-wrapper {
  max-width: 800px;
  padding: 20px;
}

@media (max-width: 480px) {
  .timer-page .timer-wrapper {
    padding-top: 80px;
  }
}

.timer-page h1 {
  font-size: 80px;
}

@media (max-width: 480px) {
  .timer-page h1 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .timer-page p {
    font-size: 18px;
    margin-top: 20px;
  }
}

.timer-page .countdown-section {
  display: inline-block;
  width: 25%;
}

.timer-page .countdown-section:last-child .countdown-amount:after {
  content: none;
}

.timer-page .countdown-period {
  font-size: 20px;
  font-weight: 100;
  text-transform: lowercase;
}

@media (max-width: 480px) {
  .timer-page .countdown-period {
    font-size: 16px;
  }
}

.timer-page .countdown-amount {
  display: block;
  position: relative;
  font-size: 80px;
  font-weight: 100;
}

@media (max-width: 480px) {
  .timer-page .countdown-amount {
    font-size: 45px;
  }
}

.timer-page .countdown-amount:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
}

.timer-page .counter-buttons, .timer-page .pause-buttons {
  margin-top: 40px;
}

.timer-page .counter-buttons a, .timer-page .pause-buttons a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 22px;
  margin: 10px;
  font-size: 20px;
}

.timer-page .counter-buttons a i, .timer-page .pause-buttons a i {
  margin-right: 5px;
}

.timer-page .counter-buttons a.start, .timer-page .pause-buttons a.start {
  border-color: #7266ba;
  background: #7266ba;
}

.timer-page .counter-buttons a.pause, .timer-page .pause-buttons a.pause {
  border-color: #f2a654;
  background: #f2a654;
}

.timer-page .counter-buttons a.stop, .timer-page .pause-buttons a.stop {
  border-color: #fff;
  background: #fff;
  color: #46be8a;
}

.timer-page .counter-buttons a:hover, .timer-page .counter-buttons a:active, .timer-page .counter-buttons a:focus, .timer-page .pause-buttons a:hover, .timer-page .pause-buttons a:active, .timer-page .pause-buttons a:focus {
  text-decoration: none;
}

@media (max-width: 480px) {
  .pagination li:not(:first-child):not(:last-child) {
    display: none;
  }
}

.pagination-sm > li > a, .pagination-sm > li > span {
  line-height: 40px;
  padding: 0 5px;
  font-size: 26px;
  min-width: 48px;
  border-radius: 0 !important;
}

.pagination-sm li:first-child a, .pagination-sm li:last-child a {
  width: 48px !important;
}

.pagination-sm li:first-child a:before, .pagination-sm li:last-child a:before {
  top: 10px !important;
  border-width: 10px !important;
  border-right-width: 12px !important;
}

.pagination-xs > li > a, .pagination-xs > li > span {
  line-height: 33px;
  padding: 0 5px;
  font-size: 20px;
  min-width: 40px;
  border-radius: 0 !important;
}

.pagination-xs li:first-child a, .pagination-xs li:last-child a {
  width: 40px !important;
}

.pagination-xs li:first-child a:before, .pagination-xs li:last-child a:before {
  top: 7px !important;
  right: 15px !important;
  border-width: 10px !important;
  border-right-width: 12px !important;
}

.pagination-xs li:last-child a:before {
  left: 15px !important;
}

.pagination-primary > li > a, .pagination-primary > li > span {
  background-color: #7266ba;
}

.pagination-primary > li > a:hover, .pagination-primary > li > a:focus, .pagination-primary > li > a:active, .pagination-primary > li > span:hover, .pagination-primary > li > span:focus, .pagination-primary > li > span:active {
  background-color: #39bee8;
}

.pagination-primary .active > a, .pagination-primary .active > a:hover, .pagination-primary .active > a:focus, .pagination-primary .active > span, .pagination-primary .active > span:hover, .pagination-primary .active > span:focus {
  background-color: #39bee8;
}

.pagination-warning > li > a, .pagination-warning > li > span {
  background-color: #f2a654;
}

.pagination-warning > li > a:hover, .pagination-warning > li > a:focus, .pagination-warning > li > a:active, .pagination-warning > li > span:hover, .pagination-warning > li > span:focus, .pagination-warning > li > span:active {
  background-color: #39bee8;
}

.pagination-warning .active > a, .pagination-warning .active > a:hover, .pagination-warning .active > a:focus, .pagination-warning .active > span, .pagination-warning .active > span:hover, .pagination-warning .active > span:focus {
  background-color: #39bee8;
}

.zero-m {
  margin: 0 !important;
}

.text-primary {
  color: #7266ba;
}

.text-success {
  color: #46be8a;
}

.text-info {
  color: #39bee8;
}

.text-warning {
  color: #f2a654;
}

.text-danger {
  color: #ff69b4;
}

.shadow {
  -webkit-box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.15);
}

.dropdown.example button {
  float: left;
}

.dropdown.example .dropdown-menu {
  position: static;
  display: block;
  clear: left;
}

.dropdown {
  display: inline-block;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li a {
  line-height: 2;
}

.dropdown-menu li a i {
  color: #9a9a9a;
  margin-right: 10px;
}

#ultra1 {
  background-image: linear-gradient(135deg, rgba(57, 190, 232, 0.3) 25%, transparent 25%, transparent 50%, rgba(57, 190, 232, 0.3) 50%, rgba(57, 190, 232, 0.3) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-background 2.8s linear infinite;
}

#ultra2 {
  background-image: linear-gradient(135deg, rgba(70, 190, 138, 0.3) 25%, transparent 25%, transparent 50%, rgba(70, 190, 138, 0.3) 50%, rgba(70, 190, 138, 0.3) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-background 2.8s linear infinite;
}

#ultra3 {
  background-image: linear-gradient(135deg, rgba(242, 166, 84, 0.2) 25%, transparent 25%, transparent 50%, rgba(242, 166, 84, 0.2) 50%, rgba(242, 166, 84, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-background 2.8s linear infinite;
}

#ultra4 {
  background-image: linear-gradient(135deg, rgba(114, 102, 186, 0.25) 25%, transparent 25%, transparent 50%, rgba(114, 102, 186, 0.25) 50%, rgba(114, 102, 186, 0.25) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-background 2.8s linear infinite;
}

@-webkit-keyframes progress-background {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-background {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-background {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.la-line-scale-pulse-out,
.la-line-scale-pulse-out > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-line-scale-pulse-out {
  display: block;
  font-size: 0;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -40px;
  position: absolute;
}

.la-line-scale-pulse-out.la-dark {
  color: #333;
}

.la-line-scale-pulse-out > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-line-scale-pulse-out {
  width: 40px;
  height: 32px;
}

.la-line-scale-pulse-out > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  -moz-animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  -o-animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.la-line-scale-pulse-out > div:nth-child(3) {
  -webkit-animation-delay: -.9s;
  -moz-animation-delay: -.9s;
  -o-animation-delay: -.9s;
  animation-delay: -.9s;
}

.la-line-scale-pulse-out > div:nth-child(2),
.la-line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -.7s;
  -moz-animation-delay: -.7s;
  -o-animation-delay: -.7s;
  animation-delay: -.7s;
}

.la-line-scale-pulse-out > div:nth-child(1),
.la-line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -.5s;
  -moz-animation-delay: -.5s;
  -o-animation-delay: -.5s;
  animation-delay: -.5s;
}

.la-line-scale-pulse-out.la-sm {
  width: 20px;
  height: 16px;
}

.la-line-scale-pulse-out.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale-pulse-out.la-2x {
  width: 80px;
  height: 64px;
}

.la-line-scale-pulse-out.la-2x > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale-pulse-out.la-3x {
  width: 120px;
  height: 96px;
}

.la-line-scale-pulse-out.la-3x > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@-moz-keyframes line-scale-pulse-out {
  0% {
    -moz-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -moz-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  100% {
    -moz-transform: scaley(1);
    transform: scaley(1);
  }
}

@-o-keyframes line-scale-pulse-out {
  0% {
    -o-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -o-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  100% {
    -o-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    -moz-transform: scaley(1);
    -o-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
    -moz-transform: scaley(0.3);
    -o-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  100% {
    -webkit-transform: scaley(1);
    -moz-transform: scaley(1);
    -o-transform: scaley(1);
    transform: scaley(1);
  }
}

.visitors-stat h6 {
  margin-top: 0 !important;
}

.visitors-stat .setting > span {
  color: #ffffff !important;
}

.visitors-stat .setting-popup {
  z-index: 3 !important;
}

.visitors-stat .setting-popup li {
  color: #333333;
}

.visitors-stat .setting-popup li:hover {
  color: #ffffff;
}

.content-block {
  position: relative;
}

.content-block h6 {
  display: inline-block;
}

.content-block .setting-popup {
  z-index: 3 !important;
}

.tabs .nav-tabs {
  border-top: 12px solid #7266ba;
}

.tabs .nav-tabs a {
  font-size: 20px;
  line-height: 80px;
  color: #ffffff;
  background: #39bee8;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.tabs .nav-tabs a:hover {
  color: #ffffff;
  background: #7266ba;
  border: 0 !important;
  border-radius: 0 !important;
}

.tabs .nav-tabs li.active a {
  color: #ffffff;
  background: #7266ba;
  border: 0 !important;
  border-radius: 0 !important;
}

.tabs .tab-pane {
  background: #fff;
  padding: 20px;
}

.vertical-tabs {
  overflow: hidden;
  position: relative;
}

.vertical-tabs .nav-tabs {
  width: 50px;
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.vertical-tabs .tab-content {
  padding: 20px;
  margin-left: 50px;
  padding-top: 0;
  background: #39bee8;
  width: calc(100% - 50px);
}

.vertical-tabs .tab-content .tab-pane {
  box-shadow: none;
  border-radius: 0;
}

.vertical-tabs .tab-content .tab-pane .unit {
  margin: 0;
}

@media (max-width: 768px) {
  .tabs-widget .nav-tabs > li {
    display: table-cell;
    width: 1%;
  }
}

@media (max-width: 768px) {
  .tabs-widget .nav-tabs > li span {
    display: none;
  }
}

.tabs-left {
  border-bottom: none;
}

.tabs-left > li {
  float: none;
  margin-bottom: 0;
  height: 25%;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  background: #39bee8;
  color: #ffffff;
  border: 0;
}

.tabs-left > li > a {
  border-radius: 0;
  margin-right: 0;
  display: block;
  background: #585b9c;
  color: #ffffff;
  border: 0;
  height: 100%;
  font-size: 18px;
  position: relative;
}

.tabs-left > li > a:hover {
  background: #39bee8;
}

.tabs-left > li > a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert {
  position: relative;
  padding-right: 30px;
}

.alert .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  font-size: 32px;
  line-height: 17px;
  float: none;
  position: absolute;
  right: 15px;
  transition: all .3s;
}

.alert .close:hover {
  transform: scale(1.5);
}

.alert-icon {
  position: relative;
  padding-right: 40px;
}

.alert-icon .close {
  color: #333333;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  float: none;
  position: absolute;
  right: 15px;
  top: 3px;
  transition: all .3s;
}

.alert-icon .close:hover {
  transform: scale(1.5);
}

.input-group.input-sm {
  padding: 0;
}

.input-group.input-sm input {
  font-size: 14px;
  line-height: 1.5;
}

.input-group.input-lg {
  padding: 0;
}

.input-group.input-lg .input-group-addon {
  font-size: 20px;
}

.input-group.input-lg input {
  font-size: 20px;
  line-height: 49px;
  height: 49px;
}

.form-control.material {
  font-weight: 500;
  color: #333333;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(#7266ba, #7266ba), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 3px,100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}

.form-control.material:focus {
  outline: none;
  animation: input-highlight .3s forwards;
  box-shadow: none;
}

.form-control.material[disabled] {
  opacity: 0.5;
}

.has-success .form-control.material {
  background-image: linear-gradient(#46be8a, #46be8a), linear-gradient(#46be8a, #46be8a);
  margin-bottom: 0;
}

.has-success .form-control.material + .help-block {
  color: #46be8a;
}

.has-warning .form-control.material {
  background-image: linear-gradient(#f2a654, #f2a654), linear-gradient(#f2a654, #f2a654);
  margin-bottom: 0;
}

.has-warning .form-control.material + .help-block {
  color: #f2a654;
}

.has-error .form-control.material {
  background-image: linear-gradient(#ff69b4, #ff69b4), linear-gradient(#ff69b4, #ff69b4);
  margin-bottom: 0;
}

.has-error .form-control.material + .help-block {
  color: #ff69b4;
}

.has-feedback .form-control {
  padding-right: 30px;
}

.has-feedback span {
  position: absolute;
  top: 12px;
  right: 0;
}

.has-feedback.has-success span {
  color: #46be8a;
}

.has-feedback.has-warning span {
  color: #f2a654;
}

.has-feedback.has-error span {
  color: #ff69b4;
}

.fg-float {
  position: relative;
}

.fg-float .fg-label {
  position: absolute;
  top: 7px;
  transition: all .2s;
  color: #999;
  font-weight: 500;
  z-index: 0;
}

.fg-float .fg-sm .fg-input, .fg-float .fg-sm .fg-label {
  font-size: 14px;
}

.fg-float .fg-lg .fg-input, .fg-float .fg-lg .fg-label {
  font-size: 20px;
}

.fg-float .fg-active + .fg-label {
  top: -18px;
  font-size: 11px;
}

.fg-float .fg-active .form-control {
  outline: none;
  animation: input-highlight .3s forwards;
  box-shadow: none;
}

.no-p-r {
  padding-right: 0;
}

@media (max-width: 992px) {
  .no-mobile-p {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .mobile-p-b {
    padding-bottom: 20px;
  }
}

.select {
  position: relative;
}

.date .input-group-addon {
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.date .form-control {
  margin-bottom: 0;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  text-shadow: none;
  background: #7266ba;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #7266ba;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px !important;
  min-width: inherit;
  font-size: 16px;
  line-height: 1.42857143 !important;
}

.bootstrap-datetimepicker-widget a[data-action] {
  color: #7266ba;
  width: auto !important;
  min-width: inherit !important;
}

.form-group .select:before {
  position: absolute;
  top: -2px;
  right: 0;
  content: "";
  height: calc(100% - 2px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url("../img/select.png");
  pointer-events: none;
  z-index: 5;
}

@keyframes input-highlight {
  0% {
    background-size: 0 3px, 100% 1px;
  }
  100% {
    background-size: 100% 3px, 100% 1px;
  }
}

@media (max-width: 767px) {
  table.dataTable {
    width: auto !important;
  }
}

.dataTables_wrapper {
  border: 1px solid #a3afb7 !important;
}

@media (max-width: 768px) {
  .dataTables_wrapper {
    border-top: 1px solid #a3afb7 !important;
    border-bottom: 1px solid #a3afb7 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin: 20px;
}

.dataTables_wrapper select {
  background: #46be8a;
  color: #ffffff;
  padding: 10px 15px;
  line-height: 50px;
  border: 0;
  margin: 0 5px;
  font-weight: 700;
  display: inline-block;
}

.dataTables_wrapper .dataTables_filter input {
  background: #585b9c;
  color: #ffffff;
  line-height: 40px;
  padding: 0 10px;
}

.dataTables_wrapper table.dataTable thead tr th:last-child, .dataTables_wrapper table.dataTable tbody tr td:last-child {
  border-right: 0 !important;
}

.dataTables_wrapper .dataTables_info {
  display: none;
}

.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 1px solid #a3afb7 !important;
  border-top: 1px solid #a3afb7 !important;
}

.dataTables_wrapper th.sorting, .dataTables_wrapper th.sorting_asc, .dataTables_wrapper th.sorting_desc {
  display: table-cell;
  color: #ffffff;
}

.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
  line-height: 60px;
  padding: 0 20px;
  border-bottom-color: #a3afb7 !important;
  border-right: 1px solid #a3afb7 !important;
}

.dataTables_wrapper table.dataTable tbody th, .dataTables_wrapper table.dataTable tbody td {
  line-height: 60px;
  padding: 0 20px;
  border-color: #a3afb7 !important;
  border-right: 1px solid #a3afb7 !important;
}

.dataTables_wrapper th.sorting:after, .dataTables_wrapper th.sorting_asc:after, .dataTables_wrapper th.sorting_desc:after {
  content: "\f07d";
  font-family: FontAwesome;
  font-weight: normal;
  float: right;
  margin-right: -10px;
  color: rgba(0, 0, 0, 0.25);
}

.dataTables_wrapper th.sorting_asc:after {
  content: "\f176";
}

.dataTables_wrapper th.sorting_desc:after {
  content: "\f175";
}

.dataTables_wrapper .dataTables_paginate {
  margin-right: 20px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-right: 0;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #fff;
  border: 1px solid #a3afb7 !important;
  border-left: 0 !important;
  border-radius: 0;
  margin: 0;
  font-weight: 700;
  color: #333333 !important;
  box-shadow: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-left: 1px solid #a3afb7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  border-left: 1px solid #a3afb7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: #9fa1ac !important;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  color: #9fa1ac !important;
  font-weight: 400;
}

.data-success .dataTables_wrapper th.sorting {
  background: #46be8a;
}

.data-success .dataTables_wrapper th.sorting_asc, .data-success .dataTables_wrapper th.sorting_desc {
  background: #41b181;
}

.data-success .dataTables_wrapper .dataTables_paginate .paginate_button.current, .data-success .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #46be8a;
  color: #ffffff !important;
}

.data-primary .dataTables_wrapper th.sorting {
  background: #7266ba;
}

.data-primary .dataTables_wrapper th.sorting_asc, .data-primary .dataTables_wrapper th.sorting_desc {
  background: #585b9c;
}

.data-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current, .data-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f2a654;
  color: #ffffff !important;
}

div.DTTT_container {
  float: left;
  margin: 20px !important;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button, button.DTTT_button:hover:not(.DTTT_disabled), div.DTTT_button:hover:not(.DTTT_disabled), a.DTTT_button:hover:not(.DTTT_disabled), button.DTTT_button:focus, div.DTTT_button:focus, a.DTTT_button:focus {
  background: #f2a654;
  box-shadow: none;
  margin: 0;
  color: #ffffff !important;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-shadow: none;
}

@media (max-width: 768px) {
  button.DTTT_button, div.DTTT_button, a.DTTT_button, button.DTTT_button:hover:not(.DTTT_disabled), div.DTTT_button:hover:not(.DTTT_disabled), a.DTTT_button:hover:not(.DTTT_disabled), button.DTTT_button:focus, div.DTTT_button:focus, a.DTTT_button:focus {
    padding: 0 4px;
  }
}

.table th {
  border: 1px !important;
  padding: 20px 15px !important;
}

.table td {
  vertical-align: middle !important;
  border: 1px !important;
  padding: 20px 15px !important;
}

@media (max-width: 992px) {
  .table.table-condensed td {
    padding: 15px 5px !important;
  }
}

.table td img {
  margin-right: 10px;
}

.table.table-hover > tbody > tr:nth-of-type(odd) {
  background: #e0e0e0;
  color: #000000;
}

.table.table-hover > tbody > tr:hover {
  background: #BDBDBD;
}

.table.table-hover > tbody > tr td, .table.table-hover > thead > tr th {
  padding: 8px !important;
}

.table.with-border {
  box-shadow: 0px 2px 5px 0px #cccfd1;
}

.table-responsive {
  overflow-x: visible;
}

.info-tables .row {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .info-tables .btn {
    font-size: 20px;
    min-width: inherit;
  }
}

.info-tables .btn:hover {
  color: #ffffff;
}

.info-tables h6 {
  border-bottom: 1px solid #cfcfcf;
}

.info-tables .numbers {
  padding-left: 17px;
}

.info-tables .numbers i {
  margin: 0 5px;
}

.info-tables .info-tables-container {
  border-top: 1px solid #cfcfcf;
}

.info-tables .info-tables-container th {
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf !important;
}

.info-tables .info-tables-container th:not(:first-child):not(:last-child), .info-tables .info-tables-container td:not(:first-child):not(:last-child) {
  text-align: center;
}

.info-tables .info-tables-container td {
  border-bottom: 1px solid #cfcfcf !important;
  vertical-align: top !important;
  font-size: 14px;
}

.info-tables .info-tables-container .fa-stack {
  margin-right: 15px;
}

.info-tables .info-tables-container tr.separator td {
  padding-left: 30px !important;
  background: #e6e6e6;
  font-weight: bold;
  color: #9c9c9c;
  border-right: 1px solid #e6e6e6 !important;
}

.info-tables .info-tables-container .color-fb {
  color: #3a589e;
}

.info-tables .info-tables-container .color-youtube {
  color: #d4282d;
}

.info-tables .info-tables-container .color-spotify {
  color: #57bb63;
}

.info-tables .info-tables-container .color-twitter {
  color: #00aced;
}

.info-tables .info-tables-container .color-github {
  color: #535353;
}

.info-tables .info-tables-container .color-amazon {
  color: #343434;
}

.info-tables .info-tables-container .color-dribbble {
  color: #ea4c89;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #a0a0a0;
  border-radius: 50%;
  margin-right: 5px;
}

.dot.dot-primary {
  border-color: #7266ba;
}

.dot.dot-danger {
  border-color: #ff69b4;
}

.dot.dot-success {
  border-color: #46be8a;
}

.dot.dot-warning {
  border-color: #f2a654;
}

.dot.dot-info {
  border-color: #39bee8;
}

.task-widget {
  position: relative;
  padding-left: 40px;
}

.task-widget:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #d0cece;
  left: 12px;
}

.task-widget:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #a0a0a0;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  bottom: 0;
}

.task-widget .top {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #46be8a;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.task-widget .top:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
}

.task-widget li {
  padding-bottom: 30px;
}

.task-widget li .dot {
  position: absolute;
  background: #fff;
  border-width: 3px;
  left: 6px;
  margin-top: 6px;
}

.task-btns {
  text-align: center;
}

@media (min-width: 430px) {
  .task-btns {
    text-align: left;
  }
}

.task-btns button {
  margin-top: 5px;
  min-width: inherit;
}

@media (min-width: 430px) {
  .task-btns button:last-child {
    float: right;
  }
}

.members-widget > a {
  margin-bottom: 20px;
  display: block;
  color: #333333;
}

.members-widget .profile-avatar {
  position: relative;
  margin-right: 15px;
}

.members-widget .profile-avatar img {
  margin: 0;
}

.members-widget .profile-avatar span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.members-widget .profile-avatar span.online {
  background: #46be8a;
}

.members-widget .profile-avatar span.warning {
  background: #f2a654;
}

.members-widget .profile-avatar span.danger {
  background: #ff69b4;
}

.members-widget .profile-avatar + div {
  margin-top: 8px;
}

.activity-widget button {
  min-width: inherit;
}

.activity-widget ul {
  margin-bottom: 35px;
}

.activity-widget li {
  font-size: 14px;
  position: relative;
  padding-bottom: 30px;
}

.activity-widget li img {
  position: absolute;
  top: 0;
  left: -48px;
}

.project-item {
  margin-bottom: 20px;
}

.project-item:last-child {
  margin-bottom: 0;
}

.project-item .btn {
  height: 30px;
  line-height: 30px;
  min-width: inherit;
  font-size: 12px;
  margin-right: 15px;
}

.project-item .btn:hover {
  color: #fff;
}

.project-item .edit {
  font-size: 21px;
  color: #808080;
  vertical-align: middle;
}

.project-item-tag {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin-right: 10px;
}

.manage-orders a {
  font-size: 21px;
  color: #808080;
  margin-left: 4px;
}

@media (min-width: 1200px) {
  .manage-orders a {
    margin-left: 20px;
  }
}

.table.table-condensed th, .table.table-condensed td {
  padding: 10px 1px !important;
}

@media (min-width: 1200px) {
  .table.table-condensed th, .table.table-condensed td {
    padding: 10px 15px !important;
  }
}

.no-decor:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .message-tabs .nav-tabs > li {
    display: table-cell;
    width: 1%;
  }
}

.message-tabs .nav-tabs a {
  border: 0 !important;
  color: #fff;
  background: #7266ba;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.message-tabs .nav-tabs a:hover, .message-tabs .nav-tabs a:active, .message-tabs .nav-tabs a:focus {
  background: #585b9c;
  color: #fff;
}

.message-tabs li.active a {
  background: #585b9c !important;
  color: #fff;
}

.message-tabs li.active a:hover, .message-tabs li.active a:active, .message-tabs li.active a:focus {
  background: #585b9c;
  color: #fff;
}

.message-tabs .tab-content {
  padding: 20px 10px;
}

.message-tabs .item {
  color: #333333;
  margin-bottom: 20px;
  display: block;
}

.message-tabs .item:hover {
  text-decoration: none;
}

.message-tabs .item img {
  margin-right: 10px;
}

.message-tabs .item .message-excerpt {
  padding-left: 50px;
}

.message-tabs .item .img-container {
  position: relative;
}

.message-tabs .item .message-count {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  bottom: 0;
  right: 10px;
}

.message-stats {
  margin-bottom: 10px;
}

.message-stats > div {
  width: 33%;
  float: left;
  padding-left: 20px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  position: relative;
}

.bootstrap-select .btn {
  min-width: inherit;
  margin-bottom: 0;
  font-size: 16px;
}

.bootstrap-select .bs-caret {
  display: none;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
  animation: input-highlight .3s forwards;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
}

.bootstrap-select .dropdown-menu .selected a span.check-mark {
  display: block !important;
  float: right;
  margin-top: 5px;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.075);
  outline: none !important;
}

.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:hover, .bootstrap-select .dropdown-menu > .active > a:focus {
  background: #7266ba;
}

.bootstrap-select .bs-searchbox {
  padding: 5px 5px 5px 45px;
  position: relative;
  background: #f7f7f7;
}

.bootstrap-select .bs-searchbox:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 22px;
  padding: 8px 0 0 15px;
  color: #7266ba;
}

.bootstrap-select .bs-searchbox input {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.cp-container {
  position: relative;
  margin-bottom: 20px;
}

.cp-container .dropdown {
  display: block;
}

.cp-container .dropdown-menu {
  top: 38px;
}

.cp-container > .input-group input.cp-value {
  color: #333333 !important;
  background-color: transparent !important;
  margin-bottom: 0;
}

.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 15px;
}

.input-group {
  width: 100%;
}

.input-group .form-control {
  margin-bottom: 0;
}

.input-group-addon {
  color: #333333 !important;
  border-radius: 0;
  border: none;
  height: 38px;
  width: 38px;
  background-color: transparent !important;
}

.fg-float .fg-line {
  display: inline-block;
  width: 100%;
  position: relative;
}

.fg-float .fg-line label {
  left: 0;
}

input.custom-chr {
  display: none;
  cursor: pointer;
}

input.custom-chr:focus, input.custom-chr:active {
  outline: none;
}

input.custom-chr + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #333333;
  line-height: 16px;
}

input.custom-chr + label:before, input.custom-chr + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}

input.custom-chr + label:before {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out false;
  -o-transition: all 0.3s ease-in-out false;
  transition: all 0.3s ease-in-out;
}

input.custom-chr + label:after {
  color: #fff;
  border: 1px solid #7266ba;
}

input.custom-chr:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 12px #7266ba;
  -moz-box-shadow: inset 0 0 0 12px #7266ba;
  box-shadow: inset 0 0 0 12px #7266ba;
}

input.custom-chr[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

input.custom-chr[disabled] + label:hover:after {
  content: none !important;
}

input.custom-chr.has-success + label:after, input.custom-chr.chr-success + label:after {
  border-color: #46be8a;
}

input.custom-chr.has-success + label:hover:after, input.custom-chr.chr-success + label:hover:after {
  color: #46be8a !important;
}

input.custom-chr.has-success:checked + label:before, input.custom-chr.chr-success:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 12px #46be8a !important;
  -moz-box-shadow: inset 0 0 0 12px #46be8a !important;
  box-shadow: inset 0 0 0 12px #46be8a !important;
}

input.custom-chr.has-success:checked + label:hover:after, input.custom-chr.chr-success:checked + label:hover:after {
  color: #fff !important;
}

input.custom-chr.has-warning + label:after, input.custom-chr.chr-warning + label:after {
  border-color: #f2a654;
}

input.custom-chr.has-warning + label:hover:after, input.custom-chr.chr-warning + label:hover:after {
  color: #f2a654 !important;
}

input.custom-chr.has-warning:checked + label:before, input.custom-chr.chr-warning:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 12px #f2a654 !important;
  -moz-box-shadow: inset 0 0 0 12px #f2a654 !important;
  box-shadow: inset 0 0 0 12px #f2a654 !important;
}

input.custom-chr.has-warning:checked + label:hover:after, input.custom-chr.chr-warning:checked + label:hover:after {
  color: #fff !important;
}

input.custom-chr.has-error + label:after, input.custom-chr.chr-danger + label:after {
  border-color: #ff69b4;
}

input.custom-chr.has-error + label:hover:after, input.custom-chr.chr-danger + label:hover:after {
  color: #ff69b4 !important;
}

input.custom-chr.has-error:checked + label:before, input.custom-chr.chr-danger:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 12px #ff69b4 !important;
  -moz-box-shadow: inset 0 0 0 12px #ff69b4 !important;
  box-shadow: inset 0 0 0 12px #ff69b4 !important;
}

input.custom-chr.has-error:checked + label:hover:after, input.custom-chr.chr-danger:checked + label:hover:after {
  color: #fff !important;
}

input.custom-chr.chr-info + label:after {
  border-color: #39bee8;
}

input.custom-chr.chr-info + label:hover:after {
  color: #39bee8 !important;
}

input.custom-chr.chr-info:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 12px #39bee8 !important;
  -moz-box-shadow: inset 0 0 0 12px #39bee8 !important;
  box-shadow: inset 0 0 0 12px #39bee8 !important;
}

input.custom-chr.chr-info:checked + label:hover:after {
  color: #fff !important;
}

input[type='checkbox'].custom-chr + label:before {
  border-color: #7266ba;
}

input[type='checkbox'].custom-chr + label:hover:after,
input[type='checkbox'].custom-chr:checked + label:after {
  content: "\2713";
  line-height: 22px;
  font-size: 16px;
}

input[type='checkbox'].custom-chr + label:hover:after {
  color: #7266ba;
}

input[type='checkbox'].custom-chr:checked + label:after,
input[type='checkbox'].custom-chr:checked + label:hover:after {
  color: #fff;
}

input[type='radio'].custom-chr + label:before, input[type='radio'].custom-chr + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

input[type='radio'].custom-chr + label:hover:after,
input[type='radio'].custom-chr:checked + label:after {
  content: '\2022';
  position: absolute;
  font-size: 38px;
  line-height: 22px;
}

input[type='radio'].custom-chr + label:hover:after {
  color: #7266ba;
}

input[type='radio'].custom-chr:checked + label:after,
input[type='radio'].custom-chr:checked + label:hover:after {
  color: #fff;
}

input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 28px;
  background-color: #fff;
  position: relative;
  border: 1px solid #7266ba;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  @inlcude box-shadow(none);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out false;
  -o-transition: all 0.2s ease-in-out false;
  transition: all 0.2s ease-in-out;
}

input[type='checkbox'].toggle[disabled] {
  opacity: 0.5;
}

input[type='checkbox'].toggle:focus {
  outline: none !important;
}

input[type='checkbox'].toggle:hover:after {
  background-color: #7266ba;
}

input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #7266ba;
  top: 2px;
  left: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out false;
  -o-transition: all 0.2s ease-in-out false;
  transition: all 0.2s ease-in-out;
}

input[type='checkbox']:checked.toggle {
  -webkit-box-shadow: inset 0 0 0 15px #7266ba;
  -moz-box-shadow: inset 0 0 0 15px #7266ba;
  box-shadow: inset 0 0 0 15px #7266ba;
}

input[type='checkbox']:checked.toggle:after {
  left: 29px;
  background-color: #fff;
}

input[type='checkbox'].has-success, input[type='checkbox'].toggle-success {
  border-color: #46be8a;
}

input[type='checkbox'].has-success:hover:after, input[type='checkbox'].toggle-success:hover:after {
  background-color: #46be8a;
}

input[type='checkbox'].has-success:after, input[type='checkbox'].toggle-success:after {
  background-color: #46be8a;
}

input[type='checkbox'].has-success:checked.toggle, input[type='checkbox'].toggle-success:checked.toggle {
  -webkit-box-shadow: inset 0 0 0 15px #46be8a;
  -moz-box-shadow: inset 0 0 0 15px #46be8a;
  box-shadow: inset 0 0 0 15px #46be8a;
}

input[type='checkbox'].has-success:checked.toggle:after, input[type='checkbox'].toggle-success:checked.toggle:after {
  background-color: #fff;
}

input[type='checkbox'].has-warning, input[type='checkbox'].toggle-warning {
  border-color: #f2a654;
}

input[type='checkbox'].has-warning:hover:after, input[type='checkbox'].toggle-warning:hover:after {
  background-color: #f2a654;
}

input[type='checkbox'].has-warning:after, input[type='checkbox'].toggle-warning:after {
  background-color: #f2a654;
}

input[type='checkbox'].has-warning:checked.toggle, input[type='checkbox'].toggle-warning:checked.toggle {
  -webkit-box-shadow: inset 0 0 0 15px #f2a654;
  -moz-box-shadow: inset 0 0 0 15px #f2a654;
  box-shadow: inset 0 0 0 15px #f2a654;
}

input[type='checkbox'].has-warning:checked.toggle:after, input[type='checkbox'].toggle-warning:checked.toggle:after {
  background-color: #fff;
}

input[type='checkbox'].has-error, input[type='checkbox'].toggle-danger {
  border-color: #ff69b4;
}

input[type='checkbox'].has-error:hover:after, input[type='checkbox'].toggle-danger:hover:after {
  background-color: #ff69b4;
}

input[type='checkbox'].has-error:after, input[type='checkbox'].toggle-danger:after {
  background-color: #ff69b4;
}

input[type='checkbox'].has-error:checked.toggle, input[type='checkbox'].toggle-danger:checked.toggle {
  -webkit-box-shadow: inset 0 0 0 15px #ff69b4;
  -moz-box-shadow: inset 0 0 0 15px #ff69b4;
  box-shadow: inset 0 0 0 15px #ff69b4;
}

input[type='checkbox'].has-error:checked.toggle:after, input[type='checkbox'].toggle-danger:checked.toggle:after {
  background-color: #fff;
}

input[type='checkbox'].toggle-info {
  border-color: #39bee8;
}

input[type='checkbox'].toggle-info:hover:after {
  background-color: #39bee8;
}

input[type='checkbox'].toggle-info:after {
  background-color: #39bee8;
}

input[type='checkbox'].toggle-info:checked.toggle {
  -webkit-box-shadow: inset 0 0 0 15px #39bee8;
  -moz-box-shadow: inset 0 0 0 15px #39bee8;
  box-shadow: inset 0 0 0 15px #39bee8;
}

input[type='checkbox'].toggle-info:checked.toggle:after {
  background-color: #fff;
}

.form-horizontal .col-sm-10 {
  padding-top: 0;
}

.form-horizontal input {
  margin-bottom: 6px !important;
}

.bs-item {
  height: 120px;
  text-align: center;
  margin-bottom: 20px;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}

.mce-panel {
  background: transparent !important;
  border-color: #d8d8d8 !important;
}

.mce-menu {
  background: #fff !important;
}

.mce-menubar {
  border: 0 !important;
}

.mce-container .mce-btn, .mce-container .mce-btn button {
  background: #39bee8;
  color: #ffffff !important;
}

.mce-container .mce-btn button i, .mce-menubar .mce-menubtn button span {
  color: #ffffff !important;
}

.mce-caret {
  border-top-color: #ffffff !important;
}

.note-editor {
  border: 0 !important;
}

.note-editor .note-toolbar {
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 10px;
}

.note-editor .note-editing-area {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 0 !important;
}

.note-editor .note-statusbar {
  border-radius: 0 !important;
  border: 1px solid #d8d8d8 !important;
  border-top: 0 !important;
}

.note-editor .btn {
  min-width: inherit;
  padding: 0 12px;
  color: #fff;
  border: 0 !important;
  line-height: 34px !important;
}

tr.focused th,
tr.focused td {
  color: #fff !important;
  background: #7266ba !important;
}

.checkbox-row label:before {
  content: none;
}

.checkbox-row input:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 8px;
}

pre {
  font-size: 12px;
  box-shadow: none !important;
}

pre ol {
  margin: 0 !important;
}

pre .tag {
  font-size: inherit;
  padding: 0;
  display: inline;
  white-space: inherit;
}

.row.row-broken {
  padding-bottom: 0;
}

.row.row-broken > div[class*='col-'] {
  padding-top: 0;
  padding-left: 0;
}

.row.row-broken > div[class*='col-']:last-child {
  padding-right: 0;
}

.row.row-broken > div[class*='col-'] > .col-inside-lg {
  padding: 20px;
}

.row.row-broken > div[class*='col-'] > .col-inside-sm {
  padding: 10px;
}

@media (max-width: 992px) {
  .row.row-broken .col-md-2 {
    padding-bottom: 20px;
  }
  .row.row-broken .col-md-2:nth-child(2n) {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .row.row-broken .col-md-4, .row.row-broken .col-md-6, .row.row-broken .col-md-8 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .row.row-broken .col-md-4:last-child, .row.row-broken .col-md-6:last-child, .row.row-broken .col-md-8:last-child {
    padding-bottom: 0;
  }
}

.row.row-broken .col-md-12 {
  padding-right: 0;
}

@media (max-width: 1200px) {
  .row.row-broken .col-md-12 {
    padding-bottom: 20px;
  }
  .row.row-broken .col-md-12:last-child {
    padding-bottom: 0;
  }
}

.m-t-md {
  margin-top: 20px;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-md {
  margin-left: 20px;
}

.p-t-md {
  padding-top: 20px;
}

.p-r-md {
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .p-r-none {
    padding-right: 0 !important;
  }
}

.p-b-md {
  padding-bottom: 20px;
}

.p-l-md {
  padding-left: 20px;
}

.p-full-md {
  padding: 20px;
}

.decor-default {
  background-color: #ffffff !important;
}

.decor-default-hue {
  background-color: #d8d8d8 !important;
}

.decor-primary {
  background-color: #7266ba !important;
}

.decor-primary-hue {
  background-color: #585b9c !important;
}

.decor-success {
  background: linear-gradient(135deg, rgb(31,0,24) 15%, rgb(68,2,58) 45%, rgb(251,38,90)); !important;
}

.decor-info {
  background-color: #39bee8 !important;
}

.decor-info-hue {
  background-color: #34aed4 !important;
}

.decor-warning {
  background-color: #f2a654 !important;
}

.decor-warning-hue {
  background-color: #e39c4f !important;
}

.decor-danger {
  background-color: #ff69b4 !important;
}

.decor-danger-hue {
  background-color: #e25da0 !important;
}

.decor-dark {
  background-color: #333333 !important;
  color: #fff !important;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.f-c {
  clear: both;
}

.text-c {
  text-align: center;
}

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #333333;
}

.color-default {
  color: #ffffff;
}

.color-primary {
  color: #7266ba;
}

.color-primary-hue {
  color: #585b9c;
}

.color-success {
  color: #46be8a;
}

.color-info {
  color: #39bee8;
}

.color-warning {
  color: #f2a654;
}

.color-danger {
  color: #ff69b4;
}

.img-round {
  border-radius: 50%;
}

@media (max-width: 992px) {
  .small-widget {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .small-widget.left-md {
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .md-margin {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ultra-md {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .sm-margin {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .xs-margin {
    margin-top: 0 !important;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.25;
  color: inherit;
}

.zero-p {
  padding: 0 !important;
}

.f-100 {
  font-weight: 100 !important;
}

.f-14 {
  font-size: 14px;
}

.f-18 {
  font-size: 18px;
}

.f-21 {
  font-size: 21px;
}

/*MARGIN*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*MARGIN-TOP*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*MARGIN-BOTTOM*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*MARGIN-LEFT*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*MARGIN-RIGHT*/
.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

@media (max-width: 768px) {
  .no-mobile-m-20 {
    margin: 0 -20px;
  }
}

/* padding */
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

/* padding-top */
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/* padding-bottom */
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/* padding-left */
.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

/* padding-right */
.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

/* font-sizes */
.f-s-8 {
  font-size: 8px !important;
}

.f-s-10 {
  font-size: 10px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-24 {
  font-size: 24px !important;
}

.f-s-26 {
  font-size: 26px !important;
}

.f-s-28 {
  font-size: 28px !important;
}

/* font-weight */
.f-w-100 {
  font-weight: 100 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

/*Position Classes */
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

/* Overflow */
.o-hidden {
  overflow: hidden !important;
}

.o-visible {
  overflow: visible !important;
}

.o-auto {
  overflow: auto !important;
}

/* Display */
.d-block {
  display: block !important;
}

.di-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

/* Background Colors */
.bg-black-trp {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Border */
.b-0 {
  border: 0 !important;
}

/* width */
.w-100 {
  width: 100% !important;
}

/* Border Radius  */
.brd-0 {
  border-radius: 0px;
}

.brd-1 {
  border-radius: 1px;
}

.brd-2 {
  border-radius: 2px;
}

.brd-3 {
  border-radius: 3px;
}

.brd-4 {
  border-radius: 4px;
}

.brd-5 {
  border-radius: 5px;
}

.bs-1 {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.bs-2 {
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.bs-3 {
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.bs-4 {
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}

.bs-5 {
  -webkit-box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}

.bs-t-1 {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.bs-t-2 {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}

.bs-t-3 {
  -webkit-box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}

.bs-t-4 {
  -webkit-box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
}

.bs-t-5 {
  -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
}

.bs-b-1 {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.bs-b-2 {
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.bs-b-3 {
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}

.bs-b-4 {
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.bs-b-5 {
  -webkit-box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
}

.no-bg {
  background: transparent !important;
}

.wizard-block {
  position: relative;
}

.wizard-block .nav-pills > li.active > a, .wizard-block .nav-pills > li.active > a:hover, .wizard-block .nav-pills > li.active > a:focus {
  background-color: #e25da0;
}

.wizard-block .nav-pills > li > a {
  background-color: #ff69b4;
  color: #fff;
  margin: 2% 1%;
  font: 700 40px/70px "Roboto", sans-serif;
  border-radius: 8px;
  padding: 0;
}

.wizard-block .pager li > a, .wizard-block .pager li > span {
  background-color: #39bee8;
  border: 1px solid #34aed4;
  color: #fff;
}

.wizard-block .tab-content {
  margin: 20px 1% 0;
}

.wizard-block .progress {
  background: #39bee8;
  height: 16px;
  border-radius: 8px;
}

.wizard-block .progress .progress-bar {
  background: #34aed4;
  border-radius: 8px;
}

.wizard-block .alt-pills {
  background: transparent;
  position: absolute;
  top: 0;
  margin-top: 10px;
}

.wizard-block .alt-pills li {
  display: table-cell;
  width: 1%;
}

.wizard-block .alt-pills > li > a {
  background-color: #585b9c;
  margin: 0 1%;
  font: 700 40px/50px "Roboto", sans-serif;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  width: 50px;
}

.wizard-block .alt-pills > li.active > a {
  background: #fff;
  color: #e25da0;
}

.wizard-block .alt-pills > li.active > a:hover, .wizard-block .alt-pills > li.active > a:focus {
  background-color: #fff;
}

.wizard-block .alt-progress {
  height: 70px;
  margin-bottom: 0;
  background: #7266ba;
  border-radius: 35px;
  border: 0;
}

.wizard-block .alt-progress .progress-bar {
  background: #e25da0;
  -webkit-transition: width false false, 0.3s false false;
  -moz-transition: width false false false, 0.3s false false false;
  -o-transition: width false false false, 0.3s false false false;
  transition: width, 0.3s;
  border-radius: 35px;
}

.chat {
  height: calc(100vh - 180px);
}

.chat .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
}

.chat .avatar img {
  display: block;
  border-radius: 20px;
  height: 100%;
}

.chat .avatar .status {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
}

.chat .avatar .status.off {
  border: 1px solid #5a5a5a;
  background: #ffffff;
}

.chat .avatar .status.online {
  background: #4caf50;
}

.chat .avatar .status.offline {
  background: #ed4e6e;
}

.chat .avatar .status.busy {
  background: #ffc107;
}

.chat-users h6 {
  font-size: 20px;
  margin: 0 0 20px;
}

.chat-users .user {
  position: relative;
  padding: 0 0 0 50px;
  display: block;
  cursor: pointer;
  margin: 0 0 20px;
}

.chat-users .user:last-child {
  margin: 0;
}

.chat-users .user .avatar {
  top: 0;
  left: 0;
}

.chat-users .user .status {
  bottom: 0;
  left: 28px;
}

.chat-users .user .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-users .user .mood {
  font: 200 14px/20px "Raleway", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-body:after {
  content: '';
  display: table;
  clear: both;
}

.chat-body h6 {
  font-size: 20px;
  margin: 0 0 20px;
}

.chat-body .answer {
  position: relative;
  max-width: 600px;
  overflow: hidden;
  clear: both;
}

.chat-body .answer:after {
  content: '';
  display: table;
  clear: both;
}

.chat-body .answer .avatar {
  bottom: 36px;
}

.chat-body .answer .avatar .status {
  bottom: 0;
}

.chat-body .answer .name {
  font-size: 14px;
  line-height: 36px;
}

.chat-body .answer .text {
  padding: 12px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.chat-body .answer .text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border: 18px solid transparent;
  border-bottom-width: 0;
}

.chat-body .answer .time {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  padding-bottom: 1px;
}

.chat-body .answer.left {
  padding: 0 0 0 58px;
  text-align: left;
  float: left;
}

.chat-body .answer.left .avatar {
  left: 0;
}

.chat-body .answer.left .avatar .status {
  right: 4px;
}

.chat-body .answer.left .text {
  background: #ebebeb;
  color: #333333;
  border-radius: 8px 8px 8px 0;
}

.chat-body .answer.left .text:before {
  left: -30px;
  border-right-color: #ebebeb;
  border-right-width: 12px;
}

.chat-body .answer.left .time {
  padding-left: 12px;
  color: #333333;
}

.chat-body .answer.right {
  padding: 0 58px 0 0;
  text-align: right;
  float: right;
}

.chat-body .answer.right .avatar {
  right: 0;
}

.chat-body .answer.right .avatar .status {
  left: 4px;
}

.chat-body .answer.right .text {
  background: #7266ba;
  color: #ffffff;
  border-radius: 8px 8px 0 8px;
}

.chat-body .answer.right .text:before {
  right: -30px;
  border-left-color: #7266ba;
  border-left-width: 12px;
}

.chat-body .answer.right .time {
  padding-right: 12px;
  color: #333333;
}

.chat-body .answer-add {
  clear: both;
  position: relative;
  margin: 20px -20px -20px;
  padding: 20px;
  background: #46be8a;
}

.chat-body .answer-add input {
  border: none;
  background: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #ffffff;
}

.chat-body .answer-add input:-moz-placeholder {
  color: #ffffff;
}

.chat-body .answer-add input::-moz-placeholder {
  color: #ffffff;
}

.chat-body .answer-add input:-ms-input-placeholder {
  color: #ffffff;
}

.chat-body .answer-add input::-webkit-input-placeholder {
  color: #ffffff;
}

.chat-body .answer-add .answer-btn {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.chat-body .answer-add .answer-btn-1 {
  background: url("../img/icon-40.png") 50% 50% no-repeat;
  right: 56px;
}

.chat-body .answer-add .answer-btn-2 {
  background: url("../img/icon-41.png") 50% 50% no-repeat;
  right: 20px;
}

.button-wrap .btn {
  min-width: 100%;
  width: 100%;
  line-height: 80px;
  margin-bottom: 20px;
}

.menu-dialog a {
  width: 25%;
  height: 180px;
  line-height: 180px;
  color: #fff;
  background: #ff69b4;
  font-size: 26px;
  display: block;
  float: left;
  margin-bottom: 0;
  border: 1px solid #e25da0;
}

.menu-dialog a:hover {
  background: #e25da0;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .menu-dialog a {
    width: 33%;
  }
}

@media (max-width: 768px) {
  .menu-dialog a {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .menu-dialog a {
    width: 100%;
  }
}

.menu-dialog:before, .menu-dialog:after {
  content: '';
  display: table;
}

.menu-dialog:after {
  clear: both;
}

.menu-dialog > div {
  flex: auto;
  text-align: left;
  margin: 0.25em;
  padding: 2em 3em;
  background: rgba(255, 255, 255, 0.2);
}

.menu-dialog h2 {
  margin: 0 0 0.25em;
  padding: 0 0 0.25em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 72.25%;
  color: #9BA890;
}

.menu-dialog ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-dialog ul:not(:last-of-type) {
  padding-bottom: 2em;
}

.menu-dialog ul li a {
  display: block;
  font-weight: bold;
  padding: 0.25em 0;
  font-size: 145%;
}

.menu-dialog ul li a.current-demo {
  color: #39bee8;
}

.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em !important;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.dialog__content .countdown-section {
  display: inline-block;
  width: 40%;
}

.dialog__content .countdown-section:last-child .countdown-amount:after {
  content: none;
}

.dialog__content .countdown-period {
  font-size: 20px;
  font-weight: 100;
  text-transform: lowercase;
}

@media (max-width: 480px) {
  .dialog__content .countdown-period {
    font-size: 16px;
  }
}

.dialog__content .countdown-amount {
  display: block;
  position: relative;
  font-size: 80px;
  font-weight: 100;
}

@media (max-width: 480px) {
  .dialog__content .countdown-amount {
    font-size: 45px;
  }
}

.dialog__content .countdown-amount:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 2em;
  padding: 0 0 2em;
  margin: 0;
}

.p-email .b-profile {
  margin-bottom: -20px;
}

@media (max-width: 992px) {
  .p-email .b-profile {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .b-email {
    padding: 20px 0;
  }
}

.b-email-title {
  position: relative;
  padding: 0 0 20px;
  line-height: 30px;
}

.b-email-title h6 {
  font-size: 20px;
  line-height: 36px;
  color: #333333;
}

@media (max-width: 768px) {
  .b-email-title h6 {
    text-align: center;
  }
}

.b-email-title .control {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  padding: 0 0 0 18px;
}

@media (max-width: 768px) {
  .b-email-title .control {
    position: relative;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.b-email-title .control *[class^="btn-"] {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 36px;
  margin: 0 0 0 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-email-title .control .btn-box {
  background-image: url("../img/icon-18.png");
}

.b-email-title .control .btn-notification {
  background-image: url("../img/icon-19.png");
}

.b-email-title .control .btn-delete {
  background-image: url("../img/icon-18.png");
}
.b-email-title .control .btn-attach {
  background-image: url("../img/icon-401.png"); 
}
.b-email-title .control .btn-cross {
  background-image: url("../img/icon-402.png");
}
.b-email-title .control .btn-save {
  background-image: url("../img/icon-403.png");
}

.b-email-title .control .btn-taskdone {
  background-image: url("../img/icon-taskdone.png");
}

.b-email-address {
  min-height: 58px;
  margin: 0 -20px 20px;
  padding: 0 20px;
  background: #39bee8;
  font-size: 16px;
  line-height: 58px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 768px) {
  .b-email-address {
    line-height: 30px;
  }
}

.b-email-address .to b {
  font-weight: 700;
}

.b-email-address .control {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px 0 40px;
}

@media (max-width: 768px) {
  .b-email-address .control {
    position: relative;
    padding: 0;
  }
}

.b-email-address .control .date {
  font-size: 16px;
}

.b-email-address .control .btn-write {
  cursor: pointer;
  display: block;
  width: 58px;
  height: 58px;
  background: url("../img/icon-21.png") no-repeat 50% 50%;
}

.b-email-search {
  position: relative;
}

.b-email-search .input {
  background: #585b9c;
}

.b-email-search .input input {
  background: #d8d8d8;
}

.b-email-search .input span {
  color: #ffffff;
}

.b-email-search .btn-search {
  position: absolute;
  z-index: 15;
  top: -2px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("../img/icon-17.png") no-repeat 50% 50%;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .b-email-search .input--filled label span {
    text-indent: -1000px;
  }
}

@media (max-width: 768px) {
  .b-email-search .input--filled label {
    transform: translate3d(80%, 0, 0);
    -webkit-transform: translate3d(80%, 0, 0);
  }
}

@media (max-width: 768px) {
  .b-email-search .input--filled input {
    width: 80%;
  }
}

.b-email-subject {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #d8d8d8;
  padding: 0 0 0 20px;
  color: #333333;
}

.b-email-message .btn-toolbar {
  margin-left: 0;
}

.b-email-message .btn-toolbar .btn-group {
  margin-left: 0;
}

.b-email-message .btn-toolbar .btn-group:nth-child(5) {
  margin-bottom: 10px;
}

.b-email-message .btn-toolbar .btn {
  cursor: pointer;
  display: block;
  float: left;
  width: 40px;
  min-width: 0;
  height: 36px;
  margin: 0 10px 10px 0 !important;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #39bee8;
  -webkit-transition: background false false, 0.25s false false, cubic-bezier(0.4, 1, 0.3, 1) false false;
  -moz-transition: background false false false, 0.25s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  -o-transition: background false false false, 0.25s false false false, cubic-bezier(0.4, 1, 0.3, 1) false false false;
  transition: background, 0.25s, cubic-bezier(0.4, 1, 0.3, 1);
}

.b-email-message .btn-toolbar .btn:hover, .b-email-message .btn-toolbar .btn.hovered {
  background-color: #34aed4;
}

.b-email-message .btn-toolbar .btn:active, .b-email-message .btn-toolbar .btn.active {
  background-color: #34aed4;
  box-shadow: inset 0 4px 1px #1c6d86;
}

.b-email-message .btn-toolbar .btn[disabled]:hover {
  background-color: #39bee8;
}

.b-email-message .btn-toolbar .btn.btn-control-1 {
  background-image: url("../img/icon-22.png");
}

.b-email-message .btn-toolbar .btn.btn-control-2 {
  background-image: url("../img/icon-23.png");
}

.b-email-message .btn-toolbar .btn.btn-control-3 {
  background-image: url("../img/icon-24.png");
}

.b-email-message .btn-toolbar .btn.btn-control-4 {
  background-image: url("../img/icon-25.png");
}

.b-email-message .btn-toolbar .btn.btn-control-5 {
  background-image: url("../img/icon-26.png");
}

.b-email-message .btn-toolbar .btn.btn-control-6 {
  background-image: url("../img/icon-27.png");
}

.b-email-message .btn-toolbar .btn.btn-control-7 {
  background-image: url("../img/icon-28.png");
}

.b-email-message .btn-toolbar .btn.btn-control-8 {
  background-image: url("../img/icon-29.png");
}

.b-email-message .btn-toolbar .btn.btn-control-9 {
  background-image: url("../img/icon-30.png");
}

.b-email-message .btn-toolbar .btn.btn-control-10 {
  background-image: url("../img/icon-31.png");
}

.b-email-message .btn-toolbar .btn.btn-control-11 {
  background-image: url("../img/icon-32.png");
}

.b-email-message .btn-toolbar .btn.btn-control-12 {
  background-image: url("../img/icon-33.png");
}

.b-email-message .btn-toolbar .btn.btn-control-13 {
  background-image: url("../img/icon-34.png");
}

.b-email-message .btn-toolbar .btn.btn-control-14 {
  background-image: url("../img/icon-35.png");
}

.b-email-message .btn-toolbar .btn.btn-info {
  background-color: #f2a654;
  border: none !important;
}

.b-email-body {
  padding: 0 0 20px 0;
}

.b-email-body p {
  line-height: 26px;
}

.b-email-attach {
  margin: 0 -20px 20px;
  padding: 0 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.b-email-attach .head {
  font-size: 16px;
  line-height: 42px;
  padding: 10px 0 0;
}

.b-email-attach .head:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../img/icon-14.png") no-repeat 50% 50%;
  margin: 0 0 0 12px;
}

.b-email-attach .body {
  margin: 0 0 -8px 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.b-email-attach .body .unit {
  width: 198px;
  height: 200px;
  display: block;
  float: left;
  padding: 8px;
  margin: 0 8px 8px 0;
}

.b-email-attach .body .unit:nth-child(odd) {
  background: #39bee8;
}

.b-email-attach .body .unit:nth-child(even) {
  background: #ff69b4;
}

.b-email-attach .body .unit span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 8px;
}

.b-email-attach .body .unit img {
  display: block;
  width: 100%;
  height: auto;
}

.b-email-textarea,
.b-email #editor {
  clear: both;
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
  min-height: 108px;
  padding: 12px;
  border: 1px solid #d8d8d8;
}

.b-email .btn-attach {
  margin: 0 8px 0 0;
}

.b-email-list .unit {
  position: relative;
  display: block;
  height: 80px;
  padding: 13px 20px 12px 100px;
  margin: 0 -20px;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 480px) {
  .b-email-list .unit {
    padding: 13px 20px 12px 65px;
  }
}

.b-email-list .unit a {
  color: #333333;
}

.b-email-list .unit.selected {
  background: #d8d8d8;
}

.b-email-list .unit:not(.control):hover {
  background-color: #d8d8d8;
}

.b-email-list .unit.control .group-2 {
  left: 35%;
}

@media (max-width: 768px) {
  .b-email-list .unit.control .group-2 {
    display: none;
  }
}

.b-email-list .unit.control .group-3 {
  left: calc(35% + 114px);
}

@media (max-width: 768px) {
  .b-email-list .unit.control .group-3 {
    display: none;
  }
}

.b-email-list .unit.control .group-4 {
  position: absolute;
  right: 20px;
  top: 24px;
}

.b-email-list .unit.control .group-4 .btn-group {
  position: static;
  margin: 0 0 0 12px;
}

.b-email-list .unit.control .nav-btns {
  margin-top: 10px;
}

.b-email-list .unit.control .action-btns {
  margin-top: 8px;
}

.b-email-list .unit.control .action-btns .btn {
  max-width: 32px !important;
  min-width: 32px !important;
  color: #a3afb7;
  font-size: inherit;
  padding: 0 8px;
  line-height: 32px;
}

.b-email-list .unit.control .action-btns .btn:hover {
  background: #b9b9b9;
  color: #fff;
}

.b-email-list .unit.control .action-btns .btn-group {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
}

.b-email-list .unit.control .action-btns ul {
  min-width: inherit;
  border-radius: 0;
}

.b-email-list .unit.control .action-btns ul li {
  margin: 0;
}

.b-email-list .unit.control .action-btns .label {
  color: #333333;
}

.b-email-list .unit.control .nav-btns .btn-group {
  border: 1px solid #d8d8d8;
}

.b-email-list .unit.control .btn-group *[class^='btn-'] {
  width: 31px;
  height: 30px;
  border-right: 1px solid #d8d8d8;
  display: block;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.b-email-list .unit.control .btn-group *[class^='btn-']:last-child {
  border-right: none;
  width: 30px;
}

.b-email-list .unit.control .btn-group .btn-folder {
  background-image: url("../img/icon-9.png");
}

.b-email-list .unit.control .btn-group .btn-label {
  background-image: url("../img/icon-5.png");
}

.b-email-list .unit.control .btn-group .btn-delete {
  background-image: url("../img/icon-10.png");
}

.b-email-list .unit.control .btn-group .btn-select {
  background-image: url("../img/icon-11.png");
}

.b-email-list .unit.control .btn-group .btn-flag {
  background-image: url("../img/icon-13.png");
}

.b-email-list .unit.control .btn-group .btn-prev {
  background-image: url("../img/icon-15.png");
}

.b-email-list .unit.control .btn-group .btn-next {
  background-image: url("../img/icon-16.png");
}

.b-email-list .unit .check {
  position: absolute;
  left: 20px;
  top: 13px;
  z-index: 1;
}

.b-email-list .unit .btn-choice {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 80px;
  margin: -14px 0 0;
  background: url("../img/icon-12.png") no-repeat 50% 50%;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 480px) {
  .b-email-list .unit .btn-choice {
    display: none;
  }
}

.b-email-list .unit .btn-choice.active {
  background: url("../img/icon-12-yellow.png") no-repeat 50% 50%;
}

.b-email-list .unit .field {
  float: left;
  font-size: 16px;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 12px;
}

@media (max-width: 480px) {
  .b-email-list .unit .field {
    float: none;
    text-overflow: inherit;
    line-height: 30px !important;
  }
}

.b-email-list .unit .field.from {
  width: 30%;
  font-weight: bold;
}

@media (max-width: 480px) {
  .b-email-list .unit .field.from {
    width: 100%;
  }
}

.b-email-list .unit .field.theme {
  width: calc(70% - 70px);
}

@media (max-width: 480px) {
  .b-email-list .unit .field.theme {
    width: calc(100% - 20px) !important;
  }
}

.b-email-list .unit .field.theme.attach:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../img/icon-14.png") no-repeat 50% 50%;
  margin: 0 0 0 12px;
}

.b-email-list .unit .field.date {
  width: 70px;
  text-align: center;
}

@media (max-width: 480px) {
  .b-email-list .unit .field.date {
    display: none;
  }
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  width: 100%;
  line-height: 48px;
  cursor: text;
  margin-bottom: 20px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  background: #39bee8;
}

.bootstrap-tagsinput .tag.label {
  padding: 10px 20px;
}

.bootstrap-tagsinput .tag:before {
  content: none;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.action-btns {
  z-index: 2;
}

.b-profile {
  padding-bottom: 20px;
  color: #ffffff;
}

.b-profile-avatar {
  display: block;
  width: 64px;
  height: 64px;
  margin: 20px auto;
  border-radius: 50%;
}

.b-profile-name {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.b-profile-profession {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 6px 0 12px;
}

.b-profile-share {
  display: block;
  text-align: center;
  padding: 12px 0 24px;
  margin: 0;
}

.b-profile-share li {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
}

.b-profile-share li a, .b-profile-share li a:hover {
  font-size: 24px;
  color: #fff;
}

.b-profile-follow {
  height: 75px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 20px 0 0;
}

.b-profile-follow .unit {
  width: 50%;
  height: 100%;
}

.b-profile-follow .unit:first-child {
  border-right: 1px solid #ffffff;
  float: left;
}

.b-profile-follow .unit:last-child {
  float: right;
}

.b-profile-follow .unit span {
  display: block;
  text-align: center;
  color: #ffffff;
}

.b-profile-follow .unit span:first-child {
  font-size: 40px;
  line-height: 42px;
}

.b-profile-follow .unit span:last-child {
  font-size: 16px;
}

.b-profile-folders a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 0 11px;
  border-bottom: 1px solid #ffffff;
  color: inherit;
}

.b-profile-folders a:hover {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

.b-profile-about h6 {
  font-size: 16px;
  padding: 6px 0 12px;
}

.b-profile-about p {
  font-size: 16px;
  line-height: 24px;
}

.b-profile-labels {
  padding: 12px 0;
}

.b-profile-labels h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

.b-profile-labels .label {
  display: block;
  margin: 0 0 20px;
}

.b-profile .btn-follow-this {
  font-size: 16px;
  line-height: 34px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 40px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.contacts-search {
  width: 100%;
  line-height: 38px;
  color: #333333;
  padding: 0 8px;
  border: 1px solid #ccc;
  border-right: 0;
}

.contacts-search:-moz-placeholder {
  color: #333333;
}

.contacts-search::-moz-placeholder {
  color: #333333;
}

.contacts-search:-ms-input-placeholder {
  color: #333333;
}

.contacts-search::-webkit-input-placeholder {
  color: #333333;
}

.contacts-search + .input-group-addon {
  border-right: 1px solid #ccc !important;
}

.contacts-labels .input-group-addon {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: 0;
}

.contacts-labels .input-group-addon button {
  background: transparent;
}

.contacts-labels .settings {
  min-width: 70px;
  max-width: 70px;
  line-height: 38px;
  float: left;
  margin-right: 10px;
}

.contacts-labels .title {
  font-size: 16px;
  line-height: 112px;
  background: url("../img/icon-42.png") 0 50% no-repeat;
  padding: 0 0 0 32px;
  color: #333333;
  overflow: hidden;
}

.contacts-labels .title span {
  float: right;
}

.contacts-labels .list .head {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  background: #39bee8;
  color: #ffffff;
  margin: -8px 0 40px;
}

.contacts-labels .list .unit {
  overflow: hidden;
  padding: 0 0 20px;
}

.contacts-labels .list .unit:last-of-type {
  margin-bottom: 20px;
}

.contacts-labels .list .unit .lab {
  font-size: 16px;
  line-height: 32px;
  float: left;
  width: 112px;
  padding: 0 0 0 18px;
  color: #ffffff;
}

.contacts-labels .list .unit .lab-default {
  background: #ffffff;
}

.contacts-labels .list .unit .lab-primary {
  background: #7266ba;
}

.contacts-labels .list .unit .lab-success {
  background: #46be8a;
}

.contacts-labels .list .unit .lab-warning {
  background: #f2a654;
}

.contacts-labels .list .unit .lab-danger {
  background: #ff69b4;
}

.contacts-labels .list .unit span {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.contacts-list {
  border-left: 1px solid #d8d8d8;
  margin: -20px 0 40px;
}

@media (max-width: 992px) {
  .contacts-list {
    border-left: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .contacts-list {
    margin: 0 -20px;
  }
}

.contacts-list-search {
  width: 100%;
  line-height: 60px;
  background: #585b9c;
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
}

.contacts-list-search:-moz-placeholder {
  color: #fff;
}

.contacts-list-search::-moz-placeholder {
  color: #fff;
}

.contacts-list-search:-ms-input-placeholder {
  color: #fff;
}

.contacts-list-search::-webkit-input-placeholder {
  color: #fff;
}

.contacts-list-search + .input-group-addon {
  background: #585b9c !important;
  border-radius: 0;
  border: 0;
}

.contacts-list-search + .input-group-addon button {
  background: transparent;
}

.contacts-list .lab {
  font-size: 14px;
  line-height: 21px;
  float: left;
  min-width: 75px;
  padding: 0 0 0 18px;
  color: #ffffff;
  margin-left: 60px;
}

@media (max-width: 480px) {
  .contacts-list .lab {
    margin-left: 0;
  }
}

.contacts-list .lab-default {
  background: #ffffff;
}

.contacts-list .lab-primary {
  background: #7266ba;
}

.contacts-list .lab-success {
  background: #46be8a;
}

.contacts-list .lab-warning {
  background: #f2a654;
}

.contacts-list .lab-danger {
  background: #ff69b4;
}

.contacts-list .title {
  padding: 0 0 0 20px;
  color: #7266ba;
  line-height: 124px;
}

.contacts-list .icons {
  padding: 0 0 20px 20px;
}

.contacts-list .icons .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.contacts-list .icons .icon-folder {
  background: url("../img/icon-9.png") no-repeat 50% 50%;
}

.contacts-list .icons .icon-label {
  background: url("../img/icon-5.png") no-repeat 50% 50%;
}

.contacts-list .icons .icon-trash {
  background: url("../img/icon-10.png") no-repeat 50% 50%;
}

.contacts-list .unit {
  padding: 20px 0;
  margin-top: -7px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  -webkit-transition: background false false, 0.3s false false;
  -moz-transition: background false false false, 0.3s false false false;
  -o-transition: background false false false, 0.3s false false false;
  transition: background, 0.3s;
}

.contacts-list .unit.selected {
  background: #d8d8d8;
}

.contacts-list .unit .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border-color: #a3afb7;
  min-width: inherit;
}

.contacts-list .unit .dropdown-menu li {
  margin: 0;
}

.contacts-list .unit .dropdown-menu li a {
  line-height: 32px;
  padding: 0 10px;
  font-size: 16px;
}

.contacts-list .unit.head {
  font-size: 20px;
  color: #7266ba;
  padding-bottom: 10px;
  overflow: visible;
}

.contacts-list .unit .field {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contacts-list .unit .name {
  width: 45%;
  padding: 0 0 0 80px;
  position: relative;
}

@media (max-width: 480px) {
  .contacts-list .unit .name {
    width: auto;
  }
}

.contacts-list .unit .name .check {
  position: absolute;
  left: 5px;
  top: -8px;
}

.contacts-list .unit .name a {
  color: #333333;
  font-weight: 600;
}

.contacts-list .unit .name .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0 16px 0 0;
  vertical-align: top;
}

@media (max-width: 480px) {
  .contacts-list .unit .name .avatar {
    display: none;
  }
}

.contacts-list .unit .phone {
  width: 25%;
  padding: 0 0 0 20px;
}

@media (max-width: 480px) {
  .contacts-list .unit .phone {
    display: none;
  }
}

.contacts-list .unit .email {
  width: 30%;
  padding: 0 0 0 20px;
  overflow: visible;
}

@media (max-width: 480px) {
  .contacts-list .unit .email {
    display: none;
  }
}

.contacts-list .unit .email .btn {
  min-width: 38px;
  max-width: 38px;
  font-size: inherit;
  padding: 0 8px;
  line-height: 36px;
}

.unit.head .action-btns {
  margin-top: 8px;
}

.unit.head .action-btns .btn {
  max-width: 32px !important;
  min-width: 32px !important;
  color: #a3afb7;
  font-size: inherit;
  padding: 0 8px;
  line-height: 32px;
}

.unit.head .action-btns .btn:hover {
  background: #b9b9b9;
  color: #fff;
}

.unit.head .action-btns .btn-group {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
}

.unit.head .action-btns ul {
  min-width: inherit;
  border-radius: 0;
}

.unit.head .action-btns ul li {
  margin: 0;
}

.unit.head .action-btns .label {
  color: #333333;
}

.unit.head .nav-btns .btn-group {
  border: 1px solid #d8d8d8;
}

.unit.head .nav-btns b {
  color: #333333;
  font-size: 16px;
}

.unit.head .btn-group *[class^='btn-'] {
  width: 31px;
  height: 30px;
  border-right: 1px solid #d8d8d8;
  display: block;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.unit.head .btn-group *[class^='btn-']:last-child {
  border-right: none;
  width: 30px;
}

.unit.head .btn-group .btn-folder {
  background-image: url("../img/icon-9.png");
}

.unit.head .btn-group .btn-label {
  background-image: url("../img/icon-5.png");
}

.unit.head .btn-group .btn-delete {
  background-image: url("../img/icon-10.png");
}

.unit.head .btn-group .btn-select {
  background-image: url("../img/icon-11.png");
}

.unit.head .btn-group .btn-flag {
  background-image: url("../img/icon-13.png");
}

.unit.head .btn-group .btn-prev {
  background-image: url("../img/icon-15.png");
}

.unit.head .btn-group .btn-next {
  background-image: url("../img/icon-16.png");
}

.contact .controls {
  position: relative;
}

.contact .controls:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.contact .controls .icon {
  position: absolute;
  z-index: 2;
  top: 18px;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.contact .controls .icon-folder {
  background: url("../img/icon-43.png") no-repeat 50% 50%;
  right: 78px;
}

.contact .controls .icon-delete {
  background: url("../img/icon-44.png") no-repeat 50% 50%;
  right: 48px;
}

.contact .controls .icon-close {
  background: url("../img/icon-45.png") no-repeat 50% 50%;
  right: 20px;
}

.contact .controls .write {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -24px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 4px 5px #d8d8d8;
  background: #39bee8 url("../img/icon-46.png") no-repeat 50% 50%;
}

.contact .controls .cont {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .contact .controls .cont {
    top: 50%;
    margin-top: -85px;
  }
}

@media (max-width: 768px) {
  .contact .controls .cont {
    margin-top: 0;
    top: 20px;
  }
}

.contact .controls .cover {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: 150px;
}

.contact .controls .avatar {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact .controls .avatar {
    width: 40px;
    height: 40px;
  }
}

.contact .controls .name {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}

.contact .controls .ui-mark {
  display: inline-block;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  margin: 0 2px;
  padding: 0 26px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact .controls .ui-mark {
    line-height: 24px;
    padding: 0 8px;
  }
}

.chart-container {
  width: 100%;
  height: 250px;
  margin-bottom: -5px;
}

.chart-container.full {
  width: 102%;
}

.chart-container.absolute canvas {
  position: absolute;
  bottom: 0;
}

.chart-container-mini {
  width: 100%;
  height: 100px;
}

.chart-container-mini.full {
  width: 103%;
}

.chart-container-mini.absolute canvas {
  position: absolute;
  bottom: 0;
}

.chart-container.min {
  height: 85px;
  width: calc(100% + 5px);
  width: -webkit-calc(100% + 9px);
  margin-left: -5px;
}

.chart-mini {
  overflow: hidden;
  position: relative;
  -webkit-transition: background false false, 1s false false;
  -moz-transition: background false false false, 1s false false false;
  -o-transition: background false false false, 1s false false false;
  transition: background, 1s;
}

.chart-mini.decor-primary:hover {
  background: #564aa3;
}

.chart-mini.decor-success:hover {
  background: #369b6f;
}

.chart-mini.decor-warning:hover {
  background: #ee8d25;
}

.chart-mini.decor-info:hover {
  background: #19a8d5;
}

.chart-mini.decor-danger:hover {
  background: #ff369b;
}

.chart-mini.decor-dim:hover {
  background: #ff6559;
}

.chart-mini.decor-dim-primary:hover {
  background: #876baf;
}

.chart-mini.decor-dark:hover {
  background: #212230;
}

.chart {
  overflow: hidden;
  position: relative;
}

.chart-statistics {
  overflow: hidden;
}

.chart-statistics .up {
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 0 30px;
  background: url("../img/icon-51.png") no-repeat 0 50%;
}

.chart-statistics .line {
  font-size: 14px;
  line-height: 36px;
}

.chart-statistics .line span {
  padding: 0 0 0 10px;
  font-size: 24px;
}

.chart-stat-1 {
  margin: 20px 0 0;
}

.chart-stat-1 .unit {
  width: 33.33333%;
  float: left;
}

@media (max-width: 768px) {
  .chart-stat-1 .unit {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .chart-stat-1 .unit:first-child {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .chart-stat-1 .unit:last-child {
    margin-right: -20px;
  }
}

.chart-stat-1 .unit .h {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}

.chart-stat-1 .unit .s {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px;
}

.chart-stat-1 .unit img {
  display: block;
  margin: 20px 0 0 10px;
}

.chart-stat-1 .unit .delta:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url("../img/icon-85.png");
}

.chart-stat-1 .unit .delta.up:before {
  background-position: 0 0;
}

.chart-stat-1 .unit .delta.down:before {
  background-position: 0 -100%;
}

.chart-stat-1 .unit .delta.color-warning:before {
  background-image: url("../img/icon-86.png");
}

.chart-stat-1 .unit .delta.color-success:before {
  background-image: url("../img/icon-87.png");
}

.chart-stat-1 .unit .delta.color-info:before {
  background-image: url("../img/icon-88.png");
}

.chart-stat-2 {
  margin: 20px 40px;
}

.chart-stat-2 .unit {
  width: 33.3333%;
  float: left;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .chart-stat-2 .unit {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .chart-stat-2 .unit:first-child {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .chart-stat-2 .unit:nth-child(3) {
    margin-right: -20px;
  }
}

.chart-stat-2 .unit-group {
  border-bottom: 1px solid #333333;
  overflow: hidden;
  clear: both;
  padding: 10px;
}

.chart canvas.view-1 {
  margin: 0 -5px -5px;
  width: calc(100% + 10px);
  height: auto;
}

.chart canvas.view-2 {
  width: 100%;
  height: auto;
}

.chart canvas#chartLine {
  margin: 0 -5px -15px;
  width: calc(100% + 10px);
  height: auto;
}

.chart canvas#chartBar {
  width: 100%;
  height: auto;
}

.chart canvas#chartRadar {
  width: 350px;
  height: 350px;
}

@media (max-width: 768px) {
  .chart canvas#chartRadar {
    width: 286px;
    height: 286px;
  }
}

.chart canvas#chartArea {
  width: 350px;
  height: 350px;
}

@media (max-width: 768px) {
  .chart canvas#chartArea {
    width: 286px;
    height: 286px;
  }
}

.chart canvas#chartPie {
  width: 286px;
  height: 286px;
}

.chart canvas#chartDoughnut {
  width: 286px;
  height: 286px;
}

.followers .unit {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 220px 25px 60px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  position: relative;
}

.followers .unit:after {
  content: '';
  display: table;
  clear: both;
}

.followers .unit .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.followers .unit .avatar img {
  display: block;
  border-radius: 20px;
  height: 100%;
}

.followers .unit .avatar .status {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 28px;
}

.followers .unit .avatar .status.off {
  border: 1px solid #5a5a5a;
  background: #ffffff;
}

.followers .unit .avatar .status.online {
  background: #4caf50;
}

.followers .unit .avatar .status.offline {
  background: #ed4e6e;
}

.followers .unit .avatar .status.busy {
  background: #ffc107;
}

.followers .unit .field {
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.followers .unit .field.phone {
  text-align: center;
}

.followers .unit .btn {
  position: absolute;
  right: 0;
  top: 21px;
}

.sale {
  color: #ffffff;
}

.sale-default {
  background: #7266ba;
}

.sale-default .sale-persent-scale {
  background: #39bee8;
}

.sale-success {
  background: #46be8a;
}

.sale-success .sale-persent-scale {
  background: #f2a654;
}

.sale-warning {
  background: #f2a654;
}

.sale-warning .sale-persent-scale {
  background: #46be8a;
}

.sale-title {
  text-transform: uppercase;
  color: inherit;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-overview {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-total {
  font-size: 48px;
  line-height: 78px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-persent {
  position: relative;
  padding: 7px 48px 6px 0;
}

.sale-persent-scale {
  height: 7px;
  border-radius: 2px;
  position: relative;
}

.sale-persent-scale-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  border-radius: 2px;
  background: #ffffff;
}

.sale-persent-value {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
}

.sale-description {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cover {
  position: relative;
  overflow: hidden;
  height: 500px;
  padding: 0;
}

@media (max-width: 1200px) {
  .cover {
    height: 380px;
  }
}

@media (max-width: 992px) {
  .cover {
    height: 320px;
  }
}

.cover-img {
  display: block;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.cover-blackout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.cover-name {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

.cover-avatar {
  display: block;
}

.cover-avatar.size-md {
  width: 130px;
  height: 130px;
  margin: 90px auto 0;
}

@media (max-width: 1200px) {
  .cover-avatar.size-md {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .cover-avatar.size-md {
    width: 75px;
    height: 75px;
  }
}

.cover-inside * {
  line-height: 2;
}

.cover-inside h3 {
  margin-top: 10%;
}

.cover-inside .field {
  font-size: 16px;
  display: inline-block;
}

.cover-inside .place {
  padding: 0 0 0 20px;
  background: url("../img/icon-52.png") 0 50% no-repeat;
}

.cover-inside .likes {
  padding: 0 0 0 25px;
  background: url("../img/icon-53.png") 0 50% no-repeat;
}

.cover .user-icon {
  display: inline-block;
  padding: 35px 0 0;
  font-size: 16px;
  line-height: 20px;
}

.cover .user-icon > div {
  line-height: 1;
}

.cover .user-icon-1 {
  background: url("../img/icon-54.png") no-repeat 50% 0;
}

.cover .user-icon-2 {
  background: url("../img/icon-55.png") no-repeat 50% 0;
}

.cover .user-icon-3 {
  background: url("../img/icon-56.png") no-repeat 50% 0;
}

.cover .help-block-1 {
  width: 50%;
  margin: 12px auto 0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cover .help-block-1 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .cover .help-block-1 {
    width: 100%;
  }
  .cover .help-block-1 .btn {
    min-width: 150px;
    font-size: 20px;
    padding: 0 10px;
  }
}

.activities {
  max-height: 1208px;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .activities {
    margin: 20px 0 0;
  }
}

.activities .unit {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0 20px 50px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
}

.activities .unit .avatar {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 0;
}

.activities .unit .avatar img {
  display: block;
  border-radius: 50%;
  max-width: 100%;
}

.activities .unit .field {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

.activities .unit .field a {
  font-weight: bold;
  color: #333333;
}

.activities .unit .field p {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  margin: 20px 0 0;
  display: block;
  max-width: 800px;
}

.activities .unit .field.btn-group-xs {
  padding: 20px 0 0;
}

.activities .unit .field.photo img {
  display: inline-block;
  margin: 20px 16px 0 0;
}

.activities .show-more {
  margin: 20px 0 0;
}

.activities .show-more:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  background: url("../img/icon-60.png") no-repeat 0 50%;
}

.panel-controls {
  border-top: 12px solid #7266ba;
  background: #39bee8;
  overflow: hidden;
}

.panel-controls a {
  font-size: 20px;
  line-height: 80px;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  width: 16.66667%;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color false false, 0.3s false false, ease false false;
  -moz-transition: background-color false false false, 0.3s false false false, ease false false false;
  -o-transition: background-color false false false, 0.3s false false false, ease false false false;
  transition: background-color, 0.3s, ease;
}

@media (max-width: 1200px) {
  .panel-controls a {
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .panel-controls a {
    width: 50%;
  }
}

.panel-controls a:after {
  content: '';
  display: inline-block;
}

.panel-controls a.link-1:after {
  background: url("../img/icon-61.png") no-repeat 0 50%;
  height: 20px;
  width: 20px;
  margin: 0 0 -2px 4px;
}

.panel-controls a.link-2:after {
  background: url("../img/icon-62.png") no-repeat 0 50%;
  height: 21px;
  width: 21px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-3:after {
  background: url("../img/icon-63.png") no-repeat 0 50%;
  height: 22px;
  width: 22px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-4:after {
  background: url("../img/icon-64.png") no-repeat 0 50%;
  height: 22px;
  width: 26px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-5:after {
  background: url("../img/icon-65.png") no-repeat 0 50%;
  height: 22px;
  width: 20px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-6:after {
  background: url("../img/icon-66.png") no-repeat 0 50%;
  height: 32px;
  width: 37px;
  margin: 0 0 -6px 4px;
}

.panel-controls a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #7266ba;
}

.album {
  position: relative;
  padding: 0 0 0 50px;
  background: #39bee8;
}

.album-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #585b9c;
}

.album-nav a {
  display: block;
  height: 20%;
  background: 50% 50% no-repeat transparent;
  text-indent: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background false false, 0.25s false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false;
  -moz-transition: background false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  -o-transition: background false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  transition: background, 0.25s, cubic-bezier(0, 0.42, 0.4, 1.21);
}

.album-nav a:hover {
  background-color: #39bee8;
}

.album-nav a.link-1 {
  background-image: url("../img/icon-67.png");
}

.album-nav a.link-2 {
  background-image: url("../img/icon-63.png");
}

.album-nav a.link-3 {
  background-image: url("../img/icon-68.png");
}

.album-nav a.link-4 {
  background-image: url("../img/icon-69.png");
}

.album-nav a.link-5 {
  background-image: url("../img/icon-70.png");
}

.album-body {
  overflow: hidden;
}

.album-body img {
  display: block;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform false false, 0.3s false false;
  -moz-transition: -moz-transform false false false, 0.3s false false false;
  -o-transition: -o-transform false false false, 0.3s false false false;
  transition: transform, 0.3s;
}

.album-body > div:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.album-body > div:hover .descr-container {
  opacity: 1;
  visibility: visible;
}

.album-body .descr-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  -webkit-transition: all false false, 0.5s false false;
  -moz-transition: all false false false, 0.5s false false false;
  -o-transition: all false false false, 0.5s false false false;
  transition: all, 0.5s;
  padding-top: 5%;
}

.album-body .descr-container .album-title {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.album-body .descr-container .photo-amount {
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 480px) {
  .album-body .descr-container .photo-amount {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .album-body .descr-container .photo-amount {
    display: none;
  }
}

.album-body .descr-container a:hover {
  color: #fff;
}

.album-footer {
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
}

.album-footer .prev, .album-footer .next {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.album-footer .prev {
  background: url("../img/icon-72.png") no-repeat 50% 50%;
  margin: 0 20px 0 0;
}

.album-footer .next {
  background: url("../img/icon-73.png") no-repeat 50% 50%;
  margin: 0 0 0 20px;
}

.weather {
  white-space: nowrap;
  color: #ffffff;
}

.weather-day {
  font-size: 32px;
  text-transform: uppercase;
}

.weather-date {
  font-size: 16px;
}

.weather-degree {
  font-size: 60px;
  line-height: 96px;
  display: inline-block;
  vertical-align: top;
}

.weather-icon {
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.weather-location {
  font-size: 16px;
}

.weather-location:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 0 0 0 4px;
  background: url("../img/icon-52.png") no-repeat 50% 50%;
  -webkit-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -o-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
}

.weather-icon-name {
  font-size: 16px;
}

.weather.view-1 .weather-day {
  float: left;
  width: 25%;
  text-align: right;
  padding: 10px 0 0;
}

.weather.view-1 .weather-date {
  float: left;
  width: 25%;
  clear: both;
  text-align: right;
}

.weather.view-1 .weather-degree {
  width: 28%;
  padding: 0 0 0 2%;
  margin: 0 5% 0 0;
  text-align: left;
  position: relative;
}

.weather.view-1 .weather-degree:after {
  content: '';
  position: absolute;
  height: 50%;
  top: 25%;
  right: 0;
  width: 1px;
  background: #ffffff;
}

.weather.view-1 .weather-icon {
  margin-left: 21%;
  transform: translateX(-50%);
}

.weather.view-2 .weather-icon {
  margin-left: calc(35% - 75px);
}

.weather.view-2 .weather-degree {
  width: 30%;
  text-align: center;
}

.weather.view-2 .weather-location {
  float: right;
  width: 28%;
  margin: 28px 0 0;
}

.weather.view-2 .weather-icon-name {
  float: right;
  width: 28%;
  clear: both;
}

.team-body {
  width: 100%;
  overflow: hidden;
}

.team-body .list {
  overflow: hidden;
  float: left;
}

.team-body .list a {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #333333;
  margin-top: 20px;
}

.team-body .list a img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
}

.fashion {
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fashion-img {
  width: auto;
  height: auto;
}

.fashion-name {
  position: absolute;
  left: 20px;
  bottom: 56px;
}

.fashion-brand {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.fashion-price {
  position: absolute;
  right: 20px;
  bottom: 56px;
}

.fashion-raiting {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 85px;
  height: 18px;
  background: url("../img/icon-75.png") repeat-x 100% 50%;
}

.fashion-raiting span {
  display: block;
  height: 100%;
  background: #7266ba;
  position: absolute;
  left: 0;
  top: 0;
}

.time {
  position: relative;
  color: #ffffff;
}

.time-icon {
  position: absolute;
  top: 36px;
  left: 20%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border: 6px solid #ffffff;
  border-radius: 50%;
}

.time-icon:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 18px;
  width: 18px;
  height: 24px;
  border: 6px solid #ffffff;
  border-top: none;
  border-left: none;
}

.time-hour {
  padding: 0 0 0 40%;
  font-size: 58px;
  line-height: 64px;
}

.time-date {
  padding: 0 0 0 40%;
  font-size: 12px;
  line-height: 16px;
}

.time-description {
  display: block;
  padding: 28px 0 0;
  font-size: 16px;
  line-height: 26px;
  max-height: 80px;
  overflow: hidden;
  margin: 0;
}

.chart-mini-1 .chart-body {
  margin: 0 auto;
  width: 148px;
  height: 148px;
  text-align: center;
  font-size: 30px;
  line-height: 148px;
  color: #ffffff;
}

.chart-mini-1 canvas {
  display: block;
  margin-top: -100%;
}

.chart-mini-1 .legend {
  text-align: center;
}

.chart-mini-1 .legend span {
  display: inline-block;
  background: #7266ba;
  font-size: 12px;
  line-height: 54px;
  width: 54px;
  height: 54px;
  color: #ffffff;
  margin: 0 -5px 0 0;
  position: relative;
}

.chart-mini-1 .legend span:before {
  content: '';
  width: 1px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -13px 0 0;
  background: #ffffff;
}

.chart-mini-1 .legend span:first-child:before {
  display: none;
}

.chart-mini-2 .chart-body {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.chart-mini-2 .legend {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

.chart-mini-2 .legend .field {
  float: left;
  clear: both;
  padding: 10px 0 0;
}

.chart-mini-2 .legend .value {
  float: right;
  padding: 10px 0 0;
}

.chart-mini-3.chart-margin .chart-body {
  margin: 0 -1%;
}

.chart-mini-3 .chart-body {
  display: block;
  width: 102%;
  height: 100px;
}

.chart-mini-4 .chart-body {
  display: block;
  width: 100%;
  height: 100px;
}

.chart-mini-5 {
  overflow: hidden;
}

.chart-mini-5 .chart-body {
  display: block;
  margin: 0 -5px -5px;
  width: calc(100% + 10px);
  height: 100px;
}

.chart-mini .legend-top {
  color: #ffffff;
  line-height: 24px;
}

.chart-mini .legend-top .name {
  font-size: 20px;
}

.chart-mini .legend-top .value {
  font-size: 24px;
}

.chart-mini .legend-top .description {
  font-size: 16px;
}

.downloading h6:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/icon-84.png") no-repeat 0 0;
  margin: 0 0 0 4px;
}

.downloading .scale {
  border: 1px solid #46be8a;
  height: 12px;
  border-radius: 6px;
  position: relative;
  margin: 10px 0;
}

.downloading .scale span {
  content: '';
  display: block;
  height: 100%;
  background: #46be8a;
  border-radius: 6px;
}

.downloading .scale:after {
  content: attr(data-scale);
  display: block;
  position: absolute;
  top: -36px;
  right: 0;
  font-size: 16px;
  line-height: 36px;
  color: #46be8a;
}

.downloading p {
  margin: 0;
}

.developing .field-group {
  overflow: hidden;
  padding: 40px 20px 0;
}

.developing .field-1 {
  font-size: 48px;
  line-height: 54px;
}

.developing .field-1-sub {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.developing .field-1-total {
  font-size: 68px;
  line-height: 72px;
}

.developing .field-2 {
  font-size: 30px;
  line-height: 36px;
  text-align: right;
  padding: 10px 0 0;
}

.developing .field-2-sub {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.developing .delta:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}

.developing .delta.up:before {
  background-position: 0 0;
}

.developing .delta.down:before {
  background-position: 0 -100%;
}

.developing .color-info .delta:before {
  background-image: url("../img/icon-88.png");
}

.developing .color-warning .delta:before {
  background-image: url("../img/icon-86.png");
}

.developing .color-success .delta:before {
  background-image: url("../img/icon-87.png");
}

.developing .color-primary .delta:before {
  background-image: url("../img/icon-85.png");
}

.inform {
  padding: 10px;
  min-height: 80px;
  position: relative;
}

.inform-view-1 {
  padding-left: 80px;
}

.inform-view-2 {
  color: #ffffff;
}

.inform:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}

.inform-1:before {
  background: url("../img/icon-91.png") no-repeat 50% 50% #00b8f2;
}

.inform-2:before {
  background: url("../img/icon-92.png") no-repeat 50% 50% #46be8a;
}

.inform-3:before {
  background: url("../img/icon-93.png") no-repeat 50% 50% #f2a654;
}

.inform-4:before {
  background: url("../img/icon-94.png") no-repeat 50% 50% #7266ba;
}

.inform-value {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inform-name {
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inform-canvas {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.inform-canvas canvas {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.informs .inform {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  float: left;
}

@media (max-width: 480px) {
  .informs .inform {
    width: 100%;
  }
}

.informs .inform:nth-child(2n) {
  margin-right: 0;
}

.informs .inform:nth-child(5), .informs .inform:nth-child(6) {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .informs .inform:nth-child(5) {
    margin-bottom: 20px;
  }
}

.visitors-map img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.visitors-stat h6 {
  margin: 20px 0;
}

.visitors-stat .unit {
  position: relative;
  padding: 10px 0 0;
  margin: 0 20px 0 0;
}

.visitors-stat .unit .scale {
  margin: 10px 48px 12px 0;
  position: relative;
  background: #585b9c;
  border-radius: 3px;
}

.visitors-stat .unit .scale span {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
}

.visitors-stat .unit .scale div {
  position: absolute;
  right: -48px;
  top: -12px;
  font-size: 16px;
  line-height: 24px;
}

#map {
  min-height: 400px;
}

/* Peppermint minimal required styles */
.peppermint.peppermint-active {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.peppermint.peppermint-active .peppermint-slides {
  position: relative;
  overflow: hidden;
  /* clearfix */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.peppermint.peppermint-active .peppermint-slides > * {
  float: left;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
  outline: none;
}

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-dots,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.peppermint.peppermint-mouse .peppermint-slides {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.peppermint-dots {
  text-align: center;
  margin-top: 20px;
}

.peppermint-dots li {
  display: inline-block;
  outline: none;
}

.peppermint-dots li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7266ba;
  margin: 0 3px;
  cursor: pointer;
}

.peppermint-dots li.peppermint-active-dot span {
  background: #39bee8;
}

.hover-bg {
  -webkit-transition: background false false, 1s false false;
  -moz-transition: background false false false, 1s false false false;
  -o-transition: background false false false, 1s false false false;
  transition: background, 1s;
}

.hover-bg.decor-primary:hover {
  background: #564aa3;
}

.hover-bg.decor-success:hover {
  background: #369b6f;
}

.hover-bg.decor-warning:hover {
  background: #ee8d25;
}

.hover-bg.decor-info:hover {
  background: #19a8d5;
}

.hover-bg.decor-danger:hover {
  background: #ff369b;
}

.hover-bg.decor-dim:hover {
  background: #ff6559;
}

.hover-bg.decor-dark:hover {
  background: #212230;
}

.gallery-list, .gallery-list a {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .gallery-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.modal-content {
  border-radius: 0;
}

.modal-content .modal-header {
  color: #ffffff;
  background: #7266ba;
}

.modal-content .modal-header .close {
  font-size: 56px;
  margin-top: -12px;
  color: #ffffff;
  opacity: 1;
}

.modal-content .modal-body a {
  color: #333333;
  text-shadow: none;
  text-decoration: none;
}

.modal-content .modal-body a:before {
  font-family: "FontAwesome";
  background: #fff;
  border-radius: 50%;
  font-size: 50px;
  padding: 10px;
  text-decoration: none;
}

.modal-content .modal-body a.glyphicon-chevron-right:before {
  content: "\f178";
}

.modal-content .modal-body a.glyphicon-chevron-left:before {
  content: "\f177";
}

.control-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity false false, 0.25s false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false;
  -moz-transition: opacity false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  -o-transition: opacity false false false, 0.25s false false false, cubic-bezier(0, 0.42, 0.4, 1.21) false false false;
  transition: opacity, 0.25s, cubic-bezier(0, 0.42, 0.4, 1.21);
}

@media (max-width: 480px) {
  .control-wrap {
    height: 45px;
  }
}

.control-wrap .control {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 20px 16px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .control-wrap .control {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin: 5px 16px;
  }
}

.control-wrap .control-1 {
  background: url("../img/icon-78.png") no-repeat 50% 50%;
}

.control-wrap .control-2 {
  background: url("../img/icon-79.png") no-repeat 50% 50%;
}

.control-wrap .control-3 {
  background: url("../img/icon-80.png") no-repeat 50% 50%;
}

.ekko-lightbox-container:hover .control-wrap {
  opacity: 1;
}

.todo ol {
  line-height: 52px !important;
  font-size: 16px !important;
  color: #7266ba !important;
}

.todo-new {
  padding: 0 52px 0 0;
  position: relative;
}

.todo-new:after {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icon-99.png") 50% 50% no-repeat;
}

.todo-new .input,
.todo-new .input__field--kaede {
  background: inherit;
}

.todo-new .input__label-content--kaede {
  color: #ffffff;
  text-indent: 24px;
  font-size: 14px;
}

.todo-unit {
  border: 1px solid #7266ba;
  position: relative;
}

@media (max-width: 768px) {
  .todo-unit > div {
    text-align: right;
  }
}

.todo-unit label span {
  font-size: 14px;
  color: #333333;
}

@media (max-width: 480px) {
  .todo-unit label span {
    font-size: 11px;
  }
}

.todo-unit svg path {
  stroke: #39bee8 !important;
}

.todo-unit .date {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 14px;
  line-height: 52px;
  font-weight: normal;
  color: #333333;
  padding: 0 0 0 32px;
  pointer-events: none;
  text-indent: 0;
}

@media (max-width: 768px) {
  .todo-unit .date {
    position: relative;
    display: inline-block;
  }
}

.todo-unit .date:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 52px;
  background: url("../img/icon-100.png") 0 50% no-repeat;
}

.todo-controls {
  text-align: center;
}

.todo-controls .control {
  display: inline-block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  text-indent: 60px;
  margin: 20px 32px 0;
}

.todo-controls .control-fav {
  background: url("../img/icon-95.png") no-repeat 50% 50%;
}

.todo-controls .control-folder {
  background: url("../img/icon-96.png") no-repeat 50% 50%;
}

.todo-controls .control-write {
  background: url("../img/icon-97.png") no-repeat 50% 50%;
}

.todo-controls .control-delete {
  background: url("../img/icon-98.png") no-repeat 50% 50%;
}

.col-left {
  float: left;
  width: 280px;
}

.col-left:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 992px) {
  .col-left {
    float: none;
    width: 100%;
  }
}

.col-right {
  float: right;
  width: calc(100% - 300px);
}

.col-right:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 992px) {
  .col-right {
    float: none;
    width: 100%;
  }
}

.col-img {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}

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