/*!
 * 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.
 */

 /*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

/* Global Styles */

html,
body {
	font-family: 'Roboto', sans-serif;
    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;
}

.highlight {
	color: #0b9491;
	font-size: 24px;
}

.green_highlight {
	color: #0b9491;
}

.darker_green_highlight {
	color: #006380;
}

.ico_med {
	color: #0b9491;
	font-size: 30px;
}

.top_space {
	margin-top: 40px;	
}

.xsmall_font {
	font-size: 12px;
}

.white_font {
	color: #fff;	
}

.breadcrumb a{
	color: #0b9491;
}

.big_quote {
	font-style:italic;
	font-size:18px;
}

.row_ver_padding {
	padding: 10px 0;	
}

.row_hor_padding {
	padding: 0 10px;	
}

/* Nav Bar - Metal */
.metal_bar{
	background: #f2f2f2; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #e8e8e8 40%, #d6d6d6 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(40%,#e8e8e8), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 40%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 40%,#d6d6d6 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 40%,#d6d6d6 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e8e8e8 40%,#d6d6d6 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #CCC;
}

.metal_bar .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(200, 200 200, 0);
}
.metal_bar .navbar-nav>li>a:hover,
.metal_bar .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(219, 219, 219, 1);
    background: -webkit-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(207, 207, 207, 1) 0%, rgba(219, 219, 219, 1) 100%);
}
.metal_bar .navbar-nav>.active>a,
.metal_bar .navbar-nav>.active>a:hover,
.metal_bar .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(219, 219, 219, 1);
    background: -webkit-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(207, 207, 207, 1) 0%, rgba(219, 219, 219, 1) 100%);
}

.navbar-brand img{
	vertical-align: middle;
	margin-left: 15px;
}

.slogan {
	font-style: italic;
	color: #999;
	font-size: 12px;
	padding-top: 50px;
	padding-left: 15px;
	display:block;
	float:left;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 215px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  list-style-type: none;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin-left: -40px;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Home Page Carousel */

header.carousel {
    height: 70%;
}

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

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

/* Home Page */

.company_signage {
	padding-left: 20px;
}

.logo img {
	vertical-align: middle;
}

.panel-default .panel-heading {
	background-color: #006380;
	color: #fff;
}

.btn_light_green {
	background-color: #01b9b5;
	border-color: #ccc;
	color: #fff;
}

.btn_light_green.active, .btn_light_green:hover, .btn_light_green.focus {
	background-color: #0b9491;
	color: #fff;
}

.feature {
	padding: 20px;	
	
}

/*Products*/
.img-portfolio {
	text-align:center;
}

/* Contact Page */
#map-canvas {
	width:100%;
        height: 400px;
        margin: 0px;
        padding: 0px
}

/* 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 {
	background: #666;
	padding-right:50px;
	padding-left:50px;
	padding-top: 10px;
	margin-right:auto;
	margin-left:auto;	
    margin-top: 50px;
}

.footer_nav{
	float:right;
}

.footer_nav ul{
	list-style-type: none;
}

.footer_nav ul li {
	display: inline;	
	padding: 0 10px;
}

.footer_nav ul li + li::before {
    content: " | ";
	padding-right: 15px;
}

.footer_nav ul li a{
	color: #fff;
	text-decoration:none;
}

.footer_nav ul li a:hover{
	color: #CCC;
	text-decoration:none;
}


/* 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%;
    }
}
