/*
Theme Name: YDCOZA-Boostrap-child
Author: John
Author URI: http://YourDesign.co.za/
Description: Boostrap On Steroids
Template: ydcoza
*/

@import "bootstrap.min.css";
@import "animate.css";

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300');

/*----------------------------------------YDCOZA----------------------------------------*/
/*      MISC */
/*--------------------------------------------------------------------------------------*/

body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #2A2A2A;
    color: white;
}
p {
    margin-bottom: 25px;
}
h2,
h3,
h4 {
    font-weight: 700;
    color: #94CA36;
}
h3 {
    margin-bottom: 30px;
}
a {
    color: #94CA36;
}

iframe {
	width: 100%;
	height: 440px;
	padding: 0px;
	vertical-align: middle;
	display: block;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul li {
	margin-bottom: 26px;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Logo */
/*--------------------------------------------------------------------------------------*/

.logo {
    text-align: center;
    background-color: white;
}
.logo img {
    max-width: 310px;
}
@media (min-width: 768px) {
    .logo {
        text-align: left;
    }
    .logo img {
        position: absolute;
        z-index: 99999;
        max-width: 100%;
    }
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Carousel */
/*--------------------------------------------------------------------------------------*/

.jssora22l,
.jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */

    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('images/slider/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l {
    background-position: -10px -31px;
}
.jssora22r {
    background-position: -70px -31px;
}
.jssora22l:hover {
    background-position: -130px -31px;
}
.jssora22r:hover {
    background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}
#jssor_1 {
    display: none;
}
.ydcoza-caption {
    font-size: 30px;
    color: #1E1E1E;
    line-height: 30px;
    background-color: white;
    padding: 10px;
}
.ydcoza-caption-2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    color: white;
    background-color: #2A2A2A;
    padding: 10px;

}
@media (min-width: 320px) {
    #jssor_1 {
        display: block;
    }
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Nav */
/*--------------------------------------------------------------------------------------*/
/*.ydcoza-nav {
}*/

.navbar {
    margin-bottom: 5px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .navbar {
        margin-bottom: 20px;
        margin-top: 0px;
    }
}
.ydcoza-nav-border {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 35px;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.nav-justified {
    background-color: transparent;
    border-radius: 0;
    margin-top: 21px;
}
.nav-justified > li {
    padding: 5px 0;
}
@media (min-width: 992px) {
    .nav-justified > li {
        padding: 13px 0;
    }
}
.nav-justified > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-justified > .active > a,
.nav-justified > li > a:hover,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    color: #8EC840;
}
.nav-justified > li:first-child > a {
    border-radius: 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #89C146;
}
.navbar-default .navbar-toggle {
    border-color: #94CA36;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #94CA36;
}
@media(min-width:768px) and (max-width:991px) {
    .nav>li>a {
        padding: 5px;
    }
    .nav-justified > li > a {
        letter-spacing: 1px;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-right: 1px solid white;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
    }
    .nav-justified > li:last-child > a {
        border-right: 0;
    }
}
/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */

    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Code Links */
/*--------------------------------------------------------------------------------------*/

.code-link {
    border: 2px solid #bbbbbb;
    text-align: center;
    margin-bottom: 35px;
}
.code-link h3 {
    margin-bottom: 5px
}
.code-link a {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    color: white;
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Testimonials */
/*--------------------------------------------------------------------------------------*/

.ydcoza-testimonial {
    text-align: center;
    background-color: #232323;
    padding: 20px;
    margin-bottom: 35px;
}
.ydcoza-testimonial blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: none;
}
.ydcoza-testimonial .carousel-indicators {
    bottom: 5px;
}
.ydcoza-testimonial .carousel-indicators li {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}
.ydcoza-testimonial .carousel-indicators li.active {
    background-color: #94CA36;
    border: 1px solid #232323;
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Contact Form */
/*--------------------------------------------------------------------------------------*/

.form-control {
    height: 40px;
    padding: 9px 12px;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(148, 202, 54, .075), 0 0 8px rgba(148, 202, 54, .6);
    box-shadow: inset 0 1px 1px rgba(148, 202, 54, .075), 0 0 8px rgba(148, 202, 54, .6);
}
.btn-success.ydcoza {
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    background-color: #93C933;
    border-color: #93C933;
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      footer */
/*--------------------------------------------------------------------------------------*/

.footer {
    background-color: #232323;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 35px;
    text-align: center
}
.footer a {
    color: white;
}
.footer p {
    margin-bottom: 10px;
}
.footer-social .social {
    text-align: center;
}
.social {
    margin-bottom: 5px;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
    text-align: center;
}
ul.social-share li a {
    display: inline-block;
    margin-left: 12px;
}
ul.social-share li a i {
    color: #232323;
    text-align: center;
    padding: 10px 14px;
    font-size: 24px;
    line-height: 24px;
    background-color: white;
    border-radius: 50%;
}
.ydcoza-copy {
    color: #bbbbbb;
}