/* CSS Document */
.egfa {
color: rgba(164,4,21,0.6) !important; 
top: -2em;
}
.egfa-2x {
font-size: 1em;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') 
  format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') 
  format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') 
  format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') 
  format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 
  format('svg');
  font-weight: normal;
  font-style: normal;
}
#keyvisual {
}
.gridContainer {
background: rgb(255,255,255);
-webkit-box-shadow: 0px 0px 7px 0px rgba(24,43,72,0.7);
box-shadow: 0px 0px 7px 0px rgba(24,43,72,0.7);
}
.maximenucklogo img, #logo img {
width: 170px;
padding-bottom: 0.5em;
}
.camera_caption {
padding: 1em 0%;
}
.camera_caption > div {
padding: 1em 2%;
}
.camera_caption_title, .camera_caption_desc {
background: rgba(164,4,21,0.6) !important;
display: inline-block;
float: left;
clear: both;
padding: 0.25em 0.5em;
font-weight: 300;
line-height: 100%;
}
#links { -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } 
h1 {
font-weight: 400;
font-size: 1.5em;
margin-top: 1em;
}
h2 {
  font-weight: 500;
  font-size: 1.25em;
margin-bottom: 1em;
}
h3 {
  font-weight: 500;
  font-size: 1em;
}
.pull-left {
float: left;
margin: 0 1em 1.5em 0;
}

.pull-right {
float: right;
margin: 0 0 1.5em 10%;
width: 100%
}

#navigation li.last {
margin-right: 0em !important;
}
#footer ul li {
display: inline;
padding-right: 2em;
margin: 0;
}
#footer ul, #navigation ul {
list-style: none;
padding: 0;
margin: 1em 0 0.5em 0;
}
h2 a:visited {
}
.moduletable ul {
padding: 0;
margin: 0;
  }
  
.moduletable li {
  list-style-type: none;
list-style-position: inside;
padding: 0;
margin: 0em 0 0.5em 0;
  }
  
.moduletable li:before {
	font: normal normal normal 1em/1 FontAwesome;
  content: "\f1c1";
  padding: 0 1em 0 0;
  }
.items-row {
margin: 0 0 1em 0;  
}
.items-more {
border-top: 1px solid rgb(39,116,65);  
margin: 1em 0 0.5em 0;
}

#footer, #footer a {
color:  rgba(24,43,72,0.7);
}
#footer a:hover { color: rgb(164,4,21); }
#footer p { font-size: 0.75em; }

@media only screen and (min-width: 641px) {
.camera_caption > div {
margin: 1em 5%;
}
.pull-right {
float: right;
margin: 0 0 1.5em 10%;
max-width: 45%
}

}