@-ms-viewport{ width: auto !important; } 
body{
	/*border: 1px solid #6e0000;*/
}
img {
	/*Use this property to ensure that images are scaled correctly in IE*/
	-ms-interpolation-mode: bicubic;
}

img.bordered {
	border:1px solid #dbd8bc; /*@gray-light*/
}

.panel-body > img {
	max-width:100%;
}
.panel-body > ul > li {
    /*margin-left: -20px;*/
}

.emphasis {
	font-weight: 700;
}

.emphasis2 {
	font-style: italic;
}

caption {
	color: inherit !important;
}

/*, 
.equal > div[class*='col-'] */
/*.equal,
.equal > div[class*='col-']{  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}*/
/*.equal {
    display: table;
}

.equal > div[class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/

.align-center {
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

.align-left {
	text-align:left;
	margin-left: 0;
}
.align-right {
	text-align:right;
	margin-right: 0;
}

.no-pad {
	padding-left: 0px;
	padding-right: 0px;
}

.no-pad-top-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}

.no-margin-top-bottom {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-bottom-20 {
	padding-bottom: 20px;
}


.pad-left-20 {
	padding-left: 20px;
}

.pad-right-20 {
	padding-right: 20px;
}

.indent-half {
	padding-left: 10px;
}
.indent-three-quarter {
	padding-left: 15px;
}
.indent-1 {
	padding-left: 20px;
}
.indent-1-and-half {
	padding-left: 30px;
}
.panel .panel-body.list-group {
	padding:0;
}

.no-row-lines td {
	border-top:none !important;
	border-bottom:none !important;
}

.narrow-lines td {
	line-height: 1 !important;
	padding-bottom:0px !important;
}

.no-display-table-row {
	display:none;
	line-height: 0;
	margin:0;
	padding:0;
	border:none;
}
/*Container Layout Classes*/
.main-container {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 50px;    /** Shift page down50px to prevent the top of the page from hiding behind the fixed navBar **/
	/*border-bottom: 1px solid #6e0000;*/
}

.banner {
	width:100%;
}

.banner .banner-branding {
	height: 53px;
	background-color: #660000; /*brand-primary*/
    background-image: url("banner_line_bg.png");
    background-position: center top;
    background-repeat: repeat;
    position:relative;
    
}
.banner .banner-branding .overlay img {
	max-width:100%;
}
.banner .banner-branding .overlay {
	bottom: 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    z-index: 10;
}

.banner .banner-branding .slogan {
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	float:right;
	line-height:50px;
	vertical-align: middle;
	margin-right: 20px;
}

.banner .sloganSmall {
	text-align: right;
	width:100%;
	font-size: 1.4em;
	font-style: italic;
	line-height:30px;
	vertical-align: middle;
	padding-right: 20px;
	height: 33px;
	background-color: #660000; /*brand-primary*/
	color: white;
    background-image: url("banner_line_bg.png");
    background-position: center top;
    background-repeat: repeat;
}

.banner .bannerText  {
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner .carousel-control .icon-prev, 
.banner .carousel-control .icon-next, 
.banner .carousel-control .glyphicon-chevron-left, 
.banner .carousel-control .glyphicon-chevron-right {
	top:10%;	
}

.banner .carousel-inner > .item > img {
	margin-left:auto;
	margin-right:auto;
	max-height: 250px;
	width:100%;
	
}

.carousel-indicators {
    bottom: 5px !important;
    left: auto;
    right: 0;
    text-align: center;
    width: 15% !important;
}

.main-content {
	border-bottom: 1px solid #660000; /*@brand-primary*/
	margin-bottom:0px;
	margin-top:0px;
	padding-top: 20px;
}

.main-content.left {
	
}
.main-content.right {
	
}

.main-content-header {
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:20px;
}


.footer {
	background-color: #660000; /*@brand-primary*/
    background-image: url("maroon_bg.jpg");
    background-position: center top;
    background-repeat: repeat;
}

.footer, .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.banner .bannerText, .banner .slogan {
	color: #f5f5e6; /*@gray-lighter*/ /*#f5f5f5;*/
}

.maxwidth-100-percent {
	max-width:100%;
}

.non-list-group-item {
	padding-left: 15px;
	padding-bottom: 15px;	
}

.non-list-group-item:before {
	/*position: relative;
    left: -5px;*/
	
	content:"\2713\0020";
	margin-left: -1em;
	/**/
}


/** Classes for the banner **/


/*Navigation Bar Classes*/
/*.navbar-default {
    background-color: #f5f5f5;
    border-color: #6e0000;
    color: #6e0000;
}

.navbar-default .navbar-brand {
   font-weight: 400;
}
.navbar-default .navbar-brand:hover {
    font-weight: 500;
}
.navbar {
    border-radius: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: 300;
}

.navbar-nav > li > a {
    padding: 15px 12px;
}

.navbar-brand {
    padding: 15px 10px;
}*/

/*Classes for footer*/

/*Classes for photo thumbnails */
.photoThumbnails ul {         
	padding:0 0 0 0;
    margin:0 0 0 0;
}

.photoThumbnails ul li {     
	list-style:none;
    margin-bottom:25px;  
	/*line-height:100px; */       
}

.photoThumbnails ul li img {
	cursor: pointer;
}
.photoThumbnails .row div {
	padding:5px;
	margin:0;
}

/* border from the second entry (used the + .directory-entry to skip first one)*/
.directory-category .directory-entry + .directory-entry {
	border-top: #dbd8bc solid 1px; /*@gray-light*/
	padding-top:10px;
}

/*Google Maps styling */
.google-map, .google-map div {
	/*width:100%;
	height:200px;*/
	padding:0;
}

/*Weather Network Widget Custom Styling*/
.weather-widget div .header {
    background-color: inherit !important;
}

.weather-widget .weather-button {
    box-shadow:none !important;
    width:100% !important;
}

.weather-widget .locations.alert .city {
	color: #fff !important;
}

.weather-widget .locations.alert {
	box-shadow: none !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
    padding: 0;
}

/* Navigation bar menu customization */
.dropdown > ul.dropdown-menu > li > ul > li {
	list-style-type: circle;
}

.dropdown-menu > li > ul > li > a{
    clear: both;
    color: #333; /*@gray-dark*/
    display: block;
    font-weight: normal;
    line-height: 1;
    padding: 3px 20px;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.dropdown-menu > li > ul > li > a:active{
    background-color: #eeeed4;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #eeeed4 100%);
    background-repeat: repeat-x;
    text-decoration: none;
}

/*Firefox hack for responsive tables - see http://getbootstrap.com/css/#tables*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.customContent li {
	list-style-type: none;
}
.customContent li:before {
	/*position: relative;
    left: -5px;*/
	
	content:"\2713\0020";
	margin-left: -1em;
	/**/
}

@media screen and (max-width: 800px) {
  .hidden-small-custom {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .hidden-large-custom {
    display: none !important;
  }
}
