/* general styles */

p {
    font-size: 16px;
}

h1 {
    font-size: 34px;
    line-height: 54px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
    text-align:center;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

#page {

}

a {
    cursor:pointer !important;
}
.item {

}

.item.header {
    padding-top: 25px;
    padding-bottom: 50px;
}

.item.content, .item.portfolio, .item.team, .item.pricing, .item.contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.item.footer {
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.width-100 {
    width: 100%;
}

header .navbar.plain li.active a {
    color: #DD8B1D;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.text-center .img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.sub{
    text-align: center;
}
.bar-holder{
    margin-left: 5px;
    font-size: 11px;
    margin-top: 5px;
}
.bar{
    color: white;
    font-size: 11px;
    font-weight: bold;
    /*
    background: #bfd255;
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 35%, #72aa00 58%, #9ecb2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(35%,#8eb92a), color-stop(58%,#72aa00), color-stop(100%,#9ecb2d));
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
    background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
    background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    */
    background: linear-gradient(to bottom, #0061a7 0%, #007dc1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    text-align: right;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.7);
    border-radius: 0px 8px 8px 0px;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;

    -webkit-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    transition:width 300ms ease-in-out, height 300ms ease-in-out;

}
.bc{
    width: 97%;
    border-radius: 0 10px 10px 0;
    background: #d0d0d0;
}

.bc-light{
	background: #d3d3d3;
	padding: 10px 15px;
	font-size: 17px;
	line-height: 1.235;
	border-radius: 6px;
}

.total{
    font-size: 10px;
    font-weight: bold;
    color: #0061a7;
    padding-left: 5px;
}