@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?stsype");
	src: url("../fonts/icomoon/icomoon.eot?stsype#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?stsype") format("truetype"), url("../fonts/icomoon/icomoon.woff?stsype") format("woff"), url("../fonts/icomoon/icomoon.svg?stsype#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* =======================================================
*
*   Template Style
* Edit this section
*
* ======================================================= */
body {
	font-family: "IBM Plex Serif", Arial, serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
	color: #7f7f7f;
	background: #e3e3e3;
	position: relative;
}

@media screen and (max-width:768px) {
	body {
		overflow-x: hidden;
	}

}

.fh5co-overflow {
	overflow: hidden;
	position: relative;
	height: 100% !important;
}

a {
	color: #ff4c4c;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a:hover, a:active, a:focus {
	color: #ff4c4c;
	outline: none;
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: "IBM Plex Serif", Arial, serif;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0;
}

::-webkit-selection {
	color: #fff;
	background: #ff4c4c;
}

::-moz-selection {
	color: #fff;
	background: #ff4c4c;
}

::selection {
	color: #fff;
	background: #ff4c4c;
}

#wrap {
	overflow-x: hidden;
	position: relative;
	z-index: 5;
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "IBM Plex Serif", Arial, serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px !important;
	border-radius: 0 !important;
	margin: 0px;
}

.btn.btn-sm {
	padding: 4px 15px !important;
}

.btn.btn-md {
	padding: 8px 20px !important;
}

.btn.btn-lg {
	padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #ff4c4c;
	color: #fff;
	border: 2px solid #ff4c4c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #ff6540 !important;
	border-color: #ff6540 !important;
}

.btn-primary.btn-outline {
	background: transparent;
	color: #ff4c4c;
	border: 2px solid #ff4c4c;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #ff4c4c;
	color: #fff;
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}

.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}

.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}

.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #ff4c4c;
	color: #fff;
	border: 2px solid #ff4c4c;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
	background: transparent;
	color: #ff4c4c;
	border: 2px solid #ff4c4c;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #ff4c4c;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}

.link-with-icon {
	padding-right: 20px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.link-with-icon:hover {
	padding-right: 30px;
}

.link-with-icon:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	font-size: 12px;
}

.form-control {
	-webkit-appearance: none;
	box-shadow: none;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ff4c4c;
}

.form-group label {
	font-weight: normal;
}

.boxed #fh5co-page {
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1200px) {
	.boxed #fh5co-page {
		max-width: 1000px;
	}

}

.boxed #fh5co-page .container {
	max-width: 1140px;
	margin: 0 auto;
}

@media screen and (max-width:1200px) {
	.boxed #fh5co-page .container {
		max-width: 960px;
	}

}

#fh5co-header {
	padding: 30px 0;
	margin-bottom: 0px;
}

#fh5co-header #fh5co-logo {
	float: left;
	margin-left: 15px;
}

#fh5co-header #fh5co-main-nav {
	float: right;
	margin-right:15px;
}

@media screen and (max-width:768px) {
	#fh5co-header #fh5co-main-nav {
		display: none;
	}

}

#fh5co-header #fh5co-main-nav ul {
	margin: 0px 0 0 0;
	padding: 0;
}

#fh5co-header #fh5co-main-nav ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
}

#fh5co-header #fh5co-main-nav ul li.separator {
	width: 15px;
}

#fh5co-header #fh5co-main-nav ul li.separatorSlash {
	vertical-align: middle;
	margin: 0px 2px;
}

#fh5co-header #fh5co-main-nav ul li.lang {
}

#fh5co-header #fh5co-main-nav ul li.lang a {
	margin: 0px;
}

#fh5co-header #fh5co-main-nav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	padding: 15px 2px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 15px;
}

#fh5co-header #fh5co-main-nav > ul > li > a {
	line-height: 40px;
	vertical-align: middle;
}

#fh5co-header #fh5co-main-nav > ul > li.active > a {

	/*color: #ff4c4c !important;*/
	border-bottom: 4px solid #ff4c4c;
	padding-bottom: 7px !important;
}

#fh5co-header #fh5co-main-nav > ul > li.lang.active > a {
	border: none;
	color: #ff4c4c;
	font-weight: 500;
}

#fh5co-header #fh5co-main-nav > ul > li > div > a {
	line-height: 40px;
	vertical-align: middle;
}

#fh5co-header #fh5co-main-nav > ul > li > a:hover {
	border-bottom: 4px solid #ff4c4c;
	padding-bottom: 7px;
}

#fh5co-header #fh5co-main-nav > ul > li.lang > a:hover {
	border: none;
	padding-bottom: 7px;
}

#fh5co-header #fh5co-main-nav ul li a:hover, #fh5co-header #fh5co-main-nav ul li a:active, #fh5co-header #fh5co-main-nav ul li a:focus {
	color: #ff4c4c;
}

#fh5co-header #fh5co-main-nav ul li.cta {
	margin-left: 20px;
}

#fh5co-header #fh5co-main-nav ul li.cta a {
	padding: 10px 20px;
	background: #ff4c4c;
	color: #fff;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	line-height: 15px;
}

#fh5co-header #fh5co-main-nav ul li.cta a:hover {
	background: #c30300;
}

#fh5co-header #fh5co-main-nav ul li.has-sub > div > a {
	position: relative;
	padding-right: 19px;
}

#fh5co-header #fh5co-main-nav ul li.has-sub > div > a:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	font-size: 18px;
	color: #b3b3b3;
}

#fh5co-header #fh5co-main-nav ul li.has-sub > div > a:hover:after {
	color: #ff4c4c;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu {
	position: relative;
	padding: 15px 7px;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap {
	position: absolute;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	width: 190px;
	left: 50%;
	margin-left: -95px;
	margin-top: 17px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul {
	padding: 0;
	margin: 0;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul li {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 1.5;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul li a {
	display: block;
	padding: 5px 0px;
}

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu.active .dropdown-menu-wrap {
	margin-top: 17px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	visibility: visible;
	opacity: 1;
}

#fh5co-header #fh5co-main-nav ul li.active > a {

	/*color: #ff4c4c;*/
}

#fh5co-header #fh5co-main-nav ul li.has-sub.active .drop-down-menu > a {
	color: #ff4c4c;
	color: #ff4c4c !important;
	border-bottom: 4px solid #ff4c4c;
	padding-bottom: 7px !important;
}

#fh5co-header #fh5co-main-nav ul li.has-sub.active .drop-down-menu > a:after {
	color: #ff4c4c;
	color: #ff4c4c !important;
}

#fh5co-intro {
	padding: 15px 0;
	padding-bottom: 0px;
}

@media screen and (max-width:768px) {
	#fh5co-intro {
		padding: 3em 0;
	}

}

.fh5co-lead {
	font-size: 20px;
	line-height: 1.5;
}

#map {
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 10;
}

.fh5co-map-form {
	margin-top: -80px;
	position: relative;
	z-index: 10001;
	margin-bottom: 100px;
}

.fh5co-map {
	position: relative;
}

.fh5co-map form, .fh5co-map .row {
	padding-top: 0;
	margin-top: 0;
}

.fh5co-service {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	padding-top: 60px;
	/*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.06);*/
	padding: 60px 30px;
	padding: 0px;
	background: #e3e3e3;
	position: relative;
}

.fh5co-service .info {
	padding: 30px;
	height: 250px;
}

.owl-carousel {
	/*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.06);*/
}

.fh5co-service .info h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #666;
	line-height: 28px;
}

.fh5co-service .info p {
	font-size: 14px;
	line-height: 22px;
}

.fh5co-service .info .date {
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
	    position: absolute;
    bottom: 36px;
}

.fh5co-service .info a {
	position: absolute;
    bottom: 30px;
    right: 30px;
}

.fh5co-service img {
	margin-bottom: 0px;
}

/* Icon pentagon */
.fh5co-icon-pentagon {
	height: 24px;
	width: 40px;
	position: relative;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #ff4c4c;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.fh5co-icon-pentagon:before {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	top: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.fh5co-icon-pentagon:after {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.fh5co-service-icon {
	height: 46px;
	width: 90px;
	margin-bottom: 60px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.fh5co-service-icon:before {
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	top: -30px;
	border-bottom: 30px solid #ff4c4c;
}

.fh5co-service-icon:after {
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	bottom: -30px;
	border-top: 30px solid #ff4c4c;
}

.fh5co-service-icon i {
	font-size: 46px;
	line-height: 46px;
	color: #fff;
}

.fh5co-form-control:focus, .fh5co-form-control:active {
	outline: none;
	border: none;
}

.fh5co-form-locator {
	max-width: 500px;
	left: 50%;
	margin-left: -250px;
	position: absolute;
	background: #fff;
	padding: 20px !important;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	float: left;
}

.fh5co-form-locator .selectize-control {
	float: left;
	width: 32%;
	margin-right: 4px;
}

@media screen and (max-width:768px) {
	.fh5co-form-locator {
		position: relative;
		margin-left: 0;
		left: 0;
		max-width: inherit !important;
		width: 100%;
	}

}

.fh5co-form-locator .input-field {
	margin-right: 2%;
	line-height: 1.5;
	padding: 11px 20px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.fh5co-form-locator .input-field:focus, .fh5co-form-locator .input-field:active {
	border: 1px solid #b3b3b3;
	outline: none;
}

.fh5co-form-locator input, .fh5co-form-locator select {
	margin: 0;
	width: 32%;
	float: left;
}

.fh5co-form-locator input[type="submit"] {
	width: 32%;
	background: #FCEDDA;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 13px 20px !important;
	border: none;
	float: right;
	font-size: 16px;
}

.fh5co-form-locator input[type="submit"]:hover, .fh5co-form-locator input[type="submit"]:focus, .fh5co-form-locator input[type="submit"]:active {
	background: #fdf4e8 !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 16px !important;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}

.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 14px 10px 14px 15px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fh5co-location-result-label {
	float: left;
	width: 50%;
	margin-top: 10px;
}

.fh5co-location-result-options {
	float: right;
	width: 50%;
}

.fh5co-location-result-options .input-field {
	width: 100%;
	line-height: 1.5;
	padding: 11px 20px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.fh5co-location-result-options .input-field:focus, .fh5co-location-result-options .input-field:active {
	border: 1px solid #b3b3b3;
	outline: none;
}

.fh5co-location-result-options .input-field.search {
	position: relative;
	background: transparent;
}

.fh5co-location-result-options .col-1, .fh5co-location-result-options .col-2, .fh5co-location-result-options .col-3 {
	float: left;
	vertical-align: middle;
}

.fh5co-location-result-options .col-1 {
	width: 10%;
	margin-right: 2%;
	margin-top: 10px;
}

.fh5co-location-result-options .col-2 {
	width: 22%;
	margin-right: 2%;
}

.fh5co-location-result-options .col-3 {
	float: right;
	width: 64%;
}

.fh5co-table .fh5co-social {
	margin-top: 10px;
}

.fh5co-table .fh5co-social li {
	float: left;
	margin-right: 10px;
}

.fh5co-table thead {
	background: #2595ff;
	color: #fff;
}

.fh5co-table thead tr th, .fh5co-table thead tr td {
	border-bottom: none;
}

.fh5co-table thead tr th {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.fh5co-table tbody tr th, .fh5co-table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.fh5co-table tbody tr:first-child th, .fh5co-table tbody tr:first-child td {
	border-top: none;
}

.owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.owl-dots .owl-dot > span {
	background: #ff4c4c !important;
}

.owl-dots .owl-dot.active > span {
	background: transparent !important;
	border: 2px solid #ff4c4c;
}

.owl-dots .owl-dot:hover > span {
	background: transparent !important;
	border: 2px solid #ff4c4c;
}

#fh5co-footer {
	clear: both;    /*text-shadow: 1px 1px 4px #fff;*/

	/*color: #999;*/
	background: #e3e3e3;
	margin-top: 30px;
	padding-top: 45px;
}

#fh5co-footer h3 {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

#fh5co-footer .fh5co-footer-link {
	padding: 0;
	margin: 0;
}

#fh5co-footer .fh5co-footer-link li {
	padding: 0;
	list-style: none;
	display: block;
}

#fh5co-footer .fh5co-footer-link li a {
	color: #666;
	font-weight: 500;
	font-size: 14px;
}

.fh5co-copyright {
	display: block;
	font-size: 12px;
	margin-top: 20px;
	padding: 0px 15px;
}

.fh5co-copyright p {
	margin-bottom: 15px;
}

.fh5co-footer-widget {
}

.fh5co-social {
	padding: 0;
	margin: 0;
}

.fh5co-social li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.fh5co-social li a {
	text-align: center;
	height: 50px;
	width: 50px;
	color: #fff;
	padding-top: 4px;
	font-size: 28px;
	text-decoration: none !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.fh5co-social li.facebook a {
	background: #ccc;
}

.fh5co-social li.twitter a {
	background: #ccc;
}

.fh5co-social li.linkedin a {
	background: #ccc;
}

.img-bordered {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.fh5co-section ul {
	padding: 0;
	margin: 0;
}

.fh5co-section ul li {
	padding: 0;
	padding-left: 30px;
	line-height: 1.5;
	margin: 0 0 10px 0;
	position: relative;
	list-style: none;
}

.fh5co-section ul li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e926";
	position: absolute;
	top: -3px;
    left: -10px;
    font-size: 36px;
	color: #ff4c4c;
}

#fh5co-page, #fh5co-offcanvas {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}

#fh5co-page {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas-visible #fh5co-page {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	-o-transform: translateX(-275px);
	transform: translateX(-275px);
}

#fh5co-offcanvas {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	height: 100%;
	right: 0;
	overflow-y: scroll;
	z-index: 1003;
	top: 0;
	width: 275px;
	background: black;
	padding: 30px;
	-moz-transform: translateX(278px);
	-webkit-transform: translateX(278px);
	-ms-transform: translateX(278px);
	-o-transform: translateX(278px);
	transform: translateX(278px);
}

.offcanvas-visible #fh5co-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

@media screen and (max-width:768px) {
	#fh5co-offcanvas {
		display: block;
	}

}

#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
}

#fh5co-offcanvas ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	line-height: 28px;
}

#fh5co-offcanvas ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fh5co-offcanvas ul li a:hover {
	color: #ff4c4c;
}

#fh5co-offcanvas ul li.active > a {
	color: #ff4c4c;
}

#fh5co-offcanvas ul li.has-sub.active > .drop-down-menu > a {
	color: #ff4c4c;
}

#fh5co-offcanvas ul li.cta {
	margin-left: 0;
	margin-top: 20px;
	display: block;
	float: left;
}

#fh5co-offcanvas ul li.cta a {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	background: #FCEDDA;
	border: 2px solid #FCEDDA;
	color: #fff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}

#fh5co-offcanvas ul li.cta a:hover {
	background: #fffdfb;
	border: 2px solid #fffdfb;
	text-decoration: none;
	color: #fff !important;
}

#fh5co-offcanvas ul li.cta a:hover:after {
	display: none;
}

#fh5co-offcanvas ul li .dropdown-menu-wrap ul {
	margin-top: 10px;
}

#fh5co-offcanvas ul li .dropdown-menu-wrap ul li {
	line-height: 1.2;
}

#fh5co-offcanvas ul li .dropdown-menu-wrap ul li a {
	padding-left: 30px;
}

.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
	background: #000;
}

.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
	background: #000;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 2px;
	color: #000;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #000;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle i::before {
	top: -7px;
}

.fh5co-nav-toggle i::after {
	bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: transparent;
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
	position: relative;
	float: right;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.fh5co-nav-toggle {
		display: block;
		top: 10px;
	}

}

.owl-nav {
	position: absolute;
	top: 43%;
	width: 100%;
	height: 52px;
}

@media screen and (max-width:768px) {
	.owl-nav {
		display: none;
	}

}

.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
}

.owl-nav .owl-prev {
	left: 20px;
}

.owl-nav .owl-next {
	right: 20px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	background: none !important;
	font-size: 26px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: none;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i {
	background: none;
	font-size: 26px;
}

.fh5co-contact-info p, .fh5co-contact-info address {
	margin-bottom: 10px;
}

@media screen and (max-width:480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}

}

.padded-top {
	padding-top: 1.5em;
}

@media screen and (max-width:768px) {
	.padded-top {
		padding-top: 0em;
	}

}

.row-bottom-padded-lg {
	padding-bottom: 7em;
}

@media screen and (max-width:768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em;
	}

}

.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width:768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em;
	}

}

.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width:768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em;
	}

}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
	border: 10px solid red;
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ajax-loader.gif) center no-repeat #fff;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	-ms-transform: rotate(180deg);  /* IE 9 */
	-webkit-transform: rotate(180deg);  /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

/*# sourceMappingURL=style.css.map */
.owl-dots .owl-dot.active > span {
	border-color: #fff !important;
}

.owl-dots .owl-dot > span {
	background-color: #fff !important;
}

.owl-dots .owl-dot:hover > span {
	border-color: #fff !important;
}

a.topLink {
	transition-duration: 0.1s;
	color: #999 !important;
}

a.topLink:hover {
	color: #ff4c4c !important;
}

div.top {
	background: #f2f2f2;
	color: #999;
	padding: 5px 55px;
	font-size: 12px;
	text-align: right;
	text-shadow: 1px 1px 4px #fff;
}

textarea {
	resize: none !important;
}

.googleMapEmbed iframe {
	/*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.06) !important;*/
	padding: 4px !important;
	border: 5px solid #ffffff !important;
	width: 100% !important;
	height: 407px !important;
}

.sidebarImageContainer {
	position: relative;
}

.sidebarImageCaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.sidebarImageCaption h3 {
	color: #f2f2f2;
}

.sidebarImageCaption p {
	margin: 0;
	color: #f2f2f2;
}

.productionProductName {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 45px;
	font-weight: 500;
}

#wrap {
	opacity: 1;
	transition: 0.5s opacity;
}

#wrap.fade-out {
	opacity: 0;
	transition: none;
}

.grayBox {
}

.grayBox h2 {
	font-weight: 500;
	color: #666;
	margin-bottom: 15px;
}

.grayBox p {
	width: 90%;
}

.topTriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 26.0px 25px 0;
	border-color: transparent #e3e3e3 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #e3e3e3 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -15px;
}

#fh5co-intro .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

#fh5co-intro .row > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

div.separator {
	margin: 15px;
	position: relative;
	text-align: center;
}

div.separator div.middleLine {
	background: #ff4c4c;
	height: 2px;
	position: absolute;
	width: 100%;
	top: 13px;
}

div.separator a.text {
	z-index: 1;
	position: relative;
	background: #fff;
	color: #666;
	display: inline-block;
	padding: 0px 15px;
}

div.separator a.text:hover {
	color: #ff4c4c;
}
div.separator a.text.active {
	color: #ff4c4c;
}

#fh5co-footer .column:first-child {
	border-left:none;
	padding: 0px;
	padding-top: 30px;
}
#fh5co-footer .column {
    border-left: 2px solid #ccc;
    display: block;
    height: 135px;
    text-align: center;
}
#fh5co-footer .column.pdl {
	text-align: left;
	padding-left: 80px;
}

#fh5co-footer .column.subscription {
	text-align: left;
	padding-left: 30px;
    padding-right: 30px;
}
#fh5co-footer .column.subscription input.form-control {
	height: 32px;
	font-size: 14px;
	padding: 10px;
	line-height: 32px;
	vertical-align: middle;
	margin-bottom: 15px;
}
.contentBox {
	font-size: 13px;
}
.contentBox h2 {
	    font-size: 26px;
    line-height: 34px;
}

.contentBoxList {
	font-size: 13px;
}
.contentBoxList ul li {
	margin-bottom: 30px;
}
.contentBoxList h3 {
	font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.contentBoxCareer h4 {
	font-size: 18px;
	line-height: 26px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

.upload-btn-wrapper input[type=file] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 54px;
    cursor: pointer;
}
.upload-btn-wrapper span.input-group-addon {
    background: #666;
    color: #fff;
    border: none;
    position: relative;
    border-radius: 0px;
}

.postContent h1 {
	font-size: 32px;
	font-weight: 500;
    line-height: 40px;
    color: #666;
}
.postContent .content {
	text-align: left;
	font-size: 13px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.postContent img {
	margin-bottom: 30px;
}
.postContent .footerNotes {
	font-size: 12px;
    text-align: left;
    padding-top: 15px;
    border-top: 2px solid #eee;
    margin-top: 30px;
}
.postContent .footerNotes a.shareIcon {
	background: #ccc;
    color: #fff;
    margin-left:5px;
    display: inline-block;
    width: 22px;
    text-align: center;
}
.postContent .footerNotes a.shareIcon:first-child {
	margin-left:0px;
}
.postContent .footerNotes .footerNoteSpan {
	color: #ff4c4c
}