@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    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");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #949494;
}

body.fh5co-overflow {
    overflow-x: hidden;
    width: 100%;
}

a {
    color: #69c2c8;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:focus, a:active {
    color: #3da1a7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    margin-bottom: 30px;
}

p {
    margin-bottom: 30px;
}

.center {
  margin: 20px auto;
  width: 100%;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn.btn-md {
    padding: 10px 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: #69c2c8;
    color: #fff;
    border: 2px solid #69c2c8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn-switchLanguage {
  position: relative;
  margin-top: 20px;
  float: right;
}

.switchLanguage {
  position: relative;
  margin-top: 20px;
  float: right;
}

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

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

.fh5co-page {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

#fh5co-home {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
    position: relative;
}

#fh5co-home>.container {
    position: relative;
    z-index: 2;
}

#fh5co-home .fh5co-copy {
    display: table;
    width: 100%;
}

#fh5co-home .fh5co-copy-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#fh5co-home .fh5co-copy-inner h1, #fh5co-home .fh5co-copy-inner h2 {
    margin: 0;
    padding: 0;
}

#fh5co-home .fh5co-copy-inner h1 {
    color: #fff;
    font-size: 52px;
    padding: 50px 0 20px 0;
    /*margin-bottom: 20px;*/
    line-height: 1.2;
    font-weight: 300;
}

#fh5co-home .fh5co-copy-inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-home .fh5co-copy-inner a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#fh5co-home .fh5co-copy-inner a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#fh5co-home .fh5co-copy-inner img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.fh5co-main-nav {
  position: relative;
  background: #fff;
}

.fh5co-main-nav.fh5co-shadow {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.fh5co-main-nav .fh5co-menu-1 {
    vertical-align: middle;
    float: left;
    line-height: 0;
}

.fh5co-main-nav .fh5co-menu-1 a {
    padding: 35px 0;
    margin-right: 25px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    /**display: inline;*/
}

@media screen and (max-width: 800px) {
    .fh5co-main-nav .fh5co-menu-1 a {
        font-size: 13px;
    }
}

.fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-1 a:focus, .fh5co-main-nav .fh5co-menu-1 a:active {
    outline: none;
    text-decoration: none;
}

.fh5co-main-nav .fh5co-menu-1 a.active {
    font-weight: 400;
    color: #000;
}

.fh5co-main-nav .fh5co-menu-1 {
    width: 100%;
}

.fh5co-main-nav .fh5co-menu-1 a {
    vertical-align: middle;
}

.fh5co-main-nav .fh5co-logo {
    text-align: center;
    width: 19.33%;
    font-size: 40px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.fh5co-main-nav .fh5co-logo a {
    position: relative;
    top: -5px;
    display: inline-block;
}

.fh5co-main-nav .fh5co-menu-2 {
    text-align: left;
    width: 40.33%;
}

.fh5co-heading .heading {
    font-size: 50px;
    font-style: italic;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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

.fh5co-heading .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    background: #fb6e14;
    margin-left: -20px;
}

.fh5co-heading .sub-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .fh5co-heading .sub-heading {
        font-size: 18px;
    }
}

#fh5co-about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background: #E8ECF1;
    width: 100%;
}

#fh5co-about .fh5co-2col {
    width: 50%;
}

@media screen and (max-width: 768px) {
    #fh5co-about .fh5co-2col {
        width: 100%;
    }
}

#fh5co-about .fh5co-2col-inner {
    padding: 3.5em 0 7.5em 0;
    width: 585px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1200px) {
    #fh5co-about .fh5co-2col-inner {
        width: 485px;
    }
}

@media screen and (max-width: 992px) {
    #fh5co-about .fh5co-2col-inner {
        width: 375px;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-about .fh5co-2col-inner {
        width: 100% !important;
        padding: 2em 0 1.5em 0;
    }
}

#fh5co-about .fh5co-2col-inner.left {
    float: right;
}

@media screen and (max-width: 768px) {
    #fh5co-about .fh5co-2col-inner.left {
        float: none;
    }
}

#fh5co-about .fh5co-2col-inner.right {
    float: left;
}

@media screen and (max-width: 768px) {
    #fh5co-about .fh5co-2col-inner.right {
        float: none;
        /*margin-top: 4em;*/
        margin-bottom: 4em;
    }
    #fh5co-about .fh5co-2col-inner.right img {
        width: 100%;
        padding: 1em 1.5em 1em 1.5em;
    }
}

.fh5co-grid {
    padding-left: 2em;
}

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

.fh5co-grid .fh5co-grid-item {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .fh5co-grid .fh5co-grid-item {
        height: 300px !important;
    }
}

@media screen and (max-width: 480px) {
    .fh5co-grid .fh5co-grid-item {
        width: 100%;
        height: 200px !important;
    }
}

.fh5co-tabs-container {
    position: relative;
}

.fh5co-tabs-container .fh5co-tabs {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-two li {
    width: 50%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-three li {
    width: 33.33%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-four li {
    width: 25%;
}

.fh5co-tabs-container .fh5co-tabs li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
}

.fh5co-tabs-container .fh5co-tabs li a {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    float: left;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888;
}

.fh5co-tabs-container .fh5co-tabs li a:hover, .fh5co-tabs-container .fh5co-tabs li a:active, .fh5co-tabs-container .fh5co-tabs li a:focus {
    text-decoration: none;
    outline: none;
}

.fh5co-tabs-container .fh5co-tabs li.active a {
    color: #69c2c8;
    border-bottom: 1px solid #69c2c8;
}

@media screen and (max-width: 480px) {
    .fh5co-tabs-container .fh5co-tabs li {
        width: 100% !important;
    }
    .fh5co-tabs-container .fh5co-tabs.fh5co-two li {
        width: 50% !important;
    }
    .fh5co-tabs-container .fh5co-tabs.fh5co-three li {
        width: 33.33% !important;
    }
}

.fh5co-tabs-container .fh5co-tab-content {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tabs-container .fh5co-tab-content h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #7b7b7b;
}

.fh5co-tabs-container .fh5co-tab-content ul p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 0;
    color: #7b7b7b;
}

.fh5co-tabs-container .fh5co-tab-content.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .fh5co-tabs-container .fh5co-tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

#fh5co-services {
    position: relative;
    padding: 3em 0;
    background: #E8ECF1;
}

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

#fh5co-services .video-youtube {
    position: absolute;
    top: 0;
    width: 360px;
    height: 180px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    text-align: center;
}

#fh5co-services .video-youtube span {
    display: block;
    padding-top: 100px;
    font-size: 14px;
}

#fh5co-services .video-youtube a {
    float: left;
    width: 90px;
    height: 90px;
    background: #69c2c8;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: table;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}

#fh5co-services .video-youtube a i {
    padding-left: 10px;
    text-align: center;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
}

#fh5co-services .video-youtube a:hover {
    background: #57D131;
}

#fh5co-services .video-youtube a:hover, #fh5co-services .fh5co-video a:focus, #fh5co-services .fh5co-video a:active {
    text-decoration: none;
    outline: none;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#fh5co-services .fh5co-video {
    position: absolute;
    top: 0;
    width: 90px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    top: -45px;
    text-align: center;
}

#fh5co-services .fh5co-video span {
    display: block;
    padding-top: 100px;
    font-size: 14px;
}

#fh5co-services .fh5co-video a {
    float: left;
    width: 90px;
    height: 90px;
    background: #69c2c8;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}

#fh5co-services .fh5co-video a i {
    padding-left: 10px;
    text-align: center;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
}

#fh5co-services .fh5co-video a:hover {
    background: #57D131;
}

#fh5co-services .fh5co-video a:hover, #fh5co-services .fh5co-video a:focus, #fh5co-services .fh5co-video a:active {
    text-decoration: none;
    outline: none;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#fh5co-services .service {
    height: 770px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    margin-bottom: 40px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    border: 1.5px solid #e6e6e6;
    /*border: 1px solid transparent;*/

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-services .service .picture {
    text-align: center;
    top: 20px;
    width: 100%;
    max-height: 620px;
    /*margin-bottom: 30px;*/

}

#fh5co-services .service .picture-border {
    border: 1px gray solid;
    border-radius: 8px;
}

#fh5co-services .service .picture img {
    /*text-align: center;*/
    max-width: 80%;
    max-height: 486px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#fh5co-services .service .picture p {
    line-height: 1.5;
}

#fh5co-services .service .picture i {
    font-size: 40px;
    color: #57D131;
}

#fh5co-services .service .icon {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#fh5co-services .service .icon i {
    font-size: 40px;
    color: #57D131;
}

#fh5co-services .service h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    /*text-transform: uppercase;*/
    color: #368f95;
}

#fh5co-services .service:hover, #fh5co-services .service:focus {
    border: 3px solid #e6e6e6;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.service .carousel-fade .carousel-inner .item {
	transition-property: opacity;
  height: 620px;

}
.service .carousel-fade .carousel-inner .item,
.service .carousel-fade .carousel-inner .active.left,
.service .carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.service .carousel-fade .carousel-inner .active,
.service .carousel-fade .carousel-inner .next.left,
.service .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.service .carousel-fade .carousel-inner .next,
.service .carousel-fade .carousel-inner .prev,
.service .carousel-fade .carousel-inner .active.left,
.service .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.service .carousel-fade .carousel-control {
    z-index: 2;
}

.service .carousel-indicators {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.service .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  text-indent: -999px;
  border: 1px solid #368f95;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.service .carousel-indicators .active {
  /*margin: 0;*/
  margin: 0.5px;
  width: 12px;
  height: 12px;
  background-color: #368f95;
}

@media screen and (min-width: 768px) {

  .carousel-indicators {
    bottom: 20px;
  }
}

.checked {
    padding: 0;
    margin: 0 0 30px 0;
}

.checked li {
    position: relative;
    list-style: none;
    padding-left: 40px;
}

.checked li:before {
    position: absolute;
    left: 0;
    top: .15em;
    font-size: 23px;
    color: #57D131;
    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: "\e116";
}

.fh5co-heading {
    margin-bottom: 30px;
}

.fh5co-heading h2 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.fh5co-heading h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #cccccc;
}

.fh5co-heading p {
    font-size: 18px;
}

#fh5co-team {
    clear: both;
    padding: 3em 0;
    /*background: #E8ECF1;*/
    background: #FFFFFF;

}

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

#fh5co-team .person {
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    border: 1.5px solid #e6e6e6;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

#fh5co-team .person img {
    width: 190px;
    margin: 0 auto 30px auto;
    /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
}

#fh5co-team .person h3 {
    margin-bottom: 0;
}

#fh5co-team .person h4 {
    color: #999999;
    font-size: 16px;
}

#fh5co-team .person .video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
}

#fh5co-team .person .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fh5co-team .person .social {
    padding: 0;
    margin: 0;
}

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

#fh5co-team .person .social li a {
    padding: 10px;
}

#fh5co-team .person .social li a:hover {
    text-decoration: none;
}

#fh5co-team .person:focus, #fh5co-team .person:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#fh5co-gallery {
    padding: 3em 0;
    clear: both;
    float: left;
    width: 100%;
}

#fh5co-gallery .gallery {
    position: relative;
    height: 380px;
    text-align: center;
    margin: auto;
}

#fh5co-gallery .gallery h2 {
    font-size: 20px;
}

#fh5co-gallery .gallery h3 {
    font-size: 16px;
    color: #7b7b7b;
}

#fh5co-gallery .gallery img {
    /*max-width: 50%;*/
    max-height: 150px;
    margin: 1em auto 1em auto;
}

#fh5co-gallery .fh5co-heading {
    /*margin-bottom: 0;*/
}

#fh5co-gallery .fh5co-item {
    display: block;
    position: relative;
    width: 25%;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    float: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    #fh5co-gallery .fh5co-item {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-gallery .fh5co-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-gallery .fh5co-item {
        width: 100%;
    }
}

#fh5co-gallery .fh5co-item .fh5co-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: #69c2c8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

#fh5co-gallery .fh5co-item .fh5co-copy {
    z-index: 3;
    position: relative;
    height: 250px;
    display: table;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #fh5co-gallery .fh5co-item .fh5co-copy {
        height: 200px;
    }
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner {
    width: 100%;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner {
        height: 200px;
    }
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h2, #fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h2 {
    top: -10px;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    bottom: -10px;
}

#fh5co-gallery .fh5co-item:hover, #fh5co-gallery .fh5co-item:focus, #fh5co-gallery .fh5co-item:active {
    background-size: cover;
    text-decoration: none;
}

#fh5co-gallery .fh5co-item:hover .fh5co-overlay, #fh5co-gallery .fh5co-item:focus .fh5co-overlay, #fh5co-gallery .fh5co-item:active .fh5co-overlay {
    opacity: .8;
    visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
    opacity: 1;
    visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2 {
    top: 0;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
    bottom: 0;
}

#fh5co-contact {
  clear: both;

  margin-bottom: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

#fh5co-contact .contact-border {
    padding: 1.5em 1em;
    border: 5px gray solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #f5f5f5;

}

#fh5co-contact .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #E8ECF1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#fh5co-contact .form-control:active, #fh5co-contact .form-control:focus {
    border-bottom: 1px solid #69c2c8;
}

#fh5co-footer {
    padding: 3em 0;
    background: #E8ECF1;
    -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
}

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

#fh5co-footer p:last-child {
    margin-bottom: 0;
}

#fh5co-footer .fh5co-social {
    float: right;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-social {
        float: left;
        text-align: left;
    }
}

#fh5co-footer .fh5co-social li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-footer .fh5co-social li a {
    padding: 0 10px;
}

#fh5co-footer .fh5co-social li a i {
    font-size: 18px;
}

#fh5co-footer .fh5co-social li a:hover, #fh5co-footer .fh5co-social li a:focus, #fh5co-footer .fh5co-social li a:active {
    text-decoration: none;
    outline: none;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#fh5co-container {
    background: #fff;
}

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
    z-index: 2;
    position: relative;
}

#fh5co-offcanvas {
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
    width: 275px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0.75em 1.25em;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

#fh5co-offcanvas a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 7px 0;
}

#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
    outline: none;
    text-decoration: none;
    color: #69c2c8;
}

#fh5co-offcanvas a.active {
    color: #69c2c8;
}

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

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

@media screen and (max-width: 768px) {
    #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
}

.js-sticky {
    display: block;
}

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

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

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

.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: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -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: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    border-bottom: none !important;
    background: rgba(0, 0, 0, 0.7);
    padding: 0px 10px 10px 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

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

.row-padded {
    padding-bottom: 40px;
}

.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;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}


/*# sourceMappingURL=style.css.map */
