#header .ex_menu>ul>li,
#header .ex_menu>ul>li>a {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear
}

#first-loading {
    opacity: 0;
    z-index: -2
}

body {
    padding: 0;
    overflow-x: hidden;
    font-family: Oswald, sans-serif;
    letter-spacing: 3px;
    margin: 0 auto;
    min-width: 1140px
}

p {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-transform: none!important;
    font-size: 14px;
    font-weight: 300
}

input {
    font-family: Dosis, sans-serif
}

#header .ex_menu>ul>li>a,
.child_menu li a {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: 3px;
    font-size: 12px
}

img,
ul li {
    background: no-repeat
}

.clear {
    clear: both
}

.clearAfter:after {
    content: ' ';
    display: block;
    clear: both
}

#header .logo-2,
.mobileBR {
    display: none
}

.control_width {
    width: 1140px;
    margin: 0 auto
}

.right {
    float: right
}

.left {
    float: left
}

.nothing-img {
    height: 0;
    width: 0
}

.only-for-validation {
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0
}

#header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding-top: 15px
}

#header .logo {
    float: left;
    padding: 13px 0
}

#header .logo img {
    width: 100px;
    height: 83px
}

#header .ex_menu {
    float: right
}

#header .ex_menu>ul {
    margin-top: 18px;
    position: releative
}

#header .ex_menu>ul>li {
    float: left;
    transition: all .25s linear;
    z-index: 1
}

#header .ex_menu>ul>li.home {
    display: inline-block;
    width: 40px;
    height: 70px;
    background: url(/assets/img/home.png) center 20px no-repeat;
    background-size: 20px;
    margin-right: 20px
}

#header .ex_menu>ul>li.home:hover {
    background: url(/assets/img/home_hover.png) center 20px no-repeat;
    background-size: 20px
}

#header .ex_menu>ul>li.home a:after,
#header .ex_menu>ul>li.home a:before,
#header .ex_menu>ul>li.home:after,
#header .ex_menu>ul>li.home:before {
    display: none
}

#header .ex_menu>ul>li>a {
    display: block;
    padding: 25px 0;
    position: relative;
    transition: all .25s linear;
    font-weight: 400
}

#header .ex_menu>ul>li:after,
.items_inner .column i.effective {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    overflow: hidden
}

#header .ex_menu>ul>li.hasSubmenu:hover:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px;
    border-color: transparent transparent rgba(0, 0, 0, .73)
}

#header .ex_menu>ul>li:after {
    content: ' ';
    background-color: #2F2F2F;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: -1;
    border-radius: 44px;
    transition: all .25s linear;
    width: 30px;
    height: 30px;
    opacity: 0
}

#header .ex_menu>ul>li.active:after,
#header .ex_menu>ul>li:hover:after {
    -webkit-animation: pulsate .9s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.3, .3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0
    }
}

#header .ex_menu>ul>li>a:after,
#header .ex_menu>ul>li>a:before {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    bottom: 10px
}

#header .ex_menu>ul>li>a:before {
    background: #bf9540;
    left: 0
}

#header .ex_menu>ul>li>a:after {
    background: #727272;
    right: 0
}

#header .ex_menu>ul>li.active>a:before,
#header .ex_menu>ul>li>a:hover:before {
    opacity: 1;
    left: 50%;
    margin-left: -10px
}

#header .ex_menu>ul>li.active>a:after,
#header .ex_menu>ul>li>a:hover:after {
    opacity: 1;
    right: 50%;
    margin-right: -10px
}

#header .ex_menu>ul>li:hover .child_menu {
    display: block
}

.child_menu {
    display: none;
    width: 460px;
    margin-left: -138px;
    position: absolute;
    top: 60px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.child_menu li {
    float: left;
    width: calc(50%)!important;
    text-align: left;
    background: rgba(0, 0, 0, .73)
}

.child_menu li a {
    display: block;
    padding: 0 18px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 300;
    line-height: 40px
}

.child_menu li:hover a {
    color: #D8AD56
}

#header .ex_menu>ul>li {
    position: relative;
    width: 103px;
    text-align: center
}

#header .ex_menu>ul>li:hover>.child_menu {
    max-height: 500px;
    max-height: available
}

.menu>li {
    display: block;
    float: left;
    position: relative;
    z-index: 9
}

#banner .mobile-slogan,
.header-top {
    display: none
}

.header-top {
    background: rgba(0, 0, 0, .76)
}

.header-contact {
    padding: 15px
}

.header-contact span {
    color: #fff;
    padding: 5px 0 5px 20px;
    font-size: 12px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: lowercase
}

.header-contact span.tel {
    background: url(/assets/img/header-phone.png) left center no-repeat;
    background-size: 17px
}

.header-contact span.mail {
    background: url(/assets/img/header-email.png) left center no-repeat;
    background-size: 17px
}

#banner {
    width: 100%;
    height: 750px;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    position: relative
}

#home-page #banner video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .75)
}

#banner-social {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 250px
}

#banner-social a {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    transition: .2s all;
    -webkit-transition: .2s all
}

#banner-social a:after,
#banner-social a:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s all;
    -webkit-transition: .2s all
}

#banner-social a:after,
#banner-social a:hover:before {
    opacity: 0
}

#banner-social a:hover:after {
    opacity: 1
}

#banner-social a.fb:before {
    background: url(/assets/img/social/facebook_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 20px
}

#banner-social a.twt:before {
    background: url(/assets/img/social/twitter-logo-silhouette_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 20px
}

#banner-social a.inst:before {
    background: url(/assets/img/social/instagram_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 20px
}

#banner-social a.lIn:before {
    background: url(/assets/img/social/linked-in-logo_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 18px
}

#banner-social a.gplus:before {
    background: url(/assets/img/social/google-plus-logo_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 18px
}

#banner-social a.blog:before {
    background: url(/assets/img/social/blog_hover.png) center center no-repeat rgba(0, 0, 0, .6);
    background-size: 18px
}

#banner-social a.fb:after {
    background: url(/assets/img/social/facebook.png) center center no-repeat #3B5998;
    background-size: 22px
}

#banner-social a.twt:after {
    background: url(/assets/img/social/twitter-logo-silhouette.png) center center no-repeat #1DA1F2;
    background-size: 22px
}

#banner-social a.inst:after {
    background: url(/assets/img/social/instagram.png) center center no-repeat #855443;
    background-size: 22px
}

#banner-social a.lIn:after {
    background: url(/assets/img/social/linked-in-logo.png) center center no-repeat #069;
    background-size: 20px
}

#banner-social a.gplus:after {
    background: url(/assets/img/social/google-plus-logo.png) center center no-repeat #DA5534;
    background-size: 20px
}

#banner-social a.blog:after {
    background: url(/assets/img/social/blog.png) center center no-repeat #BF9540;
    background-size: 20px
}

#banner-social a span {
    display: none;
    position: absolute;
    width: 3px;
    height: 100%;
    background: red;
    right: -3px;
    opacity: 0;
    transition: .2s all;
    -webkit-transition: .2s all
}

#banner-social a:hover span {
    animation: hover .2s normal forwards ease-in-out;
    -webkit-animation: hover .2s normal forwards ease-in-out;
    opacity: 1;
    right: calc(100%)
}

@keyframes hover {
    from {
        right: -3px
    }
    50% {
        right: 100%;
        width: 5px
    }
    to {
        width: 3px
    }
}

#banner-social a.fb span {
    background: #3B5998
}

#banner-social a.twt span {
    background: #1DA1F2
}

#banner-social a.inst span {
    background: #855443
}

#banner-social a.lIn span {
    background: #069
}

#banner-social a.gplus span {
    background: #DA5534
}

#banner-social a.blog span {
    background: #BF9540
}

.banner-slogan,
.mobile-menu {
    display: none
}

.mobile-menu #open-button {
    position: absolute;
    right: 23px;
    top: 36px;
    display: inline-block;
    width: 28px;
    height: 30px
}

.mobile-menu #open-button span:after,
.mobile-menu #open-button span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px
}

.mobile-menu #open-button span:after {
    top: 9px
}

.mobile-menu #open-button span {
    position: relative;
    display: block
}

.mobile-menu #open-button span,
.mobile-menu #open-button span:after,
.mobile-menu #open-button span:before {
    width: 100%;
    height: 5px;
    background-color: #E8E8E8;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 2px
}

.show-menu .mobile-menu #open-button span {
    background-color: transparent
}

.show-menu .mobile-menu #open-button span:before {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px)
}

.show-menu .mobile-menu #open-button span:after {
    transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px)
}

.block {
    padding: 0 0 50px
}

.home-who {
    padding-top: 50px!important;
    padding-bottom: 10px!important
}

.common_title {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 3px
}

.common_title span {
    display: block;
    width: 56px;
    height: 50px;
    margin: 0 auto
}

.common_title span.who_are_we {
    background: url(/assets/img/who_icon.png)
}

.common_title span.see_our_works {
    background: url(/assets/img/see_our_works.png) no-repeat
}

.common_title span.portfolio {
    width: 56px;
    height: 56px
}

.common_title span.portfolio:after {
    content: url(/assets/img/portfolio_hover.png) no-repeat;
    height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.common_title span.career,
.common_title span.contact_us {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 0
}

.common_title span.contact_us {
    background: url(/assets/img/contact_us.png) center no-repeat;
    background-size: 60%
}

.common_title span.career {
    background: url(/assets/img/career.png) center no-repeat;
    background-size: 60%
}

.common_title h1.title,
.common_title h2.title {
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 4px;
    margin-right: -4px
}

.common_title h1.title:after,
.common_title h2.title:after {
    content: "";
    background-color: #DDA537;
    width: 36px;
    height: 1px;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    bottom: -20px;
    left: 50%;
    margin-left: -18px
}

.common:hover>.common_title h1:after,
.common:hover>.common_title h2:after {
    background-color: #c6a053;
    width: 120px;
    margin-left: -60px
}

.common:hover>.common_title h1.who_are:after,
.common:hover>.common_title h2.who_are:after {
    background-color: #c6a053
}

.common:hover>.common_title span:after {
    height: 47px
}

h2.findUs:after {
    left: 48%!important
}

.common:hover>.common_title h2.findUs:after {
    background-color: #EA4B4B;
    left: 51%!important
}

.common_content p {
    text-align: left;
    line-height: 30px;
    color: #2F2E2E;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.common_content p a {
    color: #2F2E2E;
}

.home-who .common_content p {
    text-align: center
}

#home-page #banner .inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: 0
}

#home-page #banner .contact-details {
    position: absolute;
    right: 0;
    bottom: 119px
}

#home-page #banner .contact-details>div {
    margin-bottom: 20px;
    padding-left: 39px
}

#home-page #banner .contact-details>div.loc {
    background: url(/assets/img/pages_banner/home_location.png) left center no-repeat;
    background-size: 16px
}

#home-page #banner .contact-details>div.tel {
    background: url(/assets/img/pages_banner/home_call.png) left center no-repeat;
    background-size: 22px
}

#home-page #banner .contact-details>div.email {
    background: url(/assets/img/pages_banner/home_email.png) left center no-repeat;
    background-size: 19px
}

#home-page #banner .contact-details>div span {
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100
}

#home-page #banner .contact-details>div span.title {
    font-size: 15px;
    font-weight: 400;
    display: none
}

#home-page #banner .contact-details span {
    display: block
}

#about-page .vision-mision {
    margin-top: 100px
}

#code-page .common_content p {
    text-align: center;
    margin-bottom: 70px
}

#code-page #two_column .column {
    position: relative;
    padding-left: 50px;
    padding-top: 5px
}

#code-page .column .put_icon {
    position: absolute;
    left: 0;
    top: -2px
}

#contact-page input[type=submit] {
    margin-top: 10px
}

#career-page .common_title h2.title {
    margin-bottom: 75px
}

#career-page #contact_form label {
    padding: 0
}

#career-page .progress {
    text-align: left;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #989898;
    z-index: 999999
}

#footer .copyright,
#work-page #main-portfolio .tabs ul,
.status section {
    text-align: center
}

#career-page .bar3 {
    background-color: #BF9540;
    width: 0;
    height: 35px
}

#career-page .percent {
    position: absolute;
    display: inline-block;
    line-height: 35px;
    top: 0;
    left: 50%;
    color: #fff;
    transform: translateX(-50%)
}

#services-page .common_content {
    margin-bottom: 50px
}

#services-page .common_content h3:first-child {
    margin-top: 0
}

#services-page .common_content h1,
#services-page .common_content h2,
#services-page .common_content h3,
#static-page .common_content h3 {
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #777;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase
}

#services-page .common_content h1.only-for-validation {
    margin: 0
}

#services-page .common_content ul {
    width: 415px;
    float: left
}

#services-page .common_content ul li,
#static-page .common_content ul li {
    line-height: 24px;
    padding: 10px 0 10px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    background: url(/assets/img/right-arrow.png) left 15px no-repeat;
    background-size: 15px;
    color: #7B7B7B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#work-page #main-portfolio .tabs {
    margin: 70px 0 50px
}

#work-page #main-portfolio .tabs li {
    padding: 0 20px;
    margin: 0 10px;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

#footer,
.column .person:hover>img {
    cursor: url(/assets/img/cursor_view.png), auto
}

#footer .column .posts h4,
#footer .column:nth-child(1) a,
#footer .contact_info ul li span {
    font-family: 'Open Sans', sans-serif
}


#footer .newsletter input[type=email] {
    background-color: #232323;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #7B7B7B;
    border: none;
    padding-left: 20px;
    outline: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px
}

#footer .newsletter .subscribe-submit {
    display: block;
    background-color: #121212;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #232323;
    color: #646464;
    text-transform: uppercase;
    float: right;
    outline: 0
}

#footer .newsletter .subscribe-submit:hover {
    border: 1px solid #948F8F;
    color: #D8D8D8;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


#work-page #main-portfolio .tabs li:hover {
    color: #6b6565
}

#work-page #main-portfolio .tabs li:after,
#work-page #main-portfolio .tabs li:before {
    position: absolute;
    color: #F9AD00;
    opacity: 0;
    transition: .2s all;
    -webkit-transition: .2s all
}

#work-page #main-portfolio .tabs li:before {
    content: '[';
    left: 50%
}

#work-page #main-portfolio .tabs li:after {
    content: ']';
    right: 50%
}

#work-page #main-portfolio .tabs li.active:after,
#work-page #main-portfolio .tabs li.active:before,
#work-page #main-portfolio .tabs li:hover:after,
#work-page #main-portfolio .tabs li:hover:before {
    opacity: 1
}

#work-page #main-portfolio .tabs li.active:before,
#work-page #main-portfolio .tabs li:hover:before {
    left: 0
}

#work-page #main-portfolio .tabs li.active:after,
#work-page #main-portfolio .tabs li:hover:after {
    right: 0
}

#statistics_banner {
    width: 100%;
    height: 420px;
    opacity: 1;
    visibility: inherit;
    overflow: hidden;
    background-image: url(/assets/img/status_bg.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

#static-page .common_content b {
    font-weight: 700;
    color: #dca437
}

#static-page .common_content ul {
    margin-bottom: 20px
}

#statistics_banner .block {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.status section {
    width: 25%;
    float: left
}

.status section i.icon {
    background: url(/assets/img/status_crown.png);
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

@-webkit-keyframes icon {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.status section i.crown {
    background: url(/assets/img/animat-rocket.gif);
    background-size: 100%
}

.status section i.world {
    background: url(/assets/img/status_world.png);
    background-size: 100%
}

.status section i.comment {
    background: url(/assets/img/status_comment.png);
    background-size: 100%
}

.status section i.heart {
    background: url(/assets/img/status_heart.png);
    background-size: 100%
}

#footer .contact_info ul li.icon:before,
#footer .contact_info ul li.phone:before {
    background-image: url(/assets/img/phone.png)
}

.status section h6 {
    font-size: 50px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 22px;
    letter-spacing: 3px
}

.status section span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100
}

#footer {
    padding-top: 50px;
    background-color: #121212
}

#footer .block .columns {
    margin-left: -30px
}

#footer .column {
    color: #fff;
    width: 25%;
    float: left;
    padding-left: 50px
}

#footer .column h3 {
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3C3C3C;
    padding-bottom: 15px;
    text-transform: uppercase
}

#footer .column p {
    color: #646464;
    font-size: 14px;
    line-height: 35px;
    width: 80%;
    font-weight: 200
}

#footer .column span {
    color: #B8B8B8;
    font-size: 15px;
    text-transform: lowercase
}

#footer .column .posts {
    margin-top: 3px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden
}

#footer .column .posts .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 90px;
    border: 1px solid #404040;
    position: relative;
    z-index: 2
}

#footer .column .posts img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1
}

#footer .column .posts h4 {
    margin-top: -10px;
    color: #7B7B7B;
    font-size: 14px;
    line-height: 35px;
    text-transform: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 200;
    letter-spacing: .5px;
    float: left;
    width: calc(100% - 76px)
}

#footer .column .posts:hover>a>h4 {
    color: #E7E7E7;
    cursor: url(/assets/img/cursor_view_black.png), auto
}

#footer .column.important ul li:last-child {
    opacity: 0
}

#footer .newsletter input[type=email] {
    background-color: #232323;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #7B7B7B;
    border: none;
    padding-left: 20px;
    outline: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px
}

#footer .newsletter .subscribe-submit {
    display: block;
    background-color: #121212;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #232323;
    color: #646464;
    text-transform: uppercase;
    float: right;
    outline: 0
}

#footer .newsletter .subscribe-submit:hover {
    border: 1px solid #948F8F;
    color: #D8D8D8;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#footer .footer-social {
    display: none;
    margin-top: 20px
}

#footer .contact_info ul li {
    color: #7B7B7B;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 15px;
    position: relative
}

#footer .column a {
    font-size: 14px;
    color: #BF9540
}

#footer .column:nth-child(1) a {
    line-height: 35px;
    color: #797979;
    font-size: 14px;
    letter-spacing: 2px;
    display: block
}

#footer .column:nth-child(1) a:hover {
    color: #BF9540
}

#top-btn {
    cursor: url(/assets/img/goTop.png), auto
}

#footer .contact_info ul li span {
    position: relative;
    top: -8px;
    left: 30px;
    color: #646464;
    font-size: 14px;
    line-height: 35px;
    text-transform: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 200;
    letter-spacing: .5px
}

.banner_title,
.breadcrumb {
    font-weight: 100;
    position: relative
}

#footer .contact_info ul li:hover>span {
    color: #FDFDFD
}

#footer .contact_info ul li.icon:before {
    width: 46px;
    content: " ";
    position: absolute;
    left: -3px;
    top: 1px;
    height: 20px;
    background-size: 40%;
    background-repeat: no-repeat
}

#footer .contact_info ul li.fax:before {
    background-image: url(/assets/img/fax.png)
}

#footer .contact_info ul li.email:before {
    background-image: url(/assets/img/email.png)
}

#footer .copyright {
    position: relative;
    padding: 20px 0;
    color: #606060;
    background-color: #000;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 3px;
    text-transform: uppercase
}

#footer .copyright #up {
    position: absolute;
    right: 50px;
    line-height: 50px;
    top: -170px;
    cursor: pointer
}

#footer .copyright span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/assets/img/up-arrow.png) center center no-repeat;
    background-size: 18px;
    z-index: 3;
    position: relative
}

#footer .copyright #up:after,
#footer .copyright #up:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50px
}

#footer .copyright #up:after {
    width: 100%;
    height: 100%;
    background: #4c4c4c;
    z-index: 1
}

#footer .copyright #up:before {
    width: 0;
    height: 0%;
    background: #dda537;
    z-index: 2;
    transition: .2s all;
    -webkit-transition: .2s all
}

#footer .copyright #up:hover:before {
    width: 100%;
    height: 100%
}

.static_banner {
    position: relative;
    width: 100%;
    height: 490px;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/img/static-banner.jpg)
}

.static_banner:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0
}

#about-page .static_banner {
    background-image: url(/assets/img/pages_banner/about_banner.jpg);
    background-position: 50% 80%
}

#about-page .static_banner:before {
    background: rgba(0, 0, 0, .5)
}

#work-page .static_banner {
    background-image: url(/assets/img/pages_banner/work_banner.jpeg);
    background-position: 50% 40%
}

#work-page .static_banner:before {
    background: rgba(0, 0, 0, .4)
}

#code-page .static_banner {
    background-image: url(/assets/img/pages_banner/code_banner.jpg);
    background-position: 50% 81%
}

#code-page .static_banner:before {
    background: rgba(0, 0, 0, .6)
}

#services-page .static_banner {
    background-image: url(/assets/img/pages_banner/services_banner.jpg)
}

#process-page .static_banner {
    background-image: url(/assets/img/pages_banner/process.jpg);
    background-position: 50% 0
}

#career-page .static_banner {
    background-image: url(/assets/img/pages_banner/career_banner.jpg);
    background-position: 50% 68%
}

#career-page .static_banner:before {
    background: rgba(0, 0, 0, .5)
}

#process-page .static_banner:before {
    background: rgba(0, 0, 0, .6)
}

#contact-page .static_banner {
    background-image: url(/assets/img/pages_banner/contact_banner.jpg);
    background-position: 50% 40%
}

#contact-page .static_banner:before {
    background: rgba(0, 0, 0, .5)
}

#static-page .static_banner {
    background-image: url(/assets/img/pages_banner/static_banner.jpg);
    background-position: 50% 20%
}

#static-page .static_banner:before {
    background: rgba(0, 0, 0, .72)
}

#static-page .landing.conference{
    background: url(/assets/img/pages_banner/landing-conference.jpg);
}

.breadcrumb {
    display: none;
    color: #969696;
    font-size: 13px;
    z-index: 1;
    top: -215px
}

.banner_title {
    color: #fff;
    font-size: 32px;
    z-index: 1;
    bottom: 80px;
    text-transform: uppercase
}

.banner_title span {
    font-weight: 300
}

.static_layout .slug {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    letter-spacing: 3px;
    color: #6f6d6d;
    line-height: 35px;
    margin-top: -20px;
    position: relative
}

.static_inner:hover>.slug {
    letter-spacing: 5px
}

.banner_title .title:after {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 13px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.common_content .column,
.items_inner .column {
    width: 50%;
    float: left
}

.common_content {
    margin-bottom: 40px
}

.common_content.overflowHidden {
    overflow: hidden
}

.common_content .column p {
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 1px
}

.common_content .column_left p {
    margin-right: 20px;
    text-align: left
}

.common_content .column_left h4,
.common_content .column_right h4 {
    font-weight: 700;
    color: #777;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px
}

.static_inner .column_right h4 {
    margin-left: 15px
}

.static_inner .column_right p {
    margin-left: 20px;
    text-align: left
}

#brief .column_text h2,
#four_column .column,
.alert-box .box,
.bar,
.items_inner .column h2,
.our_work .view_more,
.page-404 {
    text-align: center
}

#two_column {
    margin: 40px 0
}

.items_inner .column h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase
}

.items_inner .column h2:after {
    content: ' ';
    width: 0;
    height: 3px;
    background-color: #3C3C3C;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 14px auto 0;
    display: block
}

.services_inner .column ul li {
    color: #a9a9a9;
    line-height: 35px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 300
}

.services_inner .column h2:after {
    -webkit-transform-style: matrix;
    -webkit-animation: spin 3s infinite linear
}

.items_inner .column:hover>h2:after {
    width: 40%;
    background-color: #bf9540
}

.items_inner .column i.icon {
    display: block;
    width: 35px;
    height: 35px
}

.items_inner .column p {
    color: #4D4D4D;
    line-height: 35px;
    text-transform: lowercase;
    letter-spacing: 0
}

.items_inner .column span {
    font-size: 15px;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif
}

.items_inner .column {
    margin-bottom: 60px;
    position: relative
}

.items_inner .column_right>.content {
    margin-left: 20px
}

.items_inner .column_left>.content {
    margin-right: 20px
}

.items_inner .column i.creative {
    background: url(/assets/img/Icon_codepage/icon_creative.png) center no-repeat
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.column:hover>i.outstanding,
.flip_animation {
    -webkit-transform-style: matrix;
    -webkit-animation: spin 10s infinite linear
}

.column:hover>i.creative:after {
    content: url(/assets/img/Icon_codepage/icon_creative_hover.png) no-repeat;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.column:hover>i.dynamic,
.column:hover>i.effective {
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite
}

.items_inner .column i.outstanding {
    background: url(/assets/img/Icon_codepage/icon_outstanding.png) no-repeat
}

.items_inner .column i.dynamic {
    background: url(/assets/img/Icon_codepage/icon_dynamic.png) center no-repeat
}

.column:hover>i.dynamic {
    -webkit-animation-name: icon;
    -webkit-animation-duration: 10s;
    -moz-animation-name: icon;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: icon;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear
}

.items_inner .column i.effective {
    background: url(/assets/img/Icon_codepage/icon_effective.png) center no-repeat;
    position: relative;
    z-index: 1;
    transition: all .25s linear
}

.column:hover>i.effective {
    background: url(/assets/img/Icon_codepage/icon_effective_hover.png) center no-repeat;
    max-height: 400px;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.code_inner .wrapper {
    overflow: hidden
}

.code_inner .column p {
    min-height: 120px
}

.code_inner .common_content h3 {
    text-align: center;
    margin-top: 45px;
    display: block;
    font-size: 20px;
    color: #A3A2A2;
    line-height: 30px
}

iframe {
    display: block;
    border: none;
    height: 100vh;
    width: 100%
}

.single_content .images {
    margin: 40px 0
}

.single_content .featured_image img {
    min-width: 100%;
    height: 238px;
    border: 1px solid #fff;
    box-sizing: border-box
}

.single_content .featured_image {
    width: 33.2%;
    height: 238px;
    overflow: hidden;
    float: left
}

#stockIframe,
#stockIframe iframe {
    width: 100%;
    height: 100%
}

body,
html {
    height: 100%
}

#stockIframe iframe {
    border: 0;
    overflow: hidden
}

#contact_page ul li {
    color: #000;
    font-size: 14px;
    text-transform: uppercase
}

#contact_page .two_column .column {
    width: 50%
}

#contact_page .two_column .column .inner_padding {
    padding-left: 30px
}

#contact_page .column ul li {
    margin-bottom: 21px
}

#contact_form input,
#contact_form textarea {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #616161;
    text-transform: uppercase;
    font-family: dosis;
    outline: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 200
}

#contact_form textarea {
    margin-top: 20px;
    min-height: 90px;
    margin-bottom: 20px
}

#contact_form button {
    background: #100F0F;
    border: none;
    width: 110px;
    position: relative;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 3px;
    cursor: pointer
}

#contact_form label {
    display: inline-block;
    position: relative;
    line-height: 40px
}

#contact_form label:after {
    content: ' ';
    background-color: #DDA537;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#contact_form label:hover:after {
    width: 100%;
    background-color: #DDA537
}

#contact_form .btns {
    display: inline-block;
    float: right
}

#contact_form .btns .btn {
    float: left;
    display: inline-block;
    margin-left: 20px
}

.flip_animation {
    opacity: .8
}

#container:hover .flip_animation {
    -webkit-transform-style: flat
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(360deg)
    }
}

.flip_animation>div {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
    height: 200px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    font-family: monospace;
    font-size: 12pt
}

.flip_animation>:first-child {
    background-color: #49DC93;
    -webkit-transform: translateZ(-100px) rotateY(45deg)
}

.flip_animation>:last-child {
    background-color: #FF6;
    -webkit-transform: translateZ(50px) rotateX(20deg);
    -webkit-transform-origin: 50% top
}

#map-canvas {
    height: 400px;
    border: 1px dotted #717171
}

#four_column .column {
    width: 25%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px
}

.column .person {
    padding: 15px
}

.column .person .profile {
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

.column .person .profile a.icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    padding: 0 15px;
    position: relative
}

.column .person .profile a.fb {
    background: url(/assets/img/team/fb.png) center no-repeat
}

.column .person .profile a.icon:after {
    color: #000;
    width: 120px;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    left: -33px;
    top: -23px;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.column .person .info,
.column .person img {
    position: relative;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s
}

.column .person .profile a.fb:after {
    content: 'facebook'
}

.column .person .profile a.tw:after {
    content: 'twitter'
}

.column .person .profile a.insta:after {
    content: 'instagram'
}

.column .person .profile a:hover:after {
    opacity: 1
}

.column .person .profile a.tw {
    background: url(/assets/img/team/tw.png) center no-repeat
}

.column .person .profile a.insta {
    background: url(/assets/img/team/insta.png) center no-repeat
}

.column .person img {
    width: 100%;
    border: 4px solid #eee;
    top: -50px;
    z-index: 2;
    transition: all .45s
}

.column .person:hover>img {
    top: 0
}

.column .person .info {
    top: -53px;
    transition: all .45s
}

#brief .padding i.icon,
.column .person .info span {
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    display: block
}

.column .person:hover>.info {
    top: 9px
}

.column .person .info h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #898989
}

.column .person .info span {
    font-size: 13px;
    margin-top: 10px;
    transition: all .45s
}

.column .person:hover>.info span {
    opacity: 0
}

#brief .block {
    width: 33%;
    float: left;
    margin-bottom: 40px
}

#brief .block .padding {
    padding: 10px
}

#brief p {
    color: #A3A3A3;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 20px
}

#brief .column_text h2,
#brief h2 {
    font-weight: 700;
    color: #898989;
    position: relative
}

#brief h2 {
    margin-top: 20px;
    margin-bottom: 30px
}

#brief .column_text {
    margin-top: 70px
}

#brief .column_text:nth-child(3) {
    margin-bottom: 100px
}

#brief .padding i.icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition: all .45s
}

#brief .column_text i.case {
    background: url(/assets/img/icon_case.png) no-repeat
}

#brief .column_text i.icon:after {
    height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s
}

#brief .column_text i.case:after {
    content: url(/assets/img/icon_case_hover.png) no-repeat
}

#brief .column_text i.testi:after {
    content: url(/assets/img/icon_testi_hover.png) no-repeat
}

#brief .column_text i.solution:after {
    content: url(/assets/img/icon_solution_hover.png) no-repeat
}

#brief .column_text:hover>i.icon:after {
    height: 48px
}

#brief .column_text i.solution {
    background: url(/assets/img/icon_solution.png) no-repeat
}

#brief .column_text i.testi {
    background: url(/assets/img/icon_testi.png) no-repeat
}

#brief .column_text h2 {
    margin-top: 20px;
    margin-bottom: 30px
}

@-moz-document url-prefix() {
    .column i.icon {
        -moz-transition: all 3s ease-out!important
    }
    .column:hover>i.planning {
        background: url(/assets/img/services_icon/moz_plan_icon.png) center no-repeat;
        animation: animationRotateX linear 8s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationRotateX linear 8s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationRotateX linear 8s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationRotateX linear 8s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationRotateX linear 8s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%
    }
    @keyframes animationRotateX {
        0% {
            transform: rotate(0)
        }
        10% {
            transform: rotate(35deg)
        }
        29% {
            transform: rotate(113deg)
        }
        50% {
            transform: rotate(199deg)
        }
        66% {
            transform: rotate(302deg)
        }
        100%,
        80% {
            transform: rotate(360deg)
        }
    }
    @-moz-keyframes animationRotateX {
        0% {
            -moz-transform: rotate(0)
        }
        10% {
            -moz-transform: rotate(35deg)
        }
        29% {
            -moz-transform: rotate(113deg)
        }
        50% {
            -moz-transform: rotate(199deg)
        }
        66% {
            -moz-transform: rotate(302deg)
        }
        100%,
        80% {
            -moz-transform: rotate(360deg)
        }
    }
    @-webkit-keyframes animationRotateX {
        0% {
            -webkit-transform: rotate(0)
        }
        10% {
            -webkit-transform: rotate(35deg)
        }
        29% {
            -webkit-transform: rotate(113deg)
        }
        50% {
            -webkit-transform: rotate(199deg)
        }
        66% {
            -webkit-transform: rotate(302deg)
        }
        100%,
        80% {
            -webkit-transform: rotate(360deg)
        }
    }
    @-o-keyframes animationRotateX {
        0% {
            -o-transform: rotate(0)
        }
        10% {
            -o-transform: rotate(35deg)
        }
        29% {
            -o-transform: rotate(113deg)
        }
        50% {
            -o-transform: rotate(199deg)
        }
        66% {
            -o-transform: rotate(302deg)
        }
        100%,
        80% {
            -o-transform: rotate(360deg)
        }
    }
    @-ms-keyframes animationRotateX {
        0% {
            -ms-transform: rotate(0)
        }
        10% {
            -ms-transform: rotate(35deg)
        }
        29% {
            -ms-transform: rotate(113deg)
        }
        50% {
            -ms-transform: rotate(199deg)
        }
        66% {
            -ms-transform: rotate(302deg)
        }
        100%,
        80% {
            -ms-transform: rotate(360deg)
        }
    }
    .column:hover>i.web_dev {
        background: url(/assets/img/services_icon/moz_web_icon.png) center no-repeat!important
    }
    @-moz-document url-prefix() {
        .items_inner .column i.mobile_app {
            background: url(/assets/img/services_icon/mobile_app.png) center center no-repeat!important;
            position: relative
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .items_inner .column i.mobile_app {
            background: url(/assets/img/services_icon/mobile_app.png) center center no-repeat!important;
            position: relative
        }
    }
}

.bar2,
.bar:nth-child(1) {
    animation: loading 3s linear infinite
}

.services_inner .column_left ul li {
    display: block;
    font-size: 15px;
    line-height: 29px;
    color: #5A5A5A;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px
}

.services_inner .content ul li span {
    color: #000;
    font-weight: 400
}

.services_inner p {
    margin-bottom: 20px
}

.services_inner p i {
    margin-right: 6px
}

#process-page #two_column {
    margin: 20px 0 40px
}

.items_inner .column i.listen {
    background: url(/assets/img/process_icon/listen.png) center no-repeat
}

.items_inner .column i.think {
    background: url(/assets/img/process_icon/think.png) center no-repeat
}

.items_inner .column i.discover {
    background: url(/assets/img/process_icon/discover.png) center no-repeat
}

.items_inner .column i.collaborate {
    background: url(/assets/img/process_icon/collaborate.png) center no-repeat
}

.items_inner .column i.focus {
    background: url(/assets/img/process_icon/focus.png) center no-repeat
}

.items_inner .column i.insight {
    background: url(/assets/img/process_icon/insight.png) center no-repeat
}

.items_inner .column i.trust {
    background: url(/assets/img/process_icon/trust.png) center no-repeat
}

.items_inner .column i.manage {
    background: url(/assets/img/process_icon/manage.png) center no-repeat
}

.inner_process .column:hover>h2:after {
    width: 10%
}

.alert-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999
}

.alert-box .alert-box-bg {
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    z-index: 1
}

.alert-box .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    color: #000;
    background: #fff;
    line-height: 25px
}

.alert-box .box .header {
    background: url(/assets/img/alert-error.png) center center no-repeat #CF3838;
    background-size: 50px;
    padding: 50px 30px;
    position: relative
}

.alert-box .box .header:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 80px 0;
    border-color: #CF3838 transparent transparent
}

.alert-box .box.success .header {
    background: url(/assets/img/alert-success.png) center center no-repeat #46B17D;
    background-size: 50px
}

.alert-box .box.success .header:after {
    border-color: #46B17D transparent transparent
}

.alert-box .box .text {
    padding: 50px 60px;
    text-transform: uppercase
}

.alert-box .box .text h1 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.alert-box i {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff
}

#newsletter {
    position: relative
}

#newsletter .error {
    display: block;
    position: absolute;
    top: 108px;
    color: #fff!important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    background-color: #BA1C1C;
    padding: 10px 15px;
    border-radius: 17px;
    line-height: 20px
}

#newsletter .error:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #BA1C1C;
    position: absolute;
    top: -8px;
    left: 45%
}

.page-404 {
    padding: 45px 0
}

.page-404 b {
    font-size: 245px
}

.our_work .view_more a {
    border: 1px solid #dda537;
    padding: 13px 36px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000
}

.hvr-float-shadow a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.our_work .icon,
span.who_are_wes {
    display: none
}

.hvr-float-shadow a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow a:hover,
.hvr-float-shadow:active,
.hvr-float-shadow:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow a:hover:before,
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.whoweare_png {
    width: 60px;
    margin: 0 auto
}

.our_work .common_title h2.title,
.whoweare_div .common_title h2.title {
    margin-top: 0
}

.whoweare_png img {
    width: 100%;
    height: 50px
}

.whoweare_div .common_content {
    margin-bottom: 0
}

.our_work_gif img {
    width: 110px;
    height: 110px
}

.our_work .works {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px
}

.our_work .works .blk {
    width: 25%;
    height: 275px;
    padding: 10px;
    float: left
}

.our_work .works .blk .inner {
    background: rgba(233, 233, 233, .38);
    height: 100%;
    position: relative;
    overflow: hidden
}

.our_work .works .blk .inner img {
    opacity: .95;
    width: 100%;
    height: 100%;
    transition: .5s all;
    -webkit-transition: .5s all
}

.our_work .works .blk .inner:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, -1.5deg);
    transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 1, -1.5deg)
}

.our_work .works .blk.text {
    width: 50%;
    height: 550px
}

.our_work .works .blk.text .inner p {
    font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
    padding: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 50px;
    color: #3a3a3a;
    text-transform: uppercase!important
}

#blogs .promo-title,
.inputfile+label,
.title_center,
figure figcaption {
    text-transform: uppercase
}

.our_work .works .blk.text .inner p span.hi b {
    font-size: 50px
}

.our_work .works .blk.text .inner p span.cmpny b {
    font-size: 31px
}

.our_work .works .blk.text .inner b {
    font-weight: 700;
    font-size: 25px
}

.load-bar {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #C1C1C1
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%
}

.bar:nth-child(1) {
    background-color: #DCA437
}

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10
    }
    to {
        left: 0;
        width: 100%
    }
}

#shareus {
    position: relative;
    font-family: Muli;
    width: 247px;
    margin: 0 auto;
    font-size: 13px
}

.shareusmain {
    padding: 90px 0!important
}

#shareus .anim_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ecf0f1;
    height: 90px;
    overflow: hidden
}

#visible {
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    padding: 0 40px 0 45px
}

#visible:before {
    content: '[';
    left: 0;
    line-height: 30px
}

#visible:after {
    content: ']';
    right: 0;
    line-height: 30px
}

#blogs .img-overlay:after,
#blogs .img-overlay:before,
.promo-title:after,
.promo-title:before {
    content: "";
    position: absolute
}

#visible:after,
#visible:before {
    position: absolute;
    top: 0;
    color: #DDA537;
    font-size: 30px;
    -webkit-animation: 2s linear 0s normal none infinite opacity;
    animation: 2s linear 0s normal none infinite opacity
}

#visible p {
    display: inline;
    float: left;
    margin: 8px 0 0;
    text-transform: uppercase!important;
    font-family: Muli!important;
    font-size: 13px!important;
    font-weight: 700;
    letter-spacing: 2px
}

#visible ul {
    margin-top: 1px;
    padding-left: 44px;
    text-align: left;
    list-style: none;
    -webkit-animation: 15s linear 0s normal none infinite change;
    animation: 15s linear 0s normal none infinite change
}

#visible ul li {
    line-height: 34px;
    height: 30px;
    margin: 0;
    width: 130px
}

@-webkit-keyframes opacity {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes opacity {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes change {
    0%,
    100%,
    12% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    17%,
    29%,
    85%,
    97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    34%,
    46%,
    68%,
    80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    51%,
    63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }
}

@keyframes change {
    0%,
    100%,
    12% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    17%,
    29%,
    85%,
    97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    34%,
    46%,
    68%,
    80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    51%,
    63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }
}

#blogs {
    margin: 80px 0
}

#blogs .common_title {
    margin-bottom: 50px
}

#blogs .common_title h2.title {
    margin-bottom: 0
}

#blogs .common_title img {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px
}

#blogs ul {
    margin-left: -10px;
    margin-right: -10px
}

#blogs ul li {
    padding: 10px;
    width: 33.33%;
    float: left;
    height: 264px;
    position: relative
}

#blogs ul li:last-child {
    display: none
}

#blogs .img-overlay img {
    width: 100%;
    display: block;
    min-height: 100%
}

#blogs .img-overlay:hover .promo-title,
#blogs .promo-title {
    width: auto;
    height: auto;
    opacity: 1
}

#blogs .img-overlay:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px
}

#blogs .img-overlay:after {
    top: calc(5.5% + 10px);
    left: calc(4% + 10px);
    right: calc(4% + 10px);
    bottom: calc(5.5% + 10px);
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#blogs .img-overlay:hover:after {
    background: rgba(19, 19, 19, .65);
    border: 1px solid rgba(255, 255, 255, .8)
}

#blogs .promo-title {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: .3rem;
    letter-spacing: 1px;
    max-height: 99999px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 14px;
    padding-bottom: 14px;
    font-style: italic;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    overflow: hidden;
    transition: .2s all;
    -webkit-transition: .2s all
}

.promo-title:after,
.promo-title:before {
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #FFF;
    transition: .2s all;
    -webkit-transition: .2s all
}

.promo-title:after {
    bottom: 3px;
    width: 60px;
    margin-left: -30px
}

#social_media {
    margin-bottom: 40px;
    margin-top: 60px
}

#social_media h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px
}

#social_media ul {
    width: 390px;
    margin: 0 auto
}

#social_media ul li {
    float: left;
    padding: 0 25px;
    position: relative
}

#social_media ul li:first-child {
    padding-left: 0
}

#social_media ul li:last-child {
    padding-right: 0
}

#social_media ul li,
#social_media ul li a {
    position: relative;
    display: block
}

#social_media ul li a.icon {
    background-size: 100%!important;
    width: 36px;
    height: 40px
}

#social_media ul li a.fb {
    background: url(/assets/img/icon_fb.png) no-repeat
}

#social_media ul li a.tw {
    background: url(/assets/img/icon_tw.png) no-repeat
}

#social_media ul li a.in {
    background: url(/assets/img/icon_ins.png) no-repeat
}

#social_media ul li a.gg {
    background: url(/assets/img/icon_google.png) no-repeat
}

#social_media ul li a.li {
    background: url(/assets/img/icon_linked.png) no-repeat
}

#social_media ul li a {
    left: 0;
    background-position: center center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#social_media ul li a:hover {
    margin-top: -10px
}

.copyright #up {
    display: block
}

.title_center {
    text-align: center;
    margin-bottom: 40px;
    font-family: Dosis
}

.title_center i {
    display: block;
    background: url(/assets/img/we_love.png) no-repeat;
    width: 110px;
    height: 100px;
    background-size: 89%;
    margin: 0 auto
}

#main-portfolio:hover>.title_center i {
    display: block;
    background: url(/assets/img/we_love.gif) no-repeat;
    width: 110px;
    height: 100px;
    background-size: 89%;
    margin: 0 auto
}

.inner_banner .big_slug {
    float: left;
    width: 25%;
    font-size: 45px;
    line-height: 70px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 35px;
    font-family: Dosis
}

.inner_banner .big_slug span {
    font-weight: 400
}

.inner_banner .banner_image {
    width: 70%;
    float: right;
    text-align: right
}

.banner_image img {
    width: 70%
}

.put_info h2 {
    text-align: left!important;
    font-family: Dosis;
    margin-bottom: 0!important
}

.column .put_icon {
    float: left;
    width: 8%;
    margin-top: 0
}

.column .put_info {
    float: left;
    width: 86%
}

.put_icon .icon {
    background: url(/assets/img/logo_design.png) top no-repeat;
    background-size: 61%;
    position: relative
}

.put_icon .print_ser {
    background: url(/assets/img/printing_ser.png) center no-repeat;
    background-size: 61%
}

.put_icon .brand_dev {
    background: url(/assets/img/brand_dev.png) center no-repeat;
    background-size: 61%
}

.put_icon .web_dsn {
    background: url(/assets/img/web_design.png) center no-repeat;
    background-size: 61%
}

.put_icon .mobile_app {
    background: url(/assets/img/mobile_app.png) center no-repeat;
    background-size: 61%
}

.put_icon .seo {
    background: url(/assets/img/seo.png) center no-repeat;
    background-size: 61%
}

.inner_banner {
    margin-bottom: 80px!important
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/assets/img/starting_preloader.gif) center no-repeat #fff;
    background-size: 7%
}

.items_inner .column i {
    background-size: 90%!important
}

.inner_code_banner img {
    width: 100%
}

.put_icon .creative_ic {
    background: url(/assets/img/Icon_codepage/think.png) center no-repeat;
    background-size: 61%
}

.put_icon .outstanding_ic {
    background: url(/assets/img/Icon_codepage/icon_outstanding.png) center no-repeat;
    background-size: 61%
}

.put_icon .dynamic_ic {
    background: url(/assets/img/Icon_codepage/icon_dynamic.png) center no-repeat;
    background-size: 61%
}

.put_icon .effective_ic {
    background: url(/assets/img/Icon_codepage/icon_effective.png) center no-repeat;
    background-size: 61%
}

@media screen and (max-width:1024px) {
    .column .put_icon {
        width: 10%!important
    }
}

.inner_code_banner {
    background-image: url(/assets/img/code_inner_banner.jpg);
    width: 100%;
    height: 420px;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%
}

.adress {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    font-weight: 300
}

@-webkit-keyframes expand {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #4c4c4c
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        color: #DAA36B
    }
}

@keyframes expand {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #4c4c4c
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        color: #DAA36B
    }
}

.anim_icon span {
    color: #4c4c4c;
    margin: 20px 35px;
    -webkit-animation: expand 1.5s ease-in-out infinite;
    animation: expand 1.5s ease-in-out infinite
}

.anim:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.choosefile {
    position: relative;
    margin-left: 0
}

.choosefile .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: -1
}

figure,
figure figcaption {
    top: 0;
    width: 100%;
    position: absolute
}

.inputfile+label {
    font-family: dosis;
    font-size: 13px;
    color: #000;
    display: inline-block;
    cursor: pointer;
    padding-left: 33px!important;
    margin-right: 20px;
    background: url(/assets/img/upload.png) left center no-repeat;
    background-size: 22px
}

.inputfile+label:after {
    display: none
}

#uploaded-file-name {
    display: none;
    font-size: 12px;
    padding-left: 32px;
    line-height: 40px;
    padding-right: 20px;
    color: #DDA537;
    float: left
}

figure {
    opacity: 0;
    float: left;
    overflow: hidden;
    min-height: 100%;
    text-align: center;
    transition: .2s all;
    -webkit-transition: .2s all
}

.our_work .works .blk .inner:hover figure {
    opacity: 1
}

figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    height: 100%
}

figure figcaption::after,
figure figcaption::before {
    pointer-events: none
}

figure.effect-apollo img {
    opacity: .95;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.13, 1.13, 1);
    transform: scale3d(1.13, 1.13, 1)
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 144px;
    left: 0;
    width: 144%;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 75deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 75deg) translate3d(0, -100%, 0);
    border-top: 3px solid rgba(255, 255, 255, .09)
}

figure.effect-apollo:hover figcaption::before {
    left: -200%
}