/* 5B0300 background-color:#22263C;  */
body {
	font-family: Calibri; font-size:14px;text-align:left;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
 dl, table, tr, td, div, a p{ /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-size:18px;
	font-family:Calibri;
}
.dyntext {font-size:14px;}
.bevel {font-size:15px;}
/*
.topcontent li strong {
	font-size:20px;} */
.pagetop p{margin-left:20px; margin-right:10px;min-width:200px}
li p { margin:0px 0px 10px 0px; }

.menu li strong {
	font-size:16px;}
	
h1, h2, h3, h4, h5, h6{
	margin-top: 0; padding:0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. 
	padding-right: 10px;
	padding-left: 10px;*/ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
font-family:Calibri;
}
 
.w100 {width:100%;}


h2 {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;  font-size: 14px;
}
h3 {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;  font-size: 14px;
}
h1{ padding-left:0px; font-size:28px; color:green;font-style:italic; font-weight:bold; margin-top:20px}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: #000; font-size:18px; 
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover {
	color:#4f81bd;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. 
	text-decoration: underline;*/ color:green
}
/*
.contactdets {width:38%; padding-left:15px; float:left; line-height:22px }
.contactmaps {padding-left:30px; float:left; width:54%; }
.contacttext {}

/* ~~ this fixed width container surrounds the other divs ~~ */
.wrapper {width:100%;}
.topbox {position:relative; width:100%; display:inline-block; height:260px;  z-index:100; background-color:#FFF}
.header {
	margin: min-height:250px; position:relative; padding-top: 0px;max-width:1240px;width:100%;margin:0px auto; }

.nav {
	 width: 100%;  height:33px; background-color:#B1E3AC; border-top:2px solid #4B4507; border-bottom:2px solid #4B4507; /* #7EFD4B #8ABE6C */
}
.navinner {
	margin: auto ; padding-left:40px; max-width: 730px; width:100%;  /* min-height:90px;background: url(../images/navbg.png);  */
}

.navbar-fixed {
    top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
}



.container {
	max-width: 1100px; width:100%;
	margin: 0 auto; position:relative; padding-top:0px; /* the auto value on the sides, coupled with the width, centers the layout */
}
.thankyou {width:95%; max-width:400px; border:solid thin #999; padding:50px 30px; text-align:center; line-height:40px;}
/* ~~ this fixed width container surrounds the other divs ~~ 
.container {
	width: 1070px; height:230px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout }*/



.wimage {width:100%}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
*/
.content { padding-right:0px;  margin:auto; width:100%;  min-height:60px; padding-bottom:0px;}
.imgflright {float:right;margin-top:10px; margin-left:15px} 
.imgflleft {float:left;margin-top:10px; margin-right:15px; margin-left:20px} 
.topcontent {width:100%; max-width:1100px; padding-top:0px; margin:auto; max-height:400px; overflow:hidden}

.maincontent { max-width:1100px; width:100%; margin:auto; min-height:450px; padding-top:3px; }
.maininner {width:100%; margin:auto; text-align:left;}
.zoomin img {width: 200px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; opacity: 0.85;} 
.zoomin img:hover { width: 210px; opacity: 1;}
/* ~~ The footer ~~*/
.footmenu{  width:95%; line-height:25px; margin:auto;}

.footmenu ul{list-style:none; width:100%; padding:0px; padding-top:10px;  }
.footmenu ul ul li a { font-weight:normal; font-size:14px; color:#000} /* color:#4B4507; */
.footmenu ul li > ul { display: none; font-weight:normal; }
.footmenu ul li:hover > ul { display: block;}
.footlink {line-height:30px;}
.footcontact{width:70%; float:left; color:green;line-height:25px; font-size:18px; font-family:Calibri; text-align:center; padding-top:20px} /*  color:#7EFD4B;*/
.sbox {width:80%}
.footer{padding:10px 0;margin:0; width:100%;min-height:120px; border-top: solid 2px #4B4507; }
#footer{}
#footerinner{max-width:1100px;width:100%;margin:0 auto; position:relative}
.footimagert{ float:left; max-width:120px; border: thin solid #999; padding:5px; margin-top:20px;}
.footimagelt{ float:left; max-width:160px;border: thin solid #999; margin-top:60px;padding:5px;}
.footer strong{ font-size:16px;}
.footer em strong{ font-size:9px;}
.footer a strong{font-size:12px;color:#4B4507;  
}
.footer a:hover{
	color:#B1E3AC;
} 



.admin a {color: #009; font-size:14px;}
.adminmenu a {font-size:14px;}

.menu-link { display: block;} 
.menu {max-width:1240px;width:100%;margin:0px auto; padding:0px;}/*min-height:30px; */
.menu { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;  z-index:999; height:30px; padding-left:50px }
/*.menu ul ul { display: none; position: absolute; top:30px; min-width: 170px; z-index:999}
.menu ul li { padding: 0px;}
*/
.menu ul li > a {}

.menu ul { padding: 0px; margin: 0px auto;list-style: none;  position: relative;z-index: 1000; }
.menu ul li {color: #4B4507; float:left;  
    box-sizing: border-box; text-align:center}
.menu ul ul { display: none; position: absolute; top:30px; min-width: 150px;  border-radius:8px; /*border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;*/ z-index:100;}
/*
.menu > ul > li { display:block; padding: 0px; margin:0px; } */

.menu ul a:active {
	transition:background 0.5s ease-out; color:#B1E3AC; outline-style: none; background-color: #4B4507; -o-transition: background .5s ease-out; -webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out;
}
.menu ul  a:focus {
	transition:background 0.5s ease-out; color:#B1E3AC; outline-style: none; background-color:  #4B4507; -o-transition: background .5s ease-out; -webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out;
}
.menu ul  a:hover {
	transition:background 0.5s ease-out; color:#B1E3AC; outline-style: none; background-color: #4B4507; -o-transition: background .5s ease-out; -webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out;
}
.menu ul a {
	padding-top: 8px; padding-bottom: 6px; padding-left:40px; padding-right:40px; transition:background 0.5s ease-out;  color: #4B4507; text-transform: uppercase; font-size: 16px; font-weight: normal; text-decoration: none; vertical-align: middle; display:block; z-index: 100; cursor: pointer; background-image: none; -o-transition: background .5s ease-out; -webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out;font-family:Arial, Helvetica, sans-serif; 
}/**/

.menu ul li a { display: block; text-decoration: none; font-size:16px; margin:0px; }
.menu ul li > a:hover{ color:#B1E3AC;  border-radius: 8px;}/*  border-radius: 8px;*/

.menu ul li:hover > ul, hover-effect { display: block; background-color:#B1E3AC; color:#4B4507;}
.menu ul ul > li { position: relative; 	padding: 2px 4px; float: none; z-index: 100; color:#4B4507;} 
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto;  color:#4B4507; }
.menu ul ul > li a:hover { border-radius: 8px; z-index:100; color:#B1E3AC } 
.menu ul ul ul { position: absolute; left: 100%; top:0; }
.slicknav_menu {
	display:none;
}

.hometxt {float:left; padding:9px 40px 8px 30px;display:block; z-index:99999}
.hometxt a{color:#4B4507; font-size:14px; font-weight:bold;  text-decoration:none;display: block;font-family:calibri}
.hometxt hover{ background-color:#4B4507; color:#B1E3AC}
.hometxt a:hover{ background-color:#4B4507; color:#B1E3AC}

@media all and (max-width: 1050px) {
/*.header {display:block} 
.hdlogo {margin-top:40px}
.telephone {margin-top:20px;}
.hometxt {padding-right:5px;padding-left:5px;}
.maininner{width:96%}
.footmenu ul{width:70%; text-align:center;}*/
.footcontact{width:94%; margin:auto; text-align:center; padding-left:5px; float:none}
.footimagert {float:none; text-align:center; margin:auto;}
.footimagelt {float:none; text-align:center; margin:auto; }
}

@media all and (max-width: 882px) {
/*.footcontact{width:65%; float:left; padding-top:10px; padding-left:15px;} */
.peoplebox {width:45%}
.oneperson {float:none;width:90%; }
.onepersontext {width:90%; min-width:250px}
}
@media all and (max-width: 820px) {
.menu ul a {padding-right:35px;padding-left:35px;}
}
@media all and (max-width: 775px) {
.contactdets {width:98%; float:left;padding-left:0px;margin:auto;}
.contactmaps {padding-left:0px; float:left; width:98%;}
.asslogos {display:none}
.imgflleft {float:none; margin:auto; }
.imgflright {float:none; margin:auto; }
}
@media all and (max-width: 680px) {
	.js #menu {
		display:none;
	}
	/*.nav {display:none}*/
	.js .slicknav_menu {
		display:block;
		}
		#nav_bar{display:none}
.topbox {position: relative; height:220px}
.container { padding:0px; padding-top:0px; border-top:thin solid #030}
/*.footmenu ul{ float:none; width:96%; text-align:center; margin:auto; padding:0px; padding-top:15px} */

}



/* for rslider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }