/**----------------------------------------
 Core
----------------------------------------**/

body {
}


/**----------------------------------------
 Top Header
----------------------------------------**/

/* <editor-fold desc="Top Header"> */

.top-header {
	position: relative;
	margin: 0;
}

.top-header .header-contact {
	display: inline-block;
	padding-right: 55px;
}

.top-header .header-contact a {
}

/* </editor-fold> */

/**----------------------------------------
 Social Links
----------------------------------------**/

/* <editor-fold desc="Socials"> */

.top-header .header-socials {
	position: absolute;
	top: 8px;
	right: 15px;
}

.header-socials,
.header-socials .socials {
	display: inline-block;
	float: none;
	border: 0;
}

.header-socials .socials ul {
	float: none;
	display: inline-block;
}

.header-socials .socials ul li {
	float: none;
	display: inline-block;
}

.header-socials .socials ul li a {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	margin-left: 8px;
}

.footer-main .header-socials .socials ul li a {
	margin-right: 15px;
	margin-left: 15px;

}

.header-socials .socials ul li a:hover {
	background: transparent !important;
}

.header-socials ul li:last-child {
	border: 0;
}

.header-socials ul li {
	border: 0;
}

/* </editor-fold> */

/**----------------------------------------
 Main Header
----------------------------------------**/

/* <editor-fold desc="Main Header"> */

.main-header {
	display: block;
	width: 100%;
	position: relative;
}

.main-header .container {
	position: relative;
}

.logo .logo-img {
	width: 100%;
	height: auto;
}

@media (max-width: 960px) {
	.top-header .header-contact a.btn.btn-primary {
		font-size: 14px;
		padding: 5px 8px;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Nav
----------------------------------------**/

/* <editor-fold desc="Nav"> */

.main-nav {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 1.5px;
	border-bottom: 2px #003764 solid;
}

.main-nav > li {
	display: inline-block;
	position: relative;
}

.main-nav > li > a {
	display: inline-block;
}

/*
	Enable for arrows under menus with sub-menu
.main-nav > li.menu-item-has-children > a:after {
	content: "\f078";
	color: #888;
	font-size: 12px;
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	margin-left: 15px;
	bottom: 10px;
}
*/

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-ancestor > a,
.main-nav > li > a.hovered,
.main-nav > li > a:hover {
}

.main-nav > li > ul.sub-menu {
	position: absolute;
	z-index: 1001;
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
	width: auto;
	left: 0;
	top: -999em;
	box-shadow: none;
}

.main-nav > li > ul.sub-menu > li {
	list-style-type: none;
	float: left;
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	width: 100%;
}

.main-nav > li > ul.sub-menu > li > a {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	min-width: 140px;
	text-align: left;
	padding: 10px 20px;
	min-height: 20px;
	line-height: 20px;
	white-space: nowrap;
}

/* </editor-fold > */

/**----------------------------------------
 Mobile Nav
----------------------------------------**/

/* <editor-fold desc="Mobile Nav"> */

.mobile-nav {
	display: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.mobile-nav li a {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 15px;
}

.mobile-nav li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.mobile-nav > li > ul > li > a {
}

.mobile-nav-trigger {
	display: none;
	font-size: 22px !important;
	padding: 10px 20px !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Header
----------------------------------------**/

/* <editor-fold desc="Responsive Header"> */

@media (max-width: 991px) {
	.top-header {
		text-align: left;
	}
	
	.top-header .header-contact {
		padding-right: 0px;
	}
	
	.top-header .header-contact a {
		margin: 0 5px;
	}
}

@media (max-width: 1199px) {
	.logo {
		width: 70%;
		float: left;
		margin: 0;
		text-align: left;
	}

	.main-header {
		padding: 20px 0;
		display: block;
		clear: both;
	}

	.nav {
		margin-bottom: 0;
	}

	.main-nav {
		display: none;
	}

	.mobile-nav-trigger {
		display: block;
		float: right;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Banner / Slider
----------------------------------------**/

/* <editor-fold desc="Slider"> */

.slideshow-wrapper {
	margin-bottom: 0;
}

.flex-caption {
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 20%;
	left: 60%;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px;
}

.flex-caption-wrap {
}

.flex-caption-title {
	padding: 0;
	background: none;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 300;
	text-shadow: none;
	font-size: 2em;
	display: block;
	clear: both;
	color: #fff;
}

.flex-caption-description {
	padding: 0;
	background: none;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 1em;
	display: block;
	clear: both;
	color: #fff;
}

.flex-caption-link a.btn.btn-primary {
	font-size: 14px !important;
	padding: 10px 20px !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Slider
----------------------------------------**/

/* <editor-fold desc="Responsive Slider"> */

.page-top-slider.slider-mobile {
	display: none;
}

@media (max-width: 767px) {
	.page-top-slider.slider-desktop {
		display: none;
	}

	.page-top-slider.slider-desktop-only {
		display: block;
	}

	.page-top-slider.slider-mobile {
		display: block;
	}
}

@media (max-width: 1000px) {

	.flex-caption {
		display: none;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Page Header / Page Title
----------------------------------------**/

/* <editor-fold desc="Page Header"> */

.page-title {
	border: 0;
	text-align: center;
}

.page-title h1 {
	padding: 0;
	margin: 0;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.breadcrumbs {
	display: none;
}

.breadcrumbs a {

}

/* </editor-fold> */

/**----------------------------------------
 Main Content
----------------------------------------**/

/* <editor-fold desc="Content"> */

.content-wrapper {
	background: #fff;
}

.content-wrapper > p {
	margin: 0;
}

.content img.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
}

.content img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.content img.alignright {
		width: 100%;
		height: auto;
		clear: both;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.content img.alignleft {
		width: 100%;
		height: auto;
		clear: both;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.content,
.content p {
	line-height: 1.2;
	font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.2;
}

.content h1 {
	margin-bottom: 30px;
}

.content h2 {
	margin-bottom: 30px;
}

.content h3 {
	margin-bottom: 30px;
}

.content h4 {
	margin-bottom: 30px;
}

.content h5 {
	margin-bottom: 30px;
}

.content h6 {
	margin-bottom: 30px;
}

.content ul,
.content ol {
	margin-bottom: 30px;
}

.content ul li,
.content ol li {
	margin-bottom: 10px;
}

.content ul.nav-tabs li {
	margin-bottom: 0;
}

.mt-section.light {
	color:#fff;
}

.mt-section.light a {
	color:#fff;
}

.mt-section.light .btn.btn-default {
	background: #003764;
}

.header-custom.single > span:before,
.header-custom.single > span:after {
	display: none;
}

.googlemap {
	margin-bottom: 20px;
}

.static-map {
	width: 100%;
	height: auto;
}

.container .jumbotron,
.jumbotron {
	padding: 40px;
	background: #666;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.content .jumbotron h2,
.content .jumbotron h3,
.content .jumbotron h4,
.content .jumbotron h5,
.content .jumbotron h6 {
	color: #fff;
}

.jumbotron ul:last-child,
.jumbotron ol:last-child {
	margin-bottom: 0;
}

.jumbotron a.btn {
	display: inline-block;
	margin-top: 20px;
}

.homepage-service-image {
	border-top: 3px #fff solid;
	transition: ease 0.1s;
}

.homepage-service-image:hover {
	border-top: 3px #003764 solid;
	transition: ease 0.3s;
}

.mt-section.about-home-section {
	text-align: center;
}

.about-home-section .header-socials .socials {
	text-align: center !important;
}

.about-home-section .header-socials .socials ul li a {
	font-size: 60px !important;
	text-align: center !important;
/* 	margin-left: 21px !important; */
}

.about-home-section .fa-facebook:before {
	margin-left: -25px;
}

hr {
	margin-top: 45px !important;;
	margin-bottom: 45px !important;;
}

a.envira-gallery-link {
    overflow: hidden;
}

a.envira-gallery-link img {
    transition: 0.2s all;
    transform: scale(1);
}

a.envira-gallery-link:hover img {
    transition: 0.75s all;
    transform: scale(1.05);
}

@media (min-width: 991px ) {
	.desktop-homepage-service-image {
		display: block;
	}

	.mobile-homepage-service-image {
		display: none;
	}
}

@media (max-width: 990px ) {
	.desktop-homepage-service-image {
		display: none;
	}

	.mobile-homepage-service-image {
		display: block;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Buttons
----------------------------------------**/

/* <editor-fold desc="Buttons"> */

.btn.btn-default,
.btn.btn-primary,
.gform_button {
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 0;
}

.btn.btn-default:hover,
.btn.btn-primary:hover,
.gform_button:hover {
	/*background: #d1dbab;*/
	/*color: #fff;*/
}

.btn.btn-default.btn-lg,
.btn.btn-primary.btn-lg {
	/*font-size: 22px;*/
	/*padding: 10px 30px;*/
}

/* </editor-fold> */

/**----------------------------------------
 Forms
----------------------------------------**/

/* <editor-fold desc="Forms"> */

.gform_wrapper form {
	padding: 20px;
	background: #f3f3f3;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
	border: 1px solid #ccc;
}

.ginput_container_radio,
.ginput_container_checkbox {
	padding-left: 20px;
}

.gfield_radio label,
.gfield_checkbox label {
	font-weight: normal;
}

@media (max-width: 380px) {
	.g-recaptcha {
		transform: scale(0.79);
		-webkit-transform: scale(0.79);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Team
----------------------------------------**/

/* <editor-fold desc="Team Module"> */

.team-member-list-2-col .team-member:nth-child(6n) {
	clear: right;
}

.team-member-list-2-col .team-member:nth-child(6n+1) {
	clear: left;
}

.team-member-list-3-col .team-member:nth-child(4n) {
	clear: right;
}

.team-member-list-3-col .team-member:nth-child(4n+1) {
	clear: left;
}

.team-member-list-4-col .team-member:nth-child(3n) {
	clear: right;
}

.team-member-list-4-col .team-member:nth-child(3n+1) {
	clear: left;
}

.team-member-list-6-col .team-member:nth-child(2n) {
	clear: right;
}

.team-member-list-6-col .team-member:nth-child(2n+1) {
	clear: left;
}

body.page h2.team-member-name {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 22px;
}

body.page h3.position {
	font-size: 18px;
	font-weight: 300;
}

body.single-teammembers .team-contacts {
	margin-bottom: 30px;
}

body.single-teammembers .team-contact {
	display: block;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}

body.single-teammembers .team-contact:last-of-type {
	border-bottom: 1px solid #ccc;
}

body.single-teammembers .content h1 {
	line-height: 1;
	margin-top: -11px;
	margin-bottom: 5px;
}

body.single-teammembers .content h2.team-member-position {
	margin-bottom: 20px;
	font-size: 30px;
}

body.single-teammembers .team-socials {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

body.single-teammembers .team-socials ul {
	margin-bottom: 0 !important;
}

/* </editor-fold> */

/**----------------------------------------
 Blog
----------------------------------------**/

/* <editor-fold desc="Blog"> */

.meta {
	margin-bottom: 20px;
}

.post-content,
.meta-inner {
	padding: 0;
}

.meta-inner .meta-item {
	box-shadow: none;
	background: none;
	padding: 0;
	color: #444;
	font-size: 18px;
}

.meta-inner .meta-item .fa {
	margin-right: 10px;
	color: #888;
}

/* </editor-fold> */

/**----------------------------------------
 FAQ
----------------------------------------**/

/* <editor-fold desc="FAQ"> */

.mt-accordion .ui-accordion-header {
	display: block;
	min-height: auto;
	line-height: normal;
	margin: -1px 0 0;
	padding: 16px 10px 16px 40px;
	cursor: pointer;
	outline: none;
	position: relative;

}

.mt-accordion span.ui-icon {
	top: 12px;
	left: 21px;
}

body.page .content .mt-accordion h3 {
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.mt-accordion .ui-accordion-content {
	padding-left: 50px;
}

.mt-accordion-item {
	margin-bottom: 10px;
}

/* </editor-fold> */

/**----------------------------------------
 Portfolio
----------------------------------------**/

/* <editor-fold desc="Portfolio"> */

.portfolio-row.grid {
	margin-bottom: 30px;
}

ul.portfolio-filters {
	padding-left: 0 !important;
	text-align: center;
}

.portfolio-filters li {
	float: none;
}

.portfolio-navigation div a {
	background: #4c6048;
	font-size: 18px;
	margin-top: 1px;
}

.portfolio-filters a {
	font-size: 20px;
	font-weight: 400;
}

.portfolio-gallery {
	margin-top: 30px;
}

.portfolio-info {
	margin-top: 30px;
}

.single-portfolio .content {
	padding-top: 15px;
}

.portfolio-row.grid .portfolio-item-wrapper .portfolio-item-top, .gallery-row.grid .mt-gallery-item a {
}

.portfolio-picture img {
	width: 100%;
	height: auto;
}

.content .portfolio-blog-post {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.content .portfolio-blog-post p {
	font-size: 14px;
}

.content .portfolio-blog-post p:last-of-type {
	margin-bottom: 0;
}

.content .portfolio-blog-post h4 {
	font-size: 22px;
	margin-bottom: 5px;
}

.content .portfolio-blog-post h4 a {
	font-weight: 500;
}

.content .portfolio-blog-post a.btn.btn-default {
	font-size: 14px !important;
	margin-top: 0;
}

.content .portfolio-blog-post .meta-item {
	font-size: 12px;
	font-weight: 400;
}

.portfolio-item {
	/*border-radius:50%;*/
	overflow: hidden;
}

.overlay-wrapper {
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: all 0.5s;
}

.overlay-wrapper:hover {
	background: rgba(0, 0, 0, 0);
	transition: all 0.5s;
}

.portfolio-row .project-overlay:hover img {
	transform: scale(1.03);
	-webkit-backface-visibility: hidden;
}

.image-overlay .overlay-content h5 {
	transition: all 0.5s;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	overflow: hidden;
}

.overlay-wrapper:hover .overlay-content h5 {
	transition: all 0.5s;
	background: rgba(0, 0, 0, 1);
}

.portfolio-filters a {
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	padding: 7px 15px;
	font-size: 16px;
	font-weight: bold;
}

.portfolio-single-details .title-col h2 {
	margin-bottom: 5px;
}

.portfolio-single-details .pdf-col {
	text-align: right;
}

/* </editor-fold> */

/**----------------------------------------
 Footer
----------------------------------------**/

/* <editor-fold desc="Footer"> */

.footer-main {
	line-height: 1.4;
}

.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
	line-height: 1.2;

}

.footer-main h2 {
}

.footer-main h3 {
}

.footer-main h4 {
}

.footer-main h5 {
}

.footer-main h6 {
}

.footer-bottom {
}

.footer-bottom a {
}

.footer-main input,
.footer-main select,
.footer-main textarea {
	color:#000 !important;
}

.footer-main .header-socials .socials ul li a {
	color: #fff;
}

@media (max-width: 767px) {
	.footer-main {
		text-align: center;
	}

	.footer-main .btn.btn-default {
		margin-bottom: 4px;
	}
}

/* </editor-fold> */
