.h1, .h2, h1, h2 {
    font-weight: 700;
}

.title p, a, a:hover {
    color: #777;
}

.better-browser, .fa, .footer .copyright, .footer .social-area > a:not(.btn), .loading .loading-container, .section .title-area, .section-signup .form-control, .separator, .title {
    text-align: center;
}

#bodyClick, body {
    overflow-x: hidden;
}

.ordered-list, .post-content ol {
    list-style-type: none;
    counter-reset: list;
}

.content-blog p, .h1, .h2, .h3, .h4, .h5, .h6, .nav-menu li ul li.parent > a:before, .pagination > li.next a:before, .pagination > li.prev a:before, .widget_calendar table tfoot tr td#next a, .widget_calendar table tfoot tr td#prev a, body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.form1 {
    width: 100%;
    height: 100%;
}

body {
    font-size: 100%;
}

@media (min-width:58em) {
    body {
        font-size: 100%;
    }
}

@media (min-width:115em) {
    body {
        font-size: 110%;
    }
}

@media (min-width:125em) {
    body {
        font-size: 115%;
    }
}

@media (min-width:145em) {
    body {
        font-size: 120%;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    body {
        font-feature-settings: normal;
    }
}

.content-blog p a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit;
    font-family: "Droid Serif",serif;
}

.brand, .btn, .btn-simple, .form-control, .media h5, .navbar, .subtitle, .td-name, .title h5, .title-modern, .title-modern a, a, label, p, small, td {
    font-family: Poppins,sans-serif;
}

.content-blog p {
    font-size: 18px;
    margin-bottom: 30px;
}

.h1, h1 {
    font-size: 3em;
    line-height: 1.213483146em;
}

.h2, h2 {
    font-size: 2.4em;
    line-height: 1.25;
    margin: .4em 0;
}

.h3, h3 {
    font-size: 1.61em;
    line-height: 1.05em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.h4, h4 {
    font-size: 1.3em;
    line-height: 1.714285714em;
}

h5 {
    font-size: 1.2em;
}

a, p {
    font-size: 14px;
}

p {
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 .75em;
}

a:hover {
    opacity: 1;
}

.title {
    margin-bottom: 50px;
}

.title-modern, .title-modern a {
    font-weight: 200;
    color: #fff;
    opacity: 1;
}

    .title-modern a:active, .title-modern a:hover {
        color: #bf202f;
    }

.text-gray {
    color: #777;
}

.text-primary {
    color: #c5a47e !important;
}

.text-info {
    color: #00abc0 !important;
}

.text-success {
    color: #7accb8 !important;
}

.text-warning {
    color: #f88f58 !important;
}

.text-danger {
    color: #bf202f !important;
}

.text-gold, .title-gold {
    color: #c5a47e;
}

.quotes {
    position: relative;
    margin: 0 auto;
}

    .quotes:after, .quotes:before {
        position: absolute;
        font-size: 40px;
        font-family: sans-serif;
        color: #777;
        line-height: 0;
    }

.card-blog .card-category, .card-blog .card-date, .client-logo h3 {
    font-family: Poppins,sans-serif;
}

.quotes:before {
    content: "\201C";
    left: 0;
    top: 5px;
}

.quotes:after {
    content: "\201D";
    right: 0;
    bottom: -10px;
}

.separator {
    color: #c5a47e;
    margin: 0 auto 20px;
    max-width: 240px;
    position: relative;
}

    .separator:after, .separator:before {
        display: block;
        width: 40%;
        content: " ";
        margin-top: 10px;
    }

    .separator:before {
        float: left;
    }

    .separator:after {
        float: right;
    }

.separator-info {
    color: #00abc0;
}

    .separator-info:after, .separator-info:before {
        border-color: #00abc0;
    }

.separator-success {
    color: #7accb8;
}

    .separator-success:after, .separator-success:before {
        border-color: #7accb8;
    }

.separator-warning {
    color: #f88f58;
}

    .separator-warning:after, .separator-warning:before {
        border-color: #f88f58;
    }

.separator-danger {
    color: #bf202f;
}

    .separator-danger:after, .separator-danger:before {
        border-color: #bf202f;
    }

p.description {
    font-size: 16px;
    color: #777;
}

a:focus, a:hover {
    text-decoration: none;
}

a:active, a:focus, button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, select::-moz-focus-inner {
    outline: 0;
}

.navbar-toggle, .ui-slider-handle:focus {
    outline: 0 !important;
}

.form-control, .input-group-addon, .navbar, .navbar .alert, .tagsinput {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

    .btn-hover, .filter, .tagsinput .tag, .tagsinput-remove-link, [data-toggle=collapse] i, body > .navbar-collapse a {
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
    }

.btn-morphing .circle, .btn-morphing .fa, .card, .gsdk-collapse {
    -webkit-transition: all 370ms linear;
    -moz-transition: all 370ms linear;
    -o-transition: all 370ms linear;
    -ms-transition: all 370ms linear;
}

.btn-morphing .circle, .btn-morphing .fa, .gsdk-collapse {
    transition: all 370ms linear;
}

.fa {
    width: 18px;
}

.margin-top {
    margin-top: 50px;
}

.better-browser {
    max-width: 700px;
    margin: 200px auto;
}

    .better-browser div, .info-icon .icon {
        margin-bottom: 10px;
    }

.info-icon {
    text-align: center;
}

    .info-icon .icon {
        font-size: 62px;
        line-height: 66px;
        color: #c5a47e;
    }

    .info-icon .description {
        margin-top: 15px;
        color: #777;
    }

.avatar {
    border: 3px solid #f1f1f1;
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
}

    .avatar img {
        width: 100%;
        height: auto;
    }

.avatar-info {
    border-color: #00abc0;
}

.avatar-success {
    border-color: #7accb8;
}

.avatar-warning {
    border-color: #f88f58;
}

.avatar-danger {
    border-color: #bf202f;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1032;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.7,0,.3,1);
}

    .loading.hide {
        display: none;
    }

    .loading .loading-container {
        z-index: 1033;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .loading .loading-container .loader {
            width: 40px;
        }

        .loading .loading-container p {
            font-size: 30px;
            margin-bottom: 30px;
        }

.btn-black i {
    position: absolute;
    top: 14px;
    right: .25em;
    opacity: 0;
}

.btn-black:focus i, .btn-black:hover i {
    right: 26px;
    opacity: 1;
}

.list-logos a img:first-child, .nav-text > li.active a, .project-content .icon-close i, .section-clients-3 #clients-carousel li img:first-child, a {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.btn, .btn-black i, .form-control::-webkit-placeholder {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.body-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1030;
    background-color: rgba(0,0,0,.1);
    visibility: hidden;
    transition: all .1s ease;
}

    .body-layer .open {
        visibility: visible;
    }

.card .icon {
    font-size: 75px;
    line-height: 75px;
}

    .card .icon ~ h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

a.scroll-arrow {
    font-size: 35px;
    color: #fff;
    width: 50px;
    line-height: 52px;
    border-radius: 50%;
    height: 50px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1029;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .9;
}

    a.carousel-control, a.scroll-arrow:hover {
        opacity: 1;
    }

    a.scroll-arrow i {
        width: 100%;
    }

a.left.carousel-control span.fa-angle-left {
    left: 8%;
}

a.right.carousel-control span.fa-angle-right {
    right: 8%;
}

a.carousel-control span.fa {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn, .navbar .navbar-nav > li > a.btn {
    border-width: 1px;
    background-color: transparent;
    font-weight: 600;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.6em;
    opacity: .8;
    filter: alpha(opacity=80);
    padding: 10px 20px;
    border-color: #888;
    color: #888;
    text-transform: uppercase;
}

    .btn.active, .btn:active, .btn:focus, .btn:hover, .navbar .navbar-nav > li > a.btn.active, .navbar .navbar-nav > li > a.btn:active, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:hover, .open > .btn.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle {
        background-color: transparent;
        color: #777;
        border-color: #777;
    }

    .btn.disabled, .btn:disabled, .btn[disabled], .navbar .navbar-nav > li > a.btn.disabled, .navbar .navbar-nav > li > a.btn:disabled, .navbar .navbar-nav > li > a.btn[disabled] {
        background-color: transparent;
        border-color: #888;
    }

    .btn.btn-fill, .navbar .navbar-nav > li > a.btn.btn-fill {
        color: #FFF;
        background-color: #888;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn.btn-fill.active, .btn.btn-fill:active, .btn.btn-fill:focus, .btn.btn-fill:hover, .navbar .navbar-nav > li > a.btn.btn-fill.active, .navbar .navbar-nav > li > a.btn.btn-fill:active, .navbar .navbar-nav > li > a.btn.btn-fill:focus, .navbar .navbar-nav > li > a.btn.btn-fill:hover, .open > .btn.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-fill.dropdown-toggle {
            background-color: #777;
            color: #FFF;
        }

        .btn.btn-fill .caret, .navbar .navbar-nav > li > a.btn.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn .caret, .navbar .navbar-nav > li > a.btn .caret {
        border-top-color: #888;
    }

    .btn:focus, .btn:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        outline: 0 !important;
    }

    .btn.active, .btn:active, .navbar .navbar-nav > li > a.btn.active, .navbar .navbar-nav > li > a.btn:active, .open > .btn.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
    }

    .btn.btn-icon, .navbar .navbar-nav > li > a.btn.btn-icon {
        padding: 10px;
    }

.btn-primary, .navbar .navbar-nav > li > a.btn-primary {
    border-color: #c5a47e;
    color: #c5a47e;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .navbar .navbar-nav > li > a.btn-primary.active, .navbar .navbar-nav > li > a.btn-primary:active, .navbar .navbar-nav > li > a.btn-primary:focus, .navbar .navbar-nav > li > a.btn-primary:hover, .open > .btn-primary.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-primary.dropdown-toggle {
        background-color: transparent;
        color: #bf9a70;
        border-color: #bf9a70;
    }

    .btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled], .navbar .navbar-nav > li > a.btn-primary.disabled, .navbar .navbar-nav > li > a.btn-primary:disabled, .navbar .navbar-nav > li > a.btn-primary[disabled] {
        background-color: transparent;
        border-color: #c5a47e;
    }

    .btn-primary.btn-fill, .navbar .navbar-nav > li > a.btn-primary.btn-fill {
        color: #FFF;
        background-color: #c5a47e;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-primary.btn-fill.active, .btn-primary.btn-fill:active, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:hover, .navbar .navbar-nav > li > a.btn-primary.btn-fill.active, .navbar .navbar-nav > li > a.btn-primary.btn-fill:active, .navbar .navbar-nav > li > a.btn-primary.btn-fill:focus, .navbar .navbar-nav > li > a.btn-primary.btn-fill:hover, .open > .btn-primary.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-primary.btn-fill.dropdown-toggle {
            background-color: #bf9a70;
            color: #FFF;
        }

        .btn-primary.btn-fill .caret, .navbar .navbar-nav > li > a.btn-primary.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-primary .caret, .navbar .navbar-nav > li > a.btn-primary .caret {
        border-top-color: #c5a47e;
    }

.btn-success, .navbar .navbar-nav > li > a.btn-success {
    border-color: #7accb8;
    color: #7accb8;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .navbar .navbar-nav > li > a.btn-success.active, .navbar .navbar-nav > li > a.btn-success:active, .navbar .navbar-nav > li > a.btn-success:focus, .navbar .navbar-nav > li > a.btn-success:hover, .open > .btn-success.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-success.dropdown-toggle {
        background-color: transparent;
        color: #6bc6b0;
        border-color: #6bc6b0;
    }

    .btn-success.disabled, .btn-success:disabled, .btn-success[disabled], .navbar .navbar-nav > li > a.btn-success.disabled, .navbar .navbar-nav > li > a.btn-success:disabled, .navbar .navbar-nav > li > a.btn-success[disabled] {
        background-color: transparent;
        border-color: #7accb8;
    }

    .btn-success.btn-fill, .navbar .navbar-nav > li > a.btn-success.btn-fill {
        color: #FFF;
        background-color: #7accb8;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-success.btn-fill.active, .btn-success.btn-fill:active, .btn-success.btn-fill:focus, .btn-success.btn-fill:hover, .navbar .navbar-nav > li > a.btn-success.btn-fill.active, .navbar .navbar-nav > li > a.btn-success.btn-fill:active, .navbar .navbar-nav > li > a.btn-success.btn-fill:focus, .navbar .navbar-nav > li > a.btn-success.btn-fill:hover, .open > .btn-success.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-success.btn-fill.dropdown-toggle {
            background-color: #6bc6b0;
            color: #FFF;
        }

        .btn-success.btn-fill .caret, .navbar .navbar-nav > li > a.btn-success.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-success .caret, .navbar .navbar-nav > li > a.btn-success .caret {
        border-top-color: #7accb8;
    }

.btn-info, .navbar .navbar-nav > li > a.btn-info {
    border-color: #00abc0;
    color: #00abc0;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .navbar .navbar-nav > li > a.btn-info.active, .navbar .navbar-nav > li > a.btn-info:active, .navbar .navbar-nav > li > a.btn-info:focus, .navbar .navbar-nav > li > a.btn-info:hover, .open > .btn-info.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-info.dropdown-toggle {
        background-color: transparent;
        color: #0099ac;
        border-color: #0099ac;
    }

    .btn-info.disabled, .btn-info:disabled, .btn-info[disabled], .navbar .navbar-nav > li > a.btn-info.disabled, .navbar .navbar-nav > li > a.btn-info:disabled, .navbar .navbar-nav > li > a.btn-info[disabled] {
        background-color: transparent;
        border-color: #00abc0;
    }

    .btn-info.btn-fill, .navbar .navbar-nav > li > a.btn-info.btn-fill {
        color: #FFF;
        background-color: #00abc0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-info.btn-fill.active, .btn-info.btn-fill:active, .btn-info.btn-fill:focus, .btn-info.btn-fill:hover, .navbar .navbar-nav > li > a.btn-info.btn-fill.active, .navbar .navbar-nav > li > a.btn-info.btn-fill:active, .navbar .navbar-nav > li > a.btn-info.btn-fill:focus, .navbar .navbar-nav > li > a.btn-info.btn-fill:hover, .open > .btn-info.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-info.btn-fill.dropdown-toggle {
            background-color: #0099ac;
            color: #FFF;
        }

        .btn-info.btn-fill .caret, .navbar .navbar-nav > li > a.btn-info.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-info .caret, .navbar .navbar-nav > li > a.btn-info .caret {
        border-top-color: #00abc0;
    }

.btn-warning, .navbar .navbar-nav > li > a.btn-warning {
    border-color: #f88f58;
    color: #f88f58;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .navbar .navbar-nav > li > a.btn-warning.active, .navbar .navbar-nav > li > a.btn-warning:active, .navbar .navbar-nav > li > a.btn-warning:focus, .navbar .navbar-nav > li > a.btn-warning:hover, .open > .btn-warning.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-warning.dropdown-toggle {
        background-color: transparent;
        color: #f78244;
        border-color: #f78244;
    }

    .btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled], .navbar .navbar-nav > li > a.btn-warning.disabled, .navbar .navbar-nav > li > a.btn-warning:disabled, .navbar .navbar-nav > li > a.btn-warning[disabled] {
        background-color: transparent;
        border-color: #f88f58;
    }

    .btn-warning.btn-fill, .navbar .navbar-nav > li > a.btn-warning.btn-fill {
        color: #FFF;
        background-color: #f88f58;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-warning.btn-fill.active, .btn-warning.btn-fill:active, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:hover, .navbar .navbar-nav > li > a.btn-warning.btn-fill.active, .navbar .navbar-nav > li > a.btn-warning.btn-fill:active, .navbar .navbar-nav > li > a.btn-warning.btn-fill:focus, .navbar .navbar-nav > li > a.btn-warning.btn-fill:hover, .open > .btn-warning.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-warning.btn-fill.dropdown-toggle {
            background-color: #f78244;
            color: #FFF;
        }

        .btn-warning.btn-fill .caret, .navbar .navbar-nav > li > a.btn-warning.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-warning .caret, .navbar .navbar-nav > li > a.btn-warning .caret {
        border-top-color: #f88f58;
    }

.btn-danger, .navbar .navbar-nav > li > a.btn-danger {
    border-color: #bf202f;
    color: #bf202f;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .navbar .navbar-nav > li > a.btn-danger.active, .navbar .navbar-nav > li > a.btn-danger:active, .navbar .navbar-nav > li > a.btn-danger:focus, .navbar .navbar-nav > li > a.btn-danger:hover, .open > .btn-danger.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-danger.dropdown-toggle {
        background-color: transparent;
        color: #ed606f;
        border-color: #ed606f;
    }

    .btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled], .navbar .navbar-nav > li > a.btn-danger.disabled, .navbar .navbar-nav > li > a.btn-danger:disabled, .navbar .navbar-nav > li > a.btn-danger[disabled] {
        background-color: transparent;
        border-color: #bf202f;
    }

    .btn-danger.btn-fill, .navbar .navbar-nav > li > a.btn-danger.btn-fill {
        color: #FFF;
        background-color: #bf202f;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-danger.btn-fill.active, .btn-danger.btn-fill:active, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:hover, .navbar .navbar-nav > li > a.btn-danger.btn-fill.active, .navbar .navbar-nav > li > a.btn-danger.btn-fill:active, .navbar .navbar-nav > li > a.btn-danger.btn-fill:focus, .navbar .navbar-nav > li > a.btn-danger.btn-fill:hover, .open > .btn-danger.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-danger.btn-fill.dropdown-toggle {
            background-color: #ed606f;
            color: #FFF;
        }

        .btn-danger.btn-fill .caret, .navbar .navbar-nav > li > a.btn-danger.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-danger .caret, .navbar .navbar-nav > li > a.btn-danger .caret {
        border-top-color: #bf202f;
    }

.btn-black, .navbar .navbar-nav > li > a.btn-black {
    border-color: #333;
    color: #333;
}

    .btn-black.active, .btn-black:active, .btn-black:focus, .btn-black:hover, .navbar .navbar-nav > li > a.btn-black.active, .navbar .navbar-nav > li > a.btn-black:active, .navbar .navbar-nav > li > a.btn-black:focus, .navbar .navbar-nav > li > a.btn-black:hover, .open > .btn-black.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-black.dropdown-toggle {
        background-color: transparent;
        color: #393b3d;
        border-color: #393b3d;
    }

    .btn-black.disabled, .btn-black:disabled, .btn-black[disabled], .navbar .navbar-nav > li > a.btn-black.disabled, .navbar .navbar-nav > li > a.btn-black:disabled, .navbar .navbar-nav > li > a.btn-black[disabled] {
        background-color: transparent;
        border-color: #333;
    }

    .btn-black.btn-fill, .navbar .navbar-nav > li > a.btn-black.btn-fill {
        color: #FFF;
        background-color: #333;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-black.btn-fill.active, .btn-black.btn-fill:active, .btn-black.btn-fill:focus, .btn-black.btn-fill:hover, .navbar .navbar-nav > li > a.btn-black.btn-fill.active, .navbar .navbar-nav > li > a.btn-black.btn-fill:active, .navbar .navbar-nav > li > a.btn-black.btn-fill:focus, .navbar .navbar-nav > li > a.btn-black.btn-fill:hover, .open > .btn-black.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-black.btn-fill.dropdown-toggle {
            background-color: #393b3d;
            color: #FFF;
        }

        .btn-black.btn-fill .caret, .navbar .navbar-nav > li > a.btn-black.btn-fill .caret {
            border-top-color: #FFF;
        }

    .btn-black .caret, .navbar .navbar-nav > li > a.btn-black .caret {
        border-top-color: #333;
    }

.btn-white, .navbar .navbar-nav > li > a.btn-white {
    border-color: #FFF;
    color: #FFF;
    opacity: .9;
}

    .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .navbar .navbar-nav > li > a.btn-white.active, .navbar .navbar-nav > li > a.btn-white:active, .navbar .navbar-nav > li > a.btn-white:focus, .navbar .navbar-nav > li > a.btn-white:hover, .open > .btn-white.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-white.dropdown-toggle {
        background-color: transparent;
        color: #FFF;
        border-color: #FFF;
    }

    .btn-white.disabled, .btn-white:disabled, .btn-white[disabled], .navbar .navbar-nav > li > a.btn-white.disabled, .navbar .navbar-nav > li > a.btn-white:disabled, .navbar .navbar-nav > li > a.btn-white[disabled] {
        background-color: transparent;
        border-color: #FFF;
    }

    .btn-white.btn-fill.active, .btn-white.btn-fill:active, .btn-white.btn-fill:focus, .btn-white.btn-fill:hover, .navbar .navbar-nav > li > a.btn-white.btn-fill.active, .navbar .navbar-nav > li > a.btn-white.btn-fill:active, .navbar .navbar-nav > li > a.btn-white.btn-fill:focus, .navbar .navbar-nav > li > a.btn-white.btn-fill:hover, .open > .btn-white.btn-fill.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-white.btn-fill.dropdown-toggle {
        background-color: #FFF;
        color: #FFF;
    }

    .btn-white .caret, .btn-white.btn-fill .caret, .navbar .navbar-nav > li > a.btn-white .caret, .navbar .navbar-nav > li > a.btn-white.btn-fill .caret {
        border-top-color: #FFF;
    }

    .btn-white.active, .btn-white:active, .navbar .navbar-nav > li > a.btn-white.active, .navbar .navbar-nav > li > a.btn-white:active, .open > .btn-white.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn-white.dropdown-toggle {
        background-color: #FFF;
        color: #888;
    }

    .btn-white.btn-fill, .navbar .navbar-nav > li > a.btn-white.btn-fill {
        background-color: #FFF;
        filter: alpha(opacity=100);
        color: #888;
        opacity: .9;
    }

        .btn-white.btn-fill:focus, .btn-white.btn-fill:hover, .navbar .navbar-nav > li > a.btn-white.btn-fill:focus, .navbar .navbar-nav > li > a.btn-white.btn-fill:hover {
            color: #888;
            opacity: 1;
        }

    .btn-white.btn-simple.active, .btn-white.btn-simple:active, .navbar .navbar-nav > li > a.btn-white.btn-simple.active, .navbar .navbar-nav > li > a.btn-white.btn-simple:active {
        background-color: transparent;
    }

.btn.disabled, .btn:disabled, .btn[disabled] {
    opacity: .5;
    filter: alpha(opacity=50);
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 10px 20px;
}

    .btn-round.btn-icon {
        padding: 10px;
    }

.btn-simple {
    border: 0;
    font-size: 14px;
    padding: 10px 20px;
}

    .btn-simple.btn-icon {
        padding: 10px;
    }

.btn-lg {
    font-size: 14px;
    border-radius: 4px;
    padding: 16px 32px;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
}

.btn-lg.btn-round {
    padding: 17px 32px;
}

.btn-lg.btn-simple {
    padding: 18px 32px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}

    .btn-sm.btn-round {
        padding: 6px 10px;
    }

    .btn-sm.btn-simple {
        padding: 7px 10px;
    }

.btn-xs {
    font-size: 10px;
    padding: 5px 10px;
}

    .btn-xs.btn-round {
        padding: 6px 10px;
    }

    .btn-xs.btn-simple {
        padding: 7px 10px;
    }

.btn-wd {
    min-width: 140px;
}

.form-control::-moz-placeholder {
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control:-moz-placeholder {
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control::-webkit-input-placeholder {
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control:-ms-input-placeholder {
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:focus:-moz-placeholder {
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:focus {
    background-color: #FFF;
    border: 1px solid #777;
    outline: 0 !important;
}

.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-success .form-control:focus {
    border-color: #E3E3E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    color: #7accb8;
}

.has-error .form-control, .has-error .form-control-feedback {
    color: #bf202f;
}

.has-success .form-control:focus {
    border-color: #7accb8;
}

.has-error .form-control:focus {
    border-color: #bf202f;
}

.form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
}

.open .form-control {
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}

.input-lg {
    height: 55px;
    padding: 16px 32px;
}

.has-success .form-control-feedback {
    color: #7accb8;
}

.input-group-addon {
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.has-error .input-group-addon, .has-success .input-group-addon {
    background-color: #FFF;
    border: 1px solid #E3E3E3;
}

.has-error .form-control:focus + .input-group-addon {
    border-color: #bf202f;
    color: #bf202f;
}

.has-success .form-control:focus + .input-group-addon {
    border-color: #7accb8;
    color: #7accb8;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    background-color: #FFF;
    border-color: #777;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-left: 0 none;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #888;
    cursor: not-allowed;
}

.form-control-plain {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 8px 0;
    font-size: 16px;
    background-color: transparent;
    border-color: #E3E3E3;
    resize: vertical;
}

    .form-control-plain:focus {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #777;
    }

.form-control:focus::-webkit-input-placeholder {
    color: rgba(119,119,119,.3);
}

.section .text-area .description, .section .text-area .description p, .section .title-area .description {
    color: #777;
    font-size: 16px;
}

.section {
    padding: 50px 0;
    background-color: #FFF;
    position: relative;
}

.section-gray {
    background-color: #EEE;
}

.section-white {
    background-color: #FFF;
}

.section .title-area {
    max-width: 760px;
    margin: 0 auto 70px;
    display: block;
    padding: 0 15px;
}

.section [class*=col-] .title-area {
    padding: 0;
}

.section .text-area {
    display: block;
}

.filter, .filter .separator, .filter .title-area .description {
    color: #FFF;
}

.section .parallax, .section .static-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
}

@media (min-width:768px) and (max-width:1400px) {

    .section .parallax, .section .static-image {
        width: 100%;
        height: 65vh;
        overflow: hidden;
        display: block;
        position: relative;
    }
}



.section .parallax .filter > img, .section .parallax > img, .section .static-image .filter > img, .section .static-image > img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}

.section .parallax-small {
    height: 65vh;
}

.section .responsive-background {
    position: relative;
    background-color: #c5a47e;
    padding: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
}

.section .nav > li {
    display: inline-block;
}

.section-contact-form {
    padding: 110px 0;
}

    .section-contact-form .title-area {
        margin-bottom: 15px;
    }

    .section-contact-form .social-buttons {
        padding: 20px 0 40px;
        margin-top: 0;
        border: none;
    }

.gradient-image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .gradient-image:after {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        content: '';
        background: -moz-linear-gradient(top,#fff 0,rgba(255,255,255,.95) 22%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.7) 65%,rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(22%,rgba(255,255,255,.95)),color-stop(30%,rgba(255,255,255,.9)),color-stop(65%,rgba(255,255,255,.7)),color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,.95) 22%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.7) 65%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top,#fff 0,rgba(255,255,255,.95) 22%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.7) 65%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top,#fff 0,rgba(255,255,255,.95) 22%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.7) 65%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,.95) 22%,rgba(255,255,255,.9) 30%,rgba(255,255,255,.7) 65%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    }

.section-our-team .text-area {
    padding-bottom: 0;
}

.filter {
    position: relative;
    height: 100%;
}

    .filter:before, .section-white .static-image:after {
        position: absolute;
        width: 100%;
        content: "";
        top: 0;
        left: 0;
    }

    .filter:before {
        height: 100%;
        display: block;
        z-index: 1;
        opacity: .6;
    }

    .filter .separator:after, .filter .separator:before {
        border-color: #FFF;
    }

    .filter.filter-color-gold:before {
        background: #bd986c;
    }

    .filter.filter-color-green:before {
        background: #55bea4;
    }

    .filter.filter-color-blue:before {
        background: #008b9c;
    }

    .filter.filter-color-purple:before {
        background: #50236F;
    }

    .filter.filter-color-red:before {
        background: #ea4457;
    }

    .filter.filter-gradient-black:before {
        background: #1f1c2c;
        background: -moz-linear-gradient(-45deg,#1f1c2c 0,#928dab 100%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#1f1c2c),color-stop(100%,#928dab));
        background: -webkit-linear-gradient(-45deg,#1f1c2c 0,#928dab 100%);
        background: -o-linear-gradient(-45deg,#1f1c2c 0,#928dab 100%);
        background: -ms-linear-gradient(-45deg,#1f1c2c 0,#928dab 100%);
        background: linear-gradient(135deg,#1f1c2c 0,#928dab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1c2c', endColorstr='#928dab', GradientType=1);
    }

    .filter.filter-gradient-gold:before {
        background: #dfd389;
        background: -moz-linear-gradient(-45deg,#dfd48b 0,#ec6565 100%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#dfd48b),color-stop(100%,#ec6565));
        background: -webkit-linear-gradient(-45deg,#dfd48b 0,#ec6565 100%);
        background: -o-linear-gradient(-45deg,#dfd48b 0,#ec6565 100%);
        background: -ms-linear-gradient(-45deg,#dfd48b 0,#ec6565 100%);
        background: linear-gradient(135deg,#dfd48b 0,#ec6565 100%);
    }

    .filter.filter-gradient-green:before {
        background: #71c491;
        background: -moz-linear-gradient(-45deg,#71c491 0,#465556 100%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#71c491),color-stop(100%,#465556));
        background: -webkit-linear-gradient(-45deg,#71c491 0,#465556 100%);
        background: -o-linear-gradient(-45deg,#71c491 0,#465556 100%);
        background: -ms-linear-gradient(-45deg,#71c491 0,#465556 100%);
        background: linear-gradient(135deg,#71c491 0,#465556 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c491', endColorstr='#465556', GradientType=1);
    }

    .filter.filter-gradient-blue:before {
        background: #085078;
        background: -moz-linear-gradient(-45deg,#085078 0,#87d7db 100%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#085078),color-stop(100%,#87d7db));
        background: -webkit-linear-gradient(-45deg,#085078 0,#87d7db 100%);
        background: -o-linear-gradient(-45deg,#085078 0,#87d7db 100%);
        background: -ms-linear-gradient(-45deg,#085078 0,#87d7db 100%);
        background: linear-gradient(135deg,#085078 0,#87d7db 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#085078', endColorstr='#87d7db', GradientType=1);
    }

    .filter.filter-gradient-purple:before {
        background: #6c3aad;
        background: -moz-linear-gradient(-45deg,#6b39ac 0,#c8fece 100%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#6b39ac),color-stop(100%,#c8fece));
        background: -webkit-linear-gradient(-45deg,#6b39ac 0,#c8fece 100%);
        background: -o-linear-gradient(-45deg,#6b39ac 0,#c8fece 100%);
        background: -ms-linear-gradient(-45deg,#6b39ac 0,#c8fece 100%);
        background: linear-gradient(135deg,#6b39ac 0,#c8fece 100%);
    }

.section-numbers .text-area, .section-numbers-2 .text-area, .section-numbers-3 .text-area {
    padding: 30px 0 0;
}

.section-white {
    padding: 0;
}

    .section-white .static-image:after {
        height: 100vh;
        z-index: 2;
        opacity: .95;
        background: #FFF;
    }

.section-signup .btn {
    margin: 15px 0;
}

.section-signup .static-image {
    height: auto;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 10vh;
}

    .section-signup .static-image:after {
        height: auto;
        bottom: 0;
    }

.section-pricing {
    padding: 0;
}

    .section-pricing .container > .content {
        margin-top: 28vh;
        position: relative;
        z-index: 3;
    }

.section-get-started .parallax .image, .section-get-started .static-image .image, .section-small .parallax .image, .section-small .static-image .image {
    height: 100vh !important;
}

.section-info {
    padding-top: 100px;
}

.section-cards .card a {
    opacity: .93;
}

.section-we-do h3 {
    margin: 10px 0 20px;
}

.section-we-do h5 {
    margin-bottom: 0;
}

.section-we-do p {
    color: #777;
}

.section-we-do .title {
    margin-bottom: 70px;
}

.section-info-presentation {
    padding: 0;
    overflow: hidden;
}

    .section-info-presentation .info-pricing:first-child {
        margin-top: 90px;
    }

    .section-info-presentation .image-container {
        height: 84vh;
        width: auto;
        position: relative;
    }

        .section-info-presentation .image-container img {
            max-width: none;
            width: auto;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav > .social-links > a {
    display: inline-block;
}

.navbar {
    border: 0;
    font-size: 16px;
}

    .navbar .navbar-brand {
        margin: 10px 0;
        padding: 15px;
        font-size: 20px;
        line-height: 22px;
    }

    .navbar .navbar-nav > li > a {
        padding: 10px 15px;
        margin: 15px 3px;
        line-height: 18px;
    }

    .navbar .navbar-nav > .social-links > a {
        padding: 10px 5px;
    }

    .navbar .navbar-nav.navbar-uppercase > li > a {
        font-size: 12px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .navbar .navbar-nav > li > a.btn {
        margin: 15px 3px;
        padding: 10px 20px;
    }

    .navbar .navbar-nav > li > a.btn-round {
        margin: 16px 3px;
    }

    .navbar .navbar-nav > li > a [class^=fa] {
        font-size: 18px;
        position: relative;
        top: 1px;
        margin-top: -3px;
    }

    .navbar .btn {
        margin: 15px 3px;
        font-size: 14px;
    }

    .navbar .btn-simple {
        font-size: 16px;
    }

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .navbar-default .navbar-nav > li > a:not(.btn) {
        color: #434547;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:not(.btn):focus, .navbar-default .navbar-nav > .active > a:not(.btn):hover, .navbar-default .navbar-nav > li > a:not(.btn):focus, .navbar-default .navbar-nav > li > a:not(.btn):hover {
            background-color: transparent;
            border-radius: 3px;
            color: #434547;
            opacity: .85;
            filter: alpha(opacity=85);
        }

    .navbar-default .navbar-nav > .dropdown > a:focus .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret {
        border-bottom-color: #333;
        border-top-color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #c5a47e;
    }

    .navbar-default .navbar-nav .navbar-toggle:focus, .navbar-default .navbar-nav .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        color: #434547;
    }

    .navbar-default:not(.navbar-transparent) .btn-default:hover {
        color: #c5a47e;
        border-color: #c5a47e;
    }

    .navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:active, .navbar-default:not(.navbar-transparent) .btn-neutral:hover {
        color: #777;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

.navbar-ct-primary {
    background-color: rgba(197,164,126,.98);
}

.navbar-ct-blue {
    background-color: rgba(0,171,192,.98);
}

.navbar-ct-green {
    background-color: rgba(122,204,184,.98);
}

.navbar-ct-orange {
    background-color: rgba(248,143,88,.98);
}

.navbar-ct-red {
    background-color: rgba(239,114,128,.98);
}

.navbar-transparent {
    padding-top: 15px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.navbar-toggle {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
}

    .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-toggle .navbar-collapse, .navbar-toggle .navbar-form {
        border-color: transparent;
    }

    .navbar-toggle.navbar-default .navbar-toggle:focus, .navbar-toggle.navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

.navbar-transparent .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar.navbar-fixed-top {
    transition: all .5s .1s;
}

@media (min-width:768px) {
    .navbar-transparent .navbar-brand, [class*=navbar-ct] .navbar-brand {
        color: #FFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*=navbar-ct] .navbar-brand:focus, [class*=navbar-ct] .navbar-brand:hover {
            background-color: transparent;
            opacity: 1;
            filter: alpha(opacity=100);
            color: #FFF;
        }

    .navbar-transparent .navbar-nav > li > a:not(.btn), [class*=navbar-ct] .navbar-nav > li > a:not(.btn) {
        color: #FFF;
        border-color: #FFF;
        opacity: .85;
        filter: alpha(opacity=85);
    }

    .navbar-transparent .navbar-nav > .active > a:focus:not(.btn), .navbar-transparent .navbar-nav > .active > a:hover:not(.btn), .navbar-transparent .navbar-nav > .active > a:not(.btn), .navbar-transparent .navbar-nav > li > a:focus:not(.btn), .navbar-transparent .navbar-nav > li > a:hover:not(.btn), [class*=navbar-ct] .navbar-nav > .active > a:focus:not(.btn), [class*=navbar-ct] .navbar-nav > .active > a:hover:not(.btn), [class*=navbar-ct] .navbar-nav > .active > a:not(.btn), [class*=navbar-ct] .navbar-nav > li > a:focus:not(.btn), [class*=navbar-ct] .navbar-nav > li > a:hover:not(.btn) {
        background-color: transparent;
        border-radius: 3px;
        color: #FFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-transparent .navbar-nav .nav > li > a.btn:hover, [class*=navbar-ct] .navbar-nav .nav > li > a.btn:hover {
        background-color: transparent;
    }

    .navbar-transparent .navbar-nav > .dropdown > a .caret, .navbar-transparent .navbar-nav > .dropdown > a:focus .caret, .navbar-transparent .navbar-nav > .dropdown > a:hover .caret, [class*=navbar-ct] .navbar-nav > .dropdown > a .caret, [class*=navbar-ct] .navbar-nav > .dropdown > a:focus .caret, [class*=navbar-ct] .navbar-nav > .dropdown > a:hover .caret {
        border-bottom-color: #FFF;
        border-top-color: #FFF;
    }

    .navbar-transparent .navbar-nav > .open > a, .navbar-transparent .navbar-nav > .open > a:focus, .navbar-transparent .navbar-nav > .open > a:hover, [class*=navbar-ct] .navbar-nav > .open > a, [class*=navbar-ct] .navbar-nav > .open > a:focus, [class*=navbar-ct] .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #FFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-transparent .btn-default, [class*=navbar-ct] .btn-default {
        color: #FFF;
        border-color: #FFF;
    }

        .navbar-transparent .btn-default.btn-fill, [class*=navbar-ct] .btn-default.btn-fill {
            color: #777;
            background-color: #FFF;
            opacity: 1;
            filter: alpha(opacity=100);
        }

            .navbar-transparent .btn-default.btn-fill.active, .navbar-transparent .btn-default.btn-fill:active, .navbar-transparent .btn-default.btn-fill:focus, .navbar-transparent .btn-default.btn-fill:hover, .navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*=navbar-ct] .btn-default.btn-fill.active, [class*=navbar-ct] .btn-default.btn-fill:active, [class*=navbar-ct] .btn-default.btn-fill:focus, [class*=navbar-ct] .btn-default.btn-fill:hover, [class*=navbar-ct] .open .dropdown-toggle.btn-fill.btn-default {
                border-color: #FFF;
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .navbar-transparent .dropdown-menu .divider {
        background-color: rgba(255,255,255,.2);
    }
}

.footer {
    background-color: #FFF;
    line-height: 20px;
    overflow: hidden;
}

    .footer nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

        .footer nav > ul a:not(.btn) {
            color: #777;
            display: block;
            margin-bottom: 3px;
        }

            .footer nav > ul a:not(.btn):focus, .footer nav > ul a:not(.btn):hover {
                color: #777;
            }

    .footer .social-area {
        padding: 15px 0;
    }

        .footer .social-area h5 {
            padding-bottom: 15px;
        }

        .footer .social-area > a:not(.btn) {
            color: #777;
            display: inline-block;
            vertical-align: top;
            padding: 10px 5px;
            font-size: 18px;
            font-weight: 400;
            line-height: 20px;
        }

            .footer .social-area > a:not(.btn):focus, .footer .social-area > a:not(.btn):hover {
                color: #777;
            }

    .footer .copyright {
        color: #777;
        padding: 10px 15px;
        margin: 15px 3px;
        line-height: 20px;
    }

    .footer hr {
        border-color: #DDD;
    }

    .footer .title {
        color: #777;
        text-align: left;
        margin-bottom: 1.6em;
        font-size: 15px;
        font-weight: 700;
    }

    .footer .btn-social {
        color: #9A9A9A;
    }

    .footer:not(.footer-big) nav > ul {
        font-size: 16px;
    }

        .footer:not(.footer-big) nav > ul li {
            margin-left: 20px;
            float: left;
        }

        .footer:not(.footer-big) nav > ul a {
            padding: 10px 0;
            margin: 15px 10px 15px 0;
        }

.footer-color-gray {
    background-color: #F5F5F5;
}

.footer-color-black, .footer-transparent {
    background-color: #222426;
    color: #DDD;
}

    .footer-color-black nav > ul a, .footer-transparent nav > ul a {
        color: #FFF;
    }

        .footer-color-black nav > ul a:focus, .footer-color-black nav > ul a:hover, .footer-transparent nav > ul a:focus, .footer-transparent nav > ul a:hover {
            color: #777;
        }

    .footer-color-black .social-area > a:not(.btn), .footer-transparent .social-area > a:not(.btn) {
        color: #FFF;
    }

        .footer-color-black .social-area > a:not(.btn):focus, .footer-color-black .social-area > a:not(.btn):hover, .footer-transparent .social-area > a:not(.btn):focus, .footer-transparent .social-area > a:not(.btn):hover {
            color: #777;
        }

    .footer-color-black .btn-social, .footer-transparent .btn-social {
        color: #FFF;
    }

    .footer-color-black hr, .footer-transparent hr {
        border-color: #444;
    }

    .footer-color-black .title, .footer-transparent .title {
        color: #DDD;
    }

.footer-transparent {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    .footer-transparent .container {
        z-index: 2;
        position: relative;
    }

    .footer-transparent::after {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: rgba(17,17,17,.8);
        display: block;
        content: "";
        z-index: 1;
    }

.navbar-nav > li > .dropdown-menu:after, .navbar-nav > li > .dropdown-menu:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    left: 12px;
}

.footer-big {
    padding-top: 30px;
}

    .footer-big hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-big .container > hr {
        margin-top: 50px;
    }

    .footer-big .copyright {
        margin: 10px 0 20px;
    }

    .footer-big .social-area > * {
        margin: 0 15px;
    }

    .footer-big nav > ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

        .footer-big nav > ul li {
            float: none;
        }

        .footer-big nav > ul .btn {
            margin-bottom: 5px;
        }

        .footer-big nav > ul .btn-social.btn-simple {
            padding: 0 0 4px;
        }

    .footer-big .form-group {
        margin-top: 15px;
    }

    .footer-big .numbers h4 {
        margin: 0 0 10px;
    }

.social-line {
    padding: 16px 0;
    background-color: #FFF;
}

    .social-line .title {
        margin: 0;
        line-height: 40px;
        font-size: 22px;
    }

    .social-line .btn {
        width: 100%;
    }

.social-line-black {
    background-color: #222426;
    color: #FFF;
}

.label-primary {
    background-color: #c5a47e;
}

.label-info {
    background-color: #bf202f;
}

.label-success {
    background-color: #7accb8;
}

.label-warning {
    background-color: #f88f58;
}

.label-danger {
    background-color: #bf202f;
}

.btn-social {
    opacity: .85;
    padding: 8px 9px;
}

    .btn-social .fa {
        font-size: 18px;
        top: -1px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

    .btn-social.btn-round {
        padding: 9px 10px;
    }

    .btn-social.btn-simple {
        padding: 9px 5px;
        font-size: 14px;
    }

        .btn-social.btn-simple .fa {
            font-size: 20px;
            position: relative;
            top: -2px;
            width: 24px;
        }

.dropdown-menu {
    visibility: hidden;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    display: block;
    z-index: 9000;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.125);
    box-shadow: 1px 2px 3px rgba(0,0,0,.125);
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: all 370ms cubic-bezier(.34,1.61,.7,1);
    -moz-transition: all 370ms cubic-bezier(.34,1.61,.7,1);
    -o-transition: all 370ms cubic-bezier(.34,1.61,.7,1);
    -ms-transition: all 370ms cubic-bezier(.34,1.61,.7,1);
    transition: all 370ms cubic-bezier(.34,1.61,.7,1);
}

.open .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 4px;
    margin-top: -5px;
}

    .navbar-nav > li > .dropdown-menu:before {
        border-bottom: 11px solid rgba(0,0,0,.2);
        display: inline-block;
        position: absolute;
        top: -11px;
    }

    .navbar-nav > li > .dropdown-menu:after {
        border-bottom: 11px solid #FFF;
        display: inline-block;
        position: absolute;
        top: -10px;
    }

.navbar-nav.navbar-right > li > .dropdown-menu:after, .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px;
}

.dropdown-menu > li > a {
    margin: 0;
    color: #434547;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    padding: 20px;
    border-bottom: 1px solid #EEE;
}

    .dropdown-menu > li > a img {
        margin-top: -3px;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #FFF;
        color: #c5a47e;
        opacity: 1;
        text-decoration: none;
    }

.dropdown-menu > li:last-child > a {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown-menu > li > a:focus {
    outline: 0 !important;
}

.btn-group.select .dropdown-menu {
    min-width: 100%;
}

.dropdown-menu > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.select .dropdown-menu > li:first-child > a {
    border-radius: 0;
    border-bottom: 0 none;
}

.dropdown-menu.dropdown-info > li > a:focus, .dropdown-menu.dropdown-info > li > a:hover {
    color: #00abc0;
}

.dropdown-menu.dropdown-success > li > a:focus, .dropdown-menu.dropdown-success > li > a:hover {
    color: #7accb8;
}

.dropdown-menu.dropdown-danger > li > a:focus, .dropdown-menu.dropdown-danger > li > a:hover {
    color: #bf202f;
}

.dropdown-menu.dropdown-warning > li > a:focus, .dropdown-menu.dropdown-warning > li > a:hover {
    color: #f88f58;
}

.dropdown-menu.dropdown-black > li > a:focus, .dropdown-menu.dropdown-black > li > a:hover {
    color: #333;
}

.dropdown-with-icons > li > a {
    padding-left: 0;
    line-height: 28px;
}

.dropdown-with-icons i {
    text-align: center;
    line-height: 28px;
    float: left;
}

    .dropdown-with-icons i[class^=pe-] {
        font-size: 24px;
        width: 46px;
    }

    .dropdown-with-icons i[class^=fa] {
        font-size: 14px;
        width: 38px;
    }

.carousel-control {
    width: 8%;
}

    .carousel-control .fa, .carousel-control .icon-next, .carousel-control .icon-prev {
        display: inline-block;
        position: absolute;
        top: 50%;
        z-index: 5;
    }

    .carousel-control .fa {
        font-size: 35px;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.card {
    background: #fff;
    box-shadow: 0 32px 44px -24px rgba(0,0,0,.23),0 20px 25px 0 rgba(0,0,0,.12),0 15px 10px -10px rgba(0,0,0,.2);
    margin-bottom: 30px;
    transition: all 370ms linear;
}

    .card:not(.card-plain):not(.card-price):hover {
        box-shadow: 0 26px 50px -10px rgba(0,0,0,.38),0 10px 20px 0 rgba(0,0,0,.2),0 15px 10px -10px rgba(0,0,0,.2);
    }

    .card.card-blog.card-white {
        background: 0 0;
        box-shadow: none;
    }

        .card.card-blog.card-white:hover {
            box-shadow: none !important;
        }

        .card.card-blog.card-white > .inner {
            background-color: #fff;
            box-shadow: 0 32px 44px -24px rgba(0,0,0,.23),0 20px 25px 0 rgba(0,0,0,.12),0 15px 10px -10px rgba(0,0,0,.2);
            -webkit-transition: all 370ms linear;
            -moz-transition: all 370ms linear;
            -o-transition: all 370ms linear;
            -ms-transition: all 370ms linear;
            transition: all 370ms linear;
        }

            .card.card-blog.card-white > .inner:hover {
                box-shadow: 0 26px 50px -10px rgba(0,0,0,.38),0 10px 20px 0 rgba(0,0,0,.2),0 15px 10px -10px rgba(0,0,0,.2);
            }

    .card .subtitle-black {
        color: #141414;
    }

    .card a, .card:hover .header {
        opacity: 1;
    }

    .card h2 {
        margin-top: 0;
    }

    .card img {
        max-width: 100%;
    }

    .card .header img, .card .image-header, .card .row .header img, .card .row .image-header {
        width: 100%;
    }

    .card .btn {
        margin-top: 15px;
    }

    .card .title {
        margin-bottom: 5px;
        color: #333;
    }

    .card .description {
        font-size: 13px;
    }

    .card .fa {
        width: auto;
    }

.card-blog .content {
    position: relative;
    text-align: center;
    padding: 25px;
}

.card-blog .circle-black {
    margin-top: -52px;
}

.card-blog .circle {
    border-radius: 100%;
    background: #242424;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.card-blog .card-subtitle {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 1em;
}

.card-blog .card-title {
    line-height: 1.358823529em;
    margin-bottom: 10px;
    color: #333;
}

    .card-blog .card-title:active, .card-blog .card-title:hover {
        color: #bf202f;
    }

.card-blog .date-wrapper {
    position: relative;
    top: 16px;
}

    .card-blog .date-wrapper .date, .card-blog .date-wrapper .month {
        color: #fff;
        text-transform: uppercase;
        display: block;
        line-height: 1.2;
        font-size: 12px;
        letter-spacing: 1px;
    }

.card-blog .card-category, .card-blog .card-date, .card-blog .card-month {
    color: #777;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    font-size: 12px;
}

.card-blog .card-category {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #9A9A9A;
}

.card-blog .card-date {
    font-weight: 600;
    font-size: 14px;
}

.card-blog .line-divider {
    width: 30px;
    border-bottom: 2px solid #c5a47e;
    margin: 0 auto;
}

    .card-blog .line-divider.line-info {
        border-color: #00abc0;
    }

    .card-blog .line-divider.line-success {
        border-color: #7accb8;
    }

    .card-blog .line-divider.line-warning {
        border-color: #f88f58;
    }

    .card-blog .line-divider.line-danger {
        border-color: #bf202f;
    }

.card-blog .card-title-2 {
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.3;
    margin-top: 10px;
}

.card-price {
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
}

    .card-price .content {
        padding: 40px 20px;
    }

    .card-price span {
        color: #777;
    }

    .card-price .title-header {
        text-transform: uppercase;
        margin: 0;
        letter-spacing: 1px;
        font-weight: 600;
        color: #777;
    }

    .card-price .subtitle-header {
        font-weight: 500;
    }

    .card-price .price {
        position: relative;
        display: inline-block;
        color: #777;
    }

        .card-price .price .number {
            font-size: 65px;
            font-weight: 600;
            color: #c5a47e;
        }

        .card-price .price i {
            position: absolute;
            top: 20px;
            left: -20px;
            font-size: 27px;
        }

    .card-price .text-description {
        line-height: 1.8;
        color: #777;
    }

    .card-price .text-center .btn.btn-info.btn-round.btn-fill {
        text-transform: uppercase;
        font-size: 12px;
        background-color: #c5a47e;
        color: #fff;
        font-weight: 400;
        border: none;
        line-height: 14px;
        padding: 9px 31px;
    }

.project .btn, .section-header .separator.line-separator:after, .section-header .separator.line-separator:before, .section-header-blog .separator.line-separator:after, .section-header-blog .separator.line-separator:before, .section-presentation-page .separator.line-separator:after, .section-presentation-page .separator.line-separator:before {
    border-color: #fff;
}

.card-price .text-center .btn.btn-info.btn-round.btn-fill:hover {
    background-color: #bd986c;
}

.card-price ul {
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}

.card-member {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

    .card-member .content {
        padding: 25px;
    }

    .card-member > img {
        background: none;
        height: auto;
        width: 120px;
        margin: 0 auto;
    }

.card-black {
    border-radius: 10px;
    background: #444;
    margin-top: -11px;
}

    .card-black .content {
        padding: 50px 20px;
    }

    .card-black .icon-gold, .card-black .text-gold, .card-black .title-gold {
        color: #c5a47e;
    }

    .card-black .text-description {
        color: #fff;
    }

.card-white {
    background: #FFF;
}

.card-plain {
    box-shadow: none;
    background: 0 0;
}

.section-our-clients-freebie .list-logos img:hover, .section-our-clients-freebie .nav-text > li.active a .image-clients img {
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    opacity: 1;
}

.section-header, .section-header-blog, .section-presentation-page {
    padding: 0;
}

    .section-header .container, .section-header-blog .container, .section-presentation-page .container {
        z-index: 3;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
    }

    .section-header .content, .section-header-blog .content, .section-presentation-page .content {
        position: relative;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 5px rgba(0,0,0,.2);
        line-height: 1.7;
        display: inline-block;
        vertical-align: middle;
    }

    .section-header .btn, .section-header-blog .btn, .section-presentation-page .btn {
        text-shadow: none;
    }

    .section-header h1, .section-header-blog h1, .section-presentation-page h1 {
        font-weight: 400;
        font-size: 3.6em;
        text-shadow: -2px 2px 0 rgba(0,0,0,.3),-2px 4px 2px rgba(0,0,0,.1);
    }

.big-text, .project h3 {
    font-weight: 600;
}

.section-header h5, .section-header-blog h5, .section-presentation-page h5 {
    font-size: 1.3em;
    margin: 0 auto .5em;
    line-height: 1.5;
    letter-spacing: .125;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}

.section-header p, .section-header-blog p, .section-presentation-page p {
    letter-spacing: .1em;
    margin: 0 0 .5em;
}

.section-header .separator, .section-header-blog .separator, .section-presentation-page .separator {
    color: #fff;
    margin: 30px auto;
}

.section-header-small .parallax, .section-header-small .static-image {
    min-height: 50vh;
    height: auto;
}

body.noscroll {
    overflow: hidden;
    padding-right: 0;
}

.project-content.scroll {
    overflow-y: auto;
}

.project {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .project img {
        width: 100%;
    }

    .project .animate {
        position: relative;
        z-index: 2;
    }

    .project .over-area {
        display: inline-block;
        text-align: center;
        position: absolute;
        z-index: 3;
        padding: 0 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        .project .over-area:before {
            content: '';
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        .project .over-area.no-opacity {
            background-color: #333;
        }

        .project .over-area.over-area-sm {
            padding: 20px 30px;
        }

            .project .over-area.over-area-sm .content {
                text-align: center;
            }

                .project .over-area.over-area-sm .content h4 {
                    font-size: 1.75em;
                }

                .project .over-area.over-area-sm .content p, .project p {
                    font-size: 1em;
                }

        .project .over-area.color-black {
            background: rgba(52,52,52,.7);
        }

        .project .over-area.color-green {
            background: rgba(39,94,76,.55);
        }

        .project .over-area.color-gold {
            background: rgba(197,164,126,.55);
        }

        .project .over-area.color-blue {
            background: rgba(61,146,207,.55);
        }

        .project .over-area.color-purple {
            background: rgba(89,57,111,.55);
        }

        .project .over-area.gradient-1 {
            background: -moz-linear-gradient(-45deg,rgba(151,78,32,.4) 0,rgba(244,218,138,.4) 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(151,78,32,.4)),color-stop(100%,rgba(244,218,138,.4)));
            background: -webkit-linear-gradient(-45deg,rgba(151,78,32,.4) 0,rgba(244,218,138,.4) 100%);
            background: -o-linear-gradient(-45deg,rgba(151,78,32,.4) 0,rgba(244,218,138,.4) 100%);
            background: -ms-linear-gradient(-45deg,rgba(151,78,32,.4) 0,rgba(244,218,138,.4) 100%);
            background: linear-gradient(135deg,rgba(151,78,32,.4) 0,rgba(244,218,138,.4) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66954d20', endColorstr='#66f4d887', GradientType=1);
        }

        .project .over-area.gradient-2 {
            background: -moz-linear-gradient(-45deg,rgba(216,44,73,.4) 0,rgba(217,99,131,.4) 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(216,44,73,.4)),color-stop(100%,rgba(217,99,131,.4)));
            background: -webkit-linear-gradient(-45deg,rgba(216,44,73,.4) 0,rgba(217,99,131,.4) 100%);
            background: -o-linear-gradient(-45deg,rgba(216,44,73,.4) 0,rgba(217,99,131,.4) 100%);
            background: -ms-linear-gradient(-45deg,rgba(216,44,73,.4) 0,rgba(217,99,131,.4) 100%);
            background: linear-gradient(135deg,rgba(216,44,73,.4) 0,rgba(217,99,131,.4) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66d82c49', endColorstr='#66d96383', GradientType=1);
        }

        .project .over-area.gradient-3 {
            background: -moz-linear-gradient(-45deg,rgba(223,212,139,.4) 0,rgba(236,101,101,.4) 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(223,212,139,.4)),color-stop(100%,rgba(236,101,101,.4)));
            background: -webkit-linear-gradient(-45deg,rgba(223,212,139,.4) 0,rgba(236,101,101,.4) 100%);
            background: -o-linear-gradient(-45deg,rgba(223,212,139,.4) 0,rgba(236,101,101,.4) 100%);
            background: -ms-linear-gradient(-45deg,rgba(223,212,139,.4) 0,rgba(236,101,101,.4) 100%);
            background: linear-gradient(135deg,rgba(223,212,139,.4) 0,rgba(236,101,101,.4) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66dfd48b', endColorstr='#66ec6565', GradientType=1);
        }

        .project .over-area.gradient-4 {
            background: -moz-linear-gradient(-45deg,rgba(174,97,167,.4) 0,rgba(210,121,135,.4) 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(174,97,167,.4)),color-stop(100%,rgba(210,121,135,.4)));
            background: -webkit-linear-gradient(-45deg,rgba(174,97,167,.4) 0,rgba(210,121,135,.4) 100%);
            background: -o-linear-gradient(-45deg,rgba(174,97,167,.4) 0,rgba(210,121,135,.4) 100%);
            background: -ms-linear-gradient(-45deg,rgba(174,97,167,.4) 0,rgba(210,121,135,.4) 100%);
            background: linear-gradient(135deg,rgba(174,97,167,.4) 0,rgba(210,121,135,.4) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ae61a8', endColorstr='#66d27987', GradientType=1);
        }

.section-clients-3 .nbs-flexisel-inner:after, .section-clients-3 .nbs-flexisel-inner:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
}

.project .over-area.gradient-5 {
    background: #6c3aad;
    background: -moz-linear-gradient(-45deg,rgba(107,57,172,.4) 0,rgba(200,254,206,.4) 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(107,57,172,.4)),color-stop(100%,rgba(200,254,206,.4)));
    background: -webkit-linear-gradient(-45deg,rgba(107,57,172,.4) 0,rgba(200,254,206,.4) 100%);
    background: -o-linear-gradient(-45deg,rgba(107,57,172,.4) 0,rgba(200,254,206,.4) 100%);
    background: -ms-linear-gradient(-45deg,rgba(107,57,172,.4) 0,rgba(200,254,206,.4) 100%);
    background: linear-gradient(135deg,rgba(107,57,172,.4) 0,rgba(200,254,206,.4) 100%);
}

.project .content {
    position: relative;
    text-align: center;
    width: 96%;
    min-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.project p {
    color: #FFF;
    margin-bottom: 0;
}

.project .btn {
    color: #fff;
}

.section-clients-1 .logo {
    position: relative;
    margin-bottom: 30px;
}

.section-clients-2 .nav-text {
    margin: 0 auto;
    text-align: center;
}

    .section-clients-2 .nav-text li {
        margin: 0 10px 10px 0;
    }

        .section-clients-2 .nav-text li a {
            opacity: .9;
            color: #343434;
            padding: 3px 0;
        }

.section-team-1, .section-team-2 {
    padding-top: 0;
}

.section-clients-2 .nav-text li a img {
    width: 120px;
}

.section-clients-2 .nav-text > li.active a {
    color: #c5a47e !important;
    border-bottom: 2px solid #c5a47e;
}

    .section-clients-2 .nav-text > li.active a img:first-child {
        opacity: 0;
    }

.section-clients-2 .tab-content {
    text-align: center;
    max-width: 760px;
    min-height: 130px;
}

    .section-clients-2 .tab-content p.large {
        color: #777;
    }

.section-clients-3 .nbs-flexisel-inner:after, .section-clients-3 .nbs-flexisel-inner:before {
    position: absolute;
    top: 0;
    width: 6%;
    height: 50px;
    display: block;
    content: "";
    z-index: 3;
}

.section-clients-3 .nbs-flexisel-inner:before {
    background: -moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    left: 0;
}

.section-clients-3 .nbs-flexisel-inner:after {
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
    right: 0;
}

.section-clients-3 #clients-carousel li {
    position: relative;
}

    .section-clients-3 #clients-carousel li img {
        width: 50%;
        cursor: pointer;
        position: relative;
        margin: 0;
        max-height: 50px;
        max-width: 200px;
    }

        .section-clients-3 #clients-carousel li img:first-child {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            opacity: 1;
            z-index: 2;
        }

            .section-clients-3 #clients-carousel li img:first-child:hover {
                opacity: 0;
            }

.section-clients-3 .nbs-flexisel-nav-left, .section-clients-3 .nbs-flexisel-nav-right {
    font-size: 30px;
}

.list-logos img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.list-logos .active .client-logo {
    color: #c5a47e;
}

.list-logos a {
    opacity: .9;
    color: #333;
}

.list-logos-info .active .client-logo {
    color: #00abc0;
}

.list-logos-success .active .client-logo {
    color: #7accb8;
}

.list-logos-warning .active .client-logo {
    color: #f88f58;
}

.list-logos-danger .active .client-logo {
    color: #bf202f;
}

.client-logo {
    text-align: center;
    margin: 0 15px;
}

    .client-logo i {
        font-size: 35px;
        width: auto;
        margin-bottom: 5px;
    }

.list-gray-images .client-logo img {
    width: auto !important;
}

.section-team-1 .container {
    position: absolute;
    width: 100%;
    top: 0;
}

.section-team-1 .text-area {
    background-color: transparent;
    max-width: 760px;
    margin: 0 auto;
}

.section-team-1 p {
    color: #555;
}

.section-team-1 .static-image img {
    width: 100%;
}

.section-team-2 .team-text {
    position: relative;
    padding: 0 0 75px;
}

.section-team-2 .team {
    display: block;
    position: relative;
}

    .section-team-2 .team .member {
        border-radius: 50%;
        display: block;
        text-align: center;
    }

        .section-team-2 .team .member p {
            font-size: 1em;
        }

        .section-team-2 .team .member .social-buttons {
            display: inline-block;
            padding: 15px 35px;
        }

        .section-team-2 .team .member img {
            background: none;
            height: auto;
            width: 120px;
            margin: 0 auto;
        }

.section .image, .section-signin .filter {
    background-position: center center;
    background-size: cover;
}

.section-team-2 .team .description {
    padding: 10px 0;
    text-align: center;
}

.section-team-3 .team {
    margin-bottom: 50px;
}

    .section-team-3 .team .member {
        text-align: center;
    }

        .section-team-3 .team .member .big-text {
            margin-bottom: 20px;
        }

        .section-team-3 .team .member img {
            margin: 0 auto;
        }

        .section-team-3 .team .member .first-name, .section-team-3 .team .member .last-name {
            min-width: 65%;
            padding: 9px 15px 0;
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
            font-size: 18px;
            vertical-align: middle;
            margin-top: 35px;
        }

        .section-team-3 .team .member .first-name {
            float: right;
        }

        .section-team-3 .team .member .last-name {
            float: left;
        }

        .section-team-3 .team .member .motto {
            position: relative;
            text-transform: none;
            color: #c5a47e;
            max-width: 55%;
            margin: 0 auto;
        }

            .section-team-3 .team .member .motto h3 {
                font-size: 22px;
            }

.section-team-4 {
    padding-top: 5em;
}

    .section-team-4 .team {
        text-align: center;
        padding: 10px 0;
    }

        .section-team-4 .team .member {
            padding: 0 10px;
        }

            .section-team-4 .team .member img {
                width: 120px;
                height: 120px;
                margin: 0 auto;
            }

            .section-team-4 .team .member .description {
                padding: 10px 0;
            }

                .section-team-4 .team .member .description .details {
                    font-size: 14px;
                }

                    .section-team-4 .team .member .description .details i {
                        color: #777;
                    }

.img-circle.img-profile {
    width: 120px;
    height: 120px;
}

.description {
    margin-bottom: 20px;
}

.big-text {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.small-text {
    color: #777;
    text-align: center;
}

.social-buttons {
    margin-top: -20px;
    border-top: 1px solid #DDD;
    text-align: center;
}

.scroller {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.section-numbers .card, .section-numbers-2 .card, .section-numbers-3 .card {
    text-align: center;
}

.section-numbers h3, .section-numbers-2 h3, .section-numbers-3 h3 {
    line-height: 1;
}

.section-numbers .number, .section-numbers-2 .number, .section-numbers-3 .number {
    font-size: 60px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}

.section-numbers .description, .section-numbers-2 .description, .section-numbers-3 .description {
    margin-bottom: 80px;
}

.section-numbers .icon, .section-numbers-2 .icon, .section-numbers-3 .icon {
    color: #999;
}

.section-numbers-2, .section-numbers-3 {
    overflow: hidden;
    color: #FFF !important;
}

    .section-numbers-2 .filter:after, .section-numbers-3 .filter:after {
        opacity: .8;
    }

    .section-numbers-2 .parallax, .section-numbers-2 .static-image, .section-numbers-3 .parallax, .section-numbers-3 .static-image {
        position: absolute;
        z-index: 1;
        height: 650px;
    }

    .section-numbers-2 .container, .section-numbers-3 .container {
        position: relative;
        z-index: 2;
        padding: 30px 0 60px;
    }

    .section-numbers-2 .number, .section-numbers-2 p, .section-numbers-3 .number, .section-numbers-3 p {
        color: #FFF;
    }

    .section-numbers-2 .separator, .section-numbers-3 .separator {
        color: #fff;
    }

        .section-numbers-2 .separator.line-separator:after, .section-numbers-2 .separator.line-separator:before, .section-numbers-3 .separator.line-separator:after, .section-numbers-3 .separator.line-separator:before {
            border-color: #fff;
        }

    .section-numbers-2 .text-area, .section-numbers-3 .text-area {
        background-color: transparent;
    }

    .section-numbers-2 .card h5, .section-numbers-3 .card h5 {
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1em;
    }

.address h4 {
    font-size: 1.6em;
}

.address p {
    font-size: 1em;
}

.section-contact-1 h4, .section-contact-2 h4, .section-contact-3 h4 {
    margin-bottom: 5px;
}

.section-contact .text-area {
    padding-top: 0;
}

.section-contact-1 .form-control, .section-contact-1 .form-control:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 8px 0;
    font-size: 16px;
}

.section-contact-1 .contact-form {
    margin-top: 90px;
}

.section-contact-2 .contact-form {
    margin-top: 20px;
}

.section-contact-2 label {
    font-weight: 400;
    font-size: 16px;
}

.section-contact-3 {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 0;
}

    .section-contact-3 .contact-container {
        position: relative;
    }

        .section-contact-3 .contact-container .address-container {
            position: absolute;
            left: 0;
            width: 40%;
            height: 570px;
            background-color: rgba(255,255,255,.75);
            z-index: 3;
            padding: 20px 20px 20px 60px;
        }

            .section-contact-3 .contact-container .address-container .address {
                text-align: center;
            }

        .section-contact-3 .contact-container .map {
            position: relative;
            width: 100%;
            top: 0;
            left: 0;
            height: 570px;
            overflow: hidden;
            display: block;
        }

            .section-contact-3 .contact-container .map .big-map {
                height: 100%;
                width: 100%;
                display: block;
            }

@media (min-width:768px) {
    .section-contact-3 {
        min-height: 570px;
    }

        .section-contact-3 .address {
            margin-top: 100px;
        }
}

.section-closure {
    padding: 0;
    overflow: hidden;
}

    .section-closure .static-image {
        position: absolute;
        z-index: 1;
    }

    .section-closure .container {
        position: relative;
        z-index: 2;
        padding: 150px 0;
    }

    .section-closure .text-area {
        background-color: transparent;
        color: #FFF;
    }

.section .image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: absolute;
    display: block;
}

.section-get-started, .section-header-freebie, .section-our-team-freebie {
    padding-bottom: 0;
}

    .section-get-started .container, .section-header-freebie .container, .section-our-team-freebie .container {
        position: relative;
        z-index: 1;
        display: block;
        margin-top: 30vh;
        text-align: center;
    }

    .section-get-started .title-header, .section-header-freebie .title-header, .section-our-team-freebie .title-header {
        text-transform: none;
    }

    .section-get-started .button-contact, .section-header-freebie .button-contact, .section-our-team-freebie .button-contact {
        padding: 25px 0 17px;
    }

.section-contact-4, .section-get-started {
    padding: 0;
}

    .section-get-started .text-description, .section-header-freebie .text-description, .section-our-team-freebie .text-description {
        color: #fff;
        margin: 40px auto;
        max-width: 760px;
    }

    .section-get-started .text-white, .section-header-freebie .text-white, .section-our-team-freebie .text-white {
        color: #fff;
    }

    .section-get-started .text-gold, .section-header-freebie .text-gold, .section-our-team-freebie .text-gold {
        color: #c5a47e;
    }

    .section-get-started .parallax, .section-get-started .static-image, .section-header-freebie .parallax, .section-header-freebie .static-image, .section-our-team-freebie .parallax, .section-our-team-freebie .static-image {
        height: auto;
    }

    .section-get-started .image, .section-header-freebie .image, .section-our-team-freebie .image {
        height: 100%;
    }

    .section-get-started .container {
        margin: 15vh auto;
    }

    .section-contact-4 .parallax, .section-our-services .parallax {
        height: 450px;
    }

.section-our-projects-fluid .row [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}

    .section-our-projects-fluid .row [class^=col-] .project {
        margin-bottom: 0;
    }

.section-our-projects .project {
    margin-bottom: 30px;
}

.member .description {
    min-height: 100px;
}

.section-our-clients .nav-text, .section-our-clients-freebie .nav-text {
    margin: 30px auto;
    text-align: center;
}

    .section-our-clients .nav-text li, .section-our-clients-freebie .nav-text li {
        margin: 0 10px 10px 0;
    }

        .section-our-clients .nav-text li a img {
            width: 120px;
        }

.section-our-clients .tab-content, .section-our-clients-freebie .tab-content {
    text-align: center;
    max-width: 760px;
    min-height: 130px;
    margin: 0 auto;
}

    .section-our-clients .tab-content p.large, .section-our-clients-freebie .tab-content p.large {
        color: #777;
    }

.section.section-we-are .text-area {
    padding: 7.375em 0 4.375em;
}

.section-our-team .team {
    display: block;
    position: relative;
}

.section.section-contact-form .text-area {
    padding: 7.375em 0 0;
}

.section.section-contact-form .btn-social.btn-simple .fa {
    font-size: 26px;
    width: 46px;
}

.section-contact-us {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

    .section-contact-us .contact-container {
        position: relative;
    }

        .section-contact-us .contact-container .address-container {
            position: absolute;
            left: 0;
            width: 40%;
            height: 570px;
            background-color: rgba(255,255,255,.75);
            z-index: 3;
            padding: 20px 20px 20px 60px;
        }

            .section-contact-us .contact-container .address-container .address {
                text-align: center;
            }

        .section-contact-us .contact-container .map {
            position: relative;
            width: 100%;
            top: 70px;
            left: 0;
            height: 570px;
            overflow: hidden;
            display: block;
        }

            .section-contact-us .contact-container .map .big-map {
                height: 100%;
                width: 100%;
                display: block;
            }

.fa-pay, .media-heading, .section-blog-horizontal h2 {
    display: inline-block;
}

.info-pricing {
    margin-top: 0;
    text-align: left;
}

.author, .section-signin .form-control {
    text-align: center;
}

.info-pricing .icon {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.info-pricing .text {
    overflow: hidden;
}

.info-pricing .title-info {
    margin-bottom: 15px;
    margin-top: 30px;
}

.info-pricing .text-description, .section-faq .text-description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 260px;
}

.info-pricing .icons-info {
    font-size: 40px;
}

.section-faq .text-description {
    max-width: 100%;
}

.section-faq .header-faq {
    margin-bottom: 10px;
}

.section-faq .title-description {
    margin-bottom: .658824em;
}

.section-faq .box {
    margin-bottom: 35px;
}

.section-header-blog {
    padding: 0;
}

    .section-header-blog .text-white {
        color: #fff;
    }

.section-black .form-control, .section-signin .content p, .section-signin .image-container .title small, .section-signin .subtitle {
    color: #FFF;
}

.section-header-about .parallax, .section-header-blog .parallax, .section-presentation-page .parallax {
    height: 70vh;
}

.section-card-blog {
    background-color: #e6e6e6;
    padding-top: 100px;
}

.section-blog-horizontal .title, .section-card-blog-2 .title {
    padding-bottom: 60px;
}

.section-blog-horizontal .card-blog-2 {
    min-height: 428px;
    text-align: center;
}

    .section-blog-horizontal .card-blog-2 .content {
        padding: 55px;
    }

.section-blog-horizontal .row [class^=col-]:first-child {
    padding-right: 0;
}

.section-blog-horizontal .row [class^=col-]:last-child {
    padding-left: 0;
}

.text-area {
    padding-bottom: 30px;
}

.media {
    border-bottom: 1px solid #E3E3E3;
    padding: 30px 0;
}

    .media:last-child {
        border-bottom: 0;
    }

    .media .avatar {
        margin: 0 30px 0 auto;
        width: 64px;
        height: 64px;
        overflow: hidden;
        border-radius: 50%;
        border-width: 2px;
        padding: 0;
        opacity: .9;
    }

        .media .avatar .media-object {
            width: 100%;
            overflow: hidden;
        }

.media-heading {
    margin-bottom: 10px;
    margin-top: 5px;
}

.media-comment {
    border: 0;
    margin-top: 30px;
}

.btn-padding {
    padding: 9px 6px 9px 0 !important;
}

.social-title {
    margin-top: 35px;
    margin-bottom: 10px;
}

.img-size {
    width: 110px;
    height: auto;
}

.border-none {
    border: 0;
}

.label-gold {
    background-color: #c5a47e;
}

.section-signin {
    padding: 0;
}

    .section-signin .content {
        position: relative;
        z-index: 4;
        padding: 10vh 0;
        max-width: 760px;
        margin: 0 auto;
    }

    .section-signin .title-modern, .section-signin label h4 {
        margin-bottom: 0;
    }

    .section-signin .image-container .title {
        padding-bottom: 15px;
        text-align: left;
        color: #FFF;
    }

    .section-signin .filter {
        width: 100%;
        min-height: 100vh;
    }

    .section-signin .subtitle {
        margin-top: 30px;
        font-weight: 600;
    }

    .section-signin .info {
        padding-top: 60px;
    }

    .section-signin .image-perspective {
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
    }

    .section-signin .form-container, .section-signin .image-container {
        width: 50%;
        float: left;
    }

    .section-signin .line-height {
        line-height: 1.4em;
    }

    .section-signin .button-signin {
        padding-top: 20px;
    }

    .section-signin .title-area {
        text-align: left;
    }

    .section-signin .form-container .title-area {
        padding-top: 10vh;
        padding-bottom: 10px;
        text-align: center;
        margin: 0;
    }

.section-black .container, .section-white .container {
    position: relative;
    z-index: 9999;
    top: 5vh;
}

.section-black .static-image .image, .section-white .container, .section-white .static-image .image {
    top: 0;
}

.heading-3 {
    font-size: 15px;
}

.margin {
    padding-bottom: 30px;
    padding-top: 15px;
}

.section-black, .section-header-freebie {
    padding: 0;
}

    .section-black .static-image:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 2;
        content: "";
        opacity: .95;
        background: #242424;
    }

    .section-black .form-control:focus::-webkit-input-placeholder {
        color: rgba(119,119,119,.3);
    }

    .section-black .form-control::-webkit-input-placeholder {
        -webkit-font-smoothing: antialiased;
        color: #777;
    }

    .section-black .text-white {
        color: #fff;
    }

    .section-black .text-gold {
        color: #c5a47e;
    }

    .section-black p {
        color: #DDD;
    }

.section-our-team-freebie .container {
    margin-top: 50px;
    margin-bottom: 0;
}

.card p {
    min-height: 0;
}

.section-our-clients-freebie .list-logos img {
    position: inherit;
    top: 0;
    left: 0;
    opacity: none;
    -webkit-transform: none;
    transform: none;
}

.section-our-clients-freebie .nav-text > li.active a {
    border-bottom: 0;
    opacity: 1;
}

.image-clients {
    width: 90px;
    margin: 0 8px;
}

    .author img, .image-clients img {
        width: 100%;
    }

.section-presentation-page .container {
    margin-top: 4vh;
}

.fa-pay {
    font-size: 30px !important;
    margin: 5px 1px 0;
    width: auto;
    color: #FFF;
}

@media (min-width:768px) {
    .nav > .social-links {
        margin-left: 15px;
    }

    .section-header .separator {
        max-width: 20em;
    }
}

@media (max-width:992px) {
    .section-with-hover .project .over-area {
        opacity: 1;
        -webkit-transition: background .25s,opacity .25s .25s;
        -moz-transition: background .25s,opacity .25s .25s;
        -o-transition: background .25s,opacity .25s .25s;
        -ms-transition: background .25s,opacity .25s .25s;
        transition: background .25s,opacity .25s .25s;
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }

        .section-with-hover .project .over-area .content {
            opacity: 1;
            opacity: .2;
            filter: alpha(opacity=20);
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
        }

            .section-with-hover .project .over-area .content h4 {
                opacity: 1;
                -moz-transition: opacity .3s,-moz-transform .3s;
                -webkit-transition: opacity .3s,-webkit-transform .3s;
                transition: opacity .3s,transform .3s;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

            .section-with-hover .project .over-area .content p {
                opacity: 1;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

    .project-content .project-details {
        padding: 0 30px;
    }

    .section-header, .section-signin {
        padding: 0 !important;
    }

    .project-content .icon-close {
        right: -15px;
    }

        .project-content .icon-close i {
            font-size: 30px;
        }

    .section-header .content {
        top: 0;
    }

        .section-header .content h1, .section-header .content h5, .section-header .content p {
            margin: 0;
        }

        .section-header .content h5 {
            font-size: 1.125em;
            margin-top: 50px;
        }

        .section-header .content .separator {
            width: 12em;
        }

    .section-signin .form-container, .section-signin .image-container {
        width: 100%;
    }

    .section-signin .filter {
        min-height: 0;
    }

    .section {
        padding: 30px 0;
    }

        .section .title-area {
            margin-bottom: 50px;
        }

    .section-get-started {
        padding: 0;
    }

    .footer a {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    h1.responsive-small {
        font-size: 4em !important;
    }
}

@media (max-width:768px) {
    .project-content .product .project-text, .wrapper, footer .row .info .title {
        text-align: center !important;
    }

    h1 {
        font-size: 2em;
        line-height: 1.25;
    }

        h1.responsive-small {
            font-size: 2.3em !important;
        }

    h2 {
        font-size: 1.4em;
        line-height: 1.15384615;
    }

    h3 {
        font-size: 1.3em;
        line-height: 1.13636364;
    }

    h4 {
        line-height: 1.1;
    }

    .navbar-transparent {
        background-color: transparent;
    }

    .wrapper {
        overflow: hidden;
    }

    .section-clients-1 .logos ul li {
        width: 33%;
    }

        .section-clients-1 .logos ul li img {
            width: 80%;
        }

            .section-clients-1 .logos ul li img:last-child {
                opacity: 0;
            }

    .section-clients-2 .tab-content {
        min-height: 130px;
    }

    .section-team-1 .static-image img {
        margin-top: 0;
    }

    .section-team-3 .name {
        margin-top: -10px;
    }

    .section-team-3 .motto h3 {
        font-size: 1em;
    }

    .btn {
        margin: 0 auto 15px;
        float: none;
    }

    .section-contact-3 .address-container {
        top: 0;
        width: 100% !important;
        padding: 20px !important;
    }

    .project-content .article .project-image {
        width: 100% !important;
    }

    footer {
        padding-top: 15px;
    }

        footer .row .info {
            margin-top: 15px;
        }

            footer .row .info .title {
                margin-top: 25px;
            }

            footer .row .info ul {
                text-align: center;
            }

        footer .row div:first-child .title {
            margin-top: 0;
        }

    .navbar-transparent .navbar-brand {
        color: #FFF;
    }

    .section-get-started .container {
        margin: 5vh auto;
    }

    .section-header h1, .section-header-blog h1, .section-presentation-page h1 {
        font-size: 2.6em;
    }

    .section-header .content h5 {
        font-size: 1em;
        margin-top: 35px;
    }

    p.description {
        font-size: 14px !important;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    top: 0;
    left: auto;
    right: 300px;
    content: "";
    z-index: 1029;
}

.navbar-header {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -moz-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -o-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -ms-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
    position: relative;
}

.navbar-burger .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100vh !important;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    border-left: 1px solid #e3e3e3;
    padding-right: 0;
    padding-left: 40px;
    max-height: none !important;
    -webkit-transform: translate3d(300px,0,0);
    -moz-transform: translate3d(300px,0,0);
    -o-transform: translate3d(300px,0,0);
    -ms-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -moz-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -o-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -ms-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
}

    .navbar-burger .navbar-collapse > ul {
        position: relative;
        z-index: 3;
        overflow-y: auto;
        height: 100%;
    }

    .navbar-burger .navbar-collapse.has-image::after, .navbar-burger .navbar-collapse::after {
        height: 100%;
        width: 100%;
        position: absolute;
        display: block;
        content: "";
        z-index: 1;
        top: 0;
        left: 0;
    }

    .navbar-burger .navbar-collapse .nav > li {
        border-bottom: 1px solid #e5e5e5;
        display: block;
        width: 100%;
    }

        .navbar-burger .navbar-collapse .nav > li:last-child {
            border-bottom: 0;
        }

        .navbar-burger .navbar-collapse .nav > li > a {
            margin: 0;
            color: #434547;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
            line-height: 13px;
            padding: 24px 0;
        }

            .navbar-burger .navbar-collapse .nav > li > a.active, .navbar-burger .navbar-collapse .nav > li > a:hover {
                color: #c5a47e;
            }

        .navbar-burger .navbar-collapse .nav > li.social-links {
            text-align: center;
            margin-left: -40px;
        }

            .navbar-burger .navbar-collapse .nav > li.social-links > a {
                font-size: 18px;
                padding: 24px 15px;
            }

    .navbar-burger .navbar-collapse::after {
        background-color: #FFF;
    }

    .navbar-burger .navbar-collapse.has-image::after {
        background-color: rgba(17,17,17,.8);
    }

    .navbar-burger .navbar-collapse .active > a, .navbar-burger .navbar-collapse .dropdown .dropdown-menu > li > a {
        color: #434547;
    }

        .navbar-burger .navbar-collapse .active > a:focus, .navbar-burger .navbar-collapse .active > a:hover, .navbar-burger .navbar-collapse .dropdown .dropdown-menu > li > a:focus, .navbar-burger .navbar-collapse .dropdown .dropdown-menu > li > a:hover {
            color: #c5a47e;
        }

.navbar-burger .navbar-nav > li > .dropdown-menu:after, .navbar-burger .navbar-nav > li > .dropdown-menu:before {
    display: none;
}

.navbar-burger .dropdown-menu {
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.navbar-burger .open .dropdown-menu {
    position: static;
}

.navbar-burger .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
}

.navbar-burger.navbar-transparent .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-burger .navbar-header .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
}

.navbar-burger .bar1, .navbar-burger .bar2, .navbar-burger .bar3 {
    outline: transparent solid 1px;
}

.navbar-burger .bar1 {
    top: 0;
    -webkit-animation: topbar-back .5s linear 0s;
    -moz-animation: topbar-back .5s linear 0s;
    animation: topbar-back .5s 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar-burger .bar2 {
    opacity: 1;
}

.navbar-burger .bar3 {
    bottom: 0;
    -webkit-animation: bottombar-back .5s linear 0s;
    -moz-animation: bottombar-back .5s linear 0s;
    animation: bottombar-back .5s 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar-burger .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x .5s linear 0s;
    -moz-animation: topbar-x .5s linear 0s;
    animation: topbar-x .5s 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar-burger .toggled .bar2 {
    opacity: 0;
}

.navbar-burger .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x .5s linear 0s;
    -moz-animation: bottombar-x .5s linear 0s;
    animation: bottombar-x .5s 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes topbar-x {
    0% {
        top: 0;
        transform: rotate(0);
    }

    45% {
        top: 6px;
        transform: rotate(145deg);
    }

    75% {
        transform: rotate(130deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@-webkit-keyframes topbar-x {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
    }

    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
    }

    75% {
        -webkit-transform: rotate(130deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
    }
}

@-moz-keyframes topbar-x {
    0% {
        top: 0;
        -moz-transform: rotate(0);
    }

    45% {
        top: 6px;
        -moz-transform: rotate(145deg);
    }

    75% {
        -moz-transform: rotate(130deg);
    }

    100% {
        -moz-transform: rotate(135deg);
    }
}

@keyframes topbar-back {
    0% {
        top: 6px;
        transform: rotate(135deg);
    }

    45% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        top: 0;
        transform: rotate(0);
    }
}

@-webkit-keyframes topbar-back {
    0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }

    45% {
        -webkit-transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes topbar-back {
    0% {
        top: 6px;
        -moz-transform: rotate(135deg);
    }

    45% {
        -moz-transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
    }

    100% {
        top: 0;
        -moz-transform: rotate(0);
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    45% {
        bottom: 6px;
        transform: rotate(-145deg);
    }

    75% {
        transform: rotate(-130deg);
    }

    100% {
        transform: rotate(-135deg);
    }
}

@-webkit-keyframes bottombar-x {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }

    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
    }

    75% {
        -webkit-transform: rotate(-130deg);
    }

    100% {
        -webkit-transform: rotate(-135deg);
    }
}

@-moz-keyframes bottombar-x {
    0% {
        bottom: 0;
        -moz-transform: rotate(0);
    }

    45% {
        bottom: 6px;
        -moz-transform: rotate(-145deg);
    }

    75% {
        -moz-transform: rotate(-130deg);
    }

    100% {
        -moz-transform: rotate(-135deg);
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 6px;
        transform: rotate(-135deg);
    }

    45% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@-webkit-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
    }

    45% {
        -webkit-transform: rotate(10deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -moz-transform: rotate(-135deg);
    }

    45% {
        -moz-transform: rotate(10deg);
    }

    75% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        bottom: 0;
        -moz-transform: rotate(0);
    }
}

.wrapper {
    -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -moz-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -o-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -ms-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
    left: 0;
    background-color: #fff;
}

    .wrapper.transition {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.nav-open .wrapper {
    -webkit-transform: translate3d(-150px,0,0);
    -moz-transform: translate3d(-150px,0,0);
    -o-transform: translate3d(-150px,0,0);
    -ms-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
}

.nav-open .navbar .navbar-header {
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

@media (min-width:768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-search-form {
        display: none;
    }

    .section-pricing [class*=col-]:not(:first-child):not(:last-child) > .card:not(.card-black) {
        border-radius: 0;
    }

    .section-pricing .card:not(.card-black) {
        box-shadow: none;
    }

    .section-pricing [class*=col-]:first-child > .card:not(.card-black) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .section-pricing [class*=col-]:last-child > .card:not(.card-black) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .footer:not(.footer-big) nav > ul li:first-child {
        margin-left: 0;
    }

    .nav-open .navbar-collapse {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .navbar-burger .container {
        padding: 0 15px;
    }

    .navbar-burger .navbar-header {
        width: 100%;
    }

    .navbar-burger .navbar-toggle {
        display: block;
        margin-right: 0;
    }

    body > .navbar-collapse .navbar-nav, body > .navbar-collapse .navbar-nav > li {
        float: none;
    }
}

@media (max-width:767px) {
    .navbar-transparent {
        padding-top: 0;
        background-color: rgba(0,0,0,.45);
    }

    #bodyClick {
        right: 230px;
    }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 230px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        border-left: 1px solid #e3e3e3;
        padding-right: 15px;
        padding-left: 15px;
        max-height: none !important;
        -webkit-transform: translate3d(230px,0,0);
        -moz-transform: translate3d(230px,0,0);
        -o-transform: translate3d(230px,0,0);
        -ms-transform: translate3d(230px,0,0);
        transform: translate3d(230px,0,0);
        -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
        -moz-transition: all .5s cubic-bezier(.685,.0473,.346,1);
        -o-transition: all .5s cubic-bezier(.685,.0473,.346,1);
        -ms-transition: all .5s cubic-bezier(.685,.0473,.346,1);
        transition: all .5s cubic-bezier(.685,.0473,.346,1);
    }

        .navbar-collapse ul {
            position: relative;
            z-index: 3;
            overflow-y: auto;
            height: 100%;
        }

        .navbar-collapse.has-image::after, .navbar-collapse::after {
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            display: block;
            content: "";
            z-index: 1;
            left: 0;
        }

        .navbar-collapse .nav > li {
            border-bottom: 1px solid #e5e5e5;
            padding-right: 15px;
        }

            .navbar-collapse .nav > li:last-child {
                border-bottom: 0;
            }

            .navbar-collapse .nav > li > a {
                margin: 0;
                color: #434547;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 13px;
                line-height: 13px;
                padding: 24px 0;
            }

                .navbar-collapse .nav > li > a.active, .navbar-collapse .nav > li > a:hover {
                    color: #c5a47e;
                }

            .navbar-collapse .nav > li.social-links {
                text-align: center;
                margin-left: -40px;
            }

                .navbar-collapse .nav > li.social-links > a {
                    font-size: 18px;
                    padding: 24px 15px;
                }

        .navbar-collapse::after {
            background-color: #FFF;
        }

        .navbar-collapse.has-image::after {
            background-color: rgba(17,17,17,.8);
        }

    .navbar .container {
        left: 0;
    }

    .nav-open .navbar-collapse {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .nav-open .wrapper {
        left: 0;
        -webkit-transform: translate3d(-115px,0,0);
        -moz-transform: translate3d(-115px,0,0);
        -o-transform: translate3d(-115px,0,0);
        -ms-transform: translate3d(-115px,0,0);
        transform: translate3d(-115px,0,0);
    }

    .navbar-nav {
        margin: 0;
    }

        .navbar-nav .dropdown .dropdown-menu > li > a {
            padding: 10px 15px;
        }

        .navbar-nav .dropdown .dropdown-menu > li:first-child > a {
            padding-top: 0;
        }

        .navbar-nav .dropdown .dropdown-menu > li:last-child > a {
            padding-bottom: 20px;
        }

    [class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active, [class*=navbar-] .navbar-nav > li > a, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover {
        color: #fff;
    }

    [class*=navbar-] .navbar-nav .active > a, [class*=navbar-] .navbar-nav .dropdown .dropdown-menu > li > a {
        color: #434547;
    }

    [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a, [class*=navbar-] .navbar-nav > li > a {
        opacity: .7;
        background: 0 0;
    }

        [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:hover, [class*=navbar-] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover {
            opacity: 1;
        }

    [class*=navbar-] .navbar-nav .dropdown > a:hover .caret {
        border-bottom-color: #777;
        border-top-color: #777;
    }

    [class*=navbar-] .navbar-nav .dropdown > a:active .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }

    .dropdown-menu {
        display: none;
    }

    .navbar-fixed-top {
        -webkit-backface-visibility: hidden;
    }

    .social-line .btn, .subscribe-line .form-control {
        margin: 0 0 10px;
    }

    .social-line.pull-right {
        float: none;
    }

    .footer nav.pull-left {
        float: none !important;
    }

    .footer:not(.footer-big) nav > ul li {
        float: none;
    }

    .media-post .author, .social-area.pull-right {
        float: none !important;
    }

    .form-control + .form-control-feedback {
        margin-top: -8px;
    }

    .navbar-toggle:focus, .navbar-toggle:hover {
        background-color: transparent !important;
    }

    .btn.dropdown-toggle {
        margin-bottom: 0;
    }

    .media-post .author {
        width: 20%;
        display: block;
        margin: 0 auto 10px;
    }

    .media-post .media-body {
        width: 100%;
    }

    .nav-open .navbar .navbar-header {
        -webkit-transform: translate3d(-280px,0,0);
        -moz-transform: translate3d(-280px,0,0);
        -o-transform: translate3d(-280px,0,0);
        -ms-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
    }

    .footer .social-area.pull-right, .footer nav.pull-left {
        text-align: center;
    }

    .section-numbers .card, .section-numbers-2 .card, .section-numbers-3 .card {
        padding: 20px 0;
    }

    .section-pricing .parallax {
        height: auto;
    }

    .section-pricing .card-price {
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .section-pricing .image {
        height: 30vh !important;
        position: relative;
    }
}

.portfolio-filter a, .project .label, .project h3 {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

@media (max-width:930px) {
    .section.section-our-team .title-description, .section.section-we-do .title-description {
        max-width: 550px;
        margin: 0 auto;
    }

    .section.section-we-do .text-description {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
    .section-contact-us {
        min-height: 570px;
    }

        .section-contact-us .address {
            margin-top: 100px;
        }

    .section-pricing .row [class^=col-]:first-child {
        padding-right: 0;
    }

    .section-pricing .row [class^=col-]:last-child {
        padding-left: 0;
    }

    .section-pricing .row [class^=col-]:nth-child(2) {
        padding: 0;
    }
}

@media (max-width:992px) {
    .section-faq .box {
        max-width: 480px;
        margin: 0 auto;
    }

    .section-faq .text-description {
        margin-bottom: 30px;
    }

    .section.section-we-are .description {
        max-width: 560px;
        text-align: center;
        margin: 0 auto;
    }

    .text-center {
        margin-top: 20px;
    }

    .section.section-info .info-pricing {
        max-width: 400px;
        margin: 50px auto;
    }

    .section.section-info {
        height: auto;
    }

        .section.section-info .info-pricing .text {
            text-align: -webkit-center;
        }

        .section.section-info .info-pricing .icon {
            text-align: center;
            float: none;
            margin-top: 0;
            margin-right: 0;
        }
}

@media (min-width:992px) {
    .section-pricing .row [class^=col-] {
        padding: 0;
    }
}

@media (max-width:479px) {
    p {
        font-size: 12px;
    }

    .section-header h1, .section-header-blog h1, .section-presentation-page h1 {
        font-size: 2em;
    }

    .nav > li > a {
        padding: 0;
    }

    .project p, p.description {
        font-size: 12px !important;
    }
}

.no-padding-bottom, .padding-bottom-0 {
    padding-bottom: 0 !important;
}

html.hidden {
    display: block !important;
    visibility: visible !important;
}

body {
    font-family: Poppins,sans-serif;
    background: center top no-repeat #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}



.oldie body {
    background: 0 0;
    filter: none;
    font-size: 19px;
    color: #353535;
    text-align: center;
    padding-top: 200px;
}

.no-padding-top, .padding-top-0 {
    padding-top: 0 !important;
}

::-moz-selection {
    background: #bf202f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #bf202f;
    color: #fff;
    text-shadow: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

    .gm-style img, img.inline {
        display: inline-block;
    }

.gm-style img {
    max-width: none;
}

embed, iframe {
    max-width: 100%;
    border: none;
}

.video-player {
    width: 100%;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.notransform {
    text-transform: none !important;
}

.italic {
    font-style: italic !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.inline-block {
    display: inline-block !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semi {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.no-padding {
    padding: 0 !important;
}

.text-md {
    font-size: 13px !important;
}

.text-sm, .text-xs {
    font-size: 12px !important;
}

.color-yellow, .link-yellow {
    color: #ffc47f;
}

.color-orange, .link-orange {
    color: #ff6000;
}

.color-red, .link-red {
    color: #bf202f;
}

.color-purple, .link-purple {
    color: #9560f5;
}

.color-blue, .link-blue {
    color: #4c80d0;
}

.color-green, .link-green {
    color: #3aaa35;
}

.color-brown, .link-brown {
    color: #7f5122;
}

    .link-blue:active, .link-blue:hover, .link-brown:active, .link-brown:hover, .link-green:active, .link-green:hover, .link-orange:active, .link-orange:hover, .link-purple:active, .link-purple:hover, .link-red:active, .link-red:hover, .link-yellow:active, .link-yellow:hover {
        color: #bf202f;
    }

@media only screen and (max-width:1229px) {
    .padding-top-0 {
        padding-top: 0 !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-0 {
        padding-top: 0 !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0 !important;
    }
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-10 {
        padding-top: 6px !important;
    }

    .padding-bottom-10 {
        padding-bottom: 6px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-10 {
        padding-top: 4px !important;
    }

    .padding-bottom-10 {
        padding-bottom: 4px !important;
    }
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-20 {
        padding-top: 12px !important;
    }

    .padding-bottom-20 {
        padding-bottom: 12px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-20 {
        padding-top: 8px !important;
    }

    .padding-bottom-20 {
        padding-bottom: 8px !important;
    }
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-30 {
        padding-top: 18px !important;
    }

    .padding-bottom-30 {
        padding-bottom: 18px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-30 {
        padding-top: 12px !important;
    }

    .padding-bottom-30 {
        padding-bottom: 12px !important;
    }
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-40 {
        padding-top: 24px !important;
    }

    .padding-bottom-40 {
        padding-bottom: 24px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-40 {
        padding-top: 16px !important;
    }

    .padding-bottom-40 {
        padding-bottom: 16px !important;
    }
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-50 {
        padding-top: 30px !important;
    }

    .padding-bottom-50 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-50 {
        padding-top: 20px !important;
    }

    .padding-bottom-50 {
        padding-bottom: 20px !important;
    }
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-60 {
        padding-top: 36px !important;
    }

    .padding-bottom-60 {
        padding-bottom: 36px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-60 {
        padding-top: 24px !important;
    }

    .padding-bottom-60 {
        padding-bottom: 24px !important;
    }
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-70 {
        padding-top: 42px !important;
    }

    .padding-bottom-70 {
        padding-bottom: 42px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-70 {
        padding-top: 28px !important;
    }

    .padding-bottom-70 {
        padding-bottom: 28px !important;
    }
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-80 {
        padding-top: 48px !important;
    }

    .padding-bottom-80 {
        padding-bottom: 48px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-80 {
        padding-top: 32px !important;
    }

    .padding-bottom-80 {
        padding-bottom: 32px !important;
    }
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-90 {
        padding-top: 54px !important;
    }

    .padding-bottom-90 {
        padding-bottom: 54px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-90 {
        padding-top: 36px !important;
    }

    .padding-bottom-90 {
        padding-bottom: 36px !important;
    }
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-100 {
        padding-top: 60px !important;
    }

    .padding-bottom-100 {
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-100 {
        padding-top: 40px !important;
    }

    .padding-bottom-100 {
        padding-bottom: 40px !important;
    }
}

.padding-top-110 {
    padding-top: 110px !important;
}

.padding-bottom-110 {
    padding-bottom: 110px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-110 {
        padding-top: 66px !important;
    }

    .padding-bottom-110 {
        padding-bottom: 66px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-110 {
        padding-top: 44px !important;
    }

    .padding-bottom-110 {
        padding-bottom: 44px !important;
    }
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-120 {
        padding-top: 72px !important;
    }

    .padding-bottom-120 {
        padding-bottom: 72px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-120 {
        padding-top: 48px !important;
    }

    .padding-bottom-120 {
        padding-bottom: 48px !important;
    }
}

.padding-top-130 {
    padding-top: 130px !important;
}

.padding-bottom-130 {
    padding-bottom: 130px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-130 {
        padding-top: 78px !important;
    }

    .padding-bottom-130 {
        padding-bottom: 78px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-130 {
        padding-top: 52px !important;
    }

    .padding-bottom-130 {
        padding-bottom: 52px !important;
    }
}

.padding-top-140 {
    padding-top: 140px !important;
}

.padding-bottom-140 {
    padding-bottom: 140px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-140 {
        padding-top: 84px !important;
    }

    .padding-bottom-140 {
        padding-bottom: 84px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-140 {
        padding-top: 56px !important;
    }

    .padding-bottom-140 {
        padding-bottom: 56px !important;
    }
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-150 {
        padding-top: 90px !important;
    }

    .padding-bottom-150 {
        padding-bottom: 90px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-150 {
        padding-top: 60px !important;
    }

    .padding-bottom-150 {
        padding-bottom: 60px !important;
    }
}

.padding-top-160 {
    padding-top: 160px !important;
}

.padding-bottom-160 {
    padding-bottom: 160px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-160 {
        padding-top: 96px !important;
    }

    .padding-bottom-160 {
        padding-bottom: 96px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-160 {
        padding-top: 64px !important;
    }

    .padding-bottom-160 {
        padding-bottom: 64px !important;
    }
}

.padding-top-170 {
    padding-top: 170px !important;
}

.padding-bottom-170 {
    padding-bottom: 170px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-170 {
        padding-top: 102px !important;
    }

    .padding-bottom-170 {
        padding-bottom: 102px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-170 {
        padding-top: 68px !important;
    }

    .padding-bottom-170 {
        padding-bottom: 68px !important;
    }
}

.padding-top-180 {
    padding-top: 180px !important;
}

.padding-bottom-180 {
    padding-bottom: 180px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-180 {
        padding-top: 108px !important;
    }

    .padding-bottom-180 {
        padding-bottom: 108px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-180 {
        padding-top: 72px !important;
    }

    .padding-bottom-180 {
        padding-bottom: 72px !important;
    }
}

.padding-top-190 {
    padding-top: 190px !important;
}

.padding-bottom-190 {
    padding-bottom: 190px !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-190 {
        padding-top: 114px !important;
    }

    .padding-bottom-190 {
        padding-bottom: 114px !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-190 {
        padding-top: 76px !important;
    }

    .padding-bottom-190 {
        padding-bottom: 76px !important;
    }
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-bottom-200 {
    padding-bottom: 200px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width:1229px) {
    .padding-top-200 {
        padding-top: 120px !important;
    }

    .padding-bottom-200 {
        padding-bottom: 120px !important;
    }

    .margin-top-0 {
        margin-top: 0 !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .padding-top-200 {
        padding-top: 80px !important;
    }

    .padding-bottom-200 {
        padding-bottom: 80px !important;
    }

    .margin-top-0 {
        margin-top: 0 !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0 !important;
    }
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-10 {
        margin-top: 6px !important;
    }

    .margin-bottom-10 {
        margin-bottom: 6px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-10 {
        margin-top: 4px !important;
    }

    .margin-bottom-10 {
        margin-bottom: 4px !important;
    }
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-20 {
        margin-top: 12px !important;
    }

    .margin-bottom-20 {
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-20 {
        margin-top: 8px !important;
    }

    .margin-bottom-20 {
        margin-bottom: 8px !important;
    }
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-30 {
        margin-top: 18px !important;
    }

    .margin-bottom-30 {
        margin-bottom: 18px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-30 {
        margin-top: 12px !important;
    }

    .margin-bottom-30 {
        margin-bottom: 12px !important;
    }
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-40 {
        margin-top: 24px !important;
    }

    .margin-bottom-40 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-40 {
        margin-top: 16px !important;
    }

    .margin-bottom-40 {
        margin-bottom: 16px !important;
    }
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-50 {
        margin-top: 30px !important;
    }

    .margin-bottom-50 {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-50 {
        margin-top: 20px !important;
    }

    .margin-bottom-50 {
        margin-bottom: 20px !important;
    }
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-60 {
        margin-top: 36px !important;
    }

    .margin-bottom-60 {
        margin-bottom: 36px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-60 {
        margin-top: 24px !important;
    }

    .margin-bottom-60 {
        margin-bottom: 24px !important;
    }
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-70 {
        margin-top: 42px !important;
    }

    .margin-bottom-70 {
        margin-bottom: 42px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-70 {
        margin-top: 28px !important;
    }

    .margin-bottom-70 {
        margin-bottom: 28px !important;
    }
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-80 {
        margin-top: 48px !important;
    }

    .margin-bottom-80 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-80 {
        margin-top: 32px !important;
    }

    .margin-bottom-80 {
        margin-bottom: 32px !important;
    }
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-90 {
        margin-top: 54px !important;
    }

    .margin-bottom-90 {
        margin-bottom: 54px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-90 {
        margin-top: 36px !important;
    }

    .margin-bottom-90 {
        margin-bottom: 36px !important;
    }
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-100 {
        margin-top: 60px !important;
    }

    .margin-bottom-100 {
        margin-bottom: 60px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-100 {
        margin-top: 40px !important;
    }

    .margin-bottom-100 {
        margin-bottom: 40px !important;
    }
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-bottom-110 {
    margin-bottom: 110px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-110 {
        margin-top: 66px !important;
    }

    .margin-bottom-110 {
        margin-bottom: 66px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-110 {
        margin-top: 44px !important;
    }

    .margin-bottom-110 {
        margin-bottom: 44px !important;
    }
}

.margin-top-120 {
    margin-top: 120px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-120 {
        margin-top: 72px !important;
    }

    .margin-bottom-120 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-120 {
        margin-top: 48px !important;
    }

    .margin-bottom-120 {
        margin-bottom: 48px !important;
    }
}

.margin-top-130 {
    margin-top: 130px !important;
}

.margin-bottom-130 {
    margin-bottom: 130px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-130 {
        margin-top: 78px !important;
    }

    .margin-bottom-130 {
        margin-bottom: 78px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-130 {
        margin-top: 52px !important;
    }

    .margin-bottom-130 {
        margin-bottom: 52px !important;
    }
}

.margin-top-140 {
    margin-top: 140px !important;
}

.margin-bottom-140 {
    margin-bottom: 140px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-140 {
        margin-top: 84px !important;
    }

    .margin-bottom-140 {
        margin-bottom: 84px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-140 {
        margin-top: 56px !important;
    }

    .margin-bottom-140 {
        margin-bottom: 56px !important;
    }
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-150 {
        margin-top: 90px !important;
    }

    .margin-bottom-150 {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-150 {
        margin-top: 60px !important;
    }

    .margin-bottom-150 {
        margin-bottom: 60px !important;
    }
}

.margin-top-160 {
    margin-top: 160px !important;
}

.margin-bottom-160 {
    margin-bottom: 160px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-160 {
        margin-top: 96px !important;
    }

    .margin-bottom-160 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-160 {
        margin-top: 64px !important;
    }

    .margin-bottom-160 {
        margin-bottom: 64px !important;
    }
}

.margin-top-170 {
    margin-top: 170px !important;
}

.margin-bottom-170 {
    margin-bottom: 170px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-170 {
        margin-top: 102px !important;
    }

    .margin-bottom-170 {
        margin-bottom: 102px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-170 {
        margin-top: 68px !important;
    }

    .margin-bottom-170 {
        margin-bottom: 68px !important;
    }
}

.margin-top-180 {
    margin-top: 180px !important;
}

.margin-bottom-180 {
    margin-bottom: 180px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-180 {
        margin-top: 108px !important;
    }

    .margin-bottom-180 {
        margin-bottom: 108px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-180 {
        margin-top: 72px !important;
    }

    .margin-bottom-180 {
        margin-bottom: 72px !important;
    }
}

.margin-top-190 {
    margin-top: 190px !important;
}

.margin-bottom-190 {
    margin-bottom: 190px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-190 {
        margin-top: 114px !important;
    }

    .margin-bottom-190 {
        margin-bottom: 114px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-190 {
        margin-top: 76px !important;
    }

    .margin-bottom-190 {
        margin-bottom: 76px !important;
    }
}

.margin-top-200 {
    margin-top: 200px !important;
}

.margin-bottom-200 {
    margin-bottom: 200px !important;
}

@media only screen and (max-width:1229px) {
    .margin-top-200 {
        margin-top: 120px !important;
    }

    .margin-bottom-200 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width:767px) {
    .margin-top-200 {
        margin-top: 80px !important;
    }

    .margin-bottom-200 {
        margin-bottom: 80px !important;
    }
}

.content, .sidebar {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.sidebar {
    display: none;
}

.page-sidebar .content, .page-sidebar-left .content {
    float: left;
    width: 66.66%;
}

.page-sidebar .sidebar, .page-sidebar-left .sidebar {
    display: block;
    float: right;
    width: 33.33%;
    padding-top: 10px;
    padding-left: 30px;
}

@media only screen and (max-width:767px) {
    .page-sidebar .content, .page-sidebar .sidebar, .page-sidebar-left .content, .page-sidebar-left .sidebar {
        width: 100%;
        float: none !important;
    }
}

.page-sidebar-left .content {
    float: right;
}

.page-sidebar-left .sidebar {
    float: left;
    padding-left: 15px;
    padding-right: 30px;
}

@media only screen and (max-width:991px) {
    .page-sidebar .sidebar, .page-sidebar-left .sidebar {
        padding-left: 15px;
    }

    .page-sidebar-left .sidebar {
        padding-right: 15px;
    }
}

.page-narrow .content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-narrow .sidebar {
    display: none;
}

.label {
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    padding: .64em 1em .5em;
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 4px;
}

.scrollbar-detect {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
}

    .scrollbar-detect span {
        display: block;
    }

.portfolio-filter2 {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

    .portfolio-filter2 ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .portfolio-filter2 li {
        display: inline-block;
        margin: 0 20px 10px;
    }

@media only screen and (max-width:991px) {
    .portfolio-filter2 li {
        margin: 0 10px 10px;
    }
}

.portfolio-filter2 li.active a {
    border-bottom-color: #bf202f;
    color: #1a1a1a;
}

.portfolio-filter2 a {
    opacity: 1;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #b4b4b4;
    padding: 0 0 .4em;
    border-bottom: 2px solid transparent;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media only screen and (max-width:767px) {
    .portfolio-filter2 li {
        margin: 0 5px 10px;
    }

    .portfolio-filter2 a {
        font-size: 12px;
    }
}

.portfolio-filter2 a:active, .portfolio-filter2 a:hover {
    color: #1a1a1a;
}

.project .label, .project h3 {
    -webkit-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
    -o-transform: translate3d(-20px,0,0);
    -ms-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.project .over-area, .project p {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.project p {
    -webkit-transform: translate3d(20px,0,0);
    -moz-transform: translate3d(20px,0,0);
    -o-transform: translate3d(20px,0,0);
    -ms-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.project .over-area {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.checkbox label, .form-control, .radio label, .wpcf7-form-control {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.project .over-area:active, .project .over-area:hover {
    opacity: 1;
}

    .project .over-area:active .label, .project .over-area:active h3, .project .over-area:active p, .project .over-area:hover .label, .project .over-area:hover h3, .project .over-area:hover p {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.project-info {
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .project-info .item {
        margin-bottom: 30px;
    }

@media only screen and (max-width:479px) {
    .project-info .item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1229px) {
    .project-info .item:nth-child(2n+1) {
        margin-left: 0;
    }
}

.project-info .item > strong {
    font-size: 15px;
    display: block;
    margin-bottom: .4em;
}

@media only screen and (max-width:991px) {
    .project-info .item > strong {
        font-size: 14px;
    }
}

@media only screen and (max-width:479px) {
    .project-info .item > strong {
        font-size: 13px;
    }
}

.project-info .item > span {
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 1.4;
}

[placeholder]::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #b4b4b4;
}

[placeholder]:-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #b4b4b4;
}

[placeholder]::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #b4b4b4;
}

[placeholder]:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #b4b4b4;
}

:focus[placeholder]::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: transparent !important;
}

:focus[placeholder]:-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: transparent !important;
}

:focus[placeholder]::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: transparent !important;
}

:focus[placeholder]:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: transparent !important;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control, .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 1em;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #353535;
    line-height: normal;
    letter-spacing: 0;
    background-color: transparent;
    border: 1px solid #9d9a9a;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .form-control:focus, .wpcf7-form-control:focus {
        border-color: #b4b4b4;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ie8 .form-control, .ie8 .wpcf7-form-control {
    line-height: 34px;
}

textarea.form-control, textarea.wpcf7-form-control {
    min-height: 260px;
    padding: 1em;
    resize: vertical;
}

@media only screen and (max-width:767px) {
    textarea.form-control, textarea.wpcf7-form-control {
        min-height: 200px;
    }
}

.form-group label {
    display: inline-block;
    font-family: qanelasextrabold;
    font-size: 16px;
    font-weight: lighter;
    color: #353535;
    margin-bottom: 1em;
}

.form-group.required label:after {
    content: '*';
    font-size: 1.33em;
    color: #bf202f;
}

.checkbox label.checked, .checkbox label:active, .checkbox label:focus, .checkbox label:hover, .radio label.checked, .radio label:active, .radio label:focus, .radio label:hover {
    color: #1a1a1a;
}

.checkbox, .radio {
    margin: 0 0 20px;
}

    .checkbox input, .radio input {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

.ie8 .checkbox input, .ie8 .radio input {
    visibility: visible;
    width: 0;
    height: 0;
}

.checkbox label, .radio label {
    position: relative;
    padding-left: 26px;
    line-height: 16px;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .checkbox label:after, .form-search-header, .radio label:after {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
    }

@media only screen and (max-width:991px) {
    .checkbox label, .radio label {
        line-height: 18px;
    }
}

.checkbox label:after, .checkbox label:before, .radio label:after, .radio label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #1a1a1a;
}

.checkbox label:after, .radio label:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border: none;
    background-color: transparent;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.form-search-header, .form-search-header .inner {
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.checkbox label.checked:after, .radio label.checked:after {
    background-color: #1a1a1a;
}

.radio label:after, .radio label:before {
    border-radius: 50%;
}

.form-search-header {
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    line-height: normal;
    padding: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out;
}

@media only screen and (max-width:479px) {
    textarea.form-control, textarea.wpcf7-form-control {
        min-height: 160px;
    }

    .form-search-header {
        width: 220px;
        right: -40px;
    }
}

.form-search-header .inner {
    background-color: #fff;
    padding: 15px 15px 5px;
    -webkit-box-shadow: 0 1px 4px rgba(26,26,26,.2);
    -moz-box-shadow: 0 1px 4px rgba(26,26,26,.2);
    box-shadow: 0 1px 4px rgba(26,26,26,.2);
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -o-transform: translateX(102%);
    -ms-transform: translateX(102%);
    transform: translateX(102%);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.form-login .submit, .form-search .submit, .widget_mc4wp_form_widget .submit {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.form-search-header.active {
    visibility: visible;
    opacity: 1;
}

    .form-search-header.active .inner {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.form-search-header .form-control {
    border-color: #b4b4b4;
    margin-bottom: 10px;
}

    .form-search-header .form-control:focus {
        border-color: #5f5f5f;
    }

.form-search-header .btn {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 0;
}

    .form-search-header .btn.btn-wide {
        display: block;
        padding: 0 5px;
        width: 100%;
    }

.form-search, .widget_mc4wp_form_widget {
    position: relative;
}

    .form-search .submit, .widget_mc4wp_form_widget .submit {
        position: absolute;
        top: 11px;
        right: 8px;
        font-size: 12px;
        color: #b4b4b4;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

.nav-menu, .nav-menu li {
    position: relative;
}

.form-search .form-control, .widget_mc4wp_form_widget .form-control {
    padding-right: 32px;
}

    .form-search .form-control:focus + .submit, .widget_mc4wp_form_widget .form-control:focus + .submit {
        color: #5f5f5f;
    }

        .form-search .form-control:focus + .submit:active, .form-search .form-control:focus + .submit:hover, .widget_mc4wp_form_widget .form-control:focus + .submit:active, .widget_mc4wp_form_widget .form-control:focus + .submit:hover {
            color: #bf202f;
        }

.form-subscribe .submit {
    top: 15px;
    font-size: 8px;
}

.form-subscribe .form-control {
    border-width: 0 0 1px;
}

.form-login .form-control {
    float: left;
    width: 48%;
}

    .form-login .form-control + .form-control {
        margin-left: 4%;
    }

.form-login .checkbox, .form-login .submit {
    font-size: 12px;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.form-login .checkbox {
    float: left;
    font-family: 'Droid Serif',serif;
}

.form-login .forgot, .form-login .submit {
    float: right;
    font-family: 'Droid Serif',serif;
}

.form-login .checkbox label {
    line-height: 18px;
}

.form-login .submit {
    text-transform: uppercase;
    padding: 0;
    border: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .form-login .forgot:active, .form-login .forgot:hover, .form-login .submit:active, .form-login .submit:hover {
        color: #bf202f;
    }

.form-comment #submit, .nav-menu li ul li {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.form-login .forgot {
    font-size: 10px;
    color: #bf202f;
}

.form-comment .form-control {
    margin-bottom: 16px;
}

.form-comment .inputs .form-control {
    float: left;
    width: 32%;
}

    .form-comment .inputs .form-control + .form-control {
        margin-left: 2%;
    }

@media only screen and (max-width:479px) {
    .form-comment .inputs .form-control {
        float: none;
        width: 100%;
    }

        .form-comment .inputs .form-control + .form-control {
            margin-left: 0;
        }
}

.form-comment #submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #bf202f;
    transition: all .2s ease-out;
    font-weight: 600;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.6em;
    filter: alpha(opacity=80);
    padding: 10px 20px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #bf202f;
    opacity: 1;
}

#swipebox-next, #swipebox-prev, .main-slider .carousel-control {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    text-shadow: none;
}

.form-comment #submit:active, .form-comment #submit:hover {
    background-color: #ed606f;
}

.wpcf7-submit {
    display: inline-block;
    width: auto;
    height: 50px;
}

.nav-menu {
    z-index: 98;
    font-size: 0;
    white-space: nowrap;
    float: right;
}

    .nav-menu li a.menu-link {
        display: block;
        font-family: qanelasextrabold;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        color: #000;
        letter-spacing: .16em;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nav-menu li ul li:active > a.menu-link, .nav-menu li ul li:hover > a.menu-link, .nav-menu li.active > a.menu-link, .nav-menu li.current-menu-item > a.menu-link, .nav-menu li:active > a.menu-link, .nav-menu li:hover > a.menu-link {
        color: #1a1a1a;
    }

    .nav-menu li ul {
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        padding: 0;
        white-space: normal;
        -webkit-box-shadow: 0 0 4px rgba(26,26,26,.36);
        -moz-box-shadow: 0 0 4px rgba(26,26,26,.36);
        box-shadow: 0 0 4px rgba(26,26,26,.36);
    }

        .nav-menu li ul.left {
            left: auto;
            right: 100%;
        }

        .nav-menu li ul li {
            padding: 0;
            background-color: #bf202f;
            transition: all .2s ease-out;
        }

    .nav-menu > li > a.menu-link, .navigation-link a {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

    .nav-menu li ul li a.menu-link {
        padding: 20px 44px 20px 50px;
        text-align: left;
        color: #fff;
    }

@media only screen and (max-width:1229px) {
    .nav-menu li ul li a.menu-link {
        padding: 10px 44px 10px 50px;
    }
}

.nav-menu li ul li:first-child a.menu-link {
    padding-top: 30px;
}

.nav-menu li ul li:last-child a.menu-link {
    padding-bottom: 30px;
}

.nav-menu li ul li.parent > a:before {
    content: '\f0da';
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
}

@media only screen and (max-width:1229px) {
    .nav-menu li ul li.parent > a:before {
        top: 11px;
    }
}

.nav-menu li ul li:first-child.parent > a:before {
    top: 30px;
}

.nav-menu > li {
    display: inline-block;
    margin: 0;
    padding: 0 0 3px;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

    .nav-menu > li > a.menu-link {
        height: 74px;
        line-height: 100px;
        padding: 0 8px;
        transition: all .2s ease-out;
    }

@media only screen and (max-width:991px) {
    .nav-menu > li > a.menu-link {
        height: 56px;
        line-height: 68px;
        padding: 0 10px;
        font-size: 9px;
    }
}

.nav-menu > li.active > a.menu-link, .nav-menu > li.current-menu-item > a.menu-link, .nav-menu > li:active > a.menu-link, .nav-menu > li:hover > a.menu-link {
    color: #fff;
    background-color: #bf202f;
}

.nav-menu > li > ul {
    top: 100%;
    left: 0;
    z-index: 98;
}

    .nav-menu > li > ul.left {
        right: 0;
    }

.static .nav-menu > li > a.menu-link, .sticky .nav-menu > li > a.menu-link {
    color: #1a1a1a;
}

.static .nav-menu > li.active > a.menu-link, .static .nav-menu > li.current-menu-item > a.menu-link, .static .nav-menu > li:active > a.menu-link, .static .nav-menu > li:hover > a.menu-link, .sticky .nav-menu > li.active > a.menu-link, .sticky .nav-menu > li.current-menu-item > a.menu-link, .sticky .nav-menu > li:active > a.menu-link, .sticky .nav-menu > li:hover > a.menu-link {
    color: #fff;
}

@media only screen and (max-width:767px) {
    .nav-menu {
        padding: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 98;
        background-color: rgba(239,114,128,.96);
        height: auto;
        overflow: auto;
        will-change: transform;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .4s ease-out;
        -moz-transition: transform .4s ease-out;
        -o-transition: transform .4s ease-out;
        -ms-transition: transform .4s ease-out;
        transition: transform .4s ease-out;
    }

        .nav-menu.active {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .nav-menu li a.menu-link {
            display: block;
            font-size: 12px;
            color: #fff;
            background-color: transparent !important;
        }

        .nav-menu li.parent > a:before {
            content: '\f0da';
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 14px;
            left: 8px;
            font-size: 12px;
        }

        .nav-menu li.active > a.menu-link, .nav-menu li.current-menu-item > a.menu-link {
            color: #1a1a1a;
        }

        .nav-menu li.active.parent > a.menu-link:before, .nav-menu li.current-menu-item.parent > a.menu-link:before {
            left: 5px;
            -webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            -o-transform: rotateZ(180deg);
            -ms-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }

    .static .nav-menu li > a.menu-link, .sticky .nav-menu li > a.menu-link {
        color: #fff;
    }

    .static .nav-menu li.active > a.menu-link, .static .nav-menu li.current-menu-item > a.menu-link, .sticky .nav-menu li.active > a.menu-link, .sticky .nav-menu li.current-menu-item > a.menu-link {
        color: #1a1a1a;
    }

    .nav-menu li ul {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .nav-menu li ul li:first-child a.menu-link {
            padding-top: 15px;
        }

        .nav-menu li ul li:last-child a.menu-link {
            padding-bottom: 15px;
        }

        .nav-menu li ul li ul {
            padding-left: 10px;
        }

        .nav-menu li ul li a.menu-link {
            font-size: 10px;
            padding: 8px 0 8px 30px;
        }

        .nav-menu li ul li.parent > a:before {
            top: 8px;
            left: 15px;
        }

        .nav-menu li ul li.active.parent > a.menu-link:before, .nav-menu li ul li.current-menu-item.parent > a.menu-link:before {
            left: 12px;
        }

    .nav-menu > li {
        height: auto;
        line-height: normal;
        padding: 0;
        display: block;
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .nav-menu > li > a.menu-link {
            height: 40px;
            line-height: 40px;
            padding: 0 5px 0 26px;
        }
}

.panel-title, .tab-header a {
    font-family: 'Droid Serif',serif;
}


.navigation-link a {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 17px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    line-height: 18px;
    text-align: center;
    transition: all .2s ease-out;
}

    .navigation-link a:after, .navigation-link a:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #000;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .navigation-link a:after {
        top: -7px;
        left: 11px;
        right: auto;
        bottom: -7px;
        width: 3px;
        height: auto;
        background-color: transparent;
    }

.static .navigation-link a, .sticky .navigation-link a {
    border-color: #1a1a1a;
}

    .static .navigation-link a:before, .sticky .navigation-link a:before {
        background-color: #1a1a1a;
    }

    .navigation-link a.active, .static .navigation-link a.active, .sticky .navigation-link a.active {
        border-color: transparent;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

        .navigation-link a.active:after, .navigation-link a.active:before, .static .navigation-link a.active:after, .static .navigation-link a.active:before, .sticky .navigation-link a.active:after, .sticky .navigation-link a.active:before {
            background-color: #bf202f;
        }

.navigation {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 80px 22px;
}

@media only screen and (max-width:1229px) {
    .navigation {
        padding: 0 40px 22px;
    }
}

.navigation a {
    opacity: 1;
}

.navigation .logo {
    float: left;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}

@media only screen and (max-width:991px) {
    .navigation {
        padding: 0 15px 10px;
    }

        .navigation .logo {
            margin-top: 14px;
        }

    .Videos {
        display: none;
    }

    .bgBnr {
        display: block;
    }
}

@media only screen and (min-width:990px) {

    .bgBnr {
        background-image: none !important;
    }
}

.static.navigation .logo, .sticky.navigation .logo {
    color: #353535;
}

.navigation .logo:active, .navigation .logo:hover {
    color: #bf202f;
}

.navigation .navigation-full-link, .navigation .navigation-link, .navigation .search {
    float: right;
    height: 74px;
    line-height: 100px;
    padding-left: 26px;
    position: relative;
}

    .navigation .navigation-full-link > a, .navigation .navigation-link > a, .navigation .search > a {
        font-size: 12px;
        color: #fff;
    }

        .navigation .navigation-full-link > a:active, .navigation .navigation-full-link > a:hover, .navigation .navigation-link > a:active, .navigation .navigation-link > a:hover, .navigation .search > a:active, .navigation .search > a:hover {
            color: #bf202f;
        }

@media only screen and (max-width:767px) {
    .navigation .navigation-full-link > a, .navigation .navigation-link > a, .navigation .search > a {
        font-size: 15px;
    }
}

@media only screen and (max-width:991px) {
    .navigation .navigation-full-link, .navigation .navigation-link, .navigation .search {
        height: 56px;
        line-height: 68px;
    }

    .navigation .navigation-link {
        line-height: 72px;
    }
}

.navigation.static, .navigation.sticky {
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: top .4s linear;
    -moz-transition: top .4s linear;
    -o-transition: top .4s linear;
    -ms-transition: top .4s linear;
    transition: top .4s linear;
}

    .navigation.static .navigation-full-link > a, .navigation.static .search > a, .navigation.sticky .navigation-full-link > a, .navigation.sticky .search > a {
        color: #1a1a1a;
    }

        .navigation.static .navigation-full-link > a:active, .navigation.static .navigation-full-link > a:hover, .navigation.static .search > a:active, .navigation.static .search > a:hover, .navigation.sticky .navigation-full-link > a:active, .navigation.sticky .navigation-full-link > a:hover, .navigation.sticky .search > a:active, .navigation.sticky .search > a:hover {
            color: #bf202f;
        }

.navigation.sticky {
    position: fixed;
    top: -120px;
}

    .navigation.sticky.sticky-moved {
        top: 0;
    }

.tabs {
    margin-bottom: 60px;
}

.tab-header {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .tab-header li {
        float: left;
        width: 50%;
        border-left: 1px solid #fff;
    }

        .tab-header li:first-child {
            border-left: none;
        }

    .tab-header a {
        display: block;
        opacity: 1;
        height: 50px;
        line-height: 50px;
        font-size: 11px;
        color: #1a1a1a;
        text-align: center;
        text-transform: uppercase;
        padding: 0 5px;
        background-color: #eaeaea;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .tab-header .active a {
        color: #fff;
        background-color: #bf202f;
    }

.tab-content {
    padding-top: 30px;
}

.panel {
    background-color: transparent;
    border: none;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.panel-heading {
    border: none;
    border-radius: 0;
    padding: 0;
}

    .panel-heading + .panel-collapse > .panel-body {
        padding: 24px 30px 0;
    }

.panel-title {
    font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a.panel-toggle {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    color: #bf202f;
    opacity: 1;
}

    a.panel-toggle:focus {
        color: #bf202f;
    }

    a.panel-toggle.collapsed, a.panel-toggle.collapsed:focus {
        color: #5f5f5f;
    }

@media only screen and (max-width:479px) {
    .panel-title {
        font-size: 11px;
    }

    a.panel-toggle {
        padding-top: 2px;
    }
}

a.panel-toggle:after, a.panel-toggle:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 4px;
    background-color: #bf202f;
}

a.panel-toggle:after {
    width: 2px;
    height: 10px;
    top: 2px;
    left: 8px;
    display: none;
}

a.panel-toggle.collapsed:after {
    display: block;
}

a.panel-toggle.collapsed:active, a.panel-toggle.collapsed:hover {
    color: #bf202f;
}

.panel-body {
    border: none !important;
    color: #5f5f5f;
    padding: 20px 4px 5px;
}

    .panel-body p:last-child {
        margin-bottom: 0;
    }

.fade-effect .item {
    opacity: 0;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    -ms-transition: opacity .8s;
    transition: opacity .8s;
}

    .fade-effect .item.active {
        opacity: 1;
    }

        .fade-effect .item.active.left, .fade-effect .item.active.right {
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
            left: 0;
            z-index: 2;
            opacity: 0;
        }

.shot-effect .item {
    top: 0;
    left: 0 !important;
    -webkit-transition: top .9s cubic-bezier(.95,.1,.25,1);
    -moz-transition: top .9s cubic-bezier(.95,.1,.25,1);
    -o-transition: top .9s cubic-bezier(.95,.1,.25,1);
    -ms-transition: top .9s cubic-bezier(.95,.1,.25,1);
    transition: top .9s cubic-bezier(.95,.1,.25,1);
}

.main-slider .carousel-control, .main-slider .carousel-indicators li {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.shot-effect .item.next, .shot-effect .item.prev {
    z-index: 3;
}

    .shot-effect .item.next.left, .shot-effect .item.next.right, .shot-effect .item.prev.left, .shot-effect .item.prev.right {
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

.shot-effect .item.prev {
    top: 100%;
}

.shot-effect .item.next {
    top: -100%;
}

.main-slider {
    background: #353535;
    overflow: hidden;
    margin-bottom: 60px;
}

@media only screen and (max-width:1229px) {
    .main-slider {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    .main-slider {
        margin-bottom: 30px;
    }
}

.main-slider.main-slider-big {
    margin-bottom: 0;
}

.main-slider .item {
    text-align: center;
    height: 680px;
    line-height: 680px;
}

@media only screen and (max-width:1229px) {
    .main-slider .item {
        height: 480px;
        line-height: 480px;
    }
}

@media only screen and (max-width:767px) {
    .main-slider .item {
        height: 300px;
        line-height: 300px;
    }
}

.main-slider-big.main-slider .item {
    padding-top: 0;
    padding-bottom: 0;
}

.main-slider .parallax {
    height: 100%;
}

.main-slider .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: auto;
    background-color: rgba(26,26,26,.25);
}

.main-slider .carousel-indicators {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 16px;
    z-index: 3;
    width: auto;
    margin: 0;
    padding: 0;
}

    .main-slider .carousel-indicators li {
        float: left;
        width: 36px;
        height: 4px;
        margin: 0 6px;
        background-color: transparent;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .main-slider .carousel-indicators li.active {
            background-color: #fff;
        }

.main-slider .carousel-control {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    border: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media only screen and (max-width:767px) {
    .main-slider .carousel-control {
        width: 32px;
        height: 32px;
        line-height: 32px;
        left: 0;
    }
}

.main-slider .carousel-control.left, .main-slider .carousel-control.right {
    background: 0 0;
    filter: none;
    color: #fff;
}

.main-slider .carousel-control.right {
    left: auto;
    right: 20px;
}

.main-slider .carousel-control:active.left, .main-slider .carousel-control:active.right, .main-slider .carousel-control:hover.left, .main-slider .carousel-control:hover.right {
    background-color: transparent;
    color: #bf202f;
}

@-webkit-keyframes carousel-control {
    20% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes carousel-control {
    20% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes carousel-control-right {
    20% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes carousel-control-right {
    20% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.main-slider .description {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.thumbnail-slider {
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (max-width:991px) {
    .thumbnail-slider {
        margin-bottom: 30px;
    }
}

.thumbnail-slider:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 2;
    height: 4px;
    background: #fff;
    display: block;
}

.thumbnail-slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnail-slider .slider-images-wrap {
    background-color: #353535;
    float: left;
    position: relative;
    width: 79.8%;
}

@media only screen and (max-width:767px) {
    .main-slider .carousel-control.right {
        right: 0;
    }

    .thumbnail-slider .slider-images-wrap {
        width: 79.7%;
    }
}

.thumbnail-slider .slider-images-wrap li {
    width: 100%;
    height: 850px;
    float: left;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.thumbnail-slider .slider-images-wrap:active .next, .thumbnail-slider .slider-images-wrap:active .prev, .thumbnail-slider .slider-images-wrap:hover .next, .thumbnail-slider .slider-images-wrap:hover .prev {
    opacity: 1;
}

.thumbnail-slider .slider-thumbs-wrap {
    position: relative;
    z-index: 1;
    float: right;
    width: 19.9%;
    height: auto;
}

    .thumbnail-slider .slider-thumbs-wrap li {
        width: 100%;
        height: 280px;
        margin-bottom: 2px;
        cursor: pointer;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-box-shadow: inset 0 0 0 4px transparent;
        -moz-box-shadow: inset 0 0 0 4px transparent;
        box-shadow: inset 0 0 0 4px transparent;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .thumbnail-slider .slider-thumbs-wrap li img {
            position: relative;
            z-index: -1;
        }

        .thumbnail-slider .slider-thumbs-wrap li.active {
            opacity: .6;
            cursor: default;
        }

    .thumbnail-slider .slider-thumbs-wrap .next, .thumbnail-slider .slider-thumbs-wrap .prev {
        font-size: 22px;
        top: 0;
        left: 50%;
        margin: 0 0 0 -25px;
    }

    .thumbnail-slider .slider-thumbs-wrap .next {
        top: auto;
        right: auto;
        bottom: 0;
    }

    .thumbnail-slider .slider-thumbs-wrap:active .next, .thumbnail-slider .slider-thumbs-wrap:active .prev, .thumbnail-slider .slider-thumbs-wrap:hover .next, .thumbnail-slider .slider-thumbs-wrap:hover .prev {
        opacity: 1;
    }

.thumbnail-slider .description, .thumbnail-slider .next, .thumbnail-slider .prev {
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    position: absolute;
}

.thumbnail-slider .next, .thumbnail-slider .prev {
    top: 50%;
    left: 0;
    z-index: 2;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    transition: all .4s;
}

    .thumbnail-slider .next:active, .thumbnail-slider .next:hover, .thumbnail-slider .prev:active, .thumbnail-slider .prev:hover {
        color: #bf202f;
    }

    .thumbnail-slider .next.disabled, .thumbnail-slider .prev.disabled {
        color: rgba(255,255,255,.5);
        cursor: default;
    }

.thumbnail-slider .next {
    left: auto;
    right: 0;
}

.thumbnail-slider .description {
    top: 10%;
    left: 6%;
    visibility: hidden;
    transition: all .4s;
    margin-bottom: 0;
}

@media only screen and (max-width:479px) {
    .thumbnail-slider .description {
        top: 4%;
        left: 4%;
    }
}

.thumbnail-slider .description.active {
    visibility: visible;
    opacity: 1;
}

.thumbnail-slider .description.bottom {
    top: auto;
    bottom: 10%;
}

.thumbnail-slider .description.top-right {
    left: auto;
    right: 6%;
}

@media only screen and (max-width:479px) {
    .thumbnail-slider .description.bottom {
        bottom: 2%;
    }

    .thumbnail-slider .description.top-right {
        right: 4%;
    }
}

.thumbnail-slider .description.bottom-right {
    top: auto;
    left: auto;
    right: 6%;
    bottom: 10%;
}

.thumbnail-slider .description .title {
    font-size: 18px;
    color: #fff;
    text-align: left;
    letter-spacing: .02em;
    margin: 0;
}

@media only screen and (max-width:991px) {
    .thumbnail-slider .description .title {
        font-size: 16px;
    }
}

@media only screen and (max-width:479px) {
    .thumbnail-slider .description.bottom-right {
        right: 4%;
        bottom: 2%;
    }

    .thumbnail-slider .description .title {
        font-size: 12px;
    }
}

.thumbnail-slider .description .title span {
    display: inline-block;
    background-color: rgba(239,114,128,.6);
    padding: .4em .8em;
}

.thumbnail-slider .description .subtitle {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0;
}

@media only screen and (max-width:991px) {
    .thumbnail-slider .description .subtitle {
        font-size: 12px;
    }
}

@media only screen and (max-width:479px) {
    .thumbnail-slider .description .subtitle {
        font-size: 10px;
    }
}

.thumbnail-slider .description .subtitle span {
    display: inline-block;
    background-color: rgba(255,255,255,.8);
    padding: .6em .9em;
}

.thumbnail-slider .description-open {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 22px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

@media only screen and (max-width:479px) {
    .thumbnail-slider .description-open {
        left: 0;
        bottom: 4px;
    }
}

.thumbnail-slider .description-open:active, .thumbnail-slider .description-open:hover {
    color: #bf202f;
}

.thumbnail-slider .description-open.active {
    visibility: visible;
    opacity: 1;
}

.thumbnail-slider .description-close {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #bf202f;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}

.thumbnail-slider .description-close:active, .thumbnail-slider .description-close:hover {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out;
        }

    .owl-carousel .owl-wrapper:after, .owl-carousel .owl-wrapper:before {
        content: '';
        display: table;
    }

    .owl-carousel .owl-wrapper:after {
        clear: both;
    }

    .owl-carousel .owl-item {
        float: left;
    }

        .owl-carousel .owl-item.loading {
            min-height: 150px;
            background: url(../img/AjaxLoader.gif) center center no-repeat;
        }

    .owl-carousel .owl-controls {
        padding-top: 1px;
        margin-top: 44px;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

@media only screen and (max-width:767px) {
    .owl-carousel .owl-controls {
        margin-top: 30px;
    }
}

.owl-carousel .owl-controls .owl-buttons .owl-next, .owl-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -40px;
    width: 50px;
    height: 50px;
    font-size: 9px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: rgba(26,26,26,.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .owl-carousel .owl-controls .owl-buttons .owl-next:before, .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
        content: '\e90a';
        font-family: flyIcons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.comment-author, .comments .title, .pagination > li > a, .pagination > li > span, .post-meta > * {
    font-family: 'Droid Serif',serif;
}

.blockquote span, .comment-author, .comments .title, .definition-list dt, .first-letter:first-letter, .post-content dl dt, .post-meta .post-category a {
    text-transform: uppercase;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:active, .owl-carousel .owl-controls .owl-buttons .owl-next:hover, .owl-carousel .owl-controls .owl-buttons .owl-prev:active, .owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
    color: #bf202f;
    background-color: #1a1a1a;
}

.controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-next, .controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-prev {
    top: auto;
    left: 0;
    right: auto;
    bottom: -10px;
    background-color: transparent;
    color: #1a1a1a;
}

    .controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-next:active, .controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-next:hover, .controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-prev:active, .controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
        color: #bf202f;
    }

.owl-carousel .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 10px;
}

    .owl-carousel .owl-controls .owl-buttons .owl-next:before {
        content: '\e904';
    }

.controls-bottom-left.owl-carousel .owl-controls .owl-buttons .owl-next {
    left: 50px;
}

.owl-carousel .owl-controls .owl-page {
    display: inline-block;
    cursor: pointer;
}

    .owl-carousel .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px;
        border: 1px solid #5f5f5f;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: transparent;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .owl-carousel .owl-controls .owl-page.active span {
        background-color: #5f5f5f;
    }

    .owl-carousel .owl-controls .owl-page.owl-numbers {
        width: auto;
        height: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

.owl-carousel .grabbing {
    cursor: url(../img/grabbing.png) 8 8,move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.post-slider {
    margin-bottom: 20px;
}

    .post-slider .owl-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .post-slider .owl-controls .owl-page span {
            width: 12px;
            height: 12px;
            margin: 20px 5px;
            border: 2px solid #fff;
        }

@media only screen and (max-width:767px) {
    .post-slider .owl-controls .owl-page span {
        width: 16px;
        height: 16px;
    }
}

.post-slider .owl-controls .owl-page:active span, .post-slider .owl-controls .owl-page:hover span {
    border-color: #fff;
}

.post-slider .owl-controls .owl-page.active span {
    background-color: #fff;
    border-color: #fff;
}

.postlist-masonry {
    margin: 0 -15px -10px;
}

    .postlist-masonry:after, .postlist-masonry:before {
        content: '';
        display: table;
    }

    .postlist-masonry:after {
        clear: both;
    }

    .postlist-masonry .article {
        width: 100%;
        float: left;
        padding: 0 15px;
    }

    .postlist-masonry.postlist-double .article {
        width: 50%;
        padding: 0 50px;
    }

@media only screen and (max-width:767px) {
    .postlist-masonry.postlist-double .article {
        width: 100%;
    }
}

.postlist-masonry.postlist-triple .article {
    width: 33.33%;
}

@media only screen and (max-width:991px) {
    .postlist-masonry.postlist-double .article {
        padding: 0 15px;
    }

    .postlist-masonry.postlist-triple .article {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .postlist-masonry.postlist-triple .article {
        width: 100%;
    }
}

.postlist-masonry.postlist-quad .article {
    width: 25%;
    padding: 0 5px;
}

@media only screen and (max-width:1359px) {
    .postlist-masonry.postlist-quad .article {
        width: 33.33%;
        padding: 0 15px;
    }
}

@media only screen and (max-width:991px) {
    .postlist-masonry.postlist-quad .article {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .postlist-masonry.postlist-quad .article {
        width: 100%;
    }
}

.postlist-alternate .article {
    margin-bottom: 60px;
}

    .postlist-alternate .article:last-child {
        margin-bottom: 0;
    }

    .postlist-alternate .article:nth-child(odd) .column-image {
        float: left;
        width: 50%;
    }

    .postlist-alternate .article:nth-child(odd) .column-content {
        float: right;
        width: 40%;
        margin-right: 4%;
    }

    .postlist-alternate .article:nth-child(even) .column-image {
        float: right;
        width: 50%;
    }

    .postlist-alternate .article:nth-child(even) .column-content {
        float: left;
        width: 40%;
        margin-left: 4%;
    }

@media only screen and (max-width:1229px) {
    .postlist-alternate .article .content {
        padding: 0;
    }

    .postlist-alternate .article h2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width:991px) {
    .postlist-alternate .article h2 {
        font-size: 1.4em;
    }

    .postlist-alternate .article p {
        font-size: 12px;
    }

    .postlist-alternate .article .btn {
        margin: 0;
    }
}

@media only screen and (max-width:767px) {
    .postlist-alternate .article:nth-child(even) .column-content, .postlist-alternate .article:nth-child(even) .column-image, .postlist-alternate .article:nth-child(odd) .column-content, .postlist-alternate .article:nth-child(odd) .column-image {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
}

.blockquote {
    display: block;
    font-size: 13px;
    line-height: 1.9;
    color: #b4b4b4;
    border-left: 1px solid #b4b4b4;
    padding-left: 1.5em;
    margin: 2.5em 3em 2.6em 1.5em;
}

    .blockquote span {
        display: block;
        margin-top: 1em;
        font-style: italic;
    }

@media only screen and (max-width:1229px) {
    .blockquote {
        margin: 2em;
    }
}

@media only screen and (max-width:991px) {
    .blockquote {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .blockquote {
        font-size: 12px;
    }

    .unordered-list {
        padding-left: 0;
    }
}

@media only screen and (max-width:479px) {
    .blockquote {
        margin: 2em 1em;
    }
}

.unordered-list {
    margin: 2em 2em 2em 0;
    list-style: none;
    font-size: 16px;
}

    .unordered-list li {
        line-height: 1.2;
        color: #5f5f5f;
        margin-bottom: .9em;
        position: relative;
    }

        .unordered-list li:before {
            content: '';
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #b4b4b4;
            position: absolute;
            top: 7px;
            left: -16px;
        }

@media only screen and (max-width:991px) {
    .unordered-list li {
        font-size: 13px;
    }

        .unordered-list li:before {
            top: 4px;
        }
}

@media only screen and (max-width:767px) {
    .unordered-list {
        margin: 2em 6%;
    }

        .unordered-list li {
            font-size: 12px;
        }

            .unordered-list li:before {
                top: 4px;
                left: -20px;
            }

    .ordered-list {
        padding-left: 0;
    }
}

@media only screen and (max-width:479px) {
    .unordered-list li:before {
        left: -17px;
    }
}

.ordered-list {
    margin: 2em 2em 2em 0;
    font-size: 16px;
}

    .ordered-list li {
        line-height: 1.2;
        margin-bottom: .9em;
        position: relative;
        color: #5f5f5f;
    }

        .ordered-list li:before {
            counter-increment: list;
            content: counter(list);
            position: absolute;
            top: -1px;
            left: -35px;
            width: 26px;
            height: 26px;
            font-size: 13px;
            line-height: 26px;
            font-style: normal;
            text-align: right;
        }

@media only screen and (max-width:991px) {
    .ordered-list li {
        font-size: 13px;
    }

        .ordered-list li:before {
            top: -3px;
        }
}

@media only screen and (max-width:767px) {
    .ordered-list {
        margin: 2em 6%;
    }

        .ordered-list li {
            font-size: 12px;
        }

            .ordered-list li:before {
                top: -2px;
                left: -36px;
            }
}

.definition-list {
    margin: 2em 2em 2em 1.3em;
}

    .definition-list dt {
        font-size: 14px;
        font-weight: 500;
        color: #5f5f5f;
        letter-spacing: .2em;
        margin: .6em 0;
    }

@media only screen and (max-width:479px) {
    .definition-list dt {
        letter-spacing: 0;
    }
}

@media only screen and (max-width:991px) {
    .definition-list dt {
        font-size: 12px;
    }
}

.definition-list dd {
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 1.6em;
}

@media only screen and (max-width:1229px) {
    .definition-list dd {
        margin-bottom: 1.4em;
    }
}

@media only screen and (max-width:991px) {
    .definition-list dd {
        font-size: 14px;
    }
}

.first-letter:first-letter {
    float: left;
    font-size: 4.4em;
    line-height: .8;
    padding: .18em .26em 0 0;
}

.post-meta {
    font-size: 0;
    margin-bottom: 24px;
}

    .post-meta > * {
        display: inline-block;
        font-size: 11px;
        color: #5f5f5f;
        letter-spacing: .1em;
        padding: 8px 20px 8px 0;
        margin-right: 18px;
        border-right: 1px solid #eaeaea;
    }

@media only screen and (max-width:991px) {
    .post-meta > * {
        font-size: 9px;
        padding: 4px 4px 4px 0;
        margin-right: 6px;
    }
}

@media only screen and (max-width:479px) {
    .post-meta > * {
        margin-bottom: 4px;
    }
}

.post-meta > .last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.post-meta a {
    font-size: 12px;
    color: #5f5f5f;
}

    .post-meta a:active, .post-meta a:hover {
        color: #bf202f;
    }

.post-meta .post-date {
    color: #1a1a1a;
}

.post-meta .link-yellow {
    color: #ffc47f;
}

.post-meta .link-orange {
    color: #ff6000;
}

.post-meta .link-red {
    color: #bf202f;
}

.post-meta .link-purple {
    color: #9560f5;
}

.post-meta .link-blue {
    color: #4c80d0;
}

.post-meta .link-green {
    color: #3aaa35;
}

.post-meta .link-brown {
    color: #7f5122;
}

.content-blog .post-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 .8em;
}

.post-content blockquote {
    display: block;
    font-size: 13px;
    line-height: 1.9;
    color: #b4b4b4;
    border-left: 1px solid #b4b4b4;
    padding-left: 1.5em;
    margin: 2.5em 3em 2.6em 1.5em;
}

    .post-content blockquote span {
        display: block;
        margin-top: 1em;
        font-style: italic;
        text-transform: uppercase;
    }

@media only screen and (max-width:1229px) {
    .post-content blockquote {
        margin: 2em;
    }
}

@media only screen and (max-width:991px) {
    .post-content blockquote {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .post-content blockquote {
        font-size: 12px;
    }

    .post-content ul {
        padding-left: 0;
    }
}

@media only screen and (max-width:479px) {
    .post-content blockquote {
        margin: 2em 1em;
    }
}

.post-content ul {
    margin: 2em 2em 2em 0;
    list-style: none;
    font-size: 16px;
}

    .post-content ul li {
        line-height: 1.2;
        color: #5f5f5f;
        margin-bottom: .9em;
        position: relative;
    }

        .post-content ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #b4b4b4;
            position: absolute;
            top: 7px;
            left: -16px;
        }

@media only screen and (max-width:991px) {
    .post-content ul li {
        font-size: 13px;
    }

        .post-content ul li:before {
            top: 4px;
        }
}

@media only screen and (max-width:767px) {
    .post-content ul {
        margin: 2em 6%;
    }

        .post-content ul li {
            font-size: 12px;
        }

            .post-content ul li:before {
                top: 4px;
                left: -20px;
            }

    .post-content ol {
        padding-left: 0;
    }
}

@media only screen and (max-width:479px) {
    .post-content ul li:before {
        left: -17px;
    }
}

.post-content ol {
    margin: 2em 2em 2em 0;
    font-size: 16px;
}

    .post-content ol li {
        line-height: 1.2;
        margin-bottom: .9em;
        position: relative;
        color: #5f5f5f;
    }

        .post-content ol li:before {
            counter-increment: list;
            content: counter(list);
            position: absolute;
            top: -1px;
            left: -35px;
            width: 26px;
            height: 26px;
            font-size: 13px;
            line-height: 26px;
            font-style: normal;
            text-align: right;
        }

@media only screen and (max-width:991px) {
    .post-content ol li {
        font-size: 13px;
    }

        .post-content ol li:before {
            top: -3px;
        }
}

@media only screen and (max-width:767px) {
    .post-content ol {
        margin: 2em 6%;
    }

        .post-content ol li {
            font-size: 12px;
        }

            .post-content ol li:before {
                top: -2px;
                left: -36px;
            }
}

.post-content dl {
    margin: 2em 2em 2em 1.3em;
}

    .post-content dl dt {
        font-size: 14px;
        font-weight: 500;
        color: #5f5f5f;
        letter-spacing: .2em;
        margin: .6em 0;
    }

@media only screen and (max-width:991px) {
    .post-content dl dt {
        font-size: 12px;
    }
}

.post-content dl dd {
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 1.6em;
}

@media only screen and (max-width:1229px) {
    .post-content dl dd {
        margin-bottom: 1.4em;
    }
}

@media only screen and (max-width:991px) {
    .post-content dl dd {
        font-size: 14px;
    }
}

.post-content, .post-content p {
    font-size: 18px;
}

.post-links {
    margin-bottom: 60px;
}

.post-taglist {
    margin-top: 20px;
    text-align: left;
}

    .post-taglist a {
        position: relative;
        z-index: 0;
        display: inline-block;
        overflow: hidden;
        height: 22px;
        line-height: 22px;
        border: 1px solid #b4b4b4;
        font-size: 12px;
        color: #b4b4b4;
        padding: 0 1em;
        margin: 0 8px 8px 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .post-taglist a:active, .post-taglist a:hover {
            border-color: #bf202f;
            background-color: #bf202f;
            color: #fff;
            -webkit-box-shadow: inset 0 0 0 1px #bf202f;
            -moz-box-shadow: inset 0 0 0 1px #bf202f;
            box-shadow: inset 0 0 0 1px #bf202f;
        }

.post-share {
    font-size: 0;
    text-align: right;
    padding: 0;
    margin-top: 22px;
}

    .post-share li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }

@media only screen and (max-width:991px) {
    .post-share li {
        margin-left: 12px;
    }
}

.post-share a {
    font-size: 16px;
    color: #5f5f5f;
}

    .post-share a:active, .post-share a:hover {
        color: #bf202f;
    }

@media only screen and (max-width:767px) {
    .post-share li {
        margin: 0 20px 10px 0;
    }

    .post-share {
        text-align: left;
    }
}

.comments {
    padding-top: 60px;
    margin-bottom: 60px;
}

@media only screen and (max-width:1229px) {
    .comments {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width:991px) {
    .comments {
        padding-top: 35px;
    }
}

@media only screen and (max-width:767px) {
    .comments {
        margin-bottom: 36px;
    }
}

.comments .title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2em;
}

.comments li, .comments ol, .comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments .comment-list {
    margin-bottom: 90px;
}

.comments .comment {
    padding: 14px 0 0 100px;
}

.comment-body {
    position: relative;
    margin-bottom: 40px;
}

.comment-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 2px;
    left: -100px;
}

@media only screen and (max-width:479px) {
    .post-content dl dt {
        letter-spacing: 0;
    }

    .comments .comment {
        padding: 0 0 0 90px;
    }

    .comment-avatar {
        left: -90px;
    }
}

.comment-avatar img {
    width: 100%;
    height: 100%;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-author {
    font-size: 16px;
    color: #353535;
}

    .comment-author:active, .comment-author:hover {
        color: #bf202f;
    }

.comment-date {
    font-size: 12px;
    color: #b4b4b4;
    display: block;
    margin-top: .4em;
}

.comment-reply {
    float: right;
    color: #353535;
}

    .comment-reply:active, .comment-reply:hover {
        color: #bf202f;
    }

    .comment-reply i {
        font-size: 10px;
        margin-right: 4px;
    }

.comment-content {
    font-size: 12px;
}

    .comment-content p {
        line-height: 1.5;
        margin-bottom: 1em;
    }

.comments .children {
    padding-left: 20px;
}

@media only screen and (max-width:767px) {
    .comments .children {
        padding-left: 0;
    }
}

.comments .children .children .children .children .children {
    padding-left: 0;
}

.comments .children .comment {
    padding-left: 0;
    padding-right: 0;
}

.comments .children .comment-body {
    padding-left: 80px;
}

.comments .children .comment-avatar {
    left: -20px;
}

@media only screen and (max-width:991px) {
    .comments .children .comment-body {
        padding-left: 40px;
    }

    .comments .children .comment-avatar {
        left: -60px;
    }
}

@media only screen and (max-width:479px) {
    .comments .children .comment-body {
        padding-left: 10px;
    }

    .comments .children .comment-avatar {
        left: -80px;
    }
}

.pagination {
    display: block;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 60px 0;
}

    .pagination > li {
        display: inline-block;
        vertical-align: top;
        border: none;
        margin: 0 16px 16px 0;
    }

@media only screen and (max-width:991px) {
    .pagination > li {
        margin: 0 8px 8px 0;
    }
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    display: block;
    font-size: 10px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #1a1a1a;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 1px solid #eaeaea;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media only screen and (max-width:991px) {
    .pagination > li > a, .pagination > li > span {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
}

.pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:active, .pagination > li > span:focus, .pagination > li > span:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
}

.pagination > li > span {
    cursor: default;
}

    .pagination > li > span:active, .pagination > li > span:focus, .pagination > li > span:hover {
        border-color: #eaeaea;
        background-color: transparent;
        color: #1a1a1a;
    }

.pagination > li.active > a, .pagination > li.active > a:active, .pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span, .pagination > li.active > span:active, .pagination > li.active > span:focus, .pagination > li.active > span:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
}

.pagination > li.next a, .pagination > li.prev a {
    font-size: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .pagination > li.next a:before, .pagination > li.prev a:before {
        content: '\e90a';
        font-family: flyIcons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }

    .pagination > li.next a:before {
        content: '\e904';
    }

.pager {
    margin-bottom: 60px;
}

    .pager:after, .pager:before {
        content: '';
        display: table;
    }

    .pager:after {
        clear: both;
    }

@media only screen and (max-width:479px) {
    .pager {
        margin: 36px 0;
    }
}

.pager a {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    color: #1a1a1a;
}

    .pager a:active, .pager a:hover {
        color: #bf202f;
    }

    .pager a i {
        font-size: 9px;
        margin-left: 1em;
        vertical-align: 6%;
    }

    .pager a:first-child {
        float: left;
    }

        .pager a:first-child i {
            margin-left: 0;
            margin-right: 1em;
        }

.widget {
    margin-bottom: 60px;
}

@media only screen and (max-width:767px) {
    .widget {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width:479px) {
    .widget {
        margin-bottom: 36px;
    }
}

.content .widget {
    margin-bottom: 60px;
}

@media only screen and (max-width:991px) {
    .content .widget {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:767px) {
    .content .widget {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width:479px) {
    .content .widget {
        margin-bottom: 36px;
    }
}

.footer .widget {
    margin-bottom: 24px;
}

.widget-title {
    font-size: 14px;
    color: #1a1a1a;
    text-align: left;
    padding: 1em 1.4em;
    margin: 0 0 2.4em;
    background-color: #fbfbfb;
    border-left: 2px solid #eaeaea;
}

@media only screen and (max-width:991px) {
    .widget-title {
        font-size: 12px;
        padding: 1em;
    }
}

.content .widget-title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 2em;
    border: none;
    background: 0 0;
}

@media only screen and (max-width:1229px) {
    .content .widget-title {
        font-size: 18px;
    }
}

@media only screen and (max-width:479px) {
    .content .widget-title {
        font-size: 16px;
    }
}

.footer .widget-title {
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 2em;
    border-bottom: none;
}

.widget_categories ul {
    margin-top: -16px;
    padding: 0;
    list-style: none;
}

.widget_categories li {
    border-top: 1px solid #f1f1f1;
}

    .widget_categories li:first-child {
        border-top: none;
    }

    .widget_categories li.active a {
        color: #bf202f;
    }

.widget_categories a {
    display: block;
    padding: 16px 0;
    font-size: 12px;
    color: #5f5f5f;
}

    .widget_categories a:after, .widget_categories a:before {
        content: '';
        display: table;
    }

    .widget_categories a:after {
        clear: both;
    }

    .widget_categories a:active, .widget_categories a:hover {
        color: #bf202f;
    }

    .widget_categories a span {
        float: right;
    }

.footer .widget_categories ul {
    margin-top: 0;
}

.footer .widget_categories li {
    float: left;
    width: 44%;
    margin: 0 6% 20px 0;
    border: none;
}

.footer .widget_categories a {
    display: inline-block;
    padding: 0 0 2px;
    position: relative;
}

    .footer .widget_categories a:after, .footer .widget_categories a:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 1px;
        background-color: #353535;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .footer .widget_categories a:active, .footer .widget_categories a:hover {
        color: #353535;
    }

        .footer .widget_categories a:active:before, .footer .widget_categories a:hover:before {
            left: 0;
        }

        .footer .widget_categories a:active:after, .footer .widget_categories a:hover:after {
            right: 0;
        }

.widget_tag_cloud {
    overflow: hidden;
}

    .widget_tag_cloud .tagcloud {
        font-size: 0;
        margin-right: -8px;
    }

    .widget_tag_cloud a {
        position: relative;
        z-index: 0;
        display: inline-block;
        overflow: hidden;
        opacity: 1;
        height: 32px;
        line-height: 32px;
        border: 1px solid #eaeaea;
        font-size: 11px;
        color: #ddd;
        text-transform: uppercase;
        padding: 0 1em 0 1em;
        margin: 0 8px 8px 0;
        -webkit-box-shadow: inset 0 0 0 1px transparent;
        -moz-box-shadow: inset 0 0 0 1px transparent;
        box-shadow: inset 0 0 0 1px transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
    }

@media only screen and (max-width:1229px) {
    .widget_tag_cloud a {
        padding: 0 1em 0 1.4em;
    }
}

.widget_tag_cloud a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.widget_tag_cloud a:active, .widget_tag_cloud a:hover {
    border-color: #bf202f;
    background-color: #bf202f;
    color: #fff;
}

    .widget_tag_cloud a:active:before, .widget_tag_cloud a:hover:before {
        border-color: #fff;
    }

.widget_calendar table {
    width: 100%;
    font-family: 'Droid Serif',serif;
    font-size: 12px;
    text-align: center;
    border: none;
    position: relative;
}

    .widget_calendar table thead {
        margin-bottom: 24px;
        font-size: 10px;
    }

        .widget_calendar table thead th {
            text-transform: uppercase;
            color: #1a1a1a;
            text-align: center;
            background: 0 0;
        }

    .widget_calendar table tbody td, .widget_calendar table tbody td span {
        padding: 13px 4px;
    }

    .widget_calendar table tbody a {
        color: #bf202f;
    }

        .widget_calendar table tbody a:active, .widget_calendar table tbody a:hover {
            color: #4c80d0;
        }

    .widget_calendar table caption {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #1a1a1a;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 26px;
    }

    .widget_calendar table #today {
        position: relative;
        z-index: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .widget_calendar table #today:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-color: #f1f1f1;
            border-radius: 50%;
        }

    .widget_calendar table tfoot {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .widget_calendar table tfoot a {
            display: inline-block;
            overflow: hidden;
            text-indent: 1000px;
        }

        .widget_calendar table tfoot tr td#next a, .widget_calendar table tfoot tr td#prev a {
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            position: absolute;
            top: 0;
            right: 0;
            width: 24px;
            height: 24px;
            font-size: 20px;
            color: #1a1a1a;
            display: block;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

.team-member .name, .widget-skills .skill .skill-info {
    text-transform: uppercase;
    font-family: 'Droid Serif',serif;
}

.team-member .social, .widget-posts .post-media {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.widget_calendar table tfoot tr td#next a:active, .widget_calendar table tfoot tr td#next a:hover, .widget_calendar table tfoot tr td#prev a:active, .widget_calendar table tfoot tr td#prev a:hover {
    color: #bf202f;
}

.widget_calendar table tfoot tr td#next a:before, .widget_calendar table tfoot tr td#prev a:before {
    content: '\f105';
    line-height: 24px;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: auto;
    background-color: #fff;
}

.mc4wp-form-fields, .widget_author {
    position: relative;
}

.widget_calendar table tfoot tr td#prev a {
    right: auto;
    left: 0;
}

    .widget_calendar table tfoot tr td#prev a:before {
        content: '\f104';
    }

.widget_author {
    min-height: 120px;
    padding-left: 120px;
}

    .widget_author .avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }

@media only screen and (max-width:479px) {
    .widget_author {
        padding-left: 90px;
    }

        .widget_author .avatar {
            width: 80px;
        }
}

.widget_author .widget-title {
    font-size: 17px;
    margin-bottom: 1em;
}

@media only screen and (max-width:991px) {
    .widget_author .widget-title {
        font-size: 14px;
    }
}

.widget_author p {
    line-height: 1.8;
}

.team-member {
    padding: 0 9px 4px;
    text-align: center;
}

    .team-member img {
        width: 100%;
    }

    .team-member .name {
        font-size: 16px;
        color: #5f5f5f;
        letter-spacing: .04em;
        margin-bottom: .4em;
    }

    .team-member .job {
        font-size: 12px;
    }

    .team-member .image {
        position: relative;
        margin-bottom: 1.1em;
    }

        .team-member .image:active .social, .team-member .image:hover .social {
            opacity: 1;
        }

    .team-member .social {
        position: absolute;
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
        background-color: rgba(255,255,255,.9);
        font-size: 0;
        opacity: 0;
        transition: all .2s ease-out;
    }

        .team-member .social:before {
            content: '';
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
        }

        .team-member .social li {
            display: inline-block;
            vertical-align: middle;
            margin: 10px;
        }

            .team-member .social li a {
                font-size: 18px;
                color: #5f5f5f;
            }

                .team-member .social li a:active, .team-member .social li a:hover {
                    color: #bf202f;
                }

.widget-skills .skill {
    margin-bottom: 2em;
}

    .widget-skills .skill .skill-info {
        font-size: 14px;
        font-weight: 700;
        color: #5f5f5f;
        letter-spacing: .1em;
        margin-bottom: 1em;
    }

        .widget-skills .skill .skill-info:after, .widget-skills .skill .skill-info:before {
            content: '';
            display: table;
        }

        .widget-skills .skill .skill-info:after {
            clear: both;
        }

@media only screen and (max-width:479px) {
    .widget-skills .skill .skill-info {
        font-size: 12px;
    }
}

.widget-skills .skill .skill-info .skill-title {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget-skills .skill .skill-info .skill-percentage {
    float: right;
    width: 20%;
    text-align: right;
}

.widget-skills .skill .progress {
    height: 8px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
    -moz-box-shadow: inset 0 0 0 1px #eaeaea;
    box-shadow: inset 0 0 0 1px #eaeaea;
}

.widget-skills .skill .progress-bar {
    background-color: #5f5f5f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .2s linear;
    -moz-transition: width .2s linear;
    -o-transition: width .2s linear;
    -ms-transition: width .2s linear;
    transition: width .2s linear;
}

.widget-posts .article {
    min-height: 65px;
    position: relative;
}

.widget-posts .post-media {
    width: 80px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-out;
}

    .widget-posts .post-media:active, .widget-posts .post-media:hover {
        opacity: .8;
    }

.widget-posts .post-content {
    padding-left: 100px;
    margin-bottom: 0;
}

.widget-posts .post-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 .4em;
}

@media only screen and (max-width:1229px) {
    .widget-posts .post-title {
        font-size: 15px;
    }
}

@media only screen and (max-width:991px) {
    .widget-posts .post-title {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .widget-posts .post-title {
        font-size: 13px;
    }
}

.widget-posts .post-title a {
    color: #353535;
    opacity: 1;
    display: inline-block;
}

    .widget-posts .post-title a:active, .widget-posts .post-title a:hover {
        color: #bf202f;
    }

.widget-posts .post-meta > * {
    padding: 6px 0 0;
    margin-right: 8px;
    border: none;
}

#swipebox-close:active, #swipebox-close:hover, #swipebox-next:active, #swipebox-next:hover, #swipebox-prev:active, #swipebox-prev:hover, .section-header .scroll-arrow:active, .section-header .scroll-arrow:hover {
    color: #bf202f;
    border-color: #bf202f;
}

.widget-posts .post-meta > .last {
    margin-right: 0;
    padding-right: 0;
}

@media only screen and (max-width:991px) {
    .widget-posts .post-meta > * {
        font-size: 9px;
    }
}

.footer .widget-posts .post-media {
    width: 21.6%;
}

.footer .widget-posts .post-content {
    width: 75%;
}

blockquote p {
    font-size: 16px;
    font-style: italic;
    color: #5f5f5f;
}

.button-get-started .btn {
    min-width: 180px;
    margin: 0 10px 10px;
}

.section .parallax .image {
    height: 100%;
}

.section-header .scroll-arrow {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.team .col-sm-4:nth-child(3n+1) {
    clear: left;
}

@media only screen and (max-width:1229px) {
    .card-blog .content, .section-header .content, .section-header-blog .content, .section-presentation-page .content {
        margin-bottom: 0;
    }

    .tab-content {
        padding-top: 0;
    }

    .fw-widget-posts .tab-content {
        padding-top: 20px;
    }

    .card-blog h3 {
        font-size: 20px;
    }

    .post-content, .post-content p {
        font-size: 16px;
    }

    .section-contact-form {
        padding: 60px 0;
    }

    .section-info-presentation, .section-pricing, .section-signup {
        padding: 0;
    }

    .info-pricing .text-description, .section-faq .text-description {
        font-size: 14px;
        max-width: none;
    }

    .section.section-info .info-pricing {
        margin: 20px auto 0;
    }
}

@media only screen and (max-width:991px) {
    .section {
        padding: 50px 0;
    }

    .section-contact-form {
        padding: 60px 0;
    }

    .section-get-started, .section-info-presentation, .section-pricing, .section-signup {
        padding: 0;
    }

    .section-signin .content {
        padding: 40px 0;
    }

    .section-signin .form-container .title-area {
        padding-top: 40px;
    }

    .section-signup {
        padding: 0;
    }

        .section-signup .static-image {
            padding-top: 40px;
        }

    .btn-social.btn-simple {
        font-size: 12px;
    }

    .postlist-alternate .article h2 {
        font-size: 20px;
    }

    .content-blog .post-title {
        font-size: 26px;
    }

    p {
        font-size: 12px;
    }

    .project .content {
        padding: 0;
    }

    .services-wrapper .col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    .card-member .content {
        margin-bottom: 0;
    }

    .section-contact-us .contact-container .address-container {
        padding: 20px;
    }

    .section-contact-us .contact-container .address-container, .section-contact-us {
        height: 360px;
    }

    .address h4 {
        font-size: 1.2em;
    }

    .address p, .info-pricing .text-description, .section-faq .text-description {
        font-size: 12px;
    }

    .info-pricing .title-info {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .section {
        padding: 30px 0;
    }

    .section-contact-form {
        padding: 60px 0;
    }

    .section-get-started, .section-info-presentation, .section-pricing, .section-signup {
        padding: 0;
    }

    .section .parallax-small {
        height: auto;
        min-height: 200px;
    }

    .footer-big .copyright {
        font-size: 12px;
    }

    footer .row .info {
        margin-bottom: 20px;
    }

    .footer-big .container > hr {
        margin-top: 10px;
    }

    .card-blog {
        margin-bottom: 0;
    }

        .card-blog.card-white, .section .title-area, .section-numbers .description, .section-numbers-2 .description, .section-numbers-3 .description {
            margin-bottom: 40px;
        }

        .card-blog .card-blog .content {
            padding: 15px 15px 25px;
        }

    .section-header h1, .section-header-blog h1, .section-presentation-page h1 {
        font-size: 27px;
    }

    .section-header .content .separator {
        display: none;
    }

    .section-header .content h3 {
        font-size: 14px;
    }

    .content-blog .post-title {
        font-size: 22px;
    }

    .section-numbers .card, .section-numbers-2 .card, .section-numbers-3 .card {
        padding: 0;
    }

    .section .text-area .description, .section .text-area .description p {
        font-size: 12px;
    }

    .section-contact-us .contact-container .address-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .section-info-presentation .image-container {
        height: auto;
        width: auto;
        margin: 0 -15px;
    }

        .section-info-presentation .image-container img {
            max-width: 100%;
            width: auto;
            height: auto;
            position: static;
        }

    .section-pricing .container > .content {
        margin-top: 90px;
    }
}

@media only screen and (max-width:479px) {
    .card-blog h3 {
        font-size: 16px;
    }

    .postlist-alternate .article h2 {
        font-size: 18px;
    }

    .postlist-alternate .article {
        margin-bottom: 40px;
    }

    .content-blog .post-title {
        font-size: 20px;
    }

    .post-content, .post-content p {
        font-size: 13px;
    }

    .project .over-area {
        padding: 0 4%;
    }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none;
    background: rgba(95,95,95,.9);
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}

    #swipebox-slider .slide {
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        #swipebox-slider .slide .swipebox-video-container {
            background: 0 0;
            max-width: 1140px;
            max-height: 100%;
            width: 100%;
            padding: 5%;
            box-sizing: border-box;
        }

            #swipebox-slider .slide .swipebox-video-container .swipebox-video {
                width: 100%;
                height: 0;
                padding-bottom: 56.25%;
                overflow: hidden;
                position: relative;
            }

                #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
                    width: 100% !important;
                    height: 100% !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

#swipebox-bottom-bar, #swipebox-top-bar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

#swipebox-bottom-bar {
    top: 50%;
    margin-top: -25px;
}

#swipebox-top-bar {
    bottom: 0;
    font-family: 'Droid Serif',serif;
    color: #fff;
    font-size: 13px;
    background-color: #ffc47f;
    padding: 20px 5%;
}

@media only screen and (max-width:991px) {
    #swipebox-top-bar {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    #swipebox-top-bar {
        font-size: 12px;
    }
}

@media only screen and (max-width:479px) {
    #swipebox-top-bar {
        font-size: 12px;
    }
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    font-family: flyIcons;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-next, #swipebox-prev {
    width: 40px;
    height: 40px;
    line-height: 32px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#swipebox-prev {
    float: left;
}

    #swipebox-prev:before {
        content: '\e903';
    }

#swipebox-next {
    float: right;
}

    #swipebox-next:before {
        content: '\e901';
    }

#swipebox-close {
    top: 0;
    right: 20px;
    position: absolute;
    z-index: 9999;
    font-size: 20px;
}

    #swipebox-close:before {
        content: '\e907';
    }

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    opacity: .6;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@keyframes rightSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes leftSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.confirm, .form-title-ajax {
    text-align: center;
}

.likes_btn {
    text-align: center;
    width: 100%;
}

    .likes_btn img {
        margin: 0 auto;
    }

.NelerYapariz {
    padding-bottom: 30px;
}

.marginn {
    max-width: 1000px;
    margin: 0px auto;
}

.baslik_f {
    font-size: 15px;
}

.borderr {
    border: 1px solid #9d9a9a !important;
}

.TitleH2 {
    font-size: 21px;
}

.nextt::before {
    content: url(/assets/img/Next.png);
}

.prevv::before {
    content: url(/assets/img/Prev.png);
}

@media (max-width:700px) {
    .pcc {
        display: none !important;
    }

    .mobill {
        display: block !important;
    }
}

@media (min-width:700px) {
    .pcc {
        display: block !important;
    }

    .mobill {
        display: none !important;
    }
}

.cankayaLogo {
    width: 100px;
    float: right;
    margin-top: -19px;
}

.opacityy {
    opacity: .5;
}



@media (min-width:751px) {
    .MobilAra {
        display: none;
    }

    #Odul {
        position: fixed;
        bottom: 0px;
        z-index: 9;
        left: 5%;
        width: 150px;
        float: left;
    }

    .Kapat {
        float: right;
        width: 50%;
        position: absolute;
        height: 50px;
        top: 0px;
        right: 0px;
    }
}

@media (max-width:750px) {

    #Odul {
        position: fixed;
        bottom: 11vh;
        z-index: 9;
        left: 5%;
        width: 100px;
        float: left;
    }

    .Kapat {
        float: right;
        width: 50%;
        position: absolute;
        height: 50px;
        top: 0px;
        right: 0px;
    }
    /* Mobil Ara */
    .MobilAra {
        position: fixed;
        bottom: 0px;
        left: 0px;
        float: left;
        width: 100%;
        background-color: white;
        z-index: 9;
    }

        .MobilAra a {
            float: left;
            width: 33.3%;
            text-align: center;
            border-right: 1px solid #eee;
        }

            .MobilAra a img {
                width: 20%;
                margin: 0px auto;
                display: block;
                padding-top: 20px;
                padding-bottom: 10px;
            }

        .MobilAra a {
            display: block;
            padding-bottom: 25px;
            font-size: 12px;
            color: #bf202f;
        }

            .MobilAra a:last-child {
                font-size: 10px;
            }
}

.Videos {
    width: 100%;
    float: left;
}

.VideosIletisim {
    width: 60%;
    float: right;
    position: relative;
    z-index: 99;
    top: 0;
    right: 0px;
    bottom: 0px;
}

.Fonts2 {
    font-weight: 100;
    margin-top: 85%;
    width: 100%;
    text-align: center;
    margin-top: -8vh !important;
    float: left;
    position: absolute;
    z-index: 9;
    color: white;
    font-size: 24px;
}

.Sektorler {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 70px;
}

@media (min-width:58em) {
    .Sektorler li a {
        float: left;
        list-style-type: none;
        padding: 9px 0;
        text-align: center;
        width: 12%;
        font-size: 12px;
    }
}

@media (min-width:115em) {
    .Sektorler li a {
        float: left;
        list-style-type: none;
        padding: 9px 0;
        text-align: center;
        width: 10%;
        font-size: 12px;
    }
}

@media (max-width:1000px) {
    .Sektorler li a {
        float: left;
        list-style-type: none;
        padding: 9px 0;
        text-align: center;
        width: 20%;
        font-size: 12px;
    }
}

@media (max-width:700px) {
    .Sektorler li a {
        float: left;
        list-style-type: none;
        padding: 9px 0;
        text-align: center;
        width: 33.3%;
        font-size: 12px;
    }
}

.Sektorler li a:hover {
    color: white;
    background-color: #bf202f;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.OverflowBlack {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .5s ease;
    background-color: #000;
    z-index: 1;
}

    .OverflowBlack:hover {
        opacity: 0.8;
    }

.Ziyaret {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
}

    .Ziyaret:hover {
        background-color: #bf202f;
        color: #fff;
        opacity: 1;
    }

#section04 a {
    padding-top: 60px;
    color: black;
}

    #section04 a span {
        position: absolute;
        bottom: 15vh;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -12px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 1s infinite;
        animation: sdb04 1s infinite;
        box-sizing: border-box;
        margin-left: -30px;
        z-index: 999;
    }
    #section05 a {
    padding-top: 60px;
    color: black;
}

    #section05 a span {
        position: absolute;
        bottom: 20vh;
        left: 50.8%;
        width: 30px;
        height: 30px;
        margin-left: -12px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 1s infinite;
        animation: sdb04 1s infinite;
        box-sizing: border-box;
        margin-left: -30px;
        z-index: 999;
    }

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

.blackk {
    color: black;
}

.blackk_a {
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.Btm20 {
    margin-bottom: 5vh;
}
