h1,h2,h3,h4,h5,h6{
    color: #00989a;
    font-weight: normal;
}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

.well h1:first-child,
.well h2:first-child,
.well h3:first-child,
.well h4:first-child{
    margin-top: 0px;
}

a:hover{ text-decoration: none; color: #00989a; }

body{
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#header{
    height: 120px;
    background-color: #007e9d;
    background-image: url('../img/bg-header.jpg');
}

#header .height{
    height: 120px;
}

#logo{
    position: absolute;
    top: 30px;
    right: 10px;
}

#logo img{
    width: 260px;
}

#main{
    padding: 20px 0 40px 0;
}

#content{
    padding: 20px 0 30px 0;
}

#nav-primary{
    position: absolute;
    bottom: 0px;
    left: 0px;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#nav-primary li{
    float: left;
}

#nav-primary li a{
    display: block;
    line-height: 30px;
    padding: 4px 15px 4px 15px;
    font-weight: bold;
    color: #fff;
    background-color: #006566;
}

#nav-primary li a:hover{
    background-color: #00aaac;
}

#nav-primary li.active a{
    color: #000;
    background-image: url(../img/bg-nav-primary-active.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    border-right: none;
}

#nav-primary li:last-child a{
    border-right: none;
}


.nav-mobile-container{
    height: 40px;
}

.nav-mobile-container a.toggle{
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.nav-mobile-container ul{
    display: none;
}


#nav-mobile {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav-mobile li a{
    display: block;
    line-height: 30px;
    padding: 14px 15px 14px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #00989a;
    border-bottom: 1px solid #006062;
}

#nav-secondary li a{
    border-bottom: 1px solid #eee;
}

#nav-secondary li.active a{
    background-color: #00989a;
    color: #fff;
}

.breadcrumb{
    background-color: transparent;
    font-size: 11px;
    padding-left: 0px;
    border-bottom: 1px solid #eee;
}


/*
-----------------------
SOCIAL MEDIA NAVIGATION 
-----------------------
*/

#sharebuttons{
    width: 100%;
    text-align: center;
}

ul#menu-social{
	padding: 0;
        margin: 5px 0 0 0;
}

ul#menu-social li{
	padding:0;
	margin:0;
	list-style-type:none;
	display: inline-block;
	padding:0 0 0 8px;
}

ul#menu-social li a{
	display:block;
	color:#837d76;
	font-size:12px;
	opacity:0.8;
}

ul#menu-social li a:hover{
	color:#F49401;
	text-decoration:none;
	opacity:1;
}



#footer{
    min-height: 120px;
    background-color: #007e9d;
    background-image: url('../img/bg-header.jpg');
    color: #fff;
    padding: 30px;
}

#footer a{
    color: #fff;
}

.content-space-bottom{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.teaser-blue h1{
    color: #fff;
}

.teaser-blue a{
    color: #fff;
}

.teaser-blue{
    background-color: #007e9d;
    background-image: url('../img/bg-teaser.jpg');
    padding: 5px 20px 20px 20px;
    color: #fff;
    min-height: 240px;
}

.tab-content{
    padding: 10px 0 10px 0;
}


.flexslider{
    margin: 0 0 0;
}

.flexslider .caption{
    display: none;
}

.csc-textpic img{
    max-width: 100%;
    height: auto;
}

.csc-mailform .btn{
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    
    #header{ height: 150px; } 
    #header .height{ height: 150px; }
    
    #logo{
        top: 25px;
    }
    
    .teaser-blue{
        min-height: 182px;
    }  
}


@media (max-width: 768px) {
    
    #header{ height: 120px; } 
    #header .height{ height: 120px; }
    
    .teaser-blue{
        min-height: 100px;
    } 
    
    #logo{
        left: 50%;
        margin-left: -110px;
    }
    
}