@charset "utf-8";

@font-face{
font-family: LucidaSansRegular;
src: url('assets/Lsans.TTF');  
}
@font-face{
font-family: LucidaSansDemiBold;
src: url('assets/Lsansd.TTF');
}
@font-face{
font-family: ACaslonRegular;
src: url('assets/ACaslonPro-Regular.otf');
}
@font-face{
font-family: TrajanProBold;
src: url('assets/TrajanPro3-Bold.otf');
}
@font-face{
font-family: TrajanProRegular;
src: url('assets/TrajanPro3-Regular.otf');
}



html, body, form, #container, #header, #footer, ul, li  { 
	margin:0px;
	padding:0px;
}

body {
	
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
	background:#0a3256; 
	
}
.eye {
	background:#0a3256; 
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#0a3256), to(#7bb6e1));
  background:-moz-linear-gradient(#0a3256, #7bb6e1);
  background:-o-linear-gradient(#0a3256, #7bb6e1);
  background:linear-gradient(#0a3256, #7bb6e1);
text-align:center;

}

.eyeinner {
	background:#d7dbe2; 
	
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#d7dbe2));
  background:-moz-linear-gradient(#fefefe, #d7dbe2);
  background:-o-linear-gradient(#fefefe, #d7dbe2);
  background:linear-gradient(#fefefe, #d7dbe2);
  width:90%;
  height:597px; 
  margin:5px auto 0 auto;
  border-radius:10px;
  border-top:solid 5px #fff;
  border-left:solid 5px #fff;
  border-right:solid 5px #fff;
  border-bottom:solid 5px #fff;

}
.eyeball {
	background-image:url('img/eye.png');
	background-repeat:no-repeat;
	background-position: right center;
  width:100%; 
  height:597px; 
  margin:auto;

}
.logo {
	margin:10px 0 0 10px;	
	float:left;
}

.footeremail {
	font-size:13px;
	color:#fff;
	position:absolute;
	bottom:11px;
	right:10px;
	float:right;
}

.footer {
	font-size:13px;
	color:#fff;
	position:fixed;
	bottom:0;
	height:95px;
	width:100%;
	background:#0a3256; 
}

@media only screen and (max-width: 550px) {
	.footer {height:120px;}
}

a {
	text-decoration:none; 
	color:#fff;
}
a:hover {
	cursor:pointer;
	text-decoration:none; 
	color:#fff;
}

h1 {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:33px;
	color:#595858;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:20px;
	padding-left:35px;
}
h2 {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#595858;
	text-align:left;
	text-transform:uppercase;
	margin-top:-18px;
	padding-left:35px;
	padding-bottom:10px;
	font-weight:normal;
}
h3 {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#595858;
	line-height:40px;
	text-transform:uppercase;
}
.subhead {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#595858;
	line-height:40px;
	text-transform:uppercase;
}
.boxsubhead {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	color:#595858;
	text-transform:uppercase;
}
#contentleft p, #contentmain p, #contentleft ul {
	padding-left:35px;
	padding-right:35px;
	line-height:20px;
}
#contentleft li {
	list-style:inside;
}



#testimonialbox {
	width: 255px;
	margin-top:10px;
	padding:10px 15px 15px 15px;
	color: rgb(89, 88, 88);
	cursor:pointer;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
}


.speechbox {
  position:relative;
  padding:0px 15px 0px 5px;
  margin:0;
  margin-right:10px;
  color:#fff; 
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  font-style:italic;
}
	
.speechbubble {
  position:relative;
  padding:15px;
  margin:0;
  margin-right:10px;
  color:rgb(89, 88, 88);
  background:#fff; 
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  width:200px;
  
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;

  
  -moz-box-shadow: 0px 0px 20px #9e9685;
	-webkit-box-shadow: 0px 0px 20px #9e9685;
	box-shadow: 0px 0px 20px #9e9685;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9e9685')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9e9685');
}
/* display of quote author (alternatively use a class on the element following the blockquote) */
.speechbubble + p {margin:15px 0 2em 24px;}
#bubblebox .speechbubble + p {color:#fff; font-weight:bold;}

/* creates the triangle */
.speechbubble:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:30px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent #fff;
  display:block;
  width:0;
}


  /*  green version
.speechbubble {
  position:relative;
  padding:10px;
  margin:0;
  color:#fff;
  background:#5a8f00; 
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
  background:-moz-linear-gradient(#b8db29, #5a8f00);
  background:-o-linear-gradient(#b8db29, #5a8f00);
  background:linear-gradient(#b8db29, #5a8f00);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.speechbubble + p {margin:15px 0 2em 15px; font-style:italic;}

.speechbubble:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:30px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent #5a8f00;
  display:block;
  width:0;
}
*/

.getintouch {
	width: 94%;
    height: 42px;
	cursor: pointer;
	background-color:#446f3a;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:43px;
	text-align:center;
	padding-right:5px;
	color:#fff;
}
.getintouch a {
	cursor: pointer;
	color:#fff;
}
.getintouch:hover {
	background-color:#87b95a;
}

#enquirebox {
	width: 240px;
	min-height:150px;
	margin-top:50px;
	padding:10px 15px 15px 15px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	color: rgb(89, 88, 88);
	background-color:#ece7dc;
	  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
}
#enquirebox:hover {
	cursor:pointer;
}

#enquirebox ul {

}
#enquirebox li {
	font-size:14px;
	color: rgb(119, 119, 119);
	list-style-position:inside;
	list-style:none;
  	background-repeat:no-repeat;
  	background-image:url('images/check.png');
	text-align:left;
	margin-left:7px;
	line-height:31px;
	padding-left:32px;
	padding-bottom:3px;
}
#enquirehead, #enquirehead a {
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
}
#enquirephone, #enquirephone a {
	color:#446f3a;
	text-align:center;
	height:40px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:18px;
	line-height:35px;
}
#footerphone, #footerphone a {
	color:#fff;
	font-size:16px;
	width: 186px;
}


.enquiry {
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#595858;
	text-align:left;
}
.smalltext {
	font-size:9px;
	text-align:left;
}

.smallenq {
	font-size:11px;
	font-style:italic;
}
.fullscreen{width:100%;}
.fixed{}

#container {
	margin:auto;
	border:0px;
}

#screen {
	margin:auto;
	border:0px;
	width:100%;
	position:relative;
	top:0px;
}

#wrapper {
	position:relative;
	
}

#homewrapper {
	position:relative;
}

.breadcrumb {
	font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	position:relative;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	top:-53px;
	margin-bottom:-72px;
	padding:3px 0px 0px 35px;
	background-color:rgba(71, 58, 47, 0.9);
	display:none;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb a:hover{
	text-decoration:underline;
	color:#fff;
}

#header {
	height: 70px;
	color:#fff;
	z-index:1;
}


#logowrapper{
	position:absolute;
	left:20px;
	top:15px;
	text-align:left;
	width:40%;
	height:72px; 
	z-index:1;
	max-width:505px;
	float:left;
}


#navbar{
	width:100%;
	height:22px;
	position:absolute;
	top:56px;
	right:0px;
	text-align:center;
	
}

#navbar ul.nav ,.menuviews ul {
	list-style-type:none;
	width:100%;
}
.menuviews li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-transform:none;
	margin-bottom:10px;
}

#navbar ul {
	height:20px;
}
#navbar li.navitem {
	height: 20px;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right:solid 1px #fff;
	width:11%;
	min-width:57px;
	vertical-align:top;
	white-space:nowrap;
	text-transform:uppercase;
	font-family: LucidaSansDemiBold, Tahoma, Geneva, sans-serif;
	font-size:15px;
	
	float:right;
	
}
#navbar li.noborder {
	border-right:0px;
}

#navbar li.navbarspacer {
	width:45%;
    vertical-align: middle;
	padding: 0px 0px 0px 0px;
	
	float:right;
	
}

#navbar li.navbarspacer span{display:block;width:45%;}

.navitem:hover {
	cursor:pointer;
	padding:15px;
	-webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
	background-color:rgba(71, 58, 47, 0.9);

}

.menu {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:58px;	
	color:#fff;
}
.menu-hidden{top:-99999em !important}

.menutop {
	margin-left:auto;
	margin-right:auto;
	height:30px;
	position:relative;
}
.menucontent {
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	padding:5px 15px 15px 15px;
	display:inline-block;
	background-color:rgba(71, 58, 47, 0.9);
}
.menutip {
	height:20px;
	font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding-top:7px;
	padding-bottom:4px;
}

.menuviews-option-title {
	background-color:#d9d0ba;
	opacity:1;
	
	width:200px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.menuname {
	height:20px;
	color:#353535;
	font-family: LucidaSansDemiBold, Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:3px;
	text-align:left;
	text-transform:none;
}
.menuviews-option-submenu {
	padding-top:5px;
	line-height:22px;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	width:200px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.menuviews-option-submenu a {
	color:#fff;
}
.menuviews-option-submenu a:hover {
	text-decoration:underline;
}



.navoff {color:#fff;}
.navon, .navoff:hover {color:#d9d0ba;}

.visible{display:block;}
.hidden{display:none;}

#mainimagewrapper{display:block;margin-left:0px;z-index:-5;position:absolute;overflow:hidden;height:300px; background-image: url(images/loading.png);background-repeat:no-repeat; background-position:center;}
#images{width:4425px;height:860px;position:relative;left:-1475px;}
#imagearr{display:none;}
#mainimage{float:left;overflow:hidden;width:960px;}
.LargeImageBorder{position:absolute;z-index:0;top:0;width:1475px;height:860px;background-color:transparent;}
#mainimage img, #prev img, #next img{width:960px;position:relative;}
#prev, #next{float:left;width:1475px;height:860px;overflow:hidden;}
#backstretch{left:0px;overflow:hidden;z-index:-999999;margin:0px;padding:0px;}

#pinbutton {
	background-color:transparent;
	position:absolute;
	right:10px;
	top:88px;	
}


.expthisbutton {
	background-color:transparent;
	position:absolute;
	right:63px;
	top:85px;
	width:154px;
	height:29px;
	float:right;
}
a.expthisbutton {
    background-image: url(images/b_expthis.png);
    width: 154px;
    height: 29px;
	overflow:hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
}
a.expthisbutton:hover {
    background-position: 0px -29px;
	cursor: pointer;
}




#contentwrapper {
	
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
}
#contentmain {
	background-color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
.boxshadow {
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#contentleft {
	background-color:#fff;
	width:650px;
	min-height:200px;
	text-align:left;
	
	
}

/* background-image: url(images/arrow_up.png);
	background-position: 457px 3px;
	background-repeat: no-repeat;
	*/
#contentright {
	background-color:#fff;
	width:285px;
	text-align:left;
	float:right;
}

#stylebox {
	width: 647px;
	background-color:#d9d0ba;
	margin-top:15px;
	
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color:#595858;
	text-transform:uppercase;
}

#articlebox, #hilitebox {
	width: 270px;
	min-height:150px;
	margin-top:15px;
	padding:15px 0px 15px 15px;
	
	 -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#bubblebox {
	background-color:#655548;
	width: 280px;
	margin-top:15px;
	padding:5px 0px 0px 5px;
}
#articlebox:hover, #hilitebox:hover {
	cursor:pointer;
}

#articleimage {
	height:250px;
	padding-top:5px;
} 
#itinimage {
	height:205px;
} 
.darkbox {
	background-color:#473a2f; !important
}
.middlebox {
	background-color:#d9d0ba; !important
}
.lightbox {
	background-color:#b2aa98; !important
}
/*  #9e9685  */
#articlemore {
	position:absolute;
	margin-left:150px;
	margin-top:-25px;
}
#articlehead, #articlehead a {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	height:25px;
	margin-top:5px;
	margin-right:10px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
#longarticlehead, #longarticlehead a {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	margin-top:8px;
	margin-right:10px;
	line-height:20px;
}
#articletext, #articletext a {
	color:#fff;
	text-align:left;
	height:18px;
	margin-right:10px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}


.choose {
	float:left;
	padding:3px;
}
.arrows {
	float:right;
	padding:3px;
}

#downarrow {
	height:37px;
	width:55px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:340px;
	padding-right:10px;
}

#blurb {
    height: 54px;
	text-align:right;
	font-family: ACaslonRegular,Georgia,"Times New Roman",Times,serif;
	font-size:44px;
	color:#fff;
	text-shadow: 0px 0px 8px #000000;
	position:relative;
	top:130px;
	right:50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;

}
#smallblurb {
    height: 54px;
	text-align:right;
	font-family: ACaslonRegular,Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	line-height:26px;
	color:#fff;
	text-shadow: 0px 0px 8px #000000;
	position:relative;
	top:155px;
	right:50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;

}

#phrase {
	width:260px;
	text-align:center;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:19px;
	color:#fff;
	text-shadow: 0px 0px 8px #000000;
	position:absolute;
	top:400px;
	left:100px;
	display:none;
	padding:6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background:rgba(71, 58, 47, 0.6);
	
}
#phrase span {
	padding:0px 0px 0px 0px;
	
}

#bleftswipe, #brightswipe {
	position:absolute;
	right:0px;
	top:445px;
	width:50px;
	height:50px;
	display:none;
}
#bleftswipe {
	left:10px;
	background: url(images/arrow_left.png) no-repeat;
	
}
#brightswipe {
	right:10px;
	background: url(images/arrow_right.png) no-repeat;
}
#bleftswipe:hover, #brightswipe:hover {
	cursor:pointer;
}




#footerbar {
	background-color:#2C2825;
	height: 70px;
	font-size:13px;
	color:#fff;
	padding: 10px 0;
}
#footernav {
	background-color:rgb(71, 58, 47);
	font-size:12px;
	line-height:22px;
	color:#fff;
	text-align:center;
}
#footernav a{
	color:#fff;
	text-decoration:none;
}
#footernav a:hover{
	color:#fff;
	text-decoration:underline;
}
#copyright {
	font-size:11px;
	height: 30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background-color: rgb(71, 58, 47);
}
#copyright a{
	color:#fff;
	text-decoration:none;
}
#copyright a:hover{
	color:#fff;
	text-decoration:underline;
}

#footertable{
	width:100%;
}
#footertable th{ 
	height:22px; 
	font-family: LucidaSansBold, Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
.footeritem{
	padding:5px 5px 5px 5px;
	text-align:left;width:16%;vertical-align:top;white-space:nowrap;
}
.footerapacer{width:4%;}

#footericons {
	height:50px;
	position:relative;
	top:10px;
	left:30px;
	width:255px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
#footericons ul {
	list-style-type:none;
}
#footericons li {
	float:left;
	padding-top:8px;
	padding-left:8px;
}

#footerlogos{
	height:50px;
	position:relative;
	top:10px;
	right:30px;
	width:590px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float:right;
}
#footerlogos ul {
	list-style-type:none;
}
#footerlogos li {
	float:left;
	padding-top:8px;
	padding-left:10px;
}

#livesearch {
	position:absolute;
	top:36px;
	right:200px;
	width:206px;
	background-color:rgba(167, 159, 138, 0.9);
	display:none;
	color:#fff;
	padding:5px;
	z-index:101;
}
#livesearch a {
	color:#fff;
}

#searchbox {
	position:absolute !important;
	top:13px;
	right:20px;
	width: 200px;
	float:right;	
}

#search input[type="text"] {
    background: url(images/i_search.png) no-repeat 10px 2px #fcfcfc;
    border: 1px solid #d1d1d1;
    font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:13px;
    color: #bebebe;
    width: 150px;
	float:right;
    padding: 5px 15px 5px 35px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
}


#subs input[type="text"] {

    font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:13px;

}

.subscribeto {
 font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:13px;
    color: #fff;
	padding:0px 3px 3px 3px;
 	background-color:rgb(183, 171, 143);
    border:0px;
	
	width:290px;
	height:26px;
	
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	display: inline-block;
cursor: pointer;
text-decoration: none;
	
	background: linear-gradient(to bottom, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -o-linear-gradient(to bottom, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -moz-linear-gradient(to bottom, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -webkit-linear-gradient(to bottom, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -ms-linear-gradient(to bottom, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);

	background: -webkit-gradient (
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(183, 171, 143)),
	color-stop(1, rgb(142, 125, 88)),
	color-stop(2, rgb(183, 171, 143)),
	);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b7ab8f', endColorstr='#8e7d58');/*For IE7-8-9*/

}
.subscribeto:hover {
   background: linear-gradient(to top, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
   background: -o-linear-gradient(to top, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -moz-linear-gradient(to top, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -webkit-linear-gradient(to top, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
	background: -ms-linear-gradient(to top, rgb(183, 171, 143) 5%, rgb(142, 125, 88) 100%) repeat scroll 0% 0% rgb(183, 171, 143);
   
   background: -webkit-gradient (
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(183, 171, 143)),
	color-stop(1, rgb(142, 125, 88)),
	color-stop(2, rgb(183, 171, 143)),
	);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8e7d58', endColorstr='#b7ab8f');/*For IE7-8-9*/
}

#subsbox {
    width: 910px;
    height: 30px;
	margin-top:15px;
    padding: 15px 15px 15px 35px;
	text-align:center;
}

#socialbox {
    width: 910px;
    height: 20px;
    padding: 15px 15px 15px 35px;
	text-align:center;
}

#socialbox ul {

}
#socialbox li {
	font-size:14px;
	color: #bbb;
	float:left;
	border-style:solid;
	border-width:thin;
	border-color:#ddd;
	list-style:none;
	text-align:center;
	margin-left:12px;
	height:20px;
	width:200px;
	padding:2px;
	cursor:pointer;
}


/* ////////////////////////////////////////////////////// */

/* LODGE PAGES
-------------------------------------------------------------- */


#hashtags, #besttimes, #experiences, #choices, #enquiryform {
	padding-left:35px;
}
#hashtags {
	position:relative;
}
.hashbox {
	width:82px;
	height:21px;
	margin-right:5px;
	margin-bottom:5px;
	font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:6px;
	float:left;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background:#897955;
	
	background: linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -o-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -moz-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -webkit-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -ms-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);

	background: -webkit-gradient (
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(137,121,85)),
	color-stop(1, rgb(182,163,121)),
	color-stop(2, rgb(137,121,85)),
	);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#897955', endColorstr='#b6a379');/*For IE7-8-9*/ 
}

#factsbox {
	background-color:#d9d0ba;
	color:rgb(71, 58, 47);
	
	padding: 10px 12px 10px 35px;
	position:relative;
	width: 600px;
	margin-top:25px;
	
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	font-weight:300;
}
#factsbox span{
	font-family: TrajanProRegular,Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 15px;
}
#factsbox ul{
	list-style:inside;
}
#factsbox li{
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
}

#glancebox {
	background-color: #655548;
	padding: 10px 12px 10px 35px;
	position:relative;
	width: 600px;
	margin-top:25px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#d9d0ba;
	text-align:left;
}
#glancebox ul{
	list-style:inside;
}
#glancebox li{
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
}

#besttimes {
	margin-top:10px;
}
.timebox {
	width: 35px;
	height: 27px;
	margin-right:7px;
	margin-top:5px;
	margin-bottom:6px;
	padding-top:8px;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#315017;
	float:left;
}
.timeofyear4 {
	background:#315017;
}
.timeofyear3 {
	background:#74aa45;
}
.timeofyear2 {
	background:#b8da99;
}
.timeofyear1 {
	background:#892102;
}
.pricebox {
	width: 35px;
	height: 27px;
	margin-right:7px;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:8px;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#f2a949;
	float:left;
}
.high {
	background:#c45b16;
}
.med {
	background:#f2a949;
}
.low {
	background:#f2d549;
}

#experiences, #choices, #charitybox {
	margin-top:-10px;
}

.displaybox {
	background-color:#d9d0ba;
	text-align:center;
	text-transform:uppercase;
	margin-top:5px;
	float:left;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.experiencebox {
	background-color:#d9d0ba;
	width: 570px;
	min-height:167px;
	padding: 10px 0px 10px 10px;
	text-align:left;
	position:relative;
}
.experience_title {
	background-color:rgb(158, 150, 133);
	height:26px;
	width: 570px;
	padding: 5px 5px 0px 5px;
	text-align:center;
	margin-top:5px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.experiencebox img {
	padding-left:10px;
	margin-top:-10px;
}

.choicebox {
	width: 285px;
	height: 160px;
	padding: 0px 0px 10px 0px;
	margin-left:35px;
	margin-bottom:10px;
	position:relative;
	
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#595858;
	text-transform:uppercase;
}

.itinbox {
	width: 590px;
	padding: 10px;
	margin-left:35px;
	margin-bottom:10px;
	margin-top:5px;
	position:relative;
	background-color:#d9d0ba;
	height:225px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:rgb(71, 58, 47);
	text-align:left;
	overflow:hidden;
}
.itin_covertext {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:50px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	overflow:hidden;
	padding:10px;
	
	position:absolute;
	width: 305px;
	height:205px;
	left:10px;
	display: table-row;
	
}
.itin_covertext span {
	display: table-cell;
	vertical-align: middle;
}
.itin_title {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:rgb(71, 58, 47);
	margin-bottom:10px;
}
.itin_text {
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	text-transform:none;
	
	position:absolute;
	bottom:10px;
	right:10px;
	width:255px;
}

.smallchoicebox {
	width: 170px;
	padding: 15px 10px 10px 10px;
	margin-right:30px;
	margin-bottom:10px;
}
.safaritimebox {
	padding: 10px 10px 10px 35px;
	text-align:left;
	width: 602px;
	background-color:#d9d0ba;
	margin-top:15px;
	color:#595858;
	min-height:150px;
}

.displaybox:hover, .charitybox:hover, #stylebox:hover, .choicebox:hover, .smallchoicebox:hover, .itinbox:hover {
	cursor:pointer;
}

.hoverbox {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
	font-size:13px;
	color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}

.hoverboxback {
	background-color:rgb(71, 58, 47);
	opacity:0.7;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.hoverboxbackgreen {
	background-color:rgb(31, 44, 18);
	opacity:0.8;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.hoverboxcontent {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	
}
.hoverbox:hover {
	opacity:1;
}
.hoverbox_price {
	width: 100%;
	height: 20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-top:5px;
}
.hoverbox_children {
	width: 100%;
	height: 30px;
	align:center;
}
.hoverbox_hashes {
	width: 100%;
	position:absolute;
	bottom:0px;
	text-align:left;
	padding-bottom:5px;
}
.hoverbox_lodges {
	width: 100%;
	position:absolute;
	text-align:center;
}
.hoverbox_experience {
	width: 100%;
	position:absolute;
	text-align:center;
	bottom:10px;
}
.hashboxsmall {
	width:90px;
	height:15px;
	margin-left:2px;
	margin-right:3px;
	margin-bottom:3px;
	font-family: LucidaSansRegular, Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:center;
	padding-top:3px;
	float:left;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background:#897955;
	
	background: linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -o-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -moz-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -webkit-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);
	background: -ms-linear-gradient(top, rgb(137,121,85) 0%, rgb(182,163,121) 50%, rgb(137,121,85) 100%);

	background: -webkit-gradient (
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(137,121,85)),
	color-stop(1, rgb(182,163,121)),
	color-stop(2, rgb(137,121,85)),
	);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#897955', endColorstr='#b6a379');/*For IE7-8-9*/ 
}


.charitybox {
	width: 170px;
	padding: 10px 10px 10px 10px;
	background-color:#d9d0ba;
	text-align:center;
	margin-top:5px;
	float:left;
	margin-right:10px;
	
}

.contacthead {
	background-color:#d9d0ba;
	padding:5px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size:15px;
}

.tablehead {
	background-color:#d9d0ba;
	padding:5px;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size:15px;
	width:100%;
	cursor:pointer;
}
.tablerow {
	background-color:#fff;
	padding:5px;
	width:100%;
	margin-bottom:10px;
	font-weight:normal;
	cursor:pointer;
}



/* ////////////////////////////////////////////////////// */

/* BUTTONS
-------------------------------------------------------------- */

.back {
	color:rgb(137, 121, 85);
	margin-top:50px;
	margin-left:35px;
	margin-bottom:20px;
}
.back a {
	color:rgb(137, 121, 85);
	text-decoration:none;
}
.back a:hover {
	color:rgb(137, 121, 85);
	text-decoration:underline;
}

.topenquire {
	position:absolute !important; 
	top:20px;
	right:10px;	
}
.phonebox {
	position:absolute; 
	top:15px;
	right:280px;	
	text-align:right;
    height:17px;
	font-weight:bold;
	font-size:16px;
}
#countryDropdown {
	float:left;	
	margin-top: 2px;
}
.caret {
	float:left;	
    margin-right: 2px;
	margin-top: 10px;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    font-weight: 700;
    -moz-box-sizing: border-box;
    color: rgb(232, 225, 209);
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.7143;
    text-transform: none;
}
.flag {
    float: left;
    padding: 0px !important;
    margin: 0px 5px 0px 0px;
    width: 16px;
    height: 20px;
    background: url("images/flags/1.jpg") no-repeat scroll 0% 0% transparent;
}
.flagbutton {
    box-shadow: none;
    margin-top: 9px;
    padding: 3px 6px;
    color: rgb(90, 97, 103);
    background-color: rgb(236, 240, 241);
    border: 0px none;
    outline: 0px none;
    transition: all 250ms ease-in-out 0s;
    float: right !important;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.7143;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    -moz-user-select: none;
    text-transform: none;
    margin: 0px;
    -moz-box-sizing: border-box;
}
.flagimg {
    background-position: 0px -960px;
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px;
    vertical-align: middle;
    text-indent: -9999px;
    background-image: url("images/flags/allflags.jpg");
    margin-top: -2px;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    color: rgb(90, 97, 103);
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
	margin-right:2px;
}



a.enquirebutton {
    background-image: url(images/b_enquire.png);
    width: 186px;
    height: 44px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	position:relative;
}
a.enquirebutton:hover {
    background-position: 0px -44px;
	cursor: pointer;
}

a.booklodge {
    background-image: url(images/b_booklodge.png);
    width: 186px;
    height: 34px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	cursor: pointer;
    position:relative;
	margin-left:35px;
}
a.booklodge:hover {
    background-position: 0px -34px;
	cursor: pointer;
}

a.takebutton {
	width: 400px;
    height: 36px;
	cursor: pointer;
	background-color:#446f3a;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:38px;
	text-align:center;
	padding-right:5px;
	color:#fff;
}
a.takebutton:hover {
    background-position: 0px -29px;
	cursor: pointer;
}


a.morebutton {
    background-image: url(images/b_more.png);
    width: 101px;
    height: 30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	position:relative;
}
a.morebutton:hover {
    background-position: 0px -30px;
	cursor: pointer;
}

.fb-like {
    width: 71px;
    height: 32px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	float:left;
	top:10px;
	position:relative;
	padding-top:10px;
}
.fb-like:hover {
    cursor: pointer;
}


#start {
	width:960px;
    height:42px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	align:right;
	text-align:right;
	top:120px;
}

.findoutmore {
	width: 315px;
    height: 42px;
	float:right;
	margin-right:95px;
	cursor: pointer;
	color:#fff;
	background-color:#446f3a;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:42px;
	text-align:center;
}
.findoutmore a {
	cursor: pointer;
	color:#fff;
}
.findoutmore:hover {
	background-color:#87b95a;
}

a.startbutton {
    background-image: url(images/b_start.png);
    width: 260px;
    height: 40px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a.startbutton:hover {
    background-position: 0px -40px;
	cursor: pointer;
}

a.startbuttonB {
    background-image: url(images/b_startB.png);
    width: 325px;
    height: 50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a.startbuttonB:hover {
    background-position: 0px -50px;
	cursor: pointer;
}


input[type=submit].submit {
    background-image: url(images/b_submit.png);
    width: 186px;
    height: 34px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	 -moz-appearance: none;
    -moz-binding: none;
    -moz-box-sizing: none;
    -moz-user-select: none;
    background-color:transparent;
    border: 0px;
    padding: 0px;
}
input[type=submit].submit:hover {
    background-position: 0px -34px;
	cursor: pointer;
}

input[type=submit].submitbook {
    background-image: url(images/b_book.png);
    width: 186px;
    height: 34px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	 -moz-appearance: none;
    -moz-binding: none;
    -moz-box-sizing: none;
    -moz-user-select: none;
    background-color:transparent;
    border: 0px;
    padding: 0px;
}
input[type=submit].submitbook:hover {
    background-position: 0px -34px;
	cursor: pointer;
}




input[type=checkbox].interest_box {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}
input[type=checkbox].interest_box + label.interest_label {
	padding-left:25px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
	color:#7eb153;
}

input[type=checkbox].interest_box:checked + label.interest_label {
	background-position: 0 -20px;
}
						
.interest_label{ background-image:url(images/checkbox.png); }










.row {
	width: inherit;
}
ul.displayrow {
	list-style-type:none;
	display: table-row;
}
li.displaytitle {
	width:160px;
	display: table-cell;
    vertical-align: middle;
	text-align:left;
	padding: 15px 0px 15px 10px;
	font-weight:bold;
	font-size:13px;
	color:#00447b;
	background-image: url(images/tabletop.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
li.displayitem {
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	line-height:15px;
	padding: 15px 5px 15px 5px;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#fff;
	
	background-image: url(images/tabletop.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


/* ////////////////////////////////////////////////////// */

/* SIDEBAR
-------------------------------------------------------------- */

#sidebar {
	position:fixed;
	right:0px;
	top:120px;
	width:42px;
	height:283px;
	z-index:10000;
    font-size: 13px;
    line-height: 16px;
}
a.side_likebutton {
    background-image: url(images/b_like.png);
    width: 42px;
    height: 118px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	position:relative;
}
a.side_likebutton:hover {
	cursor: pointer;
}


a.side_contactbutton {
    background-image: url(images/b_contact.png);
    width: 42px;
    height: 165px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
	position:relative;
}
a.side_contactbutton:hover {
	cursor: pointer;
}

#side_contact {
	background-image: url(images/b_contact.png);
    height: 165px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
}
#side_like {
	background-image: url(images/b_like.png);
    height: 118px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	display:block;
}
.right_tab {
    position: relative;
    cursor: pointer;
	width: 42px;
}
#side_contact_content {
	height: 142px;
}
#side_like_content {
	height: 104px;
}
.side_content {
    position: absolute;
    top: 1px;
    right: -144px;
    background: rgb(255, 255, 255);
    width: 134px;
    padding: 5px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

img {
	border:0px;	
}

td {
  height:30px;
  padding:5px;	
  valign:top;
}

hr {
  border: 0;
  width: 100%;
	color: #f00;
	background-color: rgba(71, 58, 47, 0.7);
	height: 1px;
}

#activity {
	position: absolute;
	width:40px;
	height:40px;
	left:380px;
	top:280px;
}