/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* 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. */*/
}


 @font-face {
	font-family: 'Uni Sans Heavy';
	src: url('../fonts/Uni Sans Heavy.eot');
	src: local('?'), url('../fonts/Uni Sans Heavy.woff') format('woff'), url('../fonts/Uni Sans Heavy.ttf') format('truetype'), url('../fonts/Uni Sans Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot');
	src: local('?'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Uni Sans Light';
	src: url('fonts/Uni Sans Light.eot');
	src: local('?'), url('../fonts/Uni Sans Light.woff') format('woff'), url('../fonts/Uni Sans Light.ttf') format('truetype'), url('../fonts/Uni Sans Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('?'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1, h2, h3, h4, h5{
	
	font-family:'Raleway-Regular';
	margin-top:5px;
	margin-bottom:5px;
	
}

.bannerHead{
	font-family:'Uni Sans Heavy';
	font-size:2.5em;
}


.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;
}



.sideBar{
	background-color:#ebebeb;
	width:100%;
	padding:15px;
}

.sideBar2{
	background-color:#015172;
	width:100%;
	padding:15px;
	color:#fff;
	border-bottom:#0a3b4f 1px solid;
	border-top:#146a8d 1px solid;
	
}

.aBtn{
	border-radius:0px;
	background-color:#d25649;
	color:#fff;
	border:none;
	font-size:1.2em;
	
}

.locationBox{
	width:100%;
	padding:10px;
	background-color:#ebebeb;
	height:auto;
	overflow:auto;
	margin-bottom:20px;
	
}














/* index */


.picBackground{
	background-color:#ebebeb;
	width:100%;
	padding:15px;
}

.locationBox2{
	width:100%;
	padding:10px;
	border:#79ae5c solid 1px;
	height:auto;
	overflow:auto;
	margin-bottom:20px;
	
}



/* index 2 css end */





/* 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%;
    }
}