body {
	font-size: 1.6em;
	color: #333;	
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', serif;	
}

h1, h2 span.contact-name, #jevents_header h2 {
	font-size: 30px;
	color: #00005C;
}

h2 {
	font-size: 28px;
	color: #B22028;
}

h3 {
	font-size: 24px;
	color: #4678BC;
}
h4 {
	font-size: 22px;
}

.header-wrapper {

}

.header a:link, .header a:visited {
	
}

.header a:hover, .header a:active {
	
}
.header-right {
	text-align: right;
	margin-top: 32px;
	
}

.social-phone, .social-fb {
	font-size: 24px;
}

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

}

img.contact-list-thumb, .contact .thumbnail, .video-container {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.content-wrap .container {
	background-color: #FFF;
	margin-top: 30px;
}

.home-box-container {
	margin-top: 0!important;
	padding-top: 0!important;
}

.home-box {
	padding: 10px;
	padding-top: 0;
}

.home-box h3 {
	text-align: center;
}

.home-boxes img, img.contact-list-thumb, .video-container {
	width: 100%;
	height: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}

.container-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.content-image {
	float: right;
	padding: 0 0 10px 10px;
	width: 450px;
	padding: 10px;
	border: 1px solid #EEE;
}

/* Right Column */

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

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

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

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

.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;
}

.center-bottom h2, .center-bottom h3 {
	text-align: center;
}

/* Footer */

.footer-wrapper {	
	background-color: #0D4899;
	color: #FFF;
	margin-top: 30px;
	text-align: center;
	padding: 40px 0;
}

footer h2 {
	font-size: 2em;
	color: #FE9024;
}

footer h3 {
	color: #EEE;
}

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

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

footer .social-phone {
	font-size: 2em;
}

/* Copyright */

.copyright {	
	font-size: .8em;
}

/* Contacts */

.row-striped li {
	height: 30px;
	line-height: 30px;
	display: block;
}

.row-striped .cat-list-row0 {
	background-color: #EFEFEF;
}

#jform_spacer-lbl {
	width: 100%;
	clear: both;
}

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

#jform_captcha {
	clear: both;
	width: 100%;
}

/* 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(91, 162, 216, 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: #CCC;
  opacity: 1;
}

/* 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;
  }
}

/* Contacts */

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

.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;
}

#jform_captcha {
	clear: both;
	width: 100%;
}

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

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

/* 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;
}

/* Social Links */

a.fb-link:link, a.fb-link:visited  {
	color: #3B5998;
}

a.fb-link:hover, a.fb-link:active  {
	color: #3B5998;
	opacity: .75;
}

.slide-title, .slide-text {
	text-align: center;
}

@media (max-width: 767px) {
	
	.slide-title {
		font-size: 1em!important;
		padding: 0;
	}
	
	.logo img {
		display: block; 
		margin: 0 auto;		
	}
	
	.header-right {
		text-align: center;
		margin-top: -15px;
		margin-bottom: 5px;
	}
	
	.social-fb {
		display: inline-block;
	}
	
	.content-image {
		display: block;
		float: none;
		margin: 20px auto;		
	}
	
	.home-box, .attorney {
		margin-bottom: 20px;
	}
	
	.home-banner {
		height: 225px;
		background-size: cover;
	}
	
}

@media (max-width: 991px) {

	footer h3 {
		text-align: center;
	}
	
	.slide-text {
		display: none;
	}
	
	.navbar-nav {
		text-align: left;
		float: left;
	}		
}

@media (min-width: 768px) {
	.social-fb {
		display: block;
		clear: both;
	}
}