html {
	position: relative;
	min-height: 100%
}

body {
	font-family: 'Lato', sans-serif;
	color: #858585;
	font-size: 18px;
	margin-bottom: 60px;
}

#mainbody {
	background: #ebebeb;
	font-family: 'Lato', sans-serif;
	color: #858585;
	font-size: 18px;
	margin-bottom: 60px;
}

.vidOverlay {
	width: 100%;
	height: 250px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 30px;
	padding-top: 70px;
	text-align: center;
}

.vidOverlay:hover {
	opacity: 1;
}

.vidOverlay i {
	font-size: 42px;
	margin-top: 0px;
	color: #c05746;
}

.galleryhide {
	display: none;
}

#topBanner {
	background: url('../images/lcmc-banner.jpg') no-repeat top center fixed;
  	height: 750px;
}

.mobileBanner {
	display: none;
}

.npIE {
	display: none;
}

.lcmcIE {
	display: none;
}

.footerLogoIE {
	display: none;
}

.navBtn {
	margin-right: 12px;
	margin-top: 12px;
}

.welcomeText {
	padding-top: 220px;
	text-align: center;
}

.welcomeText h2 {
	color: #fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 50px;
}

.welcomeText h1 {
	color: #fff;
	font-size: 85px;
	font-family: 'Oswald';
	margin-top: 15px;
}

.promoContain {
	display: block; 
	margin-top: 21px;
	background: #fff;
	box-shadow: 0px 1px 1px #a1a1a1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.promoItems {
	display: none;
	padding-top: 15px;
}

ul.promoList {
	list-style: disc;
	padding-left: 20px;
}

.nameTags {
	display: none;
	padding-top: 15px;
}

#introText {
	padding-bottom: 60px;
}

#finalText {
	padding-bottom: 60px;
	background: #f1f1f1;
}

#advRow {
	background: #222;
	display: none;
}

#corpRow {
	background: #222;
	display: none;
}

#flashRow {
	background: #222;
	display: none;
}

#graphRow {
	background: #222;
	display: none;
}

#photogRow {
	background: #222;
	display: none;
}

#videoRow {
	background: #222;
	display: none;
}

#webRow {
	background: #222;
	display: none;
}

.galleryHeader {
	padding: 20px;
}

.galleryHeader h3 {
	margin: 0px;
	padding: 0px;
	font-size: 23px;
}

.galleryHeaderCopy {
	padding-top: 8px;
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 0px;
}

.galleryHeaderCopy p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
}

.galleryHeaderCopy h5 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #D2232A;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.copyHeader {
	border-top: 15px solid #D2232A;
}

.copyHeader h3 {
	font-family: 'Oswald';
	margin-top: 44px;
	line-height: 48px;
	font-size: 40px;
	letter-spacing: -1px;
}

.deptHeader h3 {
	font-family: 'Oswald';
	margin-top: 60px;
	line-height: 48px;
	font-size: 40px;
	letter-spacing: -1px;
	color: #fff;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.introCopy {
	padding-top: 60px;
}

.introCopy p {
	font-size: 21px;
	line-height: 30px;
}

.introCopy h5 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #D2232A;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.deptCopy {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #ebebeb;
}

.deptCopy p {
	font-size: 18px;
	line-height: 27px;
}

#serveRow {
	background: url('../images/serve-banner.jpg') no-repeat bottom center fixed;
	height: 175px;
}

.serveText h4 {
	font-family: 'Oswald';
	color: #fff;
	text-align: center;
	font-size: 36px;
}

#contactRow {
	background: url('../images/ext-lcmc.jpg') no-repeat bottom center fixed;
	height: 320px;
}

.contactText {
	padding-top: 90px;
}

.contactText h4 {
	font-family: 'Oswald';
	color: #fff;
	font-size: 36px;
}

.contactText p {
	color: #fff;
}

#galleryBanner {
	padding-left: 0px;
	padding-right: 0px;
}

#galleryTextContain {
	background: #fff;
	padding: 0px;
	box-shadow: 0px 1px 1px #a1a1a1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 60px;
}

#galleryHeaderContain {
	background: #fff;
	padding: 0px;
	box-shadow: 0px 1px 1px #a1a1a1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 21px;
}

ul.galleryList {
	list-style: disc;
	background: #ebebeb;
	border-radius: 5px;
	padding: 30px 45px 10px 45px;
	margin: 20px 0px;
}

ul.galleryList li {
	margin-bottom: 20px;
	color: #333;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto 0px;
}

hr {
	margin: 25px;
}


.top-bar {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.navbar {
	border-bottom: none;
	-moz-box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
	background: url('../images/lcmc-top.png') repeat;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar-right {
	padding-top: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.logo {
	float: left;
	margin-left: 15px;
	margin-top: 6px;
}

#footer {
 	height: 60px;
 	position: absolute;
 	bottom: 0;
 	width: 100%;
}

#footerLinks {
	background: #333;
}
     
#footer {
	background-color: #222;
}

#footer2 {
	padding: 30px 0px;
	background: #f1f1f1;
}

#footer2 img {
	margin: 0px auto;
	display: block;
}

.sidebar {
	background-color: #464646;
	color: #f1f1f1;
}

.sidebar a {
	color: #f1f1f1;
}

.top-ul {
	background-color: #D2232A;
	color: #fff;
	margin: 0;
}

.top-ul li {
	padding: 10px 0px;
	padding-left: 15px !important;
	margin: 0px 0px;
	margin-left: -40px;
}

.top-ul li:hover {
	color: #f1f1f1;
}

.activelist {
	color: #D2232A !important;
	background-color: #252525 !important;
}

#ul1 li:hover, #ul2 li:hover, #ul3 li:hover {
	color: #D2232A;
}

.fil-ul li a:hover {
	color: #f1f1f1;
}

.top-ul li:hover {
	background-color: #92191e;
}

.fil-ul li:hover {
	background-color: #252525;
}

.active-li {
	background-color: #92191e;
}

.header-ul {
	margin: 0;
	padding: 10px 15px;
	
}

.fil-ul {
	margin: 0;
	background-color: #363636;
}

.fil-ul li {
	padding: 10px 0px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 0px 0px;
	margin-left: -40px;
}

#ul1, #ul2, #ul3 {
	background-color: #252525;
	margin: 0px 0px  0px -40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #363636;
}

#ul1 li, #ul2 li, #ul3 li {
	border-bottom: 1px solid #363636;
	padding: 5px 0px;
}

#ul1 li:last-child, #ul2 li:last-child, #ul3 li:last-child {
	border-bottom: none;
}

.arrow {
	margin-top: 7px;
	float: right;
}

.ft-left {
	text-align: left;
	color: #fff;
	padding-top: 15px;
}

.ft-right {
	text-align: right;
	color: #fff;
	padding-top: 15px;
}
.phone {
	color: #D2232A;
}

#wrap > .container {
	padding-top: 60px;
}

.center {
	text-align: center;
	background: url('../images/lcmc-top.png') repeat;
	padding: 30px 15px;
	-moz-box-shadow: 0 0 10px #B0B0B0;
	-webkit-box-shadow: 0 0 10px #B0B0B0;
	box-shadow: 0 0 10px #B0B0B0;
}

.center2 {
	text-align: left;
	background: url('../images/lcmc-top.png') repeat;
	border-left: 10px #D2232A solid;
	-moz-box-shadow: 0 0 10px #B0B0B0;
	-webkit-box-shadow: 0 0 10px #B0B0B0;
	box-shadow: 0 0 10px #B0B0B0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.center3 {
	text-align: center;
	border-left: 10px #D2232A solid;
	padding: 25px 20px;
}

.blog-bg {
	text-align: left;
	background:rgba(255,255,255,0.9);
	padding: 30px 45px;
	-moz-box-shadow: 0 0 10px #B0B0B0;
	-webkit-box-shadow: 0 0 10px #B0B0B0;
	box-shadow: 0 0 10px #B0B0B0;
}

.box {
	border: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
	-moz-box-shadow:inset 0 2px 3px #B0B0B0;
	-webkit-box-shadow:inset 0 2px 3px #B0B0B0;
	box-shadow:inset 0px 2px 3px #B0B0B0;
}

.box2 {
	border: none;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow:inset 0 2px 3px #B0B0B0;
	-webkit-box-shadow:inset 0 2px 3px #B0B0B0;
	box-shadow:inset 0px 2px 3px #B0B0B0;
}

.img {
    border-bottom: 1px solid #ccc;
}

.gallery {
	text-align: left;
}

.gallery-p {
	font-size: 0.85em;
}

.block {
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 1px 1px #a1a1a1;
	position:relative;
}

.special {
	background-color: #f1f1f1;
	color: #D2232A;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.description {
	padding-bottom: 30px;
	font-size: 0.75em;
	padding-left: 15px;
	padding-right: 15px;
}

.bio {
	font-size: 0.90em;
}

.question {
	font-size: 9.5em;
	font-family: 'Oswald';
	font-weight: 400;
}

h3 {
	color: #D2232A;
	font-size: 1.25em;
	font-family: 'Oswald';
	font-weight: 400;
}

ul {
	text-align: left;
	list-style: none;
}

.list {
	text-align: left;
}


.img-responsive {
	border-radius: 5px 5px 0px 0px;
	width: 100%;
}

.btn-container {
	margin-top: 25px;
	text-align: center;
}

h2 {
	color: #D2232A;
	font-size: 2.25em;
	margin-top: 70px;
	font-family: 'Oswald';
	font-weight: 400;
}

.fa-headers {
	top: 0;
	left: 40%;
	position: absolute;
}

.fa-headers2 {
	text-align: center;
	margin-bottom: -15px;
	margin-top: -50px;
	
}

.blog {
	margin-top: 20px;
	margin-bottom: 0;
}

.title {
	color: #D2232A;
}

.byline {
	font-size: 0.75em;
	font-style: italic;
}

.blogtitle {
	margin-top: 15px;
	line-height: 17px;
}

.more {
	color: #D2232A;
	font-size: 0.75em;
}

a {
	color: #D2232A;
}

a:hover {
	color: #B81F25;
	text-decoration: none;
}

/* New Galery Start */
.g-header h3 {
	font-size: 22px;
	padding-top: 10px;
	padding-left: 15px;
	border-top: 5px #f1f1f1 solid;
	border-left: 5px #f1f1f1 solid;
}

.g-p {
	margin-left: 22px;
	margin-top: 10px;
}

.g-list {
	list-style: disc !important;
	margin-left: 25px;
}
/* New Gallery End */

.btnOrder {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	margin-top: 20px;
}

.btnOrder:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	margin-top: 20px;
}

.btnOrderSm {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 5px;
}

.btnOrderSm:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
}

.btnService {
	color: #D2232A !important;
	text-shadow: none;
	background: #ebebeb;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .8em;
	margin-top: 0px;
	margin-right: 0px;
	border: none;
}

.btnService:hover {
	color: #D2232A !important;
	text-shadow: none;
	background: #d7d7d7 !important;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .8em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	border: none;
}

.btnGallery {
	color: #fff !important;
	text-shadow: none;
	background: #555;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	margin-top: 20px;
}

.btnGallery:hover {
	color: #fff !important;
	text-shadow: none;
	background: #444 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	margin-top: 20px;
}

.btnGallerySm {
	color: #fff !important;
	text-shadow: none;
	background: #555;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin-top: 0px;
}

.btnGallerySm:hover {
	color: #fff !important;
	text-shadow: none;
	background: #444 !important;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
	margin-top: 0px;
}


.btn-main {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	margin-top: 15px;
}

.btn-main:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	margin-top: 15px;
}

.btn-main-sm {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size:1em;
	width: 45%;
}

.btn-main-sm:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	text-decoration: none;
	width: 45%;
}

.btn-main2 {
	color: #fff !important;
	text-shadow: none;
	background: #109BEB;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #063F5F;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	width: 90%;
}

.btn-main2:hover {
	color: #fff !important;
	text-shadow: none;
	background: #0B71AC !important;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #063F5F;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	width: 90%;
}

.btn-main3 {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	width: 25%;
}

.btn-main3:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	width: 25%;
}

.btn-main4 {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	width: 20%;
	float: right;
	margin-top: 20px;
}

.btn-main4:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	width: 20%;
	float: right;
	margin-top: 20px;
}

.btn-main5 {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	width: 30%;
}

.btn-main5:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #92181D;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	width: 30%;
}

.btnLCCA {
	color: #D2232A;
	border-radius: 4px;
	border: 1px solid #D2232A;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	background: transparent;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnLCCA:hover {
	color: #fff;
	border-radius: 4px;
	border: 1px solid #D2232A;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	background: #D2232A;
}

.btnCP {
	color: #0d4d8c;
	border-radius: 4px;
	border: 1px solid #0d4d8c;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	background: transparent;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnCP:hover {
	color: #fff;
	border-radius: 4px;
	border: 1px solid #083562;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	background: #083562;
}

.title-bar {
	background: #231f20;
	padding: 15px 0px;
	margin: 0px;
	height: 100px;
}

.lower-bar {
	background: #f1f1f1;
	padding: 15px 0px;
	margin: 0px;
}

.lower-bar2 {
	padding: 97px 0px;
	margin: 0px;
}

.title-contain {
	padding-left: 0px;
	padding-right: 0px;
}

.important {
	background-color: #fff;
	border-left: 10px #D2232A solid;
	padding: 10px 0;
	font-family: 'Lato', sans-serif;
	height:100px;
	text-align: left;
	padding: 10px 20px;
}

.title-inner {
	text-align: center;
	font-size: 2em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner {
	margin-top: 25px;
	text-align: center;
	margin-left: 85px;
	margin-right: 85px;
}

.h2-in {
	margin-top: 25px;
	text-align: center;
	font-size: 3em;
}

.h2-gallery {
	text-align: center;
	font-size: 2.4em;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.h3-gallery {
	text-align: center;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 35px;
}

.h2-gallery2 {
	text-align: left;
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 15px;
}

.h2-blog {
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: 'Oswald';
	font-weight: 400;
	float: left;
	margin-right: 15px;
}

.date {
	color: #666666;
	font-family: 'Oswald';
	font-weight: 400;
	float: left;
	margin-right: 15px;
}

.h2-blogmain {
	text-align: left;
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 0px;
}


.byline2 {
	font-size: 0.75em;
	font-style: italic;
}

.blogp {
	text-indent: 40px;
}

.bloglist {
	font-size: 0.85em;
	padding-left: 55px;
	list-style: circle;
}

.sidenav {
	text-align: center;
}

.sidenav ul {
	text-align: left;
}

.header {
	color: #D2232A;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 1.25em;
}

blockquote.panel {
	border-left: 6px solid #e6e6e6;
}

.container.page {
 -moz-column-width: 39em;
 -webkit-column-width: 39em;
 -moz-column-gap: .75em;
 -webkit-column-gap: .75em;   
}

.col-sm-6 {
 display: inline-block;
 margin:  0.75rem;
 padding:  .5rem;
 width:  100%; 
 float:none;
}

.job-title {
	font-size: 0.85em;
}

@media (max-width: 1280px) {

.welcomeText {
	padding-top: 180px;
	text-align: center;
}

}

@media (max-width: 1199px) {
		h2 {
			font-size: 1.75em;
		}
		
		.top-text {
			font-size: 0.85em;
		}
.description {
	padding-bottom: 30px;
	font-size: 0.75em;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 170px;
}
.h2-gallery {
	text-align: center;
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.galleryHeader h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

.galleryHeaderCopy {
	padding-top: 9px;
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 0px;
}

.galleryHeaderCopy p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}
}

@media (max-width: 1024px) {

.copyHeader h3 {
	font-family: 'Oswald';
	margin-top: 44px;
	line-height: 48px;
	font-size: 32px;
	letter-spacing: -1px;
}

#serveRow {
	background: url('../images/serve-banner.jpg') no-repeat bottom center;
	height: 175px;
}

.serveText h4 {
	font-family: 'Oswald';
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding-top: 55px;
}

.introCopy h5 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #D2232A;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.btnService {
	color: #D2232A !important;
	text-shadow: none;
	background: #ebebeb;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 33%;
}

.btnService:hover {
	color: #D2232A !important;
	text-shadow: none;
	background: #d7d7d7 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 33%;
}

}

@media (max-width: 1023px) {
	
.welcomeText {
	padding-top: 220px;
	text-align: center;
}

.welcomeText h2 {
	color: #fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 40px;
}

.welcomeText h1 {
	color: #fff;
	font-size: 75px;
	font-family: 'Oswald';
	margin-top: 15px;
}

.introCopy {
	padding-top: 30px;
}

.introCopy p {
	font-size: 21px;
	line-height: 30px;
}

.introCopy h5 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #D2232A;
	margin-top: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.deptCopy {
	padding-top: 30px;
	padding-bottom: 60px;
	color: #ebebeb;
}

.deptCopy p {
	font-size: 18px;
	line-height: 27px;
}

.deptHeader h3 {
	font-family: 'Oswald';
	margin-top: 60px;
	line-height: 48px;
	font-size: 40px;
	letter-spacing: -1px;
	color: #fff;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.btnService {
	color: #D2232A !important;
	text-shadow: none;
	background: #ebebeb;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 40%
}

.btnService:hover {
	color: #D2232A !important;
	text-shadow: none;
	background: #d7d7d7 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 40%
}

.serveText h4 {
	font-family: 'Oswald';
	color: #fff;
	text-align: center;
	font-size: 36px;
	padding-top: 35px;
	line-height: 46px;
}

#contactRow {
	background: url('../images/ext-lcmc.jpg') no-repeat bottom center;
	background-size: 140%;
	height: 320px;
}
	
}

@media (max-width: 991px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		}
		
		.blog {
			margin-bottom: 10px;
		}
		
		.fa-headers {
			left: 45%;
		}
		
		.btn-main {
			width: 50%;
		}
		
		.btn-main:hover {
			width: 50%;
		}
		
		.top-text {
			padding-left: 75px;
			padding-right: 75px;
		}
		
		.btn-main2 {
			width: 50%;
		}
		
		.btn-main:hover {
			width: 50%;
		}
		
		.blog, .blogtitle {
			text-align: center;
		}
		
		.btns {
			margin-top: 20px;
			text-align: center;
		}
		
		.ft-left, .ft-right {
			text-align: center;
		}
		
		.ft-left {
			display: none;
		}
		
		#footer {
			margin-left: 0;
			margin-right: 0;
			margin-top: 0;
			margin-bottom: 0;
		}
		
		.box {
			margin-bottom: 30px;
			margin-top: 30px;
		}
		
		.first {
			margin-top: 0px;
		}
		
		.third {
			margin-bottom: 0px;
		}
		
.sidebar {
	background-color: #464646;
	color: #f1f1f1;
	margin-bottom: 30px;
}

.galleryHeaderCopy {
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

}

@media (max-width: 767px) {

#topBanner {
	background: #fff;
	height: auto;
}

.mobileBanner {
	display: block;
}
	
.navBtn {
	display: none;
}

.welcomeText {
	padding-top: 67px;
	text-align: center;
}

.welcomeText h2 {
	color: #333;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.welcomeText h1 {
	color: #333;
	font-size: 36px;
	font-family: 'Oswald';
	margin-top: 0px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.headerBtn {
	padding: 0px 15px 0px 15px;
}

.btnOrder {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	margin-top: 10px;
	width: 100%;
}

.btnOrder:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	margin-top: 10px;
	width: 100%;
}

.btnGallery {
	color: #fff !important;
	text-shadow: none;
	background: #555;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.btnGallery:hover {
	color: #fff !important;
	text-shadow: none;
	background: #444 !important;
	border-radius: 5px;
	padding: 10px 20px !important;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}

#serveRow {
	background: #333;
	height: auto;
}

.serveText h4 {
	font-family: 'Oswald';
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 36px;
}

.btnService {
	color: #D2232A !important;
	text-shadow: none;
	background: #ebebeb;
	border-radius: 5px;
	padding: 10px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 49%;
}

.btnService:hover {
	color: #D2232A !important;
	text-shadow: none;
	background: #d7d7d7 !important;
	border-radius: 5px;
	padding: 10px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	border: none;
	width: 49%;
}

#contactRow {
	background: #333;
	height: auto;
}

.contactText {
	padding-top: 30px;
}

.contactText h4 {
	font-family: 'Oswald';
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-top: 0px;
}

.contactText p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.btnOrderSm {
	color: #fff !important;
	text-shadow: none;
	background: #D2232A;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 5px;
	width: 100%;
}

.btnOrderSm:hover {
	color: #fff !important;
	text-shadow: none;
	background: #B81F25 !important;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	width: 100%;
}

.btnGallerySm {
	color: #fff !important;
	text-shadow: none;
	background: #555;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.btnGallerySm:hover {
	color: #fff !important;
	text-shadow: none;
	background: #444 !important;
	border-radius: 5px;
	padding: 5px 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}


		.navbar-brand {
			display: none;
		}
		
		.logo {
			float: none;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
}

@media (max-width: 480px) {
		.fa-headers {
			left: 37%;
		}
		
		.top-text {
			padding: 0px;
		}
		
		.blogtitle {
			line-height: 25px;
		}
	
		
		.navbar {
			margin-bottom: 0px;
		}
		
		.navbar-brand {
			display: none;
		}
		
		.logo {
			float: none;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
		h2 {
			font-size: 1.25em;
		}
		
		.blog {
			margin-bottom: 10px;
		}
		
		.btn-main {
			width: 100%;
		}
		
		.btn-main:hover {
			width: 100%;
		}
		
		.btn-main2 {
			width: 75%;
		}
		
		.btn-main2:hover {
			width: 75%;
		}
}