@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Cinzel');
/*--------- Start of Main CSS -------*/
body {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color:#000;
	text-align: left;
	overflow:auto;
}
 
#wrapper {
    margin:0 auto;
    max-width:1020px;
    width:98%;
    background:#FEFBE8;
    border:1px solid #336633;
    border-radius:2px;
    box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
    overflow: hidden;
}

#telephone {
	width:96%;
    padding-left:2%;
    padding-right:2%;
    padding-top: 2%;
    padding-bottom:2%;
    margin: 0;
 	background:#FEFBE8;
}
#telephone img {
    width: 100%;
    max-width: 100%;
    padding: 0;
	border:1px solid #336633;
	box-shadow:0 0 10px 0px rgba(0,37,9,0.8);
}
h4 {
	text-align:left;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom:0;
	color:#336633;
}
input {
  margin-left: 1%;
}
p {
	text-align: left;
	width: 97%;
	padding-left: 1%;
	padding-right: 1%;
}
img {
	text-align:center;
	padding-left:1%;
	max-width:95%;
	height:auto;
	width:auto;
}
table {
    margin-left: 1%;
	width: 98%;
	border-collapse: collapse;
	text-align: center;
}
th {
	border: 1px solid #336633;
	height: 30px;
	text-align: center;
	background-color: #ffcc66;
	color: #336633;
}
tr {
    height:40px;}

td {
	border: 1px solid #336633;
	padding: 2px;
    margin-top:1px;
}
td p {
	margin-left: 1%;
}
#contactform {
	width: 400px;
}
#caption {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
}
#thumb-image img {
	max-width:110px;
	min-width: 110px;
	margin-top: 10px;
}
a.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-appearance: button;
    -moz-appearance: button;
    text-align: center;
    text-decoration: none;
    background-color:#336633;
    color:#ffcc66;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:4px;
    padding-right:4px;
    margin-top:10px;
}
a.button:hover {
	color: white;
}
#wrapper {
	margin:0 auto;
	max-width:1020px;
	width:98%;
	background:#FEFBE8;
	border:1px solid #336699;
	border-radius:2px;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	overflow: hidden;
}
footer {
	margin: 0 auto;
	max-width: 1020px;
	padding:2%;
	background:#009933;
	font-size:16px;
	overflow:hidden;
}
footer p {
	color:#336699;
}
footer p a {
	color:#336699;
	text-decoration:none;
}
.one-col {
	width:98%;
	float: left;
	margin:2% 2%;
	text-align:left;
}
.one-col text {
	margin-left: 2%;
}
.one-col img {
	border:1px solid #336699;
    width: 90%;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	padding-left: 0%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom:10px;
}
.one-col iframe {
	width: 95%;
	height: 370px;
	border:1px solid #336699;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	border-radius:3px;
	padding-left: 1%;
}
#copyright p {
	padding-left:2%;
	text-align: center;
	color:#336699;
	font-size: 10px;
}
#copyright img {
	height:25px;
}
#tablepics table {
    width: 97%;
    border-collapse: collapse;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}
#tablepics td {
    border: none;
    padding-top: 1%;
    width:31%;
}
#tablepics2 table {
    width: 97%;
    border-collapse: collapse;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}
#tablepics2 td {
    border: 1px solid #336633;
	vertical-align:top;
    padding-top: 1%;
    width:31%;
}
#tablecompact table {}
#tablecompact tr {height:30px;}

/*--------- End of Main CSS -------*/
/*--------- Start of CSSMenu ------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #336633;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffcc66;
  font-weight: 700;
  text-transform: none;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.4);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen #menu-button {
    display: block;
    padding: 16px 20px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    color: #ffcc66;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #336633;
    font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 17px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 2px solid #ffcc66;
    border-bottom: 2px solid #ffcc66;
    width: 22px;
    height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
    border-top: 2px solid #ffcc66;
    border-bottom: 2px solid #ffcc66;
}
#cssmenu.small-screen #menu-button:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 27px;
    display: block;
    width: 22px;
    height: 2px;
    background: #ffcc66;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
    background: #659670;
}

#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffcc;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffcc;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffcc;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}

/*----- End of CSSMenu -----*/

/*------Start Media Queries ------*/

@media (max-width: 768px) {body {font-size:12px;}}
@media (max-width: 670px) {
	body {
		font-size: 10px;
	}
	#telephone p {
		font-size: 25px;
		padding-right: 20px;
	}
}
@media (max-width: 538px) {
	#telephone p {
		font-size: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 404px) {
	#telephone p {
		font-size: 15px;
		padding-right: 20px;
	}
}
@media (max-width: 220px) {
	header img {
		max-width: 95%;
	}
}
/*------End Media Queries ------*/
