.overlay {
    background-color: #555555;
  display: none;
}

.site-logo {
  margin-bottom: 0px;
  margin-top: 5px;
}

.site-header {
    padding: 10px 0;
}

#mainnav li {
    float: left;
    padding: 0 8px;
}

.page-wrap {
    padding-bottom: 0px;
}

#secondary {
    background-color: #fafafa;
  	padding: 20px;
}

.footer-widgets {
    padding: 20px 0;
}

.footer-widgets h3 {
 display: none; 
}

.footer-widgets h4 {
 color: #767676 !important;  
}

.footer-widgets .sidecontact {
 color: #767676; 
}

.widget-area .widget ul li {
    padding: 0 0 0 50px;
}

.widget-area .widget {
    margin-bottom: 0px;
    padding-top: 20px;
}

.site-footer {
 	display: none; 
}

.catlinlink {
 padding-top: 20px;
  font-size: 80%;
  text-align: center;
}

label {
    font-weight: 400;
  	font-size: 90%; 
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    height: 30px;
    padding: 10px;
  	width: 100%;
    background: #ffffff;
}

textarea {
    height: 80px;
    padding: 10px;
}

input[type="submit"] {
    text-align: center;
}

.wpcf7-form p {
  margin-bottom: 4px;
}

#mainnav ul li a:hover {
    color: #427be2;
}

.page .entry-header {
    margin-bottom: 20px;
}

.hentry .title-post {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    margin: 0;
}

.ngg-album {
    margin-bottom: 20px !important;
}

.ngg-albumtitle a {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    margin: 0;
    color: #443f3f;
}

.ngg-albumtitle a:hover {
    text-decoration: underline;
}

.slideshowlink {
 	display: none; 
}

/**figure, .bodyimage {
    margin: 0;
    border: solid 1px #dbdbdb;
    padding: 5px;
}**/

.wp-caption-text, .bodyimage-caption-text {
  font-size: 80%;
  line-height: 1.3em;
}

.bodytable {
 width: 100%; 
}

.bodytable table, tr, td {
  border: 0px solid #ffffff;
}

.widget-area .widget-title {
  font: "Raleway", sans-serif;
    color: #443f3f;
  	font-size: 22px;
    font-weight: 400;
    padding-bottom: 14px;
  text-align: center;
  text-transform: none;
}

.widget-title {
    color: #443f3f;
}

#secondary a {
	color: #003aa4;
}

.sidecontact {
  font-size: 105%;
	color: #003aa4;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 992px)
.col-md-4 {
    width: 25% !important;
}

@media (min-width: 992px)
.col-md-8 {
    width: 75% !important;
}

.btn-menu {
    
}

@media only screen and (max-width: 767px)
.btn-menu {
    float: right;
    margin: -25px auto 0;
    margin-right: 15px;
}