/*fonts */
.fi{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fi-behance:before{content:'\0041';}
.fi-facebook:before{content:'\0042';}
.fi-linkedin:before{content:'\0043';}
.fi-dribble:before{content:'\0044';}
.fi-twitter:before{content:'\0045';}
.fi-facebook-small:before{content:'\0046';}
.fi-google-small:before{content:'\0047';}
.fi-pinterest-small:before{content:'\0048';}
.fi-share:before{content:'\0049';}
.fi-twitter-small:before{content:'\004A';}

.fi-facebook-small:hover {color: #3c5b97;}
.fi-google-small:hover {color: #da4835;}
.fi-pinterest-small:hover {color: #cc2128;}
.fi-twitter-small:hover {color: #74b4e0;}

.fi-next:before{content:'\004B';}


/* /fonts*/

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

/* base styles*/
html {
    height: 100%;
    font-size:18px;
}
body {
    min-height: 100%;
    font-family: 'Microsoft YaHei',Arial, sans-serif;
    font-weight: 100;
    background: #fff;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.container-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
img {
    vertical-align: bottom;
    border: 0;
    max-width: 100%;
}
.headerText h2 {
    padding-bottom: 38px;
}

/* base typo*/
a {color:#fff; border: 0;  text-decoration: none;}
/*a:hover {color: #000;}*/
p {margin: 0;}

.mainheading, .subheading {margin-bottom: .8em;}
.mainheading {font-size: 34px; font-weight: bold; color: #000; letter-spacing: 3px;}
.subheading {font-size: 48px; font-weight: 100;}
.fourheading {font-size: 18px; color:#808080;   letter-spacing: 3px;}

.text {font-size: 24px;line-height: 30px; font-weight: 100;}
.text-big, .headerText {
    font-size: 26px; line-height: 40px; color:#fff;
}
.headerTextHeading {
    margin-bottom: 0;
}

.fb{float:left; margin-right: 30px; margin-top:3px;}
.tw{float:left; margin-right: 25px;}
.go{float:left;}


@media screen and (max-width: 1280px) {
    .mainheading {font-size: 28px;}
    .subheading {font-size: 36px;}
    .project-light .projectHeading em.curly{
        margin-left: 160px !important;
        font-size: 67px !important;;
    }
    .project-light .projectHeading em.sup {
        top: 0 !important;;
    }
    .project-light .projectHeading em.sub {
        top: 40px !important;;
    }
    .fourheading {font-size: 16px; }

    .text {font-size: 20px; line-height: 26px;}
    .text-big , .headerText {font-size: 20px;   line-height: 36px; }

}

@media screen and (max-width: 1024px) {
    .subheading {font-size: 30px;}
    .text-big, .headerText { font-size: 18px; line-height: 32px;}
}

@media screen and (max-width: 767px) {
    .mainheading {font-size: 36px;}

    .text {font-size: 18px; line-height: 24px;}
    .text-big, .headerText {  font-size: 16px;   line-height: 26px; margin-top: 50px !important;}
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 320px) {
    .fourheading {letter-spacing: 1px}
    .fb{float:left; margin-right: 20px; }
    .tw{float:left; margin-right: 15px;}

}
/* /base typo*/




/* helping adds*/
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
}
.juster {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.vfix {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}
.cfix:after {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
    display: block;
    content: '';
}

.hiddenBlock {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.scrolled {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* common blocks */
.socialHeading {text-transform: uppercase; margin-bottom: 27px;font-size: 18px; color:#808080;   letter-spacing: 3.6px; font-weight: 300;}
@media screen and (max-width: 1280px) {
    .socialHeading {margin-bottom: 20px; font-size: 16px; }
}
@media screen and (max-width: 767px) {
    .socialHeading { letter-spacing: .6px;}
}
.socialItems {font-size: 0;}
.socialItem {display: inline-block; vertical-align: middle; margin-right: 40px; font-size: 32px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease; }
.socialItem:last-child {margin-right: 0;}


.share-button{
    display:inline-block;
    vertical-align:middle;
    position: relative;
    margin-right: 30px;
    width:32px;
    height:32px;
}

.share-button i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 32px;
    color: #C0C0C0;
    transition: color .4s ease;
}

.g-plus > div {
    cursor: pointer;
    margin: 0!important;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    position: relative;
    margin-top: 6px!important;
    opacity: 0;
    z-index: 2;
}

.g-plus:hover i {
    color: #DA4835;
}

.f-like iframe {
    cursor: pointer;
    width: 20px!important;
    height: 100%!important;
    overflow: hidden;
    position:relative;
    margin-left: 5px;
    margin-top: 6px;
    opacity: 0;
    z-index: 2;
}
.f-like:hover i {
    color: #3C5B97;
}

.t-follow > div {
    cursor: pointer;
    width: 20px!important;
    height: 100%!important;
    overflow: hidden;
    position:relative;
    margin-left: 5px;
    margin-top: 6px;
    opacity: 0;
    z-index: 2;
}
.t-follow:hover i {
    color: #74B4E0;
}



.share {display: inline-block; vertical-align: middle; font-size: 0; color:#000;padding:5px 0; }

.shareIcon {opacity: .2; display: inline-block; vertical-align: middle;font-size: 32px; color:inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}
.shareIcon:hover{color:inherit;}

@media screen and (min-width: 1025px) {
    .shareIcon:hover{opacity: 1!important; color: inherit;}
}




.share .socialItems {display: inline-block; vertical-align: middle;   overflow: hidden; margin-left: 30px; }
@media screen and (max-width: 1280px) {
    .share .socialItems {margin-left: 18px;}
}


.share .socialItem:nth-child(4) {
    -moz-transform:  translate3d(-250px,0,0);
    -webkit-transform: translate3d(-250px,0,0);
    -o-transform:  translate3d(-250px,0,0);
    -ms-transform:  translate3d(-250px,0,0);
    transform:  translate3d(-250px,0,0);
}
.share .socialItem:nth-child(3) {
    -moz-transform: translate3d(-200px,0,0);
    -webkit-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}
.share .socialItem:nth-child(2) {
    -moz-transform: translate3d(-150px,0,0);
    -webkit-transform: translate3d(-150px,0,0);
    -o-transform: translate3d(-150px,0,0);
    -ms-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
}
.share .socialItem:nth-child(1) {
    -moz-transform: translate3d(-100px,0,0);
    -webkit-transform: translate3d(-100px,0,0);
    -o-transform: translate3d(-100px,0,0);
    -ms-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
}
.share .socialItem {opacity: 0; color:inherit;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease .2s, color .3s ease;
    -moz-transition:  -moz-transform .3s ease, opacity .3s ease .2s, color .3s ease;
    -ms-transition:  -ms-transform .3s ease, opacity .3s ease .2s, color .3s ease;
    -o-transition:  -o-transform .3s ease, opacity .3s ease .2s, color .3s ease;
    transition:  transform .3s ease, opacity .3s ease .2s, color .3s ease;
}
@media screen and (max-width: 1280px) {
    .socialItem  {font-size: 26px; }
    .share .socialItem  { margin-right: 25px;}
    .share .socialItem:last-child  {margin-right: 0;}

    .shareIcon{font-size: 26px;}
}

.share .socialItem.animated {
    -moz-transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    -webkit-transition: -webkit-transform .3s ease .2s , opacity .3s ease, color .3s ease ;
    -moz-transition:  -moz-transform .3s ease .2s , opacity .3s ease , color .3s ease;
    -ms-transition:  -ms-transform .3s ease .2s , opacity .3s ease , color .3s ease;
    -o-transition:  -o-transform .3s ease .2s , opacity .3s ease , color .3s ease;
    transition:  transform .3s ease .2s , opacity .3s ease , color .3s ease;
    opacity: .2;
}

@media screen and (min-width: 1025px) {
    .share .socialItem.fi-facebook-small:hover {color: #3c5b97;}
    .share .socialItem.fi-google-small:hover {color: #da4835;}
    .share .socialItem.fi-pinterest-small:hover {color: #cc2128;}
    .share .socialItem.fi-twitter-small:hover {color: #74b4e0;}

    .share .socialItem:hover {opacity: 1 !important;}
}

/* apple store button */
.appButton {width: 216px; height: 73px; display: inline-block;  border:2px solid rgba(0,0,0,.2); border-radius: 5px;
    -webkit-transition: border-color 500ms ease;
    -moz-transition: border-color 500ms ease;
    -ms-transition: border-color 500ms ease;
    -o-transition: border-color 500ms ease;
    transition: border-color 500ms ease; }
.appButton img {vertical-align: middle;opacity:.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;}
.appButton:hover {border-color: #000;}
.appButton:hover img {opacity: 1;}

.appButton-white   { border-color:rgba(255,255,255,.5); }
.appButton-white:hover { border-color:#fff; }

/* animated block */
.animatedBlock {
    opacity: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.animatedBlock-2 {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all 1s ease .5s;
}

.animatedBlock-left {
    -moz-transform: translate3d(-50px,0,0);
    -webkit-transform: translate3d(-50px,0,0);
    -o-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}
.animatedBlock-right {
    -moz-transform: translate3d(50px,0,0);
    -webkit-transform: translate3d(50px,0,0);
    -o-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
}

.animatedBlock-right-2 {
    -moz-transform: translate3d(100px,0,0);
    -webkit-transform: translate3d(100px,0,0);
    -o-transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}
.animatedBlock-bottom{
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}


.visible .animatedBlock {
    opacity: 1;
    -moz-transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.mobile .animatedBlock {
    opacity: 1!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform:none!important;
    -ms-transform: none!important;
    transform: none!important;

    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}


#orphus {position: absolute; left: -9999px; top: -9999px;}

.header {position: relative; padding: 60px 0 120px 0;}

.headerTop { margin-bottom: 175px;}
@media screen and (max-width: 1280px) {
    .headerTop {  margin-bottom: 125px;}
}

.logo {display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}
.logo:hover {    opacity: 0.8;}
.logo img {width: 100%;}


/* menu */
.menu { float: right;    text-align: right;background: #F06413;}
.menuButton {display: none;}
.menuList {padding: 11px 20px;font-size: 0;}
.menuListItem { display: inline-block; vertical-align: middle; margin-right: 50px;}
.menuListItem:last-child {margin-right: 0;}
.menuLink { font-size: 15px;color: #fff; letter-spacing: 1px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*.menuLink:hover,*/
/*.menuLink.active { color: #000; opacity: 1;}*/

.header .mbox {
    width: 88%!important;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.headerText {width: 66.6%; margin-bottom: 180px;}
/*.headerTextHeading {margin-bottom: 40px; }*/
@media screen and (max-width: 1440px) {
    .headerText {width: 80%;}
}

@media screen and (max-width: 1023px) {
    .headerText {width: 100%;  }
}

@media screen and (max-width: 700px) {

    .header {
        padding: 30px 0 103px;
    }
    .headerTop  {
        margin-bottom: 80px;
    }
    .headerTop .mbox {
        width: 88%;
        padding: 0 6%;
        z-index: 9999;
    }
    .headerText {
        max-width: none;
    }
    .logo {
        width: 170px;
    }
    .menu {
        background: none;
    }
    .menuButton {
        position: relative;
        display:block;
        width: 22px;
        height:22px;
        cursor: pointer;
        outline: none;
        user-select: none;
        background: none;
        border: 0;
        top: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .menuButton:before {
        content:'';
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: -10px;
        right: -10px;
    }

    .menuIcon,
    .menuIcon:before,
    .menuIcon:after {
        display: block;
        width: 22px;
        height: 3px;
        background: #F06413;
        position: relative;
    }
    .menuIcon {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .menuIcon:before,
    .menuIcon:after {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 1px center;
        transform-origin: 1px center;
    }
    .menuIcon:before {
        top: -7px;
    }
    .menuIcon:after {
        top: 7px;
    }
    .open .menuButton {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    .open .menuIcon {    background: transparent;}
    .open .menuIcon:before,
    .open .menuIcon:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
    }
    .open .menuIcon:before {
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .open .menuIcon:after {
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .menuContent {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        right: 0;
        background: #fff;
        z-index: 999;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .menuList {
        border-top: 1px solid #e5e5e5;
        position: relative;
        padding-top: 0;
    }
    .menuListItem {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        margin: 0;
    }
    .menuList li:last-child{
        border: 0;
    }
    .menuLink {
        display: block;
        padding: 20px 6%;
        text-align: left;
        color:#444;
        opacity: 1;
    }


}


.footer {text-align: center; padding: 120px 0 60px;}
.footerSocial {margin-bottom: 115px;}
.footerSocial .socialItem { margin: 0 20px;}

.contacts {font-size: 0;}
.contact  {display: inline-block; vertical-align: top; margin: 0 30px; font-size: 18px; letter-spacing: 1.5px; font-weight: 300;}
.contactTitle {font-weight: 600; margin-right: 10px; text-transform: uppercase;}
@media screen and (max-width: 1024px){
    .footer .contacts a{color:#000000;}
}
@media screen and (max-width: 1023px) {
    .contact {display: block; margin: 0 0 15px;}
}
@media screen and (max-width: 640px) {
    .contactTitle {display: block; margin: 0 0 10px;}

}


.notfound{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.notfound-content{display: inline-block;vertical-align: middle;width: 88%; max-width: 700px;text-align:left;}
.notfound-img{ width:40%; display: table-cell; vertical-align: middle;}
.notfound-text{width:60%; display: table-cell; vertical-align: middle;}
.notfound-text .headerTextHeading {  margin-bottom: 20px; }
.notfound a{

    color: #000;
    font-weight: bold;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
.notfound a:hover{color:#c0c0c0}




@media screen and (max-width: 767px) {

    .notfound-img{ width:100%;text-align:center;margin-bottom: 35px; display: block;}
    .notfound-text{ width:100%;text-align:center;display: block; }
    .notfound-text .mainheading { font-size: 48px;}

}


