/* #Navigation
================================================== */

.cbp-af-header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
    background: rgba(247, 247, 247, .95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-top: 1px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
    background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
    background: none;
}

ul.slimmenu li ul li a {
    color: #000;
}

ul.slimmenu li ul li a:hover {}

ul.slimmenu li ul li {
    background: none;
    padding-left: 0;
}

ul.slimmenu li ul {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button:hover,
.collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}

.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child {
    border-left: 0
}

ul.slimmenu>li:last-child {
    margin-right: 0
}

ul.slimmenu li a {
    display: block;
    color: #111111;
    padding: 10px 0px;
    cursor: pointer;
    margin: 0px 12px;
          font-family: 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: 11px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

ul.slimmenu li a:hover {
    text-decoration: none;
}

ul.slimmenu li {}

ul.slimmenu li:first-child {
    background: none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
    display: none;
}

ul.slimmenu li .sub-collapser>i {
    display: none;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}

ul.slimmenu li ul a {
    font-size: 10px;
}

ul.slimmenu li ul li:first-child {
    background: none;
}

ul.slimmenu li ul li {
    background: none;
    padding-left: 0;
}

ul.slimmenu li>ul {
    display: none;
    position: absolute;
    text-align: left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 140%;
}

ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.slimmenu.collapsed {
    padding: 0;
    margin: 0;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}

ul.slimmenu.collapsed li>ul {
    display: none;
    position: static;
}

/* #Home
================================================== */

.section {
    position: relative;
    width: 100%;
}

.padding-top-bottom {
    padding-top: 140px;
    padding-bottom: 140px;
}

.padding-top {
    padding-top: 140px;
}

.padding-top-big {
    padding-top: 200px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.white-background {
    background-color: #fff;
}

.grey-background {
    background-color: #f9f9f9;
}

.shadow-sec {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.hidden-sec {
    overflow: hidden;
}

.section-header-text {
    position: relative;
    width: 100%;
}

.section-header-text h4 {
    padding-bottom: 10px;
    text-align: center;
    color: #212121;
}

.section-header-text p {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    letter-spacing: 3px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.section-header-text .line-header {
    position: relative;
    width: 30px;
    height: 2px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.section-header-text-left {
    position: relative;
    width: 100%;
}

.section-header-text-left h4 {
    padding-bottom: 10px;
    text-align: left;
    color: #212121;
}

.section-header-text-left p {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    letter-spacing: 3px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.section-header-text-left .line-header {
    position: relative;
    width: 30px;
    height: 2px;
    display: block;
}

.section-big-header-text {
    position: relative;
    width: 100%;
}

.section-big-header-text h2 {
    padding-bottom: 30px;
    text-align: left;
    color: #212121;
}

.section-big-header-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    letter-spacing: 3px;
    text-align: left;
    padding-top: 50px;
}

.section-big-header-text .line-big-header {
    position: relative;
    width: 30px;
    height: 2px;
    display: block;
}

.text-bottom-margin {
    padding-bottom: 25px;
}

/* #Slider
================================================== */

#gallery {
    position: absolute;
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
}

#controls div {}

#controls div:hover:not(.counter) {}

#controls div:not(.counter) {}

#controls div.sel {}

.prev:hover,
.next:hover {
    opacity: .5;
}

.prev:active,
.next:active {
    opacity: .5;
}

/* #Video Background
================================================== */

/* #Tooltip
================================================== */

.tipper {
    height: 1px;
    left: -99999px;
    position: absolute;
    pointer-events: none;
    top: -99999px;
    width: 1px;
    z-index: 100000;
}

.tipper .tipper-content {
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
      font-family: 'Century Gothic Paneuropean', sans-serif; 'Century Gothic Paneuropean', sans-serif; 'Open Sans', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 6px 20px;
    position: relative;
    white-space: nowrap;
}

.tipper .tipper-caret {
    background: url('../images/tipper-icon.png') no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    width: 100%;
}

.tipper.right .tipper-content {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.right .tipper-caret {
    background-position: left center;
    left: -5px;
    top: 0;
}

.tipper.left .tipper-content {
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.left .tipper-caret {
    background-position: right center;
    right: -5px;
    top: 0;
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
    display: block;
    float: none;
    height: 5px;
    width: 12px;
    margin-left: -6px;
}

.tipper.top .tipper-content {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.top .tipper-caret {
    background-position: center bottom;
    bottom: -5px;
    left: 0;
    text-align: center;
}

.tipper.bottom .tipper-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.bottom .tipper-caret {
    background-position: center top;
    top: -5px;
    left: 0;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

@media only screen and (min-width: 1170px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.home-top-video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

a.scroll-down.scroll-yt {
    bottom: 70px;
}

.cd-intro {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    max-width: 1200px;
    margin-top: -140px;
    width: 100%;
    z-index: 100;
}

.cd-intro h1 {
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.big-text-top {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
     font-family: 'Century Gothic Paneuropean', sans-serif; 'Galano-Bold';
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 20;
}

.big-text-top span {
    background: rgba(0, 0, 0, .7);
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
}

.small-text {
    position: absolute;
    top: 50%;
    margin-top: 35px;
    color: #000;
    width: 100%;
     font-family: 'Century Gothic Paneuropean', sans-serif; 'Satisfy', cursive;
    text-align: center;
    font-size: 23px;
    line-height: 23px;
    z-index: 20;
}

.social-top {
    position: absolute;
    top: 50%;
    margin-top: 100px;
    width: 100%;
    z-index: 1002;
    height: 35px;
    text-align: center;
}

.list-social li {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 35px;
    display: inline-block;
    background: #111111;
    cursor: pointer;
    margin-left: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.list-social li.icon-soc a {
     font-family: 'Century Gothic Paneuropean', sans-serif; 'FontAwesome';
    font-size: 14px;
    line-height: 35px;
    width: 35px;
    color: #fff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.list-social li:hover {}

.list-social li:hover.icon-soc a {}

.cd-section {
    height: 100vh;
    background: white;
}

@media only screen and (min-width: 1170px) {}

.cd-block,
.cd-half-block {
    -webkit-transform: translateZ();
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.cd-section:first-of-type .cd-block {
    visibility: visible;
    height: 100vh;
    background-color: #fff;
}

.cd-vertical-nav {
    position: fixed;
    z-index: 3;
    right: 2%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-vertical-nav a.inactive1 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1170px) {}

@media only screen and (min-width: 1170px) {}

/* #about
================================================== */

.team-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}

.team-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.team-wrap .mask-team {
    position: absolute;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: calc(100% - 70px);
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-wrap:hover .mask-team {
    background: rgba(255, 255, 255, .9);
    top: 0;
}

.team-wrap .mask-team h6 {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 30px;
    padding-left: 30px;
}

.team-wrap .mask-team p span {
    width: 100%;
    font-size: 10px;
    display: block;
     font-family: 'Century Gothic Paneuropean', sans-serif; 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.team-wrap .mask-team ul {
    display: block;
    padding-bottom: 23px;
    padding-left: 30px;
}

.team-wrap .mask-team ul li {
    margin-bottom: 2px;
}

.team-wrap .mask-team ul li p span {
     font-family: 'Century Gothic Paneuropean', sans-serif; 'FontAwesome';
    padding-right: 10px;
    font-size: 6px;
    line-height: 17px;
    vertical-align: text-top;
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    width: auto;
}

.team-wrap .mask-team ul li p {
    text-align: left;
     font-family: 'Century Gothic Paneuropean', sans-serif; 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 25px;
    color: #606060;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.social-team {
    position: relative;
    z-index: 2;
    height: 25px;
}

.list-social-team li {
    list-style: none;
    text-align: left;
    display: inline-block;
    float: left;
    padding-left: 15px;
    margin-right: 15px;
    border-left: 1px dotted rgba(0, 0, 0, .2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.list-social-team li:first-child {
    padding-left: 0;
    border-left: none;
    ;
}

.list-social-team li.icon-soc-team a {
     font-family: 'Century Gothic Paneuropean', sans-serif; 'FontAwesome';
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #212121;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.list-social-team li:hover {}

.list-social-team li:hover.icon-soc-team a {
    opacity: .6;
}

.services-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-box:after {
    content: '';
    display: block;
    clear: both;
}

.services-box h6 {
    text-align: left;
    padding-bottom: 15px;
}

.services-box h6 span {
     font-family: 'Century Gothic Paneuropean', sans-serif; 'FontAwesome';
    padding-right: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.services-box p {
    text-align: left;
}

/* #portfolio
================================================== */

/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
        border-bottom: none;
    }
    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
        border-bottom: none;
        background: none;
    }
    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
        background: none;
    }
    ul.slimmenu li a: {
        border-bottom: none;
    }
    ul.slimmenu li a:hover {
        border: none;
        background: none;
    }
    ul.slimmenu li {
        background: none;
    }
    ul.slimmenu li>ul {
        width: 100%;
        text-align: right;
    }
    .cd-intro {
        left: 0;
        margin-left: 0;
        margin-top: -90px;
        width: 100%;
    }
    .cd-intro h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 2px
    }
    .small-text {
        margin-top: 40px;
        font-size: 20px;
        line-height: 20px;
    }
    .big-text-top {
        margin-top: -60px;
        font-size: 30px;
        line-height: 30px;
    }
    .big-text-top span {
        padding-top: 7px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #cd-zoom-in {
        margin-top: 100px;
    }
    .big-text-portfolio-top {
        bottom: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .cd-intro {
        margin-top: -50px;
    }
    .cd-intro h1 {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 1px
    }
    .small-text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 18px;
    }
    .big-text-top {
        margin-top: -60px;
        font-size: 20px;
        line-height: 20px;
    }
    .big-text-top span {
        padding-top: 7px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #cd-google-map address {
        bottom: 70px;
        left: 0;
        width: 100%;
        border-radius: 0;
        padding: 30px 0;
        text-align: center;
    }
    .big-text-portfolio-top {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .team-wrap .mask-team ul.skills-list {
        display: none;
    }
    .portfolio-box-1 {
        width: 50%;
    }
    .portfolio-box-1.box-port-half {
        width: 50%;
    }
    .portfolio-box-1 .mask-1 {
        border: 10px solid #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .team-wrap .mask-team ul.skills-list {
        display: none;
    }
    .portfolio-box-1 {
        width: 50%;
    }
    .portfolio-box-1.box-port-half {
        width: 50%;
    }
    .portfolio-box-1 .mask-1 {
        border: 10px solid #fff;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .portfolio-box-1 {
        width: 100%;
    }
    .portfolio-box-1.box-port-half {
        width: 100%;
    }
    .portfolio-box-1 .mask-1 {
        border: 10px solid #fff;
    }
    .portfolio-box-1.box-half {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .portfolio-box-1 {
        width: 100%;
    }
    .portfolio-box-1.box-port-half {
        width: 100%;
    }
    .portfolio-box-1 .mask-1 {
        border: 10px solid #fff;
    }
    .portfolio-box-1.box-half {
        width: 100%;
    }
}

@media only screen and (max-width: 319px) {
    .portfolio-box-1 {
        width: 100%;
    }
    .portfolio-box-1.box-port-half {
        width: 100%;
    }
    .portfolio-box-1 .mask-1 {
        border: 10px solid #fff;
    }
    .portfolio-box-1.box-half {
        width: 100%;
    }
}

/* #Font-Face
================================================== */