/* CSS Document */
body {
    background: #ECECE0;
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
}

.clear {
    clear: both;
}

a:hover, a:focus {
    color: #800000;
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: Cambria, "Oranienbaum", Georgia, Times New Roman, serif;
    /*    padding-bottom: 10px;*/
}

h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: Cambria, "Oranienbaum", Georgia, Times New Roman, serif;
    /*    padding: 0 0 15px 0;*/
}

h3 {
    font-size: 14px;
    font-family: Cambria, "Oranienbaum", Georgia, Times New Roman, serif;
    font-weight: bold;
}

h4, .h4 {
    font-size: 16px;
}

ul, ol {
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
}

.pd0 {
    padding: 0px;
}

.mar10 {
    margin-right: 10px;
}

.navbar {
    margin-bottom: 5px;
    width: 100%;
}

.navbar .book a {
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;  
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 0 0 #aade7c;    
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #306108), color-stop(1, #6ca83b) );
    background:-moz-linear-gradient( center top, #306108 5%, #6ca83b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306108', endColorstr='#6ca83b');
    background-color:#306108;
}

.navbar .book  {
    float: right;
}


.navbar .book a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ca83b), color-stop(1, #306108) );
    background:-moz-linear-gradient( center top, #6ca83b 5%, #306108 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ca83b', endColorstr='#306108');
    background-color:#6ca83b;
}


.img-responsive {
    width: 100%;
}

a.navbar-brand {
    color: #5a6927!important;
}


.effect6 .csc-textpic,
.effect6 .carousel
{
    position:relative;
    -webkit-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6 .csc-textpic:before, .effect6 .csc-textpic:after,
.effect6 .carousel:before, .effect6 .carousel:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.navbar {
    background-color: #FFF;
    /* background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);*/

    /*background-image: -webkit-gradient(
            linear,
            left top,
            color-stop(0, #E5E5E5),
            color-stop(1, #FFFFFF)
    );
    background-image: -o-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #E5E5E5 0%, #FFFFFF 100%);
    
        background-repeat: repeat-x;*/
    border: 0px solid #fff;
    border-radius: 4px;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);*/
    box-shadow: none;
    min-height: 20px;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-btn {
    margin-top: 0px;
    margin-bottom: 5px;

    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 0 0 #aade7c;
    border:none;
    font-size: 15px;
    padding: 11px 20px;
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
}

a.navbar-btn {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #306108), color-stop(1, #6ca83b) );
    background:-moz-linear-gradient( center top, #306108 5%, #6ca83b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306108', endColorstr='#6ca83b');
    background-color:#306108;
}

a.navbar-btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ca83b), color-stop(1, #306108) );
    background:-moz-linear-gradient( center top, #6ca83b 5%, #306108 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ca83b', endColorstr='#306108');
    background-color:#6ca83b;
}

.dropdown {
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
}

.dropdown-header {
    padding: 3px 0;
    font-size:14px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #e7e7e7;
    color: #000;
    outline: 0 none;
    text-decoration: none;
}



#CDSWIDSSP .widSSPData {
    background-color: transparent!important;
}



/* This code is tested with latest version of Firefox and Chrome */
.box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    /*  border-radius: 0%     0%     25%     25% /     0%     0%     3%     3%;*/
}
.box:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg) skew(-0deg);
    -moz-transform: rotate(-3deg) skew(-0deg);
    -ms-transform: rotate(-3deg) skew(-0deg);
    -o-transform: rotate(-3deg) skew(-0deg);
    transform: rotate(-3deg) skew(-0deg);
}
.box:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(3deg) skew(0deg);
    -moz-transform: rotate(3deg) skew(0deg);
    -ms-transform: rotate(3deg) skew(0deg);
    -o-transform: rotate(3deg) skew(0deg);
    transform: rotate(3deg) skew(0deg);
}



/* This code is tested with latest version of Firefox and Chrome */
.box1 {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1%     1%     1%     1% /     1%     1%     1%     1%;
}
.box1:before {
    position: absolute;
    width: 100%;
    height: 80%;
    border-radius: 10px / 100px;
    z-index: -1;
    top: 10%;
    bottom: 10%;
    content: "";
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}





#lbLightbox img  {
    max-height: 100%;
    max-width: 100%;
}



DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
    float: left;
}
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
}
DIV.csc-textpic-imagewrap {
    padding: 0;
}


DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
    float: right;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
}
DIV.csc-textpic-imagewrap {
    padding: 0;
}


.navbar-nav > li.active > a {
    background-color: #eee;
}







#footer h3  {
    font-size: 16px;
    color: #800000;
    /*    padding-bottom: 10px;*/
}

a {
    color:#444444;

}

#content a {
    text-decoration: underline;
}

#content a:hover {
    color: #000;
}

#col_main p {
    text-align: justify;
}

a:active, a:focus {outline: 0;}


#logo {
    display: block;
    font-family: "Oranienbaum",serif;
    margin-bottom: 10px;
    margin-top: 4px;
}

#logo a {
    color: #5A6927;
    line-height: 45px;
}

.slogan {
    color: #a2a6a7;
    letter-spacing: 2px;
    margin-top: -12px;
    padding-left: 70px;
    font-size: 16px;
}

.followus {
    float: right;
    text-align: right;
    color: #A2A6A7;
    margin-top:20px;
}

.followus a {
    padding: 0 0 0 5px;
}

#topnav {
    float: right;
    text-align: right;
    color: #A2A6A7;
}

#topnav #nav {
    margin-bottom: 0;
    margin-top: 7px;
}

#topnav li  {
    display: inline;
}

#topnav a {
    border-right: 1px solid #A2A6A7;
    color: #A2A6A7;
    padding: 0 10px;
    text-decoration: none;
    font-size: 13px;
}

#topnav a:hover {
    text-decoration: underline;
}

#topnav li.last a {
    border-right: none;
    padding-right: 0px;
}




#col_main h3 {
    margin-bottom: 10px;
}

.intro {
    /*padding-bottom: 30px;*/
    /*margin-bottom: -20px;*/
    /* margin-top: 1px;*/
    /*padding-bottom: 30px;*/
    /*   margin-top: 10px; */
}

.intro img {
    width:100%;
}


/*#####################
Additional Styles (required)
######################*/
.carousel-indicators {
    bottom:-35px;
    right:10px;
    width:auto;
    margin-left:0;
    text-align: right;
}



.carousel-indicators li {
    /*   border-radius:0; */
    border-color: #ccc;
    width:10px;
    height:10px;
    background:#ccc;
    margin:0 5px;
}
.carousel-indicators .active {
    width:10px;
    height:10px;
    background:#000;
    border-color:#000;
    margin:0 5px;
}



.maincontent {
    /*background: url("css/slider.png") no-repeat scroll center -10px transparent; */
    /*padding-top: 25px;*/
}

#id54 .maincontent {
    background: none;
    padding-top: 15px;
}


.intro .tx-imagecycle-pi1-pager a {
    border: none;
    float: left;
    height: 10px;
    margin-left: 7px;
    text-indent: -10000px;
    width: 10px;
    background: url(css/bullet.png) no-repeat;
    opacity: 0.4;
}
.tx-imagecycle-pi1-pager a.activeSlide {
    opacity: 1.0;
}

.intro .tx-imagecycle-pi1-pager {
    right: 0%;
    margin-left: -65px;
    position: absolute;
    padding: 15px 0;
}



#sidebar {
    padding-bottom: 20px;
}


#col_right #TA_tchotel411 {
    margin:  40px auto -20px;
}

#col_right #CDSWIDTCH {
    margin: 0 auto;
}

#col_right #CDSWIDEXC{
    margin:  40px auto -20px;
}

#col_right #CDSWIDCOE {
    margin: 40px auto -20px;
    width: 150px;
}

#col_right .mbox6 {
    margin-right: -15px;  
    margin-top: 40px;
}

#col_right .mbox6 h3 {
    font-weight: normal;
}



#col_right dd {
    background-color: #000000 !important;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: -18px;
    opacity: 0.6;
    padding: 2px 5px;
    position: relative;
}

#sidebar li a {
    background: url("css/bullet.gif") no-repeat scroll 0 7px transparent;
    border-bottom: 1px solid #B1B4B4;
    color: #444;
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 18px;
    text-decoration: none;
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
}

#sidebar li:last-child a {
    border-bottom: none;
}

#sidebar ul.sub li {
    list-style-type:square;
}

#sidebar ul.sub a {
    background: none;
    border-bottom: 1px solid #B1B4B4;
    color: #444;
    display: block;
    font-size: 12px;
    padding: 5px 0 5px 0px;
    text-decoration: none;
}

#sidebar li a.active {
    color: #800000;
}

#col_left ul {
    list-style:none;
}

#col_left ul .sub {
    padding-left: 25px;
    padding-right: 15px;
}       

.vacancies ul .sub {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#col_left ul .sub li:last-child a {
    border-bottom: none;
}


#col_main .csc-bulletlist {
    list-style-type: square;
}


#col_main .csc-default ul li, #col_main .csc-default ol li {
    padding-bottom: 5px;
    margin-left: 20px;
    text-align: left;
}

#col_main .csc-default ul li.csc-textpic-image {
    padding-bottom:0px;
    margin-left: 0px;
}


#col_main .csc-menu {
    margin-left: 0px;
    padding-left: 0px;
}




#id1 #footer {
    border: none;
}

#id1 #col_main {
    margin: 0 270px 0 5px;
    padding-bottom: 15px;
    text-align: justify;
}

#footer_left {
    float: left;
    width: 200px;
    text-align: center;
}

.footerboxes {
    margin: 0 230px;
}


.footerbox1, .footerbox2, .footerbox3 {
    float: left;
    width: 165px;
    margin-right:10px;
}

.footerbox3 {
    margin-right: 0px;
}

.footerbox1 a, .footerbox2 a, .footerbox3 a {
    text-decoration:none;
    /*  font-size: 11px; */
}


#footer_rigth {
    float: right;
    padding-bottom: 25px;
    text-align: center;
    width: 200px;
}

.footernavi li {
    list-style:none;
    display: inline;
    padding-right: 10px;
}

.footernavi li a {
    color: #444;
}

#footer_address {
    clear: both;
    font-size: 11px;
    font-style: italic;
    padding: 20px 0;
    text-align: center;
}

.imagecycle-controller {
    top: 100%!important;
}

.csc-sitemap ul {
    list-style:none;
    padding-left:25px;
}


.csc-sitemap li {
    padding: 3px 10px;
}

.logo {
    font-size: 46px;
    color: #5A6927;
    font-family: Cambria, "Oranienbaum", Georgia, Times New Roman, serif;
    /*  text-transform: uppercase;*/
}

.logo a {
    color: #5A6927;
    text-decoration: none;
}

#id5 .logo {
    font-size: 28px!important;
    color: #800000;
}

#id5 .logo span {
    font-size: 38px;
}

#logo1 {
    font-size: 42px;
    color: #800000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

#logo2 {
    color: #800000;
    font-size: 32px;
    /*  text-transform:none!important;*/
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

#logo2 span {
    font-size: 42px;
}


#logo3 {
    color: #808000;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

#logo4  {
    color: #808000;
    font-size: 32px;
    /*  text-transform:none!important;*/
    text-align: center;
    text-transform: uppercase;
}

#logo4 span {
    font-size: 42px;
}

/*.introtext {
  font-size: 16px;
}*/

.csc-frame-frame1 {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid;
    padding: 10px;
}

#c454 {
    font-size: 12px;
}


#sbCaption {
    display:none;
}



.icon-arrow {
    background: url("css/icon-white.png") repeat scroll 0 -2px transparent;
    display: block;
    float: left;
    height: 15px;
    margin-right: 10px;
    width: 20px;
}

/*#id1 #marketing {
  border-top: 1px solid #CCCCCC;
}*/

#id1 #content {
    position:relative
}

#id1 #wolwedanslogo {
    position: absolute; 
    right: -210px; 
    bottom: 10px;
}

#id1 #africasfinest {
    bottom: 50px;
    position: absolute;
    right: 40px;
}

.marketing {
    margin: 30px 0px;
}

#marketing .panel-heading {
    background-image: -moz-linear-gradient(center top , #ffffff, #e5e5e5);
    background-repeat: repeat-x;
}

#marketing .panel-title {
    font-weight: normal;
}

#marketing .glyphicon {
    padding: 0px 5px;
}

#marketing .mnav ul {
    padding-left: 20px;
    margin-top: 10px;
}
#marketing  a {
    color: #555555;
}


#marketing .mnav ul .glyphicon {
    padding: 0px 10px 0 0;
}


.mbox1,
.mbox2,
.mbox3,
.mbox4,
.mbox5,
.mbox6,
.mbox7 {
    z-index: 0;
}




#marketing .mbox6 .panel-body,
#marketing .mbox7 .panel-body {
    min-height: 160px;
}

#marketing .mbox6 .panel-body a,
#marketing .mbox7 .panel-body a {
    text-decoration: underline;
}


.mbox2 .pd0 {
    border: 1px solid #fff;
}



.mtext {
    padding: 0 5px;
    text-align: left;
}


.mimg {
    float: left;
    margin-left: 4px;
    margin-right: 8px;
    margin-bottom:5px;
}


/*.mlink {
    position: absolute;
    right: 10px;
    top: 130px;
} */


.mlink a {
    /*    border-top: 1px solid #DADADA;*/
    clear: both;
    display: block;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.mlink a:hover,
.mtext a:hover {
    color: #000;
}

/*.mbox3 .mlink {
     left: 95px;
}
*/

.marketing .mmovie {
    float: left;
    width: 72px;
    height: 80px;
    background: url("css/movie.png") no-repeat scroll left center transparent;
}

.marketing h3 {
    /*    border-bottom: 1px solid #DADADA;*/
    font-size: 18px;
    /*    margin-bottom: 5px;
        padding: 15px 10px 10px 10px;*/
    text-align: left;

    /*    background-color: #E5E5E5;
        background-image: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5);
        background-repeat: repeat-x;       */
}

.marketing .mbox6  {
    text-align: center;
}





.mbox2 .mimg {
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/*.mbox2 .mimg:nth-of-type(1) {
 padding-left:4px!important;
}  */


/*.mbox3 {
  float: left;
  min-height: 100px;
}*/

/*.mbox4 {
  float: right;
  width: 240px;
  min-height: 480px;
}*/

.mbox4 h3 {
    margin-bottom:  0px;
}

#CDSWIDSSP {
    width: 100%!important;
    height:412px;
    overflow:hidden;
}

/*.mbox5 {
  clear: left;
  float: left;
  min-height: 100px;
  margin-right: 16px;
  margin-top: 15px;
}*/

/*.mbox5 .mnav {
    padding-left: 15px;
    padding-top: 3px;
}*/

.mbox5 .mnav li {
    list-style: none;
}

.mbox5 .mnav a {
    display: block;
    padding: 2px 0;
    text-decoration: none;
}

.mbox5 .mnav a:hover {
    color: #000;
    text-decoration: underline;
}



/*.mbox6,
.mbox7 {
    float: left;
    margin-top: 15px;
    min-height: 100px;
}

.mbox6 {
margin-right: 15px;
}

.mbox6:after {
    clear: both;
}

.mbox6 .inner {
  text-align: left;
}*/

.mbox6 .mlink {
    right: 10px;
    position: absolute;
    top: 57px;
}

#id290 #footer {
    border: none!important;
}


.btn_enquire {
    -moz-box-shadow:inset 0px 0px 0px 1px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 1px #ffffff;
    box-shadow:inset 0px 0px 0px 1px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #306108), color-stop(1, #6ca83b) );
    background:-moz-linear-gradient( center top, #306108 5%, #6ca83b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306108', endColorstr='#6ca83b');
    background-color:#306108;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #268a16;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:normal;
    padding: 5px 38px 5px 18px;
    text-decoration:none;
    text-shadow:0px 0px 0px #aade7c;
}

.btn_enquire:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ca83b), color-stop(1, #306108) );
    background:-moz-linear-gradient( center top, #6ca83b 5%, #306108 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ca83b', endColorstr='#306108');
    background-color:#6ca83b;
}

.btn_enquire:active {
    position:relative;
    top:1px;
}



#globalfooter {
    background: none repeat scroll 0 0 #EDEDED;
    border-color: #C2C2C2;
    border-style: solid;
    border-width: 1px 0;
    /* font-size:  11px;*/

}


#globalfooter h4 {
    margin: 15px 0 5px;
    font-size: 13px;
    font-weight: bold;
}


#globalfooter ul {
    list-style:none;
}

#globalfooter .links {
    padding-top: 2px;
}

#globalfooter .links a {
    display:   block;
    text-decoration: none;
}

#globalfooter .links a:hover {
    color: #000;
    text-decoration: underline;
}



/* BOOK NOW PAGE */


.booknow {
    float: right;
    background: none repeat scroll 0 0 #FFFFFF;
}

.booknow a {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #306108), color-stop(1, #6ca83b) );
    background:-moz-linear-gradient( center top, #306108 5%, #6ca83b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306108', endColorstr='#6ca83b');
    background-color:#306108;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    padding: 13px 19px;
    text-decoration: none;
    text-shadow: 0 0 0 #AADE7C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.booknow a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ca83b), color-stop(1, #306108) );
    background:-moz-linear-gradient( center top, #6ca83b 5%, #306108 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ca83b', endColorstr='#306108');
    background-color:#6ca83b;
}


#id293 .col-md-6 {
    z-index: 0;
}

#id293 .caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 30px;
    color: #ffffff;
    float: left;
    left: 0;
    padding: 5px 10px;
    position: relative;
    width: 100%;
}








#sidebar .vacancies li.open a {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #306108), color-stop(1, #6ca83b) )!important;
    background:-moz-linear-gradient( center top, #306108 5%, #6ca83b 100% )!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306108', endColorstr='#6ca83b')!important;
    background-color:#306108!important;

    border-bottom: 0 none!important;
    line-height: 20px!important;
    color: #fff!important;
    border-radius: 4px 4px 4px 4px;
}



.vacancies li.open a.active {
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.vacancies .opendetails {
    background:  none repeat scroll center center #DAE9CE;
}


.vacancies .opendetails ul.sub {
    margin-bottom: 5px!important;
    margin-left: 20px!important;
    margin-right: 10px!important;
}


#sidebar .vacancies ul.sub li.last a {
    border-bottom: none!important;
}



.greybtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
    font-size:14px;
    font-weight:normal;
    padding:4px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    text-align: center;
    display: block;
}

.greybtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

.greybtn:active {
    position:relative;
    top:1px;
}

.Jobfinder_Home {
    position: relative;
    top: -10px;
}

.photogallery {
    margin-right: -5px;
}

.photogallery .col-md-4 {
    padding-bottom: 10px;
    z-index:0;
}


.navbar-toggle {
    background-color: #eee;
}

.navbar-toggle .icon-bar {
    background-color: #5a6927;
}


.mvideo .panel-title {
    color: #333;
    font-weight: normal;
}

.mvideo p {
    margin-bottom: 0px;
}


.mvideo .panel-footer a {
    text-decoration: none;
}

.fancybox-inner {
   overflow: hidden !important;
}


@media (min-width: 320px) {

    #content p {
        font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif; 
        text-align: left;
    }


    #col_left ul {
        padding-left: 0px;
    }
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/*

 Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) {

}*/

@media (max-width: 767px) {
    .navbar-header {
        background:#eee;
        margin-bottom: 20px;
    } 

    .navbar {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .book {
        float: none;
    }
    .navbar .book a {
        display: block;
    }
    #id293 .caption {
        font-size: 11px;
        bottom: 26px;
    }

    #globalfooter {
        padding-bottom: 30px;
    }

    .global_1 img,
    .global_2 img,
    .global_3 img,
    .global_4 img    {
        margin: 20px 0 0;
    }

    .carousel-indicators {
        width:100%;
        left: 0;
    }

    #col_right {
        margin-bottom:20px;
    }

    #col_right .foundation {
        margin: 0 auto;
        max-width: 150px;  
    }

}


@media (min-width: 768px) {

    .navbar-collapse,
    .navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }

    .navbar .book a {
        padding: 10px 8px;
    }

    .navbar {
        margin-top: 0px;
        margin-bottom:0px;
    }

    #globalfooter {
        padding: 20px 20px 40px;  
        margin: 0 -15px;
    }

    .photogallery .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .intro {
        padding: 0px;
    }


}

@media (width: 768px) {

    .navbar-btn {
        display: none;
    }


    #marketing .mbox6  {
        clear:left; 
    } 

    #marketing .mbox4 #CDSWIDSSP  {
        min-height: 350px;
    } 

    #marketing .mbox5 .mnav {
        min-height: 340px;
    }

    .global_3 {
        clear:left;
    }


    .global_1, 
    .global_2,
    .global_3, 
    .global_4 {
        text-align: center;
    }

    .global_3, 
    .global_4 {
        padding:40px 0px 0px;
    }

    #col_right .foundation {
        margin: 0 auto;
        max-width: 150px;  
    }
    
#marketing .mbox6 .panel-body,
#marketing .mbox7 .panel-body {
    min-height: 20px;
}


    
    
    
    
    
    
    

}

@media (width: 800px) {

    .navbar-btn {
        display: none;
    }

    #marketing .mbox6  {
        clear:left; 
    } 


    #marketing .mbox4 #CDSWIDSSP  {
        min-height: 350px;
    } 

    #marketing .mbox5 .mnav {
        min-height: 340px;
    }

    .global_3 {
        clear:left;
    }

    .global_3, 
    .global_4 {
        padding:40px 0px 0px;
    }

    #col_right .foundation {
        margin: 0 auto;
        max-width: 150px;  
    }

}


@media (min-width: 1024px) {
    
    #content h1:first-child {
        margin-top: 0;
    }
    
    .intro {
        padding: 0 0px 30px;
    }
    

    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar .book a {
        padding: 10px 12px;
    }

    .mbox4 {
        float: right;
    }

    .photogallery .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .photo .intro {
        padding: 0 15px 15px;
    }

    #col_right .foundation {
        padding-top: 40px;
    }
    
        #id1 #africasfinest {
    bottom: 50px;
    right: 20px;
}


}


@media (width: 1024px) {
    

    #intro {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 18px;
    }

    #col_left {
        margin-top: 20px;
    }

    .photo #col_left {
        margin-top: 0px;
    }
    


}

@media (max-width: 800px) {




}





/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1170px) {

    
    body#id1 {
      font-size: 15px;  
    }
    
    .container {
        padding: 0;
        /* width: 1040px;*/
    }

    .intro {
        padding: 0px 15px 30px 15px;
    }

    #content p {
        font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif; 
        text-align: left;
    }

    #header,
    #content,
    #marketing
    {
        padding: 0 95px;
    }

    #marketing {
        margin-bottom: 15px;
    }

    .navbar {
        margin-top: 0px;
        margin-bottom:0px;
    }

    .navbar-collapse,
    .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li > a {
        font-family: Cambria,"Oranienbaum",Georgia,Times New Roman,serif;
        font-size: 16px;
        padding-left: 13px;
        padding-right: 13px;

    }   


    .navbar-btn:hover {
        background: -moz-linear-gradient(center top , #6ca83b 5%, #306108 100%) repeat scroll 0 0 #6ca83b;
    }

    /*    #content {
            margin-top: 15px;
        }*/

    /*    #content .csc-firstHeader {
            margin-top: 0px;
        }*/

    #content h1:first-child {
        margin-top: 0px;
    }

    #col_left {
        padding-left: 0px;
    }

    #col_left ul {
        padding-left: 0px;
    }

    .mbox4 {
        float: right;
    }

    #marketing .mbox4 .panel-default {
        min-height: 502px;
    }

    #marketing .mbox4 .panel-default:after {
        clear:none; 
    }

    #globalfooter {
        padding: 20px 95px 40px;
        margin: 0px;
    }

    .carousel-indicators {
        right:80px;
    }

    .footer_logo {
        padding: 0 0 20px 0px;
    }
    
#id1 #africasfinest {
    bottom: 50px;
    right: 35px;
}


}