/*  table of content
* body
* .container
* .overlay
* .backimghome
* .backimgaudio
* .backimgspeech
* .backimglink
* .backimgteam
* .backimgcontact
* .logo
* .logo img
* .logom img
* .navigation
* .navigation ul
* .navigation ul li
* .navigation ul li a
* .navigation  ul li a:hover
* .mnavigation
* 	.mnavigation  ul
* 	.mnavigation  ul li
* 	.mnavigation  ul li a
* .mnavigation ul li a:hover .tooltiptext
* .tooltip
* .tooltiptext
* .pic
* .info
* .homesideimg
* 	.homesideimg img
* .infofull
* .teaminfo
* .teamsideimgl
* 	.teamsideimgl img
* .teamsideimgr
* 	.teamsideimgr img
* .paddingtb10
* .allignL
* .allignM
* .allignR
* .reset
* .backcolorR
* .smallMarginTB
* .liststylenone
* .branch
* .missionvision
* .missionvision img

Slideshow container
* .slideshow-container
		Slides
* 	.mySlides
		Next & previous buttons
* 	.prev, .next
	 	Position the "next button" to the right
* 	.next
		On hover, add a black background color with a little bit see-through
* 	.prev:hover, .next:hover
		The dot/bullet/indicator container
* 	.dot-container
		The dots/bullets/indicators
* 	.dot
		Add a background color to the active dot/circle
* 	.active, .dot:hover {
		Add an italic font style to all quotes
* 	q
		Add a blue color to the author
* 	.author
* .bluebackwithwhite

Set the size of the div element that contains the map
* #map

* .alignTop
* h1
* h2
* h3
* h4
* .transout
* .transout:hover
* .width80center
* .width100img
* .heartest
* .testtxt
* .txtblue
*. txt12em
*. txt11em
*. txt09em
*. txt08em
*. txt07em

section for the format of the hearing test button
* .gradiant
* @keyframes keygradiant

CSS section for the contact page maps and address information
* .location50
* .address50
* .mapaddress1
* .mapaddress2
* .addrimg

CSS for the form seaction in contacts
* .formouter
* .forminner
* .inputsingle
* .inputsingle :hover
* .inputmulti
* .inputbutton
* .chkbox

This section is the CSS for the alert message
* .msgalertouter
* .msgalertinner
* .msgalerttop
* .msgalterbodyouter
* .msgalertbodyinner
* .msgalertbottom
* .msgalertbutton
* .linklogo
* .nodeco

/* ----------------------layout---------------------- */
html{
		margin: 0px;
		border: 0px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	font-family: Tahoma, Arial;
	color:  #393837;
	opacity: 0;
	transition: opacity 1s ease-in;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
}

.container {
	margin: 5px 5% 5px 5%;
}

.overlay {
	position: relative;
	width: 100%;
	height: 350px;
}

.backimghome {
	height: 100%;
	background-image: url("../img/banner/bannerhome.jpg");
	background-size: 100% 100%;
}

.backimgaudio {
	height: 100%;
	background-image: url("../img/banner/banneraudio.jpg");
	background-size: 100% 100%;
}

.backimgspeech {
	height: 100%;
	background-image: url("../img/banner/bannerspeech.jpg");
	background-size: 100% 100%;
}

.backimglink {
	height: 100%;
	background-image: url("../img/banner/bannerlink.jpg");
	background-size: 100% 100%;
}

.backimgteam {
	height: 100%;
	background-image: url("../img/banner/bannerteam.jpg");
	background-size: 100% 100%;
}

.backimgcontact {
	height: 100%;
	background-image: url("../img/banner/bannercontact.jpg");
	background-size: 100% 100%;
}

.logo {
	position: absolute;
	top:0px;
	left: 0px;
	width: 25%;
}

.logo img{
	width: 100%;
	height: auto;
}

.logom img{
	display: none;
}

.navigation {
	float: right;
	margin: 0px;
	clear: right;
}

.navigation ul{
	text-align: left;
}

.navigation ul li{
	list-style: none;
	display: inline;
}

.navigation ul li a{
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin: 5px;
}

.navigation  ul li a:hover{
	color: darkblue;
	background-color: white;
}

.mnavigation {
	/* padding: 10px 0px 10px 0px; */
	width: 100%;
	margin: 0px;
	height: 50px;
}
	.mnavigation  ul{
		text-align: center;
		/* margin: 10px 0px;*/
		padding: 0px;
	}

	.mnavigation  ul li{
		/*list-style: none; */
		list-style: none;
		display: inline;
	}

	.mnavigation  ul li a{
		text-decoration: none;
		padding: 5px 5px;
		margin: 5px;
	}

.mnavigation ul li a:hover .tooltiptext{
	 visibility: visible;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.pic {
	float: right;
	width: 80%;
	clear: left
}

.info {
	width: 75%;
	display: inline-block;
}

.homesideimg {
	width: 24%;
	display: inline-block;
	margin: 20px 0px;
	text-align: right;
	vertical-align: top;
}

	.homesideimg img{
			width: 80%;
			height: auto;
	}

.infofull	{
	width: 100%;
}

.teaminfo {
	width: 75%;
	display: inline-block;
}

.teamsideimgl {
	width: 24%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

	.teamsideimgl img{
			width: 80%;
			height: auto;
	}

.teamsideimgr {
		width: 24%;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		text-align: right;
		vertical-align: top;
	}

	.teamsideimgr img{
				width: 80%;
				height: auto;
	}

.paddingtb10 {
	padding: 10px;
}

.allignL{
	text-align: left;
}

.allignM{
	text-align: center;
}
.allignR{
	text-align: right;
}

.reset {
	clear: both;
}

.backcolorR{
		background-color: #c1c1c1;
}

.smallMarginTB{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.liststylenone{
	list-style: none;
}

.branch{
	display: inline-block;
	width: 22%;
	margin: 5px 10px;
}

.missionvision{
	display: inline-block;
	width: 30%;
	padding: 5px;
	text-align: center;
}

.missionvision img{
	width: 40%;
}

/* Slideshow container */
.slideshow-container {
 position: relative;
 background: #f1f1f1f1;
}

	/* Slides */
	.mySlides {
	 display: none;
	 padding: 10px 0px;
	 text-align: center;
	}

	/* Next & previous buttons */
	.prev, .next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -30px;
	 padding: 16px;
	 color: #888;
	 font-weight: bold;
	 font-size: 20px;
	 border-radius: 0 3px 3px 0;
	 user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
	 position: absolute;
	 right: 0;
	 border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
	 background-color: rgba(0,0,0,0.8);
	 color: white;
	}

	/* The dot/bullet/indicator container */
	.dot-container {
	 text-align: center;
	 padding: 20px;
	 background: #ddd;
	}

	/* The dots/bullets/indicators */
	.dot {
	 cursor: pointer;
	 height: 15px;
	 width: 15px;
	 margin: 0 2px;
	 background-color: #bbb;
	 border-radius: 50%;
	 display: inline-block;
	 transition: background-color 0.6s ease;
	}

	/* Add a background color to the active dot/circle */
	.active, .dot:hover {
	 background-color: #717171;
	}

	/* Add an italic font style to all quotes */
	q {font-style: italic;}

	/* Add a blue color to the author */
	.author {color: cornflowerblue;}

.bluebackwithwhite{
	background-color: #003399;
	color: #eeeeee;
	padding: 10px 0px;
}

.bluebackwithwhitepadding{
	background-color: #003399;
	color: #eeeeee;
	font-weight: 600;
}

/* Set the size of the div element that contains the map */
#map {
 height: 400px;  /* The height is 400 pixels */
 width: 100%;  /* The width is the width of the web page */
}

.alignTop {
	vertical-align: top;
}

h1 {
	color: #003399;
	font-size: 1.5em;
}

h2 {
	color: #003399;
	font-size: 1.3em;
}

h3 {
	color: #003399;
	font-size: 1.1em;
}

h4{
	color: #003399;
	font-size: 0.9em;
}

.transout {
	opacity: 0.5;
	transition: 1s;
}

.transout:hover{
	opacity: 1;
}

.width80center{
	width: 80%;
	margin: auto;
}

.width100img{
	width:100%;
}

.heartest{
	text-decoration: none;
}

.testtxt{
	font-size: 2em;
	color: #66bc70;
	font-weight: bold;
}

.txtblue{
    color: #003399;
}

.txt12em{
    font-size: 1.2em;
}

.txt11em{
    font-size: 1.1em;
}

.txt09em{
    font-size: 0.9em;
}

.txt08em {
    font-size: 0.8em;
}

.txt07em {
    font-size: 0.7em;
}

/*
	section for the format of the hearing test button
*/
.gradiant {
	padding: 10px 0px;
	background-color: #808285; /* For browsers that do not support gradients*/
	background-image: linear-gradient(90deg, #808285 , #f1f2f2,#808285 , #f1f2f2);
	animation-name: keygradiant;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	background-size: 300% 100%;
	box-shadow: 0 3px 14px #000;
	border-radius: 1rem;
}

@keyframes keygradiant {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 0%;
	}
}

/*
	CSS section for the contact page maps and address information
*/

.location50{
	width: 100%;
	text-align: center;
}

.address50 {
	width: 100%;
}

.mapaddress1{
	margin: 10px 0;
	padding: 10px;
	background-color: #c1c1c1;
}

.mapaddress2{
	margin: 10px 0;
	padding: 10px;
	background-color: #f5f5f5;
}

.addrimg{
	width: 300px;
	height: 300px;
}

/*
	CSS for the form seaction in contacts
*/
.formouter {
	width: 100%;
	height: 120%;
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0, 0.9);
}

.forminner{
	width: 80%;
	height: auto;
	display: block;
	margin: auto;
	color: #f5f5f5;
}

.inputsingle{
	width: 90%;
	height: 32px;
	font-size: 1em;
	border: none;
	background-color: #f5f5f5;
}

.inputsingle :hover{
	background-color: white;
}

.inputmulti{
	width: 90%;
	height: 100px;
	font-size: 1em;
	resize: none;
	border: none;
	background-color: #f5f5f5;
}

.inputbutton{
	padding: 5px 10px;
	font-size: 1.2em;
	border-radius: 5px;
	margin: 5px 10px 5px 0px;
	background: #d7d7d9;
}

.chkbox {
	width:30px;
	height:30px;
}

/*
	This section is the CSS for the alert message
*/
.msgalertouter {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;;
}

.msgalertinner {
	display: block;
	width: 50%;
	margin: auto;
	background-image: linear-gradient(180deg, #808285 , #f1f2f2);
	border: solid 2px #f1f2f2;
	border-radius: 10px;
	position: relative;
	top: 20%;
}

.msgalerttop {
	padding: 10px;
	text-align: center;
	color: #003399;
	font-weight: 600;
	font-size: 1.3em;
}

.msgalterbodyouter{
	background: #f1f2f2;
	padding: 10px 0;
}

.msgalertbodyinner {
	color: #808285;
	width: 90%;
	text-align: left;
	font-size: 1em;
	margin: auto;
}

.msgalertbottom {
	margin: 5px auto 10px auto;
	text-align: center;
	height: 40px;
}

.msgalertbutton {
	width: 50%;
	height: 30px;
	text-align: center;
	position: relative;
  top: 20%;
	font-size: 1.2em;
	color: #003399;
	border-radius: 5px;
	background: #d7d7d9;
}

.linklogo {
	height: 100px;
	padding: 10px 30px;
	margin: 10px 10px;
}

.nodeco {
	text-decoration: none;
}


.col_3{
	display: inline-block;
	width: 32%;
	font-size: 0.8em;
}


.ul_left{
	text-align: left;
}

.li_liststylenone{
	list-style: none;
}

.a_whitetextnonepaddingmargin{
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin: 5px;
	font-weight: 500;
}

.logo_fb{
	width: 10%;
	margin: 10px;
	float: right;
}

.copywrite{
	width: 100%;
	font-size: 0.5em;
}
