/* CSS Document */
#cf4b {
	display: none;
	}
.galleries {
	margin: 80px;
	line-height: 60px;
	text-align: center;
	}
.galleries p {
	text-size: 26px;
	}
.galleries a {
	display: inline-block;
	text-decoration: none;
	background-color:#DDFFCC;
	line-height: 40px;
	color:#663333;
	padding: 4px;
	margin: 8px;
	border: 1px solid #663333;
	}
.galleries a:hover {
	background-color: #FFFFCC;
	}
.header_logo {
	width: 100%;
	left: -100%;
	height: 16%;
	}
.header_logo:hover {
	background-image:url(../img/logo1-hover.jpg);
}

.header_logo_open {
	left: 0px;
	opacity: 1;
}

.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #330000;
	margin: 10px;
	padding: 5px;
}
.attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #330000;
	margin: 10px;
	text-indent: 12px;
	text-align: right;
	padding: 5px;
}
.fadeacross {
	display: inline-block;
	position: static;
	clear: both;
	width: 90%;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 60%;
	margin-right: 0%;
	}
.content-pic, .content-pic-left, 
.content-pic-full {
	width: 100%;
	clear: both;
	}
.faded {
	width: 90%;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	}
.middle {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
.main_menu {
	position:fixed;
	margin: 0px;
	background-color:#FFFFFF;
	z-index:300;
	opacity: 0;
	padding: 0px;
	width: 100%;
	left: -100%;
	top: 15%;
	text-align:center;
	line-height: 40px;
	}
.main_menu_open {
	left: 0%;
	opacity: 1;
}
.content_item {
	position: fixed;
	top: 15%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #663322;
	background-color: #FFFFFF;
	width: 100%;
	left: -100%;
	opacity: 0;
	bottom: 60px;
	overflow-y:auto;
	z-index:2;
	padding: 0%;
	}
.content_item_active {
	left: 0%;
	opacity: 1;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
#after {
   -webkit-animation: flickerAnimation 6s infinite;
   -moz-animation: flickerAnimation 6s infinite;
   -o-animation: flickerAnimation 6s infinite;
    animation: flickerAnimation 6s infinite;
}
.contactform, table, td {
	font-size: 60px;
	z-index: 301;
	} 
input { 
	font-size: 60px;
	}
textarea {
	font-size: 60px;
	}

h1 {
 font-size: 40px;	
	}
.main_menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin: 0px;
	padding: 5px;
}
.menu_line {
	padding: 0px;
	height: 12px;
	width: 90%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	display: block;
}
.menu_content {
	list-style: none;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.menu_item {
	color: #663322;
	text-decoration: none;
	line-height: 50px;
}
.menu_item:hover {
	color: #D1C7AE;
	font-size: 44px;
}
.menu_item_active {
	color: #D1C7AE;
}

.logo {
	background-size: 50%;
}

.logo_dimmed {
	opacity: 0;
}

#fbtab, #1tab {
	position: fixed;
	right: -225px;
	height: 75px;
	width: 300px;
	background-size:300px 75px;
	z-index:500;
	}

#fbtab {
	top: 300px;
	background-image:url(../img/fbtab.gif);
	}
#fbtab:hover, #itab:hover {
	right: 0px;
	}
#itab {
	top: 380px;
	background-image:url(../img/itab.gif);
	}
#itab, #fbtab {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.begin_message {
	position: absolute;
	display: block;
	background-color: #283322;
	border-radius: 10px;
	width: 80%;
	height: 60px;
	top: 70%;
	opacity: 0.7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 32px;
	color:#CCCC99;
	line-height: 60px;
	left: 10%;
	}
#hideall {
	opacity: 0;
	z-index: -2;
	}

.bottom_info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #FFFFCC;
	text-align: center;
	z-index: 1;
	background-color: #283322;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	line-height: 60px;
	}
.bottom_info a {
	color: #FFFFCC;
	font-weight: normal;
	text-decoration: none;	
	}
.bottom_info a:hover {
	font-weight: bold;
	text-decoration:overline;
	}
	
/* Cross-Fade Background */	
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0;
  padding:0;
  z-index: -2;
	}

#cf4a img {
  position:absolute;
  left: 0;
  top:0;
  width: 100%;
  z-index:-2;
	}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 24s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 24s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 24s;
}
#cf4a  img:nth-of-type(1) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}





