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



@import url("colors/color-gold.css");


/* #PAGE LOAD */

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

#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
    -moz-transition: opacity 0.2s linear 0.8s;
    -ms-transition: opacity 0.2s linear 0.8s;
    -o-transition: opacity 0.2s linear 0.8s;
    transition: opacity 0.2s linear 0.8s;
}

    #royal_preloader.complete {
        opacity: 0;
    }

    #royal_preloader .background {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #000000;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }

    #royal_preloader.number .name {
        position: absolute;
        top: 20%;
        left: 0px;
        right: 0px;
        text-transform: uppercase;
        color: #EEEEEE;
        text-align: center;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s linear;
        -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
        -o-transition: -o-transform 0.3s linear;
        transition: transform 0.3s linear;
        -webkit-animation: fly 0.3s;
        -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
        -o-animation: fly 0.3s;
        animation: fly 0.3s;
    }

    #royal_preloader.number .percentage {
        color: #FFFFFF;
        font-family: Impact, Arial;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin: -90px 0px 0px -90px;
        background-image: url('../images/loader.gif');
        background-repeat: no-repeat;
        background-position: 50% 0;
        padding-top: 80px;
        width: 180px;
        position: absolute;
        font-size: 50px;
        top: 50%;
        left: 50%;
        -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.text .loader {
        position: absolute;
        font-family: 'Sifonn-Basic';
        text-shadow: 0 0 15px rgba(0,0,0,0.3);
        text-transform: uppercase;
        text-align: center;
        top: 50%;
        left: 50%;
        width: 240px;
        margin-left: -120px;
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        font-size: 30px;
        white-space: nowrap;
    }

        #royal_preloader.text .loader div {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0%;
            background-color: #000000;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-transition: left 0.3s linear;
            -moz-transition: left 0.3s linear;
            -ms-transition: left 0.3s linear;
            -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
        }

    #royal_preloader.logo .loader {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -40px 0px 0px -40px;
        overflow: hidden;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
    }

        #royal_preloader.logo .loader div {
            position: absolute;
            bottom: 0%;
            left: 0px;
            right: 0px;
            height: 100%;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-transition: bottom 0.3s linear;
            -moz-transition: bottom 0.3s linear;
            -ms-transition: bottom 0.3s linear;
            -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
        }

    #royal_preloader.logo .percentage {
        position: absolute;
        width: 80px;
        height: 40px;
        line-height: 40px;
        top: 50%;
        left: 50%;
        margin: 40px 0px 0px -40px;
        color: #072E77;
        text-align: center;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
    }

@-webkit-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-moz-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-ms-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-o-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}


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


#menu-wrap {
    position: fixed;
    padding-bottom: 10px;
    width: 100%;
    z-index: 500;
    top: 0;
    left: 0;
}

.menu-back {
    background: rgba(21,21,21,0);
}


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

    .cbp-af-header.cbp-af-header-shrink {
        background: rgba(21,21,21,1);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .cbp-af-header.cbp-af-header-shrink .logo {
            width: 116px;
            height: 60px;
            background: url('../images/logo.png') no-repeat center center;
            background-size: 116px 60px;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

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

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

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

            .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
                color: #f1f1f1;
            }




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

    ul.slimmenu li ul li a:hover {
    }

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

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






.logo {
    position: absolute;
    width: 146px;
    height: 80px;
    z-index: 10000;
    left: 10px;
    top: 10px;
    background: url('../images/logo.png') no-repeat center center;
    background-size: 146px 80px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



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

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

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

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

ul.slimmenu {
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    margin-top: 13px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    ul.slimmenu li {
        position: relative;
        display: inline-block;
        background: url('../images/line.png') 0 14px no-repeat;
        background-size: 15px 10px;
        padding-left: 20px;
    }

    ul.slimmenu > li {
    }

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

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

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

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

    ul.slimmenu li {
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #323232;
    z-index: 2;
}




#sync3 .item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 420px;
    height: 420px;
    display: block;
}

.slide1 {
    background-image: url('../images/bg/1.jpg');
    height: 1165px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide2 {
    background-image: url('../images/bg/1.jpg');
    height: 1165px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide3 {
    background-image: url('../images/bg/1.jpg');
    height: 1165px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width:561px) {
    .slide1 {
        background-image: url('../images/bg/1.jpg');
        height: 314px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .slide2 {
        background-image: url('../images/bg/1.jpg');
        height: 314px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .slide3 {
        background-image: url('../images/bg/1.jpg');
        height: 314px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

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

#progressBar {
    width: 100%;
    background: #909090;
}

#sync4 {
    position: absolute;
    bottom: 27px;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    z-index: 200;
}

    #sync4 .item {
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
        height: 3px;
        max-width: 40px;
        background: rgba(255,255,255,.1);
        z-index: 200;
        border: 1px solid #fff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }


.home-big-text {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 0;
    width: 100%;
    font-family: 'Sifonn-Basic';
    text-transform: uppercase;
    text-align: center;
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    z-index: 100;
}

.home-small-text {
    position: absolute;
    top: 50%;
    margin-top: 17px;
    left: 0;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #c4c4c4;
    z-index: 100;
}

.line {
    position: absolute;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 40px;
    background: url('../images/line.jpg')no-repeat center center;
    opacity: .5;
    z-index: 100;
}

.line1 {
    position: absolute;
    top: 50%;
    margin-top: 66px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 40px;
    background: url('../images/line.jpg')no-repeat center center;
    opacity: .5;
    z-index: 100;
}









.section-top {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .section-top .line-dark {
        position: absolute;
        top: 0;
        margin-top: 60px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 30px;
        background: url('../images/line.jpg')no-repeat center center;
        opacity: .3;
        z-index: 100;
    }

    .section-top .subtext-top {
        position: relative;
        width: 100%;
        padding-top: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        color: #c4c4c4;
        z-index: 100;
    }

    .section-top .line-dark1 {
        position: absolute;
        bottom: 0;
        margin-bottom: 45px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 30px;
        background: url('../images/line.jpg')no-repeat center center;
        opacity: .3;
        z-index: 100;
    }



.subsection-top {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding-bottom: 55px;
}

    .subsection-top h3 {
        padding-top: 30px;
    }

    .subsection-top .subline-dark {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        background: url('../images/line.jpg')no-repeat center center;
        opacity: .2;
        z-index: 100;
    }

    .subsection-top .subline-dark1 {
        position: absolute;
        top: 0;
        margin-top: 75px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        background: url('../images/line.jpg')no-repeat center center;
        opacity: .2;
        z-index: 100;
    }





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

#about {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
    padding-bottom: 10px;
}

.separ {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    border-top: 1px dashed #323232;
    opacity: .8;
    margin-top: 60px;
    padding-bottom: 5px;
}

}

.about-top {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: url('../images/signature.png')no-repeat right bottom;
    background-size: 152px 80px;
    padding-bottom: 80px;
    z-index: 2;
}

.padding-left-text-top {
    padding-left: 25px;
}

.about-top .biger-text {
    position: relative;
    width: 100%;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #aaaaaa;
    z-index: 100;
}

    .about-top .biger-text:before {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-top: -5px;
        margin-left: -25px;
        padding-left: 25px;
        content: "\f10d";
        font-family: 'FontAwesome';
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        opacity: .4;
        z-index: -1;
        transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }

    .about-top .biger-text:after {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-top: 8px;
        margin-left: -15px;
        content: "\f10e";
        font-family: 'FontAwesome';
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        opacity: .4;
        z-index: -1;
        transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }


.team-info {
    position: relative;
    margin-top: 50px;
    background: #272727;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
}

    .team-info h5 {
        text-align: left;
        padding-bottom: 5px;
        z-index: 5;
    }

.team-subtext {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    color: #f8f8f8;
    opacity: .5;
    padding-top: 3px;
    font-style: italic;
    padding-bottom: 20px;
}

.team-info p {
    text-align: left;
    padding-bottom: 20px;
}

.social-team {
    position: relative;
    text-align: left;
    width: 100%;
}

.team-social li {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

    .team-social li.icon-team a {
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 16px;
        margin: 0 auto;
        text-align: center;
        padding-right: 15px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .team-social li:last-child.icon-team a {
        padding-right: 0;
    }

    .team-social li:hover {
    }

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

.team-info1 {
    position: relative;
    margin-top: 50px;
    background: #272727;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
}

    .team-info1 h5 {
        text-align: right;
        padding-bottom: 5px;
        z-index: 5;
    }

.team-subtext1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
    color: #f8f8f8;
    opacity: .5;
    padding-top: 3px;
    font-style: italic;
    padding-bottom: 20px;
}

.team-info1 p {
    text-align: right;
    padding-bottom: 20px;
}

.social-team1 {
    position: relative;
    text-align: right;
    width: 100%;
}

.team-social1 li {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

    .team-social1 li.icon-team1 a {
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 16px;
        margin: 0 auto;
        text-align: center;
        padding-left: 15px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .team-social1 li:hover {
    }

        .team-social1 li:hover.icon-team1 a {
            opacity: .6;
        }


.team-img {
    position: absolute;
    background: #272727;
    border-radius: 50%;
    top: -50px;
    right: 20px;
    width: 120px;
    height: 120px;
    z-index: 2;
}

    .team-img img {
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 50%;
        margin-top: 10px;
        margin-left: 10px;
    }

.team-img1 {
    position: absolute;
    background: #272727;
    border-radius: 50%;
    top: -50px;
    left: 20px;
    width: 120px;
    height: 120px;
    z-index: 2;
}

    .team-img1 img {
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 50%;
        margin-top: 10px;
        margin-left: 10px;
    }



/* #1st Parallax Section
================================================== */

#sep1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #3d3c3ccc;
}

.parallax1 {
    background: url('../images/1434236754322.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) {
    .parallax1 {
        background-size: cover;
    }
}

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

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



.twit {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

    .twit a {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .twit a:hover {
            color: #f1f1f1;
        }

    .twit p {
        margin: 0 auto;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 30px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 20px;
    }


.icon-twit {
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    width: 100%;
    text-align: center;
}


#sync1 .item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}

#sync2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    z-index: 200;
}

    #sync2 .item {
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
        height: 3px;
        max-width: 40px;
        background: rgba(255,255,255,.1);
        z-index: 200;
        border: 1px solid #fff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }










/* #Work
================================================== */

#work {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
}

.portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-box {
    position: relative;
    width: 25%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-left: -1px;
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -o-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
    -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 a {
        cursor: url('../images/more.cur'),crosshair;
        cursor: url('../images/more.png') 40 40,crosshair;
    }

    .portfolio-box img {
        width: 100%;
        height: auto;
        display: block;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(10%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        -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:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }

    .portfolio-box .mask {
        position: absolute;
        background: rgba(41,41,41,.9);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .portfolio-box:hover .mask {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .portfolio-box h4 {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 0;
        width: 100%;
        z-index: 100;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-style: italic;
        text-transform: uppercase;
        color: #f1f1f1;
        font-size: 14px;
        line-height: 14px;
        opacity: 0;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .portfolio-box:hover h4 {
        opacity: 1;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
    }


    .portfolio-box .line-folio {
        position: absolute;
        top: 0;
        margin-top: -55px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        opacity: .2;
        background: url('../images/line.jpg')no-repeat center center;
        z-index: 100;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .portfolio-box:hover .line-folio {
        top: 50%;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
    }


    .portfolio-box .line-folio1 {
        position: absolute;
        bottom: 0;
        margin-bottom: -55px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        opacity: .2;
        background: url('../images/line.jpg')no-repeat center center;
        z-index: 100;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .portfolio-box:hover .line-folio1 {
        bottom: 50%;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
    }




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

#filter {
    position: relative;
    width: 100%;
}

    #filter li {
        display: inline-block;
    }

        #filter li a {
            position: relative;
            display: inline-block;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            outline: none;
            color: #f8f8f8;
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: 0 0 1px rgba(255,255,255,0.3);
            margin-left: 8px;
            margin-right: 8px;
            margin-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;
        }

            #filter li a:after {
                content: '::::';
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                font-size: 12px;
                color: #f8f8f8;
                padding-left: 20px;
                opacity: .5;
            }

        #filter li:last-child a:after {
            display: none;
        }

        #filter li a:hover {
            color: #bdb3b3;
        }

.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;
    }



#link-work {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 2;
}

    #link-work h5 {
        text-align: center;
        padding-bottom: 10px;
    }

    #link-work a {
        position: relative;
        font-family: 'Satisfy', cursive;
        display: inline-block;
        outline: none;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        font-size: 18px;
        margin-top: 5px;
    }

        #link-work a:hover,
        #link-work a:focus {
            outline: none;
        }

    #link-work .cl-effect-5 a {
        overflow: hidden;
        text-align: center;
        text-align: center;
    }

        #link-work .cl-effect-5 a span {
            position: relative;
            display: inline-block;
            text-align: center;
            padding-top: 10px;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

            #link-work .cl-effect-5 a span::before {
                position: absolute;
                top: 100%;
                padding-top: 10px;
                color: #101010;
                content: attr(data-hover);
                text-align: center;
                -webkit-transform: translate3d(0,0,0);
                -moz-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }

        #link-work .cl-effect-5 a:hover span,
        #link-work .cl-effect-5 a:focus span {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
            text-align: center;
        }







/* #Projects
================================================== */

/* Expander Item Styles */
.relative {
    position: relative;
}

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

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

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


/* Expander Item Controls */

.project-controls {
    position: relative;
    width: 100%;
    height: auto;
    top: 105px;
    max-width: 960px;
    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: #fff;
    top: 0;
    margin-top: 105px;
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    float: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

#project-single-slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 20px;
}

    #project-single-slider h1 {
        color: #fff;
    }

    #project-single-slider .bx-wrapper .bx-prev {
        bottom: 20px;
    }

    #project-single-slider .bx-wrapper .bx-next {
        bottom: 20px;
    }

#last-work {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

    #last-work img {
        width: 100%;
        height: auto;
        display: block;
    }

    #last-work h3 {
        text-align: center;
        padding-bottom: 25px;
    }

    #last-work h5 {
        text-align: left;
        padding-bottom: 20px;
    }

    #last-work p {
        text-align: left;
        padding-bottom: 30px;
    }

        #last-work p:last-child {
            padding-bottom: 0;
        }

#slider-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

    #slider-wrap img {
        width: 100%;
        height: auto;
        display: block;
    }

.padding-project {
    padding-top: 50px;
    padding-bottom: 50px;
}

#project-single-video {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

    #project-single-video h1 {
        color: #fff;
    }

#thevideo {
    display: none;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

iframe {
    width: 100%;
    height: auto;
    display: block;
}

.onclick img {
    cursor: pointer;
}




.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('font/flexslider-icon.eot');
    src: url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('font/flexslider-icon.woff') format('woff'), url('font/flexslider-icon.ttf') format('truetype'), url('font/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        display: block;
        width: 35px;
        height: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        z-index: 100;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: rgba(0,0,0,0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
        background: url('../images/arr1.png') no-repeat center center;
        background-color: rgba(60,60,60,.7);
    }

    .flex-direction-nav .flex-next {
        right: 0;
        background: url('../images/arr2.png') no-repeat center center;
        background-color: rgba(60,60,60,.7);
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
}

.flex-direction-nav a.flex-next:before {
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}




/* #Logos
================================================== */

#logos {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
    padding-top: 50px;
    padding-bottom: 50px;
}

#owl-logos {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    #owl-logos li img {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100px;
        height: 65px;
    }




/* #2nd Parallax Section
================================================== */

#sep2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #3d3c3ccc;
}

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

.parallax4 {
    background: url('../images/432967113_435505965726508_3464597413543015727_n.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) {
    .parallax2 {
        background-size: cover;
    }
}

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

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

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

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

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



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

    .facts-wrap h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding-top: 25px;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

        .facts-wrap h5:before {
            padding-right: 10px;
            content: "\f101";
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: 16px;
        }

        .facts-wrap h5:after {
            padding-left: 10px;
            content: "\f100";
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: 16px;
        }

.facts-wrap-num {
    font-family: 'GarnataRegular';
    font-size: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}




/* #Services
================================================== */

#services {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
    padding-bottom: 80px;
}


.services-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    text-align: center;
    z-index: 2;
}

    .services-box img {
        margin: 0 auto;
        text-align: center;
        width: 40px;
        height: 40px;
        display: block;
        padding-bottom: 10px;
    }

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

    .services-box p {
        text-align: center;
        padding-top: 20px;
    }





.owl-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

#sync5 .item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}

#sync6 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    z-index: 200;
}

    #sync6 .item {
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
        height: 3px;
        max-width: 40px;
        background: rgba(32,32,32,.1);
        z-index: 200;
        border: 1px solid #323232;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }



.pricing {
    position: relative;
    margin: 0 auto;
    background: #272727;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 2;
}

    .pricing .background-center {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #272727;
        box-shadow: 0 0 3px rgba(132,132,132,.15);
        -webkit-transform: scale(0.92);
        -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
        -o-transform: scale(0.92);
        transform: scale(0.92);
        border-radius: 5px;
        z-index: -1;
    }

    .pricing .background-left {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2000px;
        background: #272727;
        box-shadow: 16px 0 8px -8px rgba(0,0,0,.2);
        border-radius: 5px;
        z-index: -1;
        -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:hover .background-left {
        box-shadow: 12px 0 8px -8px rgba(0,0,0,.2);
    }

    .pricing .background-right {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 2000px;
        background: #272727;
        z-index: -1;
        box-shadow: -16px 0 8px -8px rgba(0,0,0,.2);
        border-radius: 5px;
        -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:hover .background-right {
        box-shadow: -12px 0 8px -8px rgba(0,0,0,.2);
    }



.featured {
}

.plan-icon {
    position: relative;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}

.pricing h5 {
    padding-bottom: 20px;
    color: #fff;
}

    .pricing h5 span {
        font-size: 90%;
    }

.featured h5 {
}

.pricing p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
}

.cl-effect-12 a {
    position: relative;
    display: inline-block;
    margin: 10px 25px;
    outline: none;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
}

    .cl-effect-12 a:hover,
    .cl-effect-12 a:focus {
        outline: none;
    }

    .cl-effect-12 a::before,
    .cl-effect-12 a::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 2px solid rgba(170,170,170,0.2);
        border-radius: 50%;
        content: '';
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
        transform: translateX(-50%) translateY(-50%) scale(0.2);
    }

    .cl-effect-12 a::after {
        width: 20px;
        height: 20px;
        border-width: 4px;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    .cl-effect-12 a:hover::before,
    .cl-effect-12 a:hover::after,
    .cl-effect-12 a:focus::before,
    .cl-effect-12 a:focus::after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }


/* #3rd Parallax Section
================================================== */

#sep3 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #3d3c3ccc;
}

.parallax3 {
    background: url('../images/112MG_6078.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) {
    .parallax3 {
        background-size: cover;
    }
}

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

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


#sep3 h3 {
    text-align: center;
    color: #fff;
}

#sep3 p {
    text-align: center;
    color: #f1f1f1;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 5px;
}

.line-paralax3 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 45px;
    width: 70px;
    border-top: 1px solid #fff;
}


#sep3 .cl-effect-12 a {
    margin: 0 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    width: 180px;
    background: rgba(255,255,255,.9);
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 12px;
    z-index: 5;
}

    #sep3 .cl-effect-12 a::before,
    #sep3 .cl-effect-12 a::after {
        border: 2px solid rgba(0,0,0,0.1);
        z-index: 2;
    }

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

#blog {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
}

.blog-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
    margin-top: 20px;
}

.post-wrap {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    float: left;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

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

    .post-wrap .mask-blog {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: rgb(21 21 21 / 20%);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .post-wrap:hover .mask-blog {
        background: rgba(21,21,21,.8);
    }

    .post-wrap .mask-blog::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        content: '';
        -webkit-transition: border-width 0.4s, border-color 0.4s;
        -moz-transition: border-width 0.4s, border-color 0.4s;
        -ms-transition: border-width 0.4s, border-color 0.4s;
        -o-transition: border-width 0.4s, border-color 0.4s;
        transition: border-width 0.4s, border-color 0.4s;
    }

    .post-wrap:hover .mask-blog::before {
        border-width: 20px;
        border-color: rgba(0,0,0,.2);
    }




    .post-wrap a {
        display: block;
        cursor: url('../images/more.cur'),crosshair;
        cursor: url('../images/more.png') 40 40,crosshair;
    }

    .post-wrap .doubleflip {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 70px;
        height: 70px;
        z-index: 100;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        -ms-transition: -ms-transform 0.3s 0.3s;
        -o-transition: -o-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        -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: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .post-wrap .doubleflip img {
            width: 70px;
            height: 70px;
            display: block;
        }

    .post-wrap:hover .doubleflip {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }





    .post-wrap .doubleflip1 {
        position: absolute;
        top: 20px;
        right: 90px;
        width: 70px;
        height: 70px;
        z-index: 100;
        background: #323232;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        -ms-transition: -ms-transform 0.3s 0.3s;
        -o-transition: -o-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        -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: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .post-wrap .doubleflip1 p {
            color: #f1f1f1;
            font-family: 'Lato', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
            font-size: 10px;
            line-height: 20px;
            padding-top: 15px;
        }

            .post-wrap .doubleflip1 p span {
            }

    .post-wrap:hover .doubleflip1 {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }


    .post-wrap h4 {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 0;
        width: 100%;
        z-index: 100;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #f1f1f1;
        font-size: 14px;
        line-height: 14px;
        opacity: 1;
    }

    .post-wrap .line-blog {
        position: absolute;
        top: 50%;
        margin-top: -55px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        opacity: .2;
        background: url('../images/line.jpg')no-repeat center center;
        z-index: 100;
    }

    .post-wrap .line-blog1 {
        position: absolute;
        bottom: 50%;
        margin-bottom: -55px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 20px;
        opacity: .2;
        background: url('../images/line.jpg')no-repeat center center;
        z-index: 100;
    }









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

    .post-wrap .clearfix:before, .post-wrap .clearfix:after {
        content: '';
        display: table;
    }

    .post-wrap .clearfix:after {
        clear: both;
    }




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

#blog-post {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.blog-post-down {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    z-index: 2;
}

    .blog-post-down p {
        text-align: left;
    }

    .blog-post-down img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-post-down p span {
        text-align: left;
        font-size: 150%;
    }

.blog-padding {
    padding-bottom: 20px;
}



.color-1 nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .color-1 nav a.prev {
        left: 0;
        text-align: left;
    }

    .color-1 nav a.next {
        right: 0;
        text-align: right;
    }


.color-1 {
    position: relative;
    background: #606060;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 40px;
}

.nav-slide .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 20px;
    background-color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
}



.nav-slide div {
    position: absolute;
    top: 50%;
    padding: 0 80px;
    background-color: #323232;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.nav-slide a.prev div {
    left: 0;
    padding-right: 120px;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}

.nav-slide a.next div {
    right: 0;
    padding-left: 120px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.nav-slide h4 {
    position: relative;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 150%;
    white-space: nowrap;
}

.nav-slide a.next div h4 {
    margin-left: 20px;
}

.nav-slide a.prev div h4 {
    margin-right: 20px;
}

.nav-slide div h4 span {
    display: block;
    color: #95a5a6;
    font-style: italic;
    font-size: 45%;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.nav-slide img {
    position: absolute;
    top: 0;
    height: 100%;
}

.nav-slide a.prev img {
    right: 0;
}

.nav-slide a.next img {
    left: 0;
}

.nav-slide a:hover div {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}


@media screen and (max-width: 520px) {

    .nav-slide a.prev img {
        display: none;
    }

    .nav-slide a.next img {
        display: none;
    }

    .nav-slide a.prev div {
        padding-right: 20px;
    }

    .nav-slide a.next div {
        padding-left: 20px;
    }
}


/* Blog Parallax Section
================================================== */

.parallax-blog {
    background: url('../images/parallax/1.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-blog {
        background-size: cover;
    }
}

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

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






/* #Contact
================================================== */

#contact {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: #242424;
    padding-bottom: 40px;
}


.owl-wrap-contact {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

#sync7 .item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-bottom: 120px;
}

    #sync7 .item h3 {
        text-align: center;
        letter-spacing: 3px;
        font-size: 200%;
    }

.padding-bottom-contact {
    padding-bottom: 45px;
}

#sync7 .item p {
    text-align: center;
    color: #909090;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}

#sync8 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    z-index: 200;
}

    #sync8 .item {
        position: relative;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
        height: 60px;
        width: 60px;
        z-index: 200;
        border-top: 1px solid #242424;
        padding-top: 25px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        #sync8 .item:hover {
            background: url('../images/arrow-up.png') no-repeat top center;
        }

    #sync8 .synced .item {
        background: url('../images/arrow-up.png') no-repeat top center;
    }

.icon-contact {
    position: relative;
    width: 60px;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 14px;
    z-index: 4;
}



#ajax-form {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
}

label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 10px;
}

input {
    width: 90%;
    border: none;
    background: #272727;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea {
    width: 96%;
    background: #272727;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.error {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    display: none;
}

#ajaxsuccess {
    background: #f5f5f5;
    color: #000;
    font: 20px/60px 'OpenSans-Light-webfont';
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#err-form {
    text-align: center;
}

#ajax-form button {
    text-align: center;
    background: #272727;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

    #ajax-form button:hover {
        background: #313131;
    }

    #ajax-form button:active,
    #ajax-form textarea:active,
    #ajax-form input:active {
        color: #f1f1f1;
        outline: 1px solid #242424;
    }

#ajax-form textarea:active,
#ajax-form input:hover {
    color: #f1f1f1;
    outline: 1px solid #242424;
}

#ajax-form textarea,
#ajax-form input {
    color: #f1f1f1;
    outline: 1px solid #242424;
}

    #ajax-form input[type="text"] {
        padding-left: 2%;
        padding-right: 2%;
    }

    #ajax-form input[type="text"], textarea {
        padding-left: 2%;
        padding-right: 2%;
    }





#map {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    height: 410px;
}

.overlay {
    display: block;
    z-index: 10;
    text-align: center;
    height: 80px;
    width: 102px;
    background: transparent url(../images/marker.png)no-repeat bottom center;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .overlay_arrow.above {
        bottom: -13px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #000;
    }

    .overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #000;
    }






/* #footer
================================================== */

#footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #323232;
    padding-top: 80px;
    padding-bottom: 55px;
}

    #footer .back-top {
        position: absolute;
        cursor: pointer;
        top: -10px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        font-family: 'FontAwesome';
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-align: center;
        z-index: 1000;
        font-size: 22px;
        line-height: 40px;
        background: #323232;
        -webkit-box-shadow: 0 -5px 15px -5px #000;
        -moz-box-shadow: 0 -5px 15px -5px #000;
        box-shadow: 0 -5px 15px -5px #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;
    }

        #footer .back-top:hover {
            background: #323232;
            -webkit-box-shadow: 0 -5px 5px -5px #000;
            -moz-box-shadow: 0 -5px 5px -5px #000;
            box-shadow: 0 -5px 5px -5px #000;
        }

    #footer p {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        padding-bottom: 5px;
        color: #f8f8f8;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 22px;
        letter-spacing: 1px;
    }

.icon-footer {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    z-index: 6;
    padding-left: 4px;
    padding-right: 4px;
}


.social-bottom {
    position: relative;
    width: 100%;
    z-index: 1002;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    text-align: center;
}

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

    .list-social1 li.icon-soc1 a {
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 30px;
        width: 24px;
        opacity: 1;
        margin: 0;
        padding: 0;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .list-social1 li:hover {
    }

        .list-social1 li:hover.icon-soc1 a {
            opacity: .6;
        }










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


@media only screen and (max-width: 800px) {
    .logo {
        width: 80px;
        height: 50px;
        left: 10px;
        top: 10px;
        background: url('../images/logo.png') no-repeat center center;
        background-size: 80px 50px;
    }

    .cbp-af-header.cbp-af-header-shrink .logo {
        width: 80px;
        height: 50px;
        left: 10px;
        top: 10px;
        background: url('../images/logo.png') no-repeat center center;
        background-size: 80px 50px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
        border-bottom: none;
    }

        .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
            border-bottom: none;
            background: none;
        }

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

    ul.slimmenu li a: {
        border-bottom: none;
    }

        ul.slimmenu li a:hover {
            border-bottom: none;
            background: none;
        }

    ul.slimmenu li {
        background: none;
    }

        ul.slimmenu li > ul {
            width: 100%;
            text-align: right;
        }

    .post-wrap .doubleflip {
        display: none;
    }

    .post-wrap .doubleflip1 {
        display: none;
    }

    .home-big-text {
        margin-top: -59px;
        font-size: 30px;
        line-height: 30px;
    }

    .home-small-text {
        margin-top: -4px;
        font-size: 12px;
        line-height: 12px;
    }

    .line {
        margin-top: -119px;
    }

    .line1 {
        margin-top: 35px;
    }

    #filter li a:after {
        content: none;
        padding-left: 0;
    }

    #sync7 .item h3 {
        font-size: 140%;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 1100px) {
    .post-wrap {
        width: 100%;
    }
}

@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) {
    .portfolio-box {
        width: 50%;
    }

    .pricing .background-left {
        display: none;
    }

    .pricing .background-center {
        display: none;
    }

    .pricing .background-right {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .portfolio-box {
        width: 50%;
    }

    .pricing .background-left {
        display: none;
    }

    .pricing .background-center {
        display: none;
    }

    .pricing .background-right {
        display: none;
    }
}

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

    .pricing .background-left {
        display: none;
    }

    .pricing .background-center {
        display: none;
    }

    .pricing .background-right {
        display: none;
    }

    .team-info h5 {
        padding-top: 50px;
    }

    .team-info1 h5 {
        padding-top: 50px;
    }
}



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



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Light-webfont.woff') format('woff'), url('font/OpenSans-Light-webfont.ttf') format('truetype'), url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GarnataRegular';
    src: url('font/GarnataRegular.eot');
    src: url('font/GarnataRegular.eot?#iefix') format('embedded-opentype'), url('font/GarnataRegular.woff') format('woff'), url('font/GarnataRegular.ttf') format('truetype'), url('font/GarnataRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sifonn-Basic';
    src: url('font/Sifonn-Basic.eot');
    src: url('font/Sifonn-Basic.eot?#iefix') format('embedded-opentype'), url('font/Sifonn-Basic.woff') format('woff'), url('font/Sifonn-Basic.ttf') format('truetype'), url('font/Sifonn-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
