/* CSS Document */
#cf4a {
	display: none;
	}
.galleries {
	text-align: center;
	}
.galleries p {
	font-size:18px;
	line-height: 26px;
	}

.galleries a {
	display: inline-block;
	text-decoration: none;
	background-color:#DDFFCC;
	line-height: 32px;
	color:#663333;
	padding: 4px;
	margin: 8px;
	border: 2px solid #663333;
	}

.galleries a:hover {
	background-color: #FFFFCC;
	}
.content-pic {
	width: 60%;
	float: right;
	}
.content-pic-left {
	width: 60%;
	float: left;
	}
.content-pic-full {
	width: 100%;
	clear: both;
	}
.fadeacross {
	display: inline-block;
	position: static;
	clear: both;
	width: 90%;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 60%;
	margin-right: 0%;
	}
.faded {
	width: 90%;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	}
.middle {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
@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;
}	
		
.stylish {
	font-style: italic;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-left: 50px;
}
.header_logo {
	width: 40%;
	left: -40%;
	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: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #330000;
	margin: 10px;
	padding: 5px;
}
.attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #330000;
	margin: 10px;
	text-indent: 12px;
	text-align: right;
	padding: 5px;
}
	
.main_menu {
	position:fixed;
	margin: 0px;
	background-color:#FFFFFF;
	z-index:300;
	opacity: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 40%;
	left: -40%;
	top: 15%;
	text-align:center;
	line-height: 30px;
	}

.main_menu_open {
	left: 0%;
	opacity: 1;
	}

.main_menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 5px;
	}
	
.menu_line {
	padding: 0px;
	height: 6px;
	width: 90%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	display: block;
	}

.menu_content {
	list-style: none;
	top:0;
	right:0px;
	bottom:0px;
	left:0px;
	}

.menu_item {
	color: #663322;
	text-decoration: none;
	line-height: 20px;
	}

.menu_item:hover {
	color: #D1C7AE;
	font-size: 17px;
	}

.menu_item_active {
	color: #D1C7AE;
	}

/* Content Sections */

.content_item {
	position: fixed;
	top: 16%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663322;
	background-color: #FFFFFF;
	width: 38%;
	left: -40%;
	opacity: 0;
	bottom: 30px;
	overflow-y:auto;
	z-index:2;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.content_item_active {
	left: 0%;
	opacity: 1;
}

/* Centered Logo and transparent Click Layer */

.logo {
	background-size: 20%;
	}

.logo_dimmed {
	opacity: 0;
}

/* Social Media Tabs */

#fbtab {
	position: fixed;
	right: -150px;
	top: 150px;
	height: 50px;
	width: 200px;
	background-image:url(../img/fbtab.gif);
	background-size:200px 50px;
	z-index:500;
	}
#fbtab:hover {
	right: 0px;
	}
#itab {
	position: fixed;
	right: -150px;
	top: 205px;
	height: 50px;
	width: 200px;
	background-image:url(../img/itab.gif);
	background-size:200px 50px;
	z-index:500;
	}
#itab:hover {
	right: 0px;
	}
#itab, #fbtab {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/* "Click Anywhere" message */

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

/* Page Footer */

.bottom_info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #FFFFCC;
	text-align: center;
	z-index: 5;
	background-color: #283322;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	line-height: 30px;
	}
.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;
 }
}

#cf4b {
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  z-index:-2;
	}
	
#cf4b img {
  position:absolute;
  left:0px;
  top:0px;
  width: 100%;
  z-index:-2;
	}

#cf4b 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;
}
#cf4b  img:nth-of-type(1) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
#cf4b img:nth-of-type(2) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
#cf4b img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#cf4b img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}



