@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300|Open+Sans:300,700,800);

.responsive-image{ max-width: 100%; }
 

/*  page layout */
.btn-success {
    background-color: #3c4a3c;
}

html {
	line-height: 1.5em;
	position: relative;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
body {
    margin-bottom: 360px;
  	background: #fff;
}
p{
    font-size: 17px;
    line-height: 1.5em;
}
.contact-form {
    background-color: #5dc446;
    padding: 60px 0;
    width: 100%;
    margin-bottom: -40px;
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background:#2d3c2a;
    /*height: 360px;*/
}

.lead {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}
.cpd-logo {
    position: absolute;
    top: -25px;
    right: 0;
}
#pageDetail{
	padding-top: 40px;
	padding-bottom: 40px;
}
#pageDetail:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1000;
    position: relative;
    top: -75px;
    left: 49%;
}
.top-panel{
    background-color: #2d3c2a; 
}

.mid-panel-sm{
    background: #2d3c2a;
    height: 50px;
}
	.mid-panel div h1 {
	    font-size: 38px;
	    color: #fff;
	    letter-spacing: -2px;
	    text-transform: uppercase;
	    font-weight: 800;
	    font-family: 'Open Sans', sans-serif;
	}

h2 {
	letter-spacing: -2px;
    font-weight: 700;
    font-size: 38px;
    color: #04384d;
    text-transform: uppercase;
    line-height: 1;
	font-family: 'Open Sans',sans-serif;
}
h3.header {
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
}
h3 small{
    color: #fff;
}

/*  Nav bar */
.navbar-default{
	background-color: #04384d;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar {
    margin-bottom: 10px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #1e4c09;
}



/* carousel */

.itemTop{
	min-height: 600px;
 	background-position: 50% 50%;	
}


.top-panel-header,
.xs-text,
.xs-phone,
.footer-phone {
    font-size: 35px;
    color: #ffd700;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.xs-text{
	font-size: 22px;
	color: #fff;
}
.xs-phone{
	font-size: 30px;
    color: #fff;   
}
.top-panel-header{
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}
.footer-email {
    font-size: 18px;
    color: #ffd700;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.footer-email > a{
	color: #ffd700;
}
#footer > .container {
    padding: 40px;
}

#footer:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #2d3c2a;
    z-index: 1000;
    position: relative;
    top: -55px;
    left: 49%;
}

.footer_heading{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto';
}
.footer_text{
	padding: 20px;
}

.footer_phone {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 0;
    word-break: break-word;
}
.footer_phone > a{
	color: #fff;
}
.copyright{
    font-size: .9em;
    text-align: center;
    padding-top: 20px;
    font-weight: 300px;
}

.copyright a{
	color: #fff;
    font-weight: 300px;	
}
.credit{
	font-size: .9em;
}

#cookieNotification{
    display: none;
    width:100%;
    background-color: #222;
    color:#fff;
    position: absolute;
    bottom: 0;
    z-index: 10;    
}
.cookie-inner{
    padding: 15px 0 0;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.logo{ max-width: 100%;}
	h1.carousel-h1{ font-size: 36px;}
	#footer:before{display: none;}
	#footer{
		position: relative;
		height: inherit;
	}	
	.itemTop{
        min-height: 280px;
        background-size: cover;
        background-repeat: no-repeat;
	}
    .top-panel-header{
         color: #fff;
    }
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }   
}

/* All smart phones with larger screen (nexus etc)----------- */
@media (max-width: 960px){

}
/* Smartphones  ----------- */
@media (max-width: 768px){

.footer-email {
    font-size: 15px;
    color: #ffd700;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .top-panel{
        padding-bottom: 30px;    
    }

    .top-panel-header{
         color: #fff;
    }
    .mid-panel{
		text-align: center;
	}
	.logo{ 
		max-width: 100%;
		padding: 20px;
	}
	body{
		margin-bottom: 0;
	}
	#footer{
		position: relative;
		height: inherit;
	}
	.footer_text{
		padding: 0;
	}
	#footer:before{display: none;}
	#pageDetail:before{display: none;}	

	.carousel-caption {
	  	 padding-bottom: inherit; 
	     background: none; 
	     padding: inherit; 
	}
	.phone{	font-size: 17px;	}
    .itemTop{
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 280px;        
    }	
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }    
}
