.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.mfp-arrow,
.owl-controls {
    -webkit-tap-highlight-color: transparent
}

ol,
ul {
    padding-left: 22px
}

.modal-footer .btn+.btn,
h4,
h5,
h6 {
    margin-bottom: 15px
}

.form-control,
button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    -webkit-box-shadow: none
}

.grid figure figcaption,
.mfp-wrap {
    -webkit-backface-visibility: hidden
}

#header-3 nav ul,
.contact-1 .contact-info,
.filter,
.social,
ul {
    list-style: none
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle
}

.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;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.content-3-8 .underlined-title hr,
.owl-carousel .owl-item,
.pager .previous>a,
.pager .previous>span {
    float: left
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: .7s both fadeOut;
    -moz-animation: .7s both fadeOut;
    animation: .7s both fadeOut
}

.owl-fade-in {
    -webkit-animation: .7s both fadeIn;
    -moz-animation: .7s both fadeIn;
    animation: .7s both fadeIn
}

.owl-backSlide-out {
    -webkit-animation: 1s both backSlideOut;
    -moz-animation: 1s both backSlideOut;
    animation: 1s both backSlideOut
}

.owl-backSlide-in {
    -webkit-animation: 1s both backSlideIn;
    -moz-animation: 1s both backSlideIn;
    animation: 1s both backSlideIn
}

.owl-goDown-out {
    -webkit-animation: .7s both scaleToFade;
    -moz-animation: .7s both scaleToFade;
    animation: .7s both scaleToFade
}

.owl-goDown-in {
    -webkit-animation: .6s both goDown;
    -moz-animation: .6s both goDown;
    animation: .6s both goDown
}

.owl-fadeUp-in {
    -webkit-animation: .5s both scaleUpFrom;
    -moz-animation: .5s both scaleUpFrom;
    animation: .5s both scaleUpFrom
}

.owl-fadeUp-out {
    -webkit-animation: .5s both scaleUpTo;
    -moz-animation: .5s both scaleUpTo;
    animation: .5s both scaleUpTo
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-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
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    height: 100%
}

#header-3 .pull,
.filter li:first-child:before,
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.promo-2 .countDown .countDown-input {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.banner .lead,
.content-2-1 h2,
.content-2-2 h3,
.content-2-2 p,
.content-2-5-dark h2,
.content-2-5-dark h2 a:hover,
.content-2-7 .underlined-title h1,
.content-2-7 .underlined-title h2,
.content-2-8 .lead,
.content-2-8 h1,
.content-2-8 h3,
.content-2-8 p,
.content-2-8 span,
.content-2-9 .project .hover-state p,
.footer-1-1 .lead,
.footer-1-1 h3,
.footer-1-1 h4,
.footer-1-1 li,
.footer-1-4 h2,
.mfp-close,
.mfp-preloader a:hover,
.promo-2 h1,
.promo-2 h2,
.social-light li a i {
    color: #fff
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.content-1-6 .client-row img:hover,
.content-1-7 img:hover,
.content-2-9 .project:hover .hover-state,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover,
figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

#header-1 .main-nav .navbar-nav>li.active,
.content-2-5-light h2,
.mfp-close-btn-in .mfp-close,
.modal-close:hover {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.content-1-4 .content,
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.social li,
.v-center {
    display: inline-block
}

.grid figure h2,
.grid figure p,
.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

#header-2,
.form-group,
.panel-title>a span,
.social,
.social li a,
ol,
ul {
    position: relative
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty,
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-container,
.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bg-transparent,
.bg-transparent-hover:hover {
    background-color: transparent !important
}

.bg-black,
.bg-black-hover:hover {
    background-color: #111 !important
}

.bg-white,
.bg-white-hover:hover {
    background-color: #fff !important
}

.bg-offwhite,
.bg-offwhite-hover:hover {
    background-color: #f5f5f5 !important
}

.bg-clouds,
.bg-clouds-hover:hover {
    background-color: #ecf0f1 !important
}

.bg-silver,
.bg-silver-hover:hover {
    background-color: #bdc3c7 !important
}

.bg-concrete,
.bg-concrete-hover:hover {
    background-color: #95a5a6 !important
}

.bg-asbestos,
.bg-asbestos-hover:hover {
    background-color: #7f8c8d !important
}

.bg-tan,
.bg-tan-hover:hover {
    background-color: #d1dbbd !important
}

.bg-pewter,
.bg-pewter-hover:hover {
    background-color: #91aa9d !important
}

.bg-moonlight,
.bg-moonlight-hover:hover {
    background-color: #3e606f !important
}

.bg-turquoise,
.bg-turquoise-hover:hover {
    background-color: #1abc9c !important
}

.bg-aqua,
.bg-aqua-hover:hover {
    background-color: #16a085 !important
}

.bg-sunflower,
.bg-sunflower-hover:hover {
    background-color: #f1c40f !important
}

.bg-orange,
.bg-orange-hover:hover {
    background-color: #f39c12 !important
}

.bg-sienna,
.bg-sienna-hover:hover {
    background-color: #bf4e19 !important
}

.bg-milanored,
.bg-milanored-hover:hover {
    background-color: #ac1c00 !important
}

.bg-river,
.bg-river-hover:hover {
    background-color: #3498db !important
}

.bg-marina,
.bg-marina-hover:hover {
    background-color: #2980b9 !important
}

.bg-deco,
.bg-deco-hover:hover {
    background-color: #c9d787 !important
}

.bg-crete,
.bg-crete-hover:hover {
    background-color: #7d8a2e !important
}

.bg-guardsman,
.bg-guardsman-hover:hover {
    background-color: #d90000 !important
}

.bg-pomegranate,
.bg-pomegranate-hover:hover {
    background-color: #c0392b !important
}

.bg-finn,
.bg-finn-hover:hover {
    background-color: #723147 !important
}

.bg-tamarind,
.bg-tamarind-hover:hover {
    background-color: #31152b !important
}

.bg-deepocean-hover:hover {
    background-color: #193441 !important
}

.bg-image-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.black,
.black-hover:hover {
    color: #111 !important
}

.white,
.white-hover:hover {
    color: #fff !important
}

.offwhite,
.offwhite-hover:hover {
    color: #f5f5f5 !important
}

.clouds,
.clouds-hover:hover {
    color: #ecf0f1 !important
}

.silver,
.silver-hover:hover {
    color: #bdc3c7 !important
}

.concrete,
.concrete-hover:hover {
    color: #95a5a6 !important
}

.asbestos,
.asbestos-hover:hover {
    color: #7f8c8d !important
}

.tan,
.tan-hover:hover {
    color: #d1dbbd !important
}

.pewter,
.pewter-hover:hover {
    color: #91aa9d !important
}

.moonlight,
.moonlight-hover:hover {
    color: #3e606f !important
}

.deepocean,
.deepocean-hover:hover {
    color: #193441 !important
}

.turquoise,
.turquoise-hover:hover {
    color: #1abc9c !important
}

.aqua,
.aqua-hover:hover {
    color: #16a085 !important
}

.sunflower,
.sunflower-hover:hover {
    color: #f1c40f !important
}

.orange,
.orange-hover:hover {
    color: #f39c12 !important
}

.sienna,
.sienna-hover:hover {
    color: #bf4e19 !important
}

.milanored,
.milanored-hover:hover {
    color: #ac1c00 !important
}

.river,
.river-hover:hover {
    color: #3498db !important
}

.marina,
.marina-hover:hover {
    color: #2980b9 !important
}

.deco,
.deco-hover:hover {
    color: #c9d787 !important
}

.crete,
.crete-hover:hover {
    color: #7d8a2e !important
}

.guardsman,
.guardsman-hover:hover {
    color: #d90000 !important
}

.pomegranate,
.pomegranate-hover:hover {
    color: #c0392b !important
}

.finn,
.finn-hover:hover {
    color: #723147 !important
}

.tamarind,
.tamarind-hover:hover {
    color: #31152b !important
}

.no-shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important
}

.pad0 {
    padding-top: 0 !important
}

.pad5 {
    padding-top: 5px !important
}

.pad10 {
    padding-top: 10px !important
}

.pad15 {
    padding-top: 15px !important
}

.pad20 {
    padding-top: 20px !important
}

.pad25 {
    padding-top: 25px !important
}

.pad30 {
    padding-top: 30px !important
}

.pad45 {
    padding-top: 45px !important
}

.pad60 {
    padding-top: 60px !important
}

.pad90 {
    padding-top: 90px !important
}

.pad-bottom0 {
    padding-bottom: 0 !important
}

.pad-bottom5 {
    padding-bottom: 5px !important
}

.pad-bottom10 {
    padding-bottom: 10px !important
}

.pad-bottom15 {
    padding-bottom: 15px !important
}

.pad-bottom20 {
    padding-bottom: 20px !important
}

.pad-bottom25 {
    padding-bottom: 25px !important
}

.pad-bottom30 {
    padding-bottom: 30px !important
}

.pad-bottom45 {
    padding-bottom: 45px !important
}

.pad-bottom60 {
    padding-bottom: 60px !important
}

.pad-bottom90 {
    padding-bottom: 90px !important
}

.margin-bottom0 {
    margin-bottom: 0 !important
}

.marg-bottom5,
.margin-bottom5 {
    margin-bottom: 5px !important
}

.margin-bottom10 {
    margin-bottom: 10px !important
}

.margin-bottom15 {
    margin-bottom: 15px !important
}

.margin-bottom20 {
    margin-bottom: 20px !important
}

.margin-bottom25 {
    margin-bottom: 25px !important
}

.margin-bottom30 {
    margin-bottom: 30px !important
}

.margin-bottom45 {
    margin-bottom: 45px !important
}

.margin-bottom60 {
    margin-bottom: 60px !important
}

.margin-bottom90 {
    margin-bottom: 90px !important
}

.margin-top0 {
    margin-top: 0 !important
}

.margin-top5 {
    margin-top: 5px !important
}

.margin-top10 {
    margin-top: 10px !important
}

.margin-top15 {
    margin-top: 15px !important
}

.margin-top20 {
    margin-top: 20px !important
}

.margin-top25 {
    margin-top: 25px !important
}

.margin-top30 {
    margin-top: 30px !important
}

.margin-top45 {
    margin-top: 45px !important
}

.margin-top60 {
    margin-top: 60px !important
}

.margin-top90 {
    margin-top: 90px !important
}

.min-height-100px {
    min-height: 100px !important
}

.min-height-200px {
    min-height: 200px !important
}

.min-height-300px {
    min-height: 300px !important
}

.min-height-400px {
    min-height: 400px !important
}

.min-height-500px {
    min-height: 500px !important
}

.min-height-600px {
    min-height: 600px !important
}

.min-height-700px {
    min-height: 700px !important
}

.min-height-800px {
    min-height: 800px !important
}

@media only screen and (max-width :767px) {
    .min-height-xs-100px {
        min-height: 100px !important
    }

    .min-height-xs-200px {
        min-height: 200px !important
    }

    .min-height-xs-300px {
        min-height: 300px !important
    }

    .min-height-xs-400px {
        min-height: 400px !important
    }

    .min-height-xs-500px {
        min-height: 500px !important
    }

    .min-height-xs-600px {
        min-height: 600px !important
    }

    .min-height-xs-700px {
        min-height: 700px !important
    }

    .min-height-xs-800px {
        min-height: 800px !important
    }
}

.marg-left5 {
    margin-left: 5px !important
}

.marg-right5 {
    margin-right: 5px !important
}

.but_marg {
    margin-left: 3px !important
}

.v-center {
    vertical-align: middle;
    float: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    line-height: 1.1
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #e5e5e5
}

h4,
h5,
h6 {
    font-weight: 400
}

.h1,
h1 {
    font-size: 34px
}

.h2,
h2 {
    font-size: 37px
}

.h3,
h3 {
    font-size: 27px
}

.h4,
h4 {
    font-size: 23px
}

.h5,
.pricing-table-2 .col-4 .price-block h2,
.social li a i,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300
}

.btn,
.btn-outline {
    margin: 15px 0;
    letter-spacing: .1em;
    text-shadow: none;
    text-transform: uppercase
}

.small,
small {
    font-size: 80%;
    line-height: 2
}

em {
    color: #f60
}

a:hover {
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.content-1-6 .client-row img,
button:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s
}

ol li,
ul li {
    font-size: 14px;
    color: #515157;
    margin-bottom: 5px
}

ul.circle li:before {
    font-family: fontawesome;
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute
}

.gallery-2-title,
.underlined-title {
    text-align: center;
    padding-bottom: 30px
}

.gallery-2-title h1,
.underlined-title h1 {
    color: #2c3e50;
    margin: 0
}

.underlined-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6
}

.promo-2 h1,
.promo-3 h1 {
    font-size: 60px
}

.gallery-2-title hr,
.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #16a085
}

.btn {
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.btn-sm {
    padding: 7px 13px;
    font-size: 12px
}

.btn-lg {
    padding: 16px 26px;
    font-size: 16px
}

.btn-xl {
    padding: 18px 30px;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 15px
}

.disabled a {
    cursor: not-allowed
}

.btn.btn-default {
    background: #ecf0f1;
    box-shadow: 0 2px #bdc3c7;
    color: #999
}

.btn.btn-default:hover {
    background: #bdc3c7
}

.btn.btn-primary {
    background: #1abc9c;
    box-shadow: 0 2px #16a085
}

.btn.btn-primary:hover {
    background: #16a085
}

.btn.btn-warning {
    background: #f1c40f;
    box-shadow: 0 2px #f39c12
}

.btn.btn-warning:hover {
    background: #f39c12
}

.btn.btn-danger {
    background: #e74c3c;
    box-shadow: 0 2px #c0392b
}

.btn.btn-danger:hover {
    background: #c0392b
}

.btn.btn-success {
    background: #2ecc71;
    box-shadow: 0 2px #27ae60
}

.btn.btn-success:hover {
    background: #27ae60
}

.btn.btn-dark {
    background: #34495e;
    box-shadow: 0 2px #2c3e50;
    color: #fff
}

.btn.btn-dark:hover {
    background: #2c3e50
}

.btn.btn-info {
    background: #3498db;
    box-shadow: 0 2px #2980b9
}

.btn.btn-info:hover {
    background: #2980b9
}

.btn-outline {
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px
}

#header-3 nav ul li a:focus,
#header-3 nav ul li a:hover,
.btn-outline:hover {
    text-decoration: none;
    color: #fff
}

.btn-outline-sm {
    padding: 5px 13px;
    font-size: 13px
}

.btn-outline-lg {
    padding: 14px 26px;
    font-size: 15px
}

.btn-outline-xl {
    padding: 18px 30px;
    font-size: 24px
}

.btn-outline.outline-light,
.icon.outline-light {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
    color: #2c3e50;
    background: #fff
}

.btn-outline.outline-dark,
.icon.outline-dark {
    color: #2c3e50;
    background: 0 0;
    border: 2px solid #2c3e50
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
    color: #fff;
    background: #2c3e50
}

button:hover {
    text-decoration: none;
    -o-transition: .3s;
    transition: .3s
}

.social {
    padding: 0;
    margin: 0;
    z-index: 100
}

.social li {
    margin-right: 6px
}

.social li a {
    display: table
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.social-dark li a i {
    color: #666
}

.social li a i:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.social li a:hover i {
    color: #f0f0f0
}

.social li a:hover i:after {
    height: 100%
}

.social a .fa-facebook:after {
    background: #3b5998
}

.social a .fa-google-plus:after {
    background: #dd4b39
}

.social a .fa-twitter:after {
    background: #00aced
}

.social a .fa-pinterest:after {
    background: #cb2027
}

.social a .fa-behance:after {
    background: #1769ff
}

.social a .fa-dribbble:after {
    background: #ea4c89
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px
}

.form-control {
    border: 2px solid #ecf0f1;
    color: #34495e;
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}

#header-1 .main-nav .navbar-nav>li a,
#header-2 .main-nav .navbar-nav>li a,
.panel-title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 20px
}

.form-control:focus,
.form-group.focus .form-control {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: .7
}

.has-success .control-label,
.has-success .form-control,
.has-success .form-control.placeholder,
.has-success .help-block {
    color: #2ecc71
}

.form-control.form-minimal {
    border-color: transparent
}

.form-control.form-minimal:hover {
    border-color: #bdc3c7
}

.form-control.form-minimal:focus {
    border-color: #1abc9c
}

.has-success .form-control {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1
}

.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1
}

.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71
}

.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71
}

.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .input-group-addon {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #fff
}

.content-2-5-dark h2 a,
.has-warning .control-label,
.has-warning .form-control,
.has-warning .form-control.placeholder,
.has-warning .help-block {
    color: #f1c40f
}

.has-warning .form-control {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1
}

.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1
}

.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f
}

.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f
}

.has-warning .form-control:focus {
    border-color: #f1c40f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .input-group-addon {
    color: #f1c40f;
    border-color: #f1c40f;
    background-color: #fff
}

.has-error .control-label,
.has-error .form-control,
.has-error .form-control.placeholder,
.has-error .help-block {
    color: #e74c3c
}

.has-error .form-control {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c
}

.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c
}

.has-error .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .input-group-addon {
    color: #e74c3c;
    border-color: #e74c3c;
    background-color: #fff
}

.form-control+.input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #b2bcc5;
    background-color: #fff;
    padding: 0 12px 0 0;
    border-radius: 6px
}

.input-hg+.input-icon {
    line-height: 49px;
    padding: 0 16px 0 0
}

.input-lg+.input-icon {
    line-height: 41px;
    padding: 0 15px 0 0
}

.input-sm+.input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0
}

.input-group .input-group-btn .btn {
    margin: 0;
    box-shadow: none
}

.panel-group,
.pricing-table-2 .price-block .btn {
    margin-bottom: 0
}

.big-social,
.footer-1-3 .social,
.panel-group+.panel-group {
    margin-top: 20px
}

.panel-group .panel {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none
}

.panel-group .panel+.panel {
    margin-top: 10px
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top-color: #e6e9ed
}

.panel-body {
    padding: 25px
}

.tab-content,
.text-center .panel-title>a span {
    padding-right: 0;
    padding-left: 0
}

.panel-heading {
    background-color: inherit !important;
    color: inherit !important;
    padding: 0;
    border-color: inherit !important
}

.panel-title>a {
    display: block;
    padding: 15px 25px;
    text-decoration: none
}

.panel-title>a.collapsed {
    background: #f5f5f5
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.panel-title>a.collapsed,
.panel-title>a.collapsed span {
    color: #16a085
}

.panel-title>a,
.panel-title>a:hover {
    background: #16a085;
    color: #fff
}

.panel-title>a span {
    display: block;
    top: 0;
    color: #fff;
    padding-right: 25px
}

.text-right .panel-title>a span {
    padding-left: 25px;
    padding-right: 0
}

.panel-title>a:hover span {
    color: inherit
}

.text-center .panel-title>a:hover span {
    top: .5em;
    color: transparent
}

.panel-title>a span:after {
    font-family: fontawesome;
    content: "\f077";
    position: absolute;
    top: 0;
    right: 0
}

.text-right .panel-title>a span:after {
    left: 0;
    right: auto
}

.text-center .panel-title>a span:after {
    top: -.75em;
    left: 0;
    opacity: 0
}

.panel-title>a.collapsed span:after {
    content: "\f078"
}

.nav-tabs {
    margin: 0 auto
}

.nav-tabs>li {
    z-index: 2;
    float: none;
    display: inline-block
}

.nav-tabs>li>a {
    padding: 16px 25px 12px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #737c85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 4px solid transparent !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-bottom: 4px solid #85d6de !important
}

#header-1 .main-nav .navbar-toggle:focus,
#header-2 .main-nav .navbar-nav>li a:focus,
#header-2 .navbar-toggle:focus,
.gallery-item .gallery-thumb .gallery-link:focus,
.gallery-item .gallery-thumb .gallery-zoom:focus,
.nav>li>a:focus,
.nav>li>a:hover {
    outline: 0
}

.tab-content {
    border: none
}

.tab-pane {
    padding: 50px 0;
    border-bottom: 1px solid #ecf0f1
}

.pagination li a {
    font-size: 14px;
    color: #16a085;
    background: 0 0;
    margin: 0 3px;
    border: 1px solid #16a085;
    padding: 5px 12px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1abc9c;
    border-color: #16a085
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 0 !important
}

.pagination-lg li a {
    padding: 8px 16px;
    font-size: 16px
}

.pagination-sm li a {
    padding: 4px 10px;
    font-size: 12px
}

.pager li>a,
.pager li>span {
    border: 1px solid #16a085;
    border-radius: 0;
    color: #16a085;
    font-size: 14px;
    min-width: 160px
}

.pager li>a:focus,
.pager li>a:hover {
    border: 1px solid #ddd
}

.content-3-9 .underlined-title hr,
.pager .next>a,
.pager .next>span {
    float: right
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    border: 1px solid #ddd
}

.content-block,
.content-block-nopad {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #fff
}

#header-1 {
    width: 100%;
    background: 0 0;
    height: 80px
}

#header-1 .main-nav {
    background-color: #193441;
    border: 0;
    height: 80px
}

#header-1 .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 20px
}

#header-1 .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .6);
    height: 3px
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff
}

#header-1 .main-nav .nav {
    margin-top: 12px
}

#header-1 .main-nav .navbar-nav>li a {
    font-family: Lato, sans-serif;
    color: rgba(255, 255, 255, .8)
}

#header-1 .main-nav .navbar-nav>li a:hover,
#header-1 .main-nav .navbar-nav>li.active a {
    color: #3498db;
    background: 0 0
}

#header-1 .main-nav .navbar-nav>li a:active,
#header-1 .main-nav .navbar-nav>li a:focus {
    outline: 0;
    background: 0 0
}

#header-1 .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3e606f
}

#header-1 .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3e606f;
    position: absolute;
    right: 35px;
    top: -10px
}

#header-1 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#header-1 .main-nav .nav .dropdown-menu a:hover {
    background: #193441;
    color: #fff
}

#header-1 .brand-img {
    max-width: 150px;
    padding: 20px 0
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s ease-in-out
}

.headroom--unpinned {
    top: -100px
}

#header-3 #nav-toggle.active span:after,
#header-3 #nav-toggle.active span:before,
.headroom--pinned {
    top: 0
}

#header-2 .main-nav .nav .open>a,
#header-2 .main-nav .nav .open>a:focus,
#header-2 .main-nav .nav .open>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: 0 0
}

#header-2 {
    width: 100%;
    z-index: 999
}

#header-2 .brand-img {
    float: none;
    margin: 30px auto 0;
    text-align: center;
    max-width: 250px
}

#header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px
}

#header-2 .navbar-toggle:hover .icon-bar {
    background-color: #3498db
}

#header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#header-2 .main-nav .nav {
    margin-top: 25px
}

#header-2 .main-nav .navbar-nav>li a {
    font-family: Lato, sans-serif;
    color: #666;
    background: 0 0
}

#header-2 .main-nav .navbar-nav>li a:hover,
#header-2 .main-nav .navbar-nav>li.active a,
.content-1-5 h1 {
    color: #3498db
}

#header-2 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3e606f
}

#header-2 .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#header-2 .main-nav .nav .dropdown-menu a:hover {
    background: #3498db;
    color: #fff
}

#header-3,
.team-member>img {
    width: 100%
}

#header-3 .brand {
    position: relative
}

#header-3 .brand-img {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 150px
}

#header-3 nav {
    background-color: #233447;
    margin-top: -1px
}

#header-3 nav ul {
    padding: 0
}

#header-3 nav ul li {
    color: rgba(255, 255, 255, .6);
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    padding-left: 0;
    position: relative
}

#header-3 nav ul li:last-child,
.pricing-table-2 .price-block .features li:first-child {
    border: none
}

#header-3 nav ul li a {
    color: rgba(255, 255, 255, .6);
    display: block;
    padding: 20px 20px 20px 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    position: relative
}

#header-3 #nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    padding: 10px 35px 16px 0
}

#header-3 #nav-toggle span,
#header-3 #nav-toggle span:after,
#header-3 #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #353535;
    position: absolute;
    display: block;
    content: '';
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

#header-3 #nav-toggle span:before {
    top: -10px
}

#header-3 #nav-toggle span:after {
    bottom: -10px
}

#header-3 #nav-toggle.active span {
    background-color: transparent
}

#header-3 #nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

#header-3 #nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px
}

#header-3 .navicon {
    position: relative;
    height: 26px
}

#header-3 .indicator {
    position: absolute;
    right: 0 !important
}

#header-3 .hero {
    background: url('../images/header-3-bg.jpg') center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 50px 0 300px;
    height: auto
}

#header-3 .hero h1 {
    margin-top: 100px;
    font-weight: 600;
    color: #31152b
}

#header-3 .hero .lead {
    font-weight: 600;
    color: #723147
}

.promo-1 {
    background: url("../images/water-bg.jpg") center top/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 140px 0
}

.promo-1 .video-wrapper {
    max-width: 600px;
    margin: 20px auto 0
}

.promo-2 .countDown {
    margin: 80px auto 40px;
    font-size: 0
}

.promo-2 .countDown .countDown-wrap {
    width: 185px;
    margin: 0 15px 20px;
    display: inline-block;
    background: rgba(133, 214, 222, .1);
    border-left: 4px solid #f39c12;
    border-right: 4px solid #f39c12
}

.promo-2 .countDown .digits {
    display: block;
    margin-top: 34px;
    margin-bottom: -6px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 120px;
    color: #fff
}

.promo-2 .countDown .digits-label {
    margin-bottom: 18px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff
}

.promo-3 {
    background: url("../images/star-sky.jpg") center top/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 140px 0
}

.promo-3 h1 {
    color: #fff
}

.promo-3 h2 {
    font-weight: 600;
    color: #fff
}

.content-1-1 h1,
.content-2-2 h3,
.grid figure h2 {
    font-weight: 300
}

.contact-3 .map-img,
.footer-1-4 .footer-form,
.pricing-table-2 .tables-row,
.promo-3 a {
    margin-top: 40px
}

.content-1-1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.content-1-1 .container {
    margin-top: 380px
}

.content-1-1 h1 {
    text-transform: uppercase
}

.big-social .social-item,
.content-1-3,
.footer-1-3 .footer-text {
    text-align: center
}

.content-1-3 p {
    padding: 0 20px
}

.content-1-3 .services-wrapper {
    margin: 20px 0 0
}

.content-1-3 .services-wrapper .icon {
    height: 175px;
    width: 175px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px
}

.content-1-3 .services-wrapper .icon span {
    line-height: 175px;
    color: #fff;
    font-size: 55px
}

.content-1-4,
.content-2-8,
.content-3-10,
.content-3-11 {
    padding: 0;
    position: relative
}

.content-1-4 .image-container,
.content-2-8 .image-container {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0
}

.content-1-4 .image-container .background-image-holder {
    background: url('../images/dark-logs-bg.jpg') center center/cover no-repeat #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%
}

.content-1-4 h1,
.content-3-10 h3,
.content-3-11 h3 {
    margin-bottom: 32px
}

.content-1-4 p.lead,
.content-3-10 p,
.content-3-11 p,
.footer-1-1 h4 {
    margin-bottom: 20px
}

.content-1-6 h2 {
    margin-bottom: 40px !important
}

.content-1-6 .client-row {
    overflow: hidden;
    text-align: center;
    line-height: 0
}

.content-1-6 .client-row .col-md-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px
}

.content-1-6 .client-row img {
    max-width: 140px;
    opacity: .3;
    transition: .3s;
    -webkit-backface-visibility: none;
    height: auto
}

.content-1-6 .client-row .row-wrapper {
    display: inline-block;
    width: 80%
}

.content-1-6 .client-row:last-child .row-wrapper {
    border-bottom: none
}

.content-1-6 .row-wrapper .col-md-3:last-child {
    border-right: none
}

@media (max-width:767px) {
    #header-1 .brand-img {
        float: none;
        margin: 0 auto;
        text-align: center
    }

    #header-1 .navbar-fixed-top {
        position: relative
    }

    #header-1 .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 80px;
        position: absolute;
        background: #193441;
        z-index: 999
    }

    #header-1 .navbar-collapse .nav {
        margin: 0
    }

    #header-1 .main-nav .nav .dropdown-menu:before,
    .content-1-4 .image-container {
        display: none
    }

    #header-1 .navbar-fixed-bottom .navbar-collapse,
    #header-1 .navbar-fixed-top .navbar-collapse {
        max-height: inherit
    }

    .content-1-6 .client-row .row-wrapper {
        border-bottom: none
    }

    .content-1-6 .row-wrapper .col-md-3 {
        border-right: none
    }
}

.content-1-7 {
    text-align: center;
    padding: 64px 0
}

.content-1-7 .col-md-2 {
    height: 80px;
    line-height: 80px
}

.content-1-7 img {
    max-width: 140px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: .4;
    height: auto
}

.contact-3 h2,
.content-1-9 h4,
.modal-body h2 {
    margin-top: 0
}

.content-2-1 .btn-outline {
    margin-bottom: 30px
}

.content-2-2 .icon-outline {
    height: 150px;
    width: 150px;
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.content-2-2 .icon-outline:hover {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, .4);
    color: #fff
}

.content-2-2 .icon-outline span {
    line-height: 150px;
    color: #fff;
    font-size: 55px
}

.content-2-3 h2 {
    color: #fff;
    margin: 0
}

.content-2-4 i {
    clear: both
}

.content-2-4 h1,
.content-2-4 p {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    line-height: 1.1
}

.content-2-6 .btn-outline {
    margin: 1.8em
}

.content-2-6 h2 {
    font-weight: 700;
    line-height: 1.4em;
    color: #fff
}

.content-2-7 {
    background: url("../images/dark-logs-bg.jpg") center center/cover fixed
}

.content-2-7 .counter-icon {
    font-size: 5em;
    margin-top: 30px;
    color: #f39c12
}

.content-2-7 .counter,
.content-2-7 .counter-text {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #f39c12
}

.content-2-7 .counter-text {
    font-size: 20px
}

.content-2-7 .counter {
    font-size: 44px;
    color: #fff
}

.content-2-8 .image-container .background-image-holder {
    background: url('../images/gold-iphone.png') bottom center no-repeat;
    height: 100%
}

.content-2-8 .content {
    padding-top: 60px;
    padding-bottom: 60px
}

.content-2-8 h1 {
    font-weight: 600;
    font-size: 56px
}

.content-2-8 h3 {
    margin-top: 0;
    font-weight: 600
}

.content-2-9 {
    background: #ccc;
    min-height: 260px;
    position: relative
}

.content-3-1,
.content-3-2,
.content-3-3 {
    background-size: cover !important
}

.content-2-9 .project {
    height: 260px;
    overflow: hidden;
    position: relative;
    padding: 0
}

.content-2-9 .project img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.content-2-9 .project .background-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important
}

.content-2-9 .project .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(44, 62, 80, .6);
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    padding: 0 25px
}

.content-2-9 .project .hover-state h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 8px
}

.content-2-9 .project .hover-state .align-vertical {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.content-2-9 .project:hover .align-vertical {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.content-2-10 .border-box {
    border: 4px solid #bdc3c7;
    padding: 20px 40px
}

.overlay-aqua {
    background-color: rgba(26, 188, 156, .8)
}

.overlay-orange {
    background-color: rgba(253, 156, 18, .8)
}

.overlay-blue {
    background-color: rgba(52, 152, 219, .8)
}

.content-3-1 {
    background-image: url("../images/palm-trees.jpg");
    min-height: 500px
}

.content-3-1 .overlay,
.content-3-2 .overlay,
.content-3-3 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.content-3-5 .icon,
.content-3-6 .icon {
    text-align: center;
    font-size: 60px;
    height: 140px;
    width: 140px;
    line-height: 130px
}

.content-3-1 h1,
.content-3-1 h2,
.content-3-2 h1,
.content-3-2 h2,
.content-3-3 h1,
.content-3-3 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.content-3-1 h2,
.content-3-2 h2,
.content-3-3 h2 {
    margin-top: 100px;
    font-size: 13px
}

.content-3-2 {
    background-image: url("../images/camera-girl.jpg");
    min-height: 500px
}

.content-3-3 {
    background-image: url("../images/seagulls.jpg");
    min-height: 500px
}

.content-3-5 .feature-box {
    background: #723147;
    margin: 20px 0;
    padding: 35px 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px
}

.content-3-5 .feature-box:hover {
    background-color: #31152b
}

.content-3-5 .icon {
    margin: 0 auto;
    background-color: #fff;
    color: #723147;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%
}

.content-3-5 .feature-box p,
.content-3-6 .feature-box p {
    line-height: 25px;
    color: #fff;
    opacity: .5
}

.content-3-5 .feature-box h3,
.content-3-6 .feature-box h3 {
    padding: 15px 0 0;
    color: #fff
}

.content-3-5 .feature-box,
.content-3-5 .feature-box:hover,
.content-3-5 .feature-box:hover .feature-icon,
.content-3-5 .feature-icon,
.content-3-6 .feature-box,
.content-3-6 .feature-box:hover,
.content-3-6 .feature-box:hover .feature-icon,
.content-3-6 .feature-icon {
    transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    -ms-transition: .4s ease-in
}

.content-3-6 .feature-box {
    background: #91aa9d;
    margin: 20px 0;
    padding: 35px 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px
}

.content-3-6 .feature-box:hover {
    background-color: #3e606f
}

.content-3-6 .icon {
    margin: 0 auto;
    background-color: #fff;
    color: #91aa9d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%
}

.content-3-7 .underlined-title {
    padding-bottom: 0
}

.content-3-8 .underlined-title {
    padding-bottom: 0;
    text-align: left
}

.content-3-8 .underlined-title h2 {
    clear: left
}

.content-3-9 .underlined-title {
    padding-bottom: 0;
    text-align: right
}

.content-3-9 .underlined-title h2 {
    clear: right
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0;
    top: 0
}

.content-3-10 .image-container .background-image-holder {
    background: url('../images/low-poly-1.jpg') center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%
}

.content-3-10 .content,
.content-3-11 .content {
    margin-top: 300px;
    padding: 40px
}

.content-3-11 .image-container {
    position: absolute;
    height: 300px;
    padding: 0;
    top: 0;
    right: 0
}

.content-3-11 .image-container .background-image-holder {
    background: url('../images/low-poly-2.jpg') center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%
}

.gallery-2-title h2 {
    color: #95a5a6
}

*,
:after,
:before {
    box-sizing: border-box
}

.grid {
    overflow: hidden;
    text-align: center;
    margin: 10px 0
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure a,
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    word-spacing: -0.15em
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: .5;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-lily p {
    color: rgba(255, 255, 255, .6);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

figure.effect-lily:hover h2,
figure.effect-lily:hover img,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.isotope-gallery-container .col-md-3 {
    margin-right: -1px
}

.gallery-item-wrapper,
.team-2 .team-wrapper {
    padding-bottom: 25px
}

.gallery-item {
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 3px
}

.flush .gallery-item {
    border-radius: 0
}

.gallery-item .gallery-thumb,
.team-2 .team-wrapper .team-item .team-thumb {
    position: relative;
    overflow: hidden
}

.gallery-item .gallery-thumb img,
.team-2 .team-wrapper .team-item .team-thumb img {
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%
}

.content-1-9 .fa:hover,
.gallery-item:hover .gallery-thumb img,
.team-2 .team-wrapper .team-item:hover .team-thumb img {
    transform: scale(1.1)
}

.gallery-item .gallery-thumb .image-overlay,
.team-2 .team-wrapper .team-item .team-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.gallery-item:hover .gallery-thumb .image-overlay,
.team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
    opacity: .5
}

.gallery-item .gallery-thumb .gallery-link,
.gallery-item .gallery-thumb .gallery-zoom {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px
}

.gallery-item .gallery-thumb .gallery-link:hover,
.gallery-item .gallery-thumb .gallery-zoom:hover {
    background-color: #1abc9c;
    color: #fff
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: .2s;
    transition: .2s
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: .2s;
    transition: .2s
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative
}

.gallery-item .gallery-details p {
    font-size: .9em
}

.filter {
    padding: 0;
    margin: 0 0 60px;
    text-align: center
}

.filter li {
    display: inline-block;
    margin: 0
}

.filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0, 0, 0, .2)
}

.filter li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50
}

.filter li a.active,
.filter li a:focus,
.filter li a:hover {
    color: #1abc9c;
    text-decoration: none
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.team-1 h2 {
    margin-bottom: 50px
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px
}

.team-details {
    padding: 20px
}

.team-member .member-name {
    margin-top: 20px;
    position: relative
}

.team-member .member-name:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0
}

.team-member .position {
    padding: 0;
    font-family: Montserrat, sans-serif;
    display: block
}

.team-member .social-links {
    padding-top: 10px
}

.team-member .social-links>li a {
    border-color: #ecf0f1;
    border-radius: 3px
}

.team-2 .team-wrapper .team-item {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

.team-2 .team-wrapper .team-item .team-thumb .team-link {
    position: absolute;
    color: #fff;
    display: block
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #f39c12
}

.team-2 .col-md-3 .team-item .team-thumb .team-link,
.team-2 .col-sm-4 .team-item .team-thumb .team-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: .2s;
    transition: .2s
}

.btn,
a,
button,
input,
select,
textarea {
    transition: .3s
}

.team-2 .col-md-3 .team-item:hover .team-thumb .team-link,
.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 58%;
    left: 45%
}

.team-2 .team-wrapper .team-item .team-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden
}

@media only screen and (min-width :768px) {
    #header-2 .main-nav .nav .dropdown-menu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        margin: 0;
        border: none;
        text-transform: none;
        min-width: 180px;
        background: #3e606f
    }

    #header-2 .main-nav .nav .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3e606f;
        position: absolute;
        right: 35px;
        top: -10px
    }

    #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #193441;
        color: #fff
    }

    .content-2-9 {
        min-height: 520px
    }

    .content-3-10 .image-container,
    .content-3-11 .image-container {
        height: 100%
    }

    .content-3-10 .content {
        margin-top: 0;
        padding: 80px 15px 80px 80px
    }

    .content-3-11 .content {
        margin-top: 0;
        padding: 80px 80px 80px 15px
    }

    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 40%
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 40%
    }

    .team-2 .col-sm-6 .team-item .team-thumb .team-link {
        left: 43.4%
    }

    .team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%
    }
}

@media only screen and (min-width :992px) {
    .content-1-6 .client-row .row-wrapper {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .content-1-6 .row-wrapper .col-md-3 {
        border-right: 1px solid rgba(0, 0, 0, .2)
    }

    .content-2-9 {
        min-height: 260px
    }

    .content-3-1,
    .content-3-2,
    .content-3-3 {
        min-height: 400px
    }

    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 42%
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 62%;
        left: 42%
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 39%
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 39%
    }
}

@media only screen and (min-width :1200px) {
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 43.4%
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 41.3%
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 63%;
        left: 41.3%
    }
}

.pricing-table-1 .price-block {
    text-align: center;
    color: #fff;
    transition: .25s;
    max-width: 400px;
    margin: 0 auto 20px
}

.pricing-table-1 h3 {
    text-transform: uppercase;
    padding: 20px 0;
    background: #2c3e50;
    margin: 0;
    border-radius: 6px 6px 0 0
}

.pricing-table-1 .price {
    display: inline-block;
    background: #898989;
    width: 100%
}

.pricing-table-1 .price-figure {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 14px
}

.pricing-table-1 .price-number {
    font-weight: 600;
    display: block;
    margin-bottom: 0
}

.pricing-table-1 .price-tenure {
    font-size: 11px;
    margin-top: 0
}

.pricing-table-1 .features {
    background: #e6e6e6;
    color: #555;
    padding: 0;
    margin: 0
}

.pricing-table-1 .features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    list-style-type: none
}

.pricing-table-1 .price-footer {
    display: block;
    background: #2c3e50;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    padding: 10px 0
}

.pricing-table-1 .price-block:hover {
    transform: scale(1.04) translateY(-5px);
    -webkit-transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0
}

.pricing-table-1 .price-block:hover .price.pastel-blue {
    background: #6082eb
}

.pricing-table-1 .price-block:hover .price.pastel-green {
    background: #18b29d
}

.pricing-table-1 .price-block:hover .price.pastel-red {
    background: #ff5e65
}

.pricing-table-1 .price-block:hover .price.pastel-orange {
    background: #ffb068
}

.pricing-table-1 .price-block:hover h3 {
    background: #233447
}

@media only screen and (min-width :992px) {
    .pricing-table-1 .price-block {
        margin-bottom: 20px
    }
}

.pricing-table-2 .price-block {
    max-width: 500px;
    margin: 0 auto 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pricing-table-2 .price-block header {
    background: #2f4052;
    text-align: center;
    padding: 50px
}

.pricing-table-2 .price-block h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff
}

.pricing-table-2 .price-block .price {
    margin-bottom: 15px;
    color: #fff
}

.pricing-table-2 .price-block .price * {
    font-family: Lato, sans-serif;
    line-height: 100%
}

.pricing-table-2 .price-block .price .amount {
    font-size: 120px;
    font-weight: 900
}

.pricing-table-2 .price-block .price .currency {
    position: relative;
    top: 16px;
    font-size: 24px;
    vertical-align: top;
    margin-right: 5px
}

.pricing-table-2 .price-block .price .period {
    font-size: 16px;
    text-transform: uppercase
}

.pricing-table-2 .price-block .features {
    background: #f5f7fa;
    padding: 25px 35px;
    border: 1px solid #e6e9ed;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0 !important
}

.pricing-table-2 .price-block .features li {
    padding: 15px 0;
    border-top: 1px solid #bcc7d1;
    list-style: none
}

.pricing-table-2 .price-block .features li i {
    margin-right: 10px
}

.pricing-table-2 .col-4 .price-block header {
    padding: 40px
}

.pricing-table-2 .col-4 .price-block .price .amount {
    font-size: 90px
}

.pricing-table-2 .col-4 .price-block .features {
    padding: 20px 30px
}

.ribbon {
    position: absolute;
    top: -4px;
    right: 11px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 10
}

.red-hot {
    background: url("../images/ribbons/red-hot.png") no-repeat
}

.best-value {
    background: url("../images/ribbons/best-value.png") no-repeat
}

.super-cool {
    background: url("../images/ribbons/super-cool.png") no-repeat
}

.new {
    background: url("../images/ribbons/new.png") no-repeat
}

.premium {
    background: url("../images/ribbons/premium.png") no-repeat
}

.exclusive {
    background: url("../images/ribbons/exclusive.png") no-repeat
}

.popular {
    background: url("../images/ribbons/popular.png") no-repeat
}

.five-stars {
    background: url("../images/ribbons/five-stars.png") no-repeat
}

.contact-1 .form-container {
    margin-top: 60px
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e
}

.contact-1 .contact-info li a {
    color: #2e2e2e
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c
}

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

.error_message {
    -webkit-border-radius: 6px;
    display: block;
    background: #fbe3e4;
    padding: 10px 0 10px 15px;
    color: #8a1f11;
    border: 2px solid #fbc2c4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.copyright-bar,
.copyright-bar-2 {
    background-color: #233447;
    bottom: 0;
    position: relative
}

#contact span.required {
    font-size: 13px;
    color: red
}

#message {
    margin-bottom: 20px;
    padding: 0
}

.blog-1 .post {
    text-align: center;
    padding: 10px 0
}

.blog-1 .post img {
    margin: 30px 0
}

.footer-1-1 {
    padding-top: 60px;
    padding-bottom: 20px
}

.footer-1-1 .brand-img {
    width: 200px;
    margin-bottom: 30px
}

.footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px
}

.footer-1-2 {
    padding-top: 40px;
    padding-bottom: 30px
}

.footer-1-2 .brand-img {
    margin: 0 auto;
    width: 150px
}

.copyright-bar p,
.copyright-bar-2 p,
.footer-1-3 .address-bold-line {
    margin: 0;
    color: #fff;
    font-weight: 700
}

.big-social .social-item a {
    display: block;
    border-radius: 4px;
    padding: 18px;
    color: #fff;
    font-size: 22px;
    text-decoration: none
}

.big-social .social-item a h4 {
    color: #fff;
    visibility: hidden;
    margin-bottom: 0
}

.big-social .social-item a:focus h4,
.big-social .social-item a:hover h4 {
    visibility: visible
}

.big-social .social-item.facebook a:focus,
.big-social .social-item.facebook a:hover {
    background-color: #016bb6
}

.big-social .social-item.twitter a:focus,
.big-social .social-item.twitter a:hover {
    background-color: #08c1e2
}

.big-social .social-item.google a:focus,
.big-social .social-item.google a:hover {
    background-color: #d94b34
}

.content-1-9 .fa,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
a {
    color: #c66900 !important
}

.footer-1-4 {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center
}

.footer-1-4 input[type=email],
.footer-1-4 input[type=text] {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    padding: 20px;
    width: 30%;
    color: #fff
}

.footer-1-4 input[type=submit] {
    background: rgba(61, 201, 179, .5);
    border: 1px solid rgba(61, 201, 179, .5);
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-1-4 input[type=submit]:hover {
    background: #3dc9b3;
    border: 1px solid #3dc9b3;
    color: #fff
}

.footer-1-4 .social {
    margin-top: 30px
}

.copyright-bar {
    height: 70px;
    padding-top: 20px
}

.copyright-bar-2 {
    height: 80px;
    padding-top: 28px
}

.site-header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.container,
[class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

.site-logo {
    max-width: 300px;
    width: 100%;
    height: auto
}

.banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 50vh;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, .6)
}

.large_txt,
body {
    line-height: 1.6
}

.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: .8
}

.navbar p span {
    display: block;
    text-transform: uppercase
}

.mt-20 {
    margin-top: 5em
}

.pt {
    padding-top: 3em
}

fieldset {
    border: 0 solid #fff;
    border-radius: 0;
    padding: 0
}

.container hr {
    padding-bottom: 2em
}

.container h2 {
    padding-bottom: 1em;
    padding-top: 1em
}

.footer-1-3 .brand-img {
    width: 250px !important
}

a {
    cursor: pointer;
    text-decoration: none
}

#datenschutz ul,
#impressum ul {
    list-style: circle
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-12,
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[class*=col-] {
    position: relative;
    width: 100%
}

.custom-modal,
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.text-center {
    text-align: center !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

hr {
    border: none;
    border-top: 1px solid #3498db;
    margin: 2rem 0
}

body {
    font-size: 16px;
    color: #333
}

p {
    margin: 15px 0 1.5rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #2c3e50
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 300;
    color: #34495e;
    margin-bottom: 2.5rem
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.btn,
.col-sm-6 h4,
h2,
h3,
h4 {
    font-weight: 600
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.25rem
}

h3,
h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

a:hover {
    color: #e27f02 !important;
    text-decoration: underline
}

:focus,
a:focus {
    outline: #c66900 solid 2px;
    outline-offset: 2px
}

.content-1-9 .fa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    transition: transform .3s
}

img.brand-img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 20px
}

@media (max-width:768px) {
    img.brand-img {
        max-width: 180px;
        margin: 15px
    }

    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 1.75rem
    }

    p {
        font-size: 1rem
    }

    p.lead {
        font-size: 1.125rem
    }
}

@media (max-width:480px) {
    img.brand-img {
        max-width: 150px;
        margin: 10px
    }
}

.content-block {
    padding: 60px 0
}

.container hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-color: #e0e0e0
}

.banner h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .7)
}

.navbar {
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 10px 0
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 20px;
    color: #2c3e50 !important;
    transition: color .3s
}

.navbar-nav .nav-item.active .nav-link {
    color: #c66900 !important;
    font-weight: 600
}

.col-sm-6 {
    margin-bottom: 2rem
}

.col-sm-6 h4 {
    color: #2c3e50;
    margin-bottom: .75rem
}

.col-sm-6 p {
    color: #555;
    line-height: 1.7
}

.bg-deepocean,
.footer-wrap-1-3 {
    background-color: #2c3e50 !important
}

.footer-1-3,
.footer-1-3 .address,
.footer-1-3 .address.large,
.footer-1-3 a {
    background-color: transparent !important
}

.footer-1-3 {
    color: #ecf0f1;
    padding: 60px 30px 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start
}

.footer-1-3 .col-md-3,
.footer-1-3 .col-md-4,
.footer-1-3 .col-xs-12 {
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    padding-left: 0;
    padding-right: 0;
    float: none !important
}

.footer-1-3 .col-md-4 {
    grid-column: 1
}

.footer-1-3 .col-md-3 {
    grid-column: 2;
    text-align: right
}

.footer-1-3 .col-xs-12 {
    grid-column: 1/-1
}

.footer-1-3 a {
    color: #3498db !important
}

.footer-1-3 a:hover {
    color: #5dade2 !important;
    text-decoration: underline
}

.footer-1-3 .address {
    font-size: 1rem;
    line-height: 1.8;
    color: #ecf0f1 !important
}

.btn-primary:hover,
.modal-close-btn:hover {
    background-color: #e27f02
}

.footer-1-3 .address.large {
    font-size: 1.25rem;
    color: #ecf0f1 !important;
    font-weight: 500;
    margin-top: 1rem
}

.footer-1-3 .footer-text {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(236, 240, 241, .2)
}

.footer-1-3 .footer-text p {
    color: #bdc3c7;
    font-size: .9rem
}

.btn {
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn-primary {
    background-color: #c66900;
    border-color: #c66900;
    color: #fff
}

.btn-primary:hover {
    border-color: #e27f02;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(198, 105, 0, .3)
}

.modal-footer .btn {
    min-width: 120px
}

.contact-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

.large_txt {
    font-size: 1.5rem;
    font-weight: 300
}

@media (min-width:768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 100%
    }
}

.custom-modal {
    display: none;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.modal-content,
body.modal-open {
    overflow: hidden
}

.custom-modal.active {
    display: block
}

.modal-overlay {
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    animation: .3s fadeIn
}

.modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    z-index: 2;
    animation: .3s slideDown
}

.modal-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    color: #2c3e50
}

.modal-close {
    background: 0 0;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s
}

.modal-body {
    padding: 30px;
    max-height: calc(100vh - 250px);
    overflow-y: auto
}

.modal-footer {
    padding: 15px 30px;
    border-top: 1px solid #e5e5e5;
    text-align: right
}

.modal-close-btn {
    padding: 10px 20px;
    background-color: #c66900;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color .3s
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:768px) {
    .content-block {
        padding: 40px 0
    }

    .container hr {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .banner h1 {
        font-size: 2rem;
        letter-spacing: 2px
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 20px;
        margin-top: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
    }

    .footer-1-3 {
        padding: 40px 0 30px;
        text-align: center;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .footer-1-3 .col-md-3,
    .footer-1-3 .col-md-4 {
        margin-bottom: 0;
        grid-column: 1;
        text-align: center
    }

    .footer-1-3 .footer-text {
        margin-top: 2rem
    }

    .large_txt {
        font-size: 1.25rem
    }

    .modal-dialog {
        margin: 20px;
        padding: 10px
    }

    .modal-body,
    .modal-footer,
    .modal-header {
        padding: 15px 20px
    }

    .modal-body {
        max-height: calc(100vh - 200px)
    }
}