@charset "utf-8";
/* CSS Document */

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
	margin: 0 auto 0px;
    /* Pad bottom by footer height */
  padding: 0 0 0px;
  overflow-x: hidden;
}
.bg-grey {
	background-color: #333;
	color: #FFF;
}
.stages{
	line-height: 2em;
	padding: 0px;
	margin-right: 10px;
	font-size: 1.15em;
	width: 2em;
	text-align: center;
	border-radius: 50%;
	background: none repeat scroll 0% 0% #FFF;
	color: #333;
	position: relative;
	float: left;
}
.feature-icon{
	width:80px;
	height:80px;
	border-radius:50em;
	-moz-border-radius:50em;
	-webkit-border-radius:50em;
	background:rgba(0,0,0,.1);
	margin:0 auto 10px;
	cursor:pointer;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease
}

.feature-icon [class*=fa-]{
	line-height:80px
}

.feature-icon:hover{
	background:#fe402b;
	color:#fff;
	text-shadow:none;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease
}
.pricing-widget{
	position:relative;
	border:1px solid #f1f5fc;
	box-shadow:0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	cursor:pointer;
	margin:20px 0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	-o-transition:all .4s ease
}

.pricing-widget.active{
	z-index:2
}

.pricing-widget:not(.pricing-title).active,.pricing-widget:not(.pricing-title):hover{
	box-shadow:0 3px 25px -4px rgba(0,0,0,.9);
	-moz-box-shadow:0 3px 25px -4px rgba(0,0,0,.9);
	-webkit-box-shadow:0 3px 25px -4px rgba(0,0,0,.9);
	transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-ms-transform:scale(1.02);
	-o-transform:scale(1.02);
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	-o-transition:all .4s ease
}

.pricing-widget:not(.pricing-title).active .pricing-cost,.pricing-widget:not(.pricing-title):hover .pricing-cost{
	color:#999;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease
}

.pricing-widget .pricing-head{
	background:#fff;
	color:#777;
	border-bottom:1px solid #f1f5fc;
	padding:6px 20px;
	font-weight:600;
	font-size:13px;
	min-height:31px
}

.pricing-widget .pricing-body{
	background:#fff;
	color:#626262
}

.pricing-widget .pricing-cost{
	background:#fff;
	text-align:center;
	padding:20px;
	border-bottom:1px solid #f1f5fc;
	color:#777;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	font-size:18px;
	min-height:125px
}

.pricing-widget .pricing-cost strong{
	font-size:40px
}

.pricing-widget .pricing-list{
	list-style:none;
	padding:0;
	margin:0
}

.pricing-widget .pricing-list [class*=icon-]{
	margin-right:30px
}

.pricing-widget .pricing-list.text-center li{
	text-align:center
}

.pricing-widget .pricing-list li{
	padding:10px;
	border-bottom:1px solid #f1f5fc
}

.pricing-widget .pricing-list li:last-child{
	min-height:84px;
	padding-top:40px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-bottom:0
}

.pricing-widget .pricing-list li:last-child [class*=icon-]{
	margin-right:5px
}
.ribbon-wrapper{
	position:absolute;
	width:75px;
	height:75px;
	overflow:hidden;
	top:-2px;
	right:-2px
}

.ribbon-wrapper .ribbon-inner{
	display:block;
	position:relative;
	padding:5px 0;
	color:#fff;
	font-size:13px;
	line-height:17px;
	font-weight:600;
	text-align:center;
	width:107px;
	top:11px;
	left:-5px;
	text-shadow:0 1px rgba(0,0,0,.25);
	box-shadow:0 0 5px rgba(0,0,0,.75);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.75);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.75);
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg)
}

.ribbon-wrapper .ribbon-inner.blue{
	background:#5276b3
}

.ribbon-wrapper .ribbon-inner .yellow{
	background:#faa732
}

.ribbon-wrapper .ribbon-inner .green{
	background:#76b752
}
.bg-red {
    background-color: #DC2328;
    color: #FFF;
}
.bg-box-blue {
    background-color: #428BCA;
    color: #FFF;
}
.bg-box-green {
    background-color: #5CB85C;
    color: #FFF;
}
.bg-box-red {
    background-color: #DC2328;
    color: #FFF;
}
.form .form-control { margin-bottom: 10px; }


.input-group-btn {
    vertical-align: top;
}

.panel-red {
	border-color: #B42129;
}
.panel-red > .panel-heading {
	color: #fff;
	background-color: #B42129;
	border-color: #B42129;
}
.panel-grey {
	border-color: #e9e9e9;
}
.panel-grey > .panel-heading {
	color: #625f5d;
	background-color: #f4f4f4;
	border-color: #e9e9e9;
}