@import url(https://fonts.googleapis.com/css?family=Verdana: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: scroll;
  background-color: #d8d8d8;
  color: #333333;
  font-family: "Verdana", 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;
}

.aside {
  width: 70px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 400;
  background-color: #39bee8;
}

@media (max-width: 768px) {
  .aside {
    width: 64px;
  }
}

.aside .btn-logo {
  display: block;
  height: 70px;
  position: relative;
  background: url("../images/header.png") 0 0 #585b9c;
}

@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;
}

.aside .btn-profile:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -15px 0 0;
  background: url("../images/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 50px 70px;
  position: relative;
  background: #ececec;
  min-height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wrap-content {
    padding-left: 64px;
  }
}

.wrap-content .header {
  background-color: #2a2b3c;
  height: 70px;
  z-index: 300;
}

@media (max-width: 768px) {
  .wrap-content .header {
    height: 64px;
  }
}

.wrap-content .header > .unit {
  position: absolute;
}

.wrap-content .header > .unit.title {
  color: #ffffff;
  padding: 10px 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.morphsearch {
  z-index: 400;
  position: absolute;
  top: 15px;
  right: 290px;
  width: 450px; border:1px solid #ffcc00
}

@media (max-width: 1200px) {
  .wrap-content .header > .unit.morphsearch {
    width: 60px;
    background: #2a2b3c;
  }
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.morphsearch {
    right: 270px;
  }
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.morphsearch {
    width:60px;
    right: 200px;
    top: 12px;
  }
}

.wrap-content .header > .unit.email {
  top: 0;
  right: 160px;
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  .wrap-content .header > .unit.email {
    right: 128px;
    width: 64px;
    height: 64px;
  }
}

.wrap-content .header > .unit.message {
  position: absolute;
  top: 0px;
  right: 90px;
  width: 70px;
  height: 70px;
}

@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;
  }
  .wth130{width:100% !important}
}

.wrap-content .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px 1px 110px;
  border-top: 1px solid #39bee8;
  height: 49px;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  text-indent: 9px;
}

.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: 497px) {
  .toggle-fixed {
    display: none;
  }.wth130{width:100% !important}
}

.fixed.mobile-view .aside {
  position: fixed;
}

.fixed .header {
  position: fixed;
  width: calc(100% - 75px);
  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: 70px;
}

@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;
  }
}

.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;
}

.email .btn-email {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.email .mail-content {
  z-index: 500;
  position: absolute;
  top: 70px;
  right: -160px;
  width: 500px;
  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;
  }
  .wth130{width:100% !important}
}

.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); border:4px solid #ffcc00;
}

.email .mail-content .unit { 
  border-bottom:1px dashed #cccccc;
  display: block;
  padding: 8px 8px 8px 80px;
  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: 8px;
  left: 8px;
 
}

.email .mail-content .unit:hover {
  text-decoration: none;
  background: #2a2b3c;
  color: #ffffff;
}

.email .mail-content .unit p {
  font-size: 14px;
  line-height: 20px; margin-bottom:0px;
}

.email .mail-content .show-all {
  display: block;
  height: 35px;
  border-right: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  text-indent: 20px;
  position: relative;
}

.message .message-content .show-all {
  display: block;
  height: 35px;
  border-right: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  text-indent: 20px;
  position: relative; background:#f2a654 
}



.email .mail-content .show-all:hover {
  text-decoration: none;
}

.message .message-content {
  z-index: 500;
  position: absolute;
  top: 70px;
  right: -90px;
  width: 350px;
  background: #ffffff;
  padding: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); border:4px solid #ffcc00;
}

.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;
}

.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: #2a2b3c;
}

.message .message-content .percent .percent-value.color-2 {
  background-color: #39bee8;
}

.message .message-content .unit { 
  display: block;
  padding: 8px 8px 8px 80px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff; border-bottom:1px dashed #cccccc;
}

.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-'] , .email .email-content .unit *[class*='icon-']{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  background-color: #2a2b3c;
}

.message .message-content .unit:hover {
  text-decoration: none;
  background: #2a2b3c;
  color: #ffffff;
}

.message .message-content .unit:hover *[class*='icon-'] {
  background-color: #39bee8;
}

.message .message-content .unit p {
  font-size: 14px;
  line-height: 20px; margin-bottom:0px;
}

.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;
}

.backet .backet-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url("../images/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;
  }
  .sort_tag_menu{ display:none !important}
}

.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: #2a2b3c;
  -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: 14px;
  height: 14px;
  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);
}
.cd-filter-block{ padding:0px 10px;}
@media (max-width: 992px) {
  .wrap-content.menu-active {
    display: none;
  }
}

.wrap-menu {
  background: #585b9c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: 500px;
  -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: 100px;
  height: 60px;
  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: 35px;
    height: 35px;
  }
}

.menu-btn-close:hover svg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.menu-title {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 0 0 0px;
  text-align: center;
  line-height: 60px;
  font-size: 35px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .menu-title {
    font-size: 24px;
    padding: 0 0 0 0px;
    line-height: 35px;
  }
}

.menu {
  overflow: hidden;
  position: relative;
}

.menu li {
  position: relative;
  overflow: hidden;
  width: 33%;
  height: 100px;
  float: left;
  display: block;
  border-right: 1px solid #585b9c;
  border-bottom: 1px solid #585b9c;
  background-color: #2a2b3c;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .menu li {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .menu li {
    width: 50%;
  }
}

.menu li:hover {
  background-color: #34aed4;
}

.menu  li a, .menu li span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #ffffff;
  padding: 50px 9px 0;
}
#submenu2 li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #ffffff;
  padding: 20px 9px 0;
  font-size: 18px;
  
}
.menu li a:hover, .menu li span:hover {
  text-decoration: none;
}

.menu li i {
  color: #fff;
  margin-top: 20px;
  font-size: 30px;
}

.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: 33%;
}

@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: 25px;
  right: 75px;
}

.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;
}



body.mobile-view .aside {
  height: auto;
  position: absolute;
  background: #585b9c;
}

body.mobile-view .aside .btn-profile, body.mobile-view .aside .btn-logo {
  display: none;
}
span.icon-, span.mail_icon-{display:none !important}
.message .message-content .unit, .email .mail-content .unit{padding:8px !important; }
.message .message-content .unit p, .email .mail-content .unit p{font-size:12px !important; font-family:Arial, Helvetica, sans-serif; clear:both; width:100%}

body.mobile-view .wrap-content {
  padding: 0 0 50px 0;
}

.user-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  background: #39bee8;
  cursor: pointer;
  z-index: 450;
}

@media (max-width: 768px) {
  .user-btn {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.user-content {
  z-index: 9999;
  position: absolute;
  top: 70px;
  right: 0;
  width: 320px;
  background: #39bee8;
  color: #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) {
  .user-content {
    width: 300px;
    top: 64px;
  }
}

.user-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);
}

.user-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);
}

.user-content .b-profile-folders {
  padding: 0 20px;
}

.user-content .view-profile {
  width: 100%;
  height: 35px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 20px;
}

.notification-count {
  position: absolute;
  background: #39bee8;
  color: #ffffff;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .notification-count {
    top: 8px;
    right: 8px;
  }
}

.morphsearch {
  min-height: 40px;
  -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: 40px;
  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: 7px;
  left: 7px;
  opacity: 1;
  background: url("../images/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%;
  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: 35px;
}

@media (max-width: 480px) {
  .morphsearch-input {
    font-size: 20px; 
  }
}

.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: 10%;
  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("../images/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;
  position: absolute;
  right: 18px;
  top: 21px;
  overflow: hidden;
  text-indent: 100%;
  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 svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 6px;
  -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, 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: 480px) {
  .morphsearch-close svg {
    width: 32px;
    height: 32px;
  }
}

.morphsearch-close:hover svg {
  -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 svg {
    -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: 0px 10.5% 60px;
  background: #2a2b3c;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 480px) {
  .morphsearch-content {
    padding: 0px 10px 10px 20px;
  }
}

.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: 5px 5px 5px 10px;
  margin: 0 0 10px;
  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: #2a2b3c;
  padding-top: 44px;
}

.morphsearch.open .morphsearch-form {
  background-color: #2a2b3c;
  width: 80%;
  height: 80px;
}

@media (max-width: 768px) {
  .morphsearch.open .morphsearch-form {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .morphsearch.open .morphsearch-form {
    width: 100%;
    height:40px;
  }
}

.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 */
.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: 14px;
  font-weight: 600;
  color: #2a2b3c;
}

.breadcrumb li a {
  color: #2a2b3c;
}

.breadcrumb li i {
  font-size: 20px;
}

.breadcrumb li + li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  padding: 0 5px;
  color: #2a2b3c;
  vertical-align: text-top;
}

.btn-email {
  position: relative;
  cursor: pointer;
}

.btn-email:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -15px 0 0;
  width: 32px;
  height: 32px;
  background: url("../images/helpdesk.png");
  -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: 70px;
  height: 70px;
}

@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: 35px;
  height: 35px;
  background: url("../images/claim.png");
  -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("../images/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("../images/icon-android.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-album:before {
  background: url("../images/icon-album.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-science:before {
  background: url("../images/icon-science.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-box:before {
  background: url("../images/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("../images/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 {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  padding:5px 10px;
  -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-default {
  background-color: #ffffff;
  border: 1px solid #d8d8d8 !important;
  color: #333333;
}

.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: #2a2b3c;
}

.btn-primary:hover, .btn-primary.hovered {
  background-color: #585b9c;
}

.btn-primary:active, .btn-primary.active {
  background-color: #2a2b3c;
  box-shadow: inset 0 4px 1px #585b9c;
}

.btn-primary[disabled]:hover {
  background-color: #2a2b3c;
}

.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("../images/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-plus {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  min-width: 0 !important;
}

.btn-plus:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 13px;
  background: url("../images/sprite.svg") no-repeat 0 0;
  -webkit-background-size: 300px;
  -moz-background-size: 300px;
  -o-background-size: 300px;
  background-size: 300px;
}

.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: 46px;
  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("../images/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: 12px;
  color: #ffffff;
  line-height: 20px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  padding: 0 6px;
  font-weight: normal;
}

.badge-default {
  background: #d8d8d8;
}

.badge-primary {
  background: #585b9c;
}

.badge-success {
  background: #41b181;
}

.badge-warning {
  background: #e39c4f;
}

.badge-danger {
  background: #990000;
}

.badge-round {
  border-radius: 10px;
}

.tag {
  display: inline;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
}

.tag-default {
  background-color: #ffffff;
}

.tag-primary {
  background-color: #2a2b3c;
}

.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: 26px;
  line-height: 48px;
  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: 7px;
  left: -17px;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tag-bevel.tag-default:before {
  background-color: #ffffff;
}

.tag-bevel.tag-primary:before {
  background-color: #2a2b3c;
}

.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;
}

.tag-bevel:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
}

.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("../images/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: 26px;
  line-height: 1;
  padding: 10px 40px;
  display: inline-block;
}

.label.label-alt:before {
  content: none;
}

.label.label-alt.label-default {
  background-color: #ffffff;
}

.label.label-alt.label-primary {
  background-color: #2a2b3c;
}

.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: #2a2b3c;
  text-align: center;
  margin-left: 5px;
}

.close-block {
  font-size: 18px;
  line-height: 1.2;
}

/*Timer Loader*/
.refresh-preloader {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2b3c;
  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: 0px;
  margin: 0;
  padding: 0px 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(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.setting-popup li {
  white-space: nowrap;
  padding: 0 12px;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}
.setting-popup li a:hover{text-decoration:none}
.setting-popup li:hover, .setting-popup li a:hover {
  background: #2a2b3c;
  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("../images/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("../images/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("../images/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: #2a2b3c;
}

.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: 46px;
}

.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: #2a2b3c;
}

.toggle-primary:hover, .toggle-primary.hovered {
  background-color: #585b9c;
}

.toggle-primary:active, .toggle-primary.active {
  background-color: #2a2b3c;
  box-shadow: inset 0 4px 1px #585b9c;
}

.toggle-primary[disabled]:hover {
  background-color: #2a2b3c;
}

.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("../images/icon-toggle.png") 50% 4px no-repeat;
}

.toggle-view-2 span:after {
  content: '';
  background: url("../images/icon-toggle.png") 50% -38px no-repeat;
}

.toggle-view-2.toggle-info span:before {
  content: '';
  background: url("../images/icon-toggle.png") 50% -76px no-repeat;
}

.toggle-view-2.toggle-info span:after {
  content: '';
  background: url("../images/icon-toggle.png") 50% -118px no-repeat;
}

@media screen and (max-width: 52.5em) {
  button.fs-continue {
    bottom: 40px;
  }
  .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;
  }
}

.preloader {
  position: fixed !important;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a2b3c;
  z-index: 99999;
  overflow: hidden;
}

.preloader-anim {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #ed4e6e;
  -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 {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.table-wrapper .table-row {
  display: table-row;
}

.table-wrapper .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.gohome { text-align:center; padding-top:30px
}

.gohome:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .gohome {
    font-size: 18px;
  }
}



@media (max-width: 480px) {
  .form-title {
    margin-top: 90px; font-size:24px;
  }
  .tracebox{margin:20px 0px}
}

.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: 18px;
  top: auto;
  margin-top: 10px;
}

.form-login .ac-custom svg path {
  stroke: #46be8a;
}







@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 {
  color: #fff;
}

.lostpassword .gohome i, .loginpage .gohome i {
  color: rgba(0, 0, 0, 0.3);
}

#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: 4px solid #2a2b3c;*/
}

.tabs .nav-tabs a {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  background: #39bee8;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.tabs .nav-tabs a:hover {
  color: #ffffff;
  background: #2a2b3c;
  border: 0 !important;
  border-radius: 0 !important;
}

.tabs .nav-tabs li.active a {
  color: #ffffff;
  background: #2a2b3c;
  border: 0 !important;
  border-radius: 0 !important;
}

.tabs .tab-pane {
  background: #fff;
  padding: 5px;
}

.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-bottom: 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;
}

.tabs-left {
  border-bottom: none;
}

.tabs-left > li {
  float: none;
  margin-bottom: 0;
  height: 20%;
}

.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%);
}

.row.row-broken {
  padding-bottom: 0;
}

.row.row-broken > div[class*='col-'] {
  padding-top: 4px;
  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 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .row.row-broken .col-md-4:last-child, .row.row-broken .col-md-6: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;
}

.m-b-md {
  margin-bottom: 5px !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: 10px 0px 0px 11px;
}

.decor-default {
  background-color: #ffffff;
}

.decor-default-hue {
  background-color: #d8d8d8;
}

.decor-primary {
  background-color: #2a2b3c;
}

.decor-success {
  background-color: #46be8a;
}

.decor-info {
  background-color: #39bee8;
}

.decor-warning {
  background-color: #f2a654;
}

.decor-danger {
  background-color: #ff69b4;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.f-c {
  clear: both;
}

.text-c {
  text-align: center;
}

.text-light {
  color: #c600ff;
}

.text-dark {
  color: #333333;
}

.color-default {
  color: #ffffff;
}

.color-primary {
  color: #2a2b3c;
}

.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;
}

.f-100 {
  font-weight: 100 !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: 0 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: #2a2b3c;
  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: #2a2b3c;
  color: #ffffff;
  border-radius: 8px 8px 0 8px;
}

.chat-body .answer.right .text:before {
  right: -30px;
  border-left-color: #2a2b3c;
  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("../images/icon-40.png") 50% 50% no-repeat;
  right: 56px;
}

.chat-body .answer-add .answer-btn-2 {
  background: url("../images/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 !important;
  padding: 4em !important;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.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-title {
  position: relative;

}

.b-email-title h6 {
  font-size:18px;
  color: #2a2b3c; font-weight:bold; text-transform:uppercase;
}

.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;
  }
}

.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("../images/icon-18.png");
}

.b-email-title .control .btn-notification {
  background-image: url("../images/icon-19.png");
}

.b-email-title .control .btn-delete {
  background-image: url("../images/icon-36.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("../images/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("../images/icon-17.png") no-repeat 50% 50%;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
}

.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("../images/icon-22.png");
}

.b-email-message .btn-toolbar .btn.btn-control-2 {
  background-image: url("../images/icon-23.png");
}

.b-email-message .btn-toolbar .btn.btn-control-3 {
  background-image: url("../images/icon-24.png");
}

.b-email-message .btn-toolbar .btn.btn-control-4 {
  background-image: url("../images/icon-25.png");
}

.b-email-message .btn-toolbar .btn.btn-control-5 {
  background-image: url("../images/icon-26.png");
}

.b-email-message .btn-toolbar .btn.btn-control-6 {
  background-image: url("../images/icon-27.png");
}

.b-email-message .btn-toolbar .btn.btn-control-7 {
  background-image: url("../images/icon-28.png");
}

.b-email-message .btn-toolbar .btn.btn-control-8 {
  background-image: url("../images/icon-29.png");
}

.b-email-message .btn-toolbar .btn.btn-control-9 {
  background-image: url("../images/icon-30.png");
}

.b-email-message .btn-toolbar .btn.btn-control-10 {
  background-image: url("../images/icon-31.png");
}

.b-email-message .btn-toolbar .btn.btn-control-11 {
  background-image: url("../images/icon-32.png");
}

.b-email-message .btn-toolbar .btn.btn-control-12 {
  background-image: url("../images/icon-33.png");
}

.b-email-message .btn-toolbar .btn.btn-control-13 {
  background-image: url("../images/icon-34.png");
}

.b-email-message .btn-toolbar .btn.btn-control-14 {
  background-image: url("../images/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("../images/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:45px;
  padding:0px 10px;
  margin: 0;

}

@media (max-width: 480px) {
  .b-email-list .unit {
    padding: 0px;
  }
}

.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 .btn {
  min-width: 38px !important;
  max-width: 38px !important;
  color: #a3afb7;
  font-size: inherit;
  padding: 0 8px;
  line-height: 36px;
}

.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: auto;
  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 .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("../images/icon-9.png");
}

.b-email-list .unit.control .btn-group .btn-label {
  background-image: url("../images/icon-5.png");
}

.b-email-list .unit.control .btn-group .btn-delete {
  background-image: url("../images/icon-10.png");
}

.b-email-list .unit.control .btn-group .btn-select {
  background-image: url("../images/icon-11.png");
}

.b-email-list .unit.control .btn-group .btn-flag {
  background-image: url("../images/icon-13.png");
}

.b-email-list .unit.control .btn-group .btn-prev {
  background-image: url("../images/icon-15.png");
}

.b-email-list .unit.control .btn-group .btn-next {
  background-image: url("../images/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("../images/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 .field {
  float: left;
  font-size: 16px;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 12px;
}

.b-email-list .unit .field.from {
  width: 30%;
  font-weight: bold;
}

.b-email-list .unit .field.theme {
  width: calc(70% - 70px);
}

.b-email-list .unit .field.theme.attach:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("../images/icon-14.png") no-repeat 50% 50%;
  margin: 0 0 0 12px;
}

.b-email-list .unit .field.date {
  width: 70px;
  text-align: center;
}

.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: 2px;
  color: #ffffff;
}

.b-profile-avatar {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border-radius: 50%;
}

.b-profile-name {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    color: #2a2b3c;
    font-weight: bold;
    text-transform: uppercase;
}

.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: 14px;
  line-height: 20px;
  padding: 5px 0 5px;
  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 {
  background: #fff;
  border-radius: 0;
}

.contacts-search + .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("../images/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: 60px 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: #2a2b3c;
}

.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;
  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: #2a2b3c;
}

.contacts-list .lab-success {
  background: #46be8a;
}

.contacts-list .lab-warning {
  background: #f2a654;
}

.contacts-list .lab-danger {
  background: #ff69b4;
}

.contacts-list .title {
  padding:0px;
  color: #ffffff; font-size:16px; font-weight:bold; text-align:center;
  line-height:35px; background:#585b9c 
}

.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("../images/icon-9.png") no-repeat 50% 50%;
}

.contacts-list .icons .icon-label {
  background: url("../images/icon-5.png") no-repeat 50% 50%;
}

.contacts-list .icons .icon-trash {
  background: url("../images/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: #f6f6f6;
}

.contacts-list .unit .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border-color: #a3afb7;
  min-width: auto;
}

.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: #2a2b3c;
  padding-bottom: 10px;
  overflow: visible;
}

.contacts-list .unit .field {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contacts-list .unit .name {
  width: 40%;
  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 .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: 30%;
  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;
}

.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("../images/icon-43.png") no-repeat 50% 50%;
  right: 78px;
}

.contact .controls .icon-delete {
  background: url("../images/icon-44.png") no-repeat 50% 50%;
  right: 48px;
}

.contact .controls .icon-close {
  background: url("../images/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("../images/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-mini {
  overflow: hidden;
  position: relative;
}

.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("../images/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%;
  float: left;
}

.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-2 {
  margin: 20px 40px;
}

.chart-stat-2 .unit {
  width: 33%;
  float: left;
  font-size: 16px;
  line-height: 18px;
}

.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: #2a2b3c;
}

.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;
}

@media (max-width: 1200px) {
  .cover {
    height: 380px;
  }
}

@media (max-width: 992px) {
  .cover {
    height: 320px;
  }
}

.cover-img {
  display: block;
  min-height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cover-img {
    margin-left: -20%;
  }
}

.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("../images/icon-52.png") 0 50% no-repeat;
}

.cover-inside .likes {
  padding: 0 0 0 25px;
  background: url("../images/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("../images/icon-54.png") no-repeat 50% 0;
}

.cover .user-icon-2 {
  background: url("../images/icon-55.png") no-repeat 50% 0;
}

.cover .user-icon-3 {
  background: url("../images/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: 90%;
  }
  .cover .help-block-1 .btn {
    min-width: 150px;
    font-size: 20px;
    padding: 0 10px;
  }
}

.activities {
  max-height: 1248px;
  position: relative;
}

@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("../images/icon-60.png") no-repeat 0 50%;
}

.panel-controls {
  border-top: 12px solid #2a2b3c;
  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("../images/icon-61.png") no-repeat 0 50%;
  height: 20px;
  width: 20px;
  margin: 0 0 -2px 4px;
}

.panel-controls a.link-2:after {
  background: url("../images/icon-62.png") no-repeat 0 50%;
  height: 21px;
  width: 21px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-3:after {
  background: url("../images/icon-63.png") no-repeat 0 50%;
  height: 22px;
  width: 22px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-4:after {
  background: url("../images/icon-64.png") no-repeat 0 50%;
  height: 22px;
  width: 26px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-5:after {
  background: url("../images/icon-65.png") no-repeat 0 50%;
  height: 22px;
  width: 20px;
  margin: 0 0 -3px 4px;
}

.panel-controls a.link-6:after {
  background: url("../images/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: #2a2b3c;
}

.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("../images/icon-67.png");
}

.album-nav a.link-2 {
  background-image: url("../images/icon-63.png");
}

.album-nav a.link-3 {
  background-image: url("../images/icon-68.png");
}

.album-nav a.link-4 {
  background-image: url("../images/icon-69.png");
}

.album-nav a.link-5 {
  background-image: url("../images/icon-70.png");
}

.album-body {
  overflow: hidden;
}

.album-body .unit {
  margin: 20px 20px 0;
  position: relative;
}

.album-body .unit img {
  display: block;
  max-width: 100%;
}

.album-body .unit .btn-option {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-71.png") no-repeat 50% 50%;
  cursor: pointer;
}

.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("../images/icon-72.png") no-repeat 50% 50%;
  margin: 0 20px 0 0;
}

.album-footer .next {
  background: url("../images/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("../images/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: 1%;
}

.weather.view-2 .weather-icon {
  margin-left: calc(35% - 100px);
}

.weather.view-2 .weather-degree {
  width: 30%;
  text-align: center;
}

.weather.view-2 .weather-location {
  float: right;
  width: 38%;
  margin: 28px 0 0;
}

.weather.view-2 .weather-icon-name {
  float: right;
  width: 38%;
  clear: both;
}

.team-body {
  width: 100%;
  overflow: hidden;
}

.team-body .list {
  overflow: hidden;
  float: left;
}

.team-body .list img {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 20px calc((33% - 64px)/2);
}

.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("../images/icon-75.png") repeat-x 100% 50%;
}

.fashion-raiting span {
  display: block;
  height: 100%;
  background: #2a2b3c;
  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: #2a2b3c;
  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-body {
  display: block;
  margin: 0 -1%;
  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("../images/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("../images/icon-88.png");
}

.developing .color-warning .delta:before {
  background-image: url("../images/icon-86.png");
}

.developing .color-success .delta:before {
  background-image: url("../images/icon-87.png");
}

.developing .color-primary .delta:before {
  background-image: url("../images/icon-85.png");
}

.inform {
  min-height: 55px;
  position: relative;
}

.inform-view-1 {
  padding-left: 60px;
}

.inform-view-2 {
  color: #ffffff;
}

.inform:before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

.inform-1:before {
  background: url("../images/icon-91.png") no-repeat 50% 50% #00b8f2;
}

.inform-2:before {
  background: url("../images/icon-105.png") no-repeat 50% 50% #46be8a;
}

.inform-3:before {
  background: url("../images/icon-103.png") no-repeat 50% 50% #f2a654;
}

.inform-4:before {
  background: url("../images/icon-104.png") no-repeat 50% 50% #2a2b3c;
}

.inform-value {
  font-size: 24px;
  line-height: 30px;
  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; padding:0px 5px 5px 5px;
}
.inform-name2 {
  font-size: 20px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; padding:8px 5px 5px 5px;
}
.inform-canvas { font-weight:bold; font-size:24px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.inform-canvas canvas {
  display: block;
  position: absolute;
  top: 0;
  right: 0;  width: 45px;
  height: 45px;
}

.informs .inform {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  float: left;
}

.informs .inform:nth-child(2n) {
  margin-right: 0;
}

.informs .inform:nth-child(5), .informs .inform:nth-child(6) {
  margin-bottom: 0;
}

.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;
}

.peppermint-dots li {
  display: inline-block;
  outline: none;
}

.peppermint-dots li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a2b3c;
  margin: 0 3px;
  cursor: pointer;
}

.peppermint-dots li.peppermint-active-dot span {
  background: #39bee8;
}

.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: #2a2b3c;
}

.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;
}

.modal-content .modal-body a:before {
  font-family: "FontAwesome";
  background: #fff;
  border-radius: 50%;
  font-size: 50px;
  padding: 10px;
}

.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("../images/icon-78.png") no-repeat 50% 50%;
}

.control-wrap .control-2 {
  background: url("../images/icon-79.png") no-repeat 50% 50%;
}

.control-wrap .control-3 {
  background: url("../images/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: #2a2b3c !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("../images/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 #2a2b3c;
  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("../images/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("../images/icon-95.png") no-repeat 50% 50%;
}

.todo-controls .control-folder {
  background: url("../images/icon-96.png") no-repeat 50% 50%;
}

.todo-controls .control-write {
  background: url("../images/icon-97.png") no-repeat 50% 50%;
}

.todo-controls .control-delete {
  background: url("../images/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%;
}














#table {
		display: table;
	 	width: 100%; 
	 	background: #fff;
	 	margin: 0;
	 	box-sizing: border-box;
		font-family: Verdana;

	 }

	 #table .caption {
	 	display: block;
	 	width: 100%;
	 	background: #64e0ef;
	 	height: 55px;
	 	padding-left: 10px;
	 	color: #fff;
	 	font-size: 20px;
	 	line-height: 55px;
	 	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	 	box-sizing: border-box;
	 }


	 #table  .header-row {
	 	background: #36384e ;
	 	color: #fff; font-size:13px; 

	 }

	#table .row {
		display: table-row;
	}
	#table .odd{background:#FFFFFF; color:#000000; font-size:14px}
  #table .even{background:#f1f5fa; color:#000000; font-size:14px}
  #table .error_highlight{background:#dc7d7d; color:#000000; font-size:14px}
	
#table .cell img.logo{height:40px}
	#table .cell {
		display: table-cell; vertical-align:top;
		padding: 6px; 
		border: 1px solid #e5e5e5;
		text-align: center; font-size:12px;
	}
#table .cell p{font-size:12px; line-height:20px; margin-bottom:0px; }#table .cell p strong{font-size:12px; }
	#table  .primary {
		text-align: left;
	}


	#table  input[type="radio"]
	/*,#table  input[type="checkbox"]*/{
		display: none;
	}


	@media only screen and (max-width: 760px)  {
		.searchadvance{ position: fixed; top:400px; left:0px !important; z-index:9999}

		#table {
			display: block;
			margin:0px 0 0 0;
		}

		#table .caption {
			position: fixed;
			top: 0;
			text-align: center;
			height: 44px;
			line-height: 44px;
			z-index: 5;
			border-bottom: 2px solid #999;
		}

	#table 	.row { 
			position: relative;
			display: block; padding-bottom:0px;
			border-bottom: 1px solid #ccc; margin:0px;

		}

		#table  .header-row {
			display: none;
		}
		
		#table  .cell { 
			display: block;
			border: none;
			position: relative;
			text-align: left;
		}

		#table  .primary:after {
			content: "";
			display: block;
			position: absolute;
			right:20px;
			top:18px;
			z-index: 2;
			width: 0; 
			height: 0; 
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent; 
			border-right:10px solid #ccc;

		}

		#table  .cell:nth-of-type(n+3) { 
			display: none; 
		}


		#table  input.res_dio {
			display: block;
			position: absolute;
			z-index: 1;
			width: 99%;
			height: 100%;
			opacity: 0;
		}
    
    #table  input.res_dio:checked{
		  z-index: -1;
		}

		#table  input.res_dio:checked ~ .cell{
			display: block;

			border-bottom: 1px solid #eee; 
		}

		#table  input.res_dio:checked ~ .cell:nth-of-type(n+2) {
			
			background: #f4f4f4;
		}

		#table  input.res_dio:checked ~ .cell:nth-of-type(n+2):before {
			content: attr(data-label);
			display: inline-block;
			background: #999;
			border-radius: 10px;
			height: 20px;
			margin-right: 10px;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			color: white; padding:0px 10px; width:125px;

		}

		#table  input.res_dio:checked ~ .primary {
			
		}

		#table  input.res_dio:checked ~ .primary:after {
	 		position: absolute;
			right:18px;
			top:22px;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent; 
			border-top:10px solid #ccc;
			z-index: 2;
		}
	}
.row_nopadding{padding-bottom:0px}
.col_paddingx10{padding:5px}
.col_nopadding{padding:0px}.row_nomargin{padding:0px}
.col_paddingtop{padding-top:5px}

.radiotextbox_4col{ text-align:center; }
.radiotextbox_4col input.imgradio[type="radio"] + label{float:none !important; margin:5px !important}
.radiotextbox_4col p{ line-height:normal; font-size:11px; height:14px; overflow:hidden; padding:0px; font-family:Arial, Helvetica, sans-serif; margin:0px;}



.blank_arrow{position:absolute; top:40%; left:0px; width:96%; text-align:center; padding:0px 2%;}
.blank_arrow p.lft_arrow{font-size:70px; font-weight:bold}

.rgt_scroll{height:470px; overflow:auto}
.sort_tag_menu{display: block; margin-top:50px;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer;}
	
	.single_input{    width: 300px;
    margin: 10px auto;
    height: 25px;}
	.single_input label{float:left;}
	.single_input input{float:right;    border: 1px solid #ccc;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    color: #000000;}
	
	table.tbl_new{ width:100%;  border-top:1px solid #cccccc; border-left:1px solid #cccccc; margin-bottom:10px;}
	table.tbl_new th{background:#484b68; padding:5px 10px; text-align:center; color:#ffffff;}
	table.tbl_new td{background:#ffffff; padding:5px 10px; text-align:left; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.service_advance{ margin-left:50px;}	
.tab-position{margin-left:0px !important;margin-right:0px !important; margin-bottom:8px !important}


#tablegrid{overflow:auto}
 #tablegrid .header-rowtable {
   background: #36384e ;
   color: #fff; font-size:13px; 

  }

 
 #tablegrid td img.logo{height:40px}
 #tablegrid td {
  display: table-cell; vertical-align:top;
  padding: 6px; 
  border: 1px solid #e5e5e5;
  text-align: center; font-size:12px;
 }
#tablegrid td p{font-size:12px; line-height:20px; margin-bottom:0px; }#tablegrid td p strong{font-size:12px; }
 #tablegrid  .primary {
  text-align: left;
 }


 #tablegrid  input[type="radio"]{
  display: none;
 }
#tablegrid  input[type="checkbox"]{
  /*display: block;*/
 }
 #tablegrid .odd{background:#ffffff}
 #tablegrid .even{background:#f9f9f9}
#tablegrid label{font-size:13px}
table.dataTable thead th{background:  #36384e ; padding:6px !important; text-align:center;
   color: #fff; font-size:13px; border-bottom:none !important;}
  table.dataTable thead .sorting{display:table-cell}
  table.dataTable tbody td a{font-size:13px; margin-left:10px}
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{font-size:13px}
  .dataTables_wrapper .dataTables_paginate .paginate_button{padding:2px 10px !important}
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{margin-bottom:10px}
  .dataTables_wrapper .dataTables_filter input{border-radius:10px; border:1px solid #999999; padding:0px 10px; height:26px;}
  .dataTables_empty{width:100%; text-align:center !important; height:160px; line-height:160px;}
  
  #ajax_loading{ 
  background: rgba(0,0,0,.5);
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999;
}	
#ajax_loading img{margin-top:20%}



/*new add*/
	
	.loginpage{background: url(../images/pp_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
  .account-wall { width:90%;
  margin:6% auto 0px auto; max-width:700px;
  position: relative;
  padding: 0px; background:rgba(0,0,0,.2); overflow:auto;

  -webkit-box-shadow: 0px 0px 23px 4px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 23px 4px rgba(255,255,255,1);
box-shadow: 0px 0px 23px 4px rgba(255,255,255,1);}


.form-title {
  color: #ffffff;
  font-size: 30px; font-weight:bold;
  margin-bottom: 10px; margin-top:30px;text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}.form-title2 {
  color: #ffffff;
  font-size: 18px;font-weight:bold;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.account-wall label, .account-wall .lostpass {
  color: #ffffff; width:10%;
  font-size: 20px;float:left;  background:rgba(0,0,0,.4); height:35pxl; width:35px; text-align:center
}

.account-wall input[type="text"], .account-wall input[type="password"] { width:85%;
  display: block;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  border:none;

  line-height: 30px; background:#ffffff;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 16px; padding:0px 10px; height:30px;
}
.checkrem{margin:10px 0px; font-size:11px; color:#ffffff; overflow:auto; float: left; width: 100%;}
.checkrem .Remember{ margin:0px; padding:0px; text-align:left}
.checkrem .Remember input[type="checkbox"]{float:left; margin:0px 5px 0px 0px; padding:0px; width:auto}
.checkrem .forgot{ margin:0px; padding:0px;}
.checkrem .forgot i{float:left; margin:3px 10px 0px 0px}
.checkrem .forgot a{color:#FFFF00;}
button.loginbtn{background:rgba(0,0,0,.6); width:100%; color:#FFFFFF; text-transform:uppercase; padding:7px; text-align:center; margin:0px 0px 20px 0px; -webkit-box-shadow: 0px 0px 9px 0px rgba(242, 255, 66, 0.75);
-moz-box-shadow:    0px 0px 9px 0px rgba(242, 255, 66, 0.75);
box-shadow:         0px 0px 9px 0px rgba(242, 255, 66, 0.75);
position: relative; z-index: 999;}
button.loginbtn:hover{background:rgba(0,0,0,.6); width:100%; color:#FFFFFF; text-transform:uppercase; padding:7px; text-align:center; margin:0px 0px 20px 0px; -webkit-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.9);
-moz-box-shadow:    0px 0px 9px 0px rgba(255, 255, 255, 0.9);
box-shadow:         0px 0px 9px 0px rgba(255, 255, 255, 0.9);}

.tracebox{  padding-top:25px}.tracebox a{font-size:12px}
.right-space{ right:100px !important}.right-space2{ right:0px !important}
.calimg{font-size: 24px; position: absolute; top: 0px; right: 10px;}
.ybor{border-left:1px solid yellow; min-height:160px; width:1px; margin:0 auto}
.loginpage .footer{bottom: 0;
    color: #000000;
    font-family: arial;
    font-size: 14px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;}
	
	@media (max-width: 480px) {
.ybor{ height:1px !important; width:100% !important; border-bottom:1px solid yellow; border-left:none !important; min-height:auto !important}
.tracebox{padding-top:0px !important}
.loginpage .footer{position:relative !important}}
.decor-primary_new{background:#2a2b3c; padding:0px;}
.b-profile-name2 {
  font-size: 16px;
  line-height: 24px; font-weight:bold;
  text-align: center; padding:5px 0px;
}
#reciverinfo{padding-bottom:5px; overflow:auto}
.radiobutton{height:91px;border:3px solid #eb004d }
.selectedbox{border:3px solid #f9f90e !important; }
.radiobutton p{ text-align:left;  float:left; width:65%; line-height: 22px; font-size:18px; margin-bottom:0px; padding-left:10px;  padding-top:7px; font-weight:bold}
.radiobutton p i{ text-align:left; font-style:normal; font-size:12px; float:left; font-weight:normal; width:150px}
.radiobutton p span{float:right; font-weight:bold;}


.radiotextbox{  margin:0px 5px 5px 5px; padding:0px 0px 0px 0px; position:relative; min-height:85px; background:#eb004d; }
.sideaction{background:#b0033c; width:40px; height:100%; position:absolute; top:3px; right:3px; height:85px;}
.sideicon{background:#ffffff; border-radius: 50px;
    height: 28px;
    line-height: 18px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    width: 28px;}
	
	.tooltip {
    position: relative;
    display: inline-block; opacity:1; float:right;
}.clearfix{clear:both}
.subradio{background:#ff3f7e;  padding:0px 0px 0px 0px; }

.tooltip .tooltiptext {
    visibility: hidden;
    font-weight: normal !important;
    background-color: #FFCC00;
    color: #000000;
    width: 200px;
    font-size: 11px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: -3px;
    left: -200px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
#service_div{text-align:center}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}
.switch-title {
  margin-bottom: 6px; font-size:14px;
}
.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;

  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: red;
  -webkit-box-shadow: none;
  box-shadow: none; color:#ffffff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.selectbox{width:170px;height: 32px;}
#table .span-label{display: table-cell;
vertical-align: top;
width:30%;
padding: 6px;
text-align: right;
font-size: 12px;
font-weight: bold; float:left}
#table .span-content{display: table-cell;
vertical-align: top; float:left; min-height:30px;
width:70%;
padding: 6px;
border: 1px solid #e5e5e5;
text-align: left;
font-size: 12px;}

.searchadvance{ position: fixed; top:400px; left:75px; z-index:9999}


 /*=============== New Tool Tip 25-06-2013============= */
  .bgh{ border-radius: 75px;
width: 112px;
background: green;
color: #FFFFFF;
padding: 5px 10px;
text-align: center;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
margin-left:7px; height:40px;
 }
div.bgh p{ margin:0px; padding:0px; font-size:11px ;line-height:17px;}

div.arrow_lft{  width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid green;
position: absolute;
left: 0px;
top: 10px;}
/*========= End Terms and Condition=========*/


.redColorOption{
    background-color: #E60000;
}
.wth130{width:130px}
/*--03-june-2019--*/
    table.table-size tr th {
      padding-right: 19px !important;
    }
    table.table-size tbody td {
      font-size: 12px;
      text-align: center;
    }
    table.table-size tbody th,
    table.table-size tbody td { border: 1px solid #333; }
    .ac-custom .dataTables_length label,
    .ac-custom #dataTableGridId_filter label {
      font-size: 13px;
      line-height: normal;
      min-height: 1px;
      font-weight: normal !important;
      padding: 0 0 0 0;
    }
    .ac-custom .dataTables_length label:before,
    .ac-custom #dataTableGridId_filter label:before {
      display: none;
    }
    .tabs .tab-pane {
      width: 100%;
      float: left;
    }
    /*--03-june-2019--*/

/*****07-August 2019*****/
  label.login-select-label { width: auto; font-size: 14px; padding: 5px 5px 5px 5px; font-weight: 600; display: block; text-align: left; }
  .login-select {
  	width: calc( 100% - 77px );
    display: block -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    border: none;
    line-height: 30px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0px 10px;
    height: 30px;
    color: #333;}/*****07-August 2019*****/
	
	<!--Tooltip CSS 22 Oct, 2019-->
	.demo a{
		display:inline-block;
		position:relative;
	}
	.em1{
		color:#009933;
	}	
	.tooltip1-container {
		position:relative;
		cursor:help;
	}	
	.tooltip1 {
		display:block;
		position:absolute;
		width:200px;
		padding:5px 5px;
		left:50%;
		bottom:25px;
		margin-left:-90px;
		color:#fff;
		border:2px solid rgba(34,34,34,0.9);
		background:rgba(51,51,51,0.9);
		text-align:center;
		border-radius:3px;
		opacity:0;
		box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
		-webkit-transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-0-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-o-transform:scale(0);
		-ms-transform:scale(0);
		transform:scale(0);
		font-size:14px;
		font-weight:normal;
		font-style:normal;
	}	
	.tooltip1:before, .tooltip1:after{
		content:'';
		position:absolute;
		bottom:-13px;
		left:50%;
		margin-left:-9px;
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-top:10px solid rgba(0,0,0,0.1);
	}
	.tooltip1:after{
		bottom:-12px;
		margin-left:-10px;
		border-top:10px solid rgba(34,34,34,0.9);
	}	
	.tooltip1-container:hover .tooltip1, a:hover .tooltip1 {
		opacity:0.9;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
		font-family: Verdana;
		font-size:11px;
	}
	.tooltip1-style1 {
		color:#000;
		border:2px solid #fff;
		background:rgba(246,246,246,0.9);
		font-style:italic;
	}
	.tooltip1-style1:after{
		border-top:10px solid #fff;
	}

/*Start(27Nov19): Tooltip for Postcode validation*/
span.input-tool-tip-error {
    bottom: 53px;
    position: absolute;
    z-index: 999;
    background: #ecebeb;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    left: 0;
    right: 0;
}
span.input-tool-tip-error:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:  15px 7.5px 0 7.5px;
  border-color: #ecebeb transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  right: 18px;
}
span.input-tool-tip-error p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    color: #f00;
  }

span.input-tool-tip-error a.close-tool {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f00;
    color: #fff;
    border-radius: 50%;
}
/*End(27Nov19): Tooltip for Postcode validation*/

/*-20-nov-2019-*/

  .chart-apexcharts { background: #fff; }
  .chart-apexcharts .apexcharts-canvas + .apexcharts-canvas { height: 0 !important; visibility: hidden; }
  .apexcharts-zoom-in-icon, .apexcharts-zoom-out-icon, .apexcharts-zoom-icon, .apexcharts-pan-icon, .apexcharts-reset-zoom-icon { display: none; }
  .chart-apexcharts .apexcharts-toolbar { right: 20px; }
  /*.sec-same-filter { background: #fff; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; height: 200px; }
  */
  .sec-same { background: #fff; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; height: 600px; }
  .chart-filter-box { padding: 5px; }
  .sec-same-header { display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; align-items: center; min-height: 38px; }
  .sec-same-header h2 { font-size: 18px; padding: 0 5px; } 
  .sec-same-header ul { display: flex; margin-bottom: 0; }
  .sec-same-header ul li a { font-size: 14px; display: block; padding: 8px 10px; border-left: 1px solid #ccc; color: #333; }
  .sec-same-header ul li.active a { background:  #36384e; color: #fff; }
  .chart-filter-box, .tab-chart, .chat-box { width: 100%; float: left; position: relative; }
  .select-main, .chart-apexcharts { width: 100%; float: left; }
  .chart-apexcharts.size-reset { display: none; }
  .select-main { padding: 0 0 5px 0; display: flex; justify-content: space-between; }
  .select-main .select { width: 33%; border: 1px solid #ccc; background: #fff; padding: 5px 22px 5px 10px; position: relative; }  
  .select-main .select ul { display: none; margin-bottom: 0; position: absolute; z-index: 99999999; left: -1px; right: -1px; background: #fff; border: 1px solid #ccc; top: 34px; }
  .select-main .select.active-select ul { display: block; }
  .select-main .select ul li { padding: 5px 10px; border-bottom: 1px solid #ccc; cursor: pointer; font-size: 14px; }
  .select-main .select ul li:hover { background: #26a0fc; color: #fff; }
  .select-main .select ul li:last-child { border: none; }
  .select > div { position: relative; }
  .select > div:before { content: ''; position: absolute; top: -5px; bottom: -5px; right: -22px; border-left: 1px solid #ccc; width: 20px; background: url(../images/double-arrows.png) no-repeat center / 10px; }
  .select.active-select > div:before { background: url(../images/up-arrows.png) no-repeat center / 10px;  }
  .chat-box-footer .form-group { margin-bottom: 0; }
  .chat-box-footer .form-group .btn { position: absolute; top: 10px; right: 10px; height: 38px; background: #36384e; border-radius: 0 5px 5px 0; }
  .chat-box-body { height: 362px; border-bottom: 1px solid #ccc; overflow: auto; }
  .chat-box-footer { padding: 10px; position: relative; }
  .chat-box-ul ul li { padding: 0 5px; }
  .chat-box-ul ul li span { background: #ff1436; color: #fff; width: 22px; height: 22px; display: flex; justify-content: center; align-items: center; font-size: 14px; border-radius: 50%; }
  .chat-box-ul ul li i { cursor: pointer; color: #6a6969; }
  .loading-gif { position: absolute; z-index: 999; left: 0; right: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: rgba(255,255,255,0.7); }
  .loading-gif.loading-gif-display { display: none; }
  .box-chat { padding: 10px; position: relative; border-bottom: 1px solid #ccc; width: 100%; float: left; }
  .box-chat:last-child { border: none; }
  .name-date ul { display: flex; justify-content: space-between; align-items: flex-start; }  
  .image-chat{ position: relative; }
  .receivse .image-chat-data { background: #d2d6de; padding: 10px; border-radius: 5px; }
  .receivse .image-chat-data:before { content: ''; width: 0; height: 0; border-style: solid; border-width: 5px 10px 5px 0; border-color: transparent #d2d6de transparent transparent; position: absolute; left: 55px; top: 10px; }
  .send .image-chat-data { background: #36384e; padding: 10px; border-radius: 5px; }
  .send .image-chat-data:before { content: ''; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 10px; border-color: transparent transparent transparent #36384e; position: absolute; right: 55px; top: 10px; }
  .send .image-chat-data p { color: #fff; }
  .receivse .image-chat img { float: left; }
  .send .image-chat img { float: right; }
  .receivse .image-chat-data { margin-left: 65px; }
  .send .image-chat-data { margin-right: 65px; }
  .image-chat img { width: 50px; height: 50px; border-radius: 50%; }
  .name-date ul { margin-bottom: 5px; }
  .name-date ul li { font-size: 13px; line-height: normal; color: #9d9a9a; }
  .image-chat p { font-size: 13px; line-height: normal; }
  .image-chat p { margin-bottom: 0; }
  .name-date ul li.chat-name { font-weight: 600; color: #333; }
  .chat-box-body.chat-box-body-group { position: absolute; top: 38px; background: #222d32; width: 100%; left: 100%; transition: all 0.5s ease-in-out; }
  .chat-box-body.chat-box-body-group.active { left: 0; }
  .chat-box-body-worker { padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.2); }
  .worker-details-name-date ul { margin-bottom: 5px; }
  .worker-details-name-date p { font-size: 14px; margin-bottom: 0; }
  .worker-details-name-date ul li, .worker-details-name-date p { font-size: 14px; color: #aaa; line-height: normal; }
  .worker-details-name-date { height: 56px; padding: 8px 0; }
  .chat-box-body-worker-details { width: 100%; }
  .chat-box-body-worker img {width: 55px; height: 55px; border-radius: 50%; margin-right: 10px; float: left; }
  .chat-box-body-worker ul { display: flex; justify-content: space-between; }
  .chat-box-body-worker ul li.worker-details-name { font-weight: 600; color: #fff; }
  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #26a0fc;
    border-color: #26a0fc transparent #26a0fc transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }

/* add css for surcharge field in checkin window */
.sur-charge .checkbox-inline {
    padding: 0;
}
.sur-charge .checkbox-inline input {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
.surcharge-radio {
    padding: 5px 10px;
    text-align: left;
}

/*add css for customer declaration window */
.fanckbox-manipulation .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened { top: calc( 50% - 217px ) !important; width: auto !important; left: 75px !important; text-align: left !important; right: 75px !important; }
.fanckbox-manipulation .fancybox-inner { width: 100% !important; height: auto !important; }
.fanckbox-manipulation .fancybox-skin { height: 100% !important; }
.fanckbox-manipulation .fancybox-inner { width: 100% !important; height: 434px !important; }
.col_paddingtop input[required=""] { border-color: red !important; }