/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*color: #5A7BA5; */
	color: #36ADD7;
	font-family: 'Roboto Condensed', sans-serif;
}
/*
.navbar-brand {
	padding-top: 10px;
}
*/
.bgImageCover {
	background:url(../img/switchboard2000750.jpg) no-repeat center center;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 415px;
}

/*
.bgImageCover h1{
	margin-top: 0;
	text-align: center;
	padding-top: 500px;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #000; 
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.25;
	font-size: 48px;
}
*/
/*
#map {
	width: 100%;
	height: 250px;
}

#navGap {
	margin-top: 50px;
}
*/
.navbar-nav {
	display: inline-block;
	float: none;
	font-size: 18px;
}

.navbar {
	text-align: center;
	border-radius: 0;
}

.navbar-default {
	background-color: #36ADD7;
	border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
	color: #000;}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;	
}

.quote-section {
	background: #36ADD7;
}

.quote-section h3 {
	color: #fff;
	line-height: 16px;
}

.quote-section hr {
	color: #fff;
	width: 190px;
	border-width: 3px;
	margin-top: 0;
}

.quote-section img {
	margin-top: 1em;
}

.carousel {
	margin-top: 1.5em;
	margin-bottom: 3.5em;
}

.carousel-indicators {
	display: none;
}

.right.carousel-control, .left.carousel-control {
    display: none;
}

.btn-primary {
	background-color: #36ADD7;
	border-color: #238CAF;
}

.main-footer {
/*	background-color: #2E2A1E; */
	background-color: #727177;
	min-height: 90px;
	color: #FFF;
	font-size: 16px;
}

.main-footer h4 {
	color: #FFF;
}

.main-footer img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;	
}

.main-footer p {
	margin-top: 2.6em;
}

.goToCat-1, .goToCat-2, .goToCat-3, .goToCat-4 {
	min-height: 400px;
	}

.goToCat-2, .goToCat-3, .goToCat-4, #contactSuccess, #contactFailure, #contactClose, #contactWait {
	display: none;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
	border-radius: 0;
}

/*
.workCategories {
	padding-bottom: 20px;
}

.featureContent header, .featureContent img {
	margin-bottom: 14px;
}

.workType-1, .workType-2, .workType-3{
	padding-top: 35px;
}

.clientContainer {
	min-height: 450px;
	padding-top: 15px;
	margin-top: 15px;
}

.shadow-top {
	background: url(../img/shadow.svg) repeat scroll 0% 0% transparent;
	width: 100%;
	height: 7px;
	top: 0px;
}

.main-footer .container {
	padding-top: 20px;
}

.main-footer a, .main-footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.noIndent-list {
    list-style: inside;
	padding-left: 0;
}

.footerNav {
	margin-top: 30px;
	margin-bottom: 0;
}


.footerLogos {
	margin: 0 auto;
	}
	
.main-footer .list-inline > li {
    padding-right: 0px;
    padding-bottom: 5px;
}
*/	
/* medium screens */
@media (min-width: 768px) and (max-width: 991px) {
	.h1, h1 {
		font-size: 30px;
	}
	
	.h2, h2 {
		font-size: 24px;
	}
	
	.h3, h3 {
		font-size: 18px;
	}
	
	.h4, h4 {
		font-size: 14px;
	}
	
	.h5, h5 {
		font-size: 14px;
	}
	
	.h6, h6 {
		font-size: 14px;
	}
	
	.bgImageCover h1 {
		font-size: 36px;
		padding-top: 390px;
	}

	.bgImageCover {
		background:url(../img/switchboard992.jpg) no-repeat center center;
		height: 372px;
	}

	.noIndent-list {
    list-style: none;
	padding-left: 0;
	}
}

/* Small screens */
@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	
	.h1, h1 {
		font-size: 24px;
	}
	
	.h2, h2 {
		font-size: 18px;
	}
	
	.h3, h3 {
		font-size: 14px;
	}
	
	.h4, h4 {
		font-size: 14px;
	}
	
	.h5, h5 {
		font-size: 14px;
	}
	
	.h6, h6 {
		font-size: 14px;
	}
	
	.bgImageCover h1 {
		font-size: 28px;
		padding-top: 300px;
	}
	
	.bgImageCover {
		background:url(../img/switchboard768.jpg) no-repeat center center;
		height: 288px;	
	}
	
	.main-footer {
		text-align: center;
	}
	
	.main-footer p {
	margin-top: 0.6em;
	}
	
	.noIndent-list {
    list-style: none;
	padding-left: 0;
	}
}

