@font-face {
    font-family: w3;
    src: url('../fonts/Hiragino Sans GB W3.otf'); /* IE9+ */
}

@font-face {
    font-family: w6;
    src: url('../fonts/Hiragino Sans GB W6.otf'); /* IE9+ */
}
@font-face {
    font-family: SukhumvitSet;
    src: url('../fonts/SukhumvitSet.ttc'); /* IE9+ */
}

.preloader {
    position: fixed; z-index: 10000; top: 0;left: 0; right: 0; bottom: 0; background: #fff; text-align: center;
}
.preloaderImage {vertical-align: middle;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.preloaderImage.hide {
    opacity: 0;
    -webkit-transform: translate3d(0,-70px,0);
    -ms-transform: translate3d(0,-70px,0);
    -o-transform: translate3d(0,-70px,0);
    transform: translate3d(0,-70px,0);
}

body.noscroll {overflow: hidden;}
/* wraps styling*/
.lang_check{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 88%;
    max-width: 1440px;
}
.lang_check a{
    float: right;
    font-size: 14px;
    color: #969696;
    cursor: pointer;
}
.lang_check a.active{
    color: #e4c935;
}
.go_top{
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 99992;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
}
.go_top>a{
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 36px;
    border-radius: 2px;

    background: url("../images/iconsprite_gotop.png") 8px 6px no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.go_top>a.off{
    visibility: hidden;
    opacity: 0;
}
.go_top>a:hover{
    background-color: rgba(240, 100, 19, 1);
}
.mbox {
    width: 88%;
    max-width:1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mbox:after {
    content: "";
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
    display: block;
}
.wrapper {overflow: hidden;}
/* /wraps styling*/
.more {font-size: 18px; font-weight: bold; color:#000; letter-spacing: 4px; text-transform: uppercase;}

.disable-hover {
    pointer-events: none;
}

.slideBlock {
    opacity: 0;
    -webkit-transition: opacity .3s linear, -webkit-transform .4s ease;
    -moz-transition:opacity .3s linear, -moz-transform .4s ease;
    -ms-transition: opacity .3s linear, -ms-transform .4s ease;
    -o-transition:opacity .3s linear, -o-transform .4s ease;
    transition: opacity .3s linear, transform .4s ease;
}
.slideBlock.active {opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.mobile .slideBlock {
    -webkit-transition:none ;
    -moz-transition:none ;
    -ms-transition:none ;
    -o-transition:none ;
    transition:none ;
    opacity: 1;
    -webkit-transform: none ;
    -moz-transform: none ;
    -ms-transform: none ;
    -o-transform: none ;
    transform: none ;
}
.page{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
}

.index .header {padding: 40px 0 0 0;}
#header{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    box-sizing: border-box;
    z-index: 1;
    -webkit-transform: translateZ(0);
}
.index #header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/header-bg.jpg");
    background-size: cover;
}
.index .spacer {
    padding: 0;
    height: 100%;
    background: none;
}
.index .bar{
    position: relative;
    min-height: 100%;
}
.headerTop {margin-bottom: 167px;}
.headerText {width: 750px;overflow: hidden;}
.headerText p{
    background: rgba(240, 100, 19, 1);
    display: inline-block;
    padding: 0 17px;
}
.headerText span{
    display: inline-block;
    width: 315px;
    height: 0px;
    background: rgba(240, 100, 19, 1);
    vertical-align: 15px;
}
@media screen and (max-width: 900px) {
    .slick-header ul{
        display: none;
    }
}
@media screen and (max-width: 1400px){
        .headerTop {margin-bottom: 100px;}
    .headerText {
        font-size: 21px;
        line-height: 40px;
        width: 570px;
        margin-bottom: 107px;
    }
}
@media screen and (max-width: 1024px) {
    .headerTop {margin-bottom: 100px;}
    .headerText {
        font-size: 21px;
        line-height: 40px;
        width: 570px;
        margin-bottom: 107px;
    }

    .socialHeading {margin-bottom: 27px;}
    .share-button {margin-right: 25px;}
}
@media screen and (max-width: 767px) {
    .header { padding: 30px 0 50px;}
    .headerTop {margin-bottom: 50px;}
    .headerText {
        width: 380px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .socialHeading {
        margin-bottom: 13px;
        letter-spacing: 1.07px;
        font-size: 14px;
    }
    .headerText span{
        width: 55px;
        vertical-align: 10px;
    }
    .index #header{
        background: url("../images/header-bg.jpg") center center;
        background-size: auto;
    }
    .lang_check{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .headerText {width: 305px;}
    .brandsHeading p span{
        padding: 8px !important;
    }

}



.logo {opacity: 1 !important;}
.slick-header{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 140px;
    height: 175px;
}
.slick-header ul{
    clear: both;
    overflow: hidden;
}
.slick-header ul li{
    float: left;
    width: 25%;
}
.slick-header ul li a{
    display: block;
    /*background: transparent;*/
    /*background: rgba(240, 100, 19, 0.6);*/
    background: rgba(247, 245, 245, 1);
    border-radius: 2px;
    height: 195px;
    width: 165px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: #000;
    cursor: pointer;
    border: 0px solid #fff;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    box-sizing: border-box;
    padding: 0 12px;
    overflow: hidden;
}
.slick-header ul li a:hover {
    /*background: rgba(62, 62, 62, 0.9);*/
    background: rgba(240, 100, 19, 0.9);
    color: #fff;
    border-radius: 2px;
    /*border: 1px solid #f0ab00;*/
    border: 0;
}

.slick-header ul li a h5{
    font-size: 17px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 8px;
    font-weight: 700;
}
.slick-header ul li a p{
    font-size: 12px;
    line-height: 22px;
}
/* project */
.projects {z-index: 2;position: relative;padding-top: 50px;padding-bottom: 100px;}
.projects  .slick-list{ overflow: visible;}
.project {height: 548px;}
.project .mbox {height: 100%; z-index: 2;}
.projectText {
    max-width: 52%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.projectImage {
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 0;
    right: 0;
    overflow: hidden;
    opacity: 0 !important;
    display: none;
}

.projectDots{
    position: absolute;
    bottom: 215px;
    left: 6%;
    width: 88%;
    max-width: 1440px;
}
.slick-active .projectImage {visibility: visible;}
.slick-active .projectText {visibility: visible;}
.slick-active .projectBackground {visibility: visible;}

.projectImage img {max-width:1953px;}
.projectHeading {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.projectDesc {
    color: #fff;
    width: 100%;
    margin-bottom: 47px;
}
.projectDesc p {
    font-size: 16px;
    line-height: 38px;
    background: #F7F5F5;
    color: #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
}
.projectDesc p span{
    font-size: 26px;
    font-weight: 700;
    color: rgba(240, 100, 19, 1);
}
.projectDetails {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3.5px;
    display: inline-block;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.projectDetails:hover {color: #fff; opacity: .7;}

.project-light .projectHeading {	color:#fff;}
.project-light .projectHeading.slick_header{
    clear: both;
    overflow: hidden;
    line-height: 80px;
    position: relative;
}
.project-light .projectHeading em.sup,.project-light .projectHeading em.sub,.project-light .projectHeading em.finally{
    display: inline-block;
    position: absolute;
    height: 36px;
    line-height: 36px;
}
.project-light .projectHeading em.sup{
    left: 0;
    top: -4px;
}
.project-light .projectHeading em.sub{
    left: 0;
    top: 45px;
}
.project-light .projectHeading em.curly{
    font-size: 90px;
    margin-left: 200px;
    font-family: sans-serif;
}
.projectHeading em.finally{
   top: 20px;
}
.project-light .projectDesc {	color:#fff; opacity: 1;}
.project-light .projectDetails {	color:#fff;}
.project-light .projectDetails:hover {color: #000;	opacity: .7;}


.projects .slick-dots {position:static;}
.projects .slick-dots li button {border:0px; background-color: #fff; }
.projects .slick-dots li.slick-active button {background:#F06413;}

.project-light.slick-dots li button {border-color:#F06413; }
.project-light.slick-dots li.slick-active button,
.project-light.slick-dots li:hover button {background:#F06413;}


@media screen and (min-width:1636px) {
    .projectDots{
        left: 50%;
        margin-left: -720px;
    }
}
@media screen and (max-width:1441px) {
    .projectImage  {left: 50%;}
}
@media screen and (max-width:1200px) {
    .project-light .projectHeading em.curly {
        margin-left: 145px;
    }
}
@media screen and (max-width:1024px) {
    .project.slick-slide {height: 548px;}
    .projectText {max-width:55%;}
    .projectDesc {  margin-bottom: 20px;}
    .projectDesc p {
        font-size: 13px;
        line-height: 26px;
    }
    .projectDesc p span{
        font-size: 18px;
    }
    .projectHeading {
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    .projectImage {left: 50%;}
    /*.projectImage img{width: 1400px;}*/
    .project-light .projectHeading em.curly {
        margin-left: 160px;
    }
}
@media screen and (max-width:800px) {
    .project.slick-slide {
        /*height: 700px;*/
        height: 400px;
        padding: 100px 0;}
    .projectImage  {position: relative; left:auto!important; top:auto; margin:0 auto; text-align: center; }
    .projectImage img {width: 100%;}
    .projectDots{
        bottom: 140px;
    }
    .projectText {position: relative; bottom: auto;}
    .project .mbox { height: auto;	}
    .projectText { max-width: 100%!important;}
    .projectDesc {width: 100%;}
}

@media screen and (max-width:580px) and (orientation:portrait) {
    .project.slick-slide {
        /*height: 600px;*/
        height: 350px;
        padding: 50px 0
    }
    .projectImage img { width: 100%;}
    .projectImage.first img{
        margin-top: -11px;
    }
    .projectImage.second img{
        width: 110%;
        margin-left: -5%;
        margin-top: -35px;
    }
    .projectText {
        margin-top: 15px;
    }
    .projectText.second{
        margin-top: -10px;
    }
    .projectDots{
        bottom: 55px;
    }
    body .project-light .projectHeading em.curly{
        font-size: 60px !important;
        margin-left: 116px !important;
    }
}
@media screen and (max-width:1024px) and (orientation:portrait) {
    .brandsListItem.logo1 .brandImage{
        width: 65px;
    }
    .brandsListItem.logo2 .brandImage{
        width: 65px;
    }
    .brandsListItem.logo3 .brandImage{
        width: 50px;
    }
    .brandsListItem.logo4 .brandImage{
        width: 75px;
    }
}
@media screen and (max-width:400px) and (orientation:portrait) {
    .project.slick-slide {
        /*height: 500px;   */
        height: 350px;
        padding: 50px 0
    }
}
@media screen and (min-width:567px) and (max-width:767px) and (orientation:landscape) {

    .project.slick-slide {
        /*height: 370px;*/
        /*padding-bottom: 0;*/
    }
    .project .mbox {
        height: 100%;
    }
    .projectText {
        /*max-width: 55%!important;*/
        position: absolute;
        /*bottom: 125px;*/
        /*left: 0;*/
    }
    .projectDesc {
        width: 84%;
    }
    .projectHeading  {margin-bottom: 20px;}
    .projectDesc p {
        font-size: 15px;
        line-height: 18px;
    }
    .projectDetails {
        font-size: 12px;
        letter-spacing:2.5px;
    }
    .projectImage {
        /*position: absolute;*/
        /*left: 44%!important;*/
        /*!*top: -60px!important;*!*/
        /*margin: 0;*/
        /*right: 0;overflow: hidden;*/
    }



}
/* brands */
.brands {
    padding: 140px 0;
    z-index: 10;
}
.brandsHeading {
    margin-bottom: 0;
    text-align: center;
}
.brandsHeading p{
    font-size: 32px;
    /*color: #484848;*/
    color:#000;
    line-height: 40px;
    font-weight: 700;
}
.brandsHeading p span{
    font-size: 16px;
    background: rgba(240, 100, 19, 1);
    padding: 8px 30px;
    font-weight: normal;
    color: #fff;
}
.brandsList {    overflow: hidden;}
.brandsListItem {
    float: left;
    width: 23%;
    padding: 0 1%;
    margin-top: 70px;
    height: 85px;
    text-align: center;
}

.brand {
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.brandImage {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: middle;
    -moz-transform:translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
}
.mobile .brand ,
.visible .brand {    opacity: 1;}
.mobile .brandImage,
.visible .brandImage {
    -moz-transform: translate3d(0,0, 0);
    -webkit-transform: translate3d(0,0, 0);
    -o-transform: translate3d(0,0, 0);
    -ms-transform: translate3d(0,0, 0);
    transform: translate3d(0,0, 0);
}
.visible .brandImage:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



@media screen and (max-width: 1024px) {
    .brandsList .mbox {width: 100%;}

    .brandsListItem {margin-right: 6%; padding: 0; width: 17.5%;}
    .brandsListItem:nth-child(4n+1) {margin-left: 6%;clear:left; }
}

@media screen and (max-width: 567px) {
    .brandsListItem {width: 32%; margin-right: 12%;}
    .brandsListItem:nth-child(2n+1) {margin-left: 12%;clear:left;}
}
@media screen and (max-width: 767px) {
    .brandsHeading {
        letter-spacing: 2.5px;
    }
    .brands {padding: 50px 0; }
    .brandsListItem {margin-top: 50px;}
    .brandsHeading p {
        font-size: 20px;
        line-height: 26px;
    }
    .brandsHeading p span{
        font-size: 12px;
        letter-spacing: 0;
    }
    .projects{
        padding-bottom: 20px;
    }
    .work h3,.work p{
        padding: 0 5% !important;
    }
    .work h3{
        margin-top: 30px !important;
    }
    .work{
        margin-top: 40px !important;
    }
    .work:first-child{
        margin-top: -35px !important;
    }
    .workImage{
        width: 90% !important;
    }
    .index .header{
        padding-top: 30px !important;
    }
}
@media screen and (max-width: 420px) {
    .brandsHeading {
        font-size: 16px;
    }

}



/* works */
.works {position: relative;z-index: 2;padding-top: 40px;}
.worksHeader {
    display: none;
    padding: 30px 0 60px;
}
.worksHeader.clone{
    background: #fff;
    padding: 20px 0 ;
    z-index: 999;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
}
.worksHeader.clone.none{
    display: none!important;
}
.worksHeader.show{
    -webkit-transform: translate3d(0,0%,0);
    -o-transform: translate3d(0,0%,0);
    -ms-transform: translate3d(0,0%,0);
    transform: translate3d(0,0%,0);
}

.worksFilter {
    letter-spacing: 1.1px;
    cursor: pointer;
    overflow: hidden;
}
.worksFilterItem {
    float: left;
    margin-right: 60px;
}
.worksFilterItem:last-child{margin-right: 0;}
.worksFilterLink {
    color: #7f7f7f;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
@media screen and (max-width: 1024px) {
    .worksFilterItem {margin-right: 45px;}
    .worksHeader{
        padding: 30px 0 47px;
    }
}
@media screen and (max-width:992px){
    .worksHeader{
        padding: 30px 0 37px;
    }
}

@media screen and (max-width: 767px) {
    .worksHeader {
        padding: 20px 0;
    }
}
@media screen and (max-width: 568px) {
    .worksFilterItem {margin-right: 30px;}
}



.worksList {
    font-size: 0;
}
.work {    display: inline-block; width: 100%;overflow: hidden;text-align: center;}
.work h3{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 0 14%;
    /*color: #0059b7;*/
    color: #000;
    margin-top: 20px;
}
.work p{
    margin-top: 15px;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    color: #6e7377;
    padding: 0 14%;
    min-height: 104px;
}
@media screen and (min-width: 668px) {
    .work {max-width: 50%; margin-bottom: 100px;}
}
@media screen and (min-width:1140px) {
    .work {
        max-width: 33.333333%;
        margin-bottom: 100px;
    }
}
@media screen and (min-width:1520px) {
    .work {
        max-width:25%;
        margin-bottom: 100px;
    }
}
.work .lastWord {white-space: nowrap;}

.workPlaceholder {margin:50% 0; border-bottom: 1px solid transparent; display: block;}
.workComingSoon {margin-bottom: 0;}
.workImage{display: block;width: 72%; margin: 0 auto; z-index: 1; max-width:none;
    -webkit-transition:  all .6s ease;
    -moz-transition:  all .6s ease;
    -ms-transition:  all .6s ease;
    -o-transition:  all .6s ease;
    transition: all .6s ease;
}
.work:hover .workImage{
    /*background: #f3faff;*/
    /*background: rgba(240, 100, 19, 0.5);*/
    border-radius: 4px;
}
/* company */
@media screen and (max-width:1024px) {
    .company {
        height: 520px;
    }
    .companyImage img {min-height: 0; max-width:1024px;}
    .companyContent {
        width: 515px;
        top: 285px;
    }
    .companyHeading {
        margin-bottom: 16px;
        letter-spacing: 13px;
    }
    .companyText {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }


}
@media screen and (max-width:767px) {
    .index #header{
        position: relative;
    }
    .index .bar{
        display: none;
    }
    .company {
        height: 320px;
    }
    .companyHeading {
        margin-bottom: 20px;
        letter-spacing: 7px;
    }
    .companyContent {
        width: 320px;
        top :135px;
    }
    .companyContent p {
        font-size: 15px;
        line-height: 18px;
    }
    .companyText {
        margin-bottom: 20px;
    }
    .companyImage img {max-width:767px;}
    .more {font-size: 12px;}
}
@media screen and (max-width:420px) {
    .company {
        height: 568px;
    }
    .companyContent {
        width: 100%;
        top: 365px;
    }
    .companyText {
        width: 260px;
        margin-bottom: 15px;
    }

    .more {font-size: 12px;}
    .companyImage img {max-width:420px;}
}



@media screen and (min-width:0px) and (max-width:420px) {
    .xs {display: block!important;}
    .lg, .sm, .md  {display: none !important;}
}
@media screen and (min-width:421px) and (max-width:767px) {
    .sm {display: block!important;}
    .lg,  .md, .xs {display: none !important;}

}
@media screen and (min-width:768px)  and (max-width:1024px) {
    .md {display: block!important;}
    .lg, .sm,  .xs {display: none !important;}

}
@media screen and (min-width:1025px) {
    .lg {display: block!important;}
    .sm, .md, .xs {display: none !important;}

}


.phone {display: inline-block!important;}
.desktop,  .tablet {display: none !important;}

@media screen and (min-width:768px)  {
    .tablet {display: inline-block!important;}
    .desktop,  .phone {display: none !important;}

}
@media screen and (min-width:1025px) {
    .desktop {display: inline-block!important;}
    .tablet, .phone {display: none !important;}

}

/* footer */
.indexFooter {padding-top: 40px;z-index: 10;}
.indexFooter .footer_bg{
    /*background: url("../images/footer-bg.jpg") center center repeat-x;*/
    background-color: #222;
    height: 140px;
}
.indexFooter .trade{
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #222;
    line-height: 22px;
    padding-bottom: 15px;
}
.indexFooter .trade.small{
    display: none;
}
.indexFooter .mbox{
    clear: both;
    overflow: hidden;
}
.indexFooter .indexFooterHeading,.indexFooter .indexFooterContact  {
    width: 50%;
    float: left;
    margin-top: 40px;
    color: #fff;
}
.indexFooterContact{
    box-sizing: border-box;
    padding-left: 11%;
}
.indexFooter .indexFooterHeading{
    text-align: center;
}
.indexFooter .indexFooterHeading h1{
    font-size: 26px;
    margin-bottom: 25px;
    color: rgba(240, 100, 19, 1);
}
.indexFooter .indexFooterHeading p{
   font-size: 14px;
}
.indexFooter .indexFooterContact p{
    font-size: 12px;
    height: 45px;
    line-height: 26px;
    clear: both;
 }
.indexFooter .indexFooterContact p span{
    display: inline-block;
    height: 18px;
    width: 20px;
    background: url("../images/tel.png") no-repeat;
    vertical-align: -5px;
}
.indexFooter .indexFooterContact p span.tel{
    background-position: 3px 1px;
}
.indexFooter .indexFooterContact p span.address{
    background-position: 3px -27px;
}
/* big social links on main page */

@media screen and (max-width: 1024px) {
    .mainheading {font-size: 26px;}
    .project-light .projectHeading em.curly {
        margin-left: 140px !important;
        font-size: 62px;
    }
    .project-light .projectHeading em.sup {
        top: 3px;
    }
    .project-light .projectHeading em.sub {
        top: 38px;
    }
    .indexFooter {
        padding-top: 100px;
    }
    .indexFooter .indexFooterHeading h1{
        font-size: 20px;
    }
    .indexFooter .indexFooterHeading p{
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .mainheading {font-size: 20px;}
    .projectDesc p{
        font-size: 12px;
    }
    .projectDesc p span{
        font-size: 16px;
    }
    .project-light .projectHeading em.sup{
        top: 4px;
    }
    .project-light .projectHeading em.sub{
        top: 35px;
    }
    .projectHeading{
        margin-bottom: -10px;
    }
    .indexFooter {
        padding-top: 50px;
    }
    .indexFooter .indexFooterHeading,.indexFooter .indexFooterContact  {
        width: 100%;
        float: none;
        margin: 0;
    }
    .indexFooter .indexFooterHeading{
        margin-top: 35px;
    }
    .indexFooter .indexFooterContact  {
        margin-top: 10px;
        text-align: center;
    }
    .indexFooter .indexFooterHeading h1{
        font-size: 18px;
    }
    .indexFooter .indexFooterHeading p{
        font-size: 12px;
    }
    .indexFooter .trade{
        font-size: 11px;
        line-height: 18px;
    }
    .indexFooter .indexFooterContact p.a{
        display: none;
    }
    .project-light .projectHeading em.curly {
        font-size: 52px;
        margin-left: 110px;
    }
    .brandsHeading p span{
        vertical-align: -8px;
    }
}
@media screen and (max-width: 550px){
    .indexFooter .trade{
        display: none;
    }
    .indexFooter .trade.small{
        display: block;
        padding: 5px 0;
    }
    .indexFooterContact{
        padding: 0;
    }
}
@media screen and (max-width: 320px){
    .slick-header{
        margin-bottom: 100px;
    }
    .logo {
        width: 155px;
    }
    .projectDots {
        bottom: 60px;
    }
    .work h3{
        font-size: 16px;
    }
    .work p{
        font-size: 12px;
    }
}
@media screen and (min-width:862px) {
    .menu {margin-top: 20px;}
}
@media screen and (min-width:700px) and (max-width: 862px) {
    .logo{
        width: 170px;
    }
    .menuList {
        padding: 11px 13px;
    }
}