@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea.form-control, select.form-control {
	width: 100%;
	height: 40px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #999;
	font-size: 1.4em;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
	height: 460px;
}
#map_canvas {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 110px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.1em;
	font-size: 1em;
}
.maps img{
  max-width:none;
}


#map_canvas img{
	max-width:none;
}


.contact-map {
    position: relative;
	overflow: hidden;
    padding-bottom: 45%;
}
.contact-map span.map-overlay {
	position: absolute;
	cursor: pointer;
	z-index: 4;
	left: 0; top: 0; right: 0; bottom: 0;
}
.contact-map iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
@media screen and (max-width: 768px) {
	.contact-map {
		padding-bottom: 65%;
	}
}
.file-page-list li{border-bottom: 1px solid #D1D1D1;margin-bottom: 20px;}
.file-page-list li:last-child{border-bottom: 0px solid #D1D1D1;}
.file-page-list-item .title{font-size: 1.5em;}
.file-page-list-item .description{font-size: 0.6em;}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	background-color: #b13339;
	color: #fff;
	border: solid 3px #b13339;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
	color: #fff;
	border-color: #6B2023;
	background-color: #6B2023;
	text-decoration: none;
}
.white-btn-layout {
	opacity: 1;
	color: #000;
	border-color: #fff;
	background-color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
	opacity: .6;
	color: #000;
	border-color: #fff;
	background-color: #fff;
}
/*=========================================== PROJECTS LIST GRID ============================================*/
.projects-list {
	padding: 0;
	margin: 0 -15px;
	text-align: center;
}
.projects-list .projects-list-item {
/*	float: left;*/
	display: inline-block;
    margin: 0 -1px 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	position: relative;
	vertical-align: top;
}
/*=========================================== MEDIA MODULE ==========================================================*/
.upcoming-events-section .media-module > div {
	margin-bottom: 40px;
}
.upcoming-events-section .media-module .left {
	float: left;
	margin-top: 12px;
}
.upcoming-events-section .media-module .left img {
	max-width: 70px;
}
.upcoming-events-section .media-module .left span {
	text-align: center;
	display: block;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase; 
}
.upcoming-events-section .media-module .left span.day {
	font-size: 60px;
	color: #b33400;
}
.upcoming-events-section .media-module .left span.month-year {
	font-size: 31px;
	padding: 0;
	color: #444444;
}
.upcoming-events-section .media-module .right {
	padding-left: 90px;
}
.upcoming-events-section .media-module .right .title {
	text-transform: uppercase;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 5px;
}
.upcoming-events-section .media-module .right .title a {
	color: #00548b;
}
.upcoming-events-section .media-module .right .title a:hover {
	color: #007DCF;
}
.upcoming-events-section .media-module .right .text {
	line-height: 1.4em;
	margin-bottom: 0;
}
.upcoming-events-section .media-module-interior {
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.upcoming-events-section .media-module .left {
		margin-top: 0;
	}
	.upcoming-events-section .media-module .left span.day {
		font-size: 40px;
	}
	.upcoming-events-section .media-module .left span.month-year {
		font-size: 22px;
	}
	.upcoming-events-section .media-module .right {
		padding-left: 65px;
	}
}



.events-page .media-module > div {
	margin-bottom: 40px;
}
.events-page .media-module .left {
	float: left;
	display: block;
	width: 250px;
	height: 180px;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
	opacity: 0.8;
}
.events-page .media-module .date span {
	display: block;
	color: #444444;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase; 
}
.events-page .media-module .date span.day {
	font-size: 3em;
	float: left;
	color: #b33400;
}
.events-page .media-module .date span.month-year {
	font-size: 1.3em;
	padding: 4px 0;
	padding-left: 40px;
}
.events-page .media-module .right {
	padding-left: 265px;
}
.events-page .media-module .right .title {
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 900;
}
.events-page .media-module .right .text {
	line-height: 1.4em;
	margin-bottom: 0;
}
.events-page .media-module-interior {
	padding-top: 50px;
}
.events-page .media-module .news-thumb {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
	.events-page .media-module .left {
		width: 180px;
		height: 120px;
	}
	.events-page .media-module .right {
		padding-left: 195px;
	}
}
@media screen and (max-width: 650px) {
	.events-page .media-module .news-thumb {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.events-page .media-module .left {
		float: none;
		height: auto;
		width: 100%;
		max-width: 320px;
		padding-bottom: 40%;
		margin-bottom: 15px;
	}
	.events-page .media-module .right {
		padding-left: 0;
	}
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
	margin: 25px 0;
	display: block;
}
.pagination > div {
	float: right;
	padding: 0;
	margin: 0;
	display: table;
}
.pagination > div > a,
.pagination > div > span {
	display: table-cell;
	font-size: 14px;
	align-items: center;
	text-align: center;
	min-width: 20px;
	padding: 4px 12px;
	border: solid 1px #dcdcdc;
	border-right: none;
}
.pagination > div > a:first-child,
.pagination > div > span:first-child{
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child,
.pagination > div > span:last-child {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-right: solid 1px #dcdcdc;
}
/*.pagination li > * {
	display: block;
	padding: 4px 12px;
}*/
.pagination > div > a:hover,
.pagination > div > span:hover{
	background-color: #f7f7f7;
}
.pagination > div > span.current {
	color: #fff;
	background-color: #003eaf;	
}

/*=========================================== ABOUT SECTION =================================================*/
.about-section {
	background-color: #fff;
	padding: 35px 0 45px;
}
.about-section p {
	margin: 5px 0 0;
	font-size: 20px;
	line-height: 24px;
}
.about-section .line {
	display: block;
	height: 1px;
	width: 109px;
	margin: 20px 0;
	background-color: #33792b;
}
.about-section h2.heading {
	color: #b13339;
	text-align: left;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.about-section h2.heading {
		margin-bottom: 25px;
	}
}
/*=========================================== SERVICES SECTION =============================================*/
.services-section {
	background-image: url(../img/tree-bnn.jpg);
	background-position: center;
	background-size: cover;
	padding: 10px 0 35px;
}
.services-section p {
	font-size: 20px;
	line-height: 24px;
	color: #b13339;
	margin-bottom: 26px;
}
.services-section .fa-ul {
	margin-left: 30px;
	margin-bottom: 26px;
}
.services-section li {
	font-size: 20px;
	line-height: 28px;
	color: #b13339;
}
.services-section .fa-li {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
	.services-section p {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.services-section li {
    	font-size: 18px;
	}
	.services-section .fa-ul {
		margin-left: 30px;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 768px) {
	.services-section p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.services-section li {
    	font-size: 16px;
	}
	.services-section .fa-ul {
		margin-left: 30px;
		margin-bottom: 20px;
	}
}
/*=========================================== NEWS SECTION =================================================*/
.news-section {
	background-color: #fff;
	padding-bottom: 45px;
}
.news-grid .projects-list-item {
	margin-bottom: 25px;
	text-align: left;
}
.news-grid > div .news-img {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.news-grid > div .news-img > span.date {
	position: absolute;
	left: 0; bottom: 25px;
	padding: 0 0 0 5px;
	background-color: #fff;
	color: #206f69;
	font-size: 24px;
	line-height: 1em;
	font-weight: 400;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	opacity: 1;
}
.news-grid > div .news-img > span.date > span {
	margin-left: 5px;
	padding: 2px 5px 3px;
	display: inline-block;
	margin-right: -1px;
	background-color: #003d39;
	color: #fff;
	font-weight: 900;
}
.news-grid > div .news-img > span.image {
	display: block;
	padding-bottom: 45%;
	background-position: center;
	background-size: cover;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	opacity: 1;
}
.news-grid > div:hover .news-img > span.image {
	opacity: .6;
}
.news-grid > div > p {
	margin: 10px 0;
}
.news-grid > div > p a {
	text-transform: uppercase;
}
.news-section .see-all {
	margin-top: 20px;
	text-align: center;
}
.news-section .line {
	display: block;
	background-color: #d7d7d7;
	max-width: 537px;
	height: 1px;
	margin: 40px auto;
}


/*=========================================== TESTIMONIALS PAGE ========================================================*/
.testimonials-list {
	padding-top: 20px;
}
.testimonials-list .testimonial {
    margin: 0 auto 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ededed;
}
.testimonials-list .testimonial:last-child {
	border: none;
	margin: 0;
}
.testimonials-list .testimonial .icon {
    float: left;
    font-size: 68px;
    color: #bdd0ce;
}
.testimonials-list .testimonial .right {
    padding-left: 100px;
}
.testimonials-list .testimonial .right p {
    font-size: 1.6em;
    color: #494949;
}
.testimonials-list .testimonial .right p.author {
    font-size: 1.8em;
    text-transform: capitalize;
    font-style: italic;
    color: #29615b;
    font-weight: 200;
}
@media screen and (max-width: 650px) {
	.testimonials-list .testimonial .icon {
    	font-size: 60px;
	}
	.testimonials-list .testimonial .right {
		padding-left: 70px;
	}
	.testimonials-list .testimonial .right p {
		font-size: 1.55em;
		line-height: 1.6em;
	}
	.testimonials-list .testimonial .right p.author {
    	font-size: 18px;
	}
}


/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	text-align: center;
	padding: 50px 0 90px;
	background-image: url(../img/footer-bnn.jpg);
	background-position: center;
	background-size: cover;
}
.footer .footer-nav {
	margin: 0 0 25px;
}
.footer .footer-nav li {
	padding: 0 8px;
    font-weight: 400;
    font-size: 20px;
	margin-bottom: 10px;
    text-transform: capitalize;
}
.footer .footer-nav li a {
    color: #fff;
}
.footer .footer-nav li a:hover,
.footer .footer-nav li a:focus {
	color: #b13339;
}
.footer p {
	color: #fff;
}
.footer p a {
	color: #fff;
}
.footer p a:hover {
	color: #b13339;
}
@media screen and (max-width: 991px) {
	.footer .footer-nav li {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.footer .footer-nav li {
		font-size: 17px;
	}
}
/*===========================================================================================================*/
/*=========================================== MEDIA QUERIES =================================================*/
/*===========================================================================================================*/
@media screen and (max-width: 768px) {
	/*============== COMMON ================*/
	p {
		font-size: 14px;
	}
	.interior li {
		font-size: 14px;
	}
	h1, .heading {	
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.4em;
	}
	li {
		line-height: 24px;
		font-size: 14px;
	}
	td, th {
		line-height: 24px;
		font-size: 14px;
	}
	.btn-layout {
		font-size: 16px;
	}
}