@charset "utf-8";
/* African Tailored Tours CSS Document */

@font-face {
    font-family: 'MinionPro-BoldCn';
	src: url(../fonts/minion-pro-bold-cond.eot);
    src: url(../fonts/minion-pro-bold-cond.eot?#iefix) format('embedded-opentype'),
         url(../fonts/minion-pro-bold-cond.woff) format('woff'),
         url(../fonts/minion-pro-bold-cond.ttf) format('truetype'),
         url(../fonts/minion-pro-bold-cond.svg#MinionPro-BoldCn) format('svg');
    font-weight: normal;
    font-style: normal;
}

#pay4free_paynow_access_form {     margin-top: -28px;
    position: absolute; }

body {
	padding: 0px;
	margin: 0px;
	background-color: #F5F5DC;
	background-image: url(../images/paper-bg.jpg);
}

.water-mark-logo {
	position: absolute;
	z-index: -1;
}

.water-mark-logo-sub {
position: absolute;
z-index: -1;
}

.pay-now {
	color: #FEFFE8;
	font-family: 'MinionPro-BoldCn';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	background-color: #82806c;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pay-now:hover {
	background-color: #074E4B;
	color: #FEFFE8;
}

/*.water-mark-logo2 {
	position: fixed;
	margin-top: -317px;
	margin-left: 694px;
}*/

.elephant-left {
	float: left;
	margin: 10px 31px 10px 0px;
}

.elephant-left img{
	height: 70px;
}


.elephant-right {
	float: left;
	margin: 21px 0px 0px 0px;
}

.elephant-right img {
	width: 400px;
}

/* Start Header */

header {
	width: 100%;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 999;
	/*background-color: #074E4B;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	/*border-bottom: 3px solid #82806c;*/
}

header .att-logo {
	display: inherit;
	margin: 0 auto;
	width: 500px;
}

header nav {
	display: inline-block;
}

header nav a {
	margin-top: 0px;
}
	  
/* End Header */

/* Start Nav */

.menu-background {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-color: rgba(7,78,75,0.9);
	border-bottom: 3px solid #82806c;
	border-top: 3px solid #82806c;
}

.menu-position {
	margin: 0 auto;
}

.mobile-menu {
	display:none;
}

ul.nav {
    list-style: none outside none;
	margin: 0 auto;
    padding: 0;
}

ul.nav li {
    display: block;
    float: left;
    margin: 18px;
	margin-top: 6px;
    padding: 0;
}

ul.nav li a {
	border-radius: 2px 2px 2px 2px;
	color: #FEFFE8;
	display: block;
	font-family: 'MinionPro-BoldCn';
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul.nav li a:hover {
	background-color: #FEFFE8;
	color: #333;
	/*box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);*/
	z-index: 151;
}

/* End Nav*/

/* Start Banner */ 

.banner-container {
	margin: 0 auto;
	width: 1000px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #AAAAAA;
	background-color: #FEFFE8;
	-webkit-box-shadow: 0px 10px 23px 1px  rgba(170,170,170,0.8);
	-moz-box-shadow: 0px 10px 23px 1px  rgba(170,170,170,0.8);
	box-shadow: 0px 10px 23px 1px  rgba(170,170,170,0.8);
}

#banner-fade,
#banner-slide{
	margin-top: 0px;
}

ul.bjqs-controls.v-centered li a{
	display:none;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/* End Banner */

.page-container {
	margin: 0 auto;
	width: 1020px;
	border: 1px solid #AAAAAA;
	background-color: #FEFFE8;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8);
	-moz-box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8);
	box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8);
}


.page-container-logo {
	background-color: #FEFFE8;
	background-image:url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


.content{
	padding: 15px;
}

.home-content {
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: justify;
}

.home-content-bottom {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: justify;
}

.home-content-left {
	float:left;
	width: 49%;
}

.home-content-left p {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

.itineraries-content-left {
	float:left;
	width: 49%;
	text-align:center;
}

.itineraries-content-left img {
	outline: 3px solid #074E4B;
	width: 90%;
}

.home-content-right {
	float:right;
	width: 49%;
}

.home-content-right p {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

.itineraries-content-right {
	float:right;
	width: 49%;
	text-align:center;
}

.itineraries-content-right img {
	outline: 3px solid #074E4B;
	width: 90%;
}

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

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

.content-left-destination {
	float:left;
	width: 60%;
}

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

.country-left {
	float: left;
	width: 46%;
}

.content-right {
	float:right;
	width: 50%;
}

.country-right {
	float:right;
	width: 50%;
}

.home-category {
	text-align: center;
}

.home-category img {
	padding: 5px;
	background-color: #074E4B;
	margin-top: 15px;
	margin-bottom: 10px;
}

h1 {
	color: #82806c;
	font-family: 'MinionPro-BoldCn';
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h2 {
	color: #82806c;
	font-family: 'MinionPro-BoldCn';
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h3 {
	color: #82806c;
	font-family: 'MinionPro-BoldCn';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}

p {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

li {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover {
	color: #a14534;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

h2 a {
	color: #82806c !important;
}

h2 a:hover {
	color: #a14534 !important;
}

.Home h1 {
	font-size: 28px;
}

.enquire-now-button a {
	float: left;
	margin-top: -39px;
	padding: 10px;
	background-color: #82806c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: 'MinionPro-BoldCn';
	font-size: 17px;
	font-weight: bold;
}

.enquire-now-button a:hover {
background-color: rgba(7, 86, 84, 1.0);
color: #fff;
}

.german a {
	float:right;
	margin-top: -34px;
	opacity: 0.5;
}

.german a:hover {
	opacity: 1.0;
}


.footer {
	margin: 0 auto;
	border-top: 3px solid #82806c;
	background-color: rgba(7,78,75,0.9);
	margin-top: 10px;
	/* margin-bottom: 15px; */
	/* -webkit-box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8); */
	-moz-box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8);
	/* box-shadow: 0px 0px 30px 3px rgba(170,170,170,0.8); */
}

.footer-content {
	/* text-align: center; */
	padding: 1px;
	margin: 0 auto;
	width: 950px;
	padding: 15px;
}

.footer-left {
	float:left;
}

.footer-right{
	float: right;
}

.footer-right img{
	margin: 16px;
}

.footer-content p {
	color: #FEFFE8;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
}

.footer-content a {
color: #FEFFE8;
text-decoration: none;
}

.footer-content a:hover {
color: #a14534;
text-decoration: none;
}

.social-icon-spacing {
	margin-right: 15px;
}

.about-us-info {
	margin: 0 auto;
	width: 90%;
	padding: 20px;
	background-color: #82806c;
	border-radius: 5px;
}

.about-us-info ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.about-us-info h3 {
	color: #FEFFE8 !important;
}

.about-us-info p {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.page-banner {
	outline: 3px solid #074E4B;
	width: 100%;
}

.area-banner {
	outline: 3px solid #074E4B;
}
/*Special Offers*/
.specials-container {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
}
.special {
	width: 100%;
	border: 1px dashed #C5C1A6;
	border-radius: 5px;
	background: #F1F2DA;
	margin:0 0 1em 0;
	box-sizing: border-box;
	display: inline-block;
}
.special h2 { font-family: "Open Sans",sans-serif; }
.special h3 { font-family: "Open Sans",sans-serif; padding: 5px 10px; margin: 0 0 10px; background: #82806C; color: #fff; text-align:left;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
.special h4 { font-family: "Open Sans",sans-serif; font-size: 14px; margin: 0 0 5px; text-align:left; padding: 0 10px }
.special p { margin: 0 0 5px; text-align:left; padding: 0 10px }	
.special p.valid { font-size:smaller; font-style:italic; color: #82806C; }
.special ul { padding: 0 20px 0 30px  }	
.special ul li { line-height: 22px }

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

label {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

input[type=text] {
	width: 212px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Sorts Mill Goudy', serif;
	margin-top: 15px;
}

textarea {
	width: 226px;
	height: 130px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	margin-top: 15px;
}

input[type=submit] {
	background: none repeat scroll 0 0 #074E4B;
	border-radius: 2px 0 0 2px;
	color: #FEFFE8;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 10px 0 20px !important;
	text-decoration: none;
	padding: 8px 11px 8px 11px;
	text-align: center;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	border: 0px;
	float: right;
}

.tailored-tour h2 {
	text-align: left;
}

.tailored-tour-button a {
	float: left;
	margin-left: 10px;
	padding: 10px;
	background-color: #82806c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	font-family: 'MinionPro-BoldCn';
	font-size: 17px;
	font-weight: bold;
}

.tailored-tour-button a:hover {
	background-color: rgba(7, 86, 84, 1.0);
	color: #999;
}

.zambia-centre {
	margin: 0 auto; 
	width: 50%; 
	padding: 10px;
	text-align: justify; 
	
}

.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
	padding-top: 8px !important;
}

.sub-nav li {
	float:none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.sub-nav a {
	background-color: #074E4B !important;
	color: #FEFFE8 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 20px 10px 20px !important;
}

.sub-nav a:hover {
	background-color: #82806c !important;
	color: #000 !important;
}

.sub-nav-parent:hover > ul{
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-left: -13px;
}

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

.driving-table-headings {
	background-color: #074E4B;
	padding: 5px;
	color: #FEFFE8;
}

.driving-table-body {
	background-color: #82806c;
	padding: 5px;
}

.destination-map {
	background-color: #DBD0BB; 
	padding: 15px; 
	border: 3px solid #074E4B;
}

.breadcrumbs {
	color: #FEFFE8;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
}

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td { padding: 0; margin: 0; color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
::-webkit-input-placeholder { font-style:italic; color: #444; }
:-moz-placeholder { font-style:italic; color: #444; }
::-moz-placeholder { font-style:italic; color: #444; }
:-ms-input-placeholder { font-style:italic; color: #444; }

.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: -16px;
}

.refresh {
	position: relative;
	float: right;
	margin-top: -23px;
	margin-right: 53px;
}


#SpamCheck { 
	margin-left: 15px !important;
	padding: 8px; 
	color: #555;
}

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* 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;
}

.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;
	font-family:Arial, Helvetica, sans-serif;
}

.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;
	margin-top: -2px;
}

.captcha-img {
	margin-left: 100px;
	margin-bottom: -38px!important;
}

/* End Captcha */

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url('../images/mag.png') center center no-repeat #000;
	cursor: pointer;
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	z-index: 5;
	margin-left: 5px;
	margin-top: 20px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

span.rollover:hover {
	opacity: .7;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

button {
	background: none repeat scroll 0 0 #074E4B;
	border-radius: 2px 0 0 2px;
	color: #FEFFE8;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px !important;
	text-decoration: none;
	padding: 8px 11px 8px 11px;
	text-align: center;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	border: 0px;
}

.payment-small-text {
	font-size:10px;
	font-style:italic;
}

/* Start Mobile CSS */

@media only screen and (max-width : 800px) {
	
.scroll-to-fixed-fixed {
	position: relative;
}

.german {
	display: block;
	margin: 0 auto;
	width: 50px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.german a {
	float: none;
	position: absolute;
	z-index: 0;
}

.menu-background {
	margin: 0 auto;
	width: 100%;
	background-color: inherit;
	border-bottom: none;
	border-top: none;
}

header nav {
	display: inherit !important;
}

ul.nav li a {
	background-color: #82806c;
}

.sub-nav {
padding-top: 1px !important;
}

#nav
{
	position: relative;
	transition: none!important;
	z-index: 1;
}

#nav li a { padding-top: 6px; padding-bottom: 10px; text-align: center; }
#nav li a:hover { padding-top: 6px; padding-bottom: 10px; }

#nav > a
{
}

#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	position: absolute;
	right: 0px;
	top: -5px;
	background-image: url('../images/nav.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	z-index: 1000;
}

/* first level */

#nav > ul
{
height: auto;
display: none;
left: 0;
right: 0;
margin-top: 0px;
z-index: 9999;width: 100%;

}
#nav:target > ul
{
display: block;


}
#nav > ul > li
{
width: 100%;
float: none;
margin: 0;
background-color: #fff;
border-bottom: 1px solid #ccc;

}

/* second level */

#nav li ul
{
position: static;
padding-top: 15px;
}

/* End Nav */

	
.water-mark-logo-sub {
	display: none;
}

.water-mark-logo {
	display: none !important;
}

.banner-container {
	display: none !important;
}

.page-container {
	width: 100%;
	border: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none;
	box-shadow: none !important;
}

.footer-content {
	width: 90%
	
}

.footer-right {
	display: none;
}

.enquire-now-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.enquire-now-button a {
	float: none;
}

.home-content-left {
	float: none;
	width: 100%;
}

.home-content-right {
	float: none;
	width: 100%;
}

.country-left {
	float: none;
	width: 100%;
}

.country-right {
	float: none;
	width: 100%;
}

.content-left-destination {
	float: none;
	width: 100%;
}

.content-right-destination {
	float: none;
	width: 100%;
}

span.rollover {
	display: none;
}

.country-table {
	display: none;
}

section img {
	width: 80%;
}

.elephant-right {
	float: none;
	margin: 21px 0px 10px 0px;
}

.elephant-left {
	float: none;
}

.contact-left {
float: none;
width: 100%;
}

.content-right {
float: none;
width: 100%;
}

.form-float {
float: none;
width: 100%;
}

}


@media only screen and (max-width : 600px) {

header .att-logo {
	width: 90%;
}

.elephant-right img {
	width: 90%;
}
	
}


@media only screen and (max-width : 360px) {

.home-category img {
	width: 100%;
}

span.rollover {
	width: 100%
}

}