/* StrongLeaf styles */

/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Dosis:700,500&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin-ext);

body {
    position: relative;
    overflow-x:  hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}
body > header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 500px;
    width: 100%;
    overflow-x: hidden;
    z-index: -1;
    background: url(../images/header.jpg) no-repeat center;
    background-size: cover;
}
body > header > .logo-container {
    position: absolute;
    bottom: 2%;
    right: 5%;
}
#wrapper {
    margin-top: 500px;
    z-index: 1;
    background: #fff;
}
p {
    background: #fff;
}
.glyphicon-fw {
    width: 1.28571429em;
    text-align: center;
}
.news-badge {
    position: fixed;
    right: -25px;
    top: 100px;
    z-index: 9999;
    background: #3cc3f1;
    color: #fff;
    font-size: 1.2em;
    padding: 5px 10px;
    transform: rotate(270deg);
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: none;
}
.news-container {
    position: fixed;
    z-index: 9999;
    right: 0;
    margin-right: 0;
    top: 200px;
    padding: 5px 10px;
    background: #bababa;
    color: #fff;
    min-width: 30%;
    opacity: 1;
    transition: all .5s ease-in-out;
    overflow-y: auto;
    border: 1px solid #fff;
    border-right: none;
    visibility: hidden;
}
.news-container.hide {
    maring-right: -100%;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.news-item h4 {
    border-bottom: 1px solid #3cc3f1;
}
.news-item > p {
    background: transparent;
}
#nav {
    position: relative;
}
#nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999999;
}
.affix + .placeholder {
    padding-top: 53px;
}
.menu-logo {
    margin: 5px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: rgba(255,255,255,1);
}
.navbar-default .navbar-nav>li>a {
    color: #bababa;
    line-height: 2;
}
.navbar-default .navbar-nav i {
    margin-right: 5px;
}
.navbar-default .navbar-nav>li>a>i,
.navbar-default .navbar-nav>li>ul>li>a>i{
    color: #3cc3f1;
    font-size: 1.4em;
    margin-right: 10px;
    top: 4px;
    transition: color .2s ease;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #e8e8e8;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>ul>li>a:focus,
.navbar-default .navbar-nav>li>ul>li>a:hover {
    color: #999;
    background: none;
}
.navbar-default .navbar-nav>li>a:hover>i,
.navbar-default .navbar-nav>li>a:focus>i,
.navbar-default .navbar-nav>li>ul>li>a:hover>i,
.navbar-default .navbar-nav>li>ul>li>a:focus>i {
    color: #fb7709;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
}
.navbar-nav > li {
    text-transform: uppercase;
}
.even .content h2, .even .content .first-paragraph {
    background: #fb7709;
    color: #fff;
}
.even .content-img .circle {
    border-color: #fb7709;
}
.even .content .first-paragraph,
.odd .content .first-paragraph{
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.odd .content h2, .odd .content .first-paragraph {
    background: #3cc3f1;
    color: #fff;
}
.odd .content-img .circle {
    border-color: #3cc3f1;
}
.content h2 {
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 2em;
}
.content-img {
    min-height: 800px;
    overflow: hidden;
}
.content-img .circle-1 {
    background: #fb7709;
}
.quote {
    min-height: 150px;
    background: #fb7709;
}
.odd .quote {
    background: #3cc3f1;
}
.quote p:first-of-type {
    font-size: 2em;
    text-align: center;
    font-style: italic;
    color: #fff;
    margin: 25px auto;
    line-height: 140%;
    background: transparent;
}
.quote p:first-of-type:before,
.quote p:first-of-type:after {
    font-size: 2em;
    margin: 5px;
    color: #bababa;
}
.quote p:first-of-type:before {
    content: '\201C';
}
.quote p:first-of-type:after {
    content: '\201D';
}
.quote p:last-of-type {
    color: #fff;
    text-align: right;
    padding-right: 25%;
    background: transparent;
}
.full-width-image {
    min-height: 600px;
    overflow: hidden;
    background: transparent;
}
.circle {
    display: inline-block;
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    padding: 0;
}
.circle-1 {
    position: relative;
    border: none;
    color: #fff;
    background: #3cc3f1;
    font-size: 2em;
    width: 58px;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.circle-1 > i {
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -25%;
}
.even .circle {
    border-color: #fb7709;
}
.even .circle-1 {
    background: #fb7709;
}
.odd .circle {
    border-color: #3cc3f1;
}
.odd .circle-1 {
    background: #3cc3f1;
}
.circle-4 {
    position: absolute;
    bottom: -15%;
}
.primary .circle-4 {
    left: -6%;
}
.secondary .circle-4 {
    right: -6%;
}
.circle-2 {
    padding: 30px;
    width: auto;
    height: auto;
    border-width: 4px;
    transition: all 400ms ease;
}
.circle-3 {
    padding: 40px;
    width: auto;
    height: auto;
    border-width: 4px;
    transition: all 400ms ease 400ms;
}
.circle-4 {
    padding: 50px;
    width: auto;
    height: auto;
    border-width: 4px;
    transition: all 400ms ease 800ms;
}
.full-width-image-oneliner,
.content-image-oneliner {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 8%;
    font-size: 2.4em;
    color: #fff;
}
.odd .full-width-image-oneliner,
.odd .content-image-oneliner {
    text-shadow: 1px 1px 4px #3cc3f1;
}
.even .full-width-image-oneliner,
.even .content-image-oneliner {
    text-shadow: 1px 1px 4px #fb7709;
}
.full-width-image-oneliner,
.content-img.primary .content-image-oneliner {
    left: 26%;
}
.content-img.secondary .content-image-oneliner {
    right: 25%;
}
.parallax-slide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.parallax-slide > img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-member {
    margin-bottom:  40px;
}
.team-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.pers-details > h3 {
    font-size: 2.5em;
    color: #fb7709;
    margin-bottom: 0;
}
.pers-details > .title {
    font-size: 1.3em;
    color: #bababa;
    font-style: italic;
}
.pers-details > .contact {
    margin-top:  50px;
    font-size: 1.3em
}
.pers-details > .contact > .phone-number > p > a,
.pers-details > .contact > .email > p > a,
.pers-details > .contact > .phone-number > p > a:visited,
.pers-details > .contact > .email > p > a:visited{
    color:  #3cc3f1;
}
.pers-details p a:hover {
    text-decoration: none;
}
.contact i {
    color:  #fb7709;
    transition: all .2s ease-in-out;
}
.contact p:hover i {
    color: #bababa;
}
.pers-story {
    background: #fff;
    font-size: 1.3em;
    color: #bababa;
    padding: 15px;
}
.pers-story p {
    background: transparent;
}
.contact-details {
    margin-top: 40px;
}
.contact-details p {
    margin-bottom: 40px;
    font-size: 2em;
    color: #bababa;
}
.contact-details p i {
    float: left;
    margin-right: 25px;
    font-size: 1.5em;
    color: #fb7709;
}
.contact-details p a {
    color: #bababa;
    text-decoration: none;
}
.contact-details p.address i {
    height: 100px;
}
.panel-default {
    border-color: #3c96f1;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #3cc3f1;
    border-color: #3c96f1;
}
.panel-default > .panel-heading > .panel-title {
    font-size: 2em;
    text-transform: uppercase;
}
.contact-form input.form-control,
.contact-form textarea.form-control {
    margin-bottom: 30px;
    font-size: 1.5em;
}
.contact-form input.form-control {
    height: 50px;
}
.btn-default {
    color: #fff;
    background-color: #3cc3f1;
    border-color: #3c96f1;
    font-size: 1.5em;
}
.btn-default:hover {
    color: #fff;
    background-color: #3c96f1;
    border-color: #3cc3f1;
}
p.error {
    margin-top: -20px;
    font-size: 0.9em;
    color: #fb7709;
}
p.copyright {
    text-align: center;
    font-size: 1em;
    color: #bababa;
}

#about-us > h2 {
    background: #3cc3f1;
    color: #fff;
    text-align: right;
}
#our-team > h2,
#contact-us > h2 {
    color: #fb7709;
    padding-bottom: 40px;
}
#about-us p:first-of-type {
    background: #3cc3f1;
    color: #fff;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#quote-2 {
    background: #3cc3f1;
}
#our-team {
    background: #fff;
}
#our-team-image .circle {
    border-color: #3cc3f1;
}
#our-team-image .circle-1 {
    background: #3cc3f1;
}
#contact-logo {
    margin-bottom: 40px;
}
#contact-form h4 {
    margin-bottom: 30px;
    color: #bababa;
}


@media only screen and (max-width : 1200px) {
    .full-width-image-oneliner, .content-img.primary .content-image-oneliner {
        left: auto;
        right: 3%;
    }
    .content-img.secondary .content-image-oneliner {
        right: auto;
        left: 3%;
    }
    .content-image-oneliner {
        bottom: 3%;
    }
    .full-width-image-oneliner {
        left: 34%;
        right: auto;
    }
}

@media only screen and (max-width : 768px) {
    .content-img {
        min-height: 500px;
        overflow: hidden;
    }
    .full-width-image-oneliner, .content-img.primary .content-image-oneliner {
        left: auto;
        right: 5%;
    }
    .content-img.secondary .content-image-oneliner {
        right: auto;
        left: 5%;
    }
    .content-image-oneliner {
        bottom: 14%;
    }
    .full-width-image-oneliner {
        bottom: 9%;
    }
    .content-text {
        margin-bottom: 20px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .first-paragraph {
        -webkit-column-span: all;
        column-span: all;
    }
    .contact-details p {
        font-size: 1.5em;
        text-align: center;
    }
}

@media only screen and (max-width : 480px) {
    body > header {
        background-position: center left;
    }
    .content-text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/** TESTING **/


