body{
   background-color:#222;
   width:100%;   
   font-size:14px;
}

h1{
    font-family: 'Lato', Arial, sans-serif;

} 
h2,h3,h4,h5{
    font-family: 'Lato', Arial, sans-serif;
	color: #28308E;
} 
a:link { color:#28308E; text-decoration:none }
a:hover { color:#28308E; text-decoration:underline }
a:visited {
	color:#28308E;
	text-decoration:none;
}
.blockquote{
	margin-left: 30px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	border-left:inherit;
}
#header{
    /*background-color:#222;*/
    width:100%;
    height:50px;
}
#header a{
    color:#fff;
    font-size:11px; /*should be 14px*/
}
a#logo{
    font-family: 'Lato', Arial, sans-serif;
    font-size:18px;    
    text-decoration:none;
    display:inline-block;
}

#logo img
{
   max-width:100%; 
}

#allwide{
    background: transparent url('/files/content/www/images/parchment.png') repeat;    
}

#prettypic{
    /*height:490px;*/
    /*border-bottom:10px solid #bbb;*/
    width:100%;

}


#homecontainer{
    background: transparent url('/files/content/www/images/homeflame.png') no-repeat;
    background-position:10px 10px !important;
}

#innercontainer{
    background: transparent url('/files/content/www/images/innerflame.png') no-repeat;
    background-position:10px 7px;
}

#maincontent{
    /*margin-top:280px;*/
    margin-top:185px;
    border-top:10px solid #CC3E59;
    background-color:#fff;
    min-height:500px;
    padding:20px;
}

#maininnercontent{
    margin-top:75px;
    border-top:10px solid #CC3E59;
    background-color:#fff;
    min-height:500px;
    padding:20px;
}

#innercontent img
{
    max-width:100%;
}

#searchcontainer{
    background: transparent url(/files/content/www/images/search.png) no-repeat center center;
    height:34px;
    width:240px;    
    margin-top:20px;
}
#searchbutton{    
    cursor:pointer;
    color:#000;
    display:inline-block;
    border:none;
    background-color:transparent;
    padding:0;
}
#search{
    background:transparent;
    margin-left:10px;
    margin-top:5px;
    width:195px;    
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    box-shadow: none !important; 
    border:none;
}
#footer{    
    width:100%;
    color:#ccc;
    margin-top:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;    
}

#footercontent{
    padding:0 20px;
    min-height:200px;
}
#footercontent a {
    color:#fff;
}

.white{
    color:#fff;
}

#footercontent h2, #tagline{
    font-size:26px;
    font-weight:normal;
    margin-top:0;
    padding-top:0;
    color:#fff;
}
#tagline{
    /*text-align:center;*/
}

.sidelinks{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
}

.sidelinks ul{
    border:1px solid #ddd;
    border-bottom:none;
    margin-bottom:40px;
    padding:0;
}
.sidelinks ul li{
    border-bottom:1px solid #ddd;
    padding:10px;
    list-style-type:none;
}
.sidelinks ul li a{
    color: #28308E;
    text-decoration:none;
    font-size:16px;
}

.brt-section-top{
    font-size:26px;
    color:#212121;
    padding-left:10px;
}
#gtranslate{
    border: 1px solid #ddd;
    margin:0px 0px 30px 0;
    padding:10px;
}

/*#social{
    margin-top:10px;   
    text-align:center;
    width:100%;
}
#social a{
    display:block;
    background-color:#666;
    color:#ddd;
    text-decoration:none;
    width:70px;
    text-align:center;
    padding:10px 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin:0 auto;
}
*/
.pagetitle{
    border-bottom:solid 1px #ddd;
    padding-bottom:20px;
    margin-bottom:10px;
}
#housebanners a{
    margin-top:20px;
    display:block;
    /*border:1px solid #ddd;*/
    /*background-color:#eee;*/
    font-size:26px;
    color:# #28308E;
    font-family: 'Lato', Arial, sans-serif;
    /*padding:10px;*/
    text-align:center;
}
#housebanners a:first-child{
    margin-top:40px;
}

#housebanners a:last-child{
    margin-bottom:30px;
}

#carouselmain div.item {
    /*width:723px;*/
    width:100%;
    height:362px;    
    background-position:center center;
    background-repeat:no-repeat;
    /*border: 1px solid #ddd;*/
    border-bottom:none;
    background-size:100% 362px;
}



#carouselmain div.item > div {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:80px;
    padding-left:50px;
    background-color:#000;                
    overflow:hidden;        
    opacity:0.85;
}

#carouselmain div.item > div a {
    color:#fff;
    opacity:1.0;
    font-size:20px;
    line-height:80px;
    text-decoration:none;
}

#carouselmain div.item > div a:hover {
    text-decoration:underline;
    color:#EFEC5A;
}

#carouselmain div.item > div > small
{
    font-size:12px;
    color:#ccc;
    position:absolute;
    right:40px;
    bottom:10px;
}

#carousel-prev, #carousel-next {
    position:absolute;
    bottom:0;
    color:#fff;
    line-height:80px;
    background-color:#000;
    width:30px;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
}

#carousel-prev {
    left:0;
}
 
#carousel-next {
    right:0;
} 

#carouselthumbs div.item > div {        
    /*width:180px;*/
    width:25%;
    /*line-height:30px;*/
    height:160px;
    overflow:hidden;
    float:left;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom:4px;
    text-align:center;
    font-size:13px;
    
}
    
#carouselthumbs div.item > div > img {        
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
    width:100%;
}

/* graying of images */

/*#carouselthumbs div.item > div > img {
    -webkit-filter: grayscale(1); 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    filter: gray; filter: grayscale(100%);
    
}

#carouselthumbs div.item > div > img:hover {
    
    -webkit-filter: grayscale(0); 
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    filter: gray; filter: grayscale(0%);
    
    
}*/



/* end graying of images */









#carouselthumbs div.item > div > span 
{
    padding-left:7px;
    padding-right:7px;     
    display:block;
}
        
#carouselthumbs div.item > div:first-child {        
    border-left:1px solid #ddd;        
}

#carouselthumbs div.item > div.current {        
    border-bottom:none;
    background-image:url(/files/content/www/images/activeitem.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    margin-bottom:0;
    height:159px;
}

#carouselthumbs div.item > div {
    cursor:pointer;
}



#hilite{
   background: #D5EAFF center left; 
   border: 1px solid #ddd;
   height:90px;
   margin:40px 0 40px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size:15px;
   border-left:none;
}
#hilite p{
    display:inline-block;
    padding:10px 30px;  
    font-weight:bold;
}
#hilite a{
    color: #28308E;
    text-decoration:none;  
    
}
#feedheader{
   margin:40px 0 0 0;
}
#feedheader ul{
    list-style-type:none;
    padding:0;
    height:48px;
    background-color:#222;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-radius-topleft: 6px;
    border-bottom:10px solid #CC3E59;
}
#feedheader ul li{
    display:inline;
    padding:7px 20px 0 20px;
    background-color:#222;
    margin:0;
    float:left;
    border-left:1px solid #fff;
    height:38px;
    color:#fff;
    font-size:15px;
    font-family: 'Lato', Arial, sans-serif;
    cursor:pointer;
}
#feedheader li.active{
    background-color:#CC3E59;
}
#feedheader ul li:first-child{
border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-webkit-border-radius-topleft: 6px;
border-left:none;
}
#feedlists{
    border: 1px solid #ddd;
    margin-top:-10px;
    border-top:none;
}

#galleriesfeed{
    padding:20px;
}

#feedlists ul {
    padding:0px;
}

#feedlists ul li {
    list-style-type:none;
    padding:15px;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;

}
.feedsthumb{
    padding:3px 15px 5px 0;
}

.feedsdate{
    font-weight:normal;    
    color:#999;
}

li.brt-active ul {
    list-style-type:none;
    border:none;
}

li.brt-active ul li{
    list-style-type:none;
    border:none;
}

#newsfeed ul li img, #blogsfeed ul li img{
    float:left;
    margin: 10px 10px 10px 0;

}
.listtitle{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
   /* margin-top:8px;*/
}
.listtitle a{
    text-decoration:none;
    color:#28308E;
}
#eventsfeed .listtitle{
    padding-top:20px;
}

.morelink{
    padding:10px 0 20px 0;
}

.eventnumber{
    font-size:50px;
    line-height:50px;
}
.eventdate{
    font-family: 'Lato', Arial, sans-serif;
    text-align:center;
    width:100px;
    border-right:solid 1px #ddd;
    margin-right:20px;
    margin-left:-10px
}

.brt-section-top, .brt-section-top a {
    font-size:26px;
    color:#28308E;
    font-family: 'Lato', Arial, sans-serif;
}

/* Bootstrap overrides */

.nav>li>a{
    padding-left:8px;
    padding-right:8px;
}
.navbar{
    border:none;
    /*position:static;*/
}

.brt-pagination a
{
    margin-left:7px;
    padding:4px 7px;
    border:1px solid #ddd;
}

.newsimg{
    margin:0 15px 15px 0;
}

/*VIM STYLES*/
.vim a, .vim a:hover{
    color:#fff;
    text-decoration:none;
}

.red {background-color:#CC3E59;}
.black {background-color:#000;}

.bigbox {color:#fff;height:180px;margin-top:30px;}
.bigbox a {color:#fff;text-decoration:none;}
.bigbox a:hover {text-decoration:underline;}
.bigbox p {line-height:24px}
.bigbox img {margin-bottom:10px;height:32px;}

.projbox h3 {
    margin-top: 0;
}

.trip-btn {
    font-family: 'Lato', Arial, sans-serif;
}

/*PHOTO GALLERIES ==========================*/

#photogalleries .albumbox {
    margin-bottom: 30px;
    position: relative;
    height:350px;
}

#photogalleries .albumbox img {
    max-width: 100%;
}

#photogalleries .albumdeets {
   /* position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;*/
    padding: 10px;
   /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    */
}

#photogalleries .albumdata {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: bottom 150ms ease-out;
}

#photogalleries .albumdata:hover {
    bottom: 30px;
}

#photogalleries .albumdeets p,
#photogalleries .albumdeets a {
    color: #28308E;
    margin-bottom: 0;
    /*text-shadow: 0 1px 1px #000;*/
    font-weight: 100;
    letter-spacing: 0.3px;
}

#photogalleries .albumdeets .albumsummary {
    font-size: 14px;
    line-height: 17px;
}

#photogalleries .albumdeets .albumtitle {
    font-size: 20px;
    line-height:24px;
}


/* Resize Objects ---- */
@media (max-width: 480px) {


#homecontainer{
    background: none !important; 
    
}

#maincontent {
    margin-top:75px;
}

#carouselthumbs div.item > div > span {
    font-size:12px;
}

#carouselmain div.item > div a {
    font-size:14px;
}

#feedheader ul li{
     padding:7px 5px 0 5px;
}

#carouselmain div.item {
        background-size:100% auto;
        background-position:center top;
        height:200px;
}

#hilite{
   height: 100%;
   font-size:12px;
   padding:5px 5px 5px 0;

}


}

/* Resize Objects ---- */


/* Resize Objects ---- */
@media (max-width: 768px) {
#homecontainer{
    background-size:500px !important;
}


#searchcontainer{
    margin-top:10px;
}

}

/* Resize Objects ---- */
@media (max-width: 950px) {



}


/* Resize Objects ---- */
@media (max-width: 991px) {


}

/* Resize Objects ---- */
@media (max-width: 1199px) {
#homecontainer{
    background-size:90% !important;
    background-position: 30px 50px !important;
}
}

hr{
    border-top-color:#ddd;
}