@import url(roboto.css);
@import url(animate.css);
@import url(fl-chapps.css);
@import url(font-awesome.min.css);
body {
    color: #7a7a7a;
    font: 300 16px "Roboto", sans-serif;
    line-height: 1.75;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #383838;
}

h1 {
    font-size: 38px;
    font-weight: 100;
    letter-spacing: -0.003em;
}

@media (min-width: 768px) {
    h1 {
        font-size: 45px;
    }
}

h1 .big {
    font-size: 50px;
    line-height: inherit;
}

@media (min-width: 768px) {
    h1 .big {
        font-size: 72px;
    }
}

h2 {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.31579;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 38px;
    }
}

h3,
.heading-3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 768px) {
    h3,
    .heading-3 {
        font-size: 35px;
    }
}

h4,
.heading-4 {
    font-size: 24px;
    font-weight: 300;
    color: #393939;
}

h5,
.heading-5 {
    font-size: 20px;
    font-weight: 300;
    color: #3fc787;
    line-height: 1.5;
}

h5 a:hover,
.heading-5 a:hover {
    color: #195438;
}

h6 {
    font-size: 18px;
    font-weight: 700;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a:hover {
    color: #3fc787;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.big {
    font-size: 18px;
    line-height: 1.66667;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

p.medium {
    line-height: 1.44444;
}

.uppercase {
    text-transform: uppercase;
    line-height: 1.5;
}

.border {
    border: 1px solid #e7e7e7;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

.inset-1 {
    padding: 25px 15px 30px;
}

@media (min-width: 480px) {
    .inset-1 {
        padding: 47px 44px 45px;
    }
}

.inset-2 {
    padding: 25px 15px 30px;
}

@media (min-width: 480px) {
    .inset-2 {
        padding: 45px 57px 54px;
    }
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-right {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-right {
        text-align: right;
    }
}

*+p {
    margin-top: 51px;
}

*+hr {
    margin-top: 18px;
}

h2+h5 {
    margin-top: 63px;
}

*+h5 {
    margin-top: 42px;
}

hr+p {
    margin-top: 36px;
}

p+p {
    margin-top: 31px;
}

h4+p {
    margin-top: 9px;
}

h5+p {
    margin-top: 10px;
}

h1.bold+p {
    margin-top: 46px;
}

h2+.mailform {
    margin-top: 81px;
}

*+.row {
    margin-top: 15px;
}

@media (min-width: 992px) {
    *+.row {
        margin-top: 66px;
    }
}

*+.index-list {
    margin-top: 20px;
}

@media (min-width: 992px) {
    *+.index-list {
        margin-top: 79px;
    }
}

*+.marked-list {
    margin-top: 30px;
}

@media (min-width: 992px) {
    *+.marked-list {
        margin-top: 77px;
    }
}

p+.marked-list {
    margin-top: 17px;
}

*+.contact-info {
    margin-top: 19px;
}

p.uppercase+p {
    margin-top: 12px;
}

.row+.row {
    margin-top: 40px;
}

*+.btn {
    margin-top: 35px;
}

*+.quote {
    margin-top: 29px;
}

.row+.btn {
    margin-top: 53px;
}

*+.btn-secondary-1 {
    margin-top: 26px;
}

*+.btn-lg {
    margin-top: 45px;
}

*+.btn-primary {
    margin-top: 40px;
}

*+.pricing-table {
    margin-top: 21px;
}

*+.terms-list {
    margin-top: 64px;
}

*+.offset-1 {
    margin-top: 10px;
}

@media (min-width: 992px) {
    *+.offset-1 {
        margin-top: 83px;
    }
}

*+.offset-2 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    *+.offset-2 {
        margin-top: 70px;
    }
}

*+.offset-3 {
    margin-top: 24px;
}

*+.offset-4 {
    margin-top: 40px;
}

.brand {
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.005em;
}

.brand a:hover {
    color: inherit;
}

@media (min-width: 992px) {
    .brand {
        font-size: 50px;
    }
}

.index-list {
    counter-reset: li;
    text-transform: uppercase;
}

.index-list,
.index-list .heading-4 {
    color: #ffffff;
}

.index-list li>div {
    height: 190px;
    width: 100%;
    position: relative;
    padding: 62px 96px 5px 36px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .index-list li>div .heading-4 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .index-list li>div {
        padding-top: 70px;
        padding-right: 80px;
    }
}

.index-list li>div:before {
    position: absolute;
    right: 34px;
    top: 15px;
    font-size: 48px;
    font-weight: 100;
    content: counter(li, decimal-leading-zero) "\\";
    counter-increment: li;
}

.index-list li:nth-child(3n-2)>div {
    background-color: #3fc787;
}

.index-list li:nth-child(3n-1)>div {
    background-color: #63cd54;
}

.index-list li:nth-child(3n)>div {
    background-color: #d8c860;
}

.index-list-2 {
    counter-reset: li;
}

.index-list-2 *+h5 {
    margin-top: 0;
}

.index-list-2 li {
    margin-top: 28px;
}

.index-list-2 li>div {
    position: relative;
    padding-left: 86px;
}

.index-list-2 li>div .icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.index-list-2 li>div .icon:before {
    position: absolute;
    right: 27px;
    top: -1px;
    content: counter(li);
    counter-increment: li;
}

.marked-list {
    text-align: left;
}

.marked-list li {
    position: relative;
    padding-left: 26px;
    font-size: 20px;
}

.marked-list li:before {
    content: '\f18e';
    color: #bababa;
    position: absolute;
    left: 0;
    top: 3px;
    font: 400 18px 'FontAwesome';
    line-height: inherit;
}

.marked-list li a {
    color: #5e5e5e;
}

.marked-list li a:hover {
    color: #3fc787;
    text-decoration: none;
}

.marked-list li+li {
    margin-top: 41px;
}

.time {
    position: relative;
    top: 0px;
    left: 0;
}

.time:after {
    content: '-';
    position: absolute;
    right: -11px;
    top: 1px;
}

.quote q {
    font-style: italic;
}

.quote *+.heading-5 {
    margin-top: 7px;
}

.contact-info {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
}

.contact-info dl {
    text-align: left;
    max-width: 206px;
}

.contact-info dl dt,
.contact-info dl dd {
    display: inline-block;
}

.contact-info dl dt {
    width: 34%;
    min-width: 80px;
}

.contact-info dl dt:last-child {
    width: auto;
}

.contact-info dl dt:nth-child(7) {
    width: auto;
    min-width: 48px;
}

.contact-info dl dt:after {
    content: ':';
}

.contact-info .heading-5+dl {
    margin-top: 7px;
}

.contact-info a:hover {
    color: #3fc787;
}

.btn {
    display: inline-block;
    text-align: center;
    font-weight: 400;
}

.btn-xs {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 19px;
    border-width: 1px;
}

.btn-sm {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 22px;
}

.btn-md {
    font-size: 26px;
    line-height: 40px;
    padding: 10px 38px;
    border-width: 1px;
}

.btn-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 11.5px 27px;
    border-width: 1px;
}

.btn-default {
    color: #ffffff;
    background-color: #7a7a7a;
}

.btn-default:hover {
    background-color: #3fc787;
    color: #ffffff;
}

.btn-default:active {
    background-color: #247c53;
}

.btn-primary {
    color: #ffffff;
    border-style: solid;
    border-color: #3fc787;
    background-color: #3fc787;
}

.btn-primary:hover {
    background-color: transparent;
    color: #3fc787;
}

.btn-primary:active {
    background-color: #247c53;
}

.btn-secondary {
    color: #4acad5;
    border-style: solid;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #ffffff;
}

.btn-secondary:active {
    background-color: #238d96;
}

.btn-secondary-1 {
    color: #ffffff;
    border-style: solid;
    border-color: #63cd54;
    background-color: #63cd54;
}

.btn-secondary-1:hover {
    background-color: transparent;
    color: #63cd54;
}

.btn-secondary-1:active {
    background-color: #238d96;
}

.btn-secondary-2 {
    color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    background-color: transparent;
}

.btn-secondary-2:hover {
    background-color: #ffffff;
    color: #4acad5;
}

.btn-secondary-2:active {
    background-color: #238d96;
}

.primary-color {
    color: #3fc787;
}

.secondary-color-1 {
    color: #5e5e5e;
}

.bg-primary {
    background: #3fc787;
    color: #ffffff;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
    color: #ffffff;
}

.bg-secondary {
    background: #4acad5;
    color: #ffffff;
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
    color: #ffffff;
}

.bg-blur:before {
    content: "";
}

@media (max-width: 767px) {
    .bg-blur:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }
}

.bg-blur-1 {
    color: #ffffff;
}

.bg-blur-1 h1,
.bg-blur-1 h2,
.bg-blur-1 h3,
.bg-blur-1 h4,
.bg-blur-1 h5,
.bg-blur-1 h6 {
    color: #ffffff;
}

.bg-blur-1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(61, 181, 192, 0.73);
    z-index: 1;
}

.bg-blur-1--skin1:before {
    background: rgba(61, 181, 192, 0.35);
}

.bg-blur-1--skin2:before {
    background: rgba(61, 181, 192, 0.5);
}

.icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.icon-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.icon-sm {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: 100;
}

.icon-md {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
}

.icon-default {
    color: #646464;
    border: 1px solid #e4e4e4;
}

a.icon-default:hover {
    color: #646464;
    background-color: #3fc787;
}

.icon-primary {
    background-color: #4acad5;
}

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

.news-post:hover,
.news-post:hover time {
    color: #4acad5;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-post:hover .btn {
    background-color: #4acad5;
}

.news-post:hover .btn:hover {
    background-color: #3fc787;
}

.news-post time {
    color: #383838;
    font-weight: 400;
    line-height: 1.4;
}

.news-post p {
    font-weight: 400;
}

.news-post *+p {
    margin-top: 16px;
}

.news-post *+.btn {
    margin-top: 30px;
}

.inline-list {
    padding-top: 6px;
    word-spacing: 1px;
}

.inline-list>li {
    display: inline-block;
    word-spacing: normal;
}

.pricing-table li {
    position: relative;
    padding-right: 50px;
}

.pricing-table li .price {
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-table li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    bottom: -4px;
    left: 0;
}

.pricing-table li:last-child:before {
    display: none;
}

.pricing-table li+li {
    margin-top: 6px;
}

.copyright {
    margin-top: 18px;
    font-size: 18px;
}

.copyright span {
    position: relative;
    padding-right: 32px;
}

.copyright span:before {
    top: 0;
    right: 14px;
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 31px;
    background-color: #cacaca;
}

.terms-list *+dd {
    margin-top: 12px;
}

.terms-list *+dt {
    margin-top: 30px;
}

.privacy-mail {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    color: #3fc787;
    text-decoration: underline;
}

.privacy-mail:hover {
    color: #7a7a7a;
}

.box .box__middle,
.box-xs .box__middle,
.box-sm .box__middle,
.box-md .box__middle,
.box-lg .box__middle,
.box-1 .box__middle {
    vertical-align: middle;
}

.box .box__bottom,
.box-xs .box__bottom,
.box-sm .box__bottom,
.box-md .box__bottom,
.box-lg .box__bottom,
.box-1 .box__bottom {
    vertical-align: bottom;
}

.box .box_left .icon,
.box-xs .box_left .icon,
.box-sm .box_left .icon,
.box-md .box_left .icon,
.box-lg .box_left .icon,
.box-1 .box_left .icon {
    margin-left: 3px;
}

.box .box_left *,
.box-xs .box_left *,
.box-sm .box_left *,
.box-md .box_left *,
.box-lg .box_left *,
.box-1 .box_left * {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .box-offset-1 {
        margin-top: 71px;
    }
}

@media (min-width: 992px) {
    .box-offset-2 {
        margin-top: 20px;
    }
}

.box .box_left img,
.box .box_right img {
    max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.box .box_left {
    padding-right: 23px;
}

.box .box_left.inset-1 {
    padding-right: 36px;
}

.box .box_right {
    padding-left: 23px;
}

.box-xs .box_left,
.box-sm .box_left,
.box-md .box_left,
.box-lg .box_left,
.box-1 .box_left {
    padding-bottom: 23px;
}

.box-xs .box_right,
.box-sm .box_right,
.box-md .box_right,
.box-lg .box_right,
.box-1 .box_right {
    padding-top: 23px;
}

@media (min-width: 480px) {
    .box-xs .box_left img,
    .box-xs .box_right img {
        max-width: none;
    }
    .box-xs .box_left,
    .box-xs .box_right,
    .box-xs .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-xs .box_left {
        padding-right: 23px;
    }
    .box-xs .box_right {
        padding-left: 23px;
    }
    .box-xs-clear .box_left img,
    .box-xs-clear .box_right img {
        max-width: 100%;
    }
    .box-xs-clear .box_left,
    .box-xs-clear .box_right,
    .box-xs-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-xs-clear .box_left {
        padding-bottom: 23px;
    }
    .box-xs-clear .box_right {
        padding-top: 23px;
    }
}

@media (min-width: 768px) {
    .box-sm .box_left img,
    .box-sm .box_right img {
        max-width: none;
    }
    .box-sm .box_left,
    .box-sm .box_right,
    .box-sm .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-sm .box_left {
        padding-right: 23px;
    }
    .box-sm .box_right {
        padding-left: 23px;
    }
    .box-sm-clear .box_left img,
    .box-sm-clear .box_right img {
        max-width: 100%;
    }
    .box-sm-clear .box_left,
    .box-sm-clear .box_right,
    .box-sm-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-sm-clear .box_left {
        padding-bottom: 23px;
    }
    .box-sm-clear .box_right {
        padding-top: 23px;
    }
}

@media (min-width: 992px) {
    .box-md .box_left img,
    .box-md .box_right img {
        max-width: none;
    }
    .box-md .box_left,
    .box-md .box_right,
    .box-md .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-md .box_left {
        padding-right: 23px;
    }
    .box-md .box_right {
        padding-left: 23px;
    }
    .box-md-clear .box_left img,
    .box-md-clear .box_right img {
        max-width: 100%;
    }
    .box-md-clear .box_left,
    .box-md-clear .box_right,
    .box-md-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-md-clear .box_left {
        padding-bottom: 23px;
    }
    .box-md-clear .box_right {
        padding-top: 23px;
    }
}

@media (min-width: 1200px) {
    .box-lg .box_left img,
    .box-lg .box_right img {
        max-width: none;
    }
    .box-lg .box_left,
    .box-lg .box_right,
    .box-lg .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-lg .box_left {
        padding-right: 23px;
    }
    .box-lg .box_right {
        padding-left: 23px;
    }
    .box-lg-clear .box_left img,
    .box-lg-clear .box_right img {
        max-width: 100%;
    }
    .box-lg-clear .box_left,
    .box-lg-clear .box_right,
    .box-lg-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-lg-clear .box_left {
        padding-bottom: 23px;
    }
    .box-lg-clear .box_right {
        padding-top: 23px;
    }
}

@media (min-width: 480px) {
    .box-1 .box_left img,
    .box-1 .box_right img {
        max-width: none;
    }
    .box-1 .box_left,
    .box-1 .box_right,
    .box-1 .box_cnt {
        display: table-cell;
        vertical-align: top;
    }
    .box-1 .box_left {
        padding-right: 23px;
    }
    .box-1 .box_right {
        padding-left: 23px;
    }
    .box-1-clear .box_left img,
    .box-1-clear .box_right img {
        max-width: 100%;
    }
    .box-1-clear .box_left,
    .box-1-clear .box_right,
    .box-1-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }
    .box-1-clear .box_left {
        padding-bottom: 23px;
    }
    .box-1-clear .box_right {
        padding-top: 23px;
    }
}

.resp-tabs-list {
    display: inline-block;
}

.resp-tabs-list li {
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
}

.resp-tabs-list li+li {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .resp-tabs-list li {
        font-size: 30px;
    }
    .resp-tabs-list li+li {
        margin-left: 60px;
    }
}

.resp-tabs-list .resp-tab-active,
.resp-tabs-list .resp-tab-item:hover {
    color: #3fc787;
}

.resp-accordion {
    display: none;
    padding: 10px 0;
    font-size: 25px;
    color: #ffffff;
    background-color: #4acad5;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.resp-accordion:hover,
.resp-accordion.resp-tab-active {
    background-color: #3fc787;
}

*+.resp-accordion {
    margin-top: 3px;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .resp-tab-content-active {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .resp-accordion {
        display: block;
    }
    .resp-tabs-list {
        display: none;
    }
}

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 53px;
    border-radius: 50%;
}

.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 50%;
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
    border-radius: 50%;
}

.thumb_overlay:before {
    border-radius: 50%;
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 100;
    font-size: 170px;
    line-height: 170px;
    margin-top: -85px;
    text-align: center;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    border-radius: 50%;
    opacity: 1;
    background: rgba(74, 202, 213, 0.8);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC4ACAD5', endColorstr='#CC4ACAD5')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CC4ACAD5', endColorstr='#CC4ACAD5');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

@media (min-width: 992px) {
    .sf-menu {
        padding-right: 33px;
    }
}

.sf-menu>li {
    position: relative;
    float: left;
    padding: 27px 10px;
}

.sf-menu>li+li {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .sf-menu>li+li {
        margin-left: 30px;
    }
}

.sf-menu a {
    display: block;
}

.sf-menu>li>a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1px;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
    color: #f56000;
}

.sf-menu>li.active>a {
    color: #f56000;
}

.sf-menu ul {
    font-size: 14px;
    font-weight: 400;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    padding: 15px 0;
    background-color: #4acad5;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul:before {
    content: '';
    position: absolute;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li>ul {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu>li>ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #4acad5 transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu ul {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.sf-menu ul a {
    padding: 5px 10px;
}

.sf-menu ul>li {
    position: relative;
    padding: 0 15px;
}

.sf-menu ul>li>a {
    color: #FFF;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #333;
}

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    margin-top: 0;
    z-index: 4;
}

.sf-menu ul ul>li>a {
    color: #333;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    color: #4acad5;
}

.sf-menu ul ul:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 8px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #3fc787;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

.isStuck {
    background: #444;
    z-index: 999;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none!important;
    }
}

.toTop {
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    background: #3fc787;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:before {
    font-weight: 900;
}

.toTop:hover {
    color: #fff;
    background: #4acad5;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none!important;
}

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax .row+.row {
    margin-top: 42px;
}

.parallax h1.bold {
    line-height: 1.07;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
    z-index: 2;
}

.parallax h1+p {
    margin-top: 20px;
}

.parallax h1.bold+p {
    margin-top: 46px;
}

header .stuck_container {
    color: #ffffff;
    background-color: rgba(63, 199, 135, 0.8);
}

header .stuck_container.isStuck {
    padding: 0;
    background-color: rgba(63, 199, 135, 0.9);
}

header .stuck_container.isStuck .sf-menu>li {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 1200px) {
    header .stuck_container {
        padding-top: 34px;
        padding-bottom: 27px;
    }
}

header.camera_container {
    position: relative;
}

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

header .brand {
    float: left;
}

header .nav {
    float: right;
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
    }
}

main {
    display: block;
}

main hr {
    background-color: #ffffff;
    border: none;
    height: 1px;
}

.well-xs {
    padding-top: 40px;
    padding-bottom: 35px;
}

@media (min-width: 992px) {
    .well-xs {
        padding-top: 87px;
        padding-bottom: 75px;
    }
    .well-xs--inset-1 {
        padding-bottom: 95px;
    }
    .well-xs--inset-2 {
        padding-bottom: 154px;
    }
}

.well-sm {
    padding-top: 30px;
    padding-bottom: 70px;
}

.well-sm--inset-1 {
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .well-sm {
        padding-top: 67px;
        padding-bottom: 158px;
    }
    .well-sm--inset-1 {
        padding-top: 74px;
        padding-bottom: 45px;
    }
}

.well-md {
    padding-top: 30px;
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .well-md {
        padding-top: 140px;
        padding-bottom: 88px;
    }
}

.well-lg {
    padding-top: 50px;
    padding-bottom: 55px;
}

@media (min-width: 992px) {
    .well-lg {
        padding-top: 104px;
        padding-bottom: 118px;
    }
    .well-lg--inset-1 {
        padding-bottom: 148px;
    }
    .well-lg--inset-2 {
        padding-top: 129px;
        padding-bottom: 148px;
    }
    .well-lg--inset-3 {
        padding-top: 113px;
        padding-bottom: 155px;
    }
}

.well-xl {
    padding-top: 70px;
    padding-bottom: 55px;
}

@media (min-width: 992px) {
    .well-xl {
        padding-top: 145px;
        padding-bottom: 109px;
    }
    .well-xl--inset-1 {
        padding-bottom: 121px;
    }
}

.well-xl--inset-2 {
    padding-top: 12px;
}

footer {
    color: #383838;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.55556;
}

footer .well {
    padding-top: 25px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    footer .well {
        padding-top: 67px;
        padding-bottom: 66px;
    }
}

footer .contact-info {
    font-size: 18px;
    line-height: 1.55556;
}