﻿.page .container {
     max-width: 100%;
     padding: 0px 20px;
     
}


.page h1 {
	color: #4D240F;
	font-family: 'Tangerine', cursive;
	font-size: 44px; 
	font-weight: normal; 
	line-height: 48px;  
	 
	}
.page h2 {
	color: #4D240F;
	font-family: 'Tangerine', cursive;
	font-size: 40px; 
	font-weight: normal; 
	  
	 
	}
	.page h3 {
	font-family: 'Oxygen', sans-serif;
		color: #fff;
	font-size: 18px;
	font-weight: normal; 
	line-height: 22px; 

	}
.page h4 {
	font-family: 'Oxygen', sans-serif;
	color: #8ABB5B;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}

img {
 	max-width: 100%;
 	height: auto;
}
.spacer{
	clear: both;
}
.page .imgcenter {
	text-align: center;
}
.page .center {
	text-align: center;
}
.page .pl60 {
	padding-left: 0;
}

@media only screen and (min-width : 480px) {
.page .pl60 {
	padding-left: 60px;
}

}


.page .pl40 {
	padding-left: 40px;
}
.page .pl20 {
	padding-left: 20px;
}
.page .pr20 {
	padding-right: 20px;
}

.page .pr40 {
	padding-right: 40px;
}
.page .pr60 {
	padding-right: 60px;
}
 .page .mt30 {
 	margin-top: 30px;
 }
  .page .mt60 {
 	margin-top: 60px;
 }

  .page .mb40 {
 	margin-top: 40px;
 }
.page .pt160 {
padding-top: 160px;
}
.page .pt60 {
	padding-top: 60px;
}
.page .pt40 {
	padding-top: 40px;
}
.page .pt20 {
	padding-top: 20px;
}

.page .pb40 {
	padding-bottom: 40px;
}
.page .pb20 {
	padding-bottom: 20px;
}
.page .white {
	color: #fff;
}

.page .homebox {
	
  width: 200px;
  padding: 25px 40px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 25px;
}
.page .homebox2 {	
  width: 200px;
  padding: 10px 30px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}
.page .brownback {	
width: 100%;   
background: url(/images/brown.jpg);
background-repeat: repeat;


}


.page .mainbox {	
  width: 100%;
  padding: 25px 40px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
   margin-bottom: 20px;
}



 .page .bodytext {
	font-family: 'Scope One', serif;	
	color: #4D240F;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;

}
.bodytext ul{
padding: 0px;	
}

.bodytext li{
list-style-image: url(/images/bullet.png);
	list-style-position: inside;
    padding-left: 10px;
    text-indent: -28px;	
}

.page .largebodytext {
	font-family: 'Scope One', serif;	
	color: #4D240F;
	font-size: 24px;
	border-bottom: thin #4D240F dashed;
	width: 80%;
	font-weight: bold;
		

}

 .page .whitetext {
	font-family: 'Scope One', serif;		
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;

}
.page .whitetext a {
	 color: #fff;
}

  
.page .whitetext a:hover {
  color: #697E56; }
  
   .page .smallwhitetext {
	font-family: 'Scope One', serif;		
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;

}
.page .smallwhitetext a {
	 color: #fff;
}

  
.page .smallwhitetext a:hover {
  color: #697E56; }


 .page .homelink {
	font-family: 'Scope One', serif;	
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;    	
    padding: 10px 15px;    
    color: #fff;
    display: block;
    border-radius: 10px 0;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    text-decoration: none;
    width: 80%;
    margin: 10px auto;
    background-color: #697E56;
          
}


.page .homelink a {    
    	color: #fff;
    	text-decoration: none;
    	
    
}
.page .homelink:hover {
    background-color: #4D240F;
    color: #fff;
    text-decoration: none;
    
    
}

/* NAV 2 */
 .page .nav-two {
    border: none;
    	margin: 0 auto;
	padding: 0px;
	text-align: center;
	
}

	
     
.page .nav-two li{
	float: left;
	width: 100%;
	text-align: center;
	list-style:none;
	 font-family: 'Scope One', serif;
	 
	color:#4D240F;
	border-bottom: thin #4D240F dotted;	
padding: 7px 5px;
	
}  
.page .nav-two li a{
   font-size: 18px;
   text-decoration:none;
   padding: 7px 5px;
   
   
}  
.page .nav-selected-two a {
    background-color: #4D240F;
   color:#fff;
}


.page .nav-path-selected-two {
	background-color: #4D240F;
	color: #fff;
	display: block;
}

.page .nav-two ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
list-style-type:none;
padding: 0px;
}
.page .nav-two li:hover { 
background-color:#4D240F; 
color: #fff;
 }

 
.page .nav-two li:last-child {
background-color:#fff; 
color: #4D240F;
font-weight: bold;
}

.page .nav-two li:hover ul li a {
padding:5px;
display:block;
width:168px;
text-indent:15px;
background-color:#4D240F;
color: #fff;

}
.page .nav-two li:hover ul li a:hover { color:#fff; 
 }
 



/*end NAV 2*/


a {
  color: #4D240F; }

a:hover {
  color: #fff; }




.page hr.style1 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}


  



.page .whitehead {
	font-family: 'Chau Philomene One', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 35px; 
	border-bottom: thin white dashed;
	width: 100%;

	}


/*Table Style */
  
   table.responsivetable {
   width: 100%;
   border-collapse: collapse;
   }
   /*.responsivetable tr:nth-of-type(odd) {
   background-color: #eee;
   }*/
   .responsivetable thead tr td {
   background-color: transparent;
   
   
   }
   .responsivetable td, .responsivetable th {
   padding: 6px;
   
   text-align: left;
   vertical-align: top;

   }

/* Make Table Responsive --- */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
.responsivetable table, .responsivetable thead, .responsivetable th, .responsivetable tr, .responsivetable td {
display: block;
}
/* Hide table headers (but not display:none, for accessibility) */
.responsivetable thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.responsivetable tr {
}
.responsivetable td {
/* Behave like a row */
border: none;
position: relative;
}
.responsivetable td:before {
/* Now, like a table header */
position: absolute;
/* Top / left values mimic padding */
top: 6px; left: 6px;
width: 80%;
padding-right: 10px;
white-space: nowrap;
}
/* -- LABEL THE DATA -- */
/*.responsivetable td:nth-of-type(1):before { content: "Name"; }
.responsivetable td:nth-of-type(2):before { content: "Email"; }
.responsivetable td:nth-of-type(3):before { content: "Phone"; }
.responsivetable td:nth-of-type(4):before { content: "City"; }
.responsivetable td:nth-of-type(5):before { content: "Sex"; }

}/* End responsive query */

}


/*end Table Style */


/* -------------------------Calendar Settings------------------------- */

.abCalendarNote {
    font-family: 'Scope One', serif!important;
 font-weight: bold!important;
 font-size: 18px!important;
 color: #4D240F!important;
text-align: center;
    margin-bottom: 12px;
    line-height: 20px;
}
#abWrapper_1 .abCalendarLegend {
font-family: 'Scope One', serif!important;
color: #676f71!important;
font-size: 18px!important;
font-weight: 700!important;
}

#abWrapper_1 td.abCalendarColor {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 40px!important;
    height: 40px!important;
}
#abWrapper_1 table.abCalendarLegend {
    clear: left;
    border: none;
    width: 60%!important;
    margin: 0 auto!important;
}
#abWrapper_1 .abMenu {
    background-color: #2D2216!important;
}

.abWrapper .abHeading {
   font-family: 'Lato', sans-serif!important;
 	color: #2D2216!important;
	font-size: 26px!important;
	font-weight: 300!important; 	 
	line-height: 30px!important;  
    
}
.abWrapper .abTitle {
    color: #2D2216!important;
    display: inline-block;
    float: left;
    padding: 5px 0 0;
    width: 20%!important;
    font-size: 16px!important;
    line-height: 22px;
    text-align: left;
    
}
#abWrapper_1 .abForm {
    font-family: 'Lato', sans-serif!important;
 font-weight: 400!important;
    font-size: 16px!important;
}
.abWrapper .abText, .abWrapper .abSelect, .abWrapper .abTextarea {
    background-color: #C5BFBC!important;
   
    border: solid 1px #978D88!important;
  
}
.abWrapper .abStretch {
    width: 60%!important;
}
.abWrapper .abGray {
    background-color: #fff!important;
}
.fa {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome!important;
    font-size: inherit;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.page .mob2 {
	display: none;
}
.page .mob {
	display: block;
	width: 100%;
}
}



/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
.page .mob2 {
	display: none;
}
.page .mob {
	display: block;
	width: 100%;
}
.page .pl60 {
	padding-left: 10px;
}


.page .pr60 {
	padding-right: 10px;
}
.page .logobox {
	
  width: 100%;
  padding: 10px 10px;
  
  border-radius: 20px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 15px;
}
.page .sidebar {	
  width: 100%;
  padding: 15px 10px;
  position: relative;
  z-index: 10;
  border-radius: 15px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}
.page .sidebara {
	width: 100%;
  padding: 15px 10px;
  position: relative;
  z-index: 10;	
  
  
}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.page .mob2 {
	display: none;
}
.page .mob {
	display: block;
	width: 100%;
}
.page .pl60 {
	padding-left: 10px;
}


.page .pr60 {
	padding-right: 10px;
}
.page .logobox {
	
  width: 100%;
  padding: 10px 10px;
  
  border-radius: 20px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 15px;
}
.page .sidebar {	
  width: 100%;
  padding: 15px 10px;
  position: relative;
  z-index: 10;
  border-radius: 15px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}

}


 /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
 	.page h1 {
	font-size: 40px; 	
	line-height: 44px;  
		 
	}

	 .page .bodytext {	
	font-size: 14px;	
	line-height: 20px;
}
.page .mob2 {
	display: block;
	overflow:visible!important;
}
.page .mob {
	display: none!important;
}
.page .logobox {
	
  width: 200px;
  padding: 25px 40px;
  
  border-radius: 30px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 25px;
}
.page .sidebar {	
  width: 200px;
  padding: 25px 20px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}


}

 /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {   
.page h1 {
		font-size: 44px; 
		line-height: 48px;  
	 
	}

 .page .bodytext {	
	font-size: 18px;	
	line-height: 24px;

}
.page .mob2 {
	display: block;
	overflow:visible!important;

}
.page .mob {
	display: none!important;
}
.page .logobox {
	
  width: 200px;
  padding: 25px 40px;
  
  border-radius: 30px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 25px;
}
.page .sidebar {	
  width: 200px;
  padding: 25px 20px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}

}

@media only screen  and (min-width : 1824px) {
.page .mob2 {
	display: block;
}
.page .mob {
	display: none;
}
.page .logobox {
	
  width: 200px;
  padding: 25px 40px;
  
  border-radius: 30px 0;
  background: rgba(83, 43, 21, .85);
  box-shadow: 0 0 10px 1px #532B15;
  margin-bottom: 25px;
}
.page .sidebar {	
  width: 200px;
  padding: 25px 20px;
  position: relative;
  z-index: 10;
  border-radius: 30px 0;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 10px 1px #fff;
  
}

}