/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}
/*
body {
	background-image: url('../img/body_bgd-01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    /*padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;*/
}

.intro-message {
    position: relative;
    padding-top: 50px; 
    padding-bottom: 20ps;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.carousel-control {
	padding-top: 9%;
}
.carousel-caption {
	top: 50%;
}

.content-left {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.block-right .box_1{
	float: right;
}

.block-left .box_1{
	float: left;
}

section.page_section{
	padding: 50px 0;
}


section.page_section.content-left{
	background-color: #218816;
	background-image: -webkit-linear-gradient(#218816 0%, #9dc932 100%);
	color: #FFF;
}
section.page_section.content-left h2{
	color: #FFF;
}
section.page_section.content-right{
	background-color: #FFF;
	color: #000;
}

section.page_section .image_div{
	padding:20px;
	padding-top: 2%;
}
section.page_section .text_div{
	padding-left:20px;
	padding-right:20px;
}

section.page_section.content-about h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.page_section.content-services p.button {
	text-align: right !important;
	padding:20px;
}



section.page_section.content-contact {
	padding-top: 50px;
    padding-bottom: 50px;
    
    color: #f8f8f8;
    background: url(../img/contact_bgd.jpg) no-repeat center center;
    background-size: cover;
}
section.page_section.content-contact h2{
	color: #FFF;
	text-align: center;
}

.accreditation{
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	min-height: 220px;
	margin-top:50px;
	padding: 20px;
}

section.page_section.content-testimonials .item {
	padding-bottom: 40px;
}

section.page_section.content-services .image{
	padding-top:0px;
}

section.page_section.content-services .item{
	margin-bottom: 50px;
}

@media(max-width:768px) {
	section.page_section.content-services .image {
    		padding-top: 0px;
	}
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    
    section.page_section.content-home {
    		padding-top: 10px;
	}
    
    section.page_section .text_div {
	    padding-left: 2px;
	    padding-right: 2px;
	}
	section.page_section.content-services h3 {
    		text-align: center;
	}
	section.page_section.content-services p.button {
	    text-align: center !important;
	}
	.accreditation .item.middle {
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		margin-top:20px;
		margin: 20px;
		padding: 20px
	}
	
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.section-heading h2 {
    position: relative;
    line-height: 0;
    
}

.section-heading h2 span {
    position: relative;
    line-height: 7px;
    top: 4px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.section-heading h2 span:before {
    color: #8CBE45;
    font-size: 10px;
    content: "\f10c";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 10px;
}
.section-heading h2 span:after {
    color: #8CBE45;
    font-size: 10px;
    content: "\f10c";
    font-family: fontawesome;
    display: inline-block;
    margin-left: 10px;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    section.page_section .section-heading {
    		padding: 5px;
    		margin: 0;
	}
    footer{
	    text-align: center;
    }
}

footer {
    padding-left:15px;
    padding-right: 15px;
}

p.copyright {
    margin: 15px 0 0;
}