/* this is my custom CSS */
body{padding-top:80px;font-family: 'Source Sans Pro', sans-serif;}h1,h2,h3,h4,h5,h6, .navbar-brand{font-family: 'Bitter', serif;}
ul > li{ list-style-image:url(../images/bullet.png);}
.seo{background-color:#008FD5; color:#ebebeb; width:100%;}.seo p{margin:0; padding:2px 0;}
h1{	color:#00354F;}
/* navigation bar */
.navbar-inverse .navbar-brand {
    color: #fff;
}
.logo {
	font-size: 60px;
}

.navbar-inverse {
    background-color: #383737;
    border-color: #008FD5;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #00354F;
    color: #ebebeb;
}
.navbar-inverse .navbar-nav > li > a{ color:#f4f4f4}
/* end of navigation bar */

.jumbotron p{ font-size:14px }
.jumbotron{
	background-color:none;
	height:230px;
	background: none;
	width:100%;
	-moz-box-shadow:inset 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-top:2px solid #c1e1e8;
	border-bottom:2px solid #c1e1e8;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;

}

.thumbnail {background-color:transparent; padding-bottom:0px; height:220px}
.thumbnail .caption{
	font-size:12px;
}
.headerbg{
	border-bottom:5px solid #fafafa;
	margin-bottom:5px;
}
.panel-heading.call{
	background:url(../images/sidepanel.jpg) center no-repeat;
	color:#fff;
}
.panel-default > .panel-heading{background-color:#00354F; color:#fff;}
.panel-body.promo{background:url(../images/bgpanel.jpg); color:#fff;}
.panel-body.service{background:url(../images/bgpanel2.jpg); color:#fff;}

.well {
    background-color: #fafafa;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
blockquote{
	background:url(../images/quote1.png) no-repeat 10px 10px;
}

footer{
	padding: 2em 0;
	margin: 3em 0 0;
	background-color:#00354F;	
}
footer a, footer .glyphicon, footer p{
	color:#fff;
}
footer a:hover{color:#f4f4f4;}

.glyphicon{
	color:#3f2b22;
}

.pull-right.img-responsive{
	margin: 0 0 1em 1em;
}

.btn-info{
	background-color:#00354F;
	border:none;
}
.btn-info:hover{
	background-color:#00354F;
	
}

.navbar-inverse .navbar-toggle {
	color: #f4f4f4;
	font-weight: bold;
	border-color: #f4f4f4;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #00354F;
	color: #fff;
}
.navbar-inverse .navbar-toggle .glyphicon {
	color: white;
}
.navbar-inverse .navbar-toggle:hover .glyphicon {
	color: #333;
}


.nav-pills > li > a{border-radius:0;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{background-color:#008FD5; color:#fff;}
.nav > li > a:hover, .nav > li > a:focus{background-color:rgba(0, 105, 158, 0.1);}
.glyphicon{color:#008FD5}
.active .glyphicon{
	color:#fff;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00354F; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	.panel-body img.cc{display:none;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center !important;
		float:none !important;
		
    }
    .text-right-sm {
        text-align: right;
		
    }
    .text-justify-sm {
        text-align: justify;
    }
	.text-center-sm img {margin:0 auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
