/*  --------------------------------------------------------------------------  */
/*  -------------------------------- For wide screen browsers (wider than 1024) */
/*  --------------------------------------------------------------------------  */

html, body {
  height: 100%;
}

body {
    background-color: #dbebf7;
    font: 300 12pt 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #584642;
    letter-spacing: -0.5px;
}

a {
    color: #658e39; 
    text-decoration: none; 
    outline: 0;
    font-weight: 700;
    }
a:hover {
    color: #89c942;
    text-decoration: none;
    }
a img  {
    border: none;
}

.clear {
    clear: both;
}

h1 {
    margin: 0;
    padding: 20px 0 40px;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 30pt;
    font-weight: 700;
    letter-spacing: -3px; 
    color: #504834;
    }
h1 span.h-main{
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid #bad0d8;
    }
h1 span.h-pale{
    color: #a9c0d2;
    }
h1 span.h-sub{
    display: block;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 3px;
    border-top: 1px solid #fff;
}

h2 {
    margin: 0;
    padding: 25px 0 7px;
    font: normal 22pt 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: -1.5px; 
}

h3 {
    margin: 0;
    padding: 20px 0 7px;
    font: normal 18pt 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h4 {
    margin: 0;
    padding: 25px 0 7px;
    font: bold 14pt 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p {
    margin: 7px 0 7px;
    line-height: 150%;
    text-align: left;
    }
p.emphasis {
    display: block;
    margin: 0 0 14px;
    font: 300 16pt/150% 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    letter-spacing: -0.75px;
}

ol {
    margin: 0 0 0 18px;
    }
ul li, ol li {
    margin: 7px 0 7px;
    line-height: 28px;
    text-align: left;
}


#container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    min-height: 100%;
}

.content {
    margin: auto;
    width: 1248px;
}

/*  ----------------------------------------------- HEADER  */


header {
    position: relative;
    padding: 0;
}

a.flag-fre{
    display: inline-block; 
    float: right;
    padding: 0 10px 0 30px;
    height: 31px;
    line-height: 28px;
    background: url('https://www.yourtour.co.za/images/flag-FRE.png') no-repeat center left;
    color: #fff;
    font-size: 10pt;
}
a.flag-eng{
    display: inline-block; 
    float: right;
    padding: 0 10px 0 30px;
    height: 31px;
    line-height: 28px;
    background: url('https://www.yourtour.co.za/images/flag-ENG.png') no-repeat center left;
    color: #fff;
    font-size: 10pt;
}

#translate{
    padding: 5px;
    height: 41px;
    background: #658e39;
    text-align: right;
    }
#translate #google_translate_element{
    float: right;
}
#translate .goog-te-gadget-simple{
    background: #658e39 !important;
    border: 1px solid #658e39 !important;
    }
#translate .goog-te-gadget-icon{
    border-radius: 3px !important;
    border: 3px solid #fff;
}
#translate .goog-te-menu-value span{
    color: rgb(255,255,255) !important;
    font: 700 10pt/25px 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;

}

#menubar {
    height: 100px;
    background-color: #23252d;
    }
#menubar .content {
    position: relative;

}

/*  -- Logo */

a#logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 144px;
    height: 100px;
    background: url('https://www.yourtour.co.za/images/bg-logo.png') no-repeat top;
    background-size: cover;
    z-index: 200;
    }
a#logo:hover{
    background-position: bottom;
}



/*  -- MENU */

nav {    
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
}

ul#menu {
    width: 100%;
    height: 100%;
    text-align: right;
    }
ul#menu ul {
    list-style: none;
    width: 246px;
    }
ul#menu li {
    display: inline-block;
    margin: 0;
    height: 100%;
    }
ul#menu a {
    display: block;
    padding: 0 25px;
    width: 100%;
    line-height: 100px;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: -0.25px;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    color: #658e39;
    text-shadow: 0 0 5px #000;
    }
ul#menu li a:hover {
    color: #8dc63f;
}

    
.pg-home ul#menu li.btn-home a,
.pg-capetours ul#menu li.btn-capetours a,
.pg-othertours ul#menu li.btn-othertours a,
.pg-contact ul#menu li.btn-contact a {
    color: #8dc63f;
    }
.pg-home ul#menu li.btn-home a:hover,
.pg-capetours ul#menu li.btn-capetours a:hover,
.pg-othertours ul#menu li.btn-othertours a:hover,
.pg-contact ul#menu li.btn-contact a:hover {
    color: #8dc63f;
}

/*  -- Banner */

.banner{
    position: relative;
}

.banner-highres {
    display: block;
    }
.banner-lowres {
    display: none;
}
.banner-highres img, .banner-lowres img{
    display: block;
}

.calltoactioncontainer{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1248px;
}
.calltoaction{
    float: right;
    width: 400px;
    padding: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbebf7+0,dbebf7+100&0.5+0,0.7+50 */
    background: -moz-linear-gradient(top, rgba(219,235,247,0.5) 0%, rgba(219,235,247,0.7) 50%, rgba(219,235,247,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(219,235,247,0.5) 0%,rgba(219,235,247,0.7) 50%,rgba(219,235,247,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(219,235,247,0.5) 0%,rgba(219,235,247,0.7) 50%,rgba(219,235,247,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dbebf7', endColorstr='#b3dbebf7',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 5px 0 0;
    color: #041c20;
    font-weight: 800;
    font-size: 10pt;
    text-align: right;
    }
.calltoaction span.tagline{
    display: block;
    padding: 5px 0;
    font-weight: 300;
    font-size: 14pt;
    }
.calltoaction a{
    display: inline-block;
    margin: 5px 0 0;
    padding: 8px 16px;
    border-radius: 5px;
    background: #658e39;
    color: #fff;
    font-size: 11pt;
    }
.calltoaction a:hover{
    background: #527a28
}


/*  -- BODY */

#body {
    flex: 1;
    background: #dbebf7 url('https://www.yourtour.co.za/images/bg-body.png') repeat-x top;
    }
#body .content {
    padding: 50px 0 70px;
}

#body ul li{
    padding: 0 0 0 20px;
    background: url('https://www.yourtour.co.za/images/bullet.gif') no-repeat 0 7px;
}

/*  -- FOOTER  */

footer {
    padding: 0;
    background: #a59d8a; 
    color: #2b2b2b; 
    }
footer a{
    color: #2b2b2b; 
    }
footer a:hover{
    color: #000; 
}

footer .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footerleft{
    float: left;
    width: 200px;
}

#footerleft img{
    display: inline-block;
}


#footermiddle{
    float: left;
    padding: 0 40px;
    width: calc(100% - 540px);
    border-left: 1px solid #dcd8ce;
    border-right: 1px solid #dcd8ce;
    }
#footermiddle table{
    width: 100%;
    font-size: 11pt;
    }
#footermiddle table th{
    padding: 0 5px 0 0; 
    vertical-align: top;
    text-align: right;
    width: 35%;
}

#footerright{
    float: right;
    width: 340px;
    text-align: right;
}

a.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
a.icon:hover {
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.5);
    }
a.fi-uptotop {
    background: #658e39 url('https://www.yourtour.co.za/images/bg-icon-backtotop.png') no-repeat top;
    background-size: contain;
    }
a.fi-facebook {
    background: #415e9b url('https://www.yourtour.co.za/images/bg-icon-facebook.png') no-repeat top;
    background-size: contain;
    }
a.fi-instagram {
    background-image: url('https://www.yourtour.co.za/images/bg-icon-instagram.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;

    background: linear-gradient(45deg, #fadb7e 0%,#ef5d2e 40%,#a70f96 74%,#5a28d5 100%) url('https://www.yourtour.co.za/images/bg-icon-instagram.png') no-repeat top;
    }
a.fi-linkedin {
    background: #1686b0 url('https://www.yourtour.co.za/images/bg-icon-linkedin.png') no-repeat top;
    background-size: contain;
}

a.webdesign {
    display: block;
    font-weight: 300 !important;
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/*  -- CONTENT ----------  */


/*  -- home --  */

#homeleft{
    float: left;
    margin: 0 50px 0 0;
    width: calc(100% - 450px);
}


#homeright{
    float: right;
    width: 400px;
    }
#homeright h3{
    padding: 20px 0 0;
    color: #658e39;
}

#slide{
    width: 100%;
    height: auto;
}

.testiblock{
    width: 100%;
    background-color: #658e39;
    color: #fff;
    border-radius: 5px;
    }
.testiblock .speel{
    padding: 20px 25px;
    }
.testiblock .speel p{
    line-height: 120%;
    font-size: 11pt;
    font-weight: normal;
    }
.testiblock img{
    display: block;
    border-radius: 0 0 5px 5px;
    border-top: 9px solid #fff;
}


a.button {
    display: block;
    margin: 20px 0 10px;
    padding: 7px 20px;
    float: right;
    background-color: #658e39;
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    font-weight: bold;
    letter-spacing: 0;
    }
a.button:hover {
    background-color: #527a28;
}


/*  -- tour list --  */

#tourleft{
    float: left;
    margin: 0 50px 0 0;
    width: 200px
}

#tourleft ul li{
    padding: 0;
    background: none;
}

h2.filterh2{
    padding: 100px 0 15px;
}

ul.filter li{
    margin: 0 0 1px;
    padding: 8px 10px;
    background-color: #eae9e9;
    }
ul.filter li:hover{
    color: #000;
    background-color: #e63708;
}
ul.filter li label{
    display: block;
    cursor: pointer;
    }
ul.filter li input[type="radio"]{
    margin: 0 8px 4px 0;
}

.firstlink{
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.lastlink{
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#tourright{
    float: right;
    width: calc(100% - 250px);
    }
#tourright h2{
    padding-top: 0;
}

.pg-capetours #body .content ul li.item,
.pg-othertours #body .content ul li.item{
    margin: 0 0 12px;
    padding: 0 0 12px;
    background: none;
    border-bottom: 1px dotted #ccc;
}

.item img{
    float: left;
    margin: 0 10px 0 0;
    }
.item a{
    font-weight: 700;
    }
.item a.previewimage{
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 260px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    }
.item a.previewimage:hover{
    box-shadow: inset 0 0 1px 3px #658e39;
}

.itemtext{
    float: left;
    width: calc(100% - 275px);
}

table.itemsummary{
    margin: 0 0 3px;
    width: 100%;
    }
table.itemsummary tr:nth-child(even){
    background-color: rgba(255,255,255,0.5);
    }
table.itemsummary th, table.itemsummary td{
    padding: 5px;
    font-size: 11pt;
    line-height: 140%;
    vertical-align: top;
    }
table.itemsummary th{
    width: 105px;
}

a.readmore{
    float: right;
    display: inline-block;
    margin: 0;
    padding: 5px 16px;
    border-radius: 5px;
    background: #658e39;
    color: #fff;
    font-size: 11pt;
    }
a.readmore:hover{
    background: #527a28
}


/*  -- tour detail --  */

a#breadcrumbs{
    display: inline-block;
    padding: 10px 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    }
a#breadcrumbs:hover{
    background: #658e39;
    color: #fff;
}



#tourcost{
    padding: 20px;
    background: #8e3939;
    border-radius: 5px;
    color: #fff;
    }
#tourcost h3{
    padding: 0 0 10px;
    font-size: 13pt;
    font-weight: 700;
    text-transform: uppercase;
    }
#tourcost h4{
    padding: 5px 0 0;
    font-size: 12pt;
    font-weight: 700;
    line-height: 120%;
    }
#tourcost p{
    padding: 0 0 10px;
    }
#tourcost ol{
    padding: 5px 0 0;
    }
#tourcost ol li{
    margin: 0;
    padding: 0;
}



/*  -- contact --  */

.contactleft{
    float: left;
    width: calc(100% - 340px);
}

form#ValidatedForm {
    position: relative;
    margin: 0 0 3px;
    padding: 20px;
    background-color: #658e39;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    }
form#ValidatedForm span.required {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 8pt;
    }
form#ValidatedForm span.red {
    color: red;
    }
form#ValidatedForm fieldset {
    border-top: 1px dotted #fff;
    }
form#ValidatedForm legend {
    margin: 20px 0 20px 20px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 15pt;
    }
form#ValidatedForm label {
    float: left;
    display: block;
    margin: 0 0 10px;
    padding: 0 40px 0 0;
    width: 30%;
    height: 40px;
    text-align: right;
    }
form#ValidatedForm .textfield {
    float: right;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    width: 70%;
    height: 40px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #1b1f1d;   
    }
form#ValidatedForm .textarea {
    height: 150px; 
    }
form#ValidatedForm .checkradiogroup {
    float: right;
    display: block;
    margin: 0 0 10px;
    padding: 0 10px 10px 0;
    width: 70%;   
    }
form#ValidatedForm .checkradiogroup label{
    float: none;
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    }
form#ValidatedForm .checkradiogroup label:hover{
    cursor: pointer;
    font-weight: normal;
    }
form#ValidatedForm .checkradiogroup input[type='checkbox'],
form#ValidatedForm .checkradiogroup input[type='radio'] {
    margin: 0 10px 5px 0;
    }
form#ValidatedForm .checkradiogroup label span.checkradiotext{
    float: right;
    display: block;
    padding: 0 0 5px;
    width: calc(100% - 30px);
    text-align: left;
    font-weight: normal;
    }
form#ValidatedForm .checkradiogroup label span.subtext{
    display: block;
    font-weight: 300;
    font-size: 10pt;
    }
form#ValidatedForm .g-recaptcha {
    float: left;
    display: block;
    margin: 0 0 40px;
    }
form#ValidatedForm .submit {
    margin: 40px 0 0;
    padding: 7px 20px;
    float: right;
    background-color: #23252d;
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    font-weight: bold;
    }
form#ValidatedForm .submit:hover {
    background-color: #111;
}
form#ValidatedForm label.error {
    display: block;
    margin: 0 0 10px 10px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 1px #000;
}


.contactright{
    float: right;
    width: 300px;
    }
.contactright h2{
    padding: 0 0 10px;
}

table.contacts {
    width: 100%;
    }
table.contacts td {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}


.contactright a.social {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
.contactright a.social span.icon {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
.contactright a.social:hover span.label{
    color: #658e39;
    }
.contactright a.social:hover span.icon {
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.8), 0 0 3px 1px rgba(0,0,0,0.2);
    }
.contactright a.social-facebook span.icon {
    background: #415e9b url('https://www.yourtour.co.za/images/bg-icon-facebook.png') no-repeat center center;
    background-size: contain;
    }
.contactright a.social-instagram span.icon {
    background: #555 url('https://www.yourtour.co.za/images/bg-icon-instagram.png') no-repeat center center;
    background-size: contain;
    }
.contactright a.social-linkedin span.icon {
    background: #1686b0 url('https://www.yourtour.co.za/images/bg-icon-linkedin.png') no-repeat center center;
    background-size: contain;
}


.contactright a.social span.label {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    line-height: 50px;
    color: gray;
}

.formconfirmation {
    margin: 0;
    padding: 20px 25px;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    }
.formconfirmation h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    }
.formconfirmation p {
    margin: 5px 0;
    line-height: 20px;
    }
.formconfirmation a {
    color: #fff;
}

.fc-fail {
    background: #a21c25;
    }
.fc-win {
    background: #3b8c39;
}



/*  -- testimonial --  */

.testimonial{
    margin: 0 0 20px;
    padding: 20px;
    }
.testimonial:nth-child(odd){
    background: rgba(255,255,255,0.5);
}
.testimonial img{
    float: left;
    width: 300px;
    border-radius: 5px;
}
.quote{
    float: right;
    width: calc(100% - 350px);
}




