@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/

/* Smartphones (landscape) ----------- */
	@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);

/* Smartphones (portrait) ----------- */
	@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] {
	color: white;
	text-decoration: none;
}
body, html {
	height: 100%;
	overflow: visible;
	padding: 0;
	margin:0;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none; 
	font-family: 'Roboto Condensed', sans-serif;
	color:#343132;
	font-size:14pt;
	line-height:24pt;
}
html {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  scroll-behavior: smooth;		
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
 }
.clearit {
	clear: both;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background:#faf3ea url(/img/footer.jpg) no-repeat center bottom;
	background-size: cover;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#menu {
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 400;
	overflow:auto;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu p {
	padding-left: 16px;
}
#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;
}
#picturebox {
	width: 100%;
	overflow: hidden;
	position:relative;
	padding:0;
	border-top:1px solid #7A5818;
	border-bottom:1px solid #7A5818;	
}
.slide, .slidevis {
	background-position: center top;
    background-size:cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#menubar {
	padding-top: 4px;
    height:36px;
	background-color:rgba(255,255,255,0.75);
	z-index:1000;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	padding:0;
	margin:0;
}
.solidback
	{
	background-color:#faf3ea;
}
#ml {
	float: left;
	padding-left:8px;
    width:32px;
}
#topholder {
	position: relative;
	left: -2px;
	top: 0;
	width: 100%;
	height: auto;
}
table {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
.topbar {
	padding:24px 0 24px 0;
}
.tcl,.tcr {
	width:26%;
	vertical-align: middle;
}
.tcl {
	color: #565254;
	padding-left:4%;
	font-size:10pt;
}
.tcl a,.tcr a,.tcm a {
	display:inline-block;
	text-decoration:none;
	color:inherit;
}
.tcl a {
	border-right:1px solid #BBBDBD;
	margin:12px 0 6px 0;
	padding:0 12px 6px 12px;
}
.tcl a:last-child {
	border :none;
}
.tcr a {
	margin-right:12px;
	color:#32383A;
}
.tcr {
	text-align:right;
	padding-right:4%;
}
.tcm {
	width:40%;
	text-align:center;
	color: #F9564F;
	font-weight:300;
	font-size:36pt;
	font-family: 'Raleway', sans-serif;
}
h2 {
	font-family: 'Coda', cursive;
	font-weight: 300;
}
.table {
	display:table;
	width:100%;
	height:100%;
}
.cell {
	display:table-cell;
}
.row {
	display:table-row;
}
#spacer {
	display:block;
    width:100%;
}
.menstrip {
	width:93%;
	padding:24px 0 24px 0;	
}
.tos {
	text-shadow: 0px 0px 8px #000000;	
}
.sbl {
	padding-top:24px;
	display:inline-block;
}
.sll {
	display:inline-block;
}
.hbutt {
	border:1px solid #c0c0c0;
	padding:12px 24px 12px 24px;
	text-decoration:none;
	display:inline-block;
	border-radius:12px;
	font-size:12pt;
}
.msl {
	float:left;
	padding-top:12px;
}
.msr {
	float:right;
}
.tcr a {
	display:inline-block;
	width:32px;
	height:32px;
	border-radius:18px;
	background-color:#000000;
	background-position:center center;
}
.tcr a:first-child {
	background-image:url(/img/fbwall.png);
}
.tcr a:last-child {
	background-image:url(/img/inwall.png);
}
.phoneline {
	text-align:center;
	padding:16px 0 16px 0;
	background-color: #565254;
	color:white;
	font-weight:300;
	width:100%;
	margin:0;
    font-family: 'Arial', sans-serif;    
    letter-spacing: 1px;
	font-size:12pt;
}
.tfont {
	font-size:28pt;
	line-height: 36pt;
	font-weight: 300;
	color:#565254;
}
.lfont {
	color:#565254;
}
.mid {
	position:relative;
}
.picbox img {
	display:block;
}
.caphold a {
	display:inline-block;
	color:white;
	border:2px solid white;
	padding:12px 24px 12px 24px;
	text-decoration:none;
	font-size:9pt;
}
.caphold {
	width:100%;
	left:0;
	top:0;
	bottom:0;
}
.cpos {
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}
.narrow {
	width:70%;
	margin:0 auto 0 auto;
}
.narrow p {
	width:100%;
	text-align:left;
}
.mapbar {
	margin-top:12px;
	background-color:#2D3234;
	color:#FFFFFF;
	text-align:center;
}
.mbc {
	padding:48px 0 48px 0;
}
.pstrip {
	margin-top:12px;
}
.picbox {
	position:relative;
}
.picbox:nth-child(4) {
	background-color:#2D3234;
}
.footer {
	width:100%;
	background-color: rgba(56,53,54,0.85);
	padding:48px 2% 48px 2%;
	color:#E0E0E0;
	text-align:center;
}
.hbutt {
	background-color:rgba(255,255,255,0);
	color:inherit;
	transition: background-color 0.25s ease;
}
.hbutt:hover {
	background-color:rgba(255,255,255,1);
	color:black;	
	transition: background-color 0.25s ease;	
}

.underliner a {
  position: relative;
  text-decoration: none;
}

.underliner a:hover {
}

.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cbox img {
    display:block;
}
.topbox {
    width:100%;
    border:1px solid #F0F0F0;
    position:relative;
}
.leftbox {
    color:white;
    padding:16px;
}
.leftbox h1 {
    margin-top:0;
    font-size:20pt;
    line-height:28pt;
}
.bodybox {
    padding:32px 0 64px 0;
}
.footpic {
    border:1px solid #F0F0F0;
    width:100%;
}
.linkstrip {
    color:#808080;
    margin-top:16px;
}
.linkstrip a {
    color:#404040;
    text-decoration:none;
}
.logos {
    padding-top:24px;
    width:50%;
}
.thead {
    font-size:24pt;
    line-height:28pt;
    margin:0;
    padding:0;
}
.cbb {
    padding-top:12px;    
    padding-bottom:12px;
}
.cbinner {
    width:90%;
    margin:0 auto 0 auto;
	line-height:20pt;
    text-align:center;
	font-family: 'Coda', cursive;
	font-size:18pt;
}
.logohold {
    width:100%;
    text-align:center;
}
.fpm {
    margin-top:48px;
}
.box {
    float:right;
    text-align:center;
}
.rform {
    width:100%;
}
.rform input, .rform textarea,.rform a {
    width:60%;
    margin:0 20% 12px 20%;
    padding:8px;
    outline:none;
    border:none;
    display:inline-block;
}
.rform textarea {
    height:96px;
}
.rforma {
    background-color: #2d3032;
    text-align:center;
    color:white;
    text-decoration:none;
}
.gallhold {
    float:left;
}
.gallhold img {
    display:block;
    margin:0 12px 12px 0;
}
.cbm {
}
.bmpad {
	padding-bottom:32px;
}
.imarg {
	width:90%;
	margin:0 auto 0 auto;
	text-align:center;
}
.tformat {
	width:40%;
	margin:32px auto 0 auto;
}
.ttit {
    font-family: "Fondamento", cursive;
	margin-top:12px;
	cursor:pointer;
}
.btit {
	letter-spacing:10pt;
	margin-top:12px;
}
.docmenu a {
    display:inline;
    padding:0;
    margin:0 12px 0 0;
    text-decoration:none;
    color:white;
    font-size:10pt;
    font-weight:bold;
}
.plhn {
    line-height:normal;
}
.plhn p {
    margin:0;
    padding:0;
}
.plhn input,.plhn textarea {
    padding:12px;
}
.plhn input,.plhn textarea,.plhn select {
    margin-bottom:12px;
    font-size:14pt;
}
.plhn textarea {
    height:150px;
}
.srb {
    display:inline-block;
    color:white;
    background-color: black;
    padding:12px;
    text-decoration:none;
    margin:24px 0 24px 0;
	border-radius: 100vmax;
	font-size:14pt;
}
.bhold {
	cursor:pointer;
	display:inline-block;
	padding:8px;	
}
.bthold img {
	width:100%;
}
.btp {
	text-align: center;
}
.tl1 {
    font-size:20pt;
    font-family: "Fondamento", cursive;	
	padding-top:12px;
}
.tl2 {
	font-size:12pt;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background-color: white;
  padding: 6px 8px 6px 8px;
  font-size: 1rem;
  background: white url(/img/arrowsel.gif) right top no-repeat;
  outline: none;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  color: #202020;
}
select::-ms-expand { /* for IE 11 */
  display: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
  select {
    background-color: white;
    padding: 5px;
    font-weight: bold;
  }
}
.infobar {
	text-align:center;
	font-size:12pt;
}
.infobar img {
	display:inline;
}
.infobar a {
	text-decoration:none;
	color:red;
	font-weight:bold;
}
#mynewsbox {
    width:100%;
	position:fixed;
	left:0;
	top:12px;
	color:#606068;
	z-index:250;
	opacity:0;
	transition: all .5s ease-in-out;	
	border-radius:8px;
	overflow:hidden;
	font-family:arial;
}
#mynewstxt {
	border:16px solid teal;
	background-color:rgba(255,255,240,0.92);	
	padding:36px;
	position:relative;
	border-radius:4px;
}
#mynewsbox a {
	color:yellow;
}
#closeit {
	position:absolute;
	right:4px;
	top:4px;
	color:black;
	background-color:black;
	padding:4px;
	display:inline-block;
	text-decoration:none;
	font-size:12pt;
	border-radius:4px;
}
.mstrip {
	background-color:black;
	color:yellow;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}