/**----------------------------------------
 Core
----------------------------------------**/

/*
AZO SANS

font-family: "azo-sans-web",sans-serif;
font-style: normal;
font-weight: 400;

font-family: "azo-sans-web",sans-serif;
font-style: normal;
font-weight: 700;


 */
body {
}

/**----------------------------------------
 Top Header
----------------------------------------**/

/* <editor-fold desc="Top Header"> */

.top-header {
	position: relative;
	margin: 0;
}

.top-header .header-contact {
	display: inline-block;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.top-header .header-contact a {
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

/* </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: 8px;
	margin-left: 0;

}

.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;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding: 30px 0;
}

.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;
	background: #103d66;
}

.main-nav > li {
	display: inline-block;
	position: relative;
}

.main-nav > li > a {
	display: inline-block;
	margin: 0;
	padding: 14px 15px;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
}

.main-nav > li.menu-item-has-children > a:after {
	content: "\f0d7";
	color: #fff;
	font-size: 18px;
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	margin-left: 15px;
	bottom: -2px;
}

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-ancestor > a,
.main-nav > li > a.hovered,
.main-nav > li > a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.main-nav > li > ul.sub-menu {
	position: absolute;
	z-index: 1001;
	display: none;
	visibility: hidden;
	margin: 0;
	width: auto;
	left: 0;
	top: -999em;
	box-shadow: none;
	background: #eaf3f5;
	padding: 10px;
}

.main-nav > li:hover > ul.sub-menu {
	left: 0;
	top: 49px;
}

.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 15px;
	min-height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #103d66;
	border-bottom: 3px solid #a5dbdb;
}

.main-nav > li > ul.sub-menu > li:last-of-type > a {
	border-bottom: 0;
}

.main-nav > li > ul.sub-menu > li.current-menu-item > a,
.main-nav > li > ul.sub-menu > li > a:hover {
	background: rgba(165, 219, 219, 0.2);
}

/* </editor-fold > */

/**----------------------------------------
 Mobile Nav
----------------------------------------**/

/* <editor-fold desc="Mobile Nav"> */

.mobile-nav {
	display: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #103d66;
}

.mobile-nav li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.mobile-nav li a {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: left;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.mobile-nav li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.mobile-nav li ul > li > a {
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.mobile-nav-trigger {
	display: none;
	font-size: 22px !important;
	padding: 10px 20px !important;
	background: #103d66 !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Header
----------------------------------------**/

/* <editor-fold desc="Responsive Header"> */

@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
----------------------------------------**/

/* <editor-fold desc="Page Header"> */

.page-title {
	border: 0;
	margin-bottom: 0;
	background: none;
	text-align: right;
	padding: 15px 0;
}

.page-title h1 {
	padding: 0;
	margin: 0;
	background: transparent;
	text-transform: uppercase;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #5eb1bf;
}

.breadcrumbs {
	display: none !important;
}

@media (max-width: 1199px) {
	.page-title {
		text-align: left;
		background: #103d66;
		padding: 5px 0;
		margin-bottom: 20px;
	}

	.page-title h1 {
		color: #fff;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Main Content
----------------------------------------**/

/* <editor-fold desc="Content"> */

.content-wrapper > p {
	margin: 0;
}

.content,
.content p {
	line-height: 1.2;
}

body.page .content {
	padding-top: 0;
	margin-top: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.2;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.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;
}

h4.widget-title {
	font-size: 16px;
	text-transform: none;
}

.header-custom.single > span:before,
.header-custom.single > span:after {
	display: none;
}

.googlemap {
	margin-bottom: 20px;
}

.static-map {
	width: 100%;
	height: auto;
}

.jumbotron {
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 30px !important;
	background: #5eb1bf !important;
	color: #fff !important;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.jumbotron a {
	color: #fff !important;
	text-decoration: underline;
}

.jumbotron.services ul {
	margin-left: 0;
	padding-left: 25px;
}

.jumbotron.services ul li {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.content .jumbotron h1,
.content .jumbotron h2,
.content .jumbotron h3,
.content .jumbotron h4,
.content .jumbotron h5,
.content .jumbotron h6 {
	color: #fff !important;
	margin-bottom: 20px !important;
}

.jumbotron a.btn,
.jumbotron a.btn-default,
.jumbotron a.btn-primary {
	background: #103d66 !important;
}

/* </editor-fold> */

/**----------------------------------------
 Buttons
----------------------------------------**/

/* <editor-fold desc="Buttons"> */

.btn.btn-default,
.btn.btn-primary,
.gform_button {
	border: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 12px 18px;
	text-transform: none;
	border-radius: 0;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}

.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;
}

body.page h3.position {
}

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: auto;
	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 p:empty {
	display: none;
}

.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
	line-height: 1.2;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.footer-main h2 {
}

.footer-main h3 {

}

.footer-main h4 {
}

.footer-main h5 {
}

.footer-main h6 {
}

.footer-bottom {
}

.footer-bottom a {
}

@media (max-width: 767px) {
	.footer-main {
		text-align: center;
	}
}

/* </editor-fold> */
