@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    -webkit-font-smoothing: antialiased;
    font: normal 14px arial,sans-serif;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
    padding: 20px 15px 0;
}

.container .credit {
    margin: 20px 0;
}

#footer {
    background-color: #414141;
}

    #footer a {
        color: #efefef;
    }

h1, h2, h3, h4 {
    font-family: 'Noto Sans', serif;
    vertical-align: middle;
}

header {
    background: #fff;
    height: 250px;
    color: #000000;
}

    header h1, header h2, header h3 a, header a, header a:hover {
        color: #101010;
        font-weight: 800;
        text-decoration: none;
    }

    header h3 {
        font-family: 'Kreon', serif;
        background: #FCB043;
        /*padding:10px;*/
        border-radius: 3px;
        font-size: 34px;
        padding: 12px 10px 6px 10px;
    }

    header .dropdown-menu {
        top: 74px;
        background: #FCB043;
        border-width: 0;
    }

h1 {
    font-size: 40px;
}

#nav {
    width: 100%;
    position: static;
    top: -32px;
}

    #nav.affix {
        position: fixed;
        top: 0;
        z-index: 10;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

#footer > .container {
}

@media (min-width: 767px) {
    .navbar-nav.nav-justified > li {
        float: none;
    }
}

.navbar-nav {
    margin: 1px 1px;
}

/* customize nav style */
.navbar-custom {
    background-color: #6EA6CF;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 0;
}

    .navbar-custom .navbar-nav > li > a {
        color: #fefefe;
        font-size: 110%;
    }

    .navbar-custom .navbar-nav li > a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a {
        background-color: rgb(10, 66, 107);
    }

    .navbar-custom .dropdown-menu {
        right: 0;
    }

    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
    outline: 0;
}

.divider {
    height: 40px;
}

.panel {
    border-width: 0;
}

@media (max-width: 768px) {
    header {
        height: 95px;
    }

        header h1 img {
            height: 65px;
        }
}

#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 15px;
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 6%;
    z-index: 100;
    background: #FCB043;
    font-size: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .scroll-top a:link, .scroll-top a:visited {
        color: #222;
    }


section {
    color: #ffffff;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    padding-top: 100px;
}

.bg-1 {
    background: url('/images/meetings.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-2 {
    background: url('http://www.bootply.com/assets/example/bg_5.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-3 {
    background: url('http://www.bootply.com/assets/example/bg_6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-4 {
    padding-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));
}

.date {
    background: #6EA6CF;
    float: left;
    width: 40px;
    line-height: 14px;
    padding: 3px;
    text-align: center;
    height: 38px;
    margin: 0px 4px 8px;
    color: #fff;
    clear: both;
}

.archive .date {
    background: #6EA6CF;
    float: left;
    width: 70px;
    line-height: 27px;
    padding: 3px;
    text-align: center;
    height: 60px;
    margin: 0px 13px 30px 0px;
    color: #fff;
    clear: both;
    font-size: 20px;
}


.rssheadline {    
    display: block;
}

.meetinglist, .newslist {
    list-style: none;
    padding: 10px 0px;
}

    .meetinglist li, .newslist li {
        min-height: 40px;
        margin-bottom: 10px;
        line-height: 13px;
    }

.archive li {
    min-height: 83px;
    margin-bottom: 7px;
    line-height: 17px;
}

.upcoming-meetings {
    text-align: left;
}

    .upcoming-meetings h3 {
        text-align: center;
    }

    .upcoming-meetings img {
        max-width: 150px;
        max-height: 150px;
    }

    .upcoming-meetings .date {
        background: #6EA6CF;
        height: 77px;
        font-size: 30px;
        padding: 10px;
        width: 90px;
        text-align: center;
        line-height: 30px;
        margin-right: 15px;
    }

    .upcoming-meetings .more-info {
        font-weight: bold;
    }

p {
    line-height: 20px;
}

.meeting-address {
    display: none;
}

.meeting-info .panel {
    border: 1px solid #6EA6CF;
}

.meeting-title {
    margin-top: 0px;
}

.meeting-calendar {
    line-height: 22px;
}

    .meeting-calendar img {
        float: left;
        height: 25px;
    }

.postevent {
    border: 1px solid #555;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 17px;
}

.extra {
    display: none;
}

#altmeetings li {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
