@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://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('../assets/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;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    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;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #menu-wrap > .container {
        box-sizing: border-box;
        width: 100% !important;
        padding: 0px 24px !important;
    }

    #menu-wrap > .container > .sixteen.columns {
        width: 100% !important;
    }
}

.menu-back {
    background: rgba(250, 250, 250, .9);
}

.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(250, 250, 250, 1);
}

.cbp-af-header.cbp-af-header-shrink .logo {
    width: 215px;
    height: 60px;
    background: url('../images/logo.png') no-repeat center center;
    background-size: 215px 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;
}

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

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 {
    display: block;
    position: absolute;
    width: 215px;
    height: 80px;
    z-index: 10000;
    left: 10px;
    top: 10px;
    background: url('../images/logo.png') no-repeat center center;
    background-size: 215px 80px;
}

.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: 60%;
    width: 40px;
    background-color: #ff562a;
    border-style: solid;
    border-width: 1px;
    color: #ff562a;
    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: #ff562a;
    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;
}

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

.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.95);
    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;*/
    z-index: 4;
}

.home-slide {
}

.home-slide > .tp-caption {
    margin: 0px 10% !important;
    padding: 2em 2em 2em 2em !important;
    white-space: normal !important;
    font-size: 20px !important;
}

.home-slide > .tp-caption > .slide-title {
    font-family: 'Sifonn-Basic';
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    margin-bottom: 1em;
    text-align: left;
}

.home-slide > .tp-caption > .slide-description {
    font-family: 'OpenSans-Light-webfont';
    font-weight: 600;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    text-transform: none;
    z-index: 200;
    color: #fff;
    max-width: 600px;
}

.home-slide > .tp-caption > .slide-description > p {
    margin-bottom: 1.4em;
    line-height: 1.4em;
}

.home-slide > .tp-caption > .slide-description > p:last-of-type {
    margin-bottom: 0em;
}

.home-slide > .tp-caption > .learnmore-text {
    display: inline-block;
    font-size: 1.2em;
    line-height: 2em;
    font-family: 'OpenSans-Light-webfont';
    font-weight: 600;
    margin-top: 1em;
    border: 2px solid #fff;
    z-index: 200;
    color: #fff;
    text-align: center;
}

.home-slide > .tp-caption > .learnmore-text > a {
    margin: 1em 2em;
}

.learnmore-text a, .learnmore-text a:active, .learnmore-text a:visited {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .home-slide > .tp-caption {
        font-size: 18px !important;
    }

    .home-slide > .tp-caption > .slide-description {
        max-width: 480px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #home .tparrows {
        top: auto !important;
        bottom: 30px !important;
    }

    .home-slide > .tp-caption {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        margin: -2em 5em 0em 5em !important;
        font-size: 10px !important;
    }

    .home-slide > .tp-caption > .slide-title {
        text-align: center;
    }

    .home-slide > .tp-caption > .slide-description {
        text-align: center;
    }

    .home-slide > .tp-caption > .slide-description > p {
        text-align: center;
        font-size: 1.4em !important;
    }

    .home-slide > .tp-caption > .learnmore-text {
        display: block;
        text-align: center;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: -4em;
        left: 10%;
        width: 80%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    #home .tparrows {
        top: auto !important;
        bottom: 30px !important;
    }

    .home-slide > .tp-caption {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.7);
        text-align: center;
        margin: -8em 0em 0em 0em !important;
        min-height: 320px;
        font-size: 12px !important;
    }

    .home-slide > .tp-caption > .slide-title {
        text-align: center;
    }

    .home-slide > .tp-caption > .slide-description {
        text-align: center;
    }

    .home-slide > .tp-caption > .slide-description > p {
        text-align: center;
        font-size: 1.2em !important;
    }

    .home-slide > .tp-caption > .learnmore-text {
        display: block;
        text-align: center;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: -3em;
        left: 10%;
        width: 80%;
    }

    /* XXX */
    .home-slide:nth-child(2) .tp-bgimg {
        background-position: 50% 50% !important;
    }

    .home-slide:nth-child(2) .tp-bgimg {
        background-position: 70% 50% !important;
    }

    .home-slide:nth-child(3) .tp-bgimg {
        background-position: 70% 50% !important;
    }

}

@media only screen and (max-width: 319px) {
}

.learnmore-text-2 {
    position: relative;
    font-size: 24px;
    font-family: 'OpenSans-Light-webfont';
    font-weight: 600;
    margin-top: 50px;
    border: 2px solid #ff562a;
    padding: 10px 25px;
    width: auto;
    height: auto;
    z-index: 200;
    color: #ff562a
}

.cl-effect-5 a {
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

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

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

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.flippy {
    position: relative;
}

.flippy > * {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: -100px;
}

.flippy > *:first-child {
    opacity: 1;
    top: 0;
}

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

.list-social li {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 30px;
    display: inline-block;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    margin-right: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

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

.list-social li:hover {
}

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

.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;
    pointer-events: none;
}

.scroll-btn {
    position: absolute;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
    -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: 60px;
    height: 40px;
    background: url('../images/arrow-down.png') no-repeat center bottom;
    background-size: 30px 16px;
    z-index: 3900;
    opacity: .8;
}

.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}

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

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

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

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

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

#develop a,
#develop a:visited,
#develop a:active {
    color: #ff562a;
}

#develop a:hover {
    color: #ff7753;
}

#develop2 {
    position: relative;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 2;
    height: 560px;
}

.header-text {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-bottom: 50px;
}

.header-text h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}

.header-text p {
    padding-top: 60px;
    text-align: center;
    opacity: .6;
    text-transform: uppercase;
    z-index: 200;
}

.header-shadow-text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
    width: 100%;
    font-family: 'Sifonn-Basic';
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    color: rgba(60, 60, 60, .08);
    z-index: 1;
}

#about-what-we-do {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    padding-bottom: 60px;
}

#about-what-we-do h5 {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 25px;
}

#about-what-we-do 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;
}

article {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 2;
}

article .article-link {
    position: absolute;
    top: -80px;
}

article .article-image {

    position: relative;
    width: 40%;
    height: 450px;
    display: inline-block;
    float: left;
    overflow: hidden;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

article content {
    position: relative;
    width: 60%;
    height: 450px;
    display: inline-block;
    float: left;
    overflow: hidden;
    z-index: 2;
}

article content h5 {
    text-align: left;
    padding-bottom: 25px;
}

article content a,
article content a:visited,
article content a:active {
    color: #ff562a;
}

article content a:hover {
    color: #ff704b;
}

article content p {
    text-align: left;
}

article content p:last-child {
    padding-bottom: 0;
}

article content .clear {
    padding-bottom: 30px;
}

article.image-right .article-image {
    float: right;
}

article.image-right content {
    float: right;
    background-color: #ffffff;
}

article.image-right content .container .columns {
    float: right;
    display: inline;
    margin: 10px 10px 0 10px;
}

#video_background {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.text-over-video {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    overflow: hidden;
    font-family: 'Sifonn-Basic';
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-size: 17px;
    line-height: 17px;
}

/* #Team
================================================== */

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

#managment {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 1em;
    padding-bottom: 3em;
    z-index: 2;
}

#managment .team-wrap {
    max-width: 300px;
}

.team-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    padding-bottom: 20px;
    z-index: 2;
}

.team-wrap img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    -moz-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
}

.team-wrap h5 {
    padding-top: 20px;
    text-align: center;
}

.team-wrap p {
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    padding-top: 7px;
}

.team-line {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 1px;
    width: 50px;
    margin-bottom: 20px;
}

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

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

.team-social li.icon-team a {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 16px;
    color: #404040;
    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;
}

.team-social li:hover {
}

.team-social li:hover.icon-team a {
}

#team h5 {
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    padding-top: 60px;
}

#team .header-text p {
    padding-top: 25px;
    text-align: center;
    opacity: .6;
    text-transform: none;
    z-index: 200;
}

/* #Separator 1
================================================== */

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

#sep1 .clearfix:before, #sep1 .clearfix:after {
    content: '';
    display: table;
}

#sep1 .clearfix:after {
    clear: both;
}

#sep1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.slideshow {
    position: relative;
    z-index: 20;
}

.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
}

.no-js .slides {
    height: auto;
}

.slides > li {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    -webkit-perspective: 1600px;
    perspective: 1600px;
}

.no-js .slides > li {
    position: relative;
    visibility: visible;
}

.slideshow > nav {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -50px;
    z-index: 200;
}

.slideshow > nav span {
    display: inline-block;
    width: 60px;
    height: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.slideshow > nav span:hover {
    background-color: #333;
}

.description {
    width: 40%;
    left: 10%;
    padding: 2em 4em;
    position: relative;
    z-index: 1000;
    opacity: 0;
}

.no-js .description {
    opacity: 1;
}

.description h4 {
    text-align: left;
    margin-top: 150px;
    padding-bottom: 30px;
    color: #fff;
}

.description p {
    text-align: left;
    color: #fff;
}

.tiltview {
    position: absolute;
    left: 50%;
    width: 40%;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
    transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
}

.tiltview a {
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tiltview a,
.tiltview a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tiltview a:first-child {
    margin-bottom: 30px;
}

.tiltview.row a {
    width: 48%;
    width: calc(50% - 15px);
    margin: 0;
}

.tiltview.row a:nth-child(2) {
    left: 50%;
    left: calc(50% + 15px);
    position: absolute;
    top: 0;
}

/* Show/Hide */
.slides > li.current,
.slides > li.show {
    visibility: visible;
}

.description {
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

.current .description,
.show .description {
    opacity: 1;
}

.hide .description {
    opacity: 0;
}

/* Individual effects */

/* Move Up, Move Down, Slide Up, Slide Down, Slide Left, Slide Right */
/* For each effect we'll define the incoming and outgoing animation */

/***********************/
/* Move up */
/***********************/
.hide[data-effect-out="moveUpOut"] .tiltview a {
    -webkit-animation: moveUpOut 1.5s both;
    animation: moveUpOut 1.5s both;
}

.hide[data-effect-out="moveUpOut"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes moveUpOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateZ(-30px);
    }
    100% {
        -webkit-transform: translateZ(3000px);
    }
}

@keyframes moveUpOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateZ(-30px);
    }
    100% {
        transform: translateZ(3000px);
    }
}

.show[data-effect-in="moveUpIn"] .tiltview a {
    -webkit-animation: moveUpIn 1.5s 0.5s both;
    animation: moveUpIn 1.5s 0.5s both;
}

.show[data-effect-in="moveUpIn"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes moveUpIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateZ(-3000px);
    }
    75% {
        -webkit-transform: translateZ(30px);
    }
    100% {
        -webkit-transform: translateZ(0);
    }
}

@keyframes moveUpIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateZ(-3000px);
    }
    75% {
        transform: translateZ(30px);
    }
    100% {
        transform: translateZ(0);
    }
}

/***********************/
/* Move down */
/***********************/
.hide[data-effect-out="moveDownOut"] .tiltview a {
    -webkit-animation: moveDownOut 1.5s both;
    animation: moveDownOut 1.5s both;
}

.hide[data-effect-out="moveDownOut"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes moveDownOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateZ(30px);
    }
    100% {
        -webkit-transform: translateZ(-3000px);
    }
}

@keyframes moveDownOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateZ(30px);
    }
    100% {
        transform: translateZ(-3000px);
    }
}

.show[data-effect-in="moveDownIn"] .tiltview a {
    -webkit-animation: moveDownIn 1.5s 0.5s both;
    animation: moveDownIn 1.5s 0.5s both;
}

.show[data-effect-in="moveDownIn"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes moveDownIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateZ(3000px);
    }
    75% {
        -webkit-transform: translateZ(-30px);
    }
    100% {
        -webkit-transform: translateZ(0);
    }
}

@keyframes moveDownIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateZ(3000px);
    }
    75% {
        transform: translateZ(-30px);
    }
    100% {
        transform: translateZ(0);
    }
}

/***********************/
/* Slide up */
/***********************/
.hide[data-effect-out="slideUpOut"] .tiltview a {
    -webkit-animation: slideUpOut 1.5s both;
    animation: slideUpOut 1.5s both;
}

.hide[data-effect-out="slideUpOut"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes slideUpOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(-3000px);
    }
}

@keyframes slideUpOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateY(30px);
    }
    100% {
        transform: translateY(-3000px);
    }
}

.show[data-effect-in="slideUpIn"] .tiltview a {
    -webkit-animation: slideUpIn 1.5s 0.5s both;
    animation: slideUpIn 1.5s 0.5s both;
}

.show[data-effect-in="slideUpIn"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateY(3000px);
    }
    75% {
        -webkit-transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideUpIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateY(3000px);
    }
    75% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

/***********************/
/* Slide down */
/***********************/
.hide[data-effect-out="slideDownOut"] .tiltview a {
    -webkit-animation: slideDownOut 1.5s both;
    animation: slideDownOut 1.5s both;
}

.hide[data-effect-out="slideDownOut"] .tiltview.row a:nth-child(2),
.hide[data-effect-out="slideDownOut"] .tiltview.col a:first-child {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes slideDownOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(3000px);
    }
}

@keyframes slideDownOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(3000px);
    }
}

.show[data-effect-in="slideDownIn"] .tiltview a {
    -webkit-animation: slideDownIn 1.5s 0.5s both;
    animation: slideDownIn 1.5s 0.5s both;
}

.show[data-effect-in="slideDownIn"] .tiltview.row a:nth-child(2),
.show[data-effect-in="slideDownIn"] .tiltview.col a:first-child {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes slideDownIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateY(-3000px);
    }
    75% {
        -webkit-transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideDownIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateY(-3000px);
    }
    75% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

/***********************/
/* Slide left */
/***********************/
.hide[data-effect-out="slideLeftOut"] .tiltview a {
    -webkit-animation: slideLeftOut 1.5s both;
    animation: slideLeftOut 1.5s both;
}

.hide[data-effect-out="slideLeftOut"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes slideLeftOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(-5000px);
    }
}

@keyframes slideLeftOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateX(30px);
    }
    100% {
        transform: translateX(-5000px);
    }
}

.show[data-effect-in="slideLeftIn"] .tiltview a {
    -webkit-animation: slideLeftIn 1.5s 0.5s both;
    animation: slideLeftIn 1.5s 0.5s both;
}

.show[data-effect-in="slideLeftIn"] .tiltview a:nth-child(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes slideLeftIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateX(3000px);
    }
    75% {
        -webkit-transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideLeftIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateX(3000px);
    }
    75% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}

/***********************/
/* Slide right */
/***********************/
.hide[data-effect-out="slideRightOut"] .tiltview a {
    -webkit-animation: slideRightOut 1.5s both;
    animation: slideRightOut 1.5s both;
}

.hide[data-effect-out="slideRightOut"] .tiltview.col a:nth-child(2),
.hide[data-effect-out="slideRightOut"] .tiltview.row a:first-child {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes slideRightOut {
    25% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(3000px);
    }
}

@keyframes slideRightOut {
    25% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(3000px);
    }
}

.show[data-effect-in="slideRightIn"] .tiltview a {
    -webkit-animation: slideRightIn 1.5s 0.5s both;
    animation: slideRightIn 1.5s 0.5s both;
}

.show[data-effect-in="slideRightIn"] .tiltview.col a:nth-child(2),
.show[data-effect-in="slideRightIn"] .tiltview.row a:first-child {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes slideRightIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transform: translateX(-5000px);
    }
    75% {
        -webkit-transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideRightIn {
    0% {
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transform: translateX(-5000px);
    }
    75% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Fallback for no 3D Transforms and no preserve-3d */
.no-csstransformspreserve3d .show .tiltview a,
.no-csstransformspreserve3d .hide .tiltview a,
.no-csstransforms3d .show .tiltview a,
.no-csstransforms3d .hide .tiltview a {
    -webkit-animation: none !important;
    animation: none !important;
}

.no-csstransforms3d .tiltview.col {
    top: -50%;
}

.no-csstransforms3d .tiltview.row {
    top: 20px;
}

/* Some media queries */
@media screen and (max-width: 65.3125em) {
    .description,
    .tiltview {
        width: 100%;
    }

    .description {
        left: 0;
        background: rgba(0, 0, 0, .6);
    }

    .tiltview {
        left: 0;
        opacity: .3;
        pointer-events: none;
    }
}

@media screen and (max-width: 33.75em) {
    .description {
    }

    .slideshow > nav span {
        width: 20px;
        height: 10px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 24em) {
    .slides {
        height: 320px;
    }

    .description h4 {
        margin-top: 0;
    }

    .description {
        padding: 1.4em;
    }

    .no-csstransforms3d .tiltview.col,
    .no-csstransforms3d .tiltview.row {
        top: 0;
    }
}

/* #Separator 2
================================================== */

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

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

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

.services-offer {
    display: block;
    position: relative;
    width: 100%;
    min-height: 15em;
    background: #f1f1f1;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

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

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

/* #Our clients
================================================== */

#ourclients {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 2;
}

.ourclients {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.ourclients-offer h3 {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.ourclients-offer h3 span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
}

.ourclients-offer p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
}

.ourclients-offer h6 {
    text-align: center;
    padding-bottom: 35px;
}

.ourclients-offer-gold {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.ourclients-offer-gold h3 {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.ourclients-offer-gold h3 span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
}

.ourclients-offer-gold p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
}

.ourclients-offer-gold h6 {
    text-align: center;
    padding-bottom: 35px;
}

.ourclients-offer-gold a,
.ourclients-offer 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;
}

.ourclients-offer-gold a:hover,
.ourclients-offer-gold a:focus,
.ourclients-offer a:hover,
.ourclients-offer a:focus {
    outline: none;
}

.ourclients-offer-gold .cl-effect-5 a,
.ourclients-offer .cl-effect-5 a {
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.ourclients-offer-gold .cl-effect-5 a span,
.ourclients-offer .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;
}

.ourclients-offer-gold .cl-effect-5 a span::before,
.ourclients-offer .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);
}

.ourclients-offer-gold .cl-effect-5 a:hover span,
.ourclients-offer-gold .cl-effect-5 a:focus span,
.ourclients-offer .cl-effect-5 a:hover span,
.ourclients-offer .cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    padding-bottom: 20px;
    z-index: 2;
}

.team-wrap img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    -moz-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
}

/* #Our Games
================================================== */

#ourgames {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 2;
}

.ourgames {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

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

#logos {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #fff;
    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;
}

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

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

.parallax4 {
    background: url('../images/articles/dev.png') 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) {
    .parallax4 {
        background-size: cover;
    }
}

@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) {
    .parallax4 {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

.blog-post {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    cursor: pointer;
    -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;
}

.blog-post:hover {
    opacity: .7;
}

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

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

.blog-post h5 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-post p {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blog-post p span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}

.blog-post p span:last-child {
    padding-left: 10px;
}

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

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

#contact-form {
    box-sizing: border-box;
}

#contact-form ::-webkit-input-placeholder {
    color: transparent;
}

#contact-form :-moz-placeholder {
    color: transparent;
}

#contact-form ::-moz-placeholder {
    color: transparent;
}

#contact-form :-ms-input-placeholder {
    color: transparent;
}

#contact-form > form {
    box-sizing: border-box;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    line-height: 14px;
    color: #101010;
    margin: 0 auto;
    padding: 15px;
    width: 740px;
}

#contact-form > form .input-holder {
    box-sizing: border-box;
    position: relative;
    margin-top: 4px;
}

#contact-form > form .error {
    position: absolute;
    text-align: right;
    left: 50%;
    right: 4px;
    top: 32px;
    color: #FF1010;
    font: 10px/12px 'Open Sans', sans-serif;
}

#contact-form > form .form-error {
    text-align: center;
    padding-top: 10px;
}

#contact-form > form label {
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 14px;
    line-height: 30px;
}

#contact-form > form input {
    width: 96%;
    border: none;
    font: 13px/22px 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

#contact-form > form textarea {
    width: 96%;
    height: 10em;
    font: 13px/24px 'Open Sans', sans-serif;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    background: #fff;
}

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

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

#contact-form > form textarea:focus,
#contact-form > form input:focus {
    outline: none !important;
    box-shadow: 0 0 10px rgba(60, 60, 60, 0.2);
}

#contact-form > form textarea, #contact-form > form input {
    color: #101010;
}

#contact-form > form input {
    padding-left: 2%;
    padding-right: 2%;
}

#contact-form > form input,
#contact-form > form textarea {
    padding-left: 2%;
    padding-right: 2%;
}

#contact-form > form button.send-message {
    display: block;
    width: 50%;
    max-width: 12em;
    height: 43px;
    padding-top: 0;
    margin: 32px auto 0px auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 43px;
    background: rgba(60, 60, 60, 0.85);
    text-transform: uppercase;
}

#contact-form > form button.send-message:hover {
    background: rgba(60, 60, 60, 1);
}

#contact-form > form button.send-message:focus {
    outline: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #contact-form > form {
        width: 620px;
    }

    #contact-form > form textarea {
        height: 4em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #contact-form > form h5 {
        margin-top: 16px;
    }

    #contact-form > form {
        width: 400px;
    }

    #contact-form > form label {
        display: none;
    }

    #contact-form ::-webkit-input-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form :-moz-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form ::-moz-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form :-ms-input-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form > form input {
        padding: 8px 2%;
        border-bottom: 1px solid #101010;
        font-weight: bold;
    }

    #contact-form > form textarea {
        height: 3em;
    }

    #contact-form > form button.send-message {
        margin-top: 4px;
    }

    #contact-form > form .error {
        position: absolute;
        text-align: right;
        left: 50%;
        right: 4px;
        top: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #contact-form > form h5 {
        margin-top: 16px;
    }

    #contact-form > form {
        width: 280px;
        min-height: 360px;
        overflow-x: hidden;
        position: relative;
        padding: 4px 0px;
    }

    #contact-form > form label {
        display: none;
    }

    #contact-form ::-webkit-input-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form :-moz-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form ::-moz-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form :-ms-input-placeholder {
        color: #999999;
        font-weight: normal;
    }

    #contact-form > form input {
        padding: 8px 2%;
        border-bottom: 1px solid #101010;
        font-weight: bold;
    }

    #contact-form > form textarea {
        height: 3em;
    }

    #contact-form > form button.send-message {
        /*margin-top: 4px; width: 80%;*/
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        max-width: 280px !important;
    }

    #contact-form > form .error {
        position: relative;
        text-align: center;
        top: 0px;
        left: 4px;
        padding: 0px 4px;
        min-height: 1.2em;
    }
}

@media only screen and (max-width: 319px) {
}

.contact-wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

.contact-wrap p {
    text-align: center;
    opacity: .8;
    min-height: 6em;
}

.contact-wrap a {
    color: #404040;
    display: block;
}

.contact-wrap p span {
    font-family: 'Sifonn-Basic';
    font-size: 18px;
    line-height: 18px;
    color: #101010;
    text-transform: uppercase;
    padding-right: 10px;
}

.icon-contact1 {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 6;
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    #contact .container .columns {
        margin: 0px;
    }

    .contact-wrap {
        padding-top: 0px;
    }

    .contact-wrap p {
        margin-top: 1em;
        min-height: unset;
    }
}

#contact .footer-contacts {
    margin: 0px auto !important;
    text-align: center;
}

#contact .footer-contacts .contact-icon {
    display: inline-block;
    margin: 4px;
}

#contact .footer-contacts .contact-icon img {
    width: 64px;
    height: 64px;
}

#contact .footer-contacts .contact-icon:hover {
    opacity: .7;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #contact .footer-contacts .contact-icon {
        margin: 2px;
    }

    #contact .footer-contacts .contact-icon img {
        width: 64px;
        height: 64px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #contact .footer-contacts .contact-icon {
        margin: 1px;
    }

    #contact .footer-contacts .contact-icon img {
        width: 48px;
        height: 48px;
    }
}

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

#footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 35px;
}

#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: 10000;
    font-size: 22px;
    line-height: 40px;
    background: #f2f2f2;
    -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: #fff;
    -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 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 5px;
}

.icon-footer {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    z-index: 6;
    padding-left: 5px;
    padding-right: 5px;
}

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


/*----under 800px----*/
@media only screen and (max-width: 800px) {

    h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-text p {
        padding-top: 50px;
    }

    .header-shadow-text {
        margin-top: -20px;
        font-size: 40px;
        line-height: 40px;
    }

    #royal_preloader.text .loader {
        letter-spacing: 2px;
        font-size: 26px;
    }

    .logo {
        width: 215px;
        height: 50px;
        left: 10px;
        top: 10px;
        background: url('../images/logo.png') no-repeat center center;
        background-size: 215px 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;
    }

    .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
        border-bottom: none;
        padding: 0px !important;
    }

    .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:hover {
        border-bottom: none;
        background: none;
    }

    ul.slimmenu li {
        background: none;
    }

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

    article content {
        height: 350px;
    }

    article .article-image {
        height: 350px;
        background-size: cover;
    }

    article.image-right {
        height: 350px;
    }

    article.image-right .container .columns {
        padding-right: 320px;
    }

    .contact-left {
        display: none !important;
    }
}

/*----1600px----*/
@media only screen and (min-width: 1500px) and (max-width: 1600px) {

    article .article-image {
        height: 400px;
    }

    article content {
        height: 400px;
    }

    article content .clear {
        padding-bottom: 15px;
    }

    article.image-right content .container .columns {
        padding-right: 100px;
    }
}

/*----1500px----*/
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    /*p {color:aqua;}*/
    article .article-image {
        height: 300px;
    }

    article content {
        height: 300px;
    }

    article content .clear {
        padding-bottom: 15px;
    }

    article.image-right content .container .columns {
        padding-right: 375px;
    }
}

/*----1199px----*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .big-text {
        margin-top: -20px;
        font-size: 50px;
        line-height: 50px;
    }
    article.image-right .container .columns {
        padding-right: 340px;
    }
}

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

    .logo {
        width: 215px;
        height: 60px;
        left: 0px;
        top: 22px;
        background: url('../images/logo2.png') no-repeat center center;
        background-size: 215px 80px;
    }

    .cbp-af-header.cbp-af-header-shrink .logo {
        width: 215px;
        height: 50px;
        left: 0px;
        top: 16px;
        background: url('../images/logo2.png') no-repeat center center;
        background-size: 215px 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;
    }

    .big-text {
        margin-top: -10px;
        font-size: 40px;
        line-height: 40px;
        color: #fff;
    }

    .mini-text {
        margin-top: -10px;
        font-size: 10px;
        line-height: 40px;
        color: #ffffff;
    }

    article .article-image {
        height: 350px;
        background-size: cover;
    }

    article content {
        height: 350px;
    }

    article.image-right content .container .columns {
        padding-right: 320px;
    }
}

/*----767px----*/
@media only screen and (max-width: 767px) {
    article {
        height: auto !important;
    }
    article content {
        height: auto !important;
        width: 100%;
        float: none !important;
    }
    article.image-right content .container .columns {
        float: none !important;
        width: 100%;
    }
    article .article-image {
        float: none !important;
        background-size: cover;
        width: 100%;
    }

    article .article-link {
        top: 90px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .logos-wrap {
        width: 33.3333333333333333333333333%;
    }

    .one-third-empty {
        display: none !important;
    }

    #develop2 {
        height: 380px;
    }

    .padding-top-video-sec2 {
        padding-left: 0;
    }

    article content {
        padding-bottom: 40px;
    }

    article .article-image {
        height: 350px;
    }

    #contact .footer-contacts .columns {
        width: 132px !important;
        margin: 0 2px;
    }

    .learnmore-text-2 {
        white-space: nowrap !important;
        display: block;
        text-align: center;
        margin-top: 0em;
    }
}

/*----479px----*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .learnmore-text-2 {
        white-space: nowrap !important;
        box-sizing: border-box;
        display: block;
        text-align: center;
        margin-top: 0em;
    }

    .logos-wrap {
        width: 50%;
    }

    .padding-top-video-sec2 {
        padding-left: 0;
    }

    article .article-image {
        height: 350px;
        background-size: cover;
        width: 100%;
    }

    article content {
        height: 100%;
        width: 100%;
        padding-bottom: 40px;
    }

    article.image-right content .container .columns {
        padding-right: 320px;
        float: none;
        width: 100%;
    }

    .footer-contacts {
        margin-left: -32px !important;
    }
}

/*----319px----*/
@media only screen and (max-width: 319px) {
    .logos-wrap {
        width: 50%;
    }
}

/* #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: '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;
}

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

/* my */
.freespace {
    height: 50px;
}

.one-third-empty {
    width: 150px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-left {
    position: fixed;
    width: 50px;
    height: 180px;
    display: block;
    cursor: pointer;
    right: 0;
    top: 30%;
    background-color: #fff;
    z-index: 3;
    -webkit-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    -moz-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    box-shadow: 0 0 8px 0 rgba(60, 60, 60, .3);
    border-radius: 5px;
    background-image: url(../images/img-left-contact-us.png);
    background-position: center;
}

.up-left {
    position: fixed;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    right: 0;
    bottom: 0%;
    background-color: #ff562a;
    z-index: 3;
    -webkit-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    -moz-box-shadow: 0 8px 6px -6px rgba(60, 60, 60, .3);
    box-shadow: 0 0 8px 0 rgba(60, 60, 60, .3);
    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;
}

.up-left:hover {
    opacity: 0.7;
}

.up-left > .back-top {
    width: 45px;
    box-sizing: border-box;
    height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color: #f2f2f2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.up-left > .back-top:hover {
    color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container .square-icon {
        margin: 10px !important;
        width: 85px !important;
    }
}

@media only screen and (max-width: 479px) {
    .container .square-icon {
        margin: 10px !important;
        width: 130px !important;
    }

    .contact-left {
        display: none !important;
    }
}

@media only screen and (max-height: 479px) {
    .contact-left {
        display: none !important;
    }
}

@media only screen and (max-width: 319px) {
    .container .square-icon {
        margin: 10px !important;
        width: 90px !important;
    }
}

/*-- Game example lists --*/
.table {
    display: table;
    width: 100%;
}
.table  > div {
    display: table-row;
}
.table  > div > div {
    display: table-cell;
    padding: 12px 15px;
    border-bottom: 1px solid #E1E1E1;
    text-align: left;
}

@media only screen and (max-width: 480px) {
    .table { display: block; }
    .table > div { display: block; }
    .table > div > div { display: block; border: 0px; text-align: center; }
    .table > div > div:last-child { border-bottom: 1px solid #E1E1E1; }
}

.outsource-list > div > div:last-child { text-align: center; }
.port-list > div > div:last-child { text-align: center; }
@media only screen and (max-width: 768px) {
    .outsource-list > div > div:nth-child(2) { display: none !important; }
    .port-list > div > div:nth-child(3) { display: none !important; }

    .table.port-list { display: block !important; }
    .port-list > div { display: block; }
    .port-list > div > div { display: block; border: 0px; text-align: center; }
    .port-list > div > div:nth-child(2), .port-list > div > div:nth-child(4) {
        display: inline-block !important; width: 40%;
        margin: 0; padding: 12px 0;
        border-bottom: 1px solid #E1E1E1;
        margin-bottom: 12px;
    }
    .port-list > div > div:nth-child(2){
        float: left;
    }
    .port-list > div > div:nth-child(2){
        float: right;
    }
}

