@charset "UTF-8";
/* CSS Document */
body {
	/*background-color:#ddd;*/
}
.one {
	width:90%;
	float:left;
}
.two {
	width:90%;
	float:left;
}
.three {
	width:90%;
	float:left;
}
.four {
	width:90%;
	float:left;
}
.five {
	width:90%;
	float:left;
}
.six {
	width:90%;
	float:left;
}
.seven {
	width:90%;
	float:left;
}
.eight {
	width:90%;
	float:left;
}
.nine {
	width:90%;
	float:left;
}
.ten {
	width:90;
	float:left;
}
.eleven {
	width:91.36%;
	float:left;
}
.twelve {
	width:100%;
}
#Home {
	width:100%;

}

#Interior {
	
}

@media (min-width:50px) and (max-width:530px){
/*#HomeContent {
	min-height:300px;
}*/
}

#Logo img {
	width:100%;
	max-width:400px;
}
#Logo {
	margin-top:5px;
}
h1 {
	font-size:1.3em;
	line-height:1.2em;

}

.hometext {
	color:#fff;
	font-size:1.1em;
	font-weight:500;
	padding-left:60px;
	padding-top:300px;
	width:50%;
	max-width:210px;
}

#Emphasis p{

	padding:10px 0px;
}
.button p {
	font-size:.7em;
	line-height:1em;
	padding-top:10px;
}
.button_style a{
	padding:35px 65px; 		
	
}
.button-int {
	width:90%;
}
.button_style a:hover {
	}
#SideLinks {
	display:inline-block;
	background-color: rgba(98,50,80,.94);
	max-width:none;
	width:94%;
}
.navimg{
	display:none;
}
#SideLinks ul.menu{
	margin:0px;
	width:100%;
}

#SideLinks ul.menu li{
	padding:15px;
width:100%;
	border:none;
	line-height:2em;
}
#SideLinks ul.menu li a{
	color:#fff;
	width:100%;
	display:block;
	margin-left:5%;
}
#SideLinks ul.menu li .active{
	color:#F8EAA2;
}
#SideLinks ul.menu li a:hover{
	color:#F8EAA2;
	
}
#SideLinks ul.menu li ul{
	list-style:none;
}
#Footer {
	height:450px;
}

/*_________________flipmenu-----------------*/
 .intmenu-toggle{
	display:block;
	width:45px;
	height:45px;
	position:relative;
	top:0px;
	margin-bottom:0px;
	left:85%;
	background-image:url(../images/menu-hamburger.png);
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:999;
	
}
#Home .intmenu-toggle{
	display:block;
	width:45px;
	height:45px;
	position:relative;
	top:0px;
	margin-bottom:0px;
	left:90%;
	background-image:url(../images/menu-hamburger.png);
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:999;
	
}

.show_sidebar .intmenu-toggle{
	/*background-image:url(../images/book.png);*/
	
}
.twocolumn #Main
{
width:100%;
margin-left:0px;
margin-right:0px;
padding-top:0px;
float:none;
height:auto;
	overflow:auto;	
/*transition:transform 0.6s ease, height 0.6s ease;
-webkit-transform: rotateY(0deg); 
    transform: rotateY(0deg); */
}
.sidebar{
width:94%;
margin-left:3%;
margin-right:3%;
padding-bottom:80px;
float:none;
background-color:#fff;
/*height:0px;	
	overflow:hidden;
	padding:0px;*/
	position:absolute;
	top:500px;
	opacity:0.0;
	
	-webkit-transition: top 1s, opacity 1s ease-out;
	
	transition: top 1s, opacity 1s ease-out;
/*transition:transform 0.6s ease, height 0.6s ease;
	-webkit-transform: rotateY(180deg); 
    transform: rotateY(180deg);  
	backface-visibility:hidden;*/
}
.show_sidebar .sidebar{
	/*height:auto;
	overflow:auto;
	-webkit-transform: rotateY(0deg); 
    transform: rotateY(0deg); */
	top:-20px;
	opacity:1.0;
	z-index:999;
	
}
#SideLinks.off,
.sidebar.off{display: none;}
.show_sidebar #Home  .sidebar{
	
	top:10px;
	opacity:1.0;
	z-index:999;
	
}
.sidebar .menu{
	
    min-width: 350px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


.show_sidebar #Main{
	/*height:0px;
	overflow:hidden;
	padding:0px;	
		-webkit-transform: rotateY(180deg); 
    transform: rotateY(180deg); 
	backface-visibility:hidden;*/
}
.sidebar .hide{
	position:absolute;
	display:block;
	right:1em;
	top:1em;
	
}


