/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* start Custom CSS */

/* navbar Overrides */

.navbar-default {
	background-color: #085fa1;
	border-color: #2e6cd9;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #f5eb22;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}

.stats li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f5eb22;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f5eb22;
	background-color: #2e6cd9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f5eb22;
	background-color: #2e6cd9;
}
.navbar-default .navbar-toggle {
	border-color: #2e6cd9;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #2e6cd9;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #f5eb22;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #f5eb22;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #f5eb22;
		background-color: #2e6cd9;
	}
}
span.nonbold{
font-weight: lighter;
}


label.nonbold{
font-weight: bold;
}
/* Add an astrik after required fields*/
label.required:after {
    content: '*';
	color: red;
}

  span.error{
  color:red;
  font-weight: bold;
  }

.btn500{
	width: 500px;
}

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.style4 {
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; ;
				font-size: medium;
}
.style5 {
				font-size: medium;
}
.style6 {
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
}
.style7 {
				color: #808080;
}
.style8{color: #4f7cde;}


div#skipmenu {
	position:relative;
	margin-left: -200px;
	left:-10000px;
}
div#skipmenu a.skippy {
	position:absolute;
	top: -1000px;
	left:-1000px;
	height: 1px;
	width: 1px;
	overflow:hidden;
}
div#skipmenu a.skippy:active, div#skipmenu a.skippy:focus, div#skipmenu a.skippy:hover {
	position: absolute;
	top:auto;
	left:auto;
	width:100%;
	height: 1em;
	width: auto;
	font-size:1em;
	font-weight:bold;
	width:100%;
	padding-bottom:15px;
	color: black;
	z-index:100;
	text-align:right;
	margin-bottom:25px;
}

div:focus{outline:none;} 
span:focus{outline:none;} 
