@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, p, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
}
table, th, td {
	line-height: 1.5em;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.9em;
	letter-spacing:1.1px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Encode Sans Expanded', sans-serif;
	font-weight:700;
	font-style:normal;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
h1 {
	font-size:40px;
	line-height:26px;
}
h2 {
	font-size:30px;
	line-height:24px;
}
h3 {
	font-size:20px;
	line-height:22px;
}
h4 {
	font-size:18px;
	line-height:20px;
}
h5 {
	font-size:14px;
	line-height:20px;
}
a {
	text-decoration:none;
	color:#444;
}
#top {
	margin: 0 auto;
	width:100%;
	background:#fff;
	height:140px;
	border-bottom:solid 1px #11acb0;
}
#header {
	margin: 0 auto;
	width:1024px;
	height:180px;
}
#logo {
	float:left;
	padding-top:5px;
	padding-left:20px;
}
#top-contact {	float:right;
	padding-top:25px;
	padding-right:20px;
	text-align:right;
	vertical-align:bottom;
}

#nav {
	margin: 0 auto;
	width:100%;
	background:#716f70;
	height:45px;
	border-bottom:solid 1px #11acb0;
}
#menu {
	width:1024px;
	margin:0 auto;
}
#container {
	width:100%;
	height:auto;
	clear:both;
}
#content {
	margin: 0 auto;
	width:1024px;
	height:auto;
	min-height:350px;
	padding:20px;
}
#slider {
	width:100%;
	height:auto;
}
#footer {
	width:100%;
	height:200px;
	background-color:#716f70;
	border-top:solid 1px #11acb0;
	clear:both;
}
#footer-content {
	margin: 0 auto;
	width:1024px;
	height:100%;
	color:#FFF;
	padding-top:20px;
	text-align:center;
}
.white {color:#FFF;}

.black {color:#000;}
.image{width: 100%;
   height: auto;}
 @media screen and (max-width: 980px) {
 body {
font-size: 10px;
}
table, th, td {
 line-height: 1.5em;
 font-size: 10px;
}
.td-pad {
 padding:5px;
 font-size:12px;
}
 #content {
 margin: 0 auto;
 width:auto;
 height:auto;
 min-height:250px;
 padding:10px;
}
#footer {
	width:100%;
	height:160px;
	background-color:#716f70;
	border-top:solid 1px #11acb0;
	clear:both;
}

#footer-content {
 margin: 0 auto;
 width:auto;
 height:100%;
}
}
