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

body {
	background-color: #FF9900;
	background: #FF9900;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6;
	color: #fd0000;
}

@media screen and (max-width: 992px) {
  body { font-size: 16px; }
}

a {
  color: #da1212;
transition: all 0.5s ease 0s;
}

a:hover, a:active, a:focus {
  color: #da1212;
  outline-width: medium;
  outline-style: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: red;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

*::-moz-selection {
  color: white;
  background-color: #da1212;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-page {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#fh5co-aside {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 20%;
	position: fixed;
	bottom: 0px;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
	transition: all 0.5s ease 0s;
}

#fh5co-aside.border {
	border-right-width: 1px;
	border-right-style: solid;
}

@media screen and (max-width: 1200px) {
  #fh5co-aside { width: 30%; }
}

@media screen and (max-width: 768px) {
  #fh5co-aside { width: 270px; transform: translateX(-270px); }
}

#fh5co-aside #fh5co-logo {
  text-align: center;
}

#fh5co-aside #fh5co-main-menu ul {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul { margin: 0px 0px 2em; }
}

#fh5co-aside #fh5co-main-menu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#fh5co-aside #fh5co-main-menu ul li a {
  color: red;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  position: relative;
transition: all 0.3s ease 0s;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  letter-spacing: 0.2em;
  font-family: "Montserrat", Arial, sans-serif;
}

#fh5co-aside #fh5co-main-menu ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #da1212;
  visibility: hidden;
  transform: scaleX(0);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
}

#fh5co-aside #fh5co-main-menu ul li a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a::after {
  visibility: visible;
  transform: scaleX(1);
}

#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer { position: relative; bottom: 0px; }
}

#fh5co-aside .fh5co-footer span {
  display: block;
}

#fh5co-aside .fh5co-footer ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
}

#fh5co-aside .fh5co-footer ul li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline-width: medium;
  outline-style: none;
  color: #da1212;
}

#fh5co-main {
	width: 85%;
	float: right;
	transition: all 0.5s ease 0s;
}

@media screen and (max-width: 1200px) {
  #fh5co-main { width: 70%; }
}

@media screen and (max-width: 768px) {
  #fh5co-main { width: 100%; }
}

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 4em;
  padding-right: 0px;
  padding-bottom: 4em;
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content { width: 100%; padding: 3.5em 1em; }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #fh5co-aside {
  transform: translateX(0px);
  width: 270px;
  background-color: #FF9900;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  z-index: 999;
  position: fixed;
}

body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0px;
  transform: translateX(270px);
}

.work-item {
  margin-bottom: 30px;
}

.work-item a {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-align: center;
}

.work-item a img {
  margin-bottom: 10px;
  float: left;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #660000 !important;
  border-right-color: #660000 !important;
  border-bottom-color: #660000 !important;
  border-left-color: #660000 !important;
transition: all 0.5s ease 0s;
}

.work-item a h3 {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
}

.work-item a p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0px;
}

.work-item a:hover, .work-item a:active, .work-item a:focus {
  text-decoration: none;
}

.work-item a:hover img, .work-item a:active img, .work-item a:focus img {
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}

.fh5co-services {
  margin-top: 5px;
}

.fh5co-services ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.work-pagination {
  padding-top: 3em;
  padding-right: 0px;
  padding-bottom: 3em;
  padding-left: 0px;
}

.work-pagination a {
  color: black;
}

.work-pagination a:hover {
  color: #da1212;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .work-pagination span { display: none; }
}

.fh5co-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}

.fh5co-testimonial {
  padding-top: 3em;
  padding-right: 0px;
  padding-bottom: 3em;
  padding-left: 0px;
  background-color: #da1212;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

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

.fh5co-testimonial .item {
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}

@media screen and (max-width: 768px) {
  .fh5co-testimonial .item { padding-left: 0em; padding-right: 0em; }
}

.fh5co-testimonial .item figure {
  text-align: center;
}

.fh5co-testimonial .item figure img {
  width: 90px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 50%;
}

.fh5co-testimonial .item p {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-testimonial .item p { font-size: 28px; }
}

@media screen and (max-width: 480px) {
  .fh5co-testimonial .item p { font-size: 20px; }
}

.fh5co-testimonial .item .author {
  font-size: 16px;
  display: block;
}

.fh5co-counters {
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 1em;
  padding-left: 0px;
}

.fh5co-counters .fh5co-counter {
  font-size: 50px;
  display: block;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  margin-bottom: 0.5em;
}

.fh5co-counters .fh5co-counter-label {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

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

.fh5co-heading-colored {
  color: #da1212;
}

.fh5co-cards {
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 1em;
  padding-left: 0px;
  background-color: #e6e6e6;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

@media screen and (max-width: 768px) {
  .fh5co-cards { padding: 1em 0px; }
}

.fh5co-cards .fh5co-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background-color: #FF9900;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}

.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}

@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div { width: 100%; margin-right: 0px; }
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0px;
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #ebebeb;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  display: inline-block;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #da1212;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 0.7;
}

.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left { width: 100%; line-height: 1.2; }
}

.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text { width: 100%; text-align: center; }
}

.fh5co-counter .fh5co-text h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
}

.fh5co-counter .fh5co-text h3.border-bottom::after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
}

.fh5co-social li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  display: inline-block;
}

.fh5co-social li a {
  font-size: 22px;
  color: black;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .fh5co-social li a { padding: 10px 8px; }
}

.fh5co-social li a:hover {
  color: #da1212;
}

.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline-width: medium;
  outline-style: none;
  text-decoration: none;
  color: #da1212;
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map { height: 200px; }
}

.fh5co-more-contact {
  background-color: #fafafa;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}

.fh5co-feature .fh5co-icon i {
  color: #da1212;
  font-size: 70px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i { font-size: 40px; }
}

.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #da1212;
  font-size: 28px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i { font-size: 28px; }
}

.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text { width: 82%; }
}

@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text { width: 72%; }
}

.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fh5co-heading {
  font-size: 45px;
  margin-bottom: 1em;
}

.fh5co-heading.fh5co-light {
  color: white;
}

.fh5co-heading span {
  display: block;
}

@media screen and (max-width: 768px) {
  .fh5co-heading { font-size: 30px; margin-bottom: 1em; }
}

.fh5co-staff img {
  margin-bottom: 1em;
}

.fh5co-staff h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fh5co-staff h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.chart {
  width: 160px;
  height: 160px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  position: relative;
  text-align: center;
}

.chart span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -30px;
  width: 100%;
}

.chart span strong {
  display: block;
}

.chart canvas {
  position: absolute;
  left: 0px;
  top: 0px;
}

.owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
  margin-top: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
transition: all 0.2s ease 0s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next { right: 0px; }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev { left: 0px; }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: black;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: white;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}

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

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

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

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: rgba(0, 0, 0, 0);
}

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

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #FF9900;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease 0s;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #da1212;
  border-right-color: #da1212;
  border-bottom-color: #da1212;
  border-left-color: #da1212;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FF9900;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

.btn {
  padding: 8px 20px;
	margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
	transition: all 0.5s ease 0s;
  }

.btn.btn-sm {
  padding: 4px 15px;
}

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

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

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

.btn-primary {
  background-color: #da1212;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #da1212;
  border-right-color: #da1212;
  border-bottom-color: #da1212;
  border-left-color: #da1212;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec1919;
	border-top-color: #ec1919 !important;
    border-right-color: #ec1919 !important;
    border-bottom-color: #ec1919 !important;
    border-left-color: #ec1919 !important;
}

.btn-primary.btn-outline {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #da1212;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #da1212;
  border-right-color: #da1212;
  border-bottom-color: #da1212;
  border-left-color: #da1212;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background-color: #da1212;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.btn-success {
  background-color: #5cb85c;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #5cb85c;
  border-right-color: #5cb85c;
  border-bottom-color: #5cb85c;
  border-left-color: #5cb85c;
}

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

.btn-success.btn-outline {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #5cb85c;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #5cb85c;
  border-right-color: #5cb85c;
  border-bottom-color: #5cb85c;
  border-left-color: #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background-color: #5cb85c;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.btn-info {
  background-color: #5bc0de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #5bc0de;
  border-right-color: #5bc0de;
  border-bottom-color: #5bc0de;
  border-left-color: #5bc0de;
}

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

.btn-info.btn-outline {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #5bc0de;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #5bc0de;
  border-right-color: #5bc0de;
  border-bottom-color: #5bc0de;
  border-left-color: #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background-color: #5bc0de;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.btn-warning {
  background-color: #f0ad4e;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f0ad4e;
  border-right-color: #f0ad4e;
  border-bottom-color: #f0ad4e;
  border-left-color: #f0ad4e;
}

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

.btn-warning.btn-outline {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #f0ad4e;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f0ad4e;
  border-right-color: #f0ad4e;
  border-bottom-color: #f0ad4e;
  border-left-color: #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background-color: #f0ad4e;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.btn-danger {
  background-color: #d9534f;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d9534f;
  border-right-color: #d9534f;
  border-bottom-color: #d9534f;
  border-left-color: #d9534f;
}

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

.btn-danger.btn-outline {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #d9534f;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d9534f;
  border-right-color: #d9534f;
  border-bottom-color: #d9534f;
  border-left-color: #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background-color: #d9534f;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.btn-outline {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: gray;
  font-size: 16px;
transition: all 0.3s ease 0s;
}

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

.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
box-shadow: none;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0px;
}

.form-control:active, .form-control:focus {
  outline-width: medium;
  outline-style: none;
box-shadow: none;
  border-top-color: #da1212;
  border-right-color: #da1212;
  border-bottom-color: #da1212;
  border-left-color: #da1212;
}

#message {
  height: 130px;
}

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

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

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

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: black;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 0.4;
  font-family: Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease-out 0s;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: absolute;
  left: 0px;
transition: all 0.2s ease 0s;
}

.fh5co-nav-toggle.dark i {
  position: relative;
  color: black;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease-out 0s;
}

.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease 0s;
}

.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-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

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

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

.fh5co-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle { opacity: 1; visibility: visible; }
}

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

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

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

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

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

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

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

.js .animate-box {
  opacity: 0;
}

.fh5co-heading {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: red;
}

.fh5co-narrow-content {
  border-top-color: #660000;
  border-right-color: #660000;
  border-bottom-color: #660000;
  border-left-color: #660000;
}

div {
}

