@charset "utf-8";
/* Bushpig Safaris CSS Document */

/* Start 4x4 Hire Page */

.vehicle-hire-left {
	float: left;
}

.vehicle-hire-right {
	float: left;
}

.vehicle-image-column {
	float: left;
	padding-left: 30px;
}

.vehicle-image-column img {
	border: 3px solid #705F44;
}

.vehicle-enquire-button {
    text-align: center;
    margin-top: 30px;
}

.vehicle-enquire-button a{
	background-color: #705F44;
    padding: 15px;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 1px 2px 0px #ccc;
}

.vehicle-enquire-button a:hover{
	color: #AD976E;
	box-shadow: 1px 2px 0px #AD976E;
}


/* End 4x4 Hire Page */

/* Start Blog */

.blog-article {
	border: 2px solid #705F44;
	padding: 15px;
	background: rgba(182, 162, 123, 0.5);
	margin-bottom: 15px;
}

.blog-article img {
	float: right;
	margin: 10px 0px 0px 10px;
	border: 5px solid #AD976E;
}

.blog-article h3 {
	font-size: 34px;
	color: #AD976E;
	text-shadow: 0px 1px 0 #705F44;
	margin: 0px;
}

.blog-read-more {
	font-weight: bold;
}

.blog-read-more {
	color: #705F44;
}

.blog-main-image {
	float: right;
	margin: 15px 25px 20px 20px;;
	border: 5px solid #AD976E;
}

/* End Blog */

.pluginButtonContainer {
  background: #4c69ba;
  background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
  background: -webkit-linear-gradient(#4c69ba, #3b55a0);
  border: none;
  -webkit-border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
  padding: 10px 5px 10px 5px !important;
  font-size: 14px !important;
}

.form-left {
	float:left;
	width: 50%
}


.form-right {
	float:left;
	width: 50%
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background-color: #705F44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	height: 100%;
}

h1 {
	font-size: 45px;
	line-height: 40px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #705F44;
	text-shadow: 0px 1px 0 #ccc;
	padding-left: 15px;
}

h2 {
	font-size: 25px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	color: #705F44;
	text-shadow: 0px 1px 0 #ccc;
	margin-bottom: 15px;
	padding-left: 15px;
}

h3 {
	font-size: 25px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	color: #AD976E;
	text-shadow: 0px 1px 0 #ccc;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #FFA65E;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	padding-right: 10px;
	list-style: none;
	ba
}

.home-list li {
	background-image: url(../images/Check.png);
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 30px;
}

.german-list {
	margin-bottom: 97px;
}

.german-list li {
	line-height: 19px;
	margin-top: 0px;
}

.home-copy-strong {
	color: #705F44;
}
	

header {
	width: 100%;
	height: 120px;
	padding-bottom: 10px;
	background-color: #705F44;
}

.fb_iframe_widget {
	margin-top: 10px !important;
}

.header-bottom {
	background-color: rgba(255, 188, 80, 1);
	height: 5px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.7);
	-moz-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.7);
	box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.7);
	margin-top: 5px;
}

.page-content {
	background-color: #B6A27B;
}

.page-content-centre {
	margin: 0 auto;
	width: 980px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-content-images {
	float:left;
	width: 50%;
	margin-top: 25px;
}

.home-image-column {
	float: left;
	text-align:center;
	padding-left: 30px;
}

.home-image-column img {
	border: 3px solid #705F44;
}

.page-content-copy {
	float:left;
	width: 50%;
}

.page-content-copy p {
	padding-left: 15px;
	padding-right: 15px;
}

.page-content-copy2 {
	float: none;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/tyre-tracks.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.page-content-copy2 p {
	padding-left: 15px;
	padding-right: 15px;
}

.pagecontent-top {
	background-color: rgba(255, 188, 80, 1);
	height: 5px;
	width: 100%;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(102, 102, 102, 0.7);
	-moz-box-shadow: 0px -3px 5px 0px rgba(102, 102, 102, 0.7);
	box-shadow: 0px -3px 5px 0px rgba(102, 102, 102, 0.7);
}

.page-content-copy2 table {
	margin-left: 15px;
}

.rates-table-headings {
	background-color: rgba(255, 188, 80, 1);
	padding: 5px;
}

.rates-table-body {
	background-color: #B6A27B;
	padding: 5px;
}

.vehicles-left {
	float: left;
	width: 50%;
}

.vehicles-right {
	float: left;
	width: 50%;
}

.rates-left {
	float: left;
	width: 60%;
}

.rates-right {
	float: left;
	width: 35%;
}

.specialist { 
	margin-left: 15px;
	margin-bottom: 15px;
}


footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #705F44;
	padding-bottom: 10px;
	padding-top: 10px;
}

.footer-top {
	background-color: rgba(173, 151, 110, 1);
	height: 8px;
	width: 100%;
}

.footer-content {
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

.footer-content p {
	color: #ccc;
}

.footer-content a {
	color: #ccc;
}

.footer-content a:hover {
	color: #FFA65E;
}


.header-contents {
	margin: 0 auto;
	width: 1220px;
}

iframe {
	position: absolute !important;
}

.header-contents nav {
	float: right;
}

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
.inputContainer
{
  position:relative;
  float:left;
}

/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input { 
	width: 60px!important;
}
.captcha-img { 
	margin-left: 10px; margin-bottom: -5px!important; 
}

.contact-form{
	margin-top: 10px;
	width: 474px;
	float: right;
}

.enquiry-form {
    margin-top: 10px;
    width: 474px;
    float: right;
}

.enquiry-form input[type=text]  {
	width: 190px;
	margin-top: 10px;
}

.enquiry-form textarea {
	width: 190px;
	height: 94px;
	margin-top: 10px;
}

input[type=text] {
	width: 250px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 10px;
	box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea {
	width: 250px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 10px;
	box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
}

input[type=submit] {
	background-color: rgba(173, 151, 110, 1);
	color: #333;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: -20px 0 20px !important;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 0px;
}

.contact-map {
	padding-left: 15px;
	padding-right: 15px;
}

.contact-map iframe {
	position: inherit !important;
	border: 5px solid #AD976E !important;
}

.vehicles-Equipment {
	margin: 15px;
	border: 5px solid #AD976E;
}

.logo {
	padding: 15px 15px 25px 15px;
	background-color: #B6A27B;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-box-shadow: 0 3px 10px 1px rgba(102, 102, 102, 0.7);
	-moz-box-shadow: 0 3px 10px 1px rgba(102, 102, 102, 0.7);
	box-shadow: 0 3px 10px 1px rgba(102, 102, 102, 0.7);
	margin-top: 0px;
	position: absolute;
	z-index: 1000;
}

.logo-mobile {
	display: none;
}

.about-us-image {
	float: right;
	margin: 10px;
	margin-top: 15px;
	border: 5px solid #AD976E;
}

.rates-information-image {
    margin: 10px;
    margin-top: 15px;
    border: 5px solid #AD976E;
}

.about-us-image2 {
	float: left;
	margin: 10px;
	margin-top: 15px;
	border: 5px solid #AD976E;
}

.about-us-image3 {
	margin: 10px 79px 10px 79px;
	margin-top: 15px !important;
	float: left;
	border: 5px solid #AD976E;
}

.about-image-center img {
	text-align: center !important;
}

.button-div {
	float: right;
	margin-top: -55px;
}

.button-div-terms {
	float: right;
	margin-top: -55px;
}

.button-div2 {
	float: right;
	margin-top: -55px;
	margin-right: 130px;
}

.enquire-now-button {
	margin-right: 26px;
	background-color: #AD976E;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}

.enquire-now-button:hover {
	color: #ccc;
	background-color: #705F44;
}

.terms-button {
	margin-right: 150px;
	background-color: #AD976E;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}

.terms-button:hover {
	color: #ccc;
	background-color: #705F44;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 50px;
}

#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #fff url(images/up-arrow.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.container {
	margin: auto;
	width: 100%;
	position: relative;
}

.container-page {
	margin: auto;
	width: 100%;
	position: relative;
	z-index: -1;
	margin-bottom: -3px;
}

.contact-left {
	float: left;
	width: 50%;
}

.contact-right {
	float: left;
	width: 50%;
}

#info + .readmore-js-toggle { padding-bottom: 1.5em; border-bottom: 1px solid #999; font-weight: bold;}

.readmore-js-toggle {
	padding: 5px;
	color: #333;
	width: 11% !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #C4B495;
	margin-top: 15px;
}

.readmore-js-toggle:hover {
	color: #333;
}


.readmore-js-toggle, .readmore-js-section {
	display: block;
	width: 100%;
}
.readmore-js-section {
	overflow: hidden;
}

.body-top-container {
	width: 100%;
	position: relative;
}

.clearfix {
	display: block;
}

.gallery-content {
	padding-bottom: 20px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0.8%;
}

.gallery li {
	display:inline-block;
	margin-left: 6px;
	margin-bottom: 6px;
}

.gallery img {
	border: 3px solid #AD976E;
}

.gallery img:hover{
	opacity:0.5;
}

.equipment-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0.8%;
	text-align: center;
}

.equipment-gallery li {
	display:inline-block;
	margin-left: 6px;
	margin-bottom: 6px;
}

.equipment-gallery img {
	border: 3px solid #AD976E;
}

.equipment-gallery img:hover{
	opacity:0.5;
}

#intro {
	float: left;
	width: 458px;
}

#intro .inner {
	padding: 0 0 0 30px;
}

#intro h2 {
	font-size: 35px;
	line-height: 40px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 25px;
	color: #AD976E;
	text-shadow: 0px 1px 0 #ccc;
}

#intro h2 span {
	font-size: 30px;
	font-family: 'Lobster', cursive;
	color: #AD976E;
	display: block;
}

#intro .extra-button {
	display: inline-block;
	background: url(../images/extra-button.jpg) no-repeat 0 0;
	width: 195px;
	height: 73px;
	margin: 15px 0 0 -10px;
	line-height: 49px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-indent: 30px;
	text-shadow: 1px 1px 0 #000;
}

#intro .extra-button:hover {
	text-shadow: 1px 1px 0 #333333;
}

.social-icons {
	padding: 0px 0px 15px 50px;
	float: right;
	margin-right: 0px;
}

.social-icons-img {
	padding-right: 30px !important;
}

.header-top {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

.tag-line {
	font-weight: bold;
	color: #AD976E;
	font-size: 30px;
	font-family: 'Lobster', cursive;
	text-shadow: 1px 1px 0 #333333;
	float: left;
}

/* Nav */ 

ul.nav {
	float: right;
	list-style: none outside none;
	margin: -10px 0 0 0;
	padding: 0;
}

ul.nav li {
	display: block;
	float: left;
	margin: 15px 15px 20px 15px;
	padding: 0;
}

ul.nav li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px 3px 3px 3px;
	color: #ccc;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

ul.nav li a:hover {
	color: #705F44;
	background-color: rgba(255, 188, 80, 1);
	-webkit-box-shadow: 0 0 6px rgba(102, 102, 102, 0.7;
	-moz-box-shadow: 0 0 6px rgba(102, 102, 102, 0.7;
	box-shadow: 0 0 6px rgba(102, 102, 102, 0.7);
	z-index: 151;
}

/* End Nav */

.ac-container{
	width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}