/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #1c1b1b;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #2f2f2f;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
  line-height: 1.13;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
img {
  border: none;
  max-width: 100%;
}
strong {
  font-weight: 500;
}
code {
  background-color: #ee6e73;
  border-radius: 2px;
  color: #fff;
  padding: 2px 4px;
}
pre {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}
pre code {
  background-color: transparent;
  color: #333;
}

del {
  text-decoration-color: #ee6e73;
}

kbd {
  background-color: #ddd;
  padding: 4px 6px;
  border-radius: 2px;
  /*color: ;*/
}

address {
  line-height: 1.5;
  padding-left: 10px;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 0;
}

blockquote {
  background-color: #f8f8f8;
  border-radius: 0 4px 4px 0;
  padding: 5px 15px;
}

blockquote p {
  margin-top: 10px;
}

button {
  padding: 5px 15px;
  border: none;
}

button:focus {
  outline: none;
  border: none;
}

/*Wordpress default class*/

.alignleft {
  float: left;
  margin-right: 8px;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignright {
  float: right;
  margin-left: 8px;
}

.alignnone {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
  background-color: transparent;
  border-radius: 100px;
  border: solid 1px #ffffff;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
  background-color: #fff;
  color: #000;
}

.mu-send-msg-btn {
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 14px 24px;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
  color: #fff;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
  background-color: #fff;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
  background-color: #ff9a40;
  display: inline;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 25px 0;
  z-index: 999;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 35px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: -11px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand img {
  margin-top: -12px;
}

#mu-header.mu-fixed-nav {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  padding: 15px 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
  min-height: auto;
}

.mu-navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default .mu-menu {
  font-weight: bold;
}
.navbar-default .mu-menu li a {
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 15px;
  /*font-weight: 400;*/
  padding: 0 0 5px;
  margin: 10px 15px 5px;
  transition: all 0.5s;
  position: relative;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-default .mu-menu li a:after {
  display: block;
  position: absolute;
  bottom: -5px;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after,
.navbar-default .mu-menu li a:focus:after {
  width: 100%;
}

/*--------------------*/
/* HERO SECTION */
/*--------------------*/

#mu-hero {
  display: inline;
  float: left;
  padding: 160px 0 90px;
  width: 100%;
}

.mu-hero-left {
  display: inline;
  float: left;
  width: 100%;
}

.mu-hero-right {
  display: inline;
  float: left;
  width: 100%;
}

.mu-hero-left h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}

.mu-hero-left p {
  color: #fff;
  margin-bottom: 20px;
}

.mu-hero-left .mu-primary-btn {
  margin-top: 20px;
  background-color: #fff;
  font-weight: 600;
}

.mu-hero-left span {
  display: block;
  margin-top: 10px;
  color: #f8f8f8;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-counter-area {
  display: inline;
  float: left;
  padding: 70px 0 50px;
  width: 100%;
}
@media (max-width: 990px) {
  .mu-counter-area {
    padding: 70px 0 10px;
  }
}

.mu-counter-area h2 {
  color: #fff;
  text-align: center;
}

.mu-counter-block {
  display: inline;
  float: left;
  width: 100%;
}

.mu-single-counter {
  display: inline;
  float: left;
  text-align: center;
  width: 80%;
  border: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 10%;
}

.mu-single-counter i {
  font-size: 40px;
  padding: 15px 40px;
  margin-bottom: 0px;
  display: inline-block;
  padding-bottom: 0;
  margin-top: -60px;
  background: #ffffff;
}

.counter-value {
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mu-counter-name {
  color: #333;
}

/*--------------------*/
/* BOOK OVERVIEW */
/*--------------------*/

#mu-book-overview {
  /*background-color: #f8f8f8;*/
  display: inline;
  float: left;
  width: 100%;
}

.mu-book-overview-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-heading-area {
  display: inline;
  float: left;
  text-align: center;
  padding: 0 10%;
  width: 100%;
}

.mu-heading-title {
  color: #1c1b1b;
  margin-bottom: 15px;
  position: relative;
}

.mu-header-dot {
  border-radius: 0;
  height: 2px;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
}

.mu-book-overview-content {
  display: inline;
  float: left;
  margin-top: 70px;
  width: 100%;
}

.mu-book-overview-single {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  margin: 10px 0 15px;
}

.mu-book-overview-icon-box {
  font-size: 25px;
  padding: 5px 12px;
  margin-bottom: 30px;
  display: inline-block;
}

.mu-book-overview-single h4 {
  margin-bottom: 20px;
}

/*--------------------*/
/* VIDEO REVIEW */
/*--------------------*/

#mu-video-review {
  background-image: url(assets/images/video-review-bg.jpeg);
  background-attachment: fixed;
  background-size: cover;
  display: inline;
  position: relative;
  float: left;
  width: 100%;
}

#mu-video-review:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.84;
}

.mu-video-review-area {
  display: inline;
  float: left;
  padding: 150px 0;
  width: 100%;
}

.mu-video-review-area .mu-heading-title,
.mu-video-review-area .mu-heading-area p {
  color: #fff;
}

.mu-video-review-area .mu-header-dot {
  background-color: #f8f8f8;
}

.mu-video-review-content {
  display: inline;
  float: left;
  margin-top: 70px;
  width: 100%;
  padding: 0 10%;
}

.mu-video-iframe {
  height: 550px;
}

/*--------------------*/
/* AUTHOR */
/*--------------------*/

#mu-author {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.mu-author-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-author-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.mu-author-image {
  display: inline;
  float: left;
  width: 100%;
}

.mu-author-info {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.mu-author-info h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.mu-author-info p {
  margin-bottom: 20px;
}

.mu-author-social {
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}

.mu-author-social a {
  display: inline-block;
  font-size: 16px;
  padding: 5px;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  text-align: center;
}

/*--------------------*/
/* PRICING */
/*--------------------*/

#mu-pricing {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
}

.mu-pricing-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-pricing-content {
  display: inline;
  float: left;
  margin-top: 70px;
  width: 100%;
}

.mu-pricing-single {
  background-color: #fff;
  color: #555;
  display: inline;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 30px 0;
}

.mu-pricing-single-head {
  border-bottom: 1px solid #eee;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.mu-pricing-single-head h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.mu-pricing-single-head .mu-price-tag {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 0 20px;
}

.mu-pricing-single-head .mu-price-tag span {
  font-size: 22px;
  margin-right: -10px;
}

.mu-price-feature {
  padding: 20px 0;
  display: inline-block;
  margin-bottom: 20px;
}

.mu-price-feature li {
  list-style: none;
  line-height: 2;
  margin-bottom: 10px;
}

.mu-pricing-single-footer {
  display: inline-block;
  float: left;
  width: 100%;
}

.mu-order-btn {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #555;
  color: #555;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 12px 25px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}

.mu-popular-price-tag {
  color: #fff;
}

.mu-popular-price-tag .mu-order-btn {
  background-color: #fff;
  border: 1px solid #fff;
}

/*--------------------*/
/* READERS TESTIMONIALS */
/*--------------------*/

#mu-testimonials {
  background-image: url("assets/images/testimonials-bg.jpeg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

#mu-testimonials::before {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0.84;
}

.mu-testimonials-area {
  display: inline;
  float: left;
  padding: 150px 0 175px;
  width: 100%;
}

.mu-testimonials-area h2 {
  color: #fff;
  text-align: center;
}

.mu-testimonials-block {
  display: inline;
  float: left;
  margin-top: 60px;
  width: 100%;
}

.mu-testimonial-slide li {
  list-style: none;
  text-align: center;
}

.mu-testimonial-slide li p {
  color: #fff;
  padding: 0 10%;
}

.mu-testimonial-slide .mu-rt-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  display: inline-block;
}

.mu-rt-name {
  margin-bottom: 5px;
  color: #fff;
  line-height: 1;
  margin-top: 25px;
  letter-spacing: 1px;
}

.mu-rt-title {
  color: #fff;
  font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
  bottom: -50px;
}

.mu-testimonial-slide .slick-dots li button {
  height: 15px;
  padding: 0;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
  opacity: 1;
}

.mu-testimonial-slide .slick-dots li button:before {
  display: none;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.mu-contact-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-contact-header {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.mu-contact-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
  padding: 0 20%;
}

.mu-contact-form {
  text-align: center;
}

.mu-contact-form .form-group input {
  background: transparent;
  color: #333;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 15px;
  height: 45px;
  margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
  color: #333;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 18px;
  padding: 15px;
  height: 190px;
}

.mu-contact-form .form-control:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.mu-contact-form .form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 15px;
}

.mu-contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
  padding: 12px 40px;
}

#form-messages {
  margin-bottom: 10px;
  background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* GOOGLE MAP */

#mu-google-map {
  display: inline;
  float: left;
  width: 100%;
}

#mu-google-map iframe {
  pointer-events: none;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#mu-footer {
  display: inline;
  float: left;
  width: 100%;
}

.mu-footer-area {
  display: inline;
  float: left;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.mu-footer-area a {
  font-weight: 600;
}

.mu-social-media {
  display: inline;
  float: left;
  width: 100%;
}

.mu-social-media a {
  display: inline-block;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
  background-color: #fff;
}

.mu-copyright {
  margin-top: 10px;
  display: inline-block;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
  .mu-hero-left h1 {
    font-size: 36px;
  }

  .navbar-brand img {
    width: 180px;
    margin-top: -10px;
  }

  .navbar-default .mu-menu li a {
    margin: 10px 12px 5px;
  }

  .mu-author-info {
    margin-top: 0px;
  }

  .mu-video-iframe {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .mu-fixed-nav .navbar-brand img {
    margin-top: -7px;
  }

  .navbar-default .mu-menu li a {
    font-size: 14px;
    margin: 10px 5px;
  }

  #mu-hero {
    padding: 130px 0 30px;
  }

  .mu-hero-right {
    margin-top: 40px;
  }

  .mu-primary-btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .mu-single-counter {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .mu-simplefilter li {
    margin-bottom: 10px;
  }

  .mu-clients-content-single img {
    width: 100%;
  }

  .mu-contact-right {
    margin-top: 50px;
  }

  .mu-video-review-content {
    padding: 0 5%;
  }

  .mu-video-iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    margin-top: -7px;
  }

  .mu-fixed-nav .navbar-brand img {
    margin-top: -8px;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
  }

  .navbar-default .mu-menu li a {
    display: inline-block;
  }

  .mu-hero-right {
    margin-top: 0;
  }

  #mu-hero {
    padding: 100px 0 60px;
  }

  .mu-author-info {
    margin-top: 30px;
  }

  .mu-contact-content {
    padding: 0 10%;
  }
}

@media (max-width: 640px) {
  #mu-header.mu-fixed-nav {
    padding: 10px 0;
  }

  .mu-heading-area {
    padding: 0;
  }

  .mu-video-iframe {
    height: 300px;
  }

  .mu-primary-btn {
    font-size: 12px;
    padding: 10px 12px;
    margin-top: 15px;
  }

  .slick-dots {
    bottom: 15px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 150px;
  }

  #mu-header {
    padding: 10px 0;
  }

  .navbar-default .navbar-brand {
    font-size: 25px;
    margin-top: -3px;
  }

  .navbar-toggle {
    padding: 7px 8px;
    margin-top: 10px;
  }

  .navbar-toggle .icon-bar {
    width: 18px;
  }

  h2 {
    font-size: 25px;
  }

  .mu-heading-title {
    margin-bottom: 10px;
  }

  .mu-video-iframe {
    height: 250px;
  }

  .mu-contact-content {
    padding: 0 5%;
  }

  .mu-about-content-single h4 {
    margin-bottom: 18px;
  }

  .mu-team-social-info a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  .mu-contact-form button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .mu-featured-slider-content {
    top: 49%;
  }

  .mu-featured-slider-content p,
  .mu-featured-slider-content .mu-primary-btn {
    display: none;
  }

  .mu-featured-slider-content h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .mu-filter-item-content {
    padding-top: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .filtr-item h4 {
    font-size: 12px;
  }

  .mu-team-content .row > div {
    width: 100%;
  }

  .mu-simplefilter li {
    padding: 1rem 1rem;
    font-size: 12px;
  }
}
/*WIZARD*/
.board {
  width: 90%;
  margin: 0 auto;
  /*    height: 500px;*/
  height: auto;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  /*margin: 40px auto;*/
  margin-bottom: 0;
  box-sizing: border-box;
}

.board > div.board-inner {
  /*    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
  background-size: 30%;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.board .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

.board span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
/*span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}*/
.board li.activestep span.round-tabs.one,
.board li.activestep span.round-tabs.two,
.board li.activestep span.round-tabs.three,
.board li.activestep span.round-tabs.four,
.board li.activestep span.round-tabs.five {
  background: #fff !important;
  /*    border: 2px solid #ddd;
        color: rgb(34, 194, 34);*/
  color: rgb(34, 194, 34);
  border: 2px solid rgb(34, 194, 34);
}
.board li.passed span.round-tabs.one,
.board li.passed span.round-tabs.two,
.board li.passed span.round-tabs.three,
.board li.passed span.round-tabs.four,
.board li.passed span.round-tabs.five {
  background: #fff !important;
  /*    border: 2px solid #ddd;
        color: rgb(34, 194, 34);*/
  color: #999;
  border: 2px solid #999;
}
.board li.future span.round-tabs.one,
.board li.future span.round-tabs.two,
.board li.future span.round-tabs.three,
.board li.future span.round-tabs.four,
.board li.future span.round-tabs.five {
  background: #fff !important;
  /*    border: 2px solid #ddd;
        color: rgb(34, 194, 34);*/
  color: #da9748;
  border: 2px solid #da9748;
}
.board span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}
.board span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}
.board span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}
.board span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}
.board .nav-tabs > li.active > a span.round-tabs {
  background: #fafafa;
}
.board .nav-tabs > li {
  width: 25%;
}
.board li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}
.board li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
}
.board .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.board .nav-tabs > li a:hover {
  background: transparent;
}

.board .tab-content {
}
.board .tab-pane {
  position: relative;
  padding-top: 20px;
}
.board .tab-content .head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}
@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  .board span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .board .tab-content .head {
    font-size: 20px;
  }
  .board .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .board li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .btn-outline-rounded {
    padding: 12px 20px;
  }
}
/*COUNTDOWN*/
#clockdiv,
#clockdiv2,
#clockdiv3,
#clockdiv4 {
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div,
#clockdiv2 > div,
#clockdiv3 > div,
#clockdiv4 > div {
  padding: 10px;
  border-radius: 3px;
  background: rgba(255, 135, 28, 0.5);
  display: inline-block;
}

#clockdiv div > span,
#clockdiv2 div > span,
#clockdiv3 div > span,
#clockdiv4 div > span {
  padding: 15px;
  border-radius: 3px;
  background: rgba(255, 135, 28, 0.8);
  display: inline-block;
}
@media (max-width: 480px) {
  #clockdiv,
  #clockdiv2,
  #clockdiv3,
  #clockdiv4 {
    font-size: 28px !important;
    font-weight: bold;
  }
  #clockdiv .smalltext,
  #clockdiv2 .smalltext,
  #clockdiv3 .smalltext,
  #clockdiv4 .smalltext {
    font-size: 18px !important;
  }
  #clockdiv > div,
  #clockdiv2 > div,
  #clockdiv3 > div,
  #clockdiv4 > div {
    padding: 5px !important;
  }
  #clockdiv div > span,
  #clockdiv2 div > span,
  #clockdiv3 div > span,
  #clockdiv4 div > span {
    padding: 5px;
  }
}

#clockdiv .smalltext,
#clockdiv2 .smalltext,
#clockdiv3 .smalltext,
#clockdiv4 .smalltext {
  padding-top: 5px;
  font-size: 16px;
}
/*STEP WIZARD*/
.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/*BUTTON OUTLINE*/
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
/*MARGIN & PADDING*/
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-w300 {
  font-weight: 300 !important;
}
.font-w400 {
  font-weight: 400 !important;
}
/*CUSTOM*/
.header-wraper {
  height: 20px;
}
.mu-send-msg-btn.btn-cstm {
  border-radius: 5px;
  width: auto;
}
.well.bordered.orange {
  background-color: #ffffff;
  border: 1px solid #ff871c;
  border-radius: 5px;
}
.text-bold {
  font-weight: bold;
}
.alert-info.alert-outline {
  background-color: #ffffff !important;
  border: solid 2px #bce8f1;
}
#contendata {
  margin-top: 90px;
}
.btn-full {
  display: block;
  padding: 14px 24px;
  width: 480px;
  margin: 0 auto;
  text-transform: uppercase;
}
.btn-full.btn-full-percent {
  width: 100%;
  white-space: normal;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .btn-full {
    width: 100%;
    white-space: normal;
  }
}
.font-20 {
  font-size: 20px;
}
.mu-fieldset {
  border: 1px dashed #ff871c;
  padding: 10px;
}
.mu-fieldset legend {
  border: none;
  width: auto;
  color: #000000;
  font-size: 15px;
  padding: 0 5px;
  margin: 0 auto 0 0;
  font-weight: bold;
}
ul.list-fa {
  list-style: none;
}
ul.list-fa li {
  position: relative;
  margin: 0 0 5px 0;
}
ul.list-fa li span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
ul.list-fa li i {
  position: absolute;
  padding-right: 25px;
  top: 4px;
}
.mu-header-dot.line-1 {
  height: 1px;
}
.mu-header-dot.w-100 {
  width: 100px;
}
input.capitalize {
  text-transform: uppercase;
}
.regfoto {
  height: 150px;
  width: 150px;
}
.select2 {
  width: 100% !important;
}
/*ROUND*/
.round {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.round.hollow {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  color: #222;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.round.round-sm {
  height: 20px;
  width: 20px;
  line-height: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.7em;
}
.round.round-lg {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.5em;
}
.round.blue {
  background-color: #3ea6ce;
}
.round.orange {
  background-color: #ff6701;
}
.round.green {
  background-color: #42a129;
}
.round.hollow.blue {
  color: #3ea6ce;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #3ea6ce;
  -moz-box-shadow: 0px 0px 0px 3px #3ea6ce;
  box-shadow: 0px 0px 0px 3px #3ea6ce;
}
.round.hollow.orange {
  color: #ff6701;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #ff6701;
  -moz-box-shadow: 0px 0px 0px 3px #ff6701;
  box-shadow: 0px 0px 0px 3px #ff6701;
}
.round.hollow.green {
  color: #42a129;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #42a129;
  -moz-box-shadow: 0px 0px 0px 3px #42a129;
  box-shadow: 0px 0px 0px 3px #42a129;
}

.round.round-2x {
  height: 60px !important;
  width: 60px !important;
  line-height: 60px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-size: 3em;
}
.round.hollow.round-2x {
  height: 60px !important;
  width: 60px !important;
  line-height: 60px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
/*BRAND BUTTON*/
@media screen and (min-width: 991px) {
  button.button-full {
    line-height: inherit;
  }
}
.button.button-full {
  width: 100%;
  white-space: normal;
  vertical-align: middle;
  height: auto;
  text-transform: none;
  padding-right: 0;
  padding-left: 50px;
  min-height: 55px;
}
.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.button:hover {
  text-decoration: none;
  color: #eeeaee;
}
.button p {
  font-size: 18px;
}
.button span {
  text-align: center;
  position: absolute;
  left: 0;
  width: 50px;
  font-size: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.button.twitter {
  background: #00acee;
}
.button.facebook {
  background: #3b5998;
}
.button.google-plus {
  background: #db4a39;
}
.button.linkedin {
  background: #0e76a8;
}
.button.youtube {
  background: #c4302b;
}
.button.github {
  background: #171515;
}
.button.android {
  background: #a4c639;
}
.button.skype {
  background: #00aff0;
}
.button.dropbox {
  background: #3d9ae8;
}
.button.foursquare {
  background: #25a0ca;
}
.button.apple {
  background: #cdcdcd;
}
.button.dribbble {
  background: #ea4c89;
}
.button.instagram {
  background: #3f729b;
}
.button.pinterest {
  background: #c8232c;
}
.button.stackexchange {
  background: #ef8236;
}
.button.flickr {
  background: #ff0084;
}
.alert h3 {
  margin: 0;
  padding: 5px 0 0 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
  border-top: 1px solid #f4f4f4;
}
.timeline > li > .timeline-item > .timeline-body a {
  color: #ff9a40;
}
.timeline > li > .timeline-item > .timeline-body a:hover {
  color: #666;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
#faqAccordion .panel-body a {
  color: #0073b7;
}
.input-group-addon.input-group-image {
  padding: 2px !important;
}
.input-group-addon.input-group-image img {
  max-width: none;
}
.form-control-feedback.input-group-image.fa {
  height: 47px;
  line-height: 47px;
}
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
.form-control.addon-image {
  height: 47px !important;
}
.alert-outline {
  color: #000 !important;
}
.chartarea {
  width: 100%;
  height: 440px;
  padding: 20px;
  background-color: rgba(255, 154, 64, 0.5);
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*="bg"] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
.box {
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
}
.table.col-bordered-orange {
  border: solid 1px #ff871c;
}
.table.col-bordered-orange > thead > tr:first-child > th,
.table.col-bordered-orange > tbody > tr:first-child > th,
.table.col-bordered-orange > tfoot > tr:first-child > th,
.table.col-bordered-orange > thead > tr:first-child > td,
.table.col-bordered-orange > tbody > tr:first-child > td,
.table.col-bordered-orange > tfoot > tr:first-child > td {
  border-top: 1px solid #ff871c;
  border-right: 1px dashed #ff871c;
}
.table.col-bordered-orange {
  border: solid 1px #ff871c;
}
.table.col-bordered-orange > thead > tr > th,
.table.col-bordered-orange > tbody > tr > th,
.table.col-bordered-orange > tfoot > tr > th,
.table.col-bordered-orange > thead > tr > td,
.table.col-bordered-orange > tbody > tr > td,
.table.col-bordered-orange > tfoot > tr > td {
  border-top: 1px dashed #ff871c;
  border-right: 1px dashed #ff871c;
}
.table.col-bordered-orange > thead > tr > th {
  border-bottom: 2px dashed #ff871c;
  text-align: center;
  vertical-align: middle;
}
.panel-body.bg-warning {
  background-color: #fcf8e3;
}
table tbody td.fit,
table tbody th.fit {
  width: 1px;
  white-space: nowrap;
}

#animateajaxreg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 10;
  display: none;
}
#animateajaxreg .loadingajax {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  padding-top: 25px;
}
.loadingajax p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 26px;
}
.lds-ellipsis div {
  position: absolute;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.bg-orange {
  background-color: #ff871c;
}
.pl-15 {
  padding-left: 15px !important;
}
.box-link {
  width: 100%;
  padding: 5px;
  background-color: #ff871c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #ffffff;
  display: block;
  text-align: center;
}
a.box-link:hover {
  color: #ffffff;
}
.box-link:hover {
  background-color: #ec971f;
}
tr.border-top-orange > td {
  border-top: solid 1px #ff871c !important;
}
tr.border-bottom-orange > td {
  border-bottom: solid 1px #ff871c !important;
}
tr.border-top-none > td {
  border-top: none !important;
}
