/*!
 * modern-business
 * Global Styles
 */

html,
body {
    height: 100%;
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "roboto_condensedbold",sans-serif;
	background-color: #ffffff;
}

input[required] {
  border-color: red;
}

.text-default {
  color: #002851;
}

mark {
  background: #FFF;
  color: #002851;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.fa-file-pdf-o {
	color: #DD0000;
}

.fa-facebook-square {
	color: #3A5795;
}

.fa-xing-square {
	color: #006567;
}

.fa-twitter-square {
	color: #55ACEE;
}

/* 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;
}

.carousel-indicators li {
	border-color: #002851;
}

.carousel-indicators .active {
	background-color: #002851;
}

.carousel-control.left {
	background-image: linear-gradient(to right, #fff 0px, transparent 100%);
}

.carousel-control.right {
	background-image: linear-gradient(to left, #fff 0px, transparent 100%);
}

.carousel-control {
	color: #002851;
}

/* 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%;
    }
}

/*!
 * Custom
 */

body {
    /*margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	/*background: url(../img/bg.jpg) repeat-x #eee;*/
}

h1, h2, h3, h4, h5, h6 {
	color: #002851;
	font-family: "roboto_condensedbold",sans-serif;
	color: #006ea6;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: underline;
  opacity: 0.8;
}

hr {
	border-top-color: #ddd;	
}

hr.spacer {
	border-top-color: transparent;	
}

footer {
    margin: 10px 0;
	font-size: 0.9em;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  text-decoration: none;
}

.navbar-inverse {
  background-color: #002851;
  border-color: #080808;
}

.navbar-toggle {
  background-color: #002851;
  border: 1px solid #002851;
}

.navbar-brand {
  height: 30px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #002851;
  background-color: #f8f8f8;
}

.carousel-caption {
	text-shadow: 0px 1px 1px white;
}

.jumbotron,
.well {
	background-color: #f8f8f8;
}

.btn-default {
  color: #fff;
  background-color: #73cafc;
  border-color: #ccc;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  opacity: 0.8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #002851;
  border-color: #000;
}
.btn-default .badge {
  color: #002851;
  background-color: #fff;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: #fff;
    padding: 30px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

@media(max-width:768px) {
	.img-responsive-head {
		max-width: 50%;
	}
}

.customer-img {
  margin-bottom: 30px;
}

.media {
	margin-top: 30px;
}

.panel-default > .panel-heading {
  text-align: center;
}

/*!
 * Elevator
 */

.elevator {
    text-align: center;
    cursor: pointer;
    width: 140px;
	margin: 0 0 20px 0;
	float: right;
}

.elevator svg {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}