@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* tablet.css ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* mobile.css ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
  text-decoration: none;
}
.topline a[href^=tel] {
  color: darkgreen;
}
.footer a[href^=tel] {
  color: white;
}
.innerbox a[href^=tel] {
  color: black;
}
body, html {
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #606060;
  font-size: 10pt;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menubar, #menubarrier {
  background-color: #00F;
  color: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 150px;
  z-index: 400;
}
#menubarrier {
  background-color: #FFFFFF;
  left: 0px;
  width: 100%;
  z-index: 450;
}
#menubar {
  background-color: #808080;
  color: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 400;
  overflow: auto;
}
#menubar a {
  color: #FFFFFF;
  text-decoration: none;
}
#menubar p {
  padding: 0 0 0 16px;
  margin: 6px 0 6px 0;
}
#wrapper {
  /*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
  height: auto;
  margin-left: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 500;
}
.slide {
  visibility: hidden;
}
#capbox, #picturebox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide, .slidevis {
  background-position: center top;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#picturebox {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
#picturebox img {
  display: block;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.table {
  width: 100%;
  height: 100%;
}
.icon {
  padding: 8px;
  width: 48px;
}
.topline {
  padding: 12px;
}
.infobox {
  text-align: center;
  background: url(/img/wallp.jpg) top center;
  background-size: cover;
}
.infobox p {
  font-size: 11pt;
  line-height: 18pt;
}
.innerbox {
  margin: 48px auto 48px auto;
  background-color: white;
  padding: 32px;
}
.tr {
  vertical-align: middle;
  color: darkgreen;
  font-size: 14pt;
}
.picframe {
  float: left;
}
.gline {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #202024;
}
.footer {
  padding: 24px 12px 24px 12px;
  background-color: black;
  color: white;
  font-size: 12pt;
  overflow: hidden;
}
.gline h1 {
  width: 100%;
  color: white;
  text-align: center;
  padding: 0;
  margin: 0 0 24px 0;
  font-family: 'Bree Serif', serif;
}
.innerbox {
  margin-left: auto;
  martgin-right: auto;
  width: 90%;
}
#footer {
  background-color: #000000;
  padding: 12px 0 12px 0;
  color: #FFFFFF;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  line-height: 20pt;
}
#footer input, #footer textarea, .footera {
  width: 95%;
  font-size: 12pt;
  padding: 4px;
  border: 1px solid #000000;
  margin: 0;
  display: inline-block;
}
#footbutt {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #404040;
  font-weight: bold;
  text-align:center;
}
#footer textarea {
  height: 100px;
}
#footer h1 {
  font-size: 14pt;
  color: #00A000;
  margin-bottom: 12px;
}
.cda {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}