/* LOAD FONTS */
@font-face {
    font-family: Dancing;
    src: url(fonts/DancingScript.ttf);
}
@font-face {
    font-family: Open;
    src: url(fonts/OpenSans.ttf);
}
@font-face {
    font-family: Free;
    src: url(fonts/Freehand.ttf);
}

* {
margin: 0;
padding: 0;
}
html {
width: 100%;
}

body {
font-family: Open, sans-serif;
font-size: 20px;
color: #072b31;
text-decoration: none;
font-weight: normal;
width: 100%;
background-color: #072b31;
-webkit-tap-highlight-color: transparent !important;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
width: 100%;
height: auto;
margin: 0 auto;
border: #072b31 1px solid;
background-color: #072b31;
}

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

textarea {
resize: none;
}
iframe {
border: none;
}

/* DEFAULTS */

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes scaleInAn {
  0%   {transform: scale(0);}
  100% {transform: scale(1);}
}

ul, ol {
margin: 15px 0;
}
li {
margin-left: 25px;
}
h1 {
font-family: Free, sans-serif;
font-size: 1.4em;
color: #fe8e3c;
text-decoration: none;
font-weight: 700;
margin: 0 0 8px 0;
}
p {
font-family: Open, sans-serif;
font-size: 1em;
color: #07424c;
text-decoration: none;
font-weight: normal;
margin: 10px 0;
}
a:link, a:visited {
font-family: Open, sans-serif;
font-size: 1em;
color: #07424c;
font-weight:700;
text-decoration: underline;
}
a:active, a:hover {
text-decoration: none;
background-color: #ebd511;
font-weight:700;
transition: 0.9s;
}
a[href^="tel:"] {
font-family: Open, sans-serif;
font-size: 1em;
color: #07424c;
text-decoration: none;
font-weight: 700;
}
a[href^="tel:"]:hover {
text-decoration: none;
background-color: #ebd511;
font-weight:700;
transition: 0.9s;
}

.fade-in-image { animation: fadeIn 5s; }
.growIn { animation: scaleInAn 1s ease-in; }

/* PAGE TOP */

.pagetop {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
padding: 10px 20px;
background-color: #177483;
border-bottom: white 1px solid;
}
	.pagetopArea {
	display: block;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: right;
	font-family: Open, sans-serif;
	font-size: 1em;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	}
	span.bardiv {
	color: #ffffff;
	}
	span.phone, span.map {
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width: 1em;
	height: auto;
	margin: 0 4px -4px 0;
	}
		span.phone img, span.map img {
		display: block;
		width: 100%;
		height: auto;
		}
	.pagetopArea a {
	font-size: 1em;
	}	
	.pagetopArea a[href^="tel:"] {
	  color: #ffffff;
	  font-weight: bold;
	  text-decoration: none;
	  transition: 0.9s;
	}
	.pagetopArea a:hover {
	color: #ebd511;
  background-color: transparent;
	}
	


/* HEADER AREA */

.headerArea {
display: flex;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-color: #ffffff;
border-bottom: white 1px solid;
}
	.logo {
  display: block;
  height: 265px;
	width: 20%;
	float: left;
	}
		.logo img {
    display: block;
		width: auto;
		height: 100%;
    margin-left: 20px;
		}
	  .logo a:hover {
	  opacity: .6;
    transition: 0.9s;
	  }

.nav {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
padding: 4px 4px;
background-color: #177483;
border-bottom: white 1px solid;
border-top: white 1px solid;
}


/* FOOTER AREA */

.footerBar {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
border-top: #258291 1px solid;
background-color: #07424c;
}

	.footerCont {
	display: block;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 1300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-family: Open, sans-serif;
	font-size: .8em;
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
	line-height: 125%;
	}
	
	.fb {
	display: block;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	float: right;
	width: auto;
	height: auto;
	}
		.fa-facebook {
		padding: 5px;
		font-size: 1.8em;
		border: #188b9e 1px solid;
		}
		
	span.company {
	font-family: Open, sans-serif;
	font-size: 1.15em;
	color: #ebd511;
	text-decoration: none;
	font-weight: 700;	
	}
	.footerCont a:link, .footerCont a:visited {
	font-family: Open, sans-serif;
	font-size: .8em;
	color: white;
	text-decoration: underline;
	font-weight: normal;
	}
	.footerCont a:active, .footerCont a:hover {
	color: #ebd511;
  	text-decoration: none;
    background-color: transparent;
  	transition: 0.9s;
	}	
	.footerCont a[href^="tel:"] {
	font-family: Open, sans-serif;
	font-size: 1em;
  	color: white;
  	font-weight: 700;
  	text-decoration: none;
  	transition: 0.9s;
	}
	.footerCont a[href^="tel:"]:hover {
	color: #ebd511;
  background-color: transparent;
	}	

span.copyright {
display: block;
clear: both;
overflow: hidden;
width: 100%;
font-family: Open, sans-serif;
font-size: .85em;
color: #b8b8b8;
text-decoration: none;
font-weight: 400;
text-align: center;
}

/* BACK TO TOP */

#back-top {
	position: fixed;
	bottom: 50px;
	margin-left: 60%;
	z-index: 1000;
}
#back-top i.fa { 
	font-size: 2em; 
}

#back-top a {
	width: 150px;
	height: auto;
	display: block;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	transition: 1s;
}
#back-top a:link, #back-top a:visited { color: #ffffff; }
#back-top a:hover { color: #ebd511; }

span.sitestamp {
	display: inline-block;
	float: right;
	width: 100%;
	text-align: right;
	font-family: Open, sans-serif;
	font-size: .85em;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
span.sitestamp a:link, span.sitestamp a:visited {
	font-family: Open, sans-serif;
	font-size: .85em;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
span.sitestamp a:active, span.sitestamp a:hover {
	font-family: Open, sans-serif;
	font-size: .85em;
	color: #ebd511;
  background-color: transparent;
	text-decoration: none;
	font-weight: normal;
  transition: 0.5s;
}



/* MEDIA QUERIES */

@media screen and (max-width: 1612px) {
	.logo {
	width: 25%;
	}
		.logo img {
    margin-left: 10px;
		}
}
@media screen and (max-width: 1282px) {
	.logo {
	width: 30%;
	}
		.logo img {
    margin-left: 10px;
		}
}
@media screen and (max-width: 1175px) {
  .pagetopArea {
  text-align: center;
  }
  .headerArea {
  display: block;
  }
	.logo {
  display: block;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: auto;
  float: none;
	}
		.logo img {
    max-height: 265px;
    width: auto;
		height: 100%;
    margin: 0 auto;
		}
}
@media screen and (max-width: 800px) {
    body {
    font-size: 18px;
    }
		.logo img {
    max-height: 220px;
    width: auto;
		height: 100%;
    margin: 0 auto;
		}
}