﻿/*
Theme Name: Fortress
Theme URI: 
Author: The Honor Roll
Author URI: https://www.thehonorroll.com/
Description: The Fortress Solutions WordPress Theme.
Version: 2.0
License: 
License URI: 
Tags: custom-background, custom-colors, custom-header, custom-menu
Text Domain: fortress
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.tabset,
.tabset li,
.tab-content .pagination ul li,
.sorting-list,
.sorting-list li,
.inpage-subnav,
.inpage-subnav li,
.related-posts .carousel-post .pagination ul,
.related-posts .carousel-post .pagination ul li,
.services-section ul,
.services-section ul li,
.cycle-gallery .pagination ul,
.cycle-gallery .pagination ul li,
.process-list,
.process-list ul,
.process-list li,
.content-box ol,
.content-box ul,
.content-box ol li,
.content-box ul li,
.location-list ul,
.location-list ul li,
.widget ul,
.widget ul li,
#content ol,
#content ul,
#content ol li,
#content ul li,
.page-control ul,
#nav ul,
#nav ul li,
.footer-holder ul,
.footer-holder ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    dl:after,
    .widget:after,
    .search-form:after,
    .post-password-form p:after,
    .navigation-single:after,
    #main:after,
    .tabset:after,
    .process-list:after,
    .process-list ul:after,
    .header-main:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 23px / 1.2 'Asap', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 1.2em;
}

blockquote {
    border-left: 4px solid #000;
    padding-left: .5em;
    margin-left: 1.2em;
}

th,
td {
    border: 1px solid #000;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 3em;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 3em;
        margin: 0;
    }

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: .2em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #000;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #908e88;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #908e88;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #908e88;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #908e88;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #908e88;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?et3dno");
    src: url("fonts/icomoon.eot?et3dno#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?et3dno") format("truetype"), url("fonts/icomoon.woff?et3dno") format("woff"), url("fonts/icomoon.svg?et3dno#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e900";
}

.icon-cross:before {
    content: "\e901";
}

.widget {
    margin-bottom: 1.2em;
}

    .widget ul {
        padding-left: 2em;
    }

    .widget select {
        width: 100%;
        min-width: 150px;
    }

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
    margin: 0 4px 0 0;
    width: 300px;
}

.comment-form input[type="submit"] {
    display: block;
    float: none;
    width: auto !important;
}

.post-password-form label {
    display: block;
}

.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    width: 300px;
}

.search-form input {
    float: left;
    height: 2em;
}

    .search-form input[type="search"] {
        margin: 0 4px 0 0;
        width: calc(100% - 104px);
    }

.post-password-form input {
    float: left;
    height: 2em;
}

    .post-password-form input[type="password"] {
        width: 150px;
    }

    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
        background: none;
        color: #000;
        height: 2em;
        padding: 0 .4em;
        border: 3px solid #43b7e8;
        width: 100px;
    }

        .comment-form input[type="submit"]:hover,
        .post-password-form input[type="submit"]:hover,
        .search-form input[type="submit"]:hover {
            background: #43b7e8;
            color: #fff;
        }

.commentlist {
    margin: 0 0 1.2em;
}

    .commentlist .edit-link {
        margin: 0;
    }

    .commentlist .avatar-holder {
        float: left;
        margin: 0 1.2em 4px 0;
    }

.commentlist-item .commentlist-item {
    padding: 0;
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 1.2em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
}

    .navigation .screen-reader-text,
    .navigation-comments .screen-reader-text {
        position: absolute;
        left: -99999px;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        display: inline-block;
        vertical-align: middle;
        padding: 0 .4em;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        display: inline-block;
        vertical-align: middle;
        max-width: 50%;
        background: none;
        color: #000;
        padding: .4em;
        text-decoration: none;
    }

.navigation-single {
    margin-bottom: 1.2em;
}

    .navigation-single .next,
    .navigation-single .prev {
        float: left;
        vertical-align: middle;
        max-width: 50%;
        background: none;
        color: #000;
        text-decoration: none;
        border: 3px solid #43b7e8;
    }

        .navigation-single .next:hover,
        .navigation-single .prev:hover {
            background: #43b7e8;
            color: #fff;
        }

        .navigation-single .next a,
        .navigation-single .prev a {
            color: inherit;
            text-decoration: none;
            padding: .4em;
            display: block;
        }

    .navigation-single .next {
        float: right;
    }

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #000;
    padding: .4em;
    margin-bottom: 1.2em;
}

    .wp-caption img {
        margin: 0;
        vertical-align: top;
    }

    .wp-caption p {
        margin: .4em 0 0;
    }

div.aligncenter {
    margin: 0 auto 1.2em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

p iframe {
    width: 100% !important;
    height: 315px !important;
    margin: 0;
}

.section.comments {
    text-align: left;
}

#wp-calendar {
    width: 100%;
    table-layout: fixed;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 55px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.container,
.section,
.section .heading,
.tab-holder,
.sorting-holder,
.section-person .person-info,
.gray-theme .intro .page-head,
.full-post,
.paralax-section .holder,
.logistics,
.twocolumn,
#header,
#nav .holder,
.footer-holder {
    max-width: 1262px;
    margin: 0 auto;
}

.section {
    text-align: center;
    padding: 74px 0 0;
    max-width: 1440px;
}

    .section.content {
        padding: 35px 30px 0 30px;
    }

    .section .heading {
        text-align: center;
    }

    .section h2 {
        font: bold 55px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        margin: 0 0 6px;
    }

    .section .subtitle {
        font-size: 32px;
        line-height: 1.2;
        display: block;
        margin: 0 0 83px;
    }

        .section .subtitle a {
            color: #000;
        }

a {
    text-decoration: none;
    color: #43b7e8;
}

    a:hover {
        text-decoration: underline;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

body {
    height: auto !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.w1 {
    position: relative;
    width: 100%;
}

.intro {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    max-height: 822px;
}

    .intro img {
        width: 100%;
    }

.visual {
    max-height: 448px;
}

    .visual .video-holder {
        position: relative;
        z-index: 0;
    }

        .visual .video-holder iframe {
            width: 100%;
            max-width: 100%;
        }

.home-canvas {
    width: 100%;
    height: 822px;
    overflow: hidden;
}

.home-img {
    display: none;
}

.home-canvas #canvas {
    width: 100%;
    height: 100%;
}

.intro-text {
    position: absolute;
    left: 0;
    top: 281px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #fff;
}

    .intro-text.page-title {
        top: 223px;
    }

    .intro-text .holder {
        margin: 0 auto;
        max-width: 980px;
    }

    .intro-text h1 {
        font: bold 74px/1.19 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        margin: 0 0 54px;
    }

#main {
    position: relative;
    padding: 0 0 32px;
}

    #main.main-even {
        padding: 0;
    }

    #main.main-table .twocolumn {
        overflow: visible;
    }

    #main.main-table .clearfix:after {
        content: " ";
        display: block;
        clear: both;
    }

.partners-block {
    text-align: center;
    max-width: 1440px;
}

.carousel-post,
.carousel {
    position: relative;
    margin: 0 0 134px;
    padding: 33px 0 0 43px;
}

    .carousel-post .mask,
    .carousel .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .carousel-post .mask .slideset,
        .carousel .mask .slideset {
            width: 100% !important;
            float: left;
            letter-spacing: -5px;
            white-space: nowrap;
        }

    .carousel-post .slide,
    .carousel .slide {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        white-space: normal;
        text-align: center;
    }

        .carousel-post .slide a,
        .carousel .slide a {
            display: block;
            text-decoration: none;
        }

            .carousel-post .slide a:hover,
            .carousel .slide a:hover {
                opacity: .7;
            }

        .carousel-post .slide img,
        .carousel .slide img {
            vertical-align: top;
            max-width: 100%;
            height: auto;
        }

.video-holder {
    overflow: hidden;
    margin: 0 0 72px;
    width: 100%;
}

    .video-holder .video-inner {
        max-width: 1067px;
        height: auto;
        margin: 0 auto;
    }

.page-template-template-logistics .video-holder {
    margin: 50px 0;
}

.video-holder iframe {
    border: none !important;
    width: 1067px;
    height: 600px;
    margin: 0 auto;
    display: block;
}

.service {
    margin-bottom: 15px;
}

.tab-holder {
    padding: 0;
    max-width: 1344px;
    margin: 0 auto;
}

    .tab-holder .mask {
        overflow: hidden;
    }

        .tab-holder .mask .slider {
            position: relative;
            overflow: hidden;
            width: 9999px;
        }

.tabset {
    font: 18px/1.2 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    position: relative;
    padding: 0 0 62px;
}

    .tabset:before {
        content: "";
        clear: both;
        position: absolute;
        top: 56px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 -9999px;
        background: rgba(67, 183, 232, .1);
    }

    .tabset li {
        padding: 0 20px;
        float: left;
        width: 20%;
        position: relative;
        z-index: 20;
    }

        .tabset li.active a {
            color: #43b7e8;
        }

            .tabset li.active a img.grayscale {
                display: none;
            }

            .tabset li.active a img.colored {
                display: block;
            }

        .tabset li a {
            color: #000;
            display: block;
            text-decoration: none;
            transition: all 0.2s ease-out;
        }

            .tabset li a.hover {
                color: #43b7e8;
            }

                .tabset li a.hover img.grayscale {
                    display: none;
                }

                .tabset li a.hover img.colored {
                    display: block;
                }

            .tabset li a span {
                display: block;
            }

    .tabset img {
        display: block;
        margin: 0 auto;
    }

        .tabset img.grayscale {
            display: block;
        }

        .tabset img.colored {
            display: none;
        }

    .tabset .img-box {
        margin-bottom: 60px;
    }

    .tabset .title {
        display: block;
        margin: 0 0 8px;
        font: bold 23px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

.tab-content {
    max-width: 1262px;
    margin: 0 auto;
}

    .tab-content .pagination {
        padding: 33px 0 0 10px;
        text-align: center;
    }

        .tab-content .pagination ul {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
        }

            .tab-content .pagination ul li {
                float: left;
                margin: 0 8px;
            }

                .tab-content .pagination ul li a {
                    display: block;
                    background: #fff;
                    border-radius: 50%;
                    border: 2px solid #43b7e8;
                    text-decoration: none;
                    text-indent: -9999px;
                    width: 12px;
                    height: 12px;
                }

                    .tab-content .pagination ul li.active a,
                    .tab-content .pagination ul li a:hover {
                        background: #43b7e8;
                    }

.tab {
    overflow: hidden;
    position: relative;
}

    .tab .tab-text {
        position: absolute;
        width: 397px;
        text-align: left;
        top: 0;
        left: 0;
        bottom: 0;
        color: #000;
        font-size: 21px;
        line-height: 1.41;
    }

        .tab .tab-text:after {
            content: "";
            clear: both;
            position: absolute;
            top: 82px;
            left: 0;
            width: 100%;
            opacity: .85;
            margin: 0 0 -999px;
            height: 150%;
            -webkit-transform: skewY(22deg);
            -ms-transform: skewY(22deg);
            transform: skewY(22deg);
            background: #56bbe8;
        }

        .tab .tab-text .title {
            font: bold 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            display: block;
            margin: 0 0 43px;
        }

        .tab .tab-text .grayscale {
            display: none;
        }

    .tab .box {
        position: relative;
        z-index: 10;
        padding: 136px 36px 0;
    }

        .tab .box a {
            color: #fff;
            text-decoration: none;
        }

            .tab .box a:hover {
                color: #ed6d25;
            }

.wide-h {
    display: none;
}

.about-section,
.about-section-new {
    max-width: 1262px;
    padding-bottom: 0;
    padding-top: 44px;
}

    .about-section.about-low .heading,
    .about-section-new.about-low .heading {
        overflow: hidden;
        margin: 0 0 10px;
    }

    .about-section.archives {
        overflow: hidden;
        margin-bottom: 39px;
    }

        .about-section.archives .sorting-holder:first-child {
            padding: 0;
        }

            .about-section.archives .sorting-holder:first-child .sorting-list,
            .about-section.archives .sorting-holder:first-child .inpage-subnav {
                margin: 0 0 67px;
            }

.about-box {
    overflow: hidden;
    position: relative;
    margin: 0 0 71px;
}

    .about-box .text-box {
        position: absolute;
        width: 830px;
        text-align: left;
        top: 0;
        left: 0;
        bottom: 0;
        color: #000;
        font-size: 23px;
        line-height: 1.45;
    }

        .about-box .text-box:after {
            content: "";
            clear: both;
            position: absolute;
            top: 166px;
            left: 0;
            width: 100%;
            opacity: .85;
            margin: 0 0 -999px;
            height: 150%;
            -webkit-transform: skewY(22deg);
            -ms-transform: skewY(22deg);
            transform: skewY(22deg);
            background: #56bbe8;
        }

        .about-box .text-box h3 {
            font: bold 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            display: block;
            margin: 0 0 31px;
        }

    .about-box .box {
        position: relative;
        z-index: 10;
        padding: 253px 127px 0 37px;
    }

        .about-box .box a {
            color: #000;
            text-decoration: none;
        }

            .about-box .box a:hover {
                color: #ed6d25;
            }

.sorting-holder {
    overflow: hidden;
    text-align: center;
    padding-bottom: 148px;
}

    .sorting-holder.imaged-sorting {
        padding-bottom: 122px;
        padding-top: 36px;
    }

        .sorting-holder.imaged-sorting .sorting-content {
            margin: 0 -17px;
        }

        .sorting-holder.imaged-sorting .heading h2 {
            font: bold 55px/1.05 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 1px;
        }

        .sorting-holder.imaged-sorting .heading .subtitle {
            font-size: 32px;
            line-height: 1.2;
            display: block;
            margin: 0 0 103px;
        }

    .sorting-holder .js-slide-hidden {
        display: block !important;
        left: -9999px !important;
        position: static !important;
        top: -9999px !important;
    }

    .sorting-holder .sorting-menu {
        height: 37px;
        background: #43b7e8;
        padding: 0 9995px;
        margin: 0 -9999px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .sorting-holder .sorting-menu .sort-opener {
            margin: 4px 0 0;
            width: 34px;
            height: 30px;
            position: relative;
            float: right;
            color: #fff;
        }

            .sorting-holder .sorting-menu .sort-opener:before,
            .sorting-holder .sorting-menu .sort-opener:after {
                background: #fff;
                position: absolute;
                top: 50%;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                left: 6px;
                right: 6px;
                height: 2px;
                margin-top: -1px;
            }

            .sorting-holder .sorting-menu .sort-opener:before,
            .sorting-holder .sorting-menu .sort-opener:after {
                content: "";
                top: 40%;
            }

            .sorting-holder .sorting-menu .sort-opener:after {
                top: 60%;
            }

    .sorting-holder.active .sorting-menu,
    .sorting-holder.sorting-opened .sorting-menu {
        background: #f5fbfe;
    }

    .sorting-holder.active .sort-opener:before,
    .sorting-holder.active .sort-opener:after,
    .sorting-holder.sorting-opened .sort-opener:before,
    .sorting-holder.sorting-opened .sort-opener:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 6px;
        right: 6px;
        background: #43b7e8;
    }

    .sorting-holder.active .sort-opener:after,
    .sorting-holder.sorting-opened .sort-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sorting-holder .sorting-slide .title {
        display: none;
        font: 300 12px/1.4 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

.sorting-list,
.inpage-subnav {
    text-align: center;
    margin: 0 0 75px;
}

    .sorting-list li,
    .inpage-subnav li {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.45;
        margin: 0 3px;
    }

        .sorting-list li a,
        .inpage-subnav li a {
            display: block;
            text-decoration: none;
            min-width: 204px;
            border: 4px solid #43b7e8;
            text-align: center;
            padding: 21px 8px 16px;
            color: #000;
            position: relative;
            transition: all 0.2s ease-out;
        }

            .sorting-list li a:hover,
            .inpage-subnav li a:hover {
                background: #43b7e8;
            }

        .sorting-list li.active a,
        .inpage-subnav li.active a {
            color: #fff;
            background: #43b7e8;
        }

            .sorting-list li.active a:after,
            .inpage-subnav li.active a:after {
                position: absolute;
                top: 100%;
                left: 50%;
                content: "";
                clear: both;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 19px 16px 0 16px;
                margin: 4px 0 0 -16px;
                border-color: #43b7e8 transparent transparent transparent;
            }

.sorting-content {
    overflow: hidden;
    margin: 0 -14px;
}

    .sorting-content .post {
        float: left;
        width: calc(100% / 3 - 34px);
        margin: 0 17px 36px;
        text-align: left;
        padding: 25px 37px;
        font-size: 23px;
        line-height: 1.44;
        transition: background-color 0.2s ease-out;
    }

        .sorting-content .post.hover {
            background: #43b7e8;
        }

            .sorting-content .post.hover .post-title a {
                color: #fff;
            }

            .sorting-content .post.hover a.more {
                color: #fff;
            }

        .sorting-content .post .more {
            color: #43b7e8;
            text-decoration: none;
        }

        .sorting-content .post .post-title {
            margin: 0 0 46px;
        }

            .sorting-content .post .post-title time a {
                color: #000;
            }

            .sorting-content .post .post-title a {
                text-decoration: none;
                text-transform: uppercase;
            }

        .sorting-content .post p {
            margin: 0 0 20px;
        }

        .sorting-content .post h3 {
            font: bold 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 14px;
        }

            .sorting-content .post h3 a {
                color: #000;
                text-decoration: none;
            }

                .sorting-content .post h3 a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    .sorting-content .member {
        float: left;
        width: calc(100% / 3 - 36px);
        margin: 0 18px 39px;
        text-align: left;
        font-size: 23px;
        line-height: 1.44;
        position: relative;
        overflow: hidden;
    }

        .sorting-content .member:hover .leader-info {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .sorting-content .member img {
            width: 100%;
        }

        .sorting-content .member .box {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 10;
            padding: 23px 36px 10px;
        }

        .sorting-content .member .leader-info {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: -webkit-transform .35s ease;
            transition: transform .35s ease;
            position: absolute;
            width: 100%;
            text-align: left;
            top: 0;
            left: 0;
            bottom: 0;
            color: #000;
            font-size: 23px;
            line-height: 1.2;
            letter-spacing: -1px;
        }

            .sorting-content .member .leader-info:after {
                content: "";
                clear: both;
                position: absolute;
                top: 153px;
                left: 0;
                width: 100%;
                opacity: .75;
                margin: 0 0 -999px;
                height: 150%;
                -webkit-transform: skewY(37.5deg);
                -ms-transform: skewY(37.5deg);
                transform: skewY(37.5deg);
                background: #56bbe8;
            }

            .sorting-content .member .leader-info h2 {
                font: 900 55px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                display: block;
                letter-spacing: 0;
                margin: 0 0 2px;
            }

                .sorting-content .member .leader-info h2 a {
                    color: #000;
                }

.leader-info h2 a:hover {
    text-decoration: none;
}

.btn-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}

.btn,
.view-more {
    display: inline-block;
    text-decoration: none;
    min-width: 251px;
    border: 4px solid #43b7e8;
    text-align: center;
    padding: 19px 20px;
    color: #000;
    position: relative;
    font-size: 18px;
    line-height: 1.45;
    vertical-align: top;
    transition: all 0.2s ease-out;
}

    .btn:hover,
    .view-more:hover {
        text-decoration: none;
        background: #43b7e8;
    }

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.btn-top-wrap {
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 200;
    height: 100vh;
}

.btn-top-wrap-left{
    left:40px;
}

    .btn-top-wrap.btn-back {
        bottom: 84px;
    }

    .btn-top-wrap.absolute-state {
        position: absolute;
        bottom: -44px;
    }

    .btn-top-wrap.btn-back.absolute-state {
        bottom: 40px;
    }

.btn-top {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 78px;
    height: 78px;
    outline: 0;
}

.btn-top-inner {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 3px solid #43b7e8;
    border-radius: 50%;
    box-shadow: -2px 2px 2px 2px rgba(0,0,0,0.1);
    transition: all 0.2s ease-out;
}

    .btn-top-inner:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        clear: both;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 16px 19px 16px;
        border-color: transparent transparent #43b7e8 transparent;
        margin: -13px 0 0 -16px;
    }

.btn-top:hover .btn-top-inner {
    transform: scale(1.05, 1.05);
}

.btn-top .flyout {
    display: block;
    position: absolute;
    z-index: 99;
    top: 21px;
    left: -110px;
    width: 140px;
    padding: 6px 0 6px 13px;
    font-size: 18px;
    color: #000;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -2px 2px 2px 2px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.2s ease-out;
}

.btn-top:hover .flyout {
    opacity: 1;
    left: -130px;
}

.section-person {
    max-width: none;
    padding: 0 0 29px;
    overflow: hidden;
}

    .section-person .heading {
        padding: 93px 0 0;
        border-top: 1px solid #d5d5d3;
    }

        .section-person .heading h2 {
            margin: 0 0 18px;
        }

        .section-person .heading .subtitle {
            font-size: 24px;
        }

    .section-person .img-box img {
        width: 100%;
    }

    .section-person .person-info {
        position: relative;
        margin-top: -500px;
        text-align: left;
        font-size: 24px;
        line-height: 1.25;
        word-spacing: -2px;
    }

        .section-person .person-info .holder {
            width: 65.6%;
            position: relative;
            background: #fff;
            padding: 58px 82px 48px 52px;
        }

            .section-person .person-info .holder h2 {
                margin: 0 0 24px;
                line-height: 1.2;
            }

            .section-person .person-info .holder p {
                margin: 0 0 29px;
            }

.gray-theme .page-control {
    padding: 16px 0 0;
    margin: 0 -1px 0 0;
}

    .gray-theme .page-control .nav-control a,
    .gray-theme .page-control a {
        color: #43b7e8;
    }

        .gray-theme .page-control .nav-control a:hover,
        .gray-theme .page-control a:hover {
            color: #000;
        }

    .gray-theme .page-control .nav-opener span,
    .gray-theme .page-control .nav-opener:before,
    .gray-theme .page-control .nav-opener:after {
        background: #43b7e8;
    }

    .gray-theme .page-control .nav-opener:hover span,
    .gray-theme .page-control .nav-opener:hover:before,
    .gray-theme .page-control .nav-opener:hover:after {
        background: #000;
    }

.gray-theme .user-nav li:after {
    background: #43b7e8;
}

.gray-theme #header .header-main {
    padding: 0 3px 63px;
    bottom: 5px;
}

.gray-theme #header:after {
    content: "";
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    background: #cacac8;
    height: 1px;
}

.gray-theme .intro {
    padding: 212px 0 0;
    background: #f9f9f8;
    text-align: center;
}

    .gray-theme .intro .page-head {
        padding: 62px 0 30px;
        font-size: 23px;
    }

        .gray-theme .intro .page-head .holder {
            overflow: hidden;
        }

    .gray-theme .intro h1 {
        font-size: 55px;
        margin: 0 0 6px;
    }

h1.product-name {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.gray-theme .intro .subtitle {
    display: block;
    font-size: 32px;
    margin: 0 0 20px;
}

.gray-theme .intro .search-title {
    display: block;
    font: bold 35px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.gray-theme .intro .search-info {
    display: block;
    margin: 0 0 4px;
}

.gray-theme .intro .product-title {
    display: block;
    padding: 9px 0 0;
    margin: 0 0 3px;
}

.full-post {
    overflow: hidden;
    padding: 80px 3px 66px;
    line-height: 1.3;
    margin-bottom: 42px;
}

    .full-post .alignright {
        padding: 9px 0 0;
    }

        .full-post .alignright img {
            display: block;
            margin: 0 0 52px;
        }

    .full-post .post-text {
        overflow: hidden;
        padding: 0 80px 0 0;
    }

    .full-post p {
        margin: 0 0 30px;
    }

    .full-post h2 {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        font-size: 34px;
        line-height: 1.38;
        margin: 0 0 25px;
    }

    .full-post .btn {
        min-width: 234px;
        margin: 0 0 0 -1px;
    }

.related-posts {
    position: relative;
    padding: 60px 46px 79px;
}

    .related-posts:after {
        content: "";
        clear: both;
        position: absolute;
        left: 88px;
        right: 88px;
        top: 0;
        background: #cacac8;
        height: 1px;
    }

    .related-posts .btn {
        font-size: 18px;
        line-height: 1.45;
        min-width: 240px;
        padding: 26px 17px 24px;
    }

    .related-posts .carousel-post {
        margin: 0 0 134px;
        padding: 84px 48px 0 4px;
        margin: 0 0 99px;
        position: relative;
    }

        .related-posts .carousel-post .slide {
            width: calc(100% / 3 - 40px);
            margin: 0 20px 16px;
            text-align: left;
            padding: 25px 34px 66px;
            font-size: 23px;
            line-height: 1.44;
            vertical-align: top;
        }

            .related-posts .carousel-post .slide:hover {
                background: #43b7e8;
            }

                .related-posts .carousel-post .slide:hover .post-title a {
                    color: #fff;
                }

                .related-posts .carousel-post .slide:hover a.more {
                    color: #fff;
                }

            .related-posts .carousel-post .slide .more {
                color: #43b7e8;
                text-decoration: none;
            }

            .related-posts .carousel-post .slide .post-title {
                margin: 0 0 46px;
            }

                .related-posts .carousel-post .slide .post-title a {
                    color: #43b7e8;
                    text-decoration: none;
                    text-transform: uppercase;
                }

                .related-posts .carousel-post .slide .post-title time a {
                    color: #000;
                }

            .related-posts .carousel-post .slide a {
                display: inline;
            }

                .related-posts .carousel-post .slide a:hover {
                    opacity: 1;
                }

            .related-posts .carousel-post .slide p {
                margin: 0 0 20px;
            }

            .related-posts .carousel-post .slide h3 {
                font: bold 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                margin: 0 0 24px;
            }

                .related-posts .carousel-post .slide h3 a {
                    color: #000;
                    text-decoration: none;
                }

                    .related-posts .carousel-post .slide h3 a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

        .related-posts .carousel-post .pagination {
            display: none;
            position: absolute;
            bottom: 10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .related-posts .carousel-post .pagination ul {
                display: inline-block;
                vertical-align: top;
            }

                .related-posts .carousel-post .pagination ul li {
                    float: left;
                    margin: 0 8px;
                }

                    .related-posts .carousel-post .pagination ul li.active a {
                        background: #fff;
                    }

                .related-posts .carousel-post .pagination ul a {
                    text-indent: -9999px;
                    display: block;
                    overflow: hidden;
                    border: 2px solid #fff;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                }

.page-heading-text {
    margin: 0 auto 35px;
    max-width: 1000px;
    padding: 32px 0 0;
    line-height: 1.45;
    overflow-y: hidden;
}

    .page-heading-text p {
        margin: 0 0 32px;
    }

    .page-heading-text .title {
        font-size: 32px;
        font-weight: normal;
        line-height: 1.32;
    }

.columns-info {
    text-align: center;
    letter-spacing: -6px;
    margin: 0 -15px 43px;
    overflow: hidden;
    padding: 55px 0 0;
    line-height: 1.4;
}

    .columns-info .column {
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 30px);
        margin: 0 15px 34px;
        background: #ecf8fd;
        text-align: left;
        color: #000;
        padding: 0 89px 165px;
        position: relative;
        letter-spacing: 1px;
    }

        .columns-info .column .col-ico {
            display: block;
            margin: -4px 0 68px;
        }

        .columns-info .column h2 {
            margin: 0 0 10px;
        }

        .columns-info .column .btn {
            position: absolute;
            bottom: 76px;
            font-size: 18px;
            line-height: 1.45;
            min-width: 234px;
            padding: 21px 17px 16px;
            background: #fff;
            letter-spacing: 0;
            left: 89px;
        }

            .columns-info .column .btn:hover {
                color: #fff;
                background: #43b7e8;
            }

.services-section {
    position: relative;
    padding: 85px 46px 79px;
    margin: 0 auto 107px;
    font-size: 24px;
    line-height: 1.38;
}

    .services-section:after {
        content: "";
        clear: both;
        position: absolute;
        left: 88px;
        right: 88px;
        top: 0;
        background: #cacac8;
        height: 1px;
    }

    .services-section h3 {
        font-size: 55px;
        line-height: 1.38;
        margin: 0 0 50px;
    }

    .services-section .holder {
        max-width: 1100px;
        margin: 0 auto;
    }

    .services-section h4 {
        font-size: 32px;
        line-height: 1.3;
        margin: 0 auto 11px;
        max-width: 840px;
    }

    .services-section .ico {
        text-align: center;
        margin: 0 0 49px;
    }

        .services-section .ico img {
            vertical-align: top;
        }

    .services-section p {
        margin: 0 0 68px;
    }

    .services-section ul {
        padding: 28px 0 0;
    }

        .services-section ul li {
            margin: 0 0 7px;
        }

.cycle-gallery {
    position: relative;
    padding: 0 46px 73px;
    max-width: 1350px;
    margin: 0 auto 104px;
}

    .cycle-gallery .pagination {
        position: absolute;
        display: block;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .cycle-gallery .pagination ul {
            display: inline-block;
            vertical-align: top;
        }

            .cycle-gallery .pagination ul li {
                float: left;
                margin: 0 16px 0 17px;
            }

                .cycle-gallery .pagination ul li.active a {
                    background: #43b7e8;
                }

            .cycle-gallery .pagination ul a {
                text-indent: -9999px;
                display: block;
                overflow: hidden;
                border: 4px solid #43b7e8;
                width: 24px;
                height: 24px;
                border-radius: 50%;
            }

    .cycle-gallery .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .cycle-gallery .slideset {
        width: 99999px;
        float: left;
    }

    .cycle-gallery .mask .slide {
        float: left;
        padding: 0 0 38px;
        position: relative;
    }

        .cycle-gallery .mask .slide.active {
            z-index: 1;
        }

.slide-quo {
    padding: 75px 50px 75px 30px;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 37%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 57px;
    line-height: 1.2;
    font-style: italic;
}

    .slide-quo q {
        quotes: none;
    }

.paralax-section {
    padding: 0;
    margin: 0;
    max-width: none;
    font-size: 24px;
    line-height: 1.38;
    text-align: center;
    overflow: hidden;
}

    .paralax-section .holder {
        position: relative;
        padding: 95px 46px 41px;
        margin: 0 auto;
        background: #fff;
        z-index: 2;
    }

        .paralax-section .holder .heading {
            position: relative;
            z-index: 20;
        }

        .paralax-section .holder:before {
            content: "";
            clear: both;
            position: absolute;
            background: #fff;
            zoom: 1;
            left: -9999px;
            right: -9999px;
            top: -9999px;
            bottom: 0;
        }

        .paralax-section .holder:after {
            content: "";
            clear: both;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background: #cacac8;
            height: 1px;
        }

    .paralax-section h2 {
        line-height: 1.07;
        margin: 0;
    }

    .paralax-section .subtitle {
        line-height: 1.3;
    }

.paralax-box {
    height: 100vh;
    position: relative;
    background: #39b7e8;
}

    .paralax-box .container,
    .paralax-box .section,
    .paralax-box .section .heading,
    .section .paralax-box .heading,
    .paralax-box .tab-holder,
    .paralax-box .sorting-holder,
    .paralax-box .section-person .person-info,
    .section-person .paralax-box .person-info,
    .paralax-box .gray-theme .intro .page-head,
    .gray-theme .intro .paralax-box .page-head,
    .paralax-box .full-post,
    .paralax-box .paralax-section .holder,
    .paralax-section .paralax-box .holder,
    .paralax-box .logistics,
    .paralax-box .twocolumn,
    .paralax-box #header,
    .paralax-box #nav .holder,
    #nav .paralax-box .holder,
    .paralax-box .footer-holder {
        padding: 78px 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .paralax-box .container h2,
        .paralax-box .section h2,
        .section .paralax-box .heading h2,
        .paralax-box .tab-holder h2,
        .paralax-box .sorting-holder h2,
        .paralax-box .section-person .person-info h2,
        .section-person .paralax-box .person-info h2,
        .paralax-box .gray-theme .intro .page-head h2,
        .gray-theme .intro .paralax-box .page-head h2,
        .paralax-box .full-post h2,
        .paralax-box .paralax-section .holder h2,
        .paralax-section .paralax-box .holder h2,
        .paralax-box .logistics h2,
        .paralax-box .twocolumn h2,
        .paralax-box #header h2,
        .paralax-box #nav .holder h2,
        #nav .paralax-box .holder h2,
        .paralax-box .footer-holder h2 {
            margin: 0 0 80px;
        }

        .paralax-box .container img,
        .paralax-box .section img,
        .section .paralax-box .heading img,
        .paralax-box .tab-holder img,
        .paralax-box .sorting-holder img,
        .paralax-box .section-person .person-info img,
        .section-person .paralax-box .person-info img,
        .paralax-box .gray-theme .intro .page-head img,
        .gray-theme .intro .paralax-box .page-head img,
        .paralax-box .full-post img,
        .paralax-box .paralax-section .holder img,
        .paralax-section .paralax-box .holder img,
        .paralax-box .logistics img,
        .paralax-box .twocolumn img,
        .paralax-box #header img,
        .paralax-box #nav .holder img,
        #nav .paralax-box .holder img,
        .paralax-box .footer-holder img {
            margin: 0 0 50px;
        }

        .paralax-box .container .text,
        .paralax-box .section .text,
        .section .paralax-box .heading .text,
        .paralax-box .tab-holder .text,
        .paralax-box .sorting-holder .text,
        .paralax-box .section-person .person-info .text,
        .section-person .paralax-box .person-info .text,
        .paralax-box .gray-theme .intro .page-head .text,
        .gray-theme .intro .paralax-box .page-head .text,
        .paralax-box .full-post .text,
        .paralax-box .paralax-section .holder .text,
        .paralax-section .paralax-box .holder .text,
        .paralax-box .logistics .text,
        .paralax-box .twocolumn .text,
        .paralax-box #header .text,
        .paralax-box #nav .holder .text,
        #nav .paralax-box .holder .text,
        .paralax-box .footer-holder .text {
            max-width: 394px;
            margin: 0 auto;
            position: relative;
            border-top: 1px solid #000;
            font-size: 23px;
            line-height: 1.3;
            padding: 20px 0 0;
        }

            .paralax-box .container .text .title,
            .paralax-box .section .text .title,
            .section .paralax-box .heading .text .title,
            .paralax-box .tab-holder .text .title,
            .paralax-box .sorting-holder .text .title,
            .paralax-box .section-person .person-info .text .title,
            .section-person .paralax-box .person-info .text .title,
            .paralax-box .gray-theme .intro .page-head .text .title,
            .gray-theme .intro .paralax-box .page-head .text .title,
            .paralax-box .full-post .text .title,
            .paralax-box .paralax-section .holder .text .title,
            .paralax-section .paralax-box .holder .text .title,
            .paralax-box .logistics .text .title,
            .paralax-box .twocolumn .text .title,
            .paralax-box #header .text .title,
            .paralax-box #nav .holder .text .title,
            #nav .paralax-box .holder .text .title,
            .paralax-box .footer-holder .text .title {
                display: block;
                font-size: 84px;
                font-weight: normal;
                margin: 0 0 16px;
            }

.paralax-block {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

    .paralax-block .slide {
        display: none;
    }

        .paralax-block .slide.active {
            display: block;
        }

    .paralax-block.fixed-block {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .paralax-block img {
        height: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 100vh;
        width: auto;
        max-width: none;
        min-width: 100vw;
    }

    .paralax-block .quo-paralax {
        position: absolute;
        border: none;
        width: 65%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 0;
        margin: 0;
    }

        .paralax-block .quo-paralax q {
            display: block;
            quotes: none;
            position: relative;
            font: bold 24px/1.4 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif; /* 55px/1.2 */
            padding: 115px 0 0;
            margin: 0 0 27px;
        }

            .paralax-block .quo-paralax q:after {
                content: "“";
                clear: both;
                position: absolute;
                top: 0;
                font-size: 95px;
                line-height: 1;
                margin: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        .paralax-block .quo-paralax cite {
            font-style: normal;
            display: block;
            font-size: 14px;
            line-height: 1.1;
        }

            .paralax-block .quo-paralax cite .title {
                margin: 0 0 16px;
                display: block;
                font: bold 16px/1.22 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif; /* 32px/1.22 */
            }

.tab-container {
    position: relative;
    background: #fff;
    width: 64.5%;
    padding: 0 72px 0 32px;
    line-height: 1.2;
    font-size: 24px;
    margin: -100px 0 0;
}

    .tab-container .tab-ico {
        margin: -212px 0 57px 11px;
        float: left;
    }

    .tab-container .text {
        overflow: hidden;
        width: 100%;
        text-align: left;
    }

    .tab-container h2 {
        margin: 0 0 20px;
    }

    .tab-container p {
        margin: 0 0 30px;
    }

.tab-page {
    position: relative;
    color: #000;
    padding: 215px 0 0;
    margin: -20px 0 0;
}

    .tab-page .btn-box {
        position: absolute;
        bottom: 61px;
        right: 0;
        width: 50%;
        text-align: center;
    }

    .tab-page .btn {
        min-width: 242px;
        padding: 25px 20px;
        background: #fff;
        transition: all 0.2s ease-out;
    }

        .tab-page .btn:hover {
            background: #43b7e8;
        }

.tab-bg {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

.logistics {
    padding-top: 55px;
    margin: 0 auto 14px;
    position: relative;
}

    .logistics:after {
        content: "";
        clear: both;
        position: absolute;
        left: 88px;
        right: 88px;
        top: 0;
        background: #cacac8;
        height: 1px;
    }

.process-list {
    font: 18px/1.2 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    position: relative;
    padding: 29px 54px 45px 40px;
}

    .process-list:before {
        content: "";
        clear: both;
        position: absolute;
        top: 158px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 -9999px;
        background: rgba(67, 183, 232, .1);
    }

    .process-list li {
        padding: 0 40px;
        float: left;
        width: 25%;
        position: relative;
        z-index: 20;
    }

        .process-list li span {
            display: block;
        }

    .process-list .img-box {
        min-height: 169px;
        width: 100%;
        white-space: nowrap;
        margin: 0 0 57px;
    }

        .process-list .img-box:after {
            content: "";
            display: inline-block;
            height: 169px;
            width: 1px;
            overflow: hidden;
            margin: 0 0 0 -5px;
            vertical-align: middle;
        }

        .process-list .img-box img {
            vertical-align: bottom;
            display: inline-block;
            white-space: normal;
        }

    .process-list .title {
        display: block;
        margin: 0 0 8px;
        font: bold 23px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

.section-detail {
    text-align: left;
}

    .section-detail .heading {
        overflow: hidden;
        margin-bottom: 57px;
    }

.content-box {
    background: #f8f8f8;
    padding: 0 9999px;
    line-height: 1.4;
    overflow: hidden;
    margin: 0 -9999px;
}

    .content-box .holder {
        overflow: hidden;
        padding: 54px 90px 0;
    }

    .content-box h2,
    .content-box .title {
        font: bold 35px/1.25 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        display: block;
        padding: 19px 0 0;
        margin: 0 0 30px;
    }

    .content-box p {
        margin: 0 0 32px;
    }

    .content-box ol,
    .content-box ul {
        color: #7a7973;
        overflow: hidden;
        margin: 0 0 58px;
    }

        .content-box ol li,
        .content-box ul li {
            padding: 0 0 0 14px;
            position: relative;
            margin: 0 0 15px;
        }

            .content-box ol li:after,
            .content-box ul li:after {
                content: "";
                clear: both;
                display: block;
                position: absolute;
                top: 14px;
                left: 0;
                width: 6px;
                height: 6px;
                background: #7a7973;
                border-radius: 50%;
            }

    .content-box ol {
        list-style: none;
        counter-reset: newCounter;
    }

        .content-box ol li::before {
            counter-increment: newCounter;
            content: counters(newCounter, ".") ".";
            position: absolute;
            left: -2px;
            top: 0;
        }

        .content-box ol li:after {
            display: none;
        }

    .content-box .col {
        float: left;
        width: 50%;
        padding: 42px 90px 23px;
    }

        .content-box .col:first-child {
            position: relative;
        }

            .content-box .col:first-child:after {
                content: " ";
                clear: both;
                position: absolute;
                top: 67px;
                bottom: 49px;
                left: 100%;
                width: 1px;
                margin: 0 0 0 -2px;
                background: #dedede;
            }

        .content-box .col + .col {
            padding: 54px 90px 33px;
        }

            .content-box .col + .col h2 {
                padding: 7px 20px;
                margin: 0 0 20px;
            }

            .content-box .col + .col ol,
            .content-box .col + .col ul {
                line-height: 1.43;
                padding: 0 0 0 20px;
                margin: 0;
            }

                .content-box .col + .col ol li,
                .content-box .col + .col ul li {
                    margin: 0 0 33px;
                    padding: 0 0 0 18px;
                    text-indent: 2px;
                }

                .content-box .col + .col ol li {
                    padding: 0 0 0 29px;
                    text-indent: 0;
                }

        .content-box .col h3,
        .content-box .col .title-informer {
            padding: 25px 30px 0 0;
            display: block;
            font: italic normal 44px/1.23 'Asap', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        }

        .content-box .col ol,
        .content-box .col ul {
            padding: 22px 0 0 20px;
            margin: 0;
        }

            .content-box .col ol li,
            .content-box .col ul li {
                margin: 0 0 29px;
            }

.section.location {
    padding-top: 115px;
}

.location-list {
    text-align: left;
    padding: 92px 16px 0 139px;
    line-height: 1.39;
    margin-bottom: 151px;
}

    .location-list ul li {
        margin: 0;
    }

    .location-list > ul {
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

        .location-list > ul > li {
            margin: 0 0 25px;
        }

            .location-list > ul > li:last-child {
                margin: 0 0 200px;
            }

            .location-list > ul > li span {
                font: bold 34px/1.15 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                display: block;
            }

    .location-list a {
        color: #000;
        text-decoration: none;
    }

        .location-list a:hover {
            color: #43b7e8;
        }

.twocolumn {
    padding: 79px 0 9px;
    overflow: hidden;
}

    .twocolumn #content:last-child {
        float: none;
        width: auto;
        padding: 0;
    }

    .twocolumn .btn {
        min-width: 234px;
    }

#sidebar {
    float: right;
    width: 31.6%;
    padding: 6px 0 0;
    text-align: center;
}

.widget {
    background: #f7f7f7;
    text-align: center;
    padding: 21px 20px 65px;
    margin: 0 0 64px;
}

    .widget h2,
    .widget h3 {
        text-align: center;
        color: #43b7e8;
        padding: 20px 30px 32px;
        line-height: 1.35;
        border-bottom: 1px solid #dedede;
        margin: 0 -20px 39px;
    }

    .widget .title {
        display: block;
        margin: 0 0 31px;
    }

    .widget ul {
        line-height: 1.33;
        padding: 0 30px;
    }

        .widget ul li {
            margin: 0 0 29px;
        }

#content {
    float: left;
    width: 65%;
    padding: 0 34px 0 2px;
    line-height: 1.45;
    overflow: hidden;
}

    #content h1 {
        margin: 0 0 46px;
        line-height: 1.2;
    }

    #content h2 {
        word-spacing: 3px;
        margin: 0 0 27px;
        line-height: 1.35;
    }

    #content h3 {
        padding: 25px 30px 0 0;
        display: block;
        font: italic normal 44px/1.23 'Asap', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

    #content p {
        margin: 0 0 30px;
    }

    #content blockquote {
        margin: 0 0 34px;
        padding: 35px 34px 0 0;
        border: none;
        color: #43b7e8;
        font-style: italic;
        font-size: 23px;
        line-height: 1.35;
    }

        #content blockquote p,
        #content blockquote q {
            display: block;
            quotes: none;
            font-size: 29px;
            margin: 0 0 39px;
        }

        #content blockquote cite {
            display: block;
            font-size: 23px;
        }

    #content ol,
    #content ul {
        color: #7a7973;
        overflow: hidden;
        line-height: 1.43;
        padding: 33px 0 33px 20px;
        margin: 0;
    }

        #content ol li,
        #content ul li {
            position: relative;
            padding: 0 0 0 18px;
            text-indent: 2px;
            margin: 0 0 33px;
        }

            #content ol li:after,
            #content ul li:after {
                content: "";
                clear: both;
                display: block;
                position: absolute;
                top: 14px;
                left: 0;
                width: 6px;
                height: 6px;
                background: #7a7973;
                border-radius: 50%;
            }

            #content ol li ol,
            #content ul li ol {
                list-style: none;
                counter-reset: Counter;
            }

                #content ol li ol li::before,
                #content ul li ol li::before {
                    counter-increment: Counter;
                    content: counters(Counter, ".") ".";
                }

                #content ol li ol > li ol,
                #content ul li ol > li ol {
                    list-style: none;
                    counter-reset: nextCounter;
                }

                    #content ol li ol > li ol li::before,
                    #content ul li ol > li ol li::before {
                        counter-increment: nextCounter;
                        content: counters(nextCounter, ".") ".";
                    }

    #content ol {
        list-style: none;
        counter-reset: newCounter;
    }

        #content ol li {
            padding: 0 0 0 33px;
            text-indent: 0;
        }

            #content ol li:before {
                counter-increment: newCounter;
                content: counters(newCounter, ".") ".";
                position: absolute;
                left: -2px;
                top: 0;
            }

            #content ol li ol {
                list-style: none;
                counter-reset: Counter;
            }

                #content ol li ol li::before {
                    counter-increment: Counter;
                    content: counters(Counter, ".") ".";
                }

                #content ol li ol > li ol {
                    list-style: none;
                    counter-reset: nextCounter;
                }

                    #content ol li ol > li ol li::before {
                        counter-increment: nextCounter;
                        content: counters(nextCounter, ".") ".";
                    }

            #content ol li ul > li:after {
                display: block;
            }

            #content ol li ul > li:before {
                display: none;
            }

            #content ol li:after {
                display: none;
            }

.search-result {
    width: 100%;
    table-layout: fixed;
    border: none;
    border-collapse: collapse;
    text-transform: uppercase;
    margin: 0 0 81px;
}

    .search-result thead {
        background: #d9f1fa;
    }

    .search-result th,
    .search-result tr,
    .search-result td {
        border: none;
        text-align: left;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.25;
        padding: 16px 10px 15px;
        letter-spacing: 1px;
        word-spacing: -1px;
    }

        .search-result th:first-child,
        .search-result tr:first-child,
        .search-result td:first-child {
            padding-left: 52px;
        }

        .search-result th a,
        .search-result tr a,
        .search-result td a {
            color: #000;
        }

    .search-result th {
        padding: 17px 10px 15px;
        letter-spacing: 2px;
    }

        .search-result th img {
            margin: 7px 0 0 8px;
        }

    .search-result tr:hover a {
        color: #43b7e8;
    }

    .search-result .td1 {
        width: 28.8%;
    }

    .search-result .td2 {
        width: 23.6%;
    }

    .search-result .td3 {
        width: 20%;
    }

    .search-result .td4 {
        width: 11.2%;
    }

    .search-result tbody tr:nth-child(even) {
        background: #f4f4f4;
    }

.paging-box {
    overflow: hidden;
    margin: 0 0 64px;
}

.navigation.pagination,
.navigation-comments {
    text-align: center;
    letter-spacing: -4px;
}

    .navigation.pagination .title,
    .navigation-comments .title {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 -4px 0 0;
    }

        .navigation.pagination .title + .page-numbers:after,
        .navigation-comments .title + .page-numbers:after {
            display: none;
        }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 13px;
        letter-spacing: 0;
        vertical-align: top;
        color: #000;
        position: relative;
    }

        .navigation .page-numbers:after,
        .navigation-comments .page-numbers:after {
            position: absolute;
            content: " ";
            display: block;
            clear: both;
            background: #000;
            top: 7px;
            bottom: 5px;
            left: -1px;
            width: 1px;
        }

        .navigation .page-numbers.dots,
        .navigation-comments .page-numbers.dots {
            letter-spacing: 0;
            padding: 0;
            margin: 0 0 0 -10px;
        }

            .navigation .page-numbers.dots:after,
            .navigation-comments .page-numbers.dots:after {
                display: none;
            }

            .navigation .page-numbers.dots:hover,
            .navigation-comments .page-numbers.dots:hover {
                color: #000;
            }

        .navigation .page-numbers.current,
        .navigation .page-numbers:hover,
        .navigation-comments .page-numbers.current,
        .navigation-comments .page-numbers:hover {
            color: #43b7e8;
            text-decoration: none;
        }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        background: none;
        color: #000;
        padding: 0 4px;
        vertical-align: top;
        letter-spacing: 0;
    }

        .navigation .next:hover,
        .navigation .prev:hover,
        .navigation-comments .next:hover,
        .navigation-comments .prev:hover {
            color: #43b7e8;
        }

        .navigation .next:after,
        .navigation .prev:after,
        .navigation-comments .next:after,
        .navigation-comments .prev:after {
            display: none;
        }

        .navigation .next + .page-numbers:after,
        .navigation .prev + .page-numbers:after,
        .navigation-comments .next + .page-numbers:after,
        .navigation-comments .prev + .page-numbers:after {
            display: none;
        }

    .navigation.pagination ul li {
        display: inline-block;
        padding: 0 10px;
        letter-spacing: 1px;
    }

        .navigation.pagination ul li a {
            color: #000;
        }

        .navigation.pagination ul li.active a {
            color: #43b7e8;
        }

.product-summary {
    text-align: center;
    padding: 30px 0 104px;
}

    .product-summary .holder {
        padding-bottom: 20px;
    }

    .product-summary .product-info {
        background: #d9f1fa;
        padding: 80px 0;
        margin: 0 0 80px;
    }

    .product-summary .aligncenter {
        margin-bottom: 35px;
    }

    .product-summary dl {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .product-summary dl dt {
            float: none;
            display: block;
            padding: 0;
            margin: 0 0 1px;
            font: 900 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            letter-spacing: 3px;
        }

        .product-summary dl dd {
            display: block;
            margin: 0 0 17px;
            padding: 0;
            cursor: default;
            pointer-events: none;
            color: #000;
        }

            .product-summary dl dd a {
                cursor: default;
                pointer-events: none;
                color: #000;
            }

    .product-summary .btn-box {
        padding-top: 20px;
    }

    .product-summary .btn {
        min-width: 234px;
        padding: 21px 20px 16px;
    }

.wrap-overlap {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: hidden;
}

.ajax-sorting .about-section,
.ajax-sorting .sorting-content {
    position: relative;
    overflow: hidden;
}

    .ajax-sorting .about-section:after,
    .ajax-sorting .sorting-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: white;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease;
    }

.ajax-sorting.ajax-loading .about-section,
.ajax-sorting.ajax-loading .sorting-content {
    position: relative;
    overflow: hidden;
}

    .ajax-sorting.ajax-loading .about-section:after,
    .ajax-sorting.ajax-loading .sorting-content:after {
        opacity: .9;
        visibility: visible;
    }

.ajax-sorting .post {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

    .ajax-sorting .post.active {
        position: static;
        opacity: 1;
        visibility: visible;
    }

#content .post {
    margin: 0 0 25px;
}

#header {
    position: relative;
    z-index: 5;
    padding-bottom: 212px;
    margin-bottom: -212px;
}

.gray-theme.intro-less #header {
    margin-bottom: 0 !important;
    padding-bottom: 175px;
}

    .gray-theme.intro-less #header:after {
        background: #f9f9f8 !important;
        left: -9999px !important;
        right: -9999px !important;
        top: 0 !important;
        bottom: 0 !important;
        height: auto !important;
        z-index: 1;
    }

    .gray-theme.intro-less #header .header-main {
        z-index: 230;
        padding-bottom: 35px;
    }

.search-slide {
    position: relative;
    z-index: 20;
    margin: 0 -9999px;
    padding: 0 9999px;
}

    .search-slide:after {
        content: "";
        clear: both;
        position: absolute;
        background: #fff;
        zoom: 1;
        left: -9999px;
        right: -9999px;
        top: 0;
        bottom: 0;
    }

    .search-slide form {
        overflow: hidden;
        padding: 52px 110px 29px;
        position: relative;
        z-index: 10;
    }

    .search-slide input {
        background: none;
        border: none;
        border-left: 2px solid #908e88;
        width: 100%;
        float: left;
        font-size: 32px;
        height: 59px;
        padding: 5px 17px;
        line-height: 49px;
        color: #908e88;
        outline: none;
    }

        .search-slide input:focus {
            border-color: #908e88;
        }

        .search-slide input::-ms-clear {
            display: none;
        }

    .search-slide .search-opener {
        font-size: 41px;
        line-height: 42px;
        color: #43b7e8;
        right: -3px;
        top: 66px;
        position: absolute;
        text-decoration: none;
    }

        .search-slide .search-opener span {
            font-size: 41px;
            line-height: 42px;
        }

.header-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 4px 52px;
}

.logo {
    float: left;
}

    .logo img {
        vertical-align: top;
    }

    .logo a {
        display: block;
        text-decoration: none;
    }

.page-control {
    float: right;
    padding: 15px 0 0;
}

    .page-control ul {
        overflow: hidden;
        text-align: right;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .page-control li {
        display: inline-block;
        vertical-align: top;
    }

    .page-control .nav-control li {
        margin: 0 0 0 44px;
    }

        .page-control .nav-control li:first-child {
            margin: 0;
        }

    .page-control .nav-control a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .page-control .nav-control span {
        vertical-align: top;
    }

    .page-control a {
        text-decoration: none;
        color: #e9e9e9;
    }

        .page-control a:hover {
            color: #ed6d25;
        }

    .page-control .search-opener {
        font-size: 24px;
        line-height: 44px;
        color: #fff;
        text-decoration: none;
    }

        .page-control .search-opener span {
            font-size: 26px;
            line-height: 42px;
        }

            .page-control .search-opener span.desc {
                font-size: 18px;
                margin-right: 10px;
            }

ul.user-nav {
    margin-right: -4px;
    margin-bottom: 0;
}

    ul.user-nav li {
        letter-spacing: 1px;
        position: relative;
        float: left;
        margin: 0 0 0 11px;
        padding: 0 0 0 13px;
    }

        ul.user-nav li:after {
            content: "";
            clear: both;
            position: absolute;
            left: 0;
            top: 50%;
            margin: -8px 0 0;
            height: 16px;
            width: 1px;
            background: #fff;
        }

        ul.user-nav li:first-child:after {
            display: none;
        }

.nav-opener {
    width: 37px;
    height: 44px;
    position: relative;
    display: block;
    color: #fff;
}

    .nav-opener:hover {
        opacity: .9;
    }

        .nav-opener:hover span,
        .nav-opener:hover:before,
        .nav-opener:hover:after {
            background: #ed6d25;
        }

.nav-active .nav-opener {
    float: right;
}

    .nav-active .nav-opener span {
        opacity: 0;
    }

    .nav-active .nav-opener:before,
    .nav-active .nav-opener:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 0;
        right: 0;
    }

    .nav-active .nav-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 25%;
}

.nav-opener:after {
    top: 75%;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #43b7e8;
    height: 100vh;
    overflow: auto;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    font-size: 20px;
    line-height: 1.74;
    z-index: 2000;
}

    #nav .nav-opener {
        margin: 17px -3px 0 0;
    }

    #nav .title {
        display: block;
        font: 900 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif; /* 55px/1.3 */
        margin: 0;
    }

    #nav .contact .title,
    #nav .contact p,
    #nav .contact dl {
        margin: 0 0 8px;
    }

.nav-active #nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#nav .nav-top-bar {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 49px 4px 34px;
    margin: 0 0 77px;
}

#nav a {
    color: #fff;
    text-decoration: none;
}

    #nav a:hover {
        color: #ed6d25;
        text-decoration: none;
    }

#nav ul li {
    margin: 0 0 95px;
    overflow-y: hidden;
}

    #nav ul li li {
        margin: 0;
        line-height: 1.71;
    }

#nav dl {
    padding: 0 30px;
    line-height: 1.7;
    overflow-y: hidden;
}

#nav dt {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

#nav dd {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 14px;
}

.nav-active {
    height: 100vh;
    overflow: hidden;
}

/* split main nav into columns */
#menu-item-74,
#menu-item-63,
#menu-item-70 {
    display: block;
    float: left;
    width: 33%;
}

#menu-item-817 {
    font: 900 34px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#nav .contact {
    display: block;
    width: 100%;
}
/* */

#footer {
    background: #43b7e8;
}

.footer-holder {
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    padding: 70px 0 67px;
}

    .footer-holder .title {
        display: block;
        font-family: 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 23px;
        margin: 0 0 21px;
    }

    .footer-holder p {
        margin: 0 0 23px;
    }

    .footer-holder .col {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        letter-spacing: 0;
        text-align: left;
        width: calc(100% / 3 - .1px);
        padding: 0 55px;
    }

        .footer-holder .col:nth-child(3n+1) {
            float: left;
            padding: 0 6.4% 0 12px;
        }

        .footer-holder .col:nth-child(3n+2) {
            float: right;
            padding: 0 0 0 8.3%;
        }

    .footer-holder a {
        color: #fff;
        text-decoration: none;
    }

        .footer-holder a:hover {
            color: #ccc;
        }

    .footer-holder dl {
        overflow: hidden;
        margin: 0 0 16px;
    }

        .footer-holder dl dt {
            font-weight: normal;
        }

        .footer-holder dl dd {
            margin: 0 0 0 47px;
        }

    .footer-holder ul {
        margin: 0;
        overflow-y: hidden;
    }

        .footer-holder ul li {
            margin: 0 0 21px;
        }

        .footer-holder ul a {
            text-decoration: underline;
        }

            .footer-holder ul a:hover {
                text-decoration: none;
            }

.footer-legal {
    margin: 25px 0 0 0;
    text-align: center;
    font-size: 0.8em;
}

    .footer-legal p {
        margin: 0 !important;
    }

.social-links li {
    display: inline-block;
}

.social-links a {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url(images/social-sprite.png) no-repeat 0 0;
    text-indent: -9999em;
    outline: 0;
}

.social-links .linkedin a {
    background: url(images/social-sprite.png) no-repeat -45px 0;
}

.social-links .ebay a {
    width: 87px;
    margin-right: 0;
    background: url(images/social-sprite.png) no-repeat -90px 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

@media (max-width: 1439px) {
    #wp-calendar {
        font-size: 14px;
    }

    .container,
    .section,
    .section .heading,
    .tab-holder,
    .sorting-holder,
    .section-person .person-info,
    .gray-theme .intro .page-head,
    .full-post,
    .paralax-section .holder,
    .logistics,
    .twocolumn,
    #header,
    #nav .holder,
    .footer-holder {
        padding: 0 10px;
    }

    .section {
        padding: 65px 0 0;
    }

        .section h2 {
            font: bold 30px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 2px;
        }

        .section .subtitle {
            font-size: 18px;
            margin: 0 0 43px;
        }

    body {
        font-size: 18px;
    }

    .visual {
        max-height: 415px;
    }

    .home-canvas {
        width: 100%;
        height: 650px;
    }

    .intro-text {
        top: 181px;
        font-size: 26px;
        padding: 0 10px;
    }

        .intro-text h1 {
            margin: 0 0 34px;
            font-size: 55px;
        }

        .intro-text.page-title {
            top: 163px;
        }

    .carousel-post,
    .carousel {
        padding: 33px 0 0;
    }

        .carousel-post .slide,
        .carousel .slide {
            width: 25%;
        }

    .tab-holder {
        padding: 0 46px;
    }

    .tab .tab-text {
        width: 397px;
        font-size: 20px;
    }

        .tab .tab-text .title {
            font-size: 30px;
        }

    .about-section,
    .about-section-new {
        padding-top: 44px;
        padding-left: 46px;
        padding-right: 46px;
    }

    .about-section,
    .about-section-new {
        padding-bottom: 0;
    }

        .about-section .subtitle,
        .about-section-new .subtitle {
            margin: 0 0 49px;
        }

        .about-section.archives {
            padding-top: 34px;
            margin-bottom: 23px;
        }

            .about-section.archives .subtitle {
                margin: 0 0 49px;
            }

            .about-section.archives .sorting-holder:first-child {
                padding: 0;
                overflow: visible;
            }

                .about-section.archives .sorting-holder:first-child .sorting-list,
                .about-section.archives .sorting-holder:first-child .inpage-subnav {
                    margin: 0 0 40px;
                }

    .about-box .text-box {
        font-size: 20px;
    }

        .about-box .text-box:after {
            top: 98px;
            -webkit-transform: skewY(13deg);
            -ms-transform: skewY(13deg);
            transform: skewY(13deg);
        }

        .about-box .text-box h3 {
            margin: 0 0 31px;
            font-size: 28px;
        }

    .about-box .box {
        padding: 203px 77px 0 37px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .sorting-list li a,
    .inpage-subnav li a {
        min-width: 184px;
        padding: 16px 10px 16px;
    }

    .sorting-content {
        margin: 0;
    }

        .sorting-content .post {
            width: calc(100% / 3 - 20px);
            margin: 0 10px 37px;
            padding: 25px 30px;
            font-size: 20px;
        }

            .sorting-content .post .post-title {
                margin: 0 0 30px;
            }

            .sorting-content .post h3 {
                font: bold 28px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            }

        .sorting-content .member {
            width: calc(100% / 3 - 36px);
            margin: 0 18px 36px;
            font-size: 20px;
            line-height: 1.44;
        }

            .sorting-content .member .box {
                padding: 180px 70px 10px 26px;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

            .sorting-content .member .leader-info {
                font-size: 20px;
            }

                .sorting-content .member .leader-info:after {
                    top: 120px;
                }

                .sorting-content .member .leader-info h2 {
                    font: 900 40px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                    margin: 0 0 2px;
                }

    .btn-top-wrap {
        right: 20px;
    }

    .btn-top {
        width: 68px;
        height: 68px;
    }

    .btn-top-inner:after {
        border-width: 0 13px 16px 13px;
        margin: -10px 0 0 -13px;
    }

    .btn-top .flyout {
        top: 16px;
        left: -100px;
    }

    .btn-top:hover .flyout {
        left: -125px;
    }

    .section-person .heading {
        margin: 0 45px;
        padding: 61px 0 0;
    }

        .section-person .heading .subtitle {
            font-size: 18px;
            line-height: 1.1;
            margin: 0 0 61px;
        }

        .section-person .heading h2 {
            margin: 0;
        }

    .section-person .person-info {
        padding: 0 47px;
        margin-top: -400px;
        text-align: left;
        font-size: 18px;
        line-height: 1.55;
        word-spacing: 0;
    }

        .section-person .person-info .holder {
            width: auto;
            position: relative;
            background: #fff;
            padding: 32px 42px 4px 28px;
        }

            .section-person .person-info .holder h2 {
                margin: 0 0 16px;
                line-height: 1.2;
            }

            .section-person .person-info .holder p {
                margin: 0 0 29px;
            }

    .gray-theme #header {
        margin-bottom: -194px;
        padding-bottom: 194px;
    }

        .gray-theme #header .header-main {
            padding: 35px 48px 49px;
            bottom: 5px;
        }

    .gray-theme .intro {
        padding: 190px 0 0;
    }

    .gray-theme .page-control {
        padding: 5px 0 0;
        margin: 0;
    }

    .gray-theme #header .header-main {
        bottom: 5px;
    }

    .gray-theme #header:after {
        left: 48px;
        right: 48px;
        bottom: 5px;
    }

    .gray-theme .intro .page-head {
        padding: 32px 0 21px;
        font-size: 12px;
    }

    .gray-theme .intro h1 {
        font-size: 30px;
        margin: 0 0 4px;
    }

    h1.product-name {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .gray-theme .intro .subtitle {
        display: block;
        font-size: 18px;
        margin: 0 0 6px;
    }

    .gray-theme .intro .search-title {
        font: bold 20px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        padding: 3px 0 6px;
        margin: 0;
    }

    .gray-theme .intro .search-info {
        font-size: 14px;
        margin: 0 0 17px;
    }

    .gray-theme .intro .product-title {
        font-size: 14px;
        padding: 1px 0 0;
        margin: 0 0 2px;
    }

    .full-post {
        padding: 39px 48px 98px;
        line-height: 1.55;
        position: relative;
    }

        .full-post .post-text {
            overflow: visible;
            padding: 0;
        }

        .full-post h2 {
            width: 57.5%;
            font-size: 28px;
            line-height: 1.28;
            margin: 0 -4% 18px 0;
        }

        .full-post .alignright {
            padding: 10px 1.6% 0 0;
            margin: 0 0 0 4%;
            max-width: 40.7%;
        }

            .full-post .alignright img {
                display: block;
                margin: 0;
            }

        .full-post .btn {
            min-width: 132px;
            margin: 0;
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-width: 3px;
            padding: 11px 12px 12px;
            text-decoration: none;
        }

    .related-posts {
        padding: 53px 33px 79px;
    }

        .related-posts:after {
            left: 46px;
            right: 46px;
        }

        .related-posts .carousel-post {
            margin: 0 0 4px;
            padding: 53px 4px 0 4px;
            margin: 0 0 4px;
            position: relative;
        }

            .related-posts .carousel-post .slide {
                width: calc(50% - 20px);
                padding: 21px 30px 97px;
                font-size: 18px;
                line-height: 1.5;
                margin: 0 10px;
            }

                .related-posts .carousel-post .slide .post-title {
                    margin: 0 0 38px;
                }

                .related-posts .carousel-post .slide h3 {
                    font: bold 28px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                    margin: 0 0 21px;
                }

        .related-posts .btn {
            font-size: 12px;
            line-height: 1.45;
            min-width: 132px;
            padding: 11px 7px 11px;
        }

    .page-heading-text {
        padding: 34px 0 0;
        line-height: 1.55;
        margin: 0 auto 16px;
    }

        .page-heading-text p {
            margin: 0 0 28px;
        }

        .page-heading-text .title {
            font-size: 18px;
            line-height: 1.55;
        }

    .columns-info {
        margin: 0 -11px 43px;
        padding: 0;
        line-height: 1.25;
        font-size: 16px;
    }

        .columns-info .column {
            width: calc(50% - 22px);
            margin: 0 11px 18px;
            padding: 0 25px 87px 45px;
            position: relative;
            letter-spacing: 0;
        }

            .columns-info .column .col-ico {
                margin: -3px 0 36px;
                width: 78px;
            }

            .columns-info .column h2 {
                font-size: 24px;
                margin: 0 0 18px;
            }

            .columns-info .column .btn {
                position: absolute;
                bottom: 40px;
                font-size: 12px;
                line-height: 1.45;
                min-width: 131px;
                padding: 10px 7px 12px;
                border-width: 3px;
                left: 46px;
            }

    .services-section {
        padding: 63px 46px 39px;
        margin: 0 0 47px;
        font-size: 18px;
        line-height: 1.54;
    }

        .services-section:after {
            display: none;
        }

        .services-section h3 {
            font-size: 30px;
            line-height: 1.38;
            margin: 0 0 50px;
        }

        .services-section h4 {
            font-size: 20px;
            line-height: 1.2;
            margin: 0 auto 3px;
            max-width: 840px;
        }

        .services-section .ico {
            text-align: center;
            margin: 0 0 39px;
        }

            .services-section .ico img {
                width: 69px;
                vertical-align: top;
            }

        .services-section p {
            margin: 0 0 33px;
        }

        .services-section ul {
            padding: 17px 0 0;
        }

            .services-section ul li {
                margin: 0;
            }

    .cycle-gallery {
        padding: 16px 49px 51px;
        margin: 0 auto 63px;
    }

        .cycle-gallery .mask .slide {
            padding: 0 0 20px;
        }

    .slide-quo {
        width: 36.8%;
        font-size: 30px;
        padding: 40px 20px 75px 16px;
        line-height: 1.22;
    }

    .paralax-section {
        padding: 0;
        margin: 0;
        max-width: none;
        font-size: 24px;
    }

        .paralax-section .holder {
            padding: 64px 46px 29px;
            margin: 0 auto;
        }

            .paralax-section .holder:after {
                left: 48px;
                right: 48px;
            }

        .paralax-section h2 {
            line-height: 1.07;
            margin: 0 0 24px;
        }

        .paralax-section .subtitle {
            line-height: 1.32;
        }

        .paralax-box .container,
        .paralax-box .section,
        .paralax-box .section .heading,
        .section .paralax-box .heading,
        .paralax-box .tab-holder,
        .paralax-box .sorting-holder,
        .paralax-box .section-person .person-info,
        .section-person .paralax-box .person-info,
        .paralax-box .gray-theme .intro .page-head,
        .gray-theme .intro .paralax-box .page-head,
        .paralax-box .full-post,
        .paralax-box .paralax-section .holder,
        .paralax-section .paralax-box .holder,
        .paralax-box .logistics,
        .paralax-box .twocolumn,
        .paralax-box #header,
        .paralax-box #nav .holder,
        #nav .paralax-box .holder,
        .paralax-box .footer-holder {
            padding: 41px 0;
        }

            .paralax-box .container h2,
            .paralax-box .section h2,
            .section .paralax-box .heading h2,
            .paralax-box .tab-holder h2,
            .paralax-box .sorting-holder h2,
            .paralax-box .section-person .person-info h2,
            .section-person .paralax-box .person-info h2,
            .paralax-box .gray-theme .intro .page-head h2,
            .gray-theme .intro .paralax-box .page-head h2,
            .paralax-box .full-post h2,
            .paralax-box .paralax-section .holder h2,
            .paralax-section .paralax-box .holder h2,
            .paralax-box .logistics h2,
            .paralax-box .twocolumn h2,
            .paralax-box #header h2,
            .paralax-box #nav .holder h2,
            #nav .paralax-box .holder h2,
            .paralax-box .footer-holder h2 {
                margin: 0 0 43px;
            }

            .paralax-box .container .text,
            .paralax-box .section .text,
            .section .paralax-box .heading .text,
            .paralax-box .tab-holder .text,
            .paralax-box .sorting-holder .text,
            .paralax-box .section-person .person-info .text,
            .section-person .paralax-box .person-info .text,
            .paralax-box .gray-theme .intro .page-head .text,
            .gray-theme .intro .paralax-box .page-head .text,
            .paralax-box .full-post .text,
            .paralax-box .paralax-section .holder .text,
            .paralax-section .paralax-box .holder .text,
            .paralax-box .logistics .text,
            .paralax-box .twocolumn .text,
            .paralax-box #header .text,
            .paralax-box #nav .holder .text,
            #nav .paralax-box .holder .text,
            .paralax-box .footer-holder .text {
                max-width: 214px;
                margin: 0 auto;
                position: relative;
                border-top: 1px solid #000;
                font-size: 14px;
                line-height: 1.18;
                padding: 12px 0 0;
            }

                .paralax-box .container .text .title,
                .paralax-box .section .text .title,
                .section .paralax-box .heading .text .title,
                .paralax-box .tab-holder .text .title,
                .paralax-box .sorting-holder .text .title,
                .paralax-box .section-person .person-info .text .title,
                .section-person .paralax-box .person-info .text .title,
                .paralax-box .gray-theme .intro .page-head .text .title,
                .gray-theme .intro .paralax-box .page-head .text .title,
                .paralax-box .full-post .text .title,
                .paralax-box .paralax-section .holder .text .title,
                .paralax-section .paralax-box .holder .text .title,
                .paralax-box .logistics .text .title,
                .paralax-box .twocolumn .text .title,
                .paralax-box #header .text .title,
                .paralax-box #nav .holder .text .title,
                #nav .paralax-box .holder .text .title,
                .paralax-box .footer-holder .text .title {
                    font-size: 45px;
                    margin: 0 0 9px;
                }

            .paralax-box .section img,
            .section .paralax-box .heading img,
            .paralax-box .tab-holder img,
            .paralax-box .sorting-holder img,
            .paralax-box .section-person .person-info img,
            .section-person .paralax-box .person-info img,
            .paralax-box .gray-theme .intro .page-head img,
            .gray-theme .intro .paralax-box .page-head img,
            .paralax-box .full-post img,
            .paralax-box .paralax-section .holder img,
            .paralax-section .paralax-box .holder img,
            .paralax-box .logistics img,
            .paralax-box .twocolumn img,
            .paralax-box #header img,
            .paralax-box #nav .holder img,
            #nav .paralax-box .holder img,
            .paralax-box .footer-holder img {
                height: 119px;
                margin: 0 0 26px;
            }

    .paralax-block img {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .paralax-block .quo-paralax {
        width: 65%;
    }

        .paralax-block .quo-paralax q {
            display: block;
            quotes: none;
            position: relative;
            padding: 61px 0 0;
            margin: 0 0 15px;
        }

            .paralax-block .quo-paralax q:after {
                font-size: 50px;
            }

        .paralax-block .quo-paralax cite {
            line-height: 1.1;
        }

            .paralax-block .quo-paralax cite .title {
                margin: 0 0 10px;
            }

    .tab-container {
        width: 74.5%;
        line-height: 1.55;
        font-size: 18px;
        padding: 0 32px;
        margin: 0;
    }

        .tab-container .tab-ico {
            margin: -106px 0 16px -8px;
            width: 126px;
        }

        .tab-container h2 {
            font-size: 24px;
            margin: 0 0 24px;
        }

    .archives .tab-content {
        padding: 0;
    }

    .tab-page {
        padding: 112px 0 0;
        margin: -10px 0 0;
    }

        .tab-page .btn-box {
            position: static;
            bottom: 0;
            right: 0;
            width: auto;
            text-align: center;
            margin: 0 0 56px;
        }

        .tab-page .btn {
            min-width: 131px;
            padding: 10px 10px 12px;
            border-width: 3px;
        }

    .tab-bg {
        top: 80px;
    }

    .logistics {
        padding-top: 62px;
        margin: 0 auto 5px;
    }

        .logistics:after {
            left: 46px;
            right: 46px;
        }

    .process-list {
        padding: 0 74px 0 60px;
    }

        .process-list:after,
        .process-list:before {
            content: "";
            clear: both;
            position: absolute;
            top: 0;
            bottom: 50%;
            left: 0;
            right: 0;
            margin: 115px -9999px 7px;
            background: rgba(67, 183, 232, .1);
        }

        .process-list:after {
            bottom: 0;
            top: 50%;
            margin: 102px -9999px 3px;
        }

        .process-list li {
            padding: 51px 80px 0;
            width: 50%;
            margin: 0 0 13px;
        }

            .process-list li span {
                display: none;
            }

        .process-list .img-box {
            min-height: 100px;
            width: 100%;
            margin: 0 0 25px;
        }

            .process-list .img-box:after {
                height: 100px;
            }

            .process-list .img-box img {
                max-width: 88px;
                max-height: 88px;
                width: auto;
                vertical-align: middle;
                height: auto;
            }

        .process-list .title {
            font: bold 18px/1.19 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        }

    .section-detail .heading {
        overflow: hidden;
        margin-bottom: 62px;
    }

    .content-box {
        line-height: 1.55;
    }

        .content-box .holder {
            overflow: hidden;
            padding: 33px 48px 12px;
        }

        .content-box .title {
            font: bold 30px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            display: block;
            padding: 19px 0 0;
            margin: 0 0 37px;
        }

        .content-box p {
            margin: 0 0 28px;
        }

            .content-box p br {
                display: none;
            }

        .content-box ul {
            margin: 0 0 18px;
        }

            .content-box ul li {
                padding: 0 20px 0 12px;
                margin: 0 0 23px;
            }

                .content-box ul li:after {
                    top: 12px;
                    left: 1px;
                    width: 4px;
                    height: 4px;
                }

        .content-box .col {
            float: left;
            width: 50%;
            padding: 33px 48px 23px;
        }

            .content-box .col h3,
            .content-box .col .title-informer {
                padding: 15px 10px 0 0;
                font-size: 24px;
            }

            .content-box .col ul {
                padding: 22px 0 0 10px;
                margin: 0;
            }

                .content-box .col ul li {
                    margin: 0 0 19px;
                }

            .content-box .col + .col {
                padding: 48px 48px 23px;
            }

                .content-box .col + .col h2 {
                    padding: 7px 10px;
                    margin: 0 0 20px;
                }

                .content-box .col + .col ol,
                .content-box .col + .col ul {
                    padding: 0 0 0 10px;
                    margin: 0;
                }

                    .content-box .col + .col ol li,
                    .content-box .col + .col ul li {
                        margin: 0 0 23px;
                        padding: 0 0 0 10px;
                    }

                    .content-box .col + .col ol li {
                        padding: 0 0 0 19px;
                        text-indent: 0;
                    }

    .section.location {
        padding-top: 58px;
    }

    .location-list {
        padding: 47px 0 0 49px;
        line-height: 1.34;
        margin-bottom: 75px;
    }

        .location-list ul li {
            margin: 0;
        }

        .location-list > ul {
            -moz-column-count: 2;
            -moz-column-gap: 22px;
            -webkit-column-count: 2;
            -webkit-column-gap: 22px;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 22px;
            -moz-column-gap: 22px;
            column-gap: 22px;
        }

            .location-list > ul > li {
                margin: 0 0 21px;
            }

                .location-list > ul > li:last-child {
                    margin: 0 0 80px;
                }

                .location-list > ul > li span {
                    font: bold 23px/1.15 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                }

    .twocolumn {
        padding: 39px 46px 9px;
    }

    .widget {
        padding: 21px 20px 35px;
        margin: 0 0 34px;
    }

        .widget h2,
        .widget h3 {
            padding: 10px 20px 22px;
            margin: 0 -20px 29px;
            font-size: 24px;
        }

        .widget .title {
            margin: 0 0 21px;
            padding: 0 10px;
        }

        .widget ul {
            padding: 0;
        }

            .widget ul li {
                margin: 0 0 19px;
            }

    #content {
        padding: 0 24px 0 2px;
    }

        #content h1 {
            margin: 0 0 26px;
            font-size: 38px;
        }

        #content h2 {
            word-spacing: 3px;
            margin: 0 0 27px;
            font-size: 24px;
        }

        #content h3 {
            padding: 15px 10px 0 0;
            font-size: 24px;
        }

        #content p {
            margin: 0 0 20px;
        }

        #content blockquote {
            margin: 0 0 24px;
            padding: 20px 24px 0 0;
            font-size: 18px;
        }

            #content blockquote p,
            #content blockquote q {
                font-size: 20px;
                margin: 0 0 20px;
            }

        #content ul {
            margin: 0;
        }

            #content ul li {
                padding: 0 20px 0 12px;
                margin: 0 0 23px;
            }

                #content ul li:after {
                    top: 12px;
                    left: 1px;
                    width: 4px;
                    height: 4px;
                }

        #content ol,
        #content ul {
            padding: 23px 0 23px 10px;
            margin: 0;
        }

            #content ol li,
            #content ul li {
                margin: 0 0 23px;
                padding: 0 0 0 10px;
            }

            #content ol li {
                padding: 0 0 0 19px;
                text-indent: 0;
            }

    .search-result {
        font-size: 14px;
        margin: 0 0 69px;
    }

        .search-result th,
        .search-result tr,
        .search-result td {
            font-size: 12px;
            line-height: 1.25;
            padding: 9px 10px 11px;
            letter-spacing: 0;
            word-spacing: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .search-result th:first-child,
            .search-result tr:first-child,
            .search-result td:first-child {
                padding-left: 10px;
            }

        .search-result th {
            padding: 11px 10px 10px;
            letter-spacing: 1px;
        }

            .search-result th img {
                width: 8px;
                height: 6px;
                margin: 4px 0 0 5px;
            }

        .search-result .td1 {
            width: 33.4%;
        }

        .search-result .td2 {
            width: 28.7%;
        }

        .search-result .td3 {
            width: 21.4%;
        }

        .search-result .td4 {
            display: none;
        }

        .search-result .td5 {
            width: 16.5%;
        }

    .paging-box {
        margin: 0;
    }

    .navigation.pagination,
    .navigation-comments {
        font-size: 14px;
    }

        .navigation.pagination .title,
        .navigation-comments .title {
            margin: 0 -4px 0 0;
        }

        .navigation .page-numbers,
        .navigation-comments .page-numbers {
            padding: 0 8px 0 9px;
        }

            .navigation .page-numbers:after,
            .navigation-comments .page-numbers:after {
                top: 4px;
                bottom: 3px;
                left: -1px;
                width: 1px;
            }

            .navigation .page-numbers.dots,
            .navigation-comments .page-numbers.dots {
                margin: 0 0 0 -5px;
            }

    .product-summary {
        padding: 25px 0 14px;
    }

        .product-summary .product-info {
            padding: 50px 0;
            margin: 0 0 50px;
        }

        .product-summary .aligncenter {
            margin-bottom: 20px;
            max-width: 242px;
        }

        .product-summary dl {
            font-size: 14px;
            line-height: 1.1;
        }

            .product-summary dl dt {
                margin: 0;
                font: 900 18px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                letter-spacing: 2px;
            }

            .product-summary dl dd {
                margin: 0 0 12px;
                padding: 0;
            }

        .product-summary .btn-box {
            padding-top: 10px;
        }

        .product-summary .btn {
            min-width: 132px;
            padding: 12px 10px 11px;
        }

    .gray-theme.intro-less #header {
        margin-bottom: 0 !important;
        padding-bottom: 133px;
    }

    #header {
        padding-bottom: 102px;
        margin-bottom: -102px;
    }

    .search-slide form {
        padding: 25px 100px;
    }

    .search-slide .search-opener {
        right: 36px;
        top: 35px;
    }

    .search-slide form {
        padding: 25px 95px;
    }

    .search-slide input {
        font-size: 22px;
        height: 38px;
        padding: 5px 15px;
        line-height: 28px;
    }

    .search-slide .search-opener {
        font-size: 30px;
        line-height: 34px;
        top: 26px;
        right: 34px;
    }

        .search-slide .search-opener span {
            font-size: 30px;
            line-height: 34px;
        }

    .header-main {
        padding: 24px 34px 72px;
    }

    .header-main {
        padding: 11px 48px 0;
    }

    .logo {
        max-width: 185px;
    }

    .page-control {
        padding: 4px 0 0;
    }

        .page-control ul {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .page-control .nav-control li {
            margin: 0 0 0 31px;
        }

            .page-control .nav-control li:first-child {
                margin: 0;
            }

        .page-control .search-opener {
            font-size: 18px;
            line-height: 32px;
        }

            .page-control .search-opener span {
                font-size: 18px;
                line-height: 34px;
            }

                .page-control .search-opener span.desc {
                    font-size: 14px;
                }

    ul.user-nav li {
        margin: 0 0 0 9px;
        padding: 0 0 0 10px;
    }

        ul.user-nav li:after {
            margin: -5px 0 0;
            height: 10px;
        }

    .nav-opener {
        width: 26px;
        height: 32px;
    }

        .nav-opener span,
        .nav-opener:before,
        .nav-opener:after {
            height: 3px;
            margin-top: -1px;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

    #nav {
        font-size: 18px;
        line-height: 1.6;
    }

        #nav .holder {
            padding: 0 44px;
        }

        #nav .nav-top-bar {
            padding: 40px 6px 24px;
            margin: 0 0 21px;
        }

        #nav .title {
            font: 900 30px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0;
        }

    #menu-item-817 {
        font: 900 30px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

    #nav .nav-opener {
        margin: 3px -8px 0 0;
    }

    #nav ul li {
        margin: 0 0 50px;
    }

        #nav ul li li {
            margin: 0;
            line-height: 1.63;
        }

    #nav dl {
        padding: 0;
        line-height: 1.65;
        margin: 0 0 20px;
        overflow-y: hidden;
    }

    #nav dd {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 20px;
    }

    .footer-holder {
        padding: 36px 35px 43px;
        font-size: 14px;
        line-height: 1.3;
    }

        .footer-holder .title {
            font-size: 18px;
            margin: 0 0 10px;
        }

        .footer-holder p {
            margin: 0 0 24px;
        }

        .footer-holder a {
            color: #fff;
        }

        .footer-holder .col {
            display: inline-block;
            vertical-align: top;
            white-space: normal;
            letter-spacing: 0;
            text-align: left;
            width: calc(100% / 3 - .1px);
            padding: 0 7px;
        }

            .footer-holder .col:nth-child(3n+1) {
                float: left;
                padding: 0 6.4% 0 12px;
            }

            .footer-holder .col:nth-child(3n+2) {
                float: right;
                padding: 0 0 0 7%;
            }

        .footer-holder dl {
            margin: 0 0 17px;
        }

            .footer-holder dl dd {
                margin: 0 0 0 36px;
            }

        .footer-holder ul li {
            margin: 0 0 18px;
        }
}

@media (max-width: 1261px) {

    .visual {
        max-height: 350px;
    }

    .intro-text {
        top: 177px;
        font-size: 18px;
        padding: 0 10px;
    }

        .intro-text h1 {
            margin: 0 0 36px;
            font-size: 40px;
        }

        .intro-text .holder {
            max-width: 550px;
        }

        .intro-text.page-title {
            top: 112px;
        }

            .intro-text.page-title h1 {
                margin: 0;
                font-size: 30px;
            }

    #main.main-table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        #main.main-table .twocolumn {
            display: table;
            table-layout: fixed;
        }

        #main.main-table #sidebar {
            display: table-footer-group;
        }

        #main.main-table .section-detail {
            padding-bottom: 40px;
        }

    .partners-block {
        max-width: 80%;
        padding-top: 70px;
    }

    .carousel-post,
    .carousel {
        margin: 0 0 68px;
        padding: 13px 0 0;
    }

        .carousel-post .slide,
        .carousel .slide {
            width: calc(100% / 3);
        }

            .carousel-post .slide a,
            .carousel .slide a {
                max-width: 62%;
                margin: 0 auto;
            }

    .service {
        margin-bottom: 0;
    }

    .tab-holder {
        padding: 0;
    }

    .tabset {
        padding: 0 3% 32px;
        font-size: 10px;
    }

        .tabset:before {
            top: 50px;
        }

        .tabset .img-box {
            margin-bottom: 34px;
        }

        .tabset img {
            max-height: 49px;
            width: auto;
        }

        .tabset .title {
            margin: 0 0 3px;
            font: bold 12px/1.25 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        }

    .tab-content {
        padding: 0 46px;
    }

    .tab .tab-text {
        width: 211px;
        font-size: 14px;
        line-height: 1.29;
    }

        .tab .tab-text:after {
            top: 43px;
        }

        .tab .tab-text .title {
            font-size: 18px;
            line-height: 1.27;
            margin: 0;
        }

    .tab .box {
        position: relative;
        z-index: 10;
        padding: 70px 19px 0;
    }

    .tab-h {
        display: none;
    }

    .about-box {
        margin: 0 0 39px;
    }

        .about-box .text-box {
            font-size: 14px;
            width: 442px;
            line-height: 1.28;
        }

            .about-box .text-box:after {
                top: 89px;
                -webkit-transform: skewY(22deg);
                -ms-transform: skewY(22deg);
                transform: skewY(22deg);
            }

            .about-box .text-box h3 {
                margin: 0;
                font-size: 18px;
                line-height: 1.2;
            }

        .about-box .box {
            padding: 135px 130px 0 20px;
        }

    .sorting-holder.imaged-sorting .heading {
        padding: 0;
    }

        .sorting-holder.imaged-sorting .heading h2 {
            font: bold 30px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 2px;
        }

        .sorting-holder.imaged-sorting .heading .subtitle {
            font-size: 18px;
            margin: 0 0 55px;
        }

    .sorting-holder.imaged-sorting {
        padding-bottom: 37px;
        padding-top: 42px;
    }

        .sorting-holder.imaged-sorting .sorting-list,
        .sorting-holder.imaged-sorting .inpage-subnav {
            margin: 0 0 36px;
        }

        .sorting-holder.imaged-sorting .sorting-content {
            margin: 0 -14px;
        }

    .sorting-holder {
        padding-left: 46px;
        padding-right: 46px;
        padding-bottom: 84px;
    }

    .sorting-list,
    .inpage-subnav {
        overflow: hidden;
        width: 100%;
        display: block;
        margin: 0 0 43px;
        padding: 0 0 20px;
        letter-spacing: -5px;
    }

        .sorting-list li,
        .inpage-subnav li {
            letter-spacing: 0;
            width: calc(20% - 8px);
            margin: 0 3px;
            font-size: 12px;
            line-height: 1.45;
        }

            .sorting-list li a,
            .inpage-subnav li a {
                min-width: 1px;
                padding: 12px 2px 11px;
                display: block;
                border-width: 3px;
            }

            .sorting-list li.active a,
            .inpage-subnav li.active a {
                color: #fff;
            }

                .sorting-list li.active a:after,
                .inpage-subnav li.active a:after {
                    border-width: 12px 10px 0 10px;
                    margin: 3px 0 0 -12px;
                }

    .sorting-content {
        margin: 0 -8px;
    }

        .sorting-content .post {
            width: calc(50% - 20px);
            padding: 21px 30px;
            font-size: 18px;
            line-height: 1.5;
            margin: 0 10px 36px;
        }

            .sorting-content .post .post-title {
                margin: 0 0 38px;
            }

            .sorting-content .post h3 {
                font: bold 28px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                margin: 0 0 16px;
            }

            .sorting-content .post p {
                margin: 0 0 24px;
            }

        .sorting-content .member {
            width: calc(50% - 30px);
            margin: 0 15px 29px;
            font-size: 23px;
        }

            .sorting-content .member .box {
                padding: 197px 70px 10px 29px;
            }

            .sorting-content .member .leader-info {
                font-size: 18px;
                line-height: 1.2;
            }

                .sorting-content .member .leader-info:after {
                    top: 124px;
                    -webkit-transform: skewY(38deg);
                    -ms-transform: skewY(38deg);
                    transform: skewY(38deg);
                }

                .sorting-content .member .leader-info h2 {
                    font: 900 45px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                    margin: 0 0 3px;
                }

    .btn-wrap {
        padding: 25px 0 0;
    }

    .btn,
    .view-more {
        min-width: calc(20% - 8px);
        padding: 11px 8px;
        font-size: 12px;
        border-width: 3px;
    }

    .btn-top-wrap {
        right: 15px;
    }

    .btn-top-wrap-left{
        left:0px;
    }

    .btn-top-wrap.btn-back {
        bottom: 50px;
    }

        .btn-top-wrap.absolute-state {
            bottom: -27px;
        }


        .btn-top-wrap.btn-back.absolute-state {
            bottom: 24px;
        }

    .btn-top {
        width: 42px;
        height: 42px;
    }

    .btn-top-inner {
        border-width: 2px;
    }

        .btn-top-inner:after {
            border-width: 0 8px 10px 8px;
            margin: -5px 0 0 -8px;
        }

    .btn-top .flyout {
        display: none;
    }

    .gray-theme #header {
        margin-bottom: -157px;
        padding-bottom: 157px;
    }

        .gray-theme #header .header-main {
            padding: 0 48px 49px;
            bottom: 5px;
        }

    .gray-theme .intro {
        padding: 152px 0 0;
    }

    .twocolumn {
        padding: 39px 36px 9px;
    }

        .twocolumn .btn {
            min-width: 100px;
        }

    #sidebar {
        float: none;
        width: auto;
    }

    #content {
        float: none;
        width: auto;
        padding: 0;
    }
}

@media (max-width: 1067px) {

    .video-holder {
        margin: 0;
        width: 100%;
    }

        .video-holder iframe {
            width: 100%;
            height: 500px;
        }
}

@media (max-width: 1140px) {

    .section-person .person-info {
        margin-top: -200px;
    }
}

@media (max-width: 1023px) {

    .sorting-content .member .leader-info {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {

    /* hide subnav on pages without children */
    .page-id-13 .sorting-holder,
    .page-id-806 .sorting-holder {
        display: none;
    }

    .comment-form textarea,
    .comment-form input[type="text"] {
        width: 100%;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }

    p iframe {
        height: 160px !important;
    }

    .section {
        padding: 35px 0 0;
    }

        .section h2 {
            font: bold 17px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 1px;
        }

        .section .subtitle {
            font-size: 12px;
            margin: 0 0 24px;
        }

    body {
        font-size: 14px;
    }

    .home-canvas {
        display: none;
    }

    .home-img {
        display: block;
    }

    .intro img {
        width: 139%;
        max-width: none;
        margin: 0 -19.5%;
        float: left;
    }

    .intro.page-intro img {
        width: 185%;
        max-width: none;
        margin: 0 -42.5%;
        float: left;
    }

    .intro-text {
        top: 87px;
        font-size: 14px;
        padding: 0 10px;
    }

        .intro-text h1 {
            margin: 0 0 19px;
            padding: 0 20px;
            font-size: 24px;
        }

        .intro-text .holder {
            max-width: 320px;
        }

    .partners-block {
        padding-top: 35px;
    }

    .carousel-post,
    .carousel {
        margin: 0 0 34px;
        padding: 8px 0 0;
    }

        .carousel-post .slide,
        .carousel .slide {
            width: 50%;
        }

            .carousel-post .slide a,
            .carousel .slide a {
                max-width: 50%;
                margin: 0 auto;
            }

    .video-holder {
        margin: 0 0 14px;
        width: 100%;
    }

        .video-holder iframe {
            width: 100%;
            height: 280px;
        }

    .tabset {
        display: none;
    }

    .tab-content .pagination {
        display: block;
    }

    .tab-content {
        padding: 11px 0 0;
    }

    .tab .tab-text {
        position: absolute;
        width: 72.8%;
        text-align: left;
        top: 0;
        left: 0;
        bottom: 0;
        color: #000;
        font-size: 14px;
        line-height: 1.37;
    }

        .tab .tab-text:after {
            content: "";
            clear: both;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 1;
            margin: 0 0 -999px;
            height: 150%;
            -webkit-transform: skewY(0);
            -ms-transform: skewY(0);
            transform: skewY(0);
            background: -webkit-linear-gradient(45deg, #43b7e8 0%, #9dcae9 100%);
            background: linear-gradient(45deg, #43b7e8 0%, #9dcae9 100%);
        }

        .tab .tab-text .title {
            font-size: 28px;
            line-height: 1.27;
            margin: 0 0 22px;
        }

        .tab .tab-text .grayscale {
            display: block;
            height: 37px;
            margin: 0 0 18px;
        }

    .tab .box {
        position: relative;
        z-index: 10;
        padding: 19px 28px 0;
    }

    .tab > img {
        max-height: 430px;
        max-width: none;
        width: auto;
        float: left;
    }

    .mob-h {
        display: none;
    }

    .about-section,
    .about-section-new .about-box {
        display: none;
    }

        .about-section.archives {
            display: block;
            overflow: visible;
            padding: 0 22px;
            margin-bottom: 10px;
        }

            .about-section.archives .subtitle {
                margin: 0 0 32px;
            }

            .about-section.archives .sorting-holder:first-child {
                padding: 0;
                overflow: visible;
            }

            .about-section.archives .sorting-menu {
                margin-bottom: 37px;
            }

            .about-section.archives .sorting-opened .sorting-menu {
                margin-bottom: 20px;
            }

    .about-box {
        margin: 0 -22px;
    }

        .about-box .text-box {
            font-size: 12px;
            width: 100%;
            line-height: 1.48;
        }

            .about-box .text-box:after {
                top: 63px;
                -webkit-transform: skewY(22deg);
                -ms-transform: skewY(22deg);
                transform: skewY(22deg);
            }

            .about-box .text-box h3 {
                margin: 0 0 15px;
            }

        .about-box .box {
            padding: 125px 20px 0 18px;
        }

        .about-box img {
            max-width: none;
            float: left;
            width: 197%;
            margin: 0 -48.5%;
        }

    .sorting-holder.imaged-sorting .heading {
        padding: 12px 0 0;
    }

        .sorting-holder.imaged-sorting .heading h2 {
            font: bold 17px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 1px;
        }

        .sorting-holder.imaged-sorting .heading .subtitle {
            font-size: 12px;
            margin: 0 0 36px;
        }

    .sorting-holder.imaged-sorting {
        padding-bottom: 20px;
        padding-top: 0;
    }

        .sorting-holder.imaged-sorting .sorting-content {
            margin: 0;
        }

    .sorting-holder .sorting-slide.js-slide-hidden {
        position: absolute !important;
    }

    .sorting-holder .sorting-slide .title {
        padding: 4px 0 0;
        display: block;
        margin: 0 0 8px;
    }

    .sorting-holder {
        padding: 42px 22px 42px;
    }

    .home .sorting-holder {
        padding: 0 22px 42px;
    }

    .sorting-holder .sorting-menu {
        display: block;
        margin-bottom: 20px;
    }

    .sorting-list li,
    .inpage-subnav li {
        font-size: 13px;
        float: none;
        width: auto;
        display: block;
        margin: 0 3px 4px;
    }

        .sorting-list li a,
        .inpage-subnav li a {
            min-width: 1px;
            padding: 10px 20px 8px;
            border-width: 2px;
        }

        .sorting-list li.active a,
        .inpage-subnav li.active a {
            color: #fff;
        }

            .sorting-list li.active a:after,
            .inpage-subnav li.active a:after {
                display: none;
            }

    .sorting-content .post {
        width: auto;
        float: none;
        padding: 24px 54px;
        font-size: 12px;
        line-height: 1.3;
    }

        .sorting-content .post .post-title {
            margin: 0 0 21px;
        }

        .sorting-content .post h3 {
            font: bold 17px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0 0 5px;
        }

        .sorting-content .post p {
            margin: 0 0 12px;
        }

    .sorting-content .member {
        width: calc(100% - 80px);
        margin: 0 40px 22px;
        font-size: 23px;
    }

        .sorting-content .member .box {
            padding: 121px 30px 10px 18px;
        }

        .sorting-content .member .leader-info {
            font-size: 12px;
            line-height: 1.15;
            letter-spacing: 0;
        }

            .sorting-content .member .leader-info:after {
                top: 246px;
                -webkit-transform: skewY(38deg);
                -ms-transform: skewY(38deg);
                transform: skewY(38deg);
            }

            .sorting-content .member .leader-info h2 {
                font: 900 28px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                margin: 0 0 1px;
            }

            .sorting-content .member .leader-info p {
                margin: 0;
            }

    .btn,
    .view-more {
        font-size: 9px;
        min-width: 40%;
        border-width: 2px;
        padding: 9px 8px 10px;
    }

    .section-person .heading {
        margin: 0 25px;
        padding: 40px 0 0;
    }

        .section-person .heading .subtitle {
            font-size: 12px;
            line-height: 1.1;
            margin: 0 0 49px;
        }

        .section-person .heading h2 {
            margin: 0;
        }

    .section-person .person-info {
        padding: 0 25px;
        margin-top: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.25;
        word-spacing: 0;
    }

        .section-person .person-info .holder {
            width: auto;
            position: relative;
            background: #fff;
            padding: 37px 20px 4px 10px;
            word-spacing: 2px;
        }

            .section-person .person-info .holder h2 {
                margin: 0 0 14px;
                line-height: 1.2;
            }

            .section-person .person-info .holder p {
                margin: 0 0 15px;
            }

    .gray-theme .page-control {
        padding: 0;
        margin: 0 -9px 0 0;
    }

    .gray-theme #header {
        margin-bottom: -79px;
        padding-bottom: 79px;
    }

        .gray-theme #header .header-main {
            padding: 0 25px 17px;
            bottom: 5px;
        }

        .gray-theme #header:after {
            left: 24px;
            right: 24px;
            bottom: 5px;
        }

    .gray-theme .intro {
        padding: 74px 0 0;
    }

        .gray-theme .intro .page-head {
            padding: 32px 0 39px;
            font-size: 12px;
        }

        .gray-theme .intro h1 {
            font-size: 17px;
            margin: 0 0 4px;
        }

        .gray-theme .intro .subtitle {
            display: block;
            font-size: 13px;
            margin: 0 0 7px;
        }

        .gray-theme .intro .search-title {
            font: bold 16px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            padding: 3px 0;
        }

        .gray-theme .intro .search-info {
            font-size: 12px;
            margin: 0;
        }

    .full-post {
        padding: 21px 34px 89px;
        line-height: 1.8;
        position: relative;
        margin: 0 0 18px;
    }

        .full-post .post-text {
            overflow: visible;
            padding: 0;
        }

        .full-post h2 {
            width: auto;
            font-size: 15px;
            line-height: 1.45;
            margin: 0 0 12px 0;
        }

        .full-post .alignright {
            float: none;
            padding: 10px 2% 0 0;
            margin: 0 0 16px;
            max-width: none;
        }

            .full-post .alignright img {
                display: block;
                margin: 0 auto;
            }

        .full-post .btn {
            min-width: 116px;
            margin: 0;
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-width: 2px;
            padding: 9px 12px 10px;
        }

        .full-post p {
            margin: 0 0 15px;
        }

    .related-posts {
        padding: 0 0 79px;
    }

        .related-posts:after {
            display: none;
        }

        .related-posts h2 {
            display: none;
        }

        .related-posts .carousel-post {
            background: #43b7e8;
            margin: 0 0 38px;
            padding: 0;
            position: relative;
        }

            .related-posts .carousel-post .slide {
                background: #43b7e8;
                width: 100%;
                float: none;
                padding: 17px 35px 20px 45px;
                font-size: 12px;
                line-height: 1.3;
                margin: 0;
            }

                .related-posts .carousel-post .slide .post-title {
                    margin: 0 0 23px;
                }

                    .related-posts .carousel-post .slide .post-title a {
                        color: #fff;
                    }

                .related-posts .carousel-post .slide a.more {
                    color: #fff;
                }

                .related-posts .carousel-post .slide h3 {
                    font: bold 17px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                    margin: 0 0 12px;
                }

            .related-posts .carousel-post .pagination {
                display: block;
            }

        .related-posts .btn {
            font-size: 10px;
            line-height: 1.45;
            min-width: 116px;
            padding: 9px 7px 8px;
        }

    .page-heading-text {
        padding: 19px 0 0;
        line-height: 1.37;
        margin: 0 auto 26px;
    }

        .page-heading-text p {
            margin: 0 0 17px;
        }

        .page-heading-text .title {
            font-size: 12px;
            line-height: 1.37;
        }

    .columns-info {
        margin: 0 0 16px;
        padding: 0;
        line-height: 1.33;
        font-size: 12px;
    }

        .columns-info .column {
            width: 100%;
            margin: 0 0 17px;
            padding: 0 25px 39px 45px;
            position: relative;
            letter-spacing: 0;
        }

            .columns-info .column .col-ico {
                margin: -3px 0 35px;
                width: 73px;
            }

            .columns-info .column h2 {
                font-size: 15px;
                margin: 0 0 6px;
            }

            .columns-info .column .btn {
                position: static;
                bottom: 0;
                font-size: 9px;
                line-height: 1.45;
                min-width: 117px;
                padding: 10px 7px 8px;
                border-width: 2px;
                left: 0;
            }

            .columns-info .column p {
                margin: 0 0 71px;
            }

    .services-section {
        padding: 3px 26px 9px;
        margin: 0 0 7px;
        font-size: 12px;
        line-height: 1.38;
    }

        .services-section:after {
            display: none;
        }

        .services-section h3 {
            font-size: 17px;
            line-height: 1.38;
            margin: 0 0 25px;
        }

        .services-section h4 {
            font-size: 16px;
            line-height: 1.3;
            margin: 0 auto -3px;
        }

        .services-section .ico {
            margin: 0 0 27px;
        }

            .services-section .ico img {
                width: 48px;
            }

        .services-section p {
            margin: 0 0 35px;
        }

        .services-section ul {
            padding: 18px 0 0;
        }

            .services-section ul li {
                margin: 0;
            }

    .cycle-gallery {
        padding: 11px 0 47px;
        margin: 0 auto 12px;
    }

        .cycle-gallery .pagination ul li {
            margin: 0 8px;
        }

        .cycle-gallery .pagination ul a {
            border: 2px solid #43b7e8;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .cycle-gallery .mask .slide {
            padding: 0 0 13px;
        }

            .cycle-gallery .mask .slide img {
                float: left;
                max-height: 430px;
                max-width: none;
                width: auto;
            }

    .slide-quo {
        width: 49%;
        font-size: 17px;
        padding: 48px 25px 25px 20px;
        line-height: 1.28;
    }

    .paralax-section {
        padding: 0;
        margin: 0;
        max-width: none;
        font-size: 24px;
    }

        .paralax-section .holder {
            padding: 37px 46px 35px;
            margin: 0 auto;
        }

            .paralax-section .holder:after {
                left: 22px;
                right: 22px;
            }

        .paralax-section h2 {
            line-height: 1.07;
            margin: 0 0 18px;
        }

        .paralax-section .subtitle {
            line-height: 1.35;
        }

        .paralax-box .container,
        .paralax-box .section,
        .paralax-box .section .heading,
        .section .paralax-box .heading,
        .paralax-box .tab-holder,
        .paralax-box .sorting-holder,
        .paralax-box .section-person .person-info,
        .section-person .paralax-box .person-info,
        .paralax-box .gray-theme .intro .page-head,
        .gray-theme .intro .paralax-box .page-head,
        .paralax-box .full-post,
        .paralax-box .paralax-section .holder,
        .paralax-section .paralax-box .holder,
        .paralax-box .logistics,
        .paralax-box .twocolumn,
        .paralax-box #header,
        .paralax-box #nav .holder,
        #nav .paralax-box .holder,
        .paralax-box .footer-holder {
            padding: 27px 0;
        }

            .paralax-box .container h2,
            .paralax-box .section h2,
            .section .paralax-box .heading h2,
            .paralax-box .tab-holder h2,
            .paralax-box .sorting-holder h2,
            .paralax-box .section-person .person-info h2,
            .section-person .paralax-box .person-info h2,
            .paralax-box .gray-theme .intro .page-head h2,
            .gray-theme .intro .paralax-box .page-head h2,
            .paralax-box .full-post h2,
            .paralax-box .paralax-section .holder h2,
            .paralax-section .paralax-box .holder h2,
            .paralax-box .logistics h2,
            .paralax-box .twocolumn h2,
            .paralax-box #header h2,
            .paralax-box #nav .holder h2,
            #nav .paralax-box .holder h2,
            .paralax-box .footer-holder h2 {
                margin: 0 0 28px;
            }

            .paralax-box .container .text,
            .paralax-box .section .text,
            .section .paralax-box .heading .text,
            .paralax-box .tab-holder .text,
            .paralax-box .sorting-holder .text,
            .paralax-box .section-person .person-info .text,
            .section-person .paralax-box .person-info .text,
            .paralax-box .gray-theme .intro .page-head .text,
            .gray-theme .intro .paralax-box .page-head .text,
            .paralax-box .full-post .text,
            .paralax-box .paralax-section .holder .text,
            .paralax-section .paralax-box .holder .text,
            .paralax-box .logistics .text,
            .paralax-box .twocolumn .text,
            .paralax-box #header .text,
            .paralax-box #nav .holder .text,
            #nav .paralax-box .holder .text,
            .paralax-box .footer-holder .text {
                max-width: 138px;
                border-top: 1px solid #000;
                font-size: 9px;
                line-height: 1.18;
                padding: 8px 0 0;
            }

                .paralax-box .container .text .title,
                .paralax-box .section .text .title,
                .section .paralax-box .heading .text .title,
                .paralax-box .tab-holder .text .title,
                .paralax-box .sorting-holder .text .title,
                .paralax-box .section-person .person-info .text .title,
                .section-person .paralax-box .person-info .text .title,
                .paralax-box .gray-theme .intro .page-head .text .title,
                .gray-theme .intro .paralax-box .page-head .text .title,
                .paralax-box .full-post .text .title,
                .paralax-box .paralax-section .holder .text .title,
                .paralax-section .paralax-box .holder .text .title,
                .paralax-box .logistics .text .title,
                .paralax-box .twocolumn .text .title,
                .paralax-box #header .text .title,
                .paralax-box #nav .holder .text .title,
                #nav .paralax-box .holder .text .title,
                .paralax-box .footer-holder .text .title {
                    font-size: 29px;
                    margin: 0 0 6px;
                }

            .paralax-box .section img,
            .section .paralax-box .heading img,
            .paralax-box .tab-holder img,
            .paralax-box .sorting-holder img,
            .paralax-box .section-person .person-info img,
            .section-person .paralax-box .person-info img,
            .paralax-box .gray-theme .intro .page-head img,
            .gray-theme .intro .paralax-box .page-head img,
            .paralax-box .full-post img,
            .paralax-box .paralax-section .holder img,
            .paralax-section .paralax-box .holder img,
            .paralax-box .logistics img,
            .paralax-box .twocolumn img,
            .paralax-box #header img,
            .paralax-box #nav .holder img,
            #nav .paralax-box .holder img,
            .paralax-box .footer-holder img {
                height: 76px;
                margin: 0 0 17px;
            }

    .paralax-block img {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .paralax-block .quo-paralax {
        width: 65%;
    }

        .paralax-block .quo-paralax q {
            display: block;
            quotes: none;
            position: relative;
            font: bold 17px/1.2 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            padding: 44px 0 0;
            margin: 0 0 6px;
        }

            .paralax-block .quo-paralax q:after {
                font-size: 32px;
            }

        .paralax-block .quo-paralax cite {
            font-size: 12px;
            line-height: 1.1;
        }

            .paralax-block .quo-paralax cite .title {
                margin: 0 0 6px;
                font: bold 15px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            }

    .tab-container {
        width: auto;
        line-height: 1.36;
        font-size: 12px;
        padding: 25px 0 18px;
        margin: 0;
        text-align: center;
    }

        .tab-container .tab-ico {
            margin: 0 auto 36px;
            width: 68px;
            float: none;
        }

        .tab-container .text {
            text-align: center;
        }

        .tab-container h2 {
            font-size: 17px;
            margin: 0 0 16px;
        }

        .tab-container p {
            margin: 0 0 18px;
        }

    .archives .tabset-list {
        position: absolute;
        bottom: 14px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 20;
        padding: 0;
        margin: 0;
    }

        .archives .tabset-list li {
            display: inline-block;
            vertical-align: top;
            margin: 0 10px;
        }

            .archives .tabset-list li a {
                text-indent: -9999px;
                overflow: hidden;
                width: 12px;
                height: 12px;
                padding: 0;
                text-align: left;
                border-radius: 50%;
            }

    .archives {
        position: relative;
    }

    .tab-page {
        padding: 0;
        margin: 0;
    }

        .tab-page .btn-box {
            display: none;
        }

    .tab-bg {
        display: none;
    }

    .logistics {
        padding-top: 28px;
        margin: 0 auto 5px;
    }

        .logistics:after {
            left: 24px;
            right: 24px;
        }

    .page-template-template-logistics .video-holder {
        margin: 0 0 50px 0;
    }

    .process-list {
        padding: 36px 36px 0 26px;
    }

        .process-list:after,
        .process-list:before {
            top: 0;
            bottom: 50%;
            margin: 69px -9999px 0;
        }

        .process-list:after {
            bottom: 0;
            top: 50%;
            margin: 45px -9999px 13px;
        }

        .process-list li {
            padding: 3px 30px 0;
            width: 50%;
            margin: 0 0 13px;
        }

            .process-list li span {
                display: none;
            }

        .process-list .img-box {
            min-height: 50px;
            width: 100%;
            margin: 0 0 5px;
        }

            .process-list .img-box:after {
                height: 50px;
            }

            .process-list .img-box img {
                max-width: 37px;
                max-height: 37px;
                width: auto;
                height: auto;
            }

        .process-list .title {
            font: bold 9px/1.1 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        }

    .section-detail {
        padding: 19px 0 0;
    }

        .section-detail .heading {
            overflow: hidden;
            margin-bottom: 22px;
        }

    .content-box {
        line-height: 1.3;
    }

        .content-box .holder {
            overflow: hidden;
            padding: 9px 36px 17px;
        }

        .content-box h2,
        .content-box .title {
            font: bold 14px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            display: block;
            padding: 19px 0 0;
            margin: 0 0 20px;
        }

        .content-box p {
            margin: 0 0 14px;
        }

            .content-box p br {
                display: block;
            }

        .content-box ul {
            margin: 0 0 20px;
            line-height: 1.05;
        }

            .content-box ul li {
                padding: 0 6px;
                margin: 0 0 8px;
            }

                .content-box ul li:after {
                    top: 5px;
                    left: 0;
                    width: 3px;
                    height: 3px;
                }

        .content-box .col {
            float: none;
            width: auto;
            padding: 23px 22px 0;
        }

            .content-box .col:after {
                display: none;
            }

            .content-box .col h3,
            .content-box .col .title-informer {
                padding: 15px 10px 0 0;
                font-size: 20px;
            }

            .content-box .col ul {
                padding: 22px 0 0 10px;
                margin: 0;
            }

                .content-box .col ul li {
                    margin: 0 0 19px;
                }

            .content-box .col + .col {
                padding: 20px 22px;
            }

                .content-box .col + .col h2 {
                    padding: 7px 0;
                    margin: 0 0 20px;
                }

                .content-box .col + .col ol,
                .content-box .col + .col ul {
                    padding: 0;
                    margin: 0;
                }

                    .content-box .col + .col ol li,
                    .content-box .col + .col ul li {
                        margin: 0 0 23px;
                        padding: 0 0 0 10px;
                    }

                        .content-box .col + .col ol li:after,
                        .content-box .col + .col ul li:after {
                            top: 7px;
                        }

                    .content-box .col + .col ol li {
                        padding: 0 0 0 16px;
                        text-indent: 0;
                    }

    .section.location {
        padding-top: 38px;
    }

    .location-list {
        padding: 27px 40px;
        line-height: 1.2;
        font-size: 12px;
        margin-bottom: 0;
    }

        .location-list ul li {
            margin: 0 0 1px;
        }

        .location-list > ul {
            -moz-column-count: auto;
            -moz-column-gap: normal;
            -webkit-column-count: auto;
            -webkit-column-gap: normal;
            -webkit-column-count: auto;
            -moz-column-count: auto;
            column-count: auto;
            -webkit-column-gap: normal;
            -moz-column-gap: normal;
            column-gap: normal;
        }

            .location-list > ul > li {
                margin: 0 0 11px;
            }

                .location-list > ul > li:last-child {
                    margin: 0 0 2px;
                }

                .location-list > ul > li span {
                    font: bold 12px/1.15 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                }

    .twocolumn {
        padding: 20px 22px 9px;
    }

    .widget h2,
    .widget h3 {
        padding: 10px 20px 12px;
        margin: 0 -20px 19px;
        font-size: 18px;
    }

    #content {
        float: none;
        width: auto;
        padding: 0;
    }

        #content h1 {
            margin: 0 0 20px;
            font-size: 27px;
        }

        #content h2 {
            word-spacing: 1px;
            margin: 0 0 17px;
            font-size: 18px;
        }

        #content h3 {
            padding: 15px 10px 0 0;
            font-size: 20px;
        }

        #content p {
            margin: 0 0 10px;
        }

        #content blockquote {
            margin: 0 0 24px;
            padding: 10px 0 0;
            font-size: 14px;
        }

            #content blockquote p,
            #content blockquote q {
                font-size: 16px;
                margin: 0 0 2px;
            }

        #content ol,
        #content ul {
            padding: 23px 0;
            margin: 0;
            line-height: 1.05;
        }

            #content ol li,
            #content ul li {
                margin: 0 0 23px;
                padding: 0 0 0 10px;
            }

                #content ol li:after,
                #content ul li:after {
                    top: 7px;
                    left: 0;
                    width: 3px;
                    height: 3px;
                }

            #content ol li {
                padding: 0 0 0 16px;
                text-indent: 0;
            }

                #content ol li:before {
                    left: 0;
                }

    .search-result {
        display: block;
        margin: 0 0 29px;
    }

        .search-result tbody {
            display: block;
            width: 100%;
        }

        .search-result tr,
        .search-result td {
            display: block;
            width: auto !important;
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            position: relative;
            overflow: hidden;
            padding: 5px;
        }

            .search-result tr a,
            .search-result td a {
                overflow: hidden;
                display: inline-block;
                max-width: 50%;
            }

            .search-result tr:first-child,
            .search-result td:first-child {
                padding-left: 5px;
            }

            .search-result td:before {
                content: attr(data-label);
                display: block;
                clear: both;
                width: 50%;
                float: left;
            }

        .search-result thead {
            display: none;
        }

    .navigation.pagination,
    .navigation-comments {
        margin: 0;
    }

        .navigation .page-numbers,
        .navigation-comments .page-numbers {
            padding: 0 8px 0 9px;
        }

            .navigation .page-numbers:after,
            .navigation-comments .page-numbers:after {
                top: 4px;
                bottom: 3px;
                left: -1px;
                width: 1px;
            }

            .navigation .page-numbers.dots,
            .navigation-comments .page-numbers.dots {
                margin: 0 0 0 -5px;
            }

    .gray-theme.intro-less #header {
        padding-bottom: 88px;
    }

        .gray-theme.intro-less #header .header-main {
            z-index: 230;
            padding-bottom: 17px;
        }

    #header {
        padding-bottom: 58px;
        margin-bottom: -58px;
    }

    .search-slide {
        display: none;
    }

        .search-slide form {
            padding: 15px 55px;
        }

        .search-slide input {
            font-size: 16px;
            height: 28px;
            padding: 3px 15px;
            line-height: 22px;
        }

        .search-slide .search-opener {
            font-size: 16px;
            line-height: 22px;
            top: 20px;
            right: 12px;
        }

            .search-slide .search-opener span {
                font-size: 16px;
                line-height: 22px;
            }

    .header-main {
        padding: 11px 25px 0;
    }

    .logo {
        max-width: 125px;
    }

        .logo img {
            width: 125px;
            height: 36px;
        }

    .page-control {
        padding: 0;
    }

        .page-control a.search-opener {
            display: none;
        }

        .page-control .nav-control li {
            margin: 0 3px;
        }

    ul.user-nav {
        display: none;
    }

    .nav-opener {
        width: 34px;
        height: 28px;
    }

        .nav-opener span,
        .nav-opener:before,
        .nav-opener:after {
            left: 6px;
            right: 6px;
            height: 2px;
            margin-top: -1px;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

        .nav-opener:before,
        .nav-opener:after {
            content: "";
            top: 25%;
        }

        .nav-opener:after {
            top: 75%;
        }

    .nav-active .nav-opener:before,
    .nav-active .nav-opener:after {
        left: 6px;
        right: 6px;
    }

    #nav {
        font-size: 16px;
        line-height: 1.7;
    }

        #nav .holder {
            padding: 0 24px;
        }

        #nav .nav-top-bar {
            padding: 50px 0 18px;
            margin: 0 0 33px;
        }

        #nav .title {
            font: 900 28px/1.3 'Merriweather', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            margin: 0;
        }

        #nav .nav-opener {
            margin: 0 4px 0 0;
        }

    #menu-item-74,
    #menu-item-63,
    #menu-item-70 {
        width: 100%;
    }

    #nav ul li {
        margin: 0 0 45px;
    }

        #nav ul li li {
            margin: 0;
            line-height: 1.73;
        }

    #nav dl {
        padding: 0;
        line-height: 1.75;
        margin: 0 0 10px;
    }

    #nav dd {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 8px;
    }

    .footer-holder {
        display: table;
        padding: 25px 85px 45px;
        font-size: 12px;
        line-height: 1.3;
        table-layout: fixed;
    }

        .footer-holder .title {
            font-size: 12px;
            margin: 0 0 8px;
        }

        .footer-holder p {
            margin: 0 0 11px;
        }

        .footer-holder .col {
            display: inline-block;
            vertical-align: top;
            white-space: normal;
            letter-spacing: 0;
            text-align: center;
            width: 100%;
            padding: 0;
            margin: 0 0 23px;
        }

            .footer-holder .col:nth-child(3n+1) {
                float: none;
                padding: 0;
                width: 100%;
            }

            .footer-holder .col:nth-child(3n+2) {
                float: none;
                padding: 0;
                width: 100%;
                display: table-footer-group;
            }

        .footer-holder dl {
            margin: 0 0 12px;
            padding: 0 30px;
            text-align: center;
            line-height: 1.2;
        }

            .footer-holder dl dt {
                display: inline-block;
                vertical-align: top;
                float: none;
            }

            .footer-holder dl dd {
                margin: 0 0 0 5px;
                display: inline-block;
                vertical-align: top;
            }

        .footer-holder ul {
            padding-top: 14px;
            margin: 0;
        }

            .footer-holder ul li {
                padding: 2px 0 0;
                margin: 0 0 8px;
            }

    .footer-legal {
        margin: 0 0 18px 0;
    }
}

@media (max-width: 479px) {

    .intro-text {
        top: 87px;
        font-size: 12px;
        padding: 0 10px;
    }

        .intro-text h1 {
            margin: 0 0 19px;
            padding: 0 40px;
            font-size: 17px !important;
        }

        .intro-text .holder {
            max-width: 280px;
        }

    .video-holder {
        margin: 0 0 14px;
        width: 100%;
    }

        .video-holder iframe {
            width: 100%;
            height: 180px;
        }

    .tab .tab-text {
        font-size: 12px;
        line-height: 1.37;
    }

        .tab .tab-text .title {
            font-size: 17px;
            line-height: 1.27;
            margin: 0 0 -2px;
        }

    .tab > img {
        max-height: 252px;
    }

    .sorting-content .member .leader-info:after {
        top: 96px;
        -webkit-transform: skewY(38deg);
        -ms-transform: skewY(38deg);
        transform: skewY(38deg);
    }

    .cycle-gallery .mask .slide img {
        max-height: 252px;
    }
}

/* codyhouse vertical timeline */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); */
}
/*
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
*/
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f9f9f8;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
    text-align: left;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: #f9f9f8;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #f9f9f8;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* */
