body {
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	background-color: #EEE;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

h1, h2 span.contact-name {
	font-size: 26px;
	color: #003a55;
}

h2 {
	font-size: 22px;
	color: #5ca6c6;
}

h3 {
	font-size: 18px;
	color: #666;
}

h4 {
	font-size: 16px;
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
}

.header {
	background-color: #5ca6c6;	
}

.header a:link, a:visited {
	color: #EEE;
	text-decoration: none;
}

.header-phone {
	font-size: 1.5em;
}

.logo {
	margin: 20px 0;
	display: inline-block;
	font-size: 2em;
	line-height: 1em;
}

.top-right {
	text-align: right;
	margin-top: 35px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-nav .nav-child a {
	text-transform: none;
	font-size: 1.2em;

}

.banner {
	margin-top: 20px;
}

/* Content Area */

.container-content {
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 20px 0;
	background-color: #FFF;
	border: 1px solid #D1CDB3;
}

.container-content a:link {
	text-decoration: underline;
}

.container-content a.btn:link {
	text-decoration: none;
}

.container-content p > a:visited {
	color: #143642!important;
}

.container-content .page-header {
	margin-top: 0;
	padding: 0;
}

/* Home Page */

.unit-images {
	text-align: center;
}

.unit-images h2 {
	margin-top: 0;
	color: #2f2f42;
}

/* Right Column */

.right-column .moduletable {
	margin-bottom: 20px;
	border: 1px solid #aebcc8;
	padding: 10px;
}

.right-column h3 {
	color: #FFF;
	padding: 10px 0 10px 0;
	text-align: center;	
	margin: 0 0 10px 0;
	background-color: #5d540d;		
}

.right-column .moduletable ul.menu li {
	border-bottom: 1px dotted #EEE;
	font-weight: bold;
}

.right-column .moduletable ul.menu li a:link, .right-column .moduletable ul.menu li a:visited {
	color: #3d5d7a;
}

.right-column .moduletable ul.menu li:first-child {
	padding-top: 0;
}

.right-column .moduletable ul.menu li:last-child {
	border-bottom: none;
}

.right-column .moduletable .custom {
	padding: 10px;
}

/* Footer */

footer h3 {
	font-size: 1.2em;
	color: #EEE;
}

footer a:link, footer a:visited {
	color: #FFF;
}

footer a:hover, footer a:active {
	color: #EEE;
}

footer ul, footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	padding: 3px 0!important;
}

footer ul li a:link, footer ul li a:visited {
	background: none!important;

}
	
footer ul li a:hover, footer ul li a:active, footer ul li.current {
	background: none!important;

}

/* FB Icon */

.fa-facebook-square {
	color: #4267B2;
}

/* Copyright */

.copyright {
	text-align: center;
	color: #EEE;
	font-size: .9em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #5ca6c6;
}

/* pagination */

.pagination, .pagination-centered {
	clear: both;
	display: block;
	text-align: center;
}
.pagination ul, .pagination-centered ul {
	margin: 0 auto;
	padding: 0;
}

.pagination ul li, .pagination-centered ul li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin: 5px 10px;
	background-color: #EEE;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 58, 85, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #003a55;
  opacity: 1;
}

/* Random Images */

#randomImage {
	height: 305px;
	background-size: cover;
	background-position: center center;
	margin-top: 30px;
}

/* Contacts */

.contact .thumbnail {
	border: 0;
}

.contactIcon {
	width: 100%;
	height: auto;
}

#jform_spacer-lbl {
	width: 100%;
	display: block!important;
	clear: both!important;
}

#contact-form input,#contact-form textarea {
	max-width: 230px;
}

.contact-form legend {
	font-size: .9em;
	width: 310px;
}

.contact .thumbnail img {
	height: 300px;
	width: auto;	
}

.contact-form .btn {
	margin-top: 10px;
}

.contact-form .control-label label {
	text-align: left;
	width: 80px;
	float: left;
}

#jform_contact_name, #jform_contact_emailmsg, #jform_contact_email, #jform_contact_message {
	width: 300px;
	clear: both;
}

.contact-category ul.category {
	margin: 0;
	padding: 0;
}

.contact-category ul.category li {
	list-style-type: none;
}

.contact p {
	display: block;
	clear: left;
}


.filter-search-lbl {
	display: none;
}

#filter-search {
	margin-bottom: 20px;
}

/* Social */
.social {

}

/* Search */

.search {

	
}

.search .input-medium {
	border: 0;
	border-radius: 5px;
	border: 1px solid #999;
	height: 30px;
	box-shadow: 0;
}

.search label {
	display: none;
}

.search .btn {
	height: 32px;
}

/* Dropdown Fade-in */

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
		
		
	footer {
		text-align: center;
	}
	
	#randomImage {
		height: 200px;
	}
}

@media (max-width: 991px) {
.search {
	float: none;
	margin: 0px 0 10px 0;
	text-align: center;
}

.top-right {
	text-align: center;
	margin-top: 0px;
}


.top-left {
	text-align: center;	

}

.button-row .btn {
	margin-bottom: 20px;
}

}

@media (min-width: 501px) and (max-width: 767px) {

}