/* #PAGE LOAD */

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

#royal_preloader {
    font-family: 'Eagle Lake', cursive;
    font-size: 30px;
    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 {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Eagle Lake', cursive;
    font-weight: bold;
    top: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 25px;
    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;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #000;
    height: 124px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

#home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: url(../images/loader.gif) no-repeat center center;
}

.big-text {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #ededed;
    z-index: 20;
}

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

.small-text {
    position: absolute;
    top: 50%;
    margin-top: 45px;
    color: #fff;
    width: 74%;
    font-family: 'Satisfy', cursive;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: right;
    font-size: 23px;
    line-height: 23px;
    z-index: 20;
}

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


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


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

#controls div {}

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

#controls div:not(.counter) {}

#controls div.sel {}

.prev {
    top: 50%;
    margin-top: 10px;
    position: absolute;
    cursor: pointer;
    opacity: .7;
    background: url('../images/arrow-left.png') no-repeat center center;
    -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;
    left: 0px;
    width: 62px;
    height: 90px;
    z-index: 100000;
}

.next {
    top: 50%;
    margin-top: 10px;
    position: absolute;
    cursor: pointer;
    opacity: .7;
    background: url('../images/arrow-right.png') no-repeat center center;
    -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;
    right: 0px;
    width: 62px;
    height: 90px;
    z-index: 100000;
}

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

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

.just_pattern {
    background-image: url(../images/pattern.png);
    position: absolute;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.scroll-btn {
    position: absolute;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    bottom: 20px;
    left: 50%;
    margin-left: -37px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    width: 70px;
    height: 70px;
    background: url('../images/scroll.png') no-repeat center bottom;
    background-size: 70px 70px;
    z-index: 3900;
    opacity: .8;
    transition: all 0.5s ease;
    0% {
        bottom: 5px;
    }
    10% {
        bottom: 10px;
    }
    20% {
        bottom: 7px;
    }
    30% {
        bottom: 10px;
    }
    40% {
        bottom: 5px;
    }
    50% {
        bottom: 10px;
    }
    60% {
        bottom: 7px;
    }
    70% {
        bottom: 10px;
    }
    80% {
        bottom: 5px;
    }
    90% {
        bottom: 10px;
    }
    100% {
        bottom: 7px;
    }
}

.scroll-btn:hover {
    transition: all 0.5s ease;
    -webkit-animation: arrows 4.8s infinite;
    -webkit-animation-delay: 0s;
    animation: arrows 4.8s infinite;
    animation-delay: 0s;
}

@keyframes arrows {
    0% {
        bottom: 5px;
    }
    10% {
        bottom: 10px;
    }
    20% {
        bottom: 7px;
    }
    30% {
        bottom: 10px;
    }
    40% {
        bottom: 5px;
    }
    50% {
        bottom: 10px;
    }
    60% {
        bottom: 7px;
    }
    70% {
        bottom: 10px;
    }
    80% {
        bottom: 5px;
    }
    90% {
        bottom: 10px;
    }
    100% {
        bottom: 7px;
    }
}

@-webkit-keyframes arrows {
    0% {
        bottom: 5px;
    }
    10% {
        bottom: 10px;
    }
    20% {
        bottom: 7px;
    }
    30% {
        bottom: 10px;
    }
    40% {
        bottom: 5px;
    }
    50% {
        bottom: 10px;
    }
    60% {
        bottom: 7px;
    }
    70% {
        bottom: 10px;
    }
    80% {
        bottom: 5px;
    }
    90% {
        bottom: 10px;
    }
    100% {
        bottom: 7px;
    }
}

.show {
    opacity: 1;
}

.hide {
    opacity: 0;
}


/* #The team
================================================== */

#team {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 70px;
    z-index: 2;
    background: url(../images/aboutbg.jpg) no-repeat center top;
    background-size: cover;
}

#team h6 {
    text-align: center;
    padding-bottom: 25px;
}

#team img {
    width: 90%;
    height: auto;
    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;
}

#team img:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.flipWrapper {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

.flipWrapper .card.flipped {
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.flipWrapper .card {
    width: 100%;
    height: 100%;
    -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-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
    text-align: center;
}

.flipWrapper .card .face {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #383838;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flipWrapper .card .front {
    position: absolute;
    z-index: 1;
    color: white;
    cursor: pointer;
}

.flipWrapper .card .back {
    -webkit-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -o-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #383838;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
}

.flipWrapper .card .back p {
    padding-top: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.flipWrapper .card .back p:last-child {
    padding-top: 10px;
}

.social-team {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 5;
}

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

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


/* #Sep sections
================================================== */

#sep {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
}

#sep1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 170px;
}

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


/* #testimonials section
================================================== */

.test {
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}

.test h6 {
    font-family: 'OpenSans-Light-webfont';
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 25px;
    padding-top: 15px;
}

.test p {
    padding-bottom: 10px;
    font-size: 90%;
    text-align: center;
    color: #fff;
}

.test span {
    border-top: 1px solid rgba(255, 255, 255, .7);
    padding-top: 5px;
}

.icon-test {
    position: relative;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 26px;
    height: 26px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper {
    position: relative;
    width: 100%;
}

.bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -35px;
    bottom: -40px;
    background: url(../images/arr1.png) no-repeat center center;
    background-size: 15px 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -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;
}

.bx-wrapper .bx-next {
    right: 50%;
    margin-right: -35px;
    bottom: -40px;
    background: url(../images/arr2.png) no-repeat center center;
    background-size: 15px 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -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;
}

.bx-wrapper .bx-prev:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

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

.facts-wrap h6 {
    padding-top: 15px;
    color: #fff;
}

.facts-line {
    position: absolute;
    width: 1px;
    background: #fff;
    opacity: .2;
    right: -10px;
    top: 30px;
    bottom: 30px;
    z-index: 20;
}

.facts-wrap-num {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    text-shadow: 0px -2px 0px rgba(51, 51, 51, .1), 0px 2px 3px rgba(102, 102, 102, .1);
    width: 100%;
    text-align: center;
    opacity: .9;
}

.parallax {
    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%;
}

.just_pattern1 {
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, .9)));
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .9));
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .9));
    background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .9));
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .9));
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

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

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

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

.parallax1 {
    background: url('../images/parallax/2.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;
    }
    .restaurant-btn img {
        width: 100%;
    }
}

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

#contact {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.parallax2 {
    background: url('../images/parallax/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) {
    .parallax2 {
        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;
    }
    .restaurant-btn img {
        width: 100%;
    }
}

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


/* #work
================================================== */

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

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

.portfolio-box {
    position: relative;
    width: 25%;
    overflow: hidden;
    display: inline-block;
    float: left;
    -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 img {
    width: 100%;
    height: auto;
    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;
}

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

.portfolio-box .mask {
    position: absolute;
    background: rgba(0, 0, 0, .7) url('../images/cross1.png') no-repeat center center;
    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: 20px;
    left: -100px;
    z-index: 100;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    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 {
    left: 20px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

#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: 12px;
    outline: none;
    color: #706e6e;
    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: 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;
}

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

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

#filter li .current {
    color: #bdb3b3;
}

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


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

.wrapper {
    position: relative;
    height: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.just_pattern11 {
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, .4)));
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .4));
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .4));
    background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .4));
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .4));
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.onepage-wrapper {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%;
}

.onepage-pagination {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -50px;
    z-index: 5;
    list-style: none;
    padding: 0;
}

.onepage-pagination li {
    padding: 0;
    text-align: center;
}

.onepage-pagination li a {
    padding: 10px;
    width: 4px;
    height: 4px;
    display: block;
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.onepage-pagination li a.active:before {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid white;
    margin-top: -8px;
    left: 3px;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
    display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
    position: inherit;
}

body.disabled-onepage-scroll .onepage-wrapper section {
    min-height: 100%;
    height: auto;
}

.project-info {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    padding: 30px;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    z-index: 6;
}

.project-info h6 {
    text-align: left;
    padding-bottom: 25px;
}

#project-image1 {
    position: relative;
    margin: 0 auto;
    background: url('../images/projects/1.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.scroll-btn1 {
    position: absolute;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    width: 40px;
    height: 46px;
    background: url('../images/arrow-down.png') no-repeat center bottom;
    z-index: 3900;
    opacity: .6;
}

@keyframes arrows1 {
    0% {
        bottom: 40px;
    }
    10% {
        bottom: 50px;
    }
    20% {
        bottom: 40px;
    }
    30% {
        bottom: 50px;
    }
    40% {
        bottom: 30px;
    }
    50% {
        bottom: 50px;
    }
    60% {
        bottom: 40px;
    }
    70% {
        bottom: 50px;
    }
    80% {
        bottom: 30px;
    }
    90% {
        bottom: 50px;
    }
    100% {
        bottom: 40px;
    }
}

@-webkit-keyframes arrows1 {
    0% {
        bottom: 40px;
    }
    10% {
        bottom: 50px;
    }
    20% {
        bottom: 40px;
    }
    30% {
        bottom: 50px;
    }
    40% {
        bottom: 30px;
    }
    50% {
        bottom: 50px;
    }
    60% {
        bottom: 40px;
    }
    70% {
        bottom: 50px;
    }
    80% {
        bottom: 30px;
    }
    90% {
        bottom: 50px;
    }
    100% {
        bottom: 40px;
    }
}

.scroll-btn1 {
    -webkit-animation: arrows1 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows1 3.8s infinite;
    animation-delay: 1s;
}

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

#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-top: 50px;
    padding-bottom: 50px;
    background: #292929;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

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

#last-work h6 {
    text-align: left;
    padding-bottom: 25px;
}

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

#sep8 .z-index {
    z-index: 2000;
}

#sep8 {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 2;
}

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


/* #services
================================================== */

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

.last-services {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    background-color: #292929;
    background-image: url('../images/qud1.png');
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: background-image .35s ease-in-out;
    -moz-transition: background-image .35s ease-in-out;
    -ms-transition: background-image .35s ease-in-out;
    -o-transition: background-image .35s ease-in-out;
    transition: background-image .35s ease-in-out;
}

.last-services:hover {
    background-image: url('../images/qud2.png');
}

.last-services h6 {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 25px;
}

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

.icon-left1 {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    line-height: 32px;
    font-size: 22px;
    text-align: left;
    z-index: 6;
    width: 22px;
    height: 32px;
}

.last-services1 {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    background-color: #292929;
    background-image: url('../images/qud.png');
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    text-align: right;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: background-image .35s ease-in-out;
    -moz-transition: background-image .35s ease-in-out;
    -ms-transition: background-image .35s ease-in-out;
    -o-transition: background-image .35s ease-in-out;
    transition: background-image .35s ease-in-out;
}

.last-services1:hover {
    background-image: url('../images/qud2.png');
}

.last-services1 h6 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    text-align: right;
    padding-bottom: 25px;
}

.last-services1 p {
    text-align: right;
}

.icon-right1 {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    line-height: 32px;
    font-size: 22px;
    text-align: right;
    z-index: 6;
    width: 22px;
    height: 32px;
}


/* #pricing
================================================== */

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

.services-offer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #363636;
    margin-top: 13px;
    margin-bottom: 13px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.services-offer:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 9px 9px -7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 9px 9px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 9px 9px -7px rgba(0, 0, 0, .2);
}

.services-offer:hover h6,
.services-offer:hover p,
.services-offer:hover .services-icon1:before,
.services-offer:hover .services-icon2:before,
.services-offer:hover .services-icon3:before {}

.services-offer h6 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.services-offer p {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.services-offer .services-icon {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 60px;
    height: 60px;
}

.services-offer .services-icon:before {
    position: absolute;
    top: 0;
    left: -40px;
    font-family: 'Open Sans', sans-serif;
    content: "$";
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    display: block;
    z-index: 1;
}

.no-touch.cssanimations .services-offer .services-icon:before {
    -webkit-animation: dollar 6s linear infinite;
    -moz-animation: dollar 6s linear infinite;
    animation: dollar 6s linear infinite;
}

.services-list p {
    margin: 10px 0 10px 0;
    padding: 0;
}

.list-services li {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed rgba(100, 100, 100, .4);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
}

.list-services li:last-child {
    border-bottom: 1px dashed rgba(100, 100, 100, .4);
}

.services-offer:hover .list-services li {
    border-top: 1px dashed rgba(100, 100, 100, .4);
}

.services-offer:hover .list-services li:last-child {
    border-bottom: 1px dashed rgba(100, 100, 100, .4);
}

.services-offer .services-link {
    position: relative;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #414141;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 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;
}

.services-offer .services-link:hover {}

.featured {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@keyframes dollar {
    0% {
        top: 0;
    }
    10% {
        top: 10px;
    }
    20% {
        top: 0;
    }
    30% {
        top: 10px;
    }
    40% {
        top: -5px;
    }
    50% {
        top: 10px;
    }
    60% {
        top: 0;
    }
    70% {
        top: 10px;
    }
    80% {
        top: -5px;
    }
    90% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes dollar {
    0% {
        top: 0;
    }
    10% {
        top: 10px;
    }
    20% {
        top: 0;
    }
    30% {
        top: 10px;
    }
    40% {
        top: -5px;
    }
    50% {
        top: 10px;
    }
    60% {
        top: 0;
    }
    70% {
        top: 10px;
    }
    80% {
        top: -5px;
    }
    90% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}


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

#logos {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #101010;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
}

.logos-wrap {
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 16.666666666666666666666666666666666%;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.logos-wrap img {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.logos-wrap:hover img {
    opacity: .7;
}


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

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .prev {
        left: 100px;
    }
    .next {
        right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .prev {
        top: auto;
        bottom: 20px;
        margin-top: 0;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: 16px 29px;
        left: 20px;
        width: 16px;
        height: 29px;
    }
    .next {
        top: auto;
        bottom: 20px;
        margin-top: 0;
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: 16px 29px;
        right: 20px;
        width: 16px;
        height: 29px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .prev {
        top: auto;
        bottom: 20px;
        margin-top: 0;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: 16px 29px;
        left: 20px;
        width: 16px;
        height: 29px;
    }
    .next {
        top: auto;
        bottom: 20px;
        margin-top: 0;
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: 16px 29px;
        right: 20px;
        width: 16px;
        height: 29px;
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
}

.gizlilik-politikasi{
    display:inline-block;
    font-size: 16px;
    text-decoration: underline;
    margin:15px 0 10px 0;
    color:#333;
}

.gizlilik-politikasi:hover{
    color: #333;
}