/* ==========================================================================
   General
/* ========================================================================== */

a {
	color:#333;
	transition: .2s;
}

a:hover {
	color:#ee3124;
}

p {
	margin:0 0 15px;
	padding:0;
}

h2 {
	color: #333;
	font-size:28px;
}

h3 {
	color: #333;
	font-size:20px;
}

a.btn {
	text-decoration:none;
}

.alignleft {
	float:left;
	margin:0 20px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 20px;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

img, iframe {
	max-width:100%;
}

.one-half {
	float:left;
	width:50%;
}


/* ==========================================================================
   Layout
/* ========================================================================== */

html, body {
	height: 100%;
}

body {
	margin-top: 120px;
	background: #fff;
	color:#666;
	font-weight:400;
	font-size:16px;
	font-family: 'Libre Franklin', san-serif;
	-webkit-font-smoothing:antialiased;
}

body.home {
	margin: 0;
}

.wrapper {
	padding: 40px 0;
	background: #fff;
}

.dark-wrapper {
	background: #111;
	padding: 40px 0;
}


/* ==========================================================================
   Header
/* ========================================================================== */

.header-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.page .header-wrapper,
.archive .header-wrapper,
.single .header-wrapper,
.error404 .header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: #111;
}

.header {
	height: 120px;
	position: relative;
}

.logo {
	margin-top: 20px;
}

.logo img {
	max-height: 80px;
}

.header-social {
	position: absolute;
	right: 35px;
	top: 10px;
	z-index: 900;
}

.header-social a {
	color: rgba(255,255,255,0.6);
	margin-left: 10px;
}

.header-social a:hover {
	color: #ee3124;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */

.nav {
	margin:0 0 0;
	padding:0;
	list-style:none;
	font-size: 0;
	text-align: right;
}

.nav > li {
	position: relative;
	display: inline-block;
	padding: 50px 0;
}

.nav > li > a {
	position: relative;
	display:block;
	padding:0 15px;
	height: 20px;
	line-height: 20px;
	color:#fff;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.15em;
	transition:.2s;
}

.nav > li > a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -15px;
	border-bottom: 12px solid #ee3124;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}

.nav > li.nav-hovering > a::after {
	-webkit-transform: translateY(38px);
	transform: translateY(38px);
	opacity: 1;
}

.nav > li:hover > a {
	background-color:transparent;
	color:#ee3124;
}

.nav ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 100%;
	padding: 20px;
	margin-left: -100px;
	background: #ee3124;
	text-align: left;
}

.nav ul li {
	display: block;
}

.nav > li > ul > li > a {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	transition:.2s;
}

.nav > li > ul > li:hover > a {
	color: #fff;
}


/* ==========================================================================
   Home
/* ========================================================================== */

.slides-container {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	z-index: -1;
}

.slides-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 2;
}

.slide-tagline {
	position: absolute;
	left: 40px;
	top: 150px;
	font-size: 60px;
	font-family: "freight-display-pro", serif;
	color: #fff;
	margin: 0;
}

.slide-tagline span {
	color: #ee3124;
}

.slides {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.full-space {
	position: relative;
	height:	80%;
}

.slide-arrow {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 40px;
	margin-left: -20px;
}

.slide-arrow a {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

/* Intro */

.intro {
	position: relative;
	text-align: center;
	font-weight: 300;
}

.intro-headline {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}

/* Latest */

.latest {
	background: url("bg-1.jpg") top center/cover;
}

.latest h2 {
	margin: 0 0 20px;
	font-size: 50px;
	color: #fff;
	font-family: "freight-display-pro", serif;
}

.latest .row {
	margin-top: 30px;
}

.ld {
	position: relative;
	margin-bottom: 30px;
	padding-top: 80%;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}

/*.ld::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35%;
	width: 100%;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6))
}*/

.ld a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(238,49,36,0);
	transition: .5s;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}

.ld:hover a {
	background: rgba(238,49,36,0.6);
}

.ld-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #fff;
}

/*.ld-over {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}*/

.ld-over.hovered {
	opacity: 1;
}


/* Next */

.next h2 {
	margin: 0 0 20px;
	font-size: 50px;
	font-family: "freight-display-pro", serif;
}

.nu {
	float: left;
	width: 48%;
	height: 100%;
	margin-right: 2%;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	border: 5px solid #eee;
}

.iframe-wrapper {
	position: relative;
	padding-top: 58%;
	
}

.iframe-wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Services */

.services h2 {
	margin: 0 0 20px;
	font-size: 50px;
	font-family: "freight-display-pro", serif;
}

.services .row {
	margin-top: 30px;
}

.service-wrapper {
	padding: 10px;
	background: #eee;
}

.service {
	position: relative;
	padding: 10%;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
	font-family: "freight-display-pro", serif;
	font-size: 20px;
	transition: .5s;
	cursor: pointer;
}

.service a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.service h3 {
	margin: 0 0 20px;
	color: #ee3124;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 0.2em;
	transition: .5s;
}

.service:hover {
	color: #fff;
	background: rgba(160,207,103,0.60);
}

.service:hover h3 {
	color: #444;
}

.service p {
	margin: 0;
}


/* Latest Scroller */

.bx-wrapper {
	border: 0 !important;
	box-shadow: 0 0 !important;
	margin-bottom: 0 !important;
}

.custom h2 {
	margin: 0 0 30px;
	font-size: 50px;
	font-family: "freight-display-pro", serif;
}

.bx-latest li {
	padding: 4px;
	background: #eee;
}

.bx-latest li a {
	display: block;
	width: 100%;
	padding-top: 76%;
	background-position: center;
	background-size: cover;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
}

/* Testimonials */

.testimonials {
	text-align: center;
}

.testimonial {
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	width: 100%;
}

.home .testimonial {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.testimonial p {
	margin-bottom: 30px;
	font-size: 24px;
	color: #333;
	font-family: "freight-display-pro", serif;
}

.testimonial-name {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.testimonial-comp {
	font-style: italic;
	font-family: "freight-display-pro", serif;
}

.home-bottom {
	height: 400px;
	background: url("") center/cover no-repeat;
}


#latest {
	padding: 40px 0;
}

#latest h2 {
	margin: 0 0 20px;
	font-size: 50px;
	font-family: "freight-display-pro", serif;
}


#latest h4 {
	margin: 15px 0;
	font-weight: 700;
}

.latest-post-photo {
	padding-top: 80%;
	position: relative;
	background-position: center;
	background-size: cover;
	border: 4px solid #eee;
}

.latest-post-photo a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
}

/* ==========================================================================
   Content / Backend
/* ========================================================================== */

.port-filter {
	float: right;
	text-align: right;
}

.port-filter-title {
	margin-bottom: 5px;
	font-style: italic;
	font-family: "freight-display-pro", serif;
}

.port-filter a {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	line-height: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.port-filter a:nth-of-type(1)::before {
	display: none;
}

.port-filter a::before {
	content: '';
	position: absolute;
	left: -7px;
	top: 0;
	height: 10px;
	border: 1px solid #ccc;
}

.port-website {
	margin: 30px 0;
	text-align: center;
}

.port-website a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.port-website a:hover {
	color:#ee3124;
}

.port-content {
	margin-top: 30px;
	font-size: 20px;
	font-family: "freight-display-pro", serif;
}

/* ==========================================================================
   Posts
/* ========================================================================== */

.blog article,
.category article,
.archive article,
.search article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #aaa;
}

.blog .entry-content,
.category .entry-content,
.archive .entry-content,
.search .entry-content,
.single .entry-content {
	margin-top:20px;
}

.page .entry-content img {
	height: auto;
}

h1.page-title {
	color: #333;
	margin:0 0 30px;
	font-size: 50px;
	font-family: "freight-display-pro", serif;
}

h2.single-title {
	margin:0 0 15px;
}

h2.single-title a {
	text-decoration:none;
}

.main-col,
.main-col-blog {
	border-right:1px dotted #aaa;
}

.main-col-blog {
	width:64%;
}

.post-meta {
	font-size:14px;
	font-style:italic;
}

.main-col .article-footer {
	padding-top:30px;
	font-size:12px;
	border-top:1px dotted #eaeaea;
}

/* Sidebar */

.sidebar {
}

.sidebar-blog {
	float:right;
	width:32%;
}

.sidebar-blog h2.widget-title {
	margin:0 0 20px 0;
	line-height:40px;
	font-size:22px;
}

.widget_archive label, .widget_search label span {
	display:none;
}

.main-sidebar {
	float:right;
	width:34%;
	padding-top:100px;
}

.sidebar-nav {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-nav li {
}

.sidebar-nav li a {
	display:block;
	padding:0 10px;
	margin-bottom:5px;
	line-height:30px;
	background:#f9f9f9;
}

.sidebar-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-nav li ul li a {
	line-height:25px;
	padding:0 25px;
	background:#fcfcfc;
}


/* Pagination */

.pagination {
	margin-top:20px;
}

.pagination ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}

.pagination li {
	float:left;
}

.pagination li span,
.pagination li a {
	display:block;
	padding:5px 10px;
	margin-right:2px;
	background:#e2e2e2;
	text-decoration:none;
}

.pagination li span {
	background:#f3f3f3;
}

.pagination .next,
.pagination .prev {
	position:relative;
	top:auto;
	margin:0 2px 0 0;
	right:auto;
	left:auto;
}


/* ==========================================================================
   Forms
/* ========================================================================== */

.form-container span.wpcf7-list-item {
	width: 50%;
	margin: 0;
	padding-left: 2%;
}

.form-group {
	margin-bottom:5px !important;
}

.error {
	color:#c00;
}
.success {
	color:#090;
}

.wpcf7 br {
	display: none;
}

.frm_style_formidable-style.with_frm_style .form-field {
	
}

.footer .frm_style_formidable-style.with_frm_style .form-field {
	margin: 0;
}

/* ==========================================================================
   Footer
/* ========================================================================== */

.footer-wrapper {
	background:#333;
}

.footer {
	color: #bcbec0;
}

.footer a {
	color: #bcbec0;
	text-decoration: none;
}

.footer a:hover {
	color: #ee3124;
}

.footer-top {
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #2c2b2b;
}

.footer-phone {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 2px solid #2c2b2b;
	border-right: 2px solid #2c2b2b;
}

.footer-mid {
	padding: 40px 0;
}
.footer-mid img {
	width: 85%;
}

.footer a.footer-btn {
	display: block;
	margin-bottom: 20px;
	width: 80%;
	padding: 20px 0;
	text-align: center;
	background: #222;
	color: #bcbec0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}

.footer a.footer-btn:hover {
	background: #111;
}

.footer a.start-btn {
	color: #ccc;
	background: #ee3124;
}

.footer a.start-btn:hover {
	background: #8D130B;
}

.footer-mid h4 {
	margin: 0 0 10px;
	font-family: "freight-display-pro", serif;
	font-size: 26px;
}

#news {
	position: relative;
	height: 50px;
}

#qc input[type=text],
#qc input[type=email], 
#qc textarea {
	width: 100%;
	height: 30px;
	margin-bottom: 4px;
	border: 0;
	color: #ccc;
	font-weight: bold;
	background: #666;
	padding: 4px 10px;
	font-size: 16px;
	font-family: "freight-display-pro", serif;
}

#qc textarea {
	height: 40px;
}

#qc input[type=submit] {
	border: 0;
	padding: 0 20px;
	line-height: 30px;
	color: #ee3124;
	text-decoration: none;
	background: #222;
	font-size: 12px;
	font-weight: bold;
}

#qc .placeholder {
  	color: #ccc;
	font-weight: bold;
	opacity: 1;
}

::-webkit-input-placeholder {
  	color: #ccc;
	font-weight: bold;
	opacity: 1;
}

::-moz-placeholder {
  	color: #ccc;
	font-weight: bold;
	opacity: 1;
}

:-ms-input-placeholder {
  	color: #ccc;
	opacity: 1;
}

:-moz-placeholder {
  	color: #ccc;
	opacity: 1;
}


.footer-bottom-wrapper {
	background: #2c2b2b;
	padding: 30px 0;
}

.footer-bottom {
	color: #bcbec0;
	line-height: 30px;
	font-family: "freight-display-pro", serif;
}

.footer-bottom a {
	color: #bcbec0;
}

.footer-social a {
	display: inline-block;
	font-size: 22px;
	margin: 0 10px;
}

.footer-nav a {
	display: inline-block;
	margin-left: 10px;
}

.footer-icons {
	margin-bottom: 20px;
	text-align: center;
}

.footer-icons img {
	height: 120px;
	margin: 0 10px;
}

/* ==========================================================================
   Helpers
/* ========================================================================== */


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.placeholder {
  	color: #fff;
}


/* ==========================================================================
   Mobile Nav
/* ========================================================================== */


.nav-mobile-wrapper {
	display: none;
	position: fixed;
	top: 0;
	background: #000;
	padding: 20px 0;
	width: 100%;
	z-index: 999;
}

.nav-mobile-wrapper img {
	width: 250px;
	position: absolute;
	left: 20px;
	top: 8px;
}

.nav-mobile-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-mobile-icon a {
	display: block;
	text-align: right;
	padding: 0 20px;
	font-size: 30px;
	color: #fff;
}

.nav-mobile {
	display: none;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 1300px) {
	.nav > li > a { padding: 0 9px; }
}

@media (max-width: 1200px) {
	.nav > li > a { font-size: 11px; }
}

@media (max-width: 992px) {
	body {
		margin: 82px 0 0;
	}
	.nav-mobile-wrapper { display: block; }
	.header-wrapper { position: relative; background: #000; display: none;}
	.header { height: auto; }
	.header-left, .header-right { float: none; width: 100%; }
	.header-left { text-align: center;}
	.slides-container { position: relative; }
	.full-space { display: none; }
	.slide-tagline br {
		display: none;
	}
	
	.nav {
		padding: 20px 0;
		text-align: left;
	}
	.nav > li {
		padding: 0;
		display: block;
	}
	.nav > li > a {
		line-height: 30px;
		padding: 0 20px;
		font-size: 14px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.header-left { margin-bottom: 10px; }
	.slide-tagline { font-size: 40px; left: 0; padding: 20px; }
	.slides-container { height: 500px; }
	.home-bottom { padding-top: 30%; height: auto; }
	.row > .col-sm-6:nth-of-type(1) .service-wrapper { margin-bottom: 30px; }
	.footer a.footer-btn { width: 100%; }
	.footer-mid img { width: 100%; }
	.footer-mid .col-sm-4 { margin-bottom: 20px; }
	.footer-bottom, .footer-nav { text-align: center !important; }
	
}

@media (max-width: 576px) {
	.footer-icons img {
		max-width: 300px;
		height: auto;
		max-height: 120px;
	}
	.slide-tagline {
		font-size: 26px;
	}
}

