html {
    position: relative;
    min-height: 100%;
}
body {
    width: 100%;
    margin-bottom: 47px;
}
h1 {
    color: #2d6c84;
    font-size: 28px;
}
h2 {
    color: #2d6c84;
    font-size: 24px;
}
h3 {
    color: #2d6c84;
    font-size: 20px;
}
h4 {
    color: #2d6c84;
    font-size: 16px;
}
p {
    font-size: 13px;
}
a {
    text-decoration: none;
    font-size: 13px;
    color: #1b9bd7;
}
a:hover {
    text-decoration: underline;
    color: #1b9bd7;
}

iframe {
    max-width: 100%;
}

ul {

}

li {
    font-size: 13px;
}


#top-bar {
    text-align: right;
    background: #ededed;
    padding: 5px;
    color: #2d6c84;
    margin-bottom: 25px;

}
#top-bar a {
    font-size: 11px;
    color: #2d6c84;
}


.left-col-wrapper {
    border: solid #ededed 1px;
    margin: 10px 0;
}

.left-col .advert {
    margin: 15px 0;
}

.link-list .heading {
    border-bottom: 3px solid #2d6c84;

}

.right-col .advert {
    margin: 15px 0;
    text-align: center;
}

.advert img {
    max-width: 100%;
}



.link-list h3 {
    padding: 10px;
    margin: 0;
}
.link-list ul {
    margin: 10px;
    padding: 0;
}
.link-list ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.link-list ul li a {
    padding: 5px;
}

.left-col img {
    max-width: 100%;
}


#logo img {
    max-width: 100%;
}






/* Menu */

#navigation {
    background: #fbfbfb;
}

#navigation {
    width: 100%;
}

#navigation li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cdcdcd;
}
#navigation li:last-of-type {
    border-bottom: none;
}
#navigation li a {
    width: 100%;
    display: inline-block;
    color: #38a2da;
    position: relative;
}

#navigation li a.more-links.collapsed::after {
    display: inline-block;
    text-rendering: auto;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 9px;
}
#navigation li a.more-links::after {
    display: inline-block;
    text-rendering: auto;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f106";
    position: absolute;
    right: 15px;
    top: 9px;
}


.featured-video {
    margin-top: 25px;
}



/* Slide show */
.slideshow {

}
.bxslider .caption {
    position:absolute;
    font-size: 13px;
    padding: 20px;
    bottom: 0px;
    left: 0px;
    z-index:10;
    width: 100%;
    color: #fff;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}
.bxslider .caption h1 {
    color: #fff;
    font-size: 20px;
}
.bxslider img {
    outline: 1px solid white;
    outline-offset: -6px;
}


.banner-ads {
    margin: 20px 0;
}

/* New feed */

.news-item {
    padding: 5px;
}

.news-item .content {
    border: solid #ededed 1px;
    padding: 10px 15px 15px 15px;
}

.news-item h3 {
    color: #2d6c84;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
}


.news-item img {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    max-width: 40%;


}
.news-item-large img {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;


}
.news-item p {
    display: inline-block;
    max-width: 60%;
    padding-left: 10px;
    margin: 0;
}
.news-item a {
    color: #1b9bd7;
    display: block;
}

footer {
    width: 100%;
    background: #f8f9fa;
    padding: 20px;
    margin-top: 20px;
}

footer .content {
    padding: 10px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    padding: 5px 0;
    margin: 0px;
}

footer li i {
    font-size: 20px !important;
    margin-right: 5px;
    color: #2d6c84;
}

.social-links i {
    color: #adadad !important;
    font-size: 30px !important;
    margin: 10px;
}

#bottom-bar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: url("../images/footer-bg.jpg") top center repeat-x;
    display: block;
    color: #fff;
    font-size: 12px;
}

.error {
    color:red;
}

form-control .error {
    border:1px solid #f00 ;
}

/*.error p{color:#f00 !important;} */
.table {
   line-height: 1.25;
}
.modal-open .select2-container {
  z-index: 9999;
}