/*!
 * 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: 80%;
	border-bottom:#666 solid 1px;
}
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;
	max-width:100%;
}
/* 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:0;
	background-color:#313131;
}
footer p {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	color:#989898;
	font-size:14px;
	clear:both;
}
footer span {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	color:#169CC4;
	font-size:12px;
}
.nmargin {
	margin-left:12px !important;
}
.quicknav ul {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size:14px;
	display:inline-block;
	padding: 0;
	margin: 0 0 0 25px;
}
.quicknav ul li, a {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	color:#989898;
}
.quicknav ul, a:hover {
	color:#169cc4;
	text-decoration:none;
}
/* Footer Subscribe Box */
.subscribebox {
	width:290px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	height:30px;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.subscribebtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	text-transform: uppercase;
	height: 30px;
}
.img-portfolio {
	margin-bottom: 15px;
}
/* Responsive Styles */

@media(max-width:991px) {
 .customer-img, .img-related {
 margin-bottom: 30px;
}
}
 @media(max-width:767px) {
 .phoneicon {
 display:none;
}
}
 @media(max-width:550px) {
 .phoneicon {
 display:none;
}
}
/* Phone Icon */
.phoneicon {
	float:right;
	font-size:18px;
	color:#575757;
	word-spacing:4px;
	padding:11px;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
/* Owl Carousel */
 #clientlogo .item {
	margin: 3px;
}
#clientlogo .item img {
	display: block;
	width: 100%;
	height: auto;
}

/* Responsive Sub Menu */
@media(max-width:767px) {
.homeicoactive {
 color:#fff;
}
 .navactive {
 color:#fff;
 background-color:#169cc4;
 -moz-box-sizing:border-box;
 border-bottom:0;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box;
}
 .nav > li {
 position: relative;
 display: block;
 height:100%;
 border-left:0;
}
 .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
 color: #fff;
 background-color: #169CC4;
 box-sizing: border-box;
 border-bottom:0;
}
 .navbar-nav {
 margin: 0px -15px;
}
}

.nav>li {
height:auto;
}

 header.carousel {
 height:auto;
 border-bottom: 1px solid #666;
}
