@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto Slab';
  font-size: 12px;
}

.bs-wizard {margin-top: 0px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 20px 10px 20px;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 12px; margin-bottom: 5px; }
.bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum {color: #292929; font-size: 14px; margin-bottom: 5px;}

.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {position: absolute; width: 23px; height: 23px; display: block; background: #fbe8aa; top: 49px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {content: ' '; width: 13px; height: 13px; background: #fbbd19; border-radius: 50px; position: absolute; top: 5px; left: 5px; }

.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 3px; box-shadow: none; margin: 43px 0 20px 0;background: #ddd;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #ff9999;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {background-color: #ddd;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {background-color: #999;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #ffb3b3; }
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #ff0000;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #ddd;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.logo-header {padding:20px 0 0 0; text-align: center;}
.central-content {padding: 10px 15px; text-align: center;}
.social-media {padding: 10px 15px; text-align: center;}


.carousel-controls{
  position:relative;
  width:300px;
  margin:0 auto;
}

.carousel-indicators{
   top:0px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    color: #555;
}

.copyright-area
{
  font-size: 10px;
  color: #888;
}
