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

body {
	/*font-family: "metropolis", sans-serif;*/
	/*font-weight:600;*/
}

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

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

.top-header {
	position: relative;
	margin: 0;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
}

.top-header .header-contact {
	display: inline-block;
}

.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 {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

.footer-main .header-socials .socials ul li a {
	margin-right: 8px;
	margin-left: 0;
	color: #262f5f;
	font-size: 25px;

}

.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;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
}

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

.main-header .header-contact {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 17px;
	color: #5c2133;
}

.main-header .header-contact a {
	color: #5c2133;
}

.main-header .header-contact a:hover {
	text-decoration: underline;
}

.main-header .header-number {
	margin-right: 20px;
}

.main-header .header-number strong {
}

.logo {
}

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

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

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

.main-nav > li > a {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	font-size: 15px;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
}

.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: #5c2133;
	color: #fff;
}

.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;
	background: #2d3a6d;
	box-shadow: none;
	border-top: 5px solid #fff;

}

.main-nav > li:hover > ul.sub-menu {
	left: 0;
	top: 41px;
}

.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:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.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;
	font-size: 13px;
	min-height: 20px;
	line-height: 10px;
	white-space: nowrap;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
	color: #fff;
}

.main-nav > li > ul.sub-menu > li.current-menu-item > a,
.main-nav > li > ul.sub-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* </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: #5c2133;
}

.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);
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-family: "metropolis", sans-serif;
	font-weight: 600;
	font-style: normal;
}

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

.mobile-nav li ul > li > a {
	font-family: "metropolis", sans-serif;
	font-weight: 200;
}

.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: 1200px) {

	.logo {
		width: 73%;
		float: left;
		text-align: left;
		margin: 0;
	}

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

	.main-header .header-contact {
		position: absolute;
		bottom: 10px;
		top: auto;
		right: 90px;
	}

	.nav {
		margin-bottom: 0;
	}

	.main-nav {
		display: none;
	}

	.mobile-nav-trigger {
		display: block;
		position: absolute;
		bottom: 0;
		right: 15px;
	}
}

@media (max-width: 991px) {
	.main-header .header-contact {
		bottom: 0;
		right: 79px;
	}

	.main-header .header-contact .btn.btn-default {
		color: #fff;
		background: #1e326b;
		padding: 13px 20px;
	}

}

@media (max-width: 588px) {
	.main-header {
		padding-top: 50px;
	}

	.main-header .header-contact {
		bottom: auto;
		top: -50px;
		left: 0;
		right: 0;
		text-align: center;
		background: #1e326b;
		padding: 5px 0;
	}

	.main-header .header-contact .btn.btn-default {
		padding: 8px 18px;
		background: #fff;
		color: #1e326b;
	}
}

/* </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: 200;
	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: 768px) {
	.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 Title
----------------------------------------**/

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

.page-title {
	border: 0;
	padding: 0;
	text-align: right;
	background: transparent;
	margin-bottom: 30px;
}

.page-title .container {
	padding: 0;
}

.upper-page-title {
	padding: 5px 0;
	margin-bottom: 3px;
	background: #5c2133;
}

.page-title h1 {
	padding: 0;
	margin: 0;
	text-transform: none;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
	font-size: 18px;
	color: #fff;
	background: transparent;
}

.breadcrumbs {
	background: transparent;
	color: #676467;
	padding: 0;
	font-family: "metropolis", sans-serif;
	font-weight: 700;
	text-transform: none;
	font-size: 14px;
}

.breadcrumbs a {
	color: #676467;
}

@media (max-width: 1199px) {
	.page-title .container {
		padding: 0 15px;
	}
}

/* </editor-fold> */

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

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

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

.content,
.content p {
	line-height: 1.2;
	font-size: 18px;
	font-family: "metropolis", sans-serif;
	font-weight: 400;
	color: #2e302f;
}

.content .light,
.content .light p {
	color: #fff;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.2;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
	color: #5c2133;
	letter-spacing: 1px;
}

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

.content h2 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 200;
}

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

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

.content h4.widget-title {
	font-size: 22px;
}

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

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

.content .light,
.content .light p,
.content .light a,
.content .light h1,
.content .light h2,
.content .light h3,
.content .light h4,
.content .light h5,
.content .light h6 {
	color: #fff;
}

.content p > a:not(.btn) {
	text-decoration: underline;
}

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

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

.content .mt-section.intro h1 {
	margin-bottom: 5px;
}

.content .mt-section.intro h2 {
	font-size: 24px;
	margin-bottom: 0;
}

.content .mt-section.modern-approach h3 {
	font-size: 30px;
}

.row.even-height {
	display: table;
}

.row.even-height [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.row.even-height .vertical-center {
	vertical-align: middle;
}

.mt-section.crunchy p {
	margin-bottom: 0;
}

.mt-section.crunchy a.btn {
	margin-top: 30px;
}

.mt-section.crunchy img {
	width: 100%;
	height: auto;
}

.mt-section.crunchy .shaded {
	background: #f4f2f1;
}

.mt-section.crunchy .left-col {
	padding-right: 0;
}

.mt-section.crunchy .right-col {
	padding-left: 0;
}

.mt-section.crunchy .text-col {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.row.even-height {
		display: inherit;
	}

	.row.even-height [class*="col-"] {
		float: inherit;
		display: inherit;
		vertical-align: inherit;
	}

	.row.even-height .vertical-center {
		vertical-align: inherit;
	}
}

@media (max-width: 767px) {

	.mt-section.crunchy p {
		margin-bottom: inherit;
	}

	.mt-section.crunchy .left-col {
		padding: inherit;
	}

	.mt-section.crunchy .right-col {
		padding: inherit;
	}

	.mt-section.crunchy .text-col {
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* </editor-fold> */

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

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

.btn.btn-default,
.btn.btn-primary,
.gform_button {
	border: 0;
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	padding: 8px 40px;
	color: #fff;
	background: #262f5f;
	font-size: 18px;
	border-radius: 0;
	font-family: "metropolis", sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.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-listings .team-member:nth-child(4n) {
	clear: right;
}

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

body.page h3.team-member-name {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
}

body.page h4.position {
	font-size: 16px;
	margin-bottom: 0;
}

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

/**----------------------------------------
 Testimonials
----------------------------------------**/

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

.flex-wrapper-testimonials .testimonial .testimonial-text {
	margin: 0;
	font-family: "metropolis", sans-serif;
	font-size: 15px;
	font-weight: 300 !important;
	font-style: italic;
	margin-bottom: 20px;
}

.testimonials-row .testimonial {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

.testimonials-row .testimonial .testimonial-text {
	margin-bottom: 20px;
}

.testimonials-row .testimonial .testimonial-text,
.testimonials-row .testimonial .testimonial-text p {
	font-family: "metropolis", sans-serif;
	font-weight: 300;
	color: #666;
}

.testimonials-row .testimonial .testimonial-author {
	margin-bottom: 0;
	color: #5c2133;
}

.testimonials-list .testimonials-row:last-child .testimonial {
	margin-bottom: 40px;
	padding-bottom: 0;
	border-bottom: 0;
}

/* </editor-fold> */

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

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

.footer-main {
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	font-family: "metropolis", sans-serif;
	font-weight: 400;
	margin-top: -50px;
}

.footer-main h1,
.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
	line-height: 1.2;
	font-family: "metropolis", sans-serif;
	font-weight: 400;
	color: #5c2133;
}

.footer-main h2 {
	font-size: 32px;
}

.footer-main h3 {
	font-size: 26px;
}

.footer-main h4 {
	font-size: 20px;
}

.footer-main h5 {
	font-size: 18px;
}

.footer-main h6 {
	font-size: 16px;
}

.footer-main .jumbotron {
	background: rgba(255, 255, 255, 0.8) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.footer-bottom {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	background: #5c2133;
	color: #ddd;
	font-family: "metropolis", sans-serif;
	font-weight: 200;
}

.footer-bottom a {
	font-weight: normal;
	font-size: 14px;
	color: #ddd;
}

.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

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

/* </editor-fold> */
