body {
	background-color: #FFFFFF;
	color: #7A7A7A;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-weight: bold;
	color: #7A7A7A;
}
h2 {
	font-weight: bold;
	color: #0082A8;	
}
h4 {
	font-weight: normal;
	color: #7A7A7A;
	line-height: 23px;
}
h4b {
	font-size: 18px;
	font-weight: bold;
	color: #0082A8;
	line-height: 43px;
	margin-bottom: 28px;
}
h5b {
	font-size: 15px;
	font-weight: bold;
	color: #7A7A7A;
	line-height: 23px;
}
p {
	font-size: 15px;
	color: #7A7A7A;
}
@font-face {
  font-family: "Cormorant-Italic";
  src: url("./fonts/Cormorant-Italic.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Cormorant-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Cormorant-Italic.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Cormorant-Italic.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Cormorant-Italic.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Cormorant-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
quote {
	color: #6A6A6A;
	font-family: Cormorant-Italic;
	font-size: 22px;
	font-style: italic; 
	line-height: 28px;
	letter-spacing: 0.133333px;
	word-spacing: 0.8px;
}

.well-container {
	padding: 6px 24px 6px 24px;
}

.well {
	margin: 12px 0px 6px 0px;
	padding: 18px 18px 18px 18px;
	background-color: #F8F8F8;
	border-color: #EBEBEB;
}

.jumbotron {
	background-color: #FFFFFF;
	color: #7A7A7A;
	text-align: center;
}
.jumbotron p {
	color: #7A7A7A;
	font-size: 22px;
}
.navbar {
	margin-top: -4px;
	margin-bottom: 0;
}
.navbar-inverse {
	background: #FFFFFF;
	border: 0;
}
.dropdown-menu {
	background: #FFFFFF;
	border-radius: 0;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #7A7A7A;
	font-size: 16px;
} 
.navbar-inverse .navbar-nav li a:focus {
	color: #7A7A7A;
	font-size: 16px;
} 
.navbar-inverse .navbar-nav li a:hover {
	color: #FFFFFF;
	background: #0082A8; /* was #0082A8 */
}	
.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
	color: #FFFFFF;
	background: #0082A8;
}
.dropdown-menu li a {
	padding: 10px;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #AFAFAF;
	border-color: white;
	margin-bottom: 5px;
}
.btn-primary:hover {
	color: #FFFFFF;
	background-color: #0082A8;
	border-color: white;
}
.glyphicon-large {
	font-size: 100px;
}

.glyphicon-medium {
	font-size: 75px;
}

.call-to-action {
	text-align: center;
}
.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
}
.top_strip {		
	height:56px;
}

/* hamburger icon color change - override Bootstrap code */
.navbar-inverse .navbar-toggle {
	top:7px !important;	/* positions the hamburger from top */
	background-color: #999;
    border-color: #888;
}
.navbar-inverse .navbar-toggle:focus {
    background-color: #999;
	border-color: #888;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #CCC;
	border-color: #CCC;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
	border-color: #CCC;
}
/* positions the drop-down menu */ 
.navbar-collapse{
  top:4px !important;
  position:relative;
}

.logo-sz {
	text-align: center;
    margin: auto;
}
.logo-sz img {
/*	background: url(../images/Logo1.jpg) no-repeat top center;  */
	margin: auto;		/* center img */
	max-width: 90%;
	height: auto;
}

@media (max-width: 767px) { 
    .logo-sz {
    	margin: auto; 
    }
    .logo-sz img {
    	margin: auto;
		max-width: 100%;	
    }
}	
	
	

#responsive_logo {
	background: url(../images/Logo1.jpg) no-repeat top center;  
	background-size: contain;
/*	width: 90vw; */		/* vw : 1/100th of the width of the viewport */
/*	height:23vw; */
  width: 90%;
  padding-bottom: 23%;
	margin: 0 auto;		/* center img */
	max-width: 800px;
	max-height: 200px;	
}
/*** logo ***/


/* carousel */
.carousel-inner > .item {
	width: 100%;
	padding-bottom: 75%; 
/*	margin: 0 auto;		/* center img */
/*	object-fit: scale-down; */
	

}

.carousel-inner > .item > img {
  position: absolute;
/*	object-fit: scale-down;	 */
  top: 50%;
  left: 50%; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  max-height: 600px;  
  width: auto; 
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


.wide_band {
	padding: 8px 0 16px 0;
	text-align: center;
/*	background-color: rgba(255,193,46,1.00);	*/
}
.yellowline {
	padding: 5px 0 0 0;
	text-align: center;
/*	background: rgba(255,193,46,1.00);	*/
}
.stock-pic {
	padding: 18px 0 0 0;
	text-align: center;
	background-color: #FFFFFF;
}
.stock-pic img {
	max-width: 100%; 
    height: auto;
}

img {
    height: auto;
}

/* Contact Form */
.form-group label {
    color: #333;
}
.form-group body {
    font-family: 'Lato', sans-serif;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/* footer */
.footer {
	height: 36px;
	padding: 9px 0 0 0;
	text-align: center;	
	color: #FFFFFF;
/*		background-color: #7A7A7A;	*/
}
.footer p {
	color: #CACCCC;
	font-size: 12px;
	
}


/* Up arrow right bottom of page */
#backtop {
	position: fixed;
	left:auto;right: 20px;top:auto;bottom: 24px;
	outline: none;
	overflow:hidden;
	color:#fff;
	text-align:center;
	background-color:rgba(96,96,96,0.84);	
	height:40px;
	width:40px;
	line-height:38px;
	font-size:14px;
	border-radius:20px;
	cursor:pointer;
	transition:all 0.3s linear;
	z-index:999999;
	opacity:1;
	display:none;
}
#backtop:hover {
	background-color:#AAA;
}
#backtop.mcOut {
	opacity:0;
}

/* Google map */
.embed-responsive-100x400px{
  padding-bottom: 400px;
}

.contact-block {
	padding: 0 0 0 0px;
/*	margin-left: -24px; */
}
.geo-block {
	padding: 0 0 0 0px;
/*	margin-right: -24px; */
}

.turquoise {
color: #0082A8;
}

.Team-members {
  display:inline-block;
  width:200px;height:300px;
  background:fff;	
  padding: 0px 0px 0px;	
  text-align:left;

}
.boxlayout {
  background-color: white ;
  border: 0px solid black;
  padding: 0px;
  margin: 0px 0px 40px 12px;
  height: 304px; 
  width: 43%;
  min-width: 350px;
  max-width: 450px;
  display: inline-block;
  vertical-align: top;
}
.T-members {
	margin-top: 20px;
	margin-left: 165px;
}
.P-members {
	margin-top: -43px;
	margin-left: -180px;
	display: block; 
	height: 100%; 
	width: 100%;
}
.container{
    background: #FFFFFF;
}

