@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);
@import url("colors/color.css");


/* #Preloader
================================================== */

body.royal_preloader {
    background: none;
    visibility: hidden;
}

#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}

#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}

#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
    -moz-transition: opacity 0.2s linear 0.5s;
    -ms-transition: opacity 0.2s linear 0.5s;
    -o-transition: opacity 0.2s linear 0.5s;
    transition: opacity 0.2s linear 0.5s;
}

#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
    -moz-animation: rotate 0.8s linear infinite;
    -ms-animation: rotate 0.8s linear infinite;
    -o-animation: rotate 0.8s linear infinite;
    animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}

#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    padding-top: 10px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #212121;
    letter-spacing: 2px;
    font-family: 'Courgette';
    font-size: 12px;
    text-align: center;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #212121;
    margin-top: 10px;
    letter-spacing: 2px;
    font-family: 'Courgette';
    font-size: 14px;
    text-align: center;
}

#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: #bababa;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    background-color: #000;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* #Navigation */

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

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.cd-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}


/* Main Components */

main {
    position: relative;
    background-color: #f7cfc0;
    z-index: 2;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -ms-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -o-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.navigation-is-open main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

@media screen and (min-width: 0\0
) and (min-resolution: +72dpi) {
    .navigation-is-open main {
        z-index: -1;
    }

    #owl-top.owl-theme .owl-controls .owl-buttons .owl-prev {
        background: url('../cursors/grab-left.png') no-repeat center center;
    }

    #owl-top.owl-theme .owl-controls .owl-buttons .owl-next {
        background: url('../cursors/grab-right.png') no-repeat center center;
    }
}

.cd-nav-trigger {
    position: fixed;
    z-index: 3;
    left: 5%;
    top: 20px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.logo {
    position: absolute;
    left: calc(5% + 75px);
    top: 39px;
    z-index: 5;
}

.logo img {
    width: 140px;
    height: auto;
    display: block;
}

@media only screen and (min-width: 1170px) {
    .logo {
        top: 52px;
    }
}

.cd-nav-trigger .cd-nav-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #6a483e;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px;
}

.cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}

.cd-nav-trigger circle {
    /* circle border animation */
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    -moz-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
    /* rotate trigger when navigation becomes visible */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
    top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    -moz-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
}

@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        top: 40px;
    }
}

.cd-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ddd;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
    /* all navigation content */
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px 12%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -ms-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -o-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -ms-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -o-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav .cd-primary-nav {
    margin-top: 60px;
}

.cd-nav .cd-primary-nav li {
    margin: 0.5em 0;
}

.cd-nav .cd-primary-nav a {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    overflow: hidden;
    text-transform: uppercase;
    color: rgba(186, 126, 110, 1);
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cd-nav .cd-primary-nav a:after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 9px;
    height: 2px;
    width: 100%;
    background-color: #212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cd-nav .cd-primary-nav a.selected {
    color: #212121;
}

.cd-nav .cd-primary-nav a.selected::after {
    left: 0;
}

.cd-nav .cd-primary-nav a:hover:after {
    left: 0;
}

.no-touch .cd-nav .cd-primary-nav a:hover {
    color: #212121;
}

.cd-nav .cd-contact-info {
    margin-top: 80px;
}

.cd-nav .cd-contact-info li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1.6em;
    color: rgba(0, 0, 0, 0.4);
}

.cd-nav .cd-contact-info a {
    color: #212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cd-nav .cd-contact-info a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.cd-nav .cd-contact-info span {
    display: block;
}


.cd-nav .cd-contact-info span.nav-social {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #212121;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cd-nav .cd-contact-info span.nav-social:hover {
    color: rgba(0, 0, 0, .6);
}

@media only screen and (min-width: 1170px) {
    .cd-nav .cd-contact-info span.nav-social {
        margin-right: 0;
        margin-left: 20px;
    }
}


.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (min-width: 1170px) {
    .cd-nav .cd-navigation-wrapper {
        padding: 162px 20%;
    }

    .cd-nav .cd-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-nav .cd-primary-nav a:after {
        bottom: 13px;
        height: 4px;
    }

    .cd-nav .cd-half-block {
        width: 50%;
        float: left;
    }

    .cd-nav .cd-primary-nav {
        margin-top: 0;
    }

    .cd-nav .cd-primary-nav li {
        margin: 1em 0;
    }

    .cd-nav .cd-primary-nav a {
        font-size: 32px;
        line-height: 32px;
    }

    .cd-nav .cd-contact-info {
        text-align: right;
    }

    .cd-nav .cd-contact-info li {
        margin-top: 10px;
        margin-bottom: 2em;
    }

    .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 2px;
    }

    .cd-nav .cd-contact-info {
        margin-top: 0;
    }
}

.no-js main {
    height: auto;
    overflow: visible;
}

.no-js .cd-nav {
    position: static;
    visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.cd-nav .cd-primary-nav li.cd-label ul {
    overflow: hidden;
    max-height: 0;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}

.cd-nav .cd-primary-nav li.cd-label:hover ul {
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 500px;
}

.cd-nav .cd-primary-nav li.cd-label ul li {
    margin: 0.4em 0;
}

.cd-nav .cd-primary-nav li.cd-label ul a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
}

.cd-nav .cd-primary-nav li.cd-label ul a:after {
    display: none;
}


/* #Top Sections
================================================== */

#top-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.big-hero-slider {
    min-height: 700px;
}

#hero {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.container.bigger-index {
    z-index: 5;
}

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

.white-section {
    background-color: #f7cfc0;
}

.dark-section {
    background-color: #000;
}

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

.overflow-sec {
    overflow: hidden;
}

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

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

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

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

.padding-top-bottom-small {
    padding-top: 40px;
    padding-bottom: 40px;
}


.hero-text {
    position: absolute;
    left: 5%;
    bottom: 65px;
    z-index: 10;
}

.hero-text h4 {
    text-align: left;
    padding-bottom: 5px;
}

.hero-text p {
    text-align: left;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 13px;
}


/* #Hero Slider */

#owl-top {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#owl-top .item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*cursor: url('../cursors/grab-slider.png') 8 8, url('../cursors/grab-slider.cur'), move !important;*/
}


#owl-top .item.back-image-1 {
    background-image: url('../images/slides-mobil/bg-the-brand-2-M.png');
}
@media only screen and (min-width: 768px) {
    #owl-top .item.back-image-1 {
        background-image: url('../images/slides/bg-the-brand-2.png');

    }
}
#owl-top .item.back-image-2 {
    background-image: url('../images/slides-mobil/launch-2019-M.png');
}
@media only screen and (min-width: 768px) {
    #owl-top .item.back-image-2 {
        background-image: url('../images/slides/launch-2019.png');
    }
}
#owl-top .item.back-image-3 {
    background-image: url('../images/slides-mobil/soon-wifey_supply-M.png');
}
@media only screen and (min-width: 768px) {
    #owl-top .item.back-image-3 {
        background-image: url('../images/slides/soon-wifey_supply.png');
    }
}
#owl-top .item.back-image-4 {
    background-image: url('../images/slides-mobil/bg-the-brand-2-M.png');
}

#owl-top .item.back-image-5 {
    background-image: url('../images/slides-mobil/launch-2019-M.png');
}

#owl-top .item.back-image-6 {
    background-image: url('../images/slides-mobil/soon-wifey_supply-M.png');
}

#owl-top .item.back-image-7 {
    background-image: url('../images/11.jpg');
}

#owl-top .item.back-image-8 {
    background-image: url('../images/12.jpg');
}

#owl-top .item.back-image-9 {
    background-image: url('../images/13.jpg');
}

#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    cursor: url('../cursors/grab-left.png') 8 8, url('../cursors/grab-left.cur'), move !important;
}

#owl-top.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    cursor: url('../cursors/grab-right.png') 8 8, url('../cursors/grab-right.cur'), move !important;
}

#owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    text-indent: 100%;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: rgba(134, 84, 69, .7);
}

#progressBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(186, 126, 110, .2);
    z-index: 5;
}


.arrow-down {
    position: absolute;
    bottom: 65px;
    width: 32px;
    height: 40px;
    right: 5%;
    display: block;
    z-index: 10;
    background: url('../images/grab-down.png') no-repeat center center;
    background-size: 32px 32px;
    -webkit-animation: vertical 2.5s ease infinite;
    animation: vertical 2.5s ease infinite;
}

.arrow-down-middle {
    position: absolute;
    bottom: 65px;
    width: 32px;
    height: 40px;
    left: 50%;
    margin-left: -16px;
    display: block;
    z-index: 10;
    background: url('../images/grab-down.png') no-repeat center center;
    background-size: 32px 32px;
    -webkit-animation: vertical 2.5s ease infinite;
    animation: vertical 2.5s ease infinite;
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -5px)
    }
    8% {
        -webkit-transform: translate(0, 5px)
    }
    16% {
        -webkit-transform: translate(0, -5px)
    }
    24% {
        -webkit-transform: translate(0, 5px)
    }
    32% {
        -webkit-transform: translate(0, -5px)
    }
    40% {
        -webkit-transform: translate(0, 5px)
    }
    48% {
        -webkit-transform: translate(0, 0)
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -5px)
    }
    8% {
        transform: translate(0, 5px)
    }
    16% {
        transform: translate(0, -5px)
    }
    24% {
        transform: translate(0, 5px)
    }
    32% {
        transform: translate(0, -5px)
    }
    40% {
        transform: translate(0, 5px)
    }
    48% {
        transform: translate(0, 0)
    }
}


.scroll-to-top {
    position: fixed;
    bottom: 40px;
    width: 40px;
    height: 40px;
    right: 40px;
    display: block;
    cursor: pointer;
    z-index: 3;
    background: url('../images/grab-up.png') no-repeat center center;
    background-size: 32px 32px;
    -webkit-animation: vertical 2.5s ease infinite;
    animation: vertical 2.5s ease infinite;
}


/* #Hero Text Slider */

.hero-text-slider-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 10;
}

#owl-text-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    -webkit-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0);
}

#owl-text-slider .item {
    position: relative;
    width: 100%;
}

#owl-text-slider .item p {
    color: #414141;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 42px;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    padding-bottom: 30px;
}

#bar-text-slider {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .7);
}

#progressBar-text-slider {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 20%;
    background: rgba(0, 0, 0, .2);
    z-index: 5;
}

/* #Hero Text Slider Left Align*/

#owl-text-slider-big {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#owl-text-slider-big .item {
    position: relative;
    width: 100%;
}

#owl-text-slider-big .item p {
    color: #414141;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    padding-bottom: 30px;
}

#bar-text-slider-big {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .7);
}

#progressBar-text-slider-big {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 15%;
    background: rgba(0, 0, 0, .2);
    z-index: 5;
}


/* #Hero HTML5 Video */

.poster_background_home {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: url('../images/1a.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

video#video_background_home {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

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

.white-over-video {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

/* #Hero YouTube and Vimeo Video */

#video-container {
    position: relative;
    z-index: 1;
}


/* #Hero Slider Revolution */

.big-num-rev-text {
    letter-spacing: 2px;
    font-family: 'Courgette', cursive;
    color: #000;
    font-size: 90px;
    line-height: 90px;
}

.big-right-rev-text {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #212121;
    font-size: 70px;
    line-height: 70px;
    text-align: left;
}

.small-right-rev-text {
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.small-right-rev-text span {
    line-height: 36px;
}


/* #Multi Layer Parallax */

.cd-background-wrapper {
    background-color: #001426;
    position: relative;
    overflow: hidden;
}

.no-touch .cd-background-wrapper {
    -webkit-perspective: 4000px;
    -moz-perspective: 4000px;
    perspective: 4000px;
}

.cd-background-wrapper::before {
    /* never visible - this is used in jQuery to check the device type */
    content: 'web';
    display: none;
}

.touch .cd-background-wrapper::before {
    /* never visible - this is used in jQuery to check the device type */
    content: 'mobile';
}

.cd-floating-background {
    position: relative;
}

.cd-floating-background img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fixes a Firefox bug - images not correctly rendered*/
    background-color: rgba(255, 255, 255, 0.01);
}

.cd-floating-background img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.no-touch .cd-floating-background {
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.no-touch .cd-floating-background.is-absolute {
    position: absolute;
}

.no-touch .cd-floating-background img:first-child {
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    -o-transform: translateZ(50px);
    transform: translateZ(50px);
}

.no-touch .cd-floating-background img:nth-child(2) {
    -webkit-transform: translateZ(290px);
    -moz-transform: translateZ(290px);
    -ms-transform: translateZ(290px);
    -o-transform: translateZ(290px);
    transform: translateZ(290px);
}

.no-touch .cd-floating-background img:nth-child(3) {
    -webkit-transform: translateZ(400px);
    -moz-transform: translateZ(400px);
    -ms-transform: translateZ(400px);
    -o-transform: translateZ(400px);
    transform: translateZ(400px);
}

.no-touch .cd-floating-background img:nth-child(4) {
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
    transform: translateZ(200px);
}

.no-touch .cd-floating-background img:nth-child(5) {
    -webkit-transform: translateZ(600px);
    -moz-transform: translateZ(600px);
    -ms-transform: translateZ(600px);
    -o-transform: translateZ(600px);
    transform: translateZ(600px);
}

.no-touch .cd-floating-background img:nth-child(6) {
    -webkit-transform: translateZ(120px);
    -moz-transform: translateZ(120px);
    -ms-transform: translateZ(120px);
    -o-transform: translateZ(120px);
    transform: translateZ(120px);
}

.no-touch .cd-floating-background img:nth-child(7) {
    -webkit-transform: translateZ(500px);
    -moz-transform: translateZ(500px);
    -ms-transform: translateZ(500px);
    -o-transform: translateZ(500px);
    transform: translateZ(500px);
}

.no-touch.no-preserve-3d .cd-floating-background {
    /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
    position: relative;
}

/* #Works
================================================== */


#projects-grid {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#projects-grid:after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-box-1 {
    position: relative;
    float: left;
    width: 33.3333333333%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: -1px;
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
}

.portfolio-box-1.half-block {
    width: 50%;
}

.portfolio-box-1.fourth-block {
    width: 25%;
}

.portfolio-box-1 img {
    width: 100%;
    display: block;
}

.portfolio-box-1 .mask-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    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;
}

.portfolio-box-1:hover .mask-1 {
    background: rgba(255, 255, 255, .9);
}

.portfolio-box-1 .mask-1.video-cur {
    cursor: url('../cursors/more-video.png') 8 8, pointer;
}

.portfolio-box-1 .mask-1.audio-cur {
    cursor: url('../cursors/more-audio.png') 8 8, pointer;
}

.portfolio-box-1 .mask-1.gallery-cur {
    cursor: url('../cursors/more-gallery.png') 8 8, pointer;
}

.portfolio-box-1 .mask-1.image-cur {
    cursor: url('../cursors/more-image.png') 8 8, pointer;
}


#portfolio-filter {
    position: relative;
    width: 100%;
    text-align: center;
}

#filter {
    position: relative;
    width: 100%;
    text-align: center;
}

#filter li {
    display: inline-block;
    text-align: center;
}

#filter:after {
    content: '';
    display: block;
    clear: both;
}

#filter li a {
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
    font-family: 'Courgette', cursive;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 5px;
    outline: none;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#filter li .current {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#filter li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}


.cbutton.cbutton--click,
.cbutton:focus {
    outline: none;
}

.cbutton::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.cbutton--effect-dejan::after {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
}

.cbutton--box-color-4.cbutton--effect-dejan::after {
    background: #fff;
}

.cbutton--effect-dejan .cbutton__helper {
    position: absolute;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}

.cbutton--effect-dejan .cbutton__helper--first {
    left: -15px;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: -40% 50%;
    transform-origin: -40% 50%;
}

.cbutton--effect-dejan .cbutton__helper--second {
    left: 0px;
    width: 30px;
    height: 60px;
    -webkit-transform-origin: 140% 50%;
    transform-origin: 140% 50%;
}

.cbutton--effect-dejan .cbutton__helper img {
    position: absolute;
    top: 0;
    left: 0;
}

.cbutton--effect-dejan.cbutton--click .cbutton__helper--first {
    -webkit-animation: anim-effect-dejan-1 0.3s ease-out forwards;
    animation: anim-effect-dejan-1 0.3s ease-out forwards;
}

.cbutton--effect-dejan.cbutton--click .cbutton__helper--second {
    -webkit-animation: anim-effect-dejan-2 0.3s ease-out forwards;
    animation: anim-effect-dejan-2 0.3s ease-out forwards;
}

.cbutton--effect-dejan.cbutton--click .cbutton__helper--first img,
.cbutton--effect-dejan.cbutton--click .cbutton__helper--second img {
    -webkit-animation: anim-effect-dejan-3 0.3s ease-in forwards;
    animation: anim-effect-dejan-3 0.3s ease-in forwards;
}

.cbutton--effect-dejan.cbutton--click::after {
    -webkit-animation: anim-effect-dejan-4 0.3s ease-out forwards;
    animation: anim-effect-dejan-4 0.3s ease-out forwards;
}

@-webkit-keyframes anim-effect-dejan-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }
}

@keyframes anim-effect-dejan-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }
}

@-webkit-keyframes anim-effect-dejan-2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }
}

@keyframes anim-effect-dejan-2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }
}

@-webkit-keyframes anim-effect-dejan-3 {
    0% {
        -webkit-transform: scale3d(0.4, 0.4, 1);
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-effect-dejan-3 {
    0% {
        -webkit-transform: scale3d(0.4, 0.4, 1);
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-effect-dejan-4 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.1, 0.1, 1);
        transform: scale3d(0.1, 0.1, 1);
    }
    80% {
        opacity: 0.7;
        -webkit-transform: translate3d(0, -70px, 0) scale3d(1, 1, 1);
        transform: translate3d(0, -70px, 0) scale3d(1, 1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0) scale3d(1, 1, 1);
        transform: translate3d(0, -60px, 0) scale3d(1, 1, 1);
    }
}

@keyframes anim-effect-dejan-4 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.1, 0.1, 1);
        transform: scale3d(0.1, 0.1, 1);
    }
    80% {
        opacity: 0.7;
        -webkit-transform: translate3d(0, -70px, 0) scale3d(1, 1, 1);
        transform: translate3d(0, -70px, 0) scale3d(1, 1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0) scale3d(1, 1, 1);
        transform: translate3d(0, -60px, 0) scale3d(1, 1, 1);
    }
}


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-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: top, left, opacity;
    transition-property: transform, opacity;
}

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

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

.tipper .tipper-content {
    background: transparent;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0;
    letter-spacing: 2px;
    padding: 2px 0;
    position: relative;
    white-space: nowrap;
    border-bottom: 2px solid #000;
}

.tipper .tipper-caret {
    display: block;
    height: 11px;
    position: absolute;
    width: 100%;
}

.tipper.right .tipper-content {
}

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

.tipper.left .tipper-content {
}

.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: -17px;
}

.tipper.top .tipper-content {
}

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

.tipper.bottom .tipper-content {
}

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


/* #Ajax Projects Expander Styles
================================================== */

.relative {
    position: relative;
}

.portfolio {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
}

.expander-wrap {
    position: relative;
    display: none;
    text-align: center;
}

#expander-wrap {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}


/* Expander Item Controls */

.project-controls {
    position: relative;
    width: 100%;
    height: auto;
    top: 105px;
    max-width: 1600px;
    margin: 0 auto;
}

.expander-inner {
    position: relative;
}

.cls-btn {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    height: auto;
}

.expander-wrap .cls-btn .close {
    position: relative;
    display: inline-block;
    color: #000;
    top: 0;
    margin-top: 110px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    float: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.expander-wrap .cls-btn .close:hover {
    color: #3a3a3a;
    cursor: pointer;
}


.full-image {
    position: relative;
    width: 100%;
}

.full-image img {
    width: 100%;
    display: block;
}


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

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

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

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

.section-project-text {
    position: relative;
    width: 100%;
    margin: 0 auto;

}

.section-project-text p {
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.btn-projects {
    cursor: pointer;
    height: 45px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    outline: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-projects:hover {
    background: #414141;
    color: #fff;
}


/* Video Hover Image */

.video-wrapper, figure.vimeo, figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.youtube a img, figure.vimeo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: none;
}

figure.vimeo a:after, figure.youtube a:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 10px rgba(0, 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;
}

figure.vimeo:hover a:after, figure.youtube:hover a:after {
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.6);
}

figure.vimeo a:before, figure.youtube a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #414141;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -7px;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

figure.vimeo:hover a:before, figure.youtube:hover a:before {
    border-left: 8px solid #000;
}

figure.vimeo a:hover img, figure.youtube a:hover img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(1.07) rotate(1deg);
    transform: scale(1.07) rotate(1deg);
}

figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    a -webkit-transform: scale(1);
    transform: scale(1);
}


/* Project Slider */

#owl-project .item {
    position: relative;
    width: 100%;
}

#owl-project .item img {
    width: 100%;
    display: block;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    cursor: url('../cursors/grab-left.png') 8 8, url('../cursors/grab-left.cur'), move !important;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    cursor: url('../cursors/grab-right.png') 8 8, url('../cursors/grab-right.cur'), move !important;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-project.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    text-indent: 100%;
}

#bar-project {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #212121;
}

#progressBar-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    z-index: 5;
}

/* Audio Player */

.audio-player {
    background-color: #131313;
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 45px;
}

audio {
    width: 100%;
    display: block;
}


/* Project Pages */

.project-next-prev {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}

.project-next-prev:after {
    content: '';
    display: block;
    clear: both;
}

.project-prev {
    position: relative;
    width: 50%;
    display: inline-block;
    height: 350px;
    float: left;
    background: url('../images/project-left.svg') no-repeat center center;
    background-size: 120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.project-prev .text,
.project-next .text {
    position: absolute;
    letter-spacing: 3px;
    font-family: 'Courgette', cursive;
    width: 100%;
    left: 0;
    top: 120%;
    margin-top: -28px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.project-prev:hover .text,
.project-next:hover .text {
    top: 50%;
}

.project-prev .text span,
.project-next .text span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #b5b5b5;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.project-prev:hover {
    background-position: center -100%;
}

.project-next {
    position: relative;
    width: 50%;
    display: inline-block;
    height: 350px;
    float: left;
    background: url('../images/project-right.svg') no-repeat center center;
    background-size: 120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.project-next:hover {
    background-position: center -100%;
}


/* #About
================================================== */

.about-top-section {
    position: relative;
    width: 100%;
}

.about-hero-image {
    background: url('../images/about.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}


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

.section-main-header-text h4 {
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

.section-main-header-text.left h4 {
    text-align: left;
}

.section-main-header-text h5 {
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}

.section-main-header-text.left h5 {
    text-align: left;
}

.section-main-header-text p {
    text-align: center;
}

.section-main-header-text.left p {
    text-align: left;
}

.section-main-header-text .line-header {
    position: relative;
    width: 45px;
    height: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #202020;
}

.section-main-header-text .line-header.padding-bottom-line {
    padding-bottom: 25px;
}

.section-main-header-text.left .line-header {
    margin: 0;
    text-align: left;
}

.pro-bar-container {
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.pro-bar-margin {
    margin-bottom: 20px;
}

.skills-name {
    position: relative;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 3px;
    color: #505050;
    text-transform: uppercase;
}

.skills-name span {
    font-weight: 800;
    color: #121212;
    padding-left: 5px;
}

.pro-bar {
    position: relative;
    height: 2px;
    overflow: hidden;
    background: #000;
}

.pro-bar.bar-100 {
    width: 100%;
}

.pro-bar.bar-99 {
    width: 99%;
}

.pro-bar.bar-98 {
    width: 98%;
}

.pro-bar.bar-97 {
    width: 97%;
}

.pro-bar.bar-96 {
    width: 96%;
}

.pro-bar.bar-95 {
    width: 95%;
}

.pro-bar.bar-94 {
    width: 94%;
}

.pro-bar.bar-93 {
    width: 93%;
}

.pro-bar.bar-92 {
    width: 92%;
}

.pro-bar.bar-91 {
    width: 91%;
}

.pro-bar.bar-90 {
    width: 90%;
}

.pro-bar.bar-89 {
    width: 89%;
}

.pro-bar.bar-88 {
    width: 88%;
}

.pro-bar.bar-87 {
    width: 87%;
}

.pro-bar.bar-86 {
    width: 86%;
}

.pro-bar.bar-85 {
    width: 85%;
}

.pro-bar.bar-84 {
    width: 84%;
}

.pro-bar.bar-83 {
    width: 83%;
}

.pro-bar.bar-82 {
    width: 82%;
}

.pro-bar.bar-81 {
    width: 81%;
}

.pro-bar.bar-80 {
    width: 80%;
}

.pro-bar.bar-79 {
    width: 79%;
}

.pro-bar.bar-78 {
    width: 78%;
}

.pro-bar.bar-77 {
    width: 77%;
}

.pro-bar.bar-76 {
    width: 76%;
}

.pro-bar.bar-75 {
    width: 75%;
}

.pro-bar.bar-74 {
    width: 74%;
}

.pro-bar.bar-73 {
    width: 73%;
}

.pro-bar.bar-72 {
    width: 72%;
}

.pro-bar.bar-71 {
    width: 71%;
}

.pro-bar.bar-70 {
    width: 70%;
}

.pro-bar.bar-69 {
    width: 69%;
}

.pro-bar.bar-68 {
    width: 68%;
}

.pro-bar.bar-67 {
    width: 67%;
}

.pro-bar.bar-66 {
    width: 66%;
}

.pro-bar.bar-65 {
    width: 65%;
}

.pro-bar.bar-64 {
    width: 64%;
}

.pro-bar.bar-63 {
    width: 63%;
}

.pro-bar.bar-62 {
    width: 62%;
}

.pro-bar.bar-61 {
    width: 61%;
}

.pro-bar.bar-60 {
    width: 60%;
}

.pro-bar.bar-59 {
    width: 59%;
}

.pro-bar.bar-58 {
    width: 58%;
}

.pro-bar.bar-57 {
    width: 57%;
}

.pro-bar.bar-56 {
    width: 56%;
}

.pro-bar.bar-55 {
    width: 55%;
}

.pro-bar.bar-54 {
    width: 54%;
}

.pro-bar.bar-53 {
    width: 53%;
}

.pro-bar.bar-52 {
    width: 52%;
}

.pro-bar.bar-51 {
    width: 51%;
}

.pro-bar.bar-50 {
    width: 50%;
}

.pro-bar.bar-49 {
    width: 49%;
}

.pro-bar.bar-48 {
    width: 48%;
}

.pro-bar.bar-47 {
    width: 47%;
}

.pro-bar.bar-46 {
    width: 46%;
}

.pro-bar.bar-45 {
    width: 45%;
}

.pro-bar.bar-44 {
    width: 44%;
}

.pro-bar.bar-43 {
    width: 43%;
}

.pro-bar.bar-42 {
    width: 42%;
}

.pro-bar.bar-41 {
    width: 41%;
}

.pro-bar.bar-40 {
    width: 40%;
}

.pro-bar.bar-39 {
    width: 39%;
}

.pro-bar.bar-38 {
    width: 38%;
}

.pro-bar.bar-37 {
    width: 37%;
}

.pro-bar.bar-36 {
    width: 36%;
}

.pro-bar.bar-35 {
    width: 35%;
}

.pro-bar.bar-34 {
    width: 34%;
}

.pro-bar.bar-33 {
    width: 33%;
}

.pro-bar.bar-32 {
    width: 32%;
}

.pro-bar.bar-31 {
    width: 31%;
}

.pro-bar.bar-30 {
    width: 30%;
}

.pro-bar.bar-29 {
    width: 29%;
}

.pro-bar.bar-28 {
    width: 28%;
}

.pro-bar.bar-27 {
    width: 27%;
}

.pro-bar.bar-26 {
    width: 26%;
}

.pro-bar.bar-25 {
    width: 25%;
}

.pro-bar.bar-24 {
    width: 24%;
}

.pro-bar.bar-23 {
    width: 23%;
}

.pro-bar.bar-22 {
    width: 22%;
}

.pro-bar.bar-21 {
    width: 21%;
}

.pro-bar.bar-20 {
    width: 20%;
}

.pro-bar.bar-19 {
    width: 19%;
}

.pro-bar.bar-18 {
    width: 18%;
}

.pro-bar.bar-17 {
    width: 17%;
}

.pro-bar.bar-16 {
    width: 16%;
}

.pro-bar.bar-15 {
    width: 15%;
}

.pro-bar.bar-14 {
    width: 14%;
}

.pro-bar.bar-13 {
    width: 13%;
}

.pro-bar.bar-12 {
    width: 12%;
}

.pro-bar.bar-11 {
    width: 11%;
}

.pro-bar.bar-10 {
    width: 10%;
}

.pro-bar.bar-9 {
    width: 9%;
}

.pro-bar.bar-8 {
    width: 8%;
}

.pro-bar.bar-7 {
    width: 7%;
}

.pro-bar.bar-6 {
    width: 6%;
}

.pro-bar.bar-5 {
    width: 5%;
}

.pro-bar.bar-4 {
    width: 4%;
}

.pro-bar.bar-3 {
    width: 3%;
}

.pro-bar.bar-2 {
    width: 2%;
}

.pro-bar.bar-1 {
    width: 1%;
}

.pro-bar.bar-0 {
    width: 0%;
}


.team-box {
    position: relative;
    width: 100%;
}

.team-box img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

.team-box h5 {
    text-align: center;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.team-social {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.team-social span {
    display: inline-block;
    text-align: center;
    font-family: 'FontAwesome';
    color: #515151;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 8px;
    -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-social span:hover {
    color: #000;
}


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

.services-box h6 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
}

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

.services-icon {
    position: relative;
    font-family: 'et-line';
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 40px;
    padding-bottom: 30px;
}

/* #Blog
================================================== */

.blog-top-section {
    position: relative;
    width: 100%;
}

.blog-hero-image {
    background: url('../images/blog.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

#blog-grid {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 10px);
    max-width: 1360px;
    padding-top: 5px;
    margin-bottom: 10px;
}

#blog-grid:after {
    content: '';
    display: block;
    clear: both;
}

.blog-box-1 {
    position: relative;
    float: left;
    width: 33.3333333333%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 25px solid #fff;
    overflow: hidden;
    margin-left: -1px;
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
}

.blog-box-1 img {
    width: 100%;
    display: block;
}


.post-box-wrap {
    position: relative;
    width: 100%;
}

.post-box-wrap img {
    width: 100%;
    display: block;
}

.post-time-autor {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.post-time-autor span {
    padding-left: 10px;
}

.post-time-autor a {
    color: #808080;
    font-weight: 800;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-time-autor a:hover {
    color: #000;
}

.post-box-wrap h3 {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 25px;
}

.post-box-wrap p {
    text-align: left;
    margin-bottom: 20px;
}

.post-cat-tags {
    position: relative;
    margin-top: 10px;
    width: 100%;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.post-cat-tags span {
    padding-right: 10px;
}

.post-cat-tags a {
    color: #808080;
    font-weight: 800;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-cat-tags a:hover {
    color: #000;
}


.post-quotes-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    padding: 40px;
}

.post-quotes-wrapper p {
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Courgette', cursive;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.post-quotes-wrapper h6 {
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    text-transform: capitalize;
}

.post-links-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    padding: 40px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-links-wrapper:hover {
    background: #212121;
}

.post-links-wrapper p {
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Courgette', cursive;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
}

.post-links-wrapper p:before {
    content: "\e02e";
    letter-spacing: 0;
    font-family: 'et-line';
    font-size: 22px;
    line-height: 26px;
    padding-right: 30px;
}

.num-comments {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    font-family: 'Courgette', cursive;
}


.content-comm {
    position: relative;
    width: 100%;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/blog-pattern.png');
    padding: 30px;
    overflow: hidden;
}

.content-comm.subcomm {
    padding-left: 120px;
    padding-top: 0;
    margin-top: 0;
}

.content-comm.subcomm img {
    width: 100px;
}

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

.content-comm img {
    width: 150px;
    height: auto;
    display: block;
    float: left;
    margin-right: 30px;
}

.content-comm .name-aut-replay {
    position: relative;
    display: block;
    float: right;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    color: #999999;
    margin-top: 10px;
    text-align: left;
    font-weight: 800;
}

.content-comm .name-aut-replay span {
    color: #777777;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.content-comm .name-aut-replay span:hover {
    color: #000;
}

.leave-reply {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.leave-reply:after {
    content: '';
    display: block;
    clear: both;
}

.leave-reply input {
    width: 100%;
    margin-top: 5px;
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url('../images/blog-pattern.png');
    border: none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.leave-reply textarea {
    height: 120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url('../images/blog-pattern.png');
    border: none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.leave-reply textarea:active,
.leave-reply input:active {
    color: #fff;
    outline: none !important;
}

.leave-reply textarea:hover,
.leave-reply input:hover {
    color: #737373;
    outline: none !important;
}

.leave-reply textarea:focus,
.leave-reply input:focus {
    color: #fff;
    outline: none !important;
}

.leave-reply textarea:input-placeholder,
.leave-reply input:input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.leave-reply textarea:-ms-input-placeholder,
.leave-reply input:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.leave-reply textarea::-o-placeholder,
.leave-reply input::-o-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.leave-reply textarea:-moz-placeholder,
.leave-reply input:-moz-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.leave-reply textarea::-webkit-input-placeholder,
.leave-reply input::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.leave-reply textarea:active:input-placeholder,
.leave-reply input:active:input-placeholder {
    color: #fff;
}

.leave-reply textarea:active:-ms-input-placeholder,
.leave-reply input:active:-ms-input-placeholder {
    color: #fff;
}

.leave-reply textarea:active::-o-placeholder,
.leave-reply input:active::-o-placeholder {
    color: #fff;
}

.leave-reply textarea:active:-moz-placeholder,
.leave-reply input:active:-moz-placeholder {
    color: #fff;
}

.leave-reply textarea:active::-webkit-input-placeholder,
.leave-reply input:active::-webkit-input-placeholder {
    color: #fff;
}

.leave-reply textarea:focus:-ms-input-placeholder,
.leave-reply input:focus:-ms-input-placeholder {
    color: #fff;
}

.leave-reply textarea:focus::-o-placeholder,
.leave-reply input:focus::-o-placeholder {
    color: #fff;
}

.leave-reply textarea:focus:-moz-placeholder,
.leave-reply input:focus:-moz-placeholder {
    color: #fff;
}

.leave-reply textarea:focus::-webkit-input-placeholder,
.leave-reply input:focus::-webkit-input-placeholder {
    color: #fff;
}

button.post-comment {
    position: relative;
    width: 100%;
    height: 50px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 50px;
    background: url('../images/blog-pattern.png');
    border: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

button.post-comment:hover {
    color: #fff;
}

button.post-comment:focus,
button.post-comment:active {
    border: none;
    outline: none;
}

button.post-comment:active {
    opacity: .7;
}

.leave-reply input:active,
.leave-reply input:focus,
.leave-reply textarea:active,
.leave-reply textarea:focus {
    background: #000;
}

button.post-comment {
    color: #000;
}

button.post-comment:hover {
    background: #000;
}

.post-sidebar {
    position: relative;
    width: 100%;
}

.post-sidebar h6 {
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.link-tag {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.link-tag li {
    display: inline-block;
}

.link-tag a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    padding: 3px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 300;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.link-tag a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.link-recents {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.link-recents li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.link-recents a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 11px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 300;
    -webkit-transition: padding-left 0.3s, color 0.3s;
    transition: padding-left 0.3s, color 0.3s;
}

.link-recents li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.link-recents a:hover {
    padding-left: 10px;
    color: #000;
}

.separator-sidebar {
    position: relative;
    width: 100%;
    padding-top: 70px;
}


.blog-box-wrap {
    position: relative;
    width: 100%;
    background: url('../images/blog-pattern.png');
    padding-bottom: 30px;
}


.blog-box-wrap.quotes-wrapper {
    background: #000;
    padding: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.blog-box-wrap.quotes-wrapper:hover {
    background: #212121;
}

.blog-box-wrap.quotes-wrapper p {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Courgette', cursive;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.blog-box-wrap.quotes-wrapper h6 {
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    text-transform: capitalize;
}


.blog-box-wrap.links-wrapper {
    background: #000;
    padding: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.blog-box-wrap.links-wrapper:hover {
    background: #212121;
}

.blog-box-wrap.links-wrapper p {
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Courgette', cursive;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-align: left;
    padding: 0;
}

.blog-box-wrap.links-wrapper p:before {
    content: "\e02e";
    letter-spacing: 0;
    font-family: 'et-line';
    font-size: 22px;
    line-height: 26px;
    padding-right: 30px;
}


#owl-blog-slider-1 .item {
    position: relative;
    width: 100%;
}

#owl-blog-slider-1 .item img {
    width: 100%;
    display: block;
}

#owl-blog-slider-1.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    cursor: url('../cursors/grab-left.png') 8 8, url('../cursors/grab-left.cur'), move !important;
}

#owl-blog-slider-1.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    cursor: url('../cursors/grab-right.png') 8 8, url('../cursors/grab-right.cur'), move !important;
}

#owl-blog-slider-1.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-blog-slider-1.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    text-indent: 100%;
}


#owl-blog-slider-2 .item {
    position: relative;
    width: 100%;
}

#owl-blog-slider-2 .item img {
    width: 100%;
    display: block;
}

#owl-blog-slider-2.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    cursor: url('../cursors/grab-left.png') 8 8, url('../cursors/grab-left.cur'), move !important;
}

#owl-blog-slider-2.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    cursor: url('../cursors/grab-right.png') 8 8, url('../cursors/grab-right.cur'), move !important;
}

#owl-blog-slider-2.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-blog-slider-2.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    text-indent: 100%;
}


.time-autor {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.time-autor span {
    padding-left: 10px;
}

.time-autor a {
    color: #808080;
    font-weight: 800;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.time-autor a:hover {
    color: #000;
}


.blog-box-wrap h5 {
    text-align: left;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-box-wrap h5 a {
    color: #414141;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.blog-box-wrap h5 a:hover {
    color: #000;
}

.blog-box-wrap p {
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.arrow-to-post {
    letter-spacing: 2px;
    font-family: 'Courgette', cursive;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin-left: 30px;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.arrow-to-post span {
    font-family: 'FontAwesome';
    padding-left: 8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.arrow-to-post:hover span {
    padding-left: 15px;
    color: #707070;
}

.arrow-to-post:hover {
    color: #707070;
}


/* #Blog Pagination */


nav[role="navigation"] {
    text-align: center;
}

.cd-pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}

.cd-pagination li.button-pag {
    /* make sure prev next buttons are visible */
    display: inline-block;
}

.cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}

.cd-pagination a {
    border: 1px solid #999999;
    border-radius: 0.25em;
    color: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.no-touch .cd-pagination a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.cd-pagination a.disabled {
    /* button disabled */
    color: #fff;
    pointer-events: none;
}

.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4;
}

.cd-pagination .button-pag:first-of-type a::before {
    content: '\00ab  ';
}

.cd-pagination .button-pag:last-of-type a::after {
    content: ' \00bb';
}

.cd-pagination .current {
    /* selected number */
    color: #ffffff;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}

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

.cd-pagination .current {
    /* selected number */
    background-color: #000;
    border-color: #000;
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #e6e6e6;
}

.cd-pagination.no-space:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.cd-pagination.no-space li:last-of-type {
    border-right: none;
}

.cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    border: none;
}

.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}

/* --------------------------------

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pagination.move-buttons .button-pag:first-of-type {
    float: left;
}

.cd-pagination.move-buttons .button-pag:last-of-type {
    float: right;
}

.cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}

.cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}

.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
    float: none;
}

/* --------------------------------

custom icons - customize the small arrow inside the next and prev buttons

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
    position: relative;
}

.cd-pagination.custom-icons .button-pag:first-of-type a {
    padding-left: 2.4em;
}

.cd-pagination.custom-icons .button-pag:last-of-type a {
    padding-right: 2.4em;
}

.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center center;
}

.cd-pagination.custom-icons .button-pag:first-of-type a::before {
    left: .8em;
}

.cd-pagination.custom-icons .button-pag:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --------------------------------

custom buttons - replace prev and next buttons text with a custom icon

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
    vertical-align: middle;
}

.cd-pagination.custom-buttons .button-pag a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../images/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-pagination.custom-buttons .button-pag:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

/* --------------------------------

animated buttons - animate the text inside prev and next buttons

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    padding: 0 1.2em;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.cd-pagination.animated-buttons .button-pag a {
    position: relative;
    padding: 0 2em;
}

.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}

/* #Parallax Sections
================================================== */

.parallax-section-filters {
    background: url('../images/filters-back.jpg') repeat fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .parallax-section-filters {
        background-attachment: scroll;
        background-position: top center !important;
    }
}

.parallax-section-quotes {
    background: url('../images/quotes-back.png') repeat fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .parallax-section-quotes {
        background-attachment: scroll;
        background-position: top center !important;
    }
}


.parallax-top-fullscreen {
    background: url('../images/3.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1930px) {
    .parallax-top-fullscreen {
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
    .parallax-top-fullscreen {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parallax-top-fullscreen {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}


.parallax-text-slider {
    background: url('../images/7.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1930px) {
    .parallax-text-slider {
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
    .parallax-text-slider {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parallax-text-slider {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}


.parallax-masonry-2 {
    background: url('../images/8.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1930px) {
    .parallax-masonry-2 {
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
    .parallax-masonry-2 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parallax-masonry-2 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}


.parallax-masonry-3 {
    background: url('../images/9.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1930px) {
    .parallax-masonry-3 {
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
    .parallax-masonry-3 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parallax-masonry-3 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}


.parallax-masonry-4 {
    background: url('../images/10.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 1930px) {
    .parallax-masonry-4 {
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
    .parallax-masonry-4 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parallax-masonry-4 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}


/* #Quotes
================================================== */

.quote-top-bottom {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 51px;
    text-align: center;
    color: #000;
    font-family: 'Courgette', cursive;
    font-size: 41px;
    line-height: 51px;
}

.quote-top-bottom:before {
    position: absolute;
    content: '';
    top: 11px;
    left: -50px;
    width: 40px;
    height: 1px;
    background-color: #999999;
    z-index: 1;
}

.quote-top-bottom:after {
    position: absolute;
    content: '';
    top: 11px;
    right: -50px;
    width: 40px;
    height: 1px;
    background-color: #999999;
    z-index: 1;
}

.quote-top-bottom.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.quote-text {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}

.quote-text h4 {
    text-align: center;
    color: #000;
    font-family: 'Courgette', cursive;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 3px;
    padding-bottom: 30px;
}

.quote-text p {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #313131;
    letter-spacing: 4px;
}


/* #contact
================================================== */

#top-section.contact-top-wrapper {
    min-height: 700px;
}

.contact-top-section {
    position: relative;
    width: 100%;
}

#google-container {
    position: relative;
    width: 100%;
    min-height: 700px;
}

#cd-google-map {
    position: relative;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    opacity: .7;
    background-image: url("../images/cd-icon-controller.svg");
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    opacity: 1;
}

#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity: 1;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 500px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}

#cd-zoom-in,
#cd-zoom-out {
    background-color: #000;
}


#ajax-form {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #101010;
    margin: 0 auto;
}

#ajax-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
}

#ajax-form input {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent;
    border: none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent;
    height: 100px;
    border: none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea,
#ajax-form input {
    border-bottom: 1px solid rgba(100, 100, 100, .2);
}

.error {
    font: 11px/22px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
    color: #636363;
}

#ajaxsuccess {
    background: #f2f2f2;
    color: #101010;
    font: 20px/60px 'Open Sans', sans-serif;
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.text-align-center {
    text-align: center;
    padding-top: 10px;
}

#ajax-form textarea:active,
#ajax-form input:active {
    color: #101010;
}

#ajax-form textarea:active,
#ajax-form input:hover {
    color: #101010;
}

#ajax-form textarea:focus,
#ajax-form input:focus {
    outline: none !important;
}

#ajax-form input:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form input::-moz-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form input:-moz-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form input::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form textarea:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form textarea::-moz-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form textarea:-moz-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form textarea::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
}

#ajax-form button {
    position: relative;
    width: 160px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 40px;
    color: #000;
    background: #efefef;
    border: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

#ajax-form button:hover {
    color: #fff;
    background: #000;
}

#ajax-form button:focus,
#ajax-form button:active {
    border: none;
    outline: none;
}

#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active {
    border-bottom: 1px solid #000;
}


.contact-details {
    position: relative;
    width: 100%;
}

.contact-details p {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 15px;
}

.contact-details h6 {
    text-align: center;
}

.contact-details p span {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding-right: 5px;
    color: #000;
}

#owl-logos .item {
    margin-left: 10px;
    margin-right: 10px;
}

#owl-logos .item img {
    width: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#owl-logos .item img:hover {
    opacity: .7;
}


/* #404 and 500 page
================================================== */

.error-page {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.error-page h5 {
    text-align: center;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.error-page .content-error {
    font: 700 13em/1 'Montserrat';
    letter-spacing: 10px;
}

.error-page p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.text--transparent {
    fill: transparent;
}

.anim-shape {
    -webkit-transform-origin: 0x 150px;
    transform-origin: 0x 150px;
    -webkit-transform: scale(0, 1) translate(0, 0);
    transform: scale(0, 1) translate(0, 0);
    -webkit-animation: moving-panel 3s infinite alternate;
    animation: moving-panel 3s infinite alternate;
}

.colortext .anim-shape:nth-child(1) {
    fill: #0E1826;
}

.colortext .anim-shape:nth-child(2) {
    fill: #166973;
}

.colortext .anim-shape:nth-child(3) {
    fill: #65BFA6;
}

.colortext .anim-shape:nth-child(4) {
    fill: #F2CD5C;
}

.colortext .anim-shape:nth-child(5) {
    fill: #F26444;
}

.shadow {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}

.anim-shape--shadow {
    fill: #000;
    fill-opacity: .2;
}

@-webkit-keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1) translate(20px, 0);
        transform: scale(1, 1) translate(20px, 0);
    }
}

@keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1) translate(20px, 0);
        transform: scale(1, 1) translate(20px, 0);
    }
}

.error-page .content-error svg {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}


/* #Countdown Page
================================================== */

.countdown-text {
    position: relative;
    margin-top: 120px;
    width: 100%;
    display: block;
    text-align: center;
}

.countdown-text h5 {
    text-align: center;
    text-transform: capitalize;
}

ul.countdown {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-weight: normal;
    color: #000;
}

ul.countdown li.seperator {
    font-size: 40px;
    width: 40px;
    text-align: center;
    line-height: 80px;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    color: #000;
    font-family: 'big-john';
}

ul.countdown li p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}


/* #Footer
================================================== */

.logo-footer {
    position: relative;
    width: 100%;
}

.logo-footer img {
    width: 80px;
    display: block;
}

.contact-footer {
    position: relative;
    width: 100%;
}

.contact-footer p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    text-align: right;
    font-weight: 400;
    color: rgba(64, 45, 38, .6);
    margin-bottom: 15px;
}

.contact-footer a p {
    color: rgba(64, 45, 38, .6);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-footer a:hover p {
    color: rgba(134, 84, 69, .3);
}


.line-footer {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(64, 45, 38, .2);
    display: block;
}


.bottom-left-footer {
    position: relative;
    width: 100%;
}

.bottom-left-footer p {
    letter-spacing: 2px;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    color: rgba(64, 45, 38, .7);
}

.bottom-right-footer {
    position: relative;
    width: 100%;
    text-align: right;
}

.bottom-right-footer ul {
    position: relative;
    width: 100%;
}

.bottom-right-footer ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 16px;
    float: right;
}

.bottom-right-footer ul li:first-child {
    margin-right: 0;
}

.bottom-right-footer ul li a {
    font-family: 'FontAwesome';
    color: rgba(64, 45, 38, .7);
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.bottom-right-footer ul li a:hover {
    color: rgba(64, 45, 38, 1);
}


.grey-section {
    background-color: #f3f3f3;
}

.boxed-footer {
    max-width: 1400px;
    margin: 0 auto;
}

.contact-footer.dark-footer-version p {
    color: rgba(255, 255, 255, .6);
}

.contact-footer.dark-footer-version a p {
    color: rgba(255, 255, 255, 1);
}

.contact-footer.dark-footer-version a:hover p {
    color: rgba(255, 255, 255, .6);
}

.line-footer.dark-footer-version {
    background-color: rgba(255, 255, 255, .2);
}

.bottom-left-footer.dark-footer-version p {
    color: rgba(255, 255, 255, .7);
}

.bottom-right-footer.dark-footer-version ul li a {
    color: rgba(255, 255, 255, .7);
}

.bottom-right-footer.dark-footer-version ul li a:hover {
    color: rgba(255, 255, 255, 1);
}


.logo-footer.center-text-margin {
    margin: 0 auto;
    text-align: center;
}

.logo-footer.center-text-margin img {
    margin: 0 auto;
    text-align: center;
}

.bottom-right-footer.center-text-margin {
    margin: 0 auto;
    text-align: center;
}

.bottom-right-footer.center-text-margin ul li:first-child {
    margin-right: 10px;
}

.bottom-right-footer.center-text-margin ul {
    margin: 0 auto;
    text-align: center;
}

.bottom-right-footer.center-text-margin ul li {
    text-align: center;
    float: none;
}

.bottom-left-footer.center-text-margin p {
    text-align: center;
}


/* #shortcodes
================================================== */

.columns-block {
    position: relative;
    width: 100%;
    background: #efefef;
    height: 50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.columns-block:hover {
    background: #000;
}

.columns-block p {
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.columns-block:hover p {
    color: #fff;
}


/* #Buttons */

.short-button-1 {
    position: relative;
    width: 142px;
    display: block;
    float: left;
    background: #efefef;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 44px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.short-button-1:hover {
    background: #000;
    color: #fff;
}

.short-button-1 span {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-left: 5px;
}

.short-button-1.left-radius {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.short-button-1.right-radius {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.short-button-1.border-but {
    background: transparent;
    border: 2px solid #000;
    line-height: 40px;
}

.short-button-1.border-but:hover {
    background: #000;
}

.short-button-1.rev-color {
    background: #000;
    color: #fff;
}

.short-button-1.rev-color:hover {
    background: #efefef;
    color: #000;
}

/* #Quotes */

.gu-box {
    position: relative;
    width: 100%;
    border-left: 2px solid #bababa;
    padding-bottom: 30px;
}

.gu-box p {
    color: #000;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.gu-box span {
    color: #999999;
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
}

.gu-box.margin-gu {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* #Pricing */

.pricing-item {
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.pricing-item:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pricing-item.popular {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pricing-item h6 {
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: normal;
    color: #515151;
    font-size: 19px;
    text-align: center;
    padding-bottom: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.pricing-item:hover h6 {
    color: #000;
}

.pricing-item p {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #626262;
}

.pricing-item p span {
    font-weight: 800;
}

.pricing-item .number-price {
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 44px;
    line-height: 44px;
    color: #323232;
    text-align: center;
    padding-bottom: 17px;
}

.pricing-item .number-price span {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 62px;
    vertical-align: super;
    font-weight: 400;
    padding-right: 8px;
}

.pricing-item .number-price span:last-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 54px;
    vertical-align: -1%;
    font-weight: 600;
    padding-right: 0;
    padding-left: 5px;
}

.pricing-item a.price-link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 130px;
    margin: 0 auto;
    margin-top: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    background: #111111;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.pricing-item a.price-link:hover {
    color: #000;
    background: #ccc;
}


/* #Services Boxes */

.services-box.boxed {
    background: #efefef;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
}

.services-box.boxed-dark {
    background: #000;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
}

.services-box.boxed-dark .services-icon,
.services-box.boxed-dark h6 {
    color: #fff;
}

.services-box.boxed-dark p {
    color: #f1f1f1;
}

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

.services-box.left-align span {
    padding-right: 10px;
}

.services-box.left-align .services-icon {
    font-size: 20px;
    line-height: 22px;
}


/* #Counters */

.counter-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.counter-numb {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #060606;
    padding-bottom: 10px;
}

.counter-line {
    position: relative;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000;
}

.counter-wrap h6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
}

.counter-wrap h6 span {
    color: #707070;
}


/* #Alerts */

.alert {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.alert p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.alert p span {
    font-size: 12px;
    font-family: 'FontAwesome';
    padding-right: 15px;
}

.alert.alert-green {
    background-color: #c5ebd4;
    border-left: 3px solid #8cd7aa;
}

.alert.alert-red {
    background-color: #ffcccb;
    border-left: 3px solid #ff817f;
}

.alert.alert-blue {
    background-color: #b9dff4;
    border-left: 3px solid #77c1ea;
}

.alert.alert-yelow {
    background-color: #fce1b6;
    border-left: 3px solid #f9c36d;
}

.alert.alert-blank {
    background-color: #eeeeee;
    border-left: 3px solid #ccc;
}

.alert.alert-blank-2 {
    background-color: #333333;
    border-left: 3px solid #111;
}

.alert.alert-blank-2 p {
    color: #fff;
}


/* #Accordions */

.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
    margin-bottom: 2px;
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    padding: 15px;
    text-align: left;
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_head:hover {
    color: #fff;
    background-color: #000;
}

.smk_accordion .accordion_in.acc_active > .acc_head {
    color: #fff;
    background-color: #000;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: url('../images/acc1.png') no-repeat center center;
    background-size: 20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
    background: url('../images/acc2.png') no-repeat center center;
    background-size: 20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url('../images/acc3.png') no-repeat center center;
    background-size: 20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_content {
    color: #606060;
    padding: 30px;
    background: #f2f2f2;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}

.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 40px;
}


/* #On Scroll */

.on-scroll-effect {
    position: relative;
    width: 100%;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    background: #000;
}


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

@media only screen and (max-width: 1400px) {
    .big-hero-slider {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    ul.countdown li span {
        font-size: 30px;
        line-height: 30px;
    }

    ul.countdown li.seperator {
        font-size: 20px;
        width: 20px;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

    ul.countdown li p {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 15px;
    }

    #google-container {
        min-height: 500px;
    }

    #top-section.contact-top-wrapper {
        min-height: 500px;
    }

    #cd-zoom-in {
        margin-top: 300px;
    }

    .portfolio-box-1 {
        width: 50%;
    }

    .blog-box-1 {
        width: 50%;
    }

    .portfolio-box-1.fourth-block {
        width: 50%;
    }

    .big-hero-slider {
        min-height: 450px;
    }

    #owl-text-slider .item p {
        font-size: 22px;
        line-height: 38px;
    }

    .project-prev,
    .project-next {
        height: 120px;
        background-size: 60px 60px;
    }

    .content-comm img {
        display: none;
    }

    .content-comm.subcomm {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 800px) {
    .big-hero-slider {
        min-height: 400px;
    }

    #owl-text-slider-big .item p {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-text {
        bottom: 20px;
    }

    .hero-text h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-text p {
        font-size: 11px;
    }

    .arrow-down {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .portfolio-box-1 {
        width: 100%;
    }

    .blog-box-1 {
        width: 100%;
    }

    .portfolio-box-1.half-block {
        width: 100%;
    }

    .portfolio-box-1.fourth-block {
        width: 100%;
    }

    #owl-text-slider .item p {
        font-size: 16px;
        line-height: 26px;
    }
}

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

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

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo-footer {
        margin: 0 auto;
        text-align: center;
    }

    .logo-footer img {
        margin: 0 auto;
        text-align: center;
    }

    .contact-footer p {
        text-align: center;
    }

    .bottom-left-footer p {
        text-align: center;
    }

    .bottom-right-footer p {
        margin: 0 auto;
        text-align: center;
    }

    .bottom-right-footer ul {
        margin: 0 auto;
        text-align: center;
    }

    .bottom-right-footer ul li {
        text-align: center;
    }

    .bottom-right-footer ul li:first-child {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo-footer {
        margin: 0 auto;
        text-align: center;
    }

    .logo-footer img {
        margin: 0 auto;
        text-align: center;
    }

    .contact-footer p {
        text-align: center;
    }

    .bottom-left-footer p {
        text-align: center;
    }

    .bottom-right-footer ul {
        margin: 0 auto;
        text-align: center;
    }

    .bottom-right-footer ul li {
        float: none;
    }

    .bottom-right-footer ul li:first-child {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 319px) {
    .logo-footer {
        margin: 0 auto;
        text-align: center;
    }

    .logo-footer img {
        margin: 0 auto;
        text-align: center;
    }

    .contact-footer p {
        text-align: center;
    }

    .bottom-left-footer p {
        text-align: center;
    }

    .bottom-right-footer ul {
        margin: 0 auto;
        text-align: center;
    }

    .bottom-right-footer ul li {
        float: none;
    }

    .bottom-right-footer ul li:first-child {
        margin-right: 10px;
    }
}


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


@font-face {
    font-family: 'et-line';
    src: url('font/et-line.eot');
    src: url('font/et-line.eot?#iefix') format('embedded-opentype'),
    url('font/et-line.woff') format('woff'),
    url('font/et-line.ttf') format('truetype'),
    url('font/et-line.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}














