﻿/*elements style*/
html {
	background-color: #5E6C56; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMjUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTZjNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0f2503 0%, #5e6c56 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f2503), color-stop(100%,#5e6c56)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #0f2503 0%,#5e6c56 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #0f2503 0%,#5e6c56 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #0f2503 0%,#5e6c56 100%); /* IE10+ */;
	background: linear-gradient(to bottom, #0f2503 0%,#5e6c56 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2503', endColorstr='#5e6c56',GradientType=0 ); /* IE6-8 */;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: transparent;
}
/*end-----------------------------------------------------------------------------*/
/*h1 head title*/
#headH1 {
	margin-top: -10px;
}
#headH1 h1 {
	font-size: 6pt;
	color: #8A6110;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 8px;
}
/*end-----------------------------------------------------------------------------*/
/*header*/
.head {
	width: 100%;
	background-color: #000;
	color: #fff;
	background-image: url('../../media/main/portals_logo.png');
	background-repeat: no-repeat;
	background-position: center left;
	height: 120px;
	border-bottom: 10px solid #215306;
}
.head .h2 {
	font-size: 60pt;
	font-family: "Baskerville Old Face";
	margin: 0px;
	text-align: center;
	color: #5E6C56;
}
.head .h3 {
	font-size: 20pt;
	font-family: "Baskerville Old Face";
	margin: 0px 170px 0px 0px;
	text-align: right;
	color: #F3C15C;
}
/*end-----------------------------------------------------------------------------*/
/*content*/
.wrapper {
	width: 100%;
	overflow: vissible;
	padding: 10px;
	background: url('../../media/main/content_bg.png') repeat left top, url('../../media/main/watermark.png') no-repeat center 160px fixed;
}
.wrapper p {
	margin: 20px 0px;
}
.wrapper .disclaimer {
	font-size: 10pt;
}
.wrapper .thumbnail {
	background-color: #5E6C56;
	border-color: #5E6C56;
	color: #fff;
}
.wrapper .accom {
	color: #fff;
	padding: 20px 5px;
}
.wrapper .space-right {
	margin-right: 10px;
}
.wrapper .desc {
	height: 160px;
}
.wrapper a {
	color: #fff;
	text-decoration: underline;
}
.wrapper a:hover {
	text-decoration: none;
}
.table {
	margin-bottom: 0px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 0px solid #dddddd;
}
.snippet-heading {
	text-align: center;
	padding: 10px 0px;
	background-color: #215306;
	color: #fff;
	margin-bottom: 10px;
}
.video-link:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 40%;
	width: 64px;
	height: 64px;
	z-index: 100;
	margin-top:64px;
	background: transparent url(../../media/main/youtube.png) no-repeat center;
	pointer-events: none;
}
.btn-addo{
	background-color:#9AA395;
	text-decoration:none !important;
	color:#fff;
}
.btn-addo:hover{
	background-color:#215306;
	color:#fff;
}
/*end-----------------------------------------------------------------------------*/
/*Accommodation listings */
.listing {
	background-color: #5E6C56;
	vertical-align: middle;
	padding: 10px 20px;
	color: white;
	text-align: center;
}
.listing .heading {
	text-align: center;
	font-weight: bold;
	margin: 5px 0px;
}
.listing .img {
	padding: 8px 0px;
}
.listing .desc {
	font-size: 10pt;
	height: 120px;
}
.bot {
	margin-bottom: 20px;
}
/*end-----------------------------------------------------------------------------*/
/*footer*/
#footerh1 {
	text-align: center;
}
.footer {
	text-align: center;
	border-top: 4px solid #000;
	color: #000;
	padding: 20px 0px;
	font-size: 7pt;
}
.footer a {
	color: #000;
	text-decoration: underline;
}
.footer a:hover {
	color: #000;
	text-decoration: none;
}
.footer table {
	border: 0px;
	margin: 0 auto;
	font-size: 7pt;
}
.footer table td {
	padding: 0 5px;
}
/*end-----------------------------------------------------------------------------*/
/*website foot*/
.foot {
	color: #000;
	text-align: center;
	font-size: 7pt;
}
/*end-----------------------------------------------------------------------------*/
/*owl carousel style*/
.owl-slide .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls .owl-nav div {
	padding: 5px 9px;
}
.owl-theme .owl-controls .owl-nav div {
	position: absolute;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5px;
	top: 5px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 5px;
	top: 5px;
}
.caption {
	margin: 0px;
	padding: 5px;
	color: #fff;
	margin-top: -31px;
	cursor: default;
	background-color: #215306;
	background: rgb(33, 83, 6);
	background: rgba(33, 83, 6, .7);
	z-index: 9999;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.owl-multi .item {
	margin: 5px;
	text-align: center;
}
/*end-----------------------------------------------------------------------------*/
/*general classes*/
.shadow {
	-moz-box-shadow: 3px 3px 5px 1px #000;
	-webkit-box-shadow: 3px 3px 5px 1px #000;
	box-shadow: 3px 3px 5px 1px #000;
}
.corner {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);/* Relative to css document */
}
.opaque {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
/*end-----------------------------------------------------------------------------*/
/*menu style*/
.navbar {
	min-height: 1px;
	margin-bottom: 0px;
}
.navbar-nav {
	margin: 0px;
}
.navbar-collapse {
	padding: 0px;
	margin: 0px;
}
.navbar-default {
	background-color: #000;
	border-width: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	text-decoration: none;
	background-color: #215306;
	border-radius: 0px;
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #215306;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #215306;
	border-radius: 0px;
}
.dropdown-menu {
	background-color: #000;
	padding: 0px;
	border-top: 0px;
}
.dropdown-menu > li > a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #215306;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin: 0px;
}
/*end-----------------------------------------------------------------------------*/
/* ZAWebs Disclaimer*/
.navbar-disclaimer {
	background-color: transparent;
	color: #000;
	font-size: 7pt;
	padding: 5px;
}
.navbar-disclaimer a {
	color: #000;
	text-decoration: underline;
}
.navbar-disclaimer a:hover {
	color: #000;
	text-decoration: none;
}
/*end-----------------------------------------------------------------------------*/
