@import url('//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.no-responsive.no-icons.min.css');
@import url('bootstrap-responsive.css');
@import url('//netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css');
@import url('http://fonts.googleapis.com/css?family=Dosis:600');




/* ############################################################ */

body{
    
font-family:  Arial, sans-serif;
font-weight: 300;
    
}

.container{
    width:970px;
}

body {
    background:#000;

    background-size:cover;
    background-attachment:fixed;
    
}

.no-backgroundsize body{
    background:#000;

    background-size:cover;
    background-attachment:fixed;
}
#brand a,
#brand a:hover,
#brand small,
#brand{
    font-family: 'Dosis', sans-serif;
    color:#fff !important;
    text-decoration:none  !important;
    line-height:30px;
    margin-bottom:.5em;
}

#brand-desc{
    line-height: 34px;
}

#brand-desc-bottom{
    font-size:19px;
}

 #header-img img {
    width:110px;
    display:block;
    float:left;
    margin-right:10px;
 }

.navbar-fixed-top .container {
    width:970px;
}

h1 {
    font-family: 'Dosis', sans-serif;
    color:#91472e;
    margin-bottom:.75em;
}

h2,h3,h4 {
    font-family: 'Dosis', sans-serif;
}

h2+h3{
    margin-top:-16px;
    font-size:15px;
}
h1+h2,
h1+h3 {
    margin-top:-26px;
    font-size:18px;
}

a {
    color:#91472e;
}

.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}


#breadcrumb {
    line-height:8px;
    margin-bottom:20px;
    padding:0 20px;
}
#breadcrumb ,
#breadcrumb a {
    color:#fff !important;
}


#content {
    background:#FDFDE4;
    border-radius:10px;
    box-shadow: 0px 0px 20px rgba(255,255,255,0.5)
}
#content #inner-content {
    padding:30px;
}

.image_caption {
    font-size:80%;
    padding:10px;
}

.thumbnail .img {
    height:175px;
    background:transparent url() no-repeat center top;
    background-size:cover;
    display:block;
}

.imgDIVinTextRight{
    float:right;
    padding:0 0 .75em 20px;
}
.imgDIVinTextLeft{
    float:left;
    padding:0 20px .75em 0px;
}

.imageBox {
    width:100%;
    height:400px;
    height:562px;
    height:348px;
    background:#003300 url() no-repeat center top;
    background-size:cover;
    position:relative;
}

.imageBox .caption{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding: 5px;
    font-size:10px;
    text-shadow:1px 1px 2px #000000;
}

.show {
    margin-bottom:30px;
}

.show .cite {
    color:#fff;
    font-size:120%;
    font-family: 'Dosis', sans-serif;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    line-height:1;
    position:absolute;
    bottom:10px;
    right:0;
    left:20px;
}

.no-textshadow .show .cite {
    /*background-color:#000000*/
}

.show .cite blockquote {
    font-size:170%;
    padding:0;
    border:0 none;
}
.show .cite p {
    padding-left:10px;
    
}

.newsEntry .thumbnail{
    margin-top:20px;
}
#footer-content,
#footer-content *,
#footer-content a {
    color:#fff !important;
}


@media (min-width: 1200px) {
    .imageBox {
        height:445px
    }
    
    .span3{
        width: 270px;
    }
}

@media (min-width: 768px) and (max-width: 979px) { 
.thumbnail .img {
    height:300px;
}
}

@media (max-width: 767px) {
    .container {
        width:auto;
    }
    
    h2 {
        font-size: 20px;
        line-height: 1.25em;
    }
    h3 {
        font-size: 16px;
        line-height: 1.25em;
    }
    
    img{
        width:100%;
    }
    
    img.img-polaroid{
        width:97%;
    }
    
}

@media (max-width: 480px) {
    
    .imgDIVinTextRight,
    .imgDIVinTextLeft{
        float:none;
        padding:0;
        text-align:left;
    }
    
    #header-img img {
        width:50px;
    }
    
    h1 {
        font-size: 20px;
    }
    
    h1 small {
        font-size:60%;
    }
    #brand a, #brand a:hover, #brand small, #brand,
    #brand-desc{
        line-height: 1;
    }
    
    #brand-desc-bottom{
        font-size:14px;
        line-height: 1;
    }
    
    #content #inner-content {
    padding: 10px;
    }
    .imageBox {
        height:245px
    }
    
    .show .cite blockquote {
        font-size: 90%;
    }
    
}

@media (max-width: 979px) {

}

@media (min-width: 980px) {

}

