#Dashboard .dashboard-header {
  width: 100%;
  height: 580px;
}
#Dashboard .prospect-header {
  width: 100%;
  height: 380px;
}
#Dashboard .dashboard-header .slides {
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
}
#Dashboard .dashboard-header .slide {
  width: 100%;
  height: 100%;
  background: #3a5dae;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
}
#Dashboard .dashboard-header .slide .overlay {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #16102f 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #16102f 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #16102f 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  position: relative;
}
#Dashboard .dashboard-header .slide .overlay .msg {
  position: absolute;
  bottom: 30px;
  /*left: 100px;*/
  color: white;
  padding-left: 0;
  width: calc(100% - 200px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: translateY(500px);
  -moz-transform: translateY(500px);
  -o-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#Dashboard .dashboard-header .slide.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 2;
}
#Dashboard .dashboard-header .slide.active .msg {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#Dashboard .dashboard-header .slides-nav {
  position: absolute;
  top: 80px;
  right: 40px;
  z-index: 2;
}
#Dashboard .dashboard-header .slides-nav .featured {
  margin-top: 50px;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item {
  color: white;
  -webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item .indicator {
  position: absolute;
  top: -10px;
  left: -7.5px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #ccc;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item .text {
  text-decoration: none;
  color: white;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  margin-left: 20px;
  display: block;
  font-size: 14px;
  -moz-transform: scale(1) translate(0px, -14px);
  -webkit-transform: scale(1) translate(0px, -14px);
  -o-transform: scale(1) translate(0px, -14px);
  -ms-transform: scale(1) translate(0px, -14px);
  transform: scale(1) translate(0px, -14px);
  width: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item:last-child {
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item:hover .indicator,
#Dashboard .dashboard-header .slides-nav .featured .featured-item:hover .text {
  color: white;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item.active .indicator {
  left: -7.5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: white;
}
#Dashboard .dashboard-header .slides-nav .featured .featured-item.active .text {
  opacity: 1;
  -moz-transform: scale(1.1) translate(13px, -13px);
  -webkit-transform: scale(1.1) translate(13px, -13px);
  -o-transform: scale(1.1) translate(13px, -13px);
  -ms-transform: scale(1.1) translate(13px, -13px);
  transform: scale(1.1) translate(13px, -13px);
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
  -webkit-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -ms-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  padding: 10px 15px;
  background: white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  outline: none;
  border-color: #adadad;
}
.btn.btn-default {
  border-color: #adadad;
}
.btn.btn-default:active,
.btn.btn-default.active {
  background: #d9d9d9;
}
.btn.active {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  background: #d29539;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  border-color: #765e39;
}
.btn.btn-primary:hover {
  background: #524FA5;
  border: #fff thin solid;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #466c00;
}
.btn.btn-warning {
  background: #eea236;
  border-color: #de8a13;
}
.btn.btn-warning:hover {
  background: #de8a13;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background: #c77c11;
}
.btn.btn-danger {
  background: #be3a34;
  border-color: #962e29;
}
.btn.btn-danger:hover {
  background: #962e29;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background: #822824;
}
.btn.btn-info {
  background: #31b0d5;
  border-color: #2490af;
}
.btn.btn-info:hover {
  background: #2490af;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background: #1f7e9a;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.active,
.btn:active,
.btn:focus {
  outline: none;
}
.btn.btn-icon {
  border: none;
  background: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  color: #757985;
}
.btn.btn-icon:hover {
  color: #4b4b4b;
}
.btn.btn-icon.active,
.btn.btn-icon:active,
.btn.btn-icon:focus {
  outline: none;
}
.btn.btn-icon.badge-wrap .label-badge {
  right: -12px;
}
.btn.btn-icon.text-nav.active,
.btn.btn-icon.text-nav:active,
.btn.btn-icon.text-nav:focus,
.btn.btn-icon.text-nav:hover {
  color: white;
}
.btn.btn-link,
.btn.btn-nav {
  background: none;
  border: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #757985;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: "robotomedium", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.btn.btn-link:hover,
.btn.btn-nav:hover,
.btn.btn-link:focus,
.btn.btn-nav:focus {
  color: #4b4b4b;
}
.btn.btn-link.active,
.btn.btn-nav.active,
.btn.btn-link:active,
.btn.btn-nav:active,
.btn.btn-link:focus,
.btn.btn-nav:focus {
  outline: none;
}
.btn.btn-nav {
  color: #c6c8cd;
  text-decoration: none;
}
.btn.btn-nav:hover,
.btn.btn-nav:focus {
  color: white;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-group.btn-group-nav .btn {
  background: none;
  border: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #c6c8cd;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: "robotomedium", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.btn-group.btn-group-nav .btn:hover,
.btn-group.btn-group-nav .btn:focus {
  color: white;
}
.btn-group.btn-group-nav .btn.active,
.btn-group.btn-group-nav .btn:active,
.btn-group.btn-group-nav .btn:focus {
  outline: none;
}
.btn-group .btn.active {
  background: #3a5dae;
  color: white;
  border-color: #213462;
}
.btn-group .btn.active:active,
.btn-group .btn.active:focus {
  outline: none;
}
.btn-group .btn {
  position: relative;
  padding: 5px 15px;
}
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0;
}
.msg { padding: 100px;}
.msg a { color:#fff; }
.active i.indicator { color:#e2b26a !important; }
.active span.text { color:#e8cfa9 !important;}
@media (max-width: 1200px) {
  .feature-modal {
    width: 160%;
    left: -30%;
  }
  
   #Dashboard .dashboard-header .slides-nav {
    top: 0px !important;
    left: 64px !important;
  } 
  #Dashboard .dashboard-header .slide .overlay .msg {
    width: calc(100% - 60px) !important;
    left: 60px !important;
  }
  
}
@media (max-width: 990px) {
  #prosp-fp-welcome {
    margin-top: -20px;
  }
  .col-sm-12 { width:98%; }
  feature-modal {
    width: 130%;
    left: -14%;
  }
  .prospect-side-menu {
    top: 60px;
    z-index: 99;
  }
  .demo-page-header {
    top: 40px !important;
  }
  .card {
    top: 40px !important;
    width:100% !important;
  }
}
@media (max-width: 765px) {
  .feature-modal {
    width: 100%;
    left: -2%;
  }
  #Dashboard .dashboard-header {
    width: 100%;
    height: 440px;
  }
  .msg { padding: 0px;}
  #secondary { margin-top: 10px; }
  #Dashboard .dashboard-header .slides-nav {
      top: 20px !important;
  } 
  .slides .slide .opacity .msg h1 {
    font-size:200% !important;
  }
  .img-header { display:none; }
}
@media (max-width: 590px) {
  .feature-modal {
    width: 90%;
    left:  4%;
  }
   #Dashboard .dashboard-header .slides-nav {
      top: 0px !important;
      left: 34px !important;
  } 
  #Dashboard .dashboard-header .slide .overlay .msg {
      width: calc(100% - 30px) !important;
      left: 30px !important;
  }
   #Dashboard .dashboard-header .slides-nav .featured .featured-item .text {
      font-size: 12px !important;
  }
}