@charset "UTF-8";

/* Colours 



/* Fonts */



/* Global Styles */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	background:#000000; 
}
img a {
	border:0; 
	outline:none;
} 
#mainNav {
	font-family: 'Slabo 27px', serif;
}
#mainNav h2, #mainNav #menuToggle {
	display: none;
}
#mainNav ul {
	list-style:none;
	margin:0px; 
	padding:0px; 
} 
a:link, a:visited {
	color: #fff;
	text-decoration:underline;
} 
a:hover, a:active {
	color: #9e9e9e;
	text-decoration:none;
} 
.clear {
	clear:both;
} 

/* Desktop (large) Styles */

@media only screen and (min-width: 770px) {   

body {
	font-size: 16px;
	background-image: url(../_images/leather.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Navigation */

#mainNav {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0 0 6px 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
} 
#mainNav ul {
	clear:left;
	float:left;
	list-style:none; 
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	text-align:center;
} 
#mainNav li {
	display: block;
	float: left;
	width: auto;
	height: 35px;
	margin: 0em 10px;
	padding: 0px;
	position: relative;
	right: 50%;
} 
#mainNav a {
	font-size: 0.9em;
	display: block;
	width: 100%;
	padding:4px 5px 4px 5px; 
	border:1px solid #9e9e9e; 
	text-align: center;
	text-decoration: none;
	color: #9e9e9e;
} 
#mainNav a:hover {
	color: #ffffff;
	background:#9e9e9e; 
} 

/* Layout */

.wrapper {
	padding-top:10px; 
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
} 
.logoWrapper {
  margin-left: auto;
  margin-right: auto;
	margin-bottom:15px; 
	max-width:44%;
	height:auto;
} 
.logoWrapper img {
	width:100%; 
	height:auto;
}
.topImpala {
	display: none;
} 
.topImpala img {
	width:100%; 
	height:auto;
}
.slider {
	margin-bottom:15px; 
} 
.bodyArea {
	margin-left:2%; 
	margin-right:2%;
	min-height:400px; 
} 
.bodyArea h1 {
	font-family: 'Dancing Script', cursive;
	font-size:2.1em; 
	font-weight:700;
	padding:0;
	margin:5px 0 16px 0; 
	line-height:125%; 
	color: #fff;
	text-align:center;
} 
.bodyArea h2 {
	font-family: 'Slabo 27px', serif;
	font-size:1.25em; 
	padding:0;
	margin:0px 0 10px 0; 
	line-height:100%; 
	color: #fff;
	text-align:center;
} 
.bodyArea p {
	font-family: 'Slabo 27px', serif;
	font-size:1em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:130%; 
	color: #9e9e9e;
	text-align:justify;
} 
.bodyArea .red-span {
	color:#FF0004;
} 
.bodyArea .btmPara {
	margin-bottom:0; 
} 
.bodyArea .packagePara {
	margin:0 0 20px 35px; 
} 
.bodyArea .testParaTop {
  padding-top: 20px; 
  margin-top: 20px; 
  border-top: 1px dotted #fff; 
} 
.bodyArea .availability {
} 
.bodyArea .gallery {
	text-align:center;
} 
.small-calendar { 
	float: left;
	margin-right:1.25%;
	margin-top:10px;
	margin-bottom:15px;  
	width:47%;
	padding:1%;
} 
.no-right-margin {
	margin-right:0; 
} 
iframe {
	border:none;
} 
.bodyArea .booking-btn {
	padding:0; 
	margin:20px 0 0 0; 
	text-align:center;
	font-family: 'Slabo 27px', serif;
	font-size:1.4em; 
} 
.bodyArea .pad-btn {
	margin-top:20px; 
} 
.bodyArea .booking-btn a:link, .bodyArea .booking-btn a:visited {
	padding:8px 25px 8px 25px; 
	border:1px solid #9e9e9e;
	text-decoration: none;
	color: #9e9e9e;
} 
.bodyArea .booking-btn a:hover, .bodyArea .booking-btn a:active {
	color: #ffffff;
	background:#9e9e9e; 
}
.GalleryPhoto {
	float: left;
	margin-left: 4%;
	margin-bottom: 2%;
	margin-top: 2%;
	width: 20%;
} 
.GalleryPhoto img {
	width:100%;
	height:auto;
} 
.dolce {
	margin-left:auto;
	margin-right:auto;
	width:200px; 
} 
.dolce img {
	width:100%;
	height:auto; 
} 
.btm-div {
	margin-left:2%; 
	margin-right:2%; 
	border-top:1px dotted #666;
	padding-top:12px; 
} 
.btm-div p {
	font-family: 'Slabo 27px', serif;
	font-size: 0.85em;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 100%;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 3px;
}
.btm-div .copyrighted {
	font-family: 'Slabo 27px', serif;
	font-size: 0.9em;
	padding: 0;
	margin: 15px 0 16px 0;
	line-height: 100%;
	color: #333;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform:none;
}
.btm-div .copyrighted a:link, .btm-div .copyrighted a:visited {
	color: #333;
	text-decoration:none;
}
.btm-div .copyrighted a:hover, .btm-div .copyrighted a:active {
	color: #fff;
	text-decoration: underline;
}
.packageWrapper {
	margin-left:2%; 
	margin-right:2%; 
	border:1px solid #fff;
	margin-bottom:15px; 
	padding:30px; 
} 
.packageDetails {
	width:51%; 
} 
.detailsLeft {
	float:left;
} 
.detailsRight {
	float:right;
} 
.detailsLeft h3 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 14px 0; 
	line-height:100%; 
	color: #fff;
} 
.detailsRight h3 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 14px 0; 
	line-height:100%; 
	color: #fff;
} 
.detailsLeft p {
	text-align:left; 
	font-size:1em; 
} 
.detailsRight p {
	text-align:left; 
	font-size:1em; 
} 
.detailsLeft a:link, .detailsLeft a:visited {
	color: #fff;
	text-decoration:none;
}
.detailsLeft a:hover, .detailsLeft a:active {
	color: #666;
	text-decoration: underline;
}
.packagePhoto {
	width:45%; 
} 
.photoRight {
	float:right;
} 
.photoLeft {
	float:left;
} 
.packagePhoto img {
	width:100%;
	height:auto; 
	border:5px solid #333;
} 
.bodyArea ol {
	font-family: 'Slabo 27px', serif;
	color: #9e9e9e;
} 
.bodyArea li {
	font-size:0.85em; 
	margin-bottom:10px; 
} 
.bodyArea ol ul {
	margin-top:10px; 
} 
.packageTerms {
	margin-left:2%; 
	margin-right:2%; 
	background:#9e9e9e;
	margin-bottom:15px;
	padding-top:5px; 
	padding-bottom:5px;  
}
.bodyArea .packageTerms p {
	font-family: 'Slabo 27px', serif;
	font-size:0.85em; 
	padding:0;
	margin:0; 
	line-height:130%; 
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.bodyArea .packageTerms a:link, .bodyArea .packageTerms a:visited {
	color: #000;
	text-decoration:underline;
}
.bodyArea .packageTerms a:hover, .bodyArea .packageTerms a:active {
	color: #fff;
	text-decoration: none;
}
.bookingTbl td {
	padding-bottom:5px; 
} 
.applicationForm {
	font-family: 'Slabo 27px', serif;
	font-size:1em; 
	line-height:130%; 
	color: #9e9e9e;
	margin-bottom:10px;
	margin-top:20px; 
} 
.applicationForm label>span {
	width:46%; 
	float:left;
	text-align:right;
	margin-right:2%;
	padding-top:10px;  
} 
.applicationForm label>span.full-width-title {
	width:21%; 
	float:left;
	text-align:right;
	margin-right:1%;
	padding-top:10px;  
} 
.applicationForm label>span.full-width-title-top {
	width:21%; 
	float:left;
	text-align:right;
	margin-right:1%;
	padding-top:0px;  
} 
.applicationForm label>span.hereby {
	width:65%; 
	float:left;
	text-align:left;
	margin-left:1%;
	padding-top:0px;  
} 
.bodyArea .applicationForm label>span.hereby a:link, .bodyArea .applicationForm label>span.hereby a:visited {
	color: #9e9e9e;
	text-decoration:underline;
}
.bodyArea .applicationForm label>span.hereby a:hover, .bodyArea .applicationForm label>span.hereby a:active {
	color: #fff;
	text-decoration: none;
}
.fifty-percent {
	width:46%; 
	float:left;
	margin-right:4%;
	margin-bottom:.5em; 
	/*background:#FF0004;*/
} 
.hundred-percent {
	width:96%; 
	float:left;
	margin-bottom:.5em;
	margin-left:2%; 
	/*background:#FF0004;*/
} 
.full-width {
	width: 100%; 
	float:left;
	margin-bottom:.5em; 
/*	background:#FF0004;*/
} 
.applicationForm input[type="text"], .applicationForm input[type="email"], .applicationForm textarea, .applicationForm select {
	width: 47%; 
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-two, .applicationForm input[type="email"].full-width-input-two, .applicationForm textarea.full-width-input-two, .applicationForm select.full-width-input-two {
	width: 69.65%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-three, .applicationForm input[type="email"].full-width-input-three, .applicationForm textarea.full-width-input-three, .applicationForm select.full-width-input-three {
	width: 69.65%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 90px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm select {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../_images/down-arrow.png);
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1em;
	text-overflow: '';
	width: 51%;
	height: 35px;
	line-height: 25px;
	font-family: 'Slabo 27px', serif;
	font-size: .9em;
	color: #888;
	border: 1px solid #DADADA;
}
.applicationForm input[type="checkbox"] {
	float:left;
	margin-top:3px;
	margin-left:21%; 
}
.submit {
	margin-left:22%; 
} 
.bodyArea .contactTitle {
	font-family: 'Dancing Script', cursive;
	font-size:1.2em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:140%; 
	color: #fff;
} 
.bodyArea .pricesList {
	margin-left:4%; 
	margin-right:4%; 
	padding:0; 
	font-family: 'Slabo 27px', serif;
	line-height:130%; 
	color: #9e9e9e;
} 
.bodyArea .pricesList li {
	font-size:1em; 
}
.bodyArea .testPara {
	font-family: 'Dancing Script', cursive;
	font-size:1.25em; 
	padding:0;
	margin:3px 0 12px 15px; 
	line-height:130%; 
	color: #fff;
} 
} 

/* Tablet (medium) Styles */

@media only screen and (min-width: 481px) and (max-width: 769px) {    

body {
	font-size: 14px;
	background:#000000; 
}

/* Navigation */

#mainNav {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
} 
#mainNav ul {
	clear:left;
	float:left;
	list-style:none; 
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	text-align:center;
} 
#mainNav li {
	display: block;
	float: left;
	width: auto;
	margin: 0em 4px;
	padding: 0px;
	position: relative;
	right: 50%;
} 
#mainNav a {
	font-size: 0.8em;
	display: block;
	width: 100%;
	padding:4px 2px 4px 2px; 
	border:1px solid #9e9e9e; 
	text-align: center;
	text-decoration: none;
	color: #9e9e9e;
} 
#mainNav a:hover {
	color: #ffffff;
	background:#9e9e9e; 
} 

/* Layout */

.wrapper {
	padding-top:10px; 
} 
.logoWrapper {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px; 
	max-width:65%;
	height:auto;
} 
.logoWrapper img {
	width:100%; 
	height:auto;
}
.topImpala {
	display: none;
} 
.slider { 
	margin-bottom:15px; 
} 
.bodyArea {
	margin-left:2%; 
	margin-right:2%; 
	min-height:350px; 
} 
.bodyArea h1 {
	font-family: 'Dancing Script', cursive;
	font-size:2em; 
	font-weight:700;
	padding:0;
	margin:10px 0 16px 0; 
	line-height:125%; 
	color: #fff;
	text-align:center;
} 
.bodyArea h2 {
	font-family: 'Slabo 27px', serif;
	font-size:1.25em; 
	padding:0;
	margin:0px 0 10px 0; 
	line-height:100%; 
	color: #fff;
	text-align:center;
} 
.bodyArea p {
	font-family: 'Slabo 27px', serif;
	font-size:1em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:130%; 
	color: #9e9e9e;
	text-align:justify;
} 
.bodyArea .availability {
} 
.bodyArea .gallery {
	text-align:center;
	margin-left:5%; 
	margin-right:5%; 
} 
.bodyArea .packagePara {
	margin:0 0 20px 35px; 
} 
.bodyArea .testParaTop {
  padding-top: 20px; 
  margin-top: 20px; 
  border-top: 1px dotted #fff; 
} 
.small-calendar {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px; 
	width:75%;
	padding:1%;
} 
iframe {
	border:none;
} 
.bodyArea .booking-btn {
	padding:0; 
	margin:10px 0 0 0; 
	text-align:center;
	font-family: 'Slabo 27px', serif;
	font-size:1.4em; 
} 
.bodyArea .pad-btn {
	margin-top:20px; 
} 
.bodyArea .booking-btn a:link, .bodyArea .booking-btn a:visited {
	padding:8px 25px 8px 25px; 
	border:1px solid #9e9e9e;
	text-decoration: none;
	color: #9e9e9e;
} 
.bodyArea .booking-btn a:hover, .bodyArea .booking-btn a:active {
	color: #ffffff;
	background:#9e9e9e; 
}
.GalleryPhoto {
	float: left;
	margin-left: 6%;
	margin-bottom: 4%;
	margin-top: 4%;
	width: 41%;
} 
.GalleryPhoto img {
	width:100%;
	height:auto;
} 
.dolce {
	margin-left:auto;
	margin-right:auto;
	width:200px; 
} 
.dolce img {
	width:100%;
	height:auto; 
} 
.btm-div {
	margin-left:2%; 
	margin-right:2%; 
	border-top:1px dotted #666;
	padding-top:12px; 
} 
.btm-div p {
	font-family: 'Slabo 27px', serif;
	font-size: 0.85em;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 100%;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.btm-div .copyrighted {
	font-family: 'Slabo 27px', serif;
	font-size: 0.9em;
	padding: 0;
	margin: 15px auto 16px auto;
	line-height: 120%;
	color: #333;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform:none;
	max-width:300px; 
	}
.btm-div .copyrighted a:link, .btm-div .copyrighted a:visited {
	color: #333;
	text-decoration:none;
}
.btm-div .copyrighted a:hover, .btm-div .copyrighted a:active {
	color: #fff;
	text-decoration: underline;
}
.packageWrapper {
	margin-left:2%; 
	margin-right:2%; 
	border:1px solid #fff;
	margin-bottom:15px; 
	padding:30px; 
} 
.detailsLeft h3 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 14px 0; 
	line-height:100%; 
	color: #fff;
} 
.detailsLeft p {
	text-align:left; 
	font-size:0.9em; 
} 
.detailsLeft a:link, .detailsLeft a:visited {
	color: #fff;
	text-decoration:none;
}
.detailsLeft a:hover, .detailsLeft a:active {
	color: #666;
	text-decoration: underline;
}
.packagePhoto {
	margin-top:15px;
	width:70%; 
	margin-left:auto;
	margin-right:auto;
} 
.packagePhoto img {
	width:100%;
	height:auto; 
	border:5px solid #333;
} 
.bodyArea ol {
	font-family: 'Slabo 27px', serif;
	color: #9e9e9e;
} 
.bodyArea li {
	font-size:0.85em; 
	margin-bottom:10px; 
} 
.bodyArea ol ul {
	margin-top:10px; 
} 
.packageTerms {
	margin-left:2%; 
	margin-right:2%; 
	background:#9e9e9e;
	margin-bottom:15px;
	padding-top:5px; 
	padding-bottom:5px;  
}
.bodyArea .packageTerms p {
	font-family: 'Slabo 27px', serif;
	font-size:0.85em; 
	padding:0;
	margin:0; 
	line-height:130%; 
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.bodyArea .packageTerms a:link, .bodyArea .packageTerms a:visited {
	color: #000;
	text-decoration:underline;
}
.bodyArea .packageTerms a:hover, .bodyArea .packageTerms a:active {
	color: #fff;
	text-decoration: none;
}
.bookingTbl td {
	padding-bottom:5px; 
} 
.applicationForm {
	font-family: 'Slabo 27px', serif;
	font-size:1em; 
	line-height:130%; 
	color: #9e9e9e;
	margin-bottom:10px;
	margin-top:15px; 
} 
.applicationForm label>span {
	display:block;
	width:100%; 
	float:left;
	text-align:left;
	margin-right:2%;
	margin-bottom:5px; 
} 
.applicationForm label>span.full-width-title {
	display:block;
	width:96%; 
	float:left;
	text-align:left;
	margin-right:1%;
	padding-top:5px;  
} 
.applicationForm label>span.hereby {
	width:65%; 
	float:left;
	text-align:left;
	margin-left:1%;
	padding-top:0px;  
} 
.bodyArea .applicationForm label>span.hereby a:link, .bodyArea .applicationForm label>span.hereby a:visited {
	color: #9e9e9e;
	text-decoration:underline;
}
.bodyArea .applicationForm label>span.hereby a:hover, .bodyArea .applicationForm label>span.hereby a:active {
	color: #fff;
	text-decoration: none;
}
.fifty-percent {
	width:46%; 
	float:left;
	margin-right:4%;
	margin-bottom:.5em; 
/*	background:#FF0004;*/
} 
.hundred-percent {
	width:96%; 
	float:left;
	margin-bottom:.5em;
	margin-left:2%; 
	/*background:#FF0004;*/
} 
.full-width {
	width: 100%; 
	float:left;
	margin-bottom:.5em; 
/*	background:#FF0004;*/
} 
.applicationForm input[type="text"], .applicationForm input[type="email"], .applicationForm textarea, .applicationForm select {
	width: 95%; 
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-two, .applicationForm input[type="email"].full-width-input-two, .applicationForm textarea.full-width-input-two, .applicationForm select.full-width-input-two {
	width: 92%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-three, .applicationForm input[type="email"].full-width-input-three, .applicationForm textarea.full-width-input-three, .applicationForm select.full-width-input-three {
	width: 92%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 90px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm select {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../_images/down-arrow.png);
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1em;
	text-overflow: '';
	width: 100%;
	height: 35px;
	line-height: 25px;
	font-family: 'Slabo 27px', serif;
	font-size: .9em;
	color: #888;
	border: 1px solid #DADADA;
}
.applicationForm input[type="checkbox"] {
	float:left;
	margin-top:3px;
}
.submit {
	margin-left:2%; 
} 
.bodyArea .contactTitle {
	font-family: 'Dancing Script', cursive;
	font-size:1.3em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:140%; 
	color: #fff;
} 
.bodyArea .pricesList {
	margin-left:5%; 
	margin-right:5%; 
	padding:0; 
	font-family: 'Slabo 27px', serif;
	line-height:130%; 
	color: #9e9e9e;
} 
.bodyArea .pricesList li {
	font-size:1em; 
}
.bodyArea .testPara {
	font-family: 'Dancing Script', cursive;
	font-size:1.25em; 
	padding:0;
	margin:3px 0 12px 15px; 
	line-height:130%; 
	color: #fff;
} 
}

/* Mobile (small) Styles */

@media only screen and (max-width: 480px) {
	    
body {
	font-size: 12px;
	background:#000000; 
}

/* Navigation */

#mainNav {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	background-position: center center;
} 

#mainNav li {
	margin: 0;
	float: none;
	height:45px; 
	position: relative;
	border-bottom: 1px dotted #9e9e9e;
}
#mainNav li:hover {
	background-image:none;
}

#mainNav li:last-child {
	border-bottom:none;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 900em;
	visibility: visible;
	border-bottom: none;
}
#mainNav a, #mainNav h3 {
	font-size: 1.25em;
	text-align: left;
	display: block;
	padding-left: 1em;
	cursor: pointer;
	line-height:45px;
	color: #9e9e9e;
}
#mainNav h3 a:hover {
}
#mainNav h2 {
	margin:0; 
	padding:0; 
} 
#mainNav li a {
	padding-left:2.5em;
	text-decoration:none;
}
#mainNav a:hover {
	color: #ffffff;
	background:#9e9e9e; 
}
#mainNav .menuToggle a:hover {
	background:#000000; 
}
#mainNav span.indicator {
	position: absolute;
	right: 0;
}
#mainNav .menuToggle {
	display: block;
	width: 22%;
	position: relative;
	line-height:45px; 
	background-image: none;
	border-bottom: none;
}
.menuToggle a {
	text-align: center;
	padding: 0;
	text-decoration:none;
}

/* Layout */

.wrapper {
	padding-top:10px; 
} 
.logoWrapper {
	margin-left:auto;
	margin-right:auto;
	max-width:75%;
	height:auto;
} 
.logoWrapper img {
	width:100%; 
	height:auto;
}
.topImpala {
	display: none;
} 
.slider { 
	margin-bottom:15px; 
} 
.bodyArea {
	margin-left:2%; 
	margin-right:2%; 
	min-height:300px; 
} 
.bodyArea h1 {
	font-family: 'Dancing Script', cursive;
	font-size:2.1em; 
	font-weight:700;
	padding:0;
	margin:5px 0 12px 0; 
	line-height:125%; 
	color: #fff;
	text-align:center;
} 
.bodyArea h2 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 10px 0; 
	line-height:100%; 
	color: #fff;
	text-align:center;
} 
.bodyArea p {
	font-family: 'Slabo 27px', serif;
	font-size:1.1em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:130%; 
	color: #9e9e9e;
	text-align:justify;
} 
.bodyArea .availability {
} 
.bodyArea .gallery {
	text-align:center;
	margin-left:5%; 
	margin-right:5%;
} 
.bodyArea .packagePara {
	margin:0 0 20px 20px; 
} 
.bodyArea .testParaTop {
  padding-top: 20px; 
  margin-top: 20px; 
  border-top: 1px dotted #fff; 
} 
.small-calendar {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px; 
	width:90%;
	padding:1%;
} 
iframe {
	border:none;
} 
.bodyArea .booking-btn {
	padding:0; 
	margin:15px 0 0 0; 
	text-align:center;
	font-family: 'Slabo 27px', serif;
	font-size:1.4em; 
} 
.bodyArea .pad-btn {
	margin-top:20px; 
} 
.bodyArea .booking-btn a:link, .bodyArea .booking-btn a:visited {
	padding:8px 25px 8px 25px; 
	border:1px solid #9e9e9e;
	text-decoration: none;
	color: #9e9e9e;
} 
.bodyArea .booking-btn a:hover, .bodyArea .booking-btn a:active {
	color: #ffffff;
	background:#9e9e9e; 
}
.GalleryPhoto {
	float: left;
	margin-left: 6%;
	margin-bottom:2%;
	margin-top: 4%;
	width: 41%;
} 
.GalleryPhoto img {
	width:100%;
	height:auto;
} 
.dolce {
	margin-left:auto;
	margin-right:auto;
	width:200px; 
} 
.dolce img {
	width:100%;
	height:auto; 
} 
.btm-div {
	margin-left:2%; 
	margin-right:2%; 
	border-top:1px dotted #666;
	padding-top:12px; 
} 
.btm-div p {
	font-family: 'Slabo 27px', serif;
	font-size: 0.85em;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 100%;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.btm-div .copyrighted {
	font-family: 'Slabo 27px', serif;
	font-size: 1em;
	padding: 0;
	margin: 15px auto 16px auto;
	line-height: 120%;
	color: #333;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform:none;
	max-width:250px; 
	}
.btm-div .copyrighted a:link, .btm-div .copyrighted a:visited {
	color: #333;
	text-decoration:none;
}
.btm-div .copyrighted a:hover, .btm-div .copyrighted a:active {
	color: #fff;
	text-decoration: underline;
}
.packageWrapper {
	margin-left:2%; 
	margin-right:2%; 
	border:1px solid #fff;
	margin-bottom:15px; 
	padding:30px; 
} 
.detailsLeft h3 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 14px 0; 
	line-height:100%; 
	color: #fff;
} 
.detailsLeft p {
	text-align:left; 
	font-size:1.1em; 
} 
.detailsLeft a:link, .detailsLeft a:visited {
	color: #fff;
	text-decoration:none;
}
.detailsLeft a:hover, .detailsLeft a:active {
	color: #666;
	text-decoration: underline;
}
.detailsRight h3 {
	font-family: 'Slabo 27px', serif;
	font-size:1.5em; 
	padding:0;
	margin:0px 0 14px 0; 
	line-height:100%; 
	color: #fff;
} 
.detailsRight p {
	text-align:left; 
	font-size:1.1em; 
} 
.packagePhoto {
	margin-top:15px;
} 
.packagePhoto img {
	width:100%;
	height:auto; 
	border:5px solid #333;
} 
.bodyArea ol {
	font-family: 'Slabo 27px', serif;
	color: #9e9e9e;
} 
.bodyArea li {
	font-size:0.95em; 
	margin-bottom:10px; 
} 
.bodyArea ol ul {
	margin-top:10px; 
} 
.packageTerms {
	margin-left:2%; 
	margin-right:2%; 
	background:#9e9e9e;
	margin-bottom:15px;
	padding-top:5px; 
	padding-bottom:5px;  
}
.bodyArea .packageTerms p {
	font-family: 'Slabo 27px', serif;
	font-size:0.85em; 
	padding:0;
	margin:0; 
	line-height:130%; 
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.bodyArea .packageTerms a:link, .bodyArea .packageTerms a:visited {
	color: #000;
	text-decoration:underline;
}
.bodyArea .packageTerms a:hover, .bodyArea .packageTerms a:active {
	color: #fff;
	text-decoration: none;
}
.bookingTbl td {
	padding-bottom:5px; 
} 
.applicationForm {
	font-family: 'Slabo 27px', serif;
	font-size:1em; 
	line-height:130%; 
	color: #9e9e9e;
	margin-bottom:10px;
	margin-top:15px; 
} 
.applicationForm label>span {
	display:block;
	width:100%; 
	float:left;
	text-align:left;
	margin-right:2%;
	margin-bottom:5px; 
} 
.applicationForm label>span.full-width-title {
	display:block;
	width:96%; 
	float:left;
	text-align:left;
	margin-right:1%;
	padding-top:5px;  
} 
.applicationForm label>span.hereby {
	width:65%; 
	float:left;
	text-align:left;
	margin-left:1%;
	padding-top:0px;  
} 
.bodyArea .applicationForm label>span.hereby a:link, .bodyArea .applicationForm label>span.hereby a:visited {
	color: #9e9e9e;
	text-decoration:underline;
}
.bodyArea .applicationForm label>span.hereby a:hover, .bodyArea .applicationForm label>span.hereby a:active {
	color: #fff;
	text-decoration: none;
}
.fifty-percent {
	width:46%; 
	float:left;
	margin-right:4%;
	margin-bottom:.5em; 
/*	background:#FF0004;*/
} 
.hundred-percent {
	width:96%; 
	float:left;
	margin-bottom:.5em;
	margin-left:2%; 
	/*background:#FF0004;*/
} 
.full-width {
	width: 100%; 
	float:left;
	margin-bottom:.5em; 
/*	background:#FF0004;*/
} 
.applicationForm input[type="text"], .applicationForm input[type="email"], .applicationForm textarea, .applicationForm select {
	width: 95%; 
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-two, .applicationForm input[type="email"].full-width-input-two, .applicationForm textarea.full-width-input-two, .applicationForm select.full-width-input-two {
	width: 92%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm input[type="text"].full-width-input-three, .applicationForm input[type="email"].full-width-input-three, .applicationForm textarea.full-width-input-three, .applicationForm select.full-width-input-three {
	width: 92%;
	float:left;
	border: 1px solid #DADADA;
    color: #888;
    height: 90px;
    outline: 0 none;
    padding: 3px 2% 3px 2%;
	font-family: 'Slabo 27px', serif;
    font-size: .9em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.applicationForm select {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../_images/down-arrow.png);
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1em;
	text-overflow: '';
	width: 100%;
	height: 35px;
	line-height: 25px;
	font-family: 'Slabo 27px', serif;
	font-size: .9em;
	color: #888;
	border: 1px solid #DADADA;
}
.applicationForm input[type="checkbox"] {
	float:left;
	margin-top:3px;
}
.submit {
	margin-left:2%; 
} 
.bodyArea .contactTitle {
	font-family: 'Dancing Script', cursive;
	font-size:1.3em; 
	padding:0;
	margin:0 0 12px 0; 
	line-height:140%; 
	color: #fff;
} 
.bodyArea .pricesList {
	margin-left:5%; 
	margin-right:5%; 
	padding:0; 
	font-family: 'Slabo 27px', serif;
	color: #9e9e9e;
} 
.bodyArea .pricesList li {
	font-size:1.1em; 
	line-height:130%; 
}
.bodyArea .testPara {
	font-family: 'Dancing Script', cursive;
	font-size:1.25em; 
	padding:0;
	margin:3px 0 12px 15px; 
	line-height:130%; 
	color: #fff;
} 
}
