
.ventures .ico{
    background: #424856;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    line-height: 100%;
    border: 5px solid #333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.ventures .ico{
    border-color: #777;
    box-shadow: none;
    background: #fff;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

a {
    color: #222;
}

a:hover {
    color: #111;
}

.icon-play {
    width: 25px;
    height: 24px;
    background-image: url('../images/play.svg?1444036224');
}

.icon-arrowdown-rounded {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    background-position: center;
    background-image: url('../images/icons/arrow-down-sm.png?1441948678');
}

.icon-caret-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid white;
    display: inline-block;
}

.post-time .icon {
    margin-bottom: -10px;
    margin-right: 8px;
}

.post-time span {
    font-size: 15px;
    /*font-weight: 800;*/
    color: #999;
}

.icon-calendar {
    background-image: url('../images/icons/icon-clock2.png');
    width: 25px;
    height: 25px;
}

.icon-blog-arrow {
    background-image: url('../images/icons/left-arrow-black.png');
    width: 16px;
    height: 16px;
}

.icon-blog-arrow-hvr {
    background-image: url('../images/icons/left-arrow-blue.png');
    width: 16px;
    height: 16px;
}

.heading-btn:hover .icon-blog-arrow {
    display: none;
}

.heading-btn:hover .icon-blog-arrow-hvr {
    display: inline-block;
    transition: all .2s ease-in-out;
}

i.icon.icon-blog-arrow-hvr {
    display: none;
}

.icon-eye {
    width: 50px;
    height: 30px;
    background-image: url('../images/icons/eye.png?1441948678');
}

.icon-desktop {
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/desktop.png?1441948678');
}

.icon-tablet {
    width: 15px;
    height: 22px;
    background-image: url('../images/icons/tablet.png?1441948678');
}

.icon-phone {
    width: 12px;
    height: 21px;
    background-image: url('../images/icons/phone.png?1441948678');
}

.icon-desktop-h {
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/desktop-h.png?1441948678');
}

.icon-tablet-h {
    width: 15px;
    height: 22px;
    background-image: url('../images/icons/tablet-h.png?1441948678');
}

.icon-phone-h {
    width: 12px;
    height: 21px;
    background-image: url('../images/icons/phone-h.png?1441948678');
}

.icon-bullet-check {
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/bullet-check.png?1441948678');
}

.list-col-2 {
    *zoom: 1;
}
.list-col-2:after {
    content: "";
    display: table;
    clear: both;
}

.portfolio-block {
    margin-bottom: 0;
}

.portfolio-img {
    height: 315px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.portfolio-img > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 250px;
    height: 200px;
    margin: auto;
    opacity: 0;
    background-color: #131313;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}*/
/*.portfolio-img:hover > a,.portfolio-img:hover > span > a {
    width: 100%;
    height: 100%;
    opacity: .9;
}*/

.main-sidebar .widget {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 8px 21px;
}
.widget-inner > .widget-title,
.widget-heading {
    padding: 10px 0 21px;
}
.widget-heading p {
    color: #333;
    line-height: 1.4;
    margin-top: 6px;
    font-size: 13px;
    letter-spacing: -.2px;
    margin-bottom: 0;
}
.widget-title {
    margin: 0;
    color: #333;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.widget-inner > ul,
.widget-body {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0;
}

.widget input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.widget label {
    font-weight: 500;
    margin-top: 7px;
}

.widget .widget-inner > ul {
    padding: 12px 0!important;
}
.widget-body > ul,
.widget .widget-inner > ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.widget-body > ul li,
.widget .widget-inner > ul li {
    padding: 7px 0;
    line-height: 1.6;
}
.widget-body > ul li:first-child,
.widget .widget-inner > ul li:first-child {
    border: 0;
    padding-top: 5px;
}
.widget-body > ul li a,
.widget .widget-inner > ul li a {
    color: #333;
    display: block;
    text-decoration: underline;
}
.widget-body > ul li a:hover,
.widget widget-inner > ul li a:hover {
    color: #2b8dda;
}


.es_shortcode_form {
    padding-bottom: 15px;
}

/*.portfolio-img:hover > a .portfolio-label,*/
.portfolio-img:hover > span > a .portfolio-label {
    opacity: 1;
}

.headhesive--clone .navbar .navbar-nav {
    margin-top: 5px !important;
}

.btn-bordered {
    padding: 7px 18px;
    border: 1px solid #c1bebe;
    margin-bottom: 0;
    color: #333;
    box-shadow: none;
}

.btn-bordered:hover {
    border: solid 1px #777;
    color: #777;
    transition: all .2s ease-in-out;
}


.btn-bordered .icon {
    margin-bottom: -3px;
    margin-right: 3px;
}

body.single .post-inner {
    background: #fff;
}

.heading-btn {
    background-color: #fbfcfd;
}

@media (max-width: 1024px) {
    .portfolio-img {
        width: 430px;
        height: 270px;
    }
}
@media (max-width: 1000px) {
    .portfolio-img img {
        width: 100%;
    }

    .portfolio-img {
        width: 100%;
        height: 315px;
    }
}

@media (max-width: 767px) {
    .portfolio-img {
        height: 190px;
    }
}

@media (max-width: 360px) {
    .portfolio-img {
        height: 180px;
    }

    figure.portfolio-img {
        background-size: contain;
        background-position: center center;
        height: 180px;
    }

}


@media (max-width: 767px) and (min-width: 320px) {
    .portfolio-img {
        height: 190px;
    }

    figure.portfolio-img {
        background-size: contain;
        background-position: center center;
        height: 190px;
    }

}


.portfolio-label {
    cursor: pointer;
    transition: .2s ease-out all;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    -ms-transition: .2s ease-out all;
    -o-transition: .2s ease-out all;
}
.portfolio-label h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
a.linkme {
    display: block;
    border: 1px solid #fff;
    padding: 18px;
}

.portfolio-name {
    font-size: 15px;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.list-col-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-block {
    float: left;
    width: 50%;
    padding: 0 30px;
}
@media screen and (max-width: 1024px) {
    .portfolio-block {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .portfolio-block {
        width: 100%;
        float: none;
    }
}

.portfolio-body {
    min-height: 200px;
}
.portfolio-body p {
    margin: 0 0 10px;
    font-size: 15px;
    min-height: 80px;
}
.portfolio-body:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1024px) {
    .portfolio-body {
        padding: 15px;
    }
}
@media (max-width: 640px) {
    .portfolio-body {
        padding: 0;
    }
}

.list-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-icons li {
    float: left;
    background: #d6d6d6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: relative;
    border: 2px solid #d6d6d6;
    margin-right: 5px;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: .2s ease-in all;
}
.list-icons li:hover {
    background: #fff;
    border-color: #ec6939;
}
.list-icons li:hover.desktop span.icon-desktop {
    display: none;
    opacity: 0;
}
.list-icons li:hover.desktop span.icon-desktop-h {
    display: block;
    opacity: 1;
}
.list-icons li:hover.tablet span.icon-tablet {
    display: none;
    opacity: 0;
}
.list-icons li:hover.tablet span.icon-tablet-h {
    display: block;
    opacity: 1;
}
.list-icons li:hover.phone span.icon-phone {
    display: none;
    opacity: 0;
}
.list-icons li:hover.phone span.icon-phone-h {
    display: block;
    opacity: 1;
}
.list-icons span.icon-desktop-h, .list-icons span.icon-tablet-h, .list-icons span.icon-phone-h {
    display: none;
    opacity: 0;
}
.list-icons span.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: .2s ease-in all;
}

.section-slider {
    padding: 1px 0;
    position: relative;
    overflow: hidden;
}
.section-slider .section-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 0;
}
.section-slider .section-heading .section-title {
    margin: 0;
    color: #fff;
}
.section-slider .lmcs {
    padding-top: 146px;
}

.slider-pager {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 66px;
    border-radius: 0 4px 4px 0;
}

.slider-pager-prev {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.work-details-mode {
    overflow: hidden !important;
}
.work-details-mode .work-details .nav {
    z-index: 99 !important;
}
.work-details-mode .navbar-float,
.work-details-mode .l-header {
    display: none;
}

.items-wrapper.visible {
    display: none !important;
}

.portfolio-list {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-list > li {
    float: left;
    width: 20%;
}
.portfolio-list > li img {
    width: 100%;
    display: block;
}

.subtitle {
    margin: 0 0 2em;
}

.btn-container {
    margin: 0;
    text-align: center;
}

.work-list {
    width: 101%;
    height: 34%;
    padding: 0;
    list-style: none;
    -webkit-transform: translatey(2px);
    -moz-transform: translatey(2px);
    -o-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px);
}
.work-list li {
    width: 16.666%;
    height: 50%;
    float: left;
}
.work-list a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(254, 97, 89, 0.8);
}

.work-details {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.work-details .title-l5 {
    max-width: 550px;
}
.work-details .inner:after {
    content: '';
    clear: both;
    display: table;
}
.work-details .inner-heading {
    position: relative;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 96px;
    height: 630px;
}
.work-details .inner-heading:after {
    content: '';
    clear: both;
    display: table;
}
.work-details .inner-heading .about .wrap p {
    font-size: 16px;
}
@media (max-width: 1200px) {
    .work-details .inner-heading {
        background-position: center 0;
    }
}
@media (max-width: 600px) {
    .work-details .inner-heading {
        height: 250px;
    }
}
.work-details .inner-left {
    float: left;
    width: 405px;
}
.work-details .inner-right {
    float: right;
    position: relative;
    width: 724px;
}
.work-details .items .item {
    min-height: 1400px;
}
.work-details .item .brand {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: 0.5s;
}
.work-details .item .brand-bar {
    background: rgba(0, 0, 0, 0.37);
    margin: 0;
    height: 64px;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
@media (max-width: 600px) {
    .work-details .item .brand-bar {
        height: 58px;
    }
}
.work-details .item .brand-bar > * {
    display: inline-block;
    text-indent: -9999em;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 96px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-size: cover !important;
    margin-left: 18px;
}
.work-details .item .brand-bar .brand-kpi {
    background: url(../images/portfolio/kpi/logo.png) no-repeat right top;
    width: 73px;
    height: 35px;
    margin-top: 14px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-kpi {
        width: 67px;
        height: 33px;
        margin-top: 10px;
    }
}
.work-details .item .brand-bar .brand-anzac {
    background: url(../images/portfolio/anzac/logo.png) no-repeat;
    width: 136px;
    height: 26px;
    margin-top: 17px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-anzac {
        width: 142px;
        height: 27px;
        margin-top: 13px;
    }
}
.work-details .item .brand-bar .brand-uma {
    background: url(../images/portfolio/uma/logo.png) no-repeat;
    width: 97px;
    height: 72px;
    margin-top: 4px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-uma {
        width: 57px;
        height: 44px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-tbd {
    background: url(../images/portfolio/tbd/logo.png) no-repeat center;
    width: 227px;
    height: 17px;
    margin-top: 23px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-tbd {
        width: 185px;
        height: 14px;
        margin-top: 21px;
    }
}
.work-details .item .brand-bar .brand-giant {
    background: url(../images/portfolio/giant/logo.png) no-repeat center top;
    width: 99px;
    height: 47px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-giant {
        width: 84px;
        height: 42px;
        margin-top: 7px;
    }
}
.work-details .item .brand-bar .brand-itsuccess {
    background: url(../images/portfolio/itsuccess/logo.png) no-repeat right top;
    width: 140px;
    height: 44px;
    margin-top: 4px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-itsuccess {
        width: 116px;
        height: 38px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-coolkids {
    background: url(../images/portfolio/coolkids/logo.png) no-repeat top center;
    width: 107px;
    height: 47px;
    margin-top: 8px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-coolkids {
        width: 91px;
        height: 40px;
        margin-top: 6px;
    }
}
.work-details .item .brand-bar .brand-westridge {
    background: url(../images/portfolio/westridge/logo.png) no-repeat right top;
    width: 76px;
    height: 45px;
    margin-top: 11px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-westridge {
        width: 64px;
        height: 38px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-wyndham {
    background: url(../images/portfolio/wyndham/logo.png) no-repeat right top;
    width: 128px;
    height: 45px;
    margin-top: 9px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-wyndham {
        width: 100px;
        height: 35px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-asn {
    background: url(../images/portfolio/asn/logo.png) no-repeat right top;
    width: 110px;
    height: 46px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-asn {
        width: 98px;
        height: 40px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-darncheap {
    background: url(../images/portfolio/darncheap/logo2.png) no-repeat right top;
    width: 60px;
    height: 50px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-darncheap {
        width: 70px;
        height: 38px;
        margin-top: 7px;
    }
}
.work-details .item .brand-bar .brand-birkenstock {
    background: url(../images/portfolio/birkenstock/logo2.png) no-repeat right top;
    width: 155px;
    height: 12px;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-birkenstock {
        width: 143px;
        height: 11px;
        margin-top: 20px;
    }
}
.work-details .item .brand-bar .brand-vcc {
    background: url(../images/portfolio/vcc/logo.png) no-repeat center top;
    width: 126px;
    height: 45px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-vcc {
        width: 91px;
        height: 34px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-evanevans {
    background: url(../images/portfolio/evanevans/logo.png) no-repeat center top;
    width: 37px;
    height: 45px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-evanevans {
        width: 36px;
        height: 30px;
        margin-top: 13px;
    }
}
.work-details .item .brand-bar .brand-wagner {
    background: url(../images/portfolio/wagner/logo.png) no-repeat center top;
    width: 250px;
    height: 72px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-wagner {
        width: 102px;
        height: 29px;
        margin-top: 12px;
    }
}
.work-details .frame {
    visibility: visible;
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #181818;
}
.work-details .frame:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.work-details .frame.transition {
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transition-property: visibility,opacity,width,height,top,left;
    -moz-transition-property: visibility,opacity,width,height,top,left;
    -o-transition-property: visibility,opacity,width,height,top,left;
    transition-property: visibility, opacity, width, height, top, left;
}
.work-details .mobile-description {
    display: none;
}
@media (max-width: 1024px) {
    .work-details .inner-heading {
        height: 500px;
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .work-details .title-l5 {
        font-size: 36px;
    }
}
@media (max-width: 600px) {
    .work-details .inner-heading {
        height: 220px;
        margin-bottom: 30px;
    }
    .work-details .mobile-description {
        display: block;
    }
    .work-details .inner-heading .container {
        display: none;
    }
    .work-details .title-l5 {
        font-size: 30px;
    }
}

.work-details .nav .title div.incoming-left, .work-details .nav .title div.incoming-right, .work-details .nav .title div.outgoing-left, .work-details .nav .title div.outgoing-right {
    opacity: 0;
}

.work-details .nav .title div.incoming-left, .work-details .nav .title div.outgoing-left {
    -webkit-transform: translatex(-50px);
    -moz-transform: translatex(-50px);
    -o-transform: translatex(-50px);
    -ms-transform: translatex(-50px);
    transform: translatex(-50px);
}

.work-details .nav .title div.incoming-right, .work-details .nav .title div.outgoing-right {
    -webkit-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -o-transform: translatex(50px);
    -ms-transform: translatex(50px);
    transform: translatex(50px);
}

.work-details .nav .title i {
    display: inline-block;
    height: 100px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: none;
}

.work-details .nav .title i svg {
    position: relative;
    top: -1px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.work-details .nav .close {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    z-index: 1;
    background: transparent;
    width: 30px;
    height: 30px;
    margin: 25px 24px;
    padding: 0;
    display: block;
}
.work-details .nav .close * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1024px) {
    .work-details .nav .close {
        width: 20px;
        height: 20px;
        margin: 15px;
    }
}
.work-details .nav .nav-items {
    position: absolute;
    top: 0;
    right: 35px;
}
.work-details .nav .nav-items .label {
    display: block;
    line-height: 1;
    font-size: 8px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 1px;
    color: #fff;
}
.work-details .nav .nav-items svg {
    position: absolute;
    top: 10px;
    left: 10px;
    fill: #fff;
    margin: 5px 6px;
    -webkit-transition: fill .25s;
    -moz-transition: fill .25s;
    -o-transition: fill .25s;
    transition: fill 0.25s;
}
.work-details .nav > span {
    display: inline-block;
    width: 20 px;
    height: 20 px;
    padding: 10px;
    position: relative;
    top: 2px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -o-transform: translatex(50px);
    -ms-transform: translatex(50px);
    transform: translatex(50px);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.work-details .nav > span:hover svg {
    fill: #fe6159;
}
.work-details .nav.visible {
    visibility: visible;
    opacity: 1;
}
.work-details .nav.visible .title,
.work-details .nav.visible > span {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.work-details .nav.visible span + span {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: 0.1s;
}

.work-details .nav.visible span + span + span {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: 0.2s;
}

.work-details .items-wrapper, .work-details .items-wrapper-helper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-property: visibility,opacity;
    -moz-transition-property: visibility,opacity;
    -o-transition-property: visibility,opacity;
    transition-property: visibility, opacity;
}

.work-details .items-wrapper.visible, .work-details .items-wrapper-helper.visible {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.work-details .items-wrapper-helper {
    z-index: 11;
}

.work-details .shadow:before, .work-details .shadow:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
}

.work-details .shadow:before {
    left: 0;
    right: 70%;
}

.work-details .shadow:after {
    left: 30%;
    right: 0;
}

.work-details .items, .work-details .items-helper {
    width: 9000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.work-details .item, .work-details .item-helper {
    position: relative;
    background-size: cover;
    height: inherit;
}

.work-details .item .wrap {
    background-color: #181818;
}

.work-details .item.incoming-left, .work-details .item-helper.incoming-left, .work-details .item.incoming-right, .work-details .item-helper.incoming-right, .work-details .item.outgoing-left, .work-details .item-helper.outgoing-left, .work-details .item.outgoing-right, .work-details .item-helper.outgoing-right {
    opacity: 0;
}

.work-details .item.incoming-left, .work-details .item-helper.incoming-left, .work-details .item.outgoing-left, .work-details .item-helper.outgoing-left {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.work-details .item.incoming-right, .work-details .item-helper.incoming-right, .work-details .item.outgoing-right, .work-details .item-helper.outgoing-right {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.work-details .item.no-transition, .work-details .item-helper.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.work-details.item.container {
    visibility: hidden;
}

.work-details .item-helper {
    background: 0 0;
}

.item-helper .wrap {
    padding-top: 1px;
    padding-bottom: 8em;
}

.kpi.item-helper .wrap {
    background: #272727;
}
.kpi.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.kpi.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.anzac.item-helper .wrap {
    background: #323654;
}
.anzac.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.anzac.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.uma.item-helper .wrap {
    background: #2d2d2d;
}
.uma.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.uma.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.tbd.item-helper .wrap {
    background: #000000;
}
.tbd.item-helper .wrap h2 {
    color: #000;
}
.tbd.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #000;
    border: none;
}
.tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
@media (max-width: 600px) {
    .tbd.item-helper .wrap h2 {
        color: #fff;
    }
    .tbd.item-helper .wrap p {
        color: #fff;
    }
    .tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        background-color: #fff !important;
    }
}

.giant.item-helper .wrap {
    background: #442413;
}
.giant.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.giant.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.itsuccess.item-helper .wrap {
    background: #4ca6d7;
}
.itsuccess.item-helper .wrap h2 {
    color: #95ca21;
}
.itsuccess.item-helper .wrap p {
    color: #6f706d;
}
.itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #95ca21;
    border: none;
}
.itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #95ca21;
    border: 1px solid #95ca21;
}
@media (max-width: 600px) {
    .itsuccess.item-helper .wrap h2 {
        color: #fff;
    }
    .itsuccess.item-helper .wrap p {
        color: #fff;
    }
    .itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        background: #fff;
        border: none;
    }
    .itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
}

.coolkids.item-helper .wrap {
    background: #bdce6d;
}
.coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}
@media (max-width: 600px) {
    .coolkids.item-helper .wrap h2 {
        color: #fff;
    }
    .coolkids.item-helper .wrap p {
        color: #fff;
    }
    .coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        border: 0;
    }
}

.westridge.item-helper .wrap {
    background: #253468;
}
.westridge.item-helper .wrap h2 {
    color: #828282;
}
.westridge.item-helper .wrap p {
    color: #6f706d;
}
.westridge.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #2c97d2;
    color: #fff;
    border: none;
}
.westridge.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #2c97d2;
    border: 1px solid #2c97d2;
}
@media (max-width: 600px) {
    .westridge.item-helper .wrap h2 {
        color: #fff;
    }
    .westridge.item-helper .wrap p {
        color: #fff;
    }
}

.wyndham.item-helper .wrap {
    background: #9a8777;
}
.wyndham.item-helper .wrap h2 {
    color: #3b3a33;
}
.wyndham.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.wyndham.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.wyndham.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}
@media (max-width: 600px) {
    .wyndham.item-helper .wrap h2 {
        color: #fff;
    }
    .wyndham.item-helper .wrap p {
        color: #fff;
    }
}

.asn.item-helper .wrap {
    background: #8a2323;
}
.asn.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.asn.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.darncheap.item-helper .wrap {
    background: #7f7f7e;
}
.darncheap.item-helper .wrap h2 {
    color: #000000;
}
.darncheap.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.darncheap.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fcca2d;
    color: #303451;
    border: none;
}
.darncheap.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fcca2d;
}
@media (max-width: 600px) {
    .darncheap.item-helper .wrap h2 {
        color: #fff;
    }
    .darncheap.item-helper .wrap p {
        color: #fff;
    }
}

.birkenstock.item-helper .wrap {
    background: #786b3b;
}
.birkenstock.item-helper .wrap h2 {
    color: #fff;
}
.birkenstock.item-helper .wrap p {
    color: #fff;
}
.birkenstock.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.birkenstock.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.vcc.item-helper .wrap {
    background: #016088;
}
.vcc.item-helper .wrap h2 {
    color: #3b3a33;
}
.vcc.item-helper .wrap p {
    color: #567171;
}
.vcc.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #ffa200;
    color: #303451;
    border: none;
}
.vcc.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #ffa200;
}
@media (max-width: 600px) {
    .vcc.item-helper .wrap h2 {
        color: #fff;
    }
    .vcc.item-helper .wrap p {
        color: #fff;
    }
}

.evanevans.item-helper .wrap {
    background: #474747;
}
.evanevans.item-helper .wrap h2 {
    color: #000000;
}
.evanevans.item-helper .wrap p {
    color: #000000;
}
.evanevans.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff400;
    color: #303451;
    border: #fff400;
}
.evanevans.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fff400;
}
@media (max-width: 600px) {
    .evanevans.item-helper .wrap h2 {
        color: #fff;
    }
    .evanevans.item-helper .wrap p {
        color: #fff;
    }
}

.wagner.item-helper .wrap {
    background: #42423f;
}
.wagner.item-helper .wrap h2 {
    color: #000000;
}
.wagner.item-helper .wrap p {
    color: #000000;
}
.wagner.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff400;
    color: #303451;
    border: #fff400;
}
.wagner.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fff400;
}
@media (max-width: 600px) {
    .wagner.item-helper .wrap h2 {
        color: #fff;
    }
    .wagner.item-helper .wrap p {
        color: #fff;
    }
}

.portfolio1.item-helper .wrap {
    background: #3c3636;
}

.work-details .container {
    display: table;
    max-width: 1175px;
    height: 100%;
    width: 100%;
    padding: 0 5%;
}
.work-details .about {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.69);
}
@media (max-width: 600px) {
    .work-details .about {
        margin-bottom: 10px;
    }
}
.work-details .download-bar {
    display: inline-block;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: .476em;
    white-space: nowrap;
}
.work-details .download-bar li {
    display: inline;
}
.work-details .download-bar i {
    display: block;
    overflow: hidden;
    -webkit-transition: width .15s;
    -moz-transition: width .15s;
    -o-transition: width .15s;
    transition: width 0.15s;
}
.work-details .download-bar svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.work-details .download-bar svg path {
    fill: #fff;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: 0.15s;
}

.work-details .download-bar a:hover {
    background: #fff;
    color: #fe6159;
}

.work-details .download-bar a:hover svg path {
    fill: #fe6159;
}

.work-details .download-bar li + li a {
    border-left-width: 0;
}

.work-details .download-bar .app-store i {
    width: 21px;
}

.work-details .download-bar .app-store svg {
    width: 117px;
    height: 30px;
}

.work-details .download-bar .app-store a:hover i {
    width: 117px;
}

.work-details .download-bar .google-play i {
    width: 24px;
}

.work-details .download-bar .google-play svg {
    width: 121px;
    height: 30px;
}

.work-details .download-bar .google-play a:hover i {
    width: 121px;
}

.work-details .short-info {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

.work-details .short-info li + li {
    margin-top: 10px;
}

.tablet-holder {
    position: relative;
    display: inline-block;
    width: 839px;
    height: 427px;
    background: url('../images/portfolio/assets/tablet-sm.png?1444036224') 0 0 no-repeat;
}

.tablet-container {
    width: 543px;
    height: 343px;
    overflow: hidden;
    margin: 33px auto;
    position: relative;
    left: 1px;
}

.mobile-holder {
    position: absolute;
    bottom: -35px;
    left: -6px;
    display: inline-block;
    width: 178px;
    height: 378px;
    background: url('../images/portfolio/assets/mobile-sm.png?1444036224') 0 0 no-repeat;
}

.mobile-container {
    width: 151px;
    height: 268px;
    overflow: hidden;
    margin: 56px auto;
    position: relative;
    left: 1px;
}

.work-details .nav .nav-items {
    left: 0;
    right: 0;
    margin: 14px auto;
    width: 178px;
}
.work-details .nav .nav-items > * {
    position: relative;
    border: rgba(255, 255, 255, 0.15) solid;
    border-width: 2px 2px 2px 0;
    width: 60px;
    display: block;
    height: 60px;
    display: inline-block;
    float: left;
    top: 0;
    margin-left: -1px;
    text-decoration: none;
}
.work-details .nav .nav-items > *:first-child {
    border-width: 2px;
}
@media (max-width: 1024px) {
    .work-details .nav .nav-items {
        margin: 6px auto;
    }
    .work-details .nav .nav-items > * {
        height: 42px;
    }
    .work-details .nav .nav-items svg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .work-details .nav .nav-items .label {
        display: none;
    }
}
.work-details .nav .icon-list {
    width: 39px;
    height: auto;
    padding: 0;
    margin: 10px auto 4px;
    right: 0;
    display: block;
}
.work-details .nav .icon-list > i {
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    display: block;
    float: left;
    margin: 2px;
    border-radius: 2px;
}
.work-details .nav .icon-list:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1024px) {
    .work-details .nav .icon-list {
        margin: 6px auto 4px;
    }
}

.l-page-portfolio .work-details .nav .nav-items {
    width: 118px;
}

.browser-heading {
    height: 41px;
    background: #c8c9ca;
    border-radius: 4px 4px 0 0;
}

.browser-l2 {
    margin-top: 4em;
}
@media (max-width: 600px) {
    .browser-l2 {
        margin-top: 2em;
    }
}

.browser-body img {
    display: block;
    max-width: 100%;
}

.browser-footer {
    height: 20px;
    background: #c8c9ca;
    border-radius: 0 0 4px 4px;
}

.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-position: center center;
}
.ch-item a {
    text-decoration: none;
}
.ch-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.ch-item:hover .ch-info {
    z-index: 2;
}

.ch-img-1 {
    background-image: url(../images/portfolio/kpi/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.ch-img-1:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-2 {
    background-image: url(../images/portfolio/anzac/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}
.ch-img-2:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-3 {
    background-image: url(../images/portfolio/uma/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-3:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-4 {
    background-image: url(../images/portfolio/tbd/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-4:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-5 {
    background-image: url(../images/portfolio/giant/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-5:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-6 {
    background-image: url(../images/portfolio/itsuccess/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-6:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-7 {
    background-image: url(../images/portfolio/coolkids/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-7:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-8 {
    background-image: url(../images/portfolio/westridge/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-8:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-9 {
    background-image: url(../images/portfolio/wyndham/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-9:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-10 {
    background-image: url(../images/portfolio/asn/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-10:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-11 {
    background-image: url(../images/portfolio/darncheap/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-11:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-12 {
    background-image: url(../images/portfolio/birkenstock/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-12:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-13 {
    background-image: url(../images/portfolio/vcc/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-13:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-14 {
    background-image: url(../images/portfolio/evanevans/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-14:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-15 {
    background-image: url(../images/portfolio/wagner/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-15:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    /*for a smooth font */
}

.ch-info-title {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 1.2;
    text-decoration: none;
    margin: 0 30px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.ch-info-title img {
    max-width: 100%;
}
.ch-info-title span {
    position: absolute;
    text-indent: -99999em;
    display: block;
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 4px;
}

.ch-info p a:hover {
    /*color: #fff222;*/
    color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover {
    box-shadow: inset 0 0 0 180px rgba(0, 0, 0, 0.5);
}

.ch-item .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    width: 100%;
}
.ch-grid > li {
    float: left;
    width: 20%;
    height: 260px;
}
.ch-grid:after,
.ch-grid .ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}

@media (max-width: 1024px) {
    .ch-grid > li {
        float: left;
        width: 25%;
        height: 230px;
    }

    body.home .ch-grid li:nth-child(9), body.home .ch-grid li:last-child {
        display: none;
    }

    .section-portfolio {
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .ch-grid > li {
        width: 33.33%;
        height: 200px;
    }

    body.home .ch-grid li:nth-child(9) {
        display: block;
    }

    .section-portfolio {
        padding-bottom: 0;
    }
}
@media (max-width: 340px) {
    .ch-grid > li {
        width: 50%;
        height: 180px;
    }

    body.home .ch-grid li:last-child {
        display: block;
    }
}
.banner-text-green {
    color: #95ca21;
}

.modal-lg {
    width: 100% !important;
}

.modal-body {
    padding: 55px 15px 0 0 !important;
}

.modal-dialog {
    margin: 0 auto !important;
}

div.portfolio_modal {
    padding-left: 0 !important;
}

.work-details .download-bar a:hover, a:focus {
    text-decoration: none;
}

.inner-heading {
    height: 530px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.md-modal .md-close {
    z-index: 2;
    margin: 16px 22px;
    width: 24px;
    height: 24px;
}

#portfolio-block {
    overflow: hidden;
    *zoom: 1;
}
#portfolio-block .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
#portfolio-block .content-editor {
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio-blocks {
    overflow: hidden;
    *zoom: 1;
}
.portfolio-blocks br {
    display: none;
}

.portfolio-item {
    display: block;
    width: 33.33%;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 900px) {
    .portfolio-item {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .portfolio-item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .portfolio-item {
        float: none;
        width: 100%;
    }
}
.portfolio-item.anzac .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
    background-color: #605ca8;
}
.portfolio-item.wagner .grid-img-bg {
    background-size: 70%;
    background-position: center bottom;
    background-color: #fff568;
}
.portfolio-item.polymaster .grid-img-bg {
    background-size: 80%;
    background-position: center bottom;
    background-color: #f6776f;
}
.portfolio-item.andico .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
    background-color: #acd373;
}
.portfolio-item.andico .grid-detail {
    background: #acd373;
}
.portfolio-item.uma .grid-detail {
    background-color: #bc3a4f;
}
.portfolio-item.bebelicious .grid-detail {
    background-color: #dfb664;
}
.portfolio-item.clearsk .grid-img-bg {
    background-position: left bottom;
}
.portfolio-item.clearsk .grid-img-bg,
.portfolio-item.clearsk .grid-detail {
    background-color: #6c8d9b;
}
.portfolio-item.irs .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
}
.portfolio-item.irs .grid-img-bg,
.portfolio-item.irs .grid-detail {
    background-color: #3cb878;
}
.portfolio-item.magento .grid-img-bg {
    background-size: 94%;
    background-position: center bottom;
}
.portfolio-item.magento .grid-img-bg,
.portfolio-item.magento .grid-detail {
    background-color: #f68e56;
}
.portfolio-item.edgecms .grid-img-bg {
    background-size: 92%;
    background-position: center bottom;
}
.portfolio-item.edgecms .grid-img-bg,
.portfolio-item.edgecms .grid-detail {
    background-color: #0054a6;
}
.portfolio-item.gytbo .grid-img-bg {
    background-size: 95%;
    background-position: center bottom;
}
.portfolio-item.gytbo .grid-img-bg,
.portfolio-item.gytbo .grid-detail {
    background-color: #f26d7d;
}

.section-l7 {
    overflow: hidden;
    *zoom: 1;
    padding: 5em 0 6em;
}
.section-l7 .section-heading {
    max-width: 100%;
    width: auto;
    text-align: left;
}
.section-l7 .section-title {
    font-size: 62px;
    position: relative;
    padding-left: 75px;
    margin-left: -75px;
}
.section-l7 .section-title span {
    color: #c9c9c9;
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: 6px;
}
@media (max-width: 1024px) {
    .section-l7 .section-title {
        font-size: 42px;
        padding-left: 58px;
        margin-left: 0;
    }
    .section-l7 .section-title span {
        font-size: 30px;
        bottom: 4px;
    }
}
@media (max-width: 600px) {
    .section-l7 .section-title {
        font-size: 30px;
        padding-left: 40px;
    }
    .section-l7 .section-title span {
        font-size: 22px;
        bottom: 4px;
    }
}
.section-l7 .section-content-left {
    max-width: 379px;
    float: left;
}
.section-l7 .container {
    position: relative;
}
@media (max-width: 1250px) {
    .section-l7 .section-content-left {
        max-width: 100%;
        float: none;
    }
}
@media (max-width: 1024px) {
    .section-l7 {
        padding-top: 4em;
    }
}

.trw-triangle {
    position: relative;
    padding-top: 10em;
    padding-bottom: 10em;
}
@media (max-width: 1024px) {
    .trw-triangle {
        padding-top: 4em;
    }
}
@media (max-width: 600px) {
    .trw-triangle {
        padding-top: 2.5em;
        padding-bottom: 3.5em;
    }
}
.trw-triangle:after, .trw-triangle:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
}
.trw-triangle:after {
    left: -2em;
    top: 0;
    border-top: 70px solid white;
    border-left: 164em solid transparent;
}
.trw-triangle:before {
    right: -2em;
    bottom: 0;
    border-bottom: 70px solid white;
    border-right: 164em solid transparent;
}

.trw-triangle-t:after {
    display: none !important;
}

.trw-triangle-b:before {
    display: none !important;
}

.section-l12 {
    padding-bottom: 0;
}
.section-l12 .section-content {
    margin-top: 0;
}
@media (max-width: 600px) {
    .section-l12 {
        padding-top: 2em;
    }
}

.lmcs .container {
    position: relative;
    min-height: 600px;
    padding: 5em 0 0;
}
@media (max-width: 1024px) {
    .lmcs .container {
        padding-top: 3em;
    }
}
@media (max-width: 600px) {
    .lmcs .container {
        min-height: 400px;
    }
}
@media (max-width: 375px) {
    .lmcs .container {
        padding-top: 2em;
    }
}
.lmcs .lmcs-copy {
    max-width: 480px;
    float: right;
    color: #b4b4b4;
    line-height: 1.8;
    margin-top: 60px;
}
.lmcs .lmcs-title {
    margin: 0;
}
@media (max-width: 600px) {
    .lmcs .lmcs-title img {
        width: 200px;
    }
}
@media (max-width: 375px) {
    .lmcs .lmcs-title {
        line-height: 1;
    }
    .lmcs .lmcs-title img {
        width: 160px;
    }
}
.lmcs .lmcs-action {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
}
.lmcs .slider-title {
    margin: 0;
}
.lmcs .slider-fixed-img {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
@media (max-width: 1700px) {
    .lmcs .slider-fixed-img {
        width: auto;
    }
}

.lmcs-l2 .lmcs-copy {
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
    float: none;
    margin-top: 11em;
}
.lmcs-l2 .lmcs-copy p {
    color: #fff;
    margin: 9px 0 24px;
}
@media (max-width: 568px) {
    .lmcs-l2 .lmcs-copy {
        margin-top: 4em;
    }
}
.lmcs-l2 .lmcs-title {
    color: #fff;
    font-size: 66px;
    text-shadow: rgba(0, 0, 0, 0.53) 0 1px 9px;
    line-height: 1;
}
@media (max-width: 568px) {
    .lmcs-l2 .lmcs-title {
        font-size: 50px;
    }
}

.lmcs-mealdish {
    background: #eee url('../images/casestudy/mealdish/banner.jpg?1444036224');
    background-size: cover;
}
@media (max-width: 1024px) {
    .lmcs-mealdish {
        background-image: url('../images/casestudy/mealdish/banner-md.jpg?1444036224');
    }
}
@media (max-width: 600px) {
    .lmcs-mealdish {
        background-image: url('../images/casestudy/mealdish/banner-sm.jpg?1444036224');
    }
}

.section-12 {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0;
}
.section-12 .lmcs-gytbo .lmcs-copy {
    width: 100%;
    margin-top: 6em;
    text-align: center;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy {
        margin-top: 3em;
    }
}
.section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
    margin-top: 2em;
    display: inline-block;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
        margin-top: 1em;
    }
}
@media (max-width: 375px) {
    .section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
        margin-top: .5em;
    }
}
.section-12 .lmcs-gytbo .lmcs-copy p {
    margin: 2px 0 10px;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy p {
        font-size: 14px;
        margin-top: 0;
    }
}

.case-study-block {
    margin: 6em 0;
}
.case-study-block:after {
    content: '';
    clear: both;
    display: table;
}
.case-study-block:hover .screen-desktop .screen-gytbo {
    margin-top: -1325px;
}
.case-study-block:hover .screen-desktop .screen-mealdish {
    margin-top: -970px;
}

.case-study-heading .case-study-title {
    color: #1d1d1d;
    font-size: 40px;
}
.case-study-heading span {
    font-size: 25px;
    color: #c9c9c9;
}

.case-study-screen {
    float: left;
}
@media (max-width: 768px) {
    .case-study-screen {
        float: none;
    }
}

.case-study-desc {
    float: right;
    width: 55%;
}
@media (max-width: 1024px) {
    .case-study-desc {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .case-study-desc {
        width: 100%;
    }
}

.screenholder {
    position: relative;
    width: 422px;
    text-align: center;
    margin: auto;
}
.screenholder img {
    display: inline-block;
    height: auto;
}
@media (max-width: 480px) {
    .screenholder img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .screenholder {
        width: 100%;
        max-width: 290px;
    }
}

.screen-desktop {
    height: 236px;
    position: absolute;
    left: 22px;
    top: 20px;
    width: 378px;
    z-index: 9999;
    overflow: hidden;
    transition: all ease-in-out 6s;
}
.screen-desktop img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 6s;
    margin-top: 0px;
}
@media (max-width: 480px) {
    .screen-desktop img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .screen-desktop {
        top: 14px;
        left: 15px;
        height: 162px;
        width: 260px;
    }
}

.lmcs-gytbo {
    background: #0d0d0d url('../images/casestudy/gytbo/stars.png?1444036224');
}
.lmcs-gytbo [class^="gytbo-"] img {
    display: block;
    line-height: 1;
    max-width: 100%;
}
.lmcs-gytbo .gytbo-moon {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-moon {
        bottom: -25px;
        left: -272px;
    }
}
.lmcs-gytbo .gytbo-rocket {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 95px;
    margin: auto;
    display: inline-block;
    width: 119px;
    height: 92px;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-rocket {
        top: auto;
        bottom: 95px;
        width: 96px;
        height: 75px;
    }
}
@media (max-width: 600px) {
    .lmcs-gytbo .gytbo-rocket {
        display: none;
    }
}
.lmcs-gytbo .gytbo-spaceman {
    position: absolute;
    bottom: 64px;
    left: 150px;
    z-index: 1;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-spaceman {
        left: 0;
        bottom: 47px;
    }
}
@media (max-width: 600px) {
    .lmcs-gytbo .gytbo-spaceman {
        width: 100px;
    }
}
@media (max-width: 414px) {
    .lmcs-gytbo .gytbo-spaceman {
        width: 60px;
    }
}

.illutrations-wireframe-holder {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3em;
    margin-bottom: 3em;
}
@media (max-width: 1250px) {
    .illutrations-wireframe-holder {
        margin: 6em 0 0;
    }
}
@media (max-width: 600px) {
    .illutrations-wireframe-holder {
        margin: 1.5em 0;
        top: 0;
        float: none;
    }
}

.illutration-wireframe {
    position: relative;
}
.illutration-wireframe > * {
    border: 1px solid #a5a5a5;
    display: block;
    background: #fff;
    box-shadow: #a5a5a5 3px 3px 0;
}
.illutration-wireframe > * img {
    max-width: 100%;
}
.illutration-wireframe .bottom {
    position: absolute;
    top: -54px;
    transform: rotate(3deg);
    margin-left: 53px;
}
@media (max-width: 600px) {
    .illutration-wireframe .bottom {
        display: none;
    }
}
.illutration-wireframe .middle {
    position: absolute;
    margin-left: 126px;
    width: 530px;
}
@media (max-width: 600px) {
    .illutration-wireframe .middle {
        display: none;
    }
}
.illutration-wireframe .top {
    position: relative;
    z-index: 0;
    top: 40px;
}
@media (max-width: 1024px) {
    .illutration-wireframe .top {
        width: 430px;
    }
}
@media (max-width: 600px) {
    .illutration-wireframe .top {
        width: 90%;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.illutration-coffe {
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin-top: -274px;
    margin-left: 5em;
}
@media (max-width: 1250px) {
    .illutration-coffe {
        display: block;
        width: 100px;
        height: 100px;
        float: left;
        margin-top: 32em;
        margin-left: 3em;
    }
}
@media (max-width: 600px) {
    .illutration-coffe {
        display: none;
    }
}

.illutration-paper {
    display: block;
    width: 300px;
    float: right;
    margin-right: -142px;
    margin-top: -92px;
}
@media (max-width: 1250px) {
    .illutration-paper {
        margin-right: -20px;
        margin-top: 20px;
        width: 300px;
    }
}
@media (max-width: 1024px) {
    .illutration-paper {
        display: none;
    }
}

.illutration-pen {
    float: right;
    display: block;
    margin-top: 6em;
    margin-right: 9em;
    width: 152px;
}
@media (max-width: 1250px) {
    .illutration-pen {
        width: 140px;
        margin-top: 2em;
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .illutration-pen {
        display: none;
    }
}

.illutration-phone {
    display: block;
    width: 200px;
    margin: 0;
    float: left;
    margin-left: 7em;
}
@media (max-width: 1250px) {
    .illutration-phone {
        width: 170px;
        margin: 7em 0 0 6em;
    }
}
@media (max-width: 600px) {
    .illutration-phone {
        display: none;
    }
}

.section-strgy {
    padding-bottom: 6em;
}

.l7 {
    padding-top: 28px;
    border-top: 1px solid #ddd;
    margin-top: 28px;
}
.l7 img {
    max-width: 375px;
}
@media (max-width: 1250px) {
    .l7 {
        text-align: center;
        padding-top: 52px;
        margin-top: 44px;
    }
}

.l7-title {
    margin: 0 0 16px;
}

.l7-brand-m-display {
    display: none;
}
.l7-brand-m-display img {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .l7-brand-m-display {
        display: block;
    }
}

.l8-prjscreen-full img {
    max-width: 100%;
}
@media (max-width: 1250px) {
    .l8-prjscreen-full {
        max-width: 750px;
    }
}
@media (max-width: 1024px) {
    .l8-prjscreen-full {
        display: block;
        margin: auto;
    }
}

.l8-prjscreen-tablet-holder {
    background: url('../images/casestudy/assets/tablet-holder.png?1444036224') 0 0 no-repeat;
    width: 1046px;
    height: 1413px;
    display: block;
    position: absolute;
    top: 0;
    right: -439px;
    margin-top: 4em;
}
.l8-prjscreen-tablet-holder img {
    margin: 40px 94px;
}
@media (max-width: 1250px) {
    .l8-prjscreen-tablet-holder {
        right: -327px;
        margin-top: 11em;
    }
}
@media (max-width: 1024px) {
    .l8-prjscreen-tablet-holder {
        display: none;
    }
}

.section-brand {
    margin-bottom: 4em;
}
.section-brand .section-content-right {
    float: right;
    margin-right: -96px;
    margin-top: 40px;
}
@media (max-width: 1250px) {
    .section-brand .section-content-left {
        margin-bottom: 4em;
    }
    .section-brand .section-content-right {
        margin-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .section-brand {
        margin-bottom: 0;
    }
    .section-brand .section-content-right {
        float: none;
    }
}
@media (max-width: 600px) {
    .section-brand {
        padding-top: 2em;
        padding-bottom: 3em;
    }
}

.section-content-right {
    float: right;
}

.layerslider-handle {
    display: block;
    border: 1px solid #b9b9b9;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.layerslider-handle .handle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: rgba(51, 51, 51, 0.25) 0 1px 1px;
    position: absolute;
    left: -15px;
    right: 0;
    margin: auto;
    background-color: #fff;
    bottom: 0;
    top: 0;
    border: 1px solid #c4c4c4;
    text-align: center;
    line-height: 2.3;
    color: #929292;
    cursor: move;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layerslider-bottom,
.layerslider-top {
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-repeat: none;
}

.layerslider-top {
    left: 0;
}

.layerslider-bottom {
    right: 0;
    background-position: right top;
}

.layerslider-holder {
    position: relative;
    margin-top: 5em;
    margin-right: -30px;
    padding-bottom: 20px;
}

.layerslider-brand-gytbo {
    width: 841px;
    display: block;
    height: 387px;
    margin: auto;
}
.layerslider-brand-gytbo .layerslider-top {
    background-image: url('../images/casestudy/gytbo/brand.png?1444036224');
}
.layerslider-brand-gytbo .layerslider-bottom {
    background-image: url('../images/casestudy/gytbo/brand-wireframe.png?1444036224');
}
@media (max-width: 1024px) {
    .layerslider-brand-gytbo {
        display: none;
    }
}

.layered-screen {
    height: 524px;
    width: 100%;
    margin-top: 11em;
}
@media (max-width: 768px) {
    .layered-screen {
        height: auto;
        margin-top: 2em;
    }
}
.layered-screen > * {
    position: absolute;
    display: block;
    bottom: 0;
    overflow: hidden;
}
.layered-screen > * > img {
    max-width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .layered-screen > * {
        position: relative;
    }
}
.layered-screen .first {
    left: 0;
    right: -200px;
    margin: auto;
    width: 668px;
}
@media (max-width: 768px) {
    .layered-screen .first {
        width: 90%;
        right: 0;
    }
}
.layered-screen .second {
    height: 500px;
    left: 188px;
}
.layered-screen .third {
    height: 390px;
    left: 0;
}
@media (max-width: 768px) {
    .layered-screen .third {
        display: none;
    }
}
.layered-screen .fourth {
    height: 390px;
    right: 0;
}
@media (max-width: 1024px) {
    .layered-screen .fourth,
    .layered-screen .second {
        display: none;
    }
}

.section-ps-mealdish {
    padding-bottom: 6em;
    padding-top: 8em;
    background: url('../images/casestudy/mealdish/bg-pattern.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 1024px) {
    .section-ps-mealdish {
        background-image: url('../images/casestudy/mealdish/bg-pattern-md.jpg?1444036224');
    }
}
@media (max-width: 600px) {
    .section-ps-mealdish {
        background-image: url('../images/casestudy/mealdish/bg-pattern-sm.jpg?1444036224');
    }
}
.section-ps-mealdish img {
    max-width: 100%;
    display: block;
}
.section-ps-mealdish .section-title {
    color: #fff;
}
.section-ps-mealdish .section-title span {
    color: rgba(255, 255, 255, 0.64);
}
.section-ps-mealdish .copy-sm {
    color: #fff;
}
.section-ps-mealdish .section-content-left {
    float: left;
    width: 30%;
    max-width: 100%;
}
.section-ps-mealdish .section-content-right {
    float: right;
    width: 70%;
}
.section-ps-mealdish .section-content-right img {
    position: relative;
    right: -134px;
}
.section-ps-mealdish .container {
    margin-bottom: 2em;
}
.section-ps-mealdish .container:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1250px) {
    .section-ps-mealdish .section-content-left {
        width: auto;
        float: none;
    }
    .section-ps-mealdish .section-content-right {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3em;
        max-width: 700px;
    }
    .section-ps-mealdish .section-content-right img {
        right: 0;
        display: block;
        margin: auto;
    }
}

.section-brand-mealdish {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 6em;
}
.section-brand-mealdish .section-content-right {
    float: right;
    margin-right: 0;
    margin-top: -140px;
    margin-bottom: -55px;
}
.section-brand-mealdish .section-content-right img {
    max-width: 100%;
}
@media (max-width: 1250px) {
    .section-brand-mealdish .section-content-right {
        margin-top: 0;
        float: none;
        text-align: center;
    }
    .section-brand-mealdish .section-content-right img {
        width: 90%;
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

.section-ps-mealdish-2 {
    background: url('../images/casestudy/mealdish/bg-pattern2.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 8em;
    padding-bottom: 16em;
}
.section-ps-mealdish-2 .section-title {
    color: #fff;
}
.section-ps-mealdish-2 .section-title span {
    color: rgba(255, 255, 255, 0.64);
}
.section-ps-mealdish-2 .copy-sm {
    color: #fff;
}
.section-ps-mealdish-2 .section-content-left {
    max-width: 100%;
    width: 30%;
}
.section-ps-mealdish-2 .section-content-right {
    max-width: 100%;
    width: 70%;
}
@media (max-width: 1250px) {
    .section-ps-mealdish-2 {
        padding-top: 7em;
        padding-bottom: 10em;
    }
    .section-ps-mealdish-2 .section-content-right,
    .section-ps-mealdish-2 .section-content-left {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .section-ps-mealdish-2 {
        height: auto;
    }
}

.l9-prjscreen {
    position: relative;
    *zoom: 1;
    margin-top: 2em;
}
.l9-prjscreen:after {
    content: "";
    display: table;
    clear: both;
}
.l9-prjscreen .screen {
    display: block;
}
.l9-prjscreen .screen-desktop {
    background-image: url('../images/casestudy/assets/desktop-dark.png?1444036224');
    width: 858px;
    height: 736px;
    float: right;
    position: relative;
    right: -80px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-desktop {
        display: none;
    }
}
.l9-prjscreen .screen-laptop {
    background-image: url('../images/casestudy/assets/laptop-dark.png?1444036224');
    width: 841px;
    height: 471px;
    float: left;
    position: absolute;
    bottom: -57px;
    left: -550px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-laptop {
        position: relative;
        left: -250px;
        bottom: -27px;
    }
}
.l9-prjscreen .screen-tablet {
    background-image: url('../images/casestudy/assets/tablet-dark.png?1444036224');
    width: 374px;
    height: 479px;
    float: right;
    position: absolute;
    left: 669px;
    top: 310px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-tablet {
        left: 400px;
        top: -74px;
    }
}
.l9-prjscreen .screen-desktop-container {
    position: relative;
    top: 42px;
    left: 30px;
    overflow: hidden;
}
.l9-prjscreen .screen-laptop-container {
    position: relative;
    top: 31px;
    left: 121px;
    overflow: hidden;
}
.l9-prjscreen .screen-tablet-container {
    position: relative;
    top: 42px;
    left: 36px;
    overflow: hidden;
}

.section-dashboard .section-dashboard-content {
    margin-top: 70px;
}
.section-dashboard .section-dashboard-content img {
    display: block;
}
.section-dashboard .section-dashboard-content .section-dashboard-right,
.section-dashboard .section-dashboard-content .section-dashboard-left {
    position: absolute;
}
.section-dashboard .section-dashboard-content .section-dashboard-left {
    left: -100px;
    bottom: -120px;
}
.section-dashboard .section-dashboard-content .section-dashboard-right {
    right: -140px;
    bottom: -190px;
}
.section-dashboard .section-dashboard-content .section-dashboard-center {
    position: relative;
    display: block;
    right: 0;
    width: 1022px;
    margin: auto;
}
@media (max-width: 1250px) {
    .section-dashboard .section-dashboard-content .section-dashboard-right,
    .section-dashboard .section-dashboard-content .section-dashboard-left {
        display: none;
    }
    .section-dashboard .section-dashboard-content .section-dashboard-center {
        width: auto;
    }
    .section-dashboard .section-dashboard-content img {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .section-dashboard img {
        display: none;
    }
}

.page-id-1356 .content-editor {
    position: relative;
    min-height: 1065px;
    margin-bottom: 120px;
    padding-top: 70px;
    background: url('../images/bg/map.png') no-repeat center 0;
}
.page-id-1356 .col-md-12 {
    position: static;
}
.page-id-1356 .section-header.left {
    margin-bottom: 0;
}

.contactwidget {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 338px;
    width: 100%;
    float: right;
}
.contactwidget .email {
    display: block;
    color: #ff6810;
}

.contactwidget-body {
    padding: 27px 26px 18px;
}
.contactwidget-body br {
    display: none;
}

.contactwidget-heading {
    border-bottom: 1px solid #eee;
    padding: 16px 26px 13px;
}
.contactwidget-heading > * {
    margin: 0;
    font-size: 20px;
    color: #4e4e4e;
}

.contactwidget-item {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
.contactwidget-item:last-child {
    margin: 0;
    border: 0;
}
.contactwidget-item a {
    color: #676767;
    line-height: 1;
    margin: 10px 0;
    text-decoration: none;
    font-size: 15px;
}
.contactwidget-item a:hover {
    text-decoration: underline;
}
.contactwidget-item .phone {
    display: block;
    color: #ff0066;
    font-size: 30px;
    text-decoration: none;
    letter-spacing: -1px;
    margin-bottom: 14px;
    font-weight: 700;
}
.contactwidget-item .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
.contactwidget-item .address.adr {
    font-size: 14px;
}

.contactwidget-panel {
    padding: 0;
    margin: 12px 0 12px;
}
.contactwidget-panel > li {
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 0 11px;
}
.contactwidget-panel > li:first-child {
    border: 0;
    padding-left: 0;
}

.map-pointer {
    position: absolute;
    bottom: 84px;
    left: 460px;
    right: 0;
    margin: auto !important;
    width: 138px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.map-pointer i {
    display: inline-block;
    width: 55px;
    height: 71px;
    background: url('../images/map-pointer.png') no-repeat;
}
.map-pointer-2 {
    bottom: 25em;
    left: 0;
    right: -86em;
}

.map-pointer-sm {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url('../images/icons/map-pointer-sm.png?1441948678') no-repeat;
}

.contactwidget-panel .dropdown-menu {
    padding: 0;
    box-shadow: none !important;
    margin-right: -64px;
}
.contactwidget-panel .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.7);
}

.module {
    position: relative;
    height: 215px;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.95);
}

.dropdown-menu .date {
    width: 100%;
    height: 20%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 9px;
    font-size: 16px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.dropdown-menu .weathericon {
    float: left;
    height: 80%;
    width: 54%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10%;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
    opacity: 1;
}

.dropdown-menu .weathericon img {
    height: 128px;
    width: auto;
    -webkit-filter: invert(100%);
}

.dropdown-menu .temp {
    float: right;
    height: 40%;
    width: 46%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10%;
    font-size: 30px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.dropdown-menu .ltemp {
    border-bottom: 0;
}

.weathericon {
    width: 34px;
    display: inline-block;
    opacity: .6;
}

.temp {
    display: inline-block;
}

.contactwidget-item a > * {
    vertical-align: middle;
}

.weather-focast a {
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    .l-main-content-contact {
        background-position: -20em 0;
        overflow-x: hidden;
    }

    .map-pointer {
        left: 52em;
        right: auto;
    }

    .map-pointer-2 {
        left: 75.5em;
    }

    .form-legend {
        font-size: 32px !important;
    }
}
@media (max-width: 1040px) {
    .l-main-content-contact {
        background-position: -28em 0;
    }

    .map-pointer {
        left: 40em;
    }

    .map-pointer-2 {
        left: 63.5em;
    }
}
@media (max-width: 767px) {
    .map-pointer {
        display: none;
    }

    .contactwidget {
        width: auto;
        float: none;
        max-width: 100%;
        margin-top: 2em;
    }

    .l-main-content-contact {
        padding-top: 38px;
    }

    .l-banner-inner {
        top: 49% !important;
    }
}
.l-banner-animated .item-bg-intro {
    background-image: url("/assets/images/animatedvideos/banner-animated-bg.png") !important;
    background-repeat: repeat !important;
}
.l-banner-animated .item-bg-intro:after {
    display: none;
}
.l-banner-animated .l-banner-intro p {
    margin: 12px auto;
    width: 85%;
}
@media (max-width: 1400px) {
    .l-banner-animated .bi-drawing {
        width: 242px;
        height: 334px;
        background-size: contain;
        bottom: 11em;
    }
    .l-banner-animated .bi-drawing-pad {
        width: 420px;
        height: 400px;
        background-size: contain;
        bottom: -92px;
        right: -7em;
    }
    .l-banner-animated .bi-paper {
        width: 400px;
        background-size: contain;
    }
    .l-banner-animated .bi-pencil {
        width: 150px;
        background-size: contain;
        left: 5em;
    }
    .l-banner-animated .bi-camera {
        background-size: contain;
        width: 200px;
        height: 220px;
    }
    .l-banner-animated .bi-drawing-pen {
        background-size: contain;
        height: 100px;
        bottom: 20em;
    }
}
@media (max-width: 1124px) {
    .l-banner-animated .bi-pencil,
    .l-banner-animated .bi-paper {
        display: none;
    }
    .l-banner-animated .bi-drawing {
        right: -6em;
    }
    .l-banner-animated .bi-drawing-pad {
        bottom: -11em;
        right: -11em;
    }
    .l-banner-animated .bi-drawing-pen {
        right: -4em;
        width: 200px;
    }
}

.bi-calc {
    display: block;
    background: url("/assets/images/banner/magento/calc.png") no-repeat;
    bottom: -6em;
    left: 3em;
    height: 354px;
    width: 386px;
}

.bi-note {
    display: block;
    background: url("/assets/images/banner/magento/note.png") no-repeat;
    bottom: 0;
    left: -7em;
    height: 510px;
    width: 433px;
}

.bi-envelope-card {
    display: block;
    background: url("/assets/images/banner/magento/envelop-card.png") no-repeat;
    bottom: -9em;
    right: -3em;
    height: 504px;
    width: 560px;
}

.bi-camera {
    display: block;
    background: url("/assets/images/animatedvideos/icon-camera.png") no-repeat;
    bottom: 365px;
    left: 0;
    height: 365px;
    width: 305px;
}

.bi-paper {
    display: block;
    background: url("/assets/images/animatedvideos/icon-paper.png") no-repeat;
    bottom: -30px;
    left: -180px;
    height: 365px;
    width: 560px;
}

.bi-pencil {
    display: block;
    background: url("/assets/images/animatedvideos/icon-pencil.png") no-repeat;
    bottom: -185px;
    left: 224px;
    height: 365px;
    width: 305px;
}

.bi-drawing-pad {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing-pad.png") no-repeat;
    bottom: -10px;
    right: 0;
    height: 365px;
    width: 415px;
}

.bi-drawing-pen {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing-pen.png") no-repeat;
    bottom: 161px;
    right: -118px;
    height: 365px;
    width: 305px;
}

.bi-drawing {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing.png") no-repeat;
    bottom: 196px;
    right: 0;
    height: 579px;
    width: 305px;
}

.fragment-process .icon-inline {
    text-align: center;
}
.fragment-process .icon-inline li {
    width: 20%;
}
.fragment-process .icon-inline li h3 {
    margin: 0;
    font-size: 18px;
}
.fragment-process .icon-inline li .icon-inline-img {
    height: 140px;
    position: relative;
}
.fragment-process .icon-inline li .icon-inline-img:before {
    content: '';
    position: absolute;
    top: 65px;
    right: -32px;
    width: 50px;
    height: 20px;
    background: url(../images/animatedvideos/arrow.png) no-repeat;
}
.fragment-process .icon-inline li .icon-inline-img img {
    height: auto;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fragment-process .icon-inline li:last-child .icon-inline-img:before {
    display: none;
}

.sub-section-title {
    text-transform: uppercase;
    color: #363636;
    font-size: 26px;
    font-family: 'proxima nova';
    margin: 0;
}

.section-content {
    text-align: center;
    padding: 2.5em 0;
}
.section-content p {
    font-size: 22px;
    color: #363636;
    margin: 0;
}

.l-banner-animatedvideo {
    background: url("/assets/images/animatedvideos/content-banner-bg.jpg") no-repeat center;
    background-size: cover;
    background-color: #4c4166;
    text-align: center;
    padding: 5em 0;
}
.l-banner-animatedvideo p {
    font-size: 18px;
    color: #ffffff;
}

.banner-content-title {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
}

.img-grid-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
    margin-left: -25px;
    margin-right: -25px;
}
.img-grid-container:after {
    content: "";
    display: table;
    clear: both;
}
.img-grid-container:after {
    content: '';
    clear: both;
    display: table;
}
.img-grid-container li {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .img-grid-container li {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
.img-grid-container li .img-grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    position: relative;
}
.img-grid-container li .img-grid:before {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-grid-container li .img-grid:hover:before {
    background-color: rgba(25, 46, 56, 0.84);
}
.img-grid-container li .img-grid:hover .img-grid-description {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
}
.img-grid-container li .img-grid .img-grid-description {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-grid-container li .img-grid .img-grid-description > img {
    width: 200px;
    height: auto;
}
.img-grid-container li .img-grid .img-grid-description a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 12px 6px;
    margin-top: 15px;
}
.img-grid-container li .img-grid .img-grid-description a .icon-img-play {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -1px;
}
.img-grid-container li .img-grid .img-grid-description a .icon-img-play:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 7px solid transparent;
    margin: 6px 0;
}
.img-grid-container li .img-grid .img-grid-description a span {
    padding: 0 10px;
}
.img-grid-container li .img-grid .img-grid-description a:hover {
    background-color: #fff;
    color: #333;
}
.img-grid-container li .img-grid .img-grid-description a:hover .icon-img-play {
    border-color: #333;
}
.img-grid-container li .img-grid .img-grid-description a:hover .icon-img-play:after {
    border-left-color: #333;
}

@media (max-width: 991px) {
    .fragment-process .icon-inline li {
        float: none;
        width: 30%;
        display: inline-block;
        margin-bottom: 2em;
    }
    .fragment-process .icon-inline-img:before {
        display: none;
    }

    .banner .navbar-header #logo .logo-reg {
        /*max-width: 160px;*/
    }


}
@media (max-width: 769px) {
    .sub-section-title {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .section-content p {
        font-size: 15px;
    }
}
@media (max-width: 667px) {
    .fragment-process .icon-inline li {
        width: 48%;
    }
}
@media (max-width: 500px) {
    .fragment-process .icon-inline li {
        width: 100%;
    }

    .img-grid-container li .img-grid .img-grid-description a span {
        display: inline-block;
        padding-top: 5px;
    }

    .img-grid-container li .img-grid .img-grid-description a .icon-img-play {
        padding: 6px 9px 1px 10px;
    }
}
.home section#themo_html_2 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.home section#themo_html_2 {
    padding: 0;
}

.grid-title {
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-detail {
    background: #ff6810;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.anzac .grid-detail {
    background-color: #313571;
}
.wagner .grid-detail {
    background-color: #feca30;
}
.vcc .grid-detail {
    background-color: #fa8e00;
}
.wyndham .grid-detail {
    background-color: #85705f;
}
.mealdish .grid-detail {
    background-color: #e6436d;
}
.gen6 .grid-detail {
    background-color: #04528c;
}
.polymaster .grid-detail {
    background-color: #e42439;
}
.grid-detail-heading {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.grid-detail-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.grid-detail-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0 0 15px;
}
.grid-img-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

.grid-md {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-md > li {
    width: 70%;
    float: left;
    position: relative;
}
@media (max-width: 768px) {
    .grid-md > li {
        width: 100%;
    }
}
.grid-md > li:nth-child(2) {
    width: 30%;
}
@media (max-width: 768px) {
    .grid-md > li:nth-child(2) {
        width: 100%;
    }
}
.grid-md:after {
    clear: both;
    content: '';
    display: table;
}
.grid-md img {
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
    max-width: 251px;
}
.grid-md a {
    overflow: hidden;
}

.grid-holder {
    height: 100%;
    display: block;
    position: relative;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-holder .grid-button {
    font-size: 0;
}
.grid-holder:hover .grid-detail {
    opacity: 1;
}
.grid-holder:hover .grid-title {
    opacity: 0;
}
.grid-holder:hover .grid-img-bg {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.grid-holder .btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px;
    width: 120px;
}
.grid-holder .btn-default {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff;
}
.grid-holder .btn-default:hover {
    border-color: rgba(255, 255, 255, 0.84);
    background-color: rgba(255, 255, 255, 0.84);
}
.grid-holder .btn-bodered {
    color: rgba(255, 255, 255, 0.69);
    border: 1px solid #fff;
    border-right: 0;
}
.grid-holder .btn-bodered:hover {
    color: #fff;
}

.grid-sm {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-sm > li {
    width: 66.7%;
    height: 500px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
}
.grid-sm > li:nth-child(2) {
    width: 33.3%;
}
.grid-sm:after {
    clear: both;
    content: '';
    display: table;
}

.grid-xs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-xs > li {
    width: 33.33%;
    height: 300px;
    overflow: hidden;
    float: left;
}
.grid-xs > li > a {
    display: block;
    height: 100%;
    position: relative;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-xs > li > a:hover .grid-detail {
    opacity: 1;
}
.grid-xs > li > a:hover .grid-title {
    opacity: 0;
}
.grid-xs > li > a:hover .grid-img-bg {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.grid-xs:after {
    clear: both;
    content: '';
    display: table;
}

.grid-xs-block {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-xs-block > li {
    width: 100%;
    height: 308px;
    overflow: hidden;
    float: left;
    position: relative;
}
@media (max-width: 768px) {
    .grid-xs-block > li {
        width: 50%;
    }
}
.grid-xs-block > li:nth-child(2) {
    height: 492px;
}
.grid-xs-block:after {
    clear: both;
    content: '';
    display: table;
}

@media (max-width: 1024px) {
    .grid-sm > li:nth-child(2) {
        width: 50%;
    }

    .grid-md > li {
        width: 66.666%;
    }

    .grid-sm > li {
        width: 50%;
    }

    .grid-md > li:nth-child(2) {
        width: 33.3333%;
    }

    .grid-xs > li {
        width: 50%;
    }

    li.vcc {
        display: none;
    }
}
@media (max-width: 800px) {
    .grid img {
        width: 80%;
        margin: auto;
    }

    .grid-md > li {
        width: 100%;
    }

    .grid-sm > li {
        height: 300px;
    }

    .grid-md > li:nth-child(2) {
        width: 100%;
    }

    .grid-xs-block > li {
        width: 50%;
        height: 300px;
    }

    .grid-xs-block > li:nth-child(2) {
        height: 300px;
    }
}
@media (max-width: 400px) {
    .grid img {
        width: auto;
    }

    .grid-sm > li {
        width: auto;
        float: none;
    }

    .grid-sm > li:nth-child(2) {
        width: auto;
        float: none;
    }

    .grid-xs > li {
        width: auto;
        float: none;
    }

    .grid-xs-block > li {
        width: auto;
        float: none;
    }

    li.vcc {
        display: block;
    }
}
.home-capabilities {
    padding: 8.5em 0 6em;
}

.list-capabilities {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-capabilities li {
    width: 33.33%;
    float: left;
    margin-bottom: 2.5em;
}
.list-capabilities li p {
    font-size: 17px;
    color: #2d2d2d;
    line-height: 30px;
    text-align: center;
}
.list-capabilities li.col-2 {
    width: 100%;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .list-capabilities li {
        width: 100%;
        float: none;
    }
}
.list-capabilities-round {
    width: 180px;
    height: 180px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.list-capabilities-title {
    font-size: 18px;
    color: #212121;
}
.list-capabilities:after {
    clear: both;
    content: '';
    display: table;
}

.layout-condensed {
    padding: 0;
    list-style: none;
    width: 710px;
    margin: auto;
    text-align: center;
}
.layout-condensed > li {
    width: 50%;
}
.layout-condensed:after {
    clear: both;
    content: '';
    display: table;
}
@media (max-width: 767px) {
    .layout-condensed {
        width: 100%;
    }
    .layout-condensed > li {
        width: 100%;
    }
}

.hero-home-banner .section-copy {
    width: 80%;
}

.w-90 {
    width: 90%;
    margin: auto;
    margin-bottom: 5em;
}

.w-85 {
    width: 85%;
    margin: auto;
    margin-bottom: 5em;
}

.w-60 {
    width: 60%;
    margin: auto;
    margin-bottom: 5em;
}

.img-max {
    max-width: none;
}

.skin-white-fade {
    background: #f3f3f3;
}

.skin-white {
    background: #fff;
}

.gap {
    display: block;
}

.gap-30 {
    height: 30px;
}

.gap-70 {
    height: 70px;
}

.ml-10px {
    margin-left: 20px;
}

.animate-container br {
    display: none;
}

.post-sidebar {
    position: relative;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
}

@media (min-width: 480px) {
    .post-single .post-sidebar {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 0 4px 4px;
        margin: 0 20px;
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .post-sidebar {
        text-align: left;
    }
}
@media (min-width: 480px) {
    .post-sidebar {
        float: left;
        margin-right: -74px;
        width: 74px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }
}
.post-date {
    text-align: center;
    color: #898989;
    font-size: 10px;
    padding: 10px 0;
}

.post-date span {
    display: block;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .post-date span {
        display: inline-block;
        font-size: 12px !important;
    }
}
.post-date .day {
    font-size: 26px;
}

.post-date .month {
    font-size: 9px;
}

.post-date .year {
    font-size: 12px;
}

@media (max-width: 480px) {
    .post-date {
        padding: 5px 0;
        text-align: left;
    }
}
.post-content {
    padding-left: 94px;
}

.standard-blog .entry-content {
    padding-top: 0;
}

.section-ps-path1 {
    background: url('../images/casestudy/assets/pattern-1.jpg?1444036224') 0 0;
}
.section-ps-path1 .section-title span {
    color: #919191;
}

.list-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-icons li {
    float: left;
    background: #d6d6d6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: relative;
    border: 2px solid #d6d6d6;
    margin-right: 5px;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.list-icons li:hover {
    background: #fff;
    border-color: #ec6939;
}

.list-icons li:hover.desktop span.icon-desktop {
    display: none;
    opacity: 0;
}

.list-icons li:hover.desktop span.icon-desktop-h {
    display: block;
    opacity: 1;
}

.list-icons li:hover.tablet span.icon-tablet {
    display: none;
    opacity: 0;
}

.list-icons li:hover.tablet span.icon-tablet-h {
    display: block;
    opacity: 1;
}

.list-icons li:hover.phone span.icon-phone {
    display: none;
    opacity: 0;
}

.list-icons li:hover.phone span.icon-phone-h {
    display: block;
    opacity: 1;
}

.list-icons span.icon-desktop-h, .list-icons span.icon-tablet-h, .list-icons span.icon-phone-h {
    display: none;
    opacity: 0;
}

.list-icons span.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.list-col-2 {
    margin-top: 60px;
}

.section-ps-blue {
    background-color: #a3cce9;
}
.section-ps-blue .section-title {
    color: #fff;
}
.section-ps-blue .section-title span {
    color: #ebebeb;
}

.l-banner-case-study {
    background: url('../images/contact-bg.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
}
.l-banner-case-study .l-banner-inner2 {
    margin-bottom: 0;
}
.l-banner-case-study .page-title {
    color: #fff;
    font-size: 60px;
}

.h-badge {
    display: inline-block;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 15px;
    margin-left: 8px;
    border: 1px solid #bdbdbd;
    font-weight: bold;
    float: right;

    color: #777;
    margin-top: 23px;
}

.social-bordered {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.l-banner .social-bordered {
    margin-top: 26px;
}

.social-bordered > li {
    display: inline-block !important;
    position: relative;
    margin: 0 4px;
}

.social-bordered > li > a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    font-size: 22px;
    line-height: 2;
    width: 50px;
    height: 50px;
    background-color: #2a2a2a;
    border-radius: 100%;
    padding: 3px;
    text-align: center;
}

.social-bordered > li > a:hover {
    color: #222;
    background-color: #fff;
}

.social-bordered > li.facebook > a {
    background-color: #3a5795;
}

.social-bordered > li.facebook > a:hover {
    background-color: #4d6bad;
}

.social-bordered > li.googleplus > a {
    background-color: #d73d32;
}

.social-bordered > li.googleplus > a:hover {
    background-color: #e5483d;
}

.socicon {
    font-family: 'socicon' !important;
}

.section {
    overflow: hidden;
    *zoom: 1;
}

/*blog*/
.single-post .post-title {
}
.single-post .post-sidebar {
    margin: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 0;
    background: #fff;
    margin-right: 15px;
    border-radius: 0 0 4px 4px;
}

body.single .post-inner {
}

.single-post .post, .single-post .standard-blog {
    position: relative;
}

.single-post .lrcounter-horizontal-horizontal {
    margin-bottom: 20px !important;
}

.standard-blog {
    margin-top: 40px;
}

.standard-blog .format-standard .post-title a {
    color: #333;
}

.standard-blog .format-standard .post-title a:hover {
    color: #2b8dd6;
}

.standard-blog .post-inner {
    border-color: #eee;
}

.standard-blog {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 3px;
    padding: 45px;
}

.standard-blog .format-standard .post-title a {
    color: #333;
}

.standard-blog .format-standard .post-title a:hover {
    color: #2b8dd6;
}

.standard-blog .post-inner {
    border-color: #eee;
}

.post-excerpt p > a:last-child {
    display: block;
    width: 98px;
    border-radius: 4px;
    text-align: center;
    padding: 3px;
    margin-top: 11px;
    background: #2b8dd6;
    color: #fff;
}

.sidebar .widget {
    background: #fff;
    padding: 17px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 28px;
}

.sidebar {
    padding-left: 14px;
}

.sidebar .widget-title {
    font-size: 18px;
    margin: 0 0 14px;
}

.sidebar .widget_search {
    padding: 0;
    border: 0;
    background: transparent;
}

body .lrcounter-horizontal-horizontal .lr-simple-ss-frame .lr-simple-ss-button [id*="pinterest"] {
    margin-right: 0 !important;
}

.standard-blog .format-standard .post-title {
    font-size: 25px;
    line-height: 1.3;
}

.standard-blog .lrcounter-horizontal-horizontal {
    margin-bottom: 16px !important;
}

.footer a {
    cursor: pointer;
}
.footer .blog-link {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.icon-blog {
    display: inline-block;
    background: #2b8dd6;
    content: 'blog';
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    padding: 6px 10px 10px !important;
    line-height: 1;
    vertical-align: top;
    margin-right: 14px;
}

.icon-blog:after {
    content: 'blog';
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-blog:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #2b8dd6;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
}

.certificate-icon {
    position: absolute;
    top: -128px;
    left: 0;
    right: 0;
    margin: auto;
}

#themo_html_1 .col-md-12 {
    position: static;
}

#themo_html_1 {
    position: relative;
}


.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

.icon-play {
    width: 25px;
    height: 24px;
    background-image: url('../images/play.svg?1444036224');
}

.icon-arrowdown-rounded {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    background-position: center;
    background-image: url('../images/icons/arrow-down-sm.png?1441948678');
}

.icon-caret-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid white;
    display: inline-block;
}

.icon-eye {
    width: 50px;
    height: 30px;
    background-image: url('../images/icons/eye.png?1441948678');
}

.icon-desktop {
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/desktop.png?1441948678');
}

.icon-tablet {
    width: 15px;
    height: 22px;
    background-image: url('../images/icons/tablet.png?1441948678');
}

.icon-phone {
    width: 12px;
    height: 21px;
    background-image: url('../images/icons/phone.png?1441948678');
}

.icon-desktop-h {
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/desktop-h.png?1441948678');
}

.icon-tablet-h {
    width: 15px;
    height: 22px;
    background-image: url('../images/icons/tablet-h.png?1441948678');
}

.icon-phone-h {
    width: 12px;
    height: 21px;
    background-image: url('../images/icons/phone-h.png?1441948678');
}

.icon-bullet-check {
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/bullet-check.png?1441948678');
}

.list-col-2 {
    *zoom: 1;
}
.list-col-2:after {
    content: "";
    display: table;
    clear: both;
}

.portfolio-block {
    margin-bottom: 3em;
}

.portfolio-img {
    height: 315px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-img > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 250px;
    height: 200px;
    margin: auto;
    opacity: 0;
    background-color: #131313;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.portfolio-img:hover > span{
    width: 100%;
    height: 100%;
    opacity: .9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-img > span{
    display: table;
}
.portfolio-img > span .row {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-img:hover > a .portfolio-label {
    opacity: 1;
}
@media (max-width: 1024px) {
    .portfolio-img {
        width: 430px;
        height: 270px;
    }
}
@media (max-width: 1000px) {
    .portfolio-img img {
        width: 100%;
    }

    .portfolio-img {
        width: 100%;
        height: 315px;
    }
}
@media (max-width: 320px) {
    .portfolio-img {
        height: 180px;
    }
}

.portfolio-name {
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.list-col-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-block {
    float: left;
    width: 50%;
    padding: 0 30px;
}

@media (max-width: 1000px) {
    .portfolio-block {
        width: 100%;
        float: none;
    }
}

.portfolio-body {
    min-height: 200px;
}
.portfolio-body p {
    margin: 0 0 10px;
    font-size: 15px;
    min-height: 80px;
}
.portfolio-body:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1024px) {
    .portfolio-body {
        padding: 15px;
    }
}
@media (max-width: 640px) {
    .portfolio-body {
        padding: 0;
    }
}

.list-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-icons li {
    float: left;
    background: #d6d6d6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: relative;
    border: 2px solid #d6d6d6;
    margin-right: 5px;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: .2s ease-in all;
}
.list-icons li:hover {
    background: #fff;
    border-color: #ec6939;
}
.list-icons li:hover.desktop span.icon-desktop {
    display: none;
    opacity: 0;
}
.list-icons li:hover.desktop span.icon-desktop-h {
    display: block;
    opacity: 1;
}
.list-icons li:hover.tablet span.icon-tablet {
    display: none;
    opacity: 0;
}
.list-icons li:hover.tablet span.icon-tablet-h {
    display: block;
    opacity: 1;
}
.list-icons li:hover.phone span.icon-phone {
    display: none;
    opacity: 0;
}
.list-icons li:hover.phone span.icon-phone-h {
    display: block;
    opacity: 1;
}
.list-icons span.icon-desktop-h, .list-icons span.icon-tablet-h, .list-icons span.icon-phone-h {
    display: none;
    opacity: 0;
}
.list-icons span.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: .2s ease-in all;
}

.section-slider {
    padding: 1px 0;
    position: relative;
    overflow: hidden;
}
.section-slider .section-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 0;
}
.section-slider .section-heading .section-title {
    margin: 0;
    color: #fff;
}
.section-slider .lmcs {
    padding-top: 146px;
}

.slider-pager {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 66px;
    border-radius: 0 4px 4px 0;
}

.slider-pager-prev {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.work-details-mode {
    overflow: hidden !important;
}
.work-details-mode .work-details .nav {
    z-index: 99 !important;
}
.work-details-mode .navbar-float,
.work-details-mode .l-header {
    display: none;
}

.items-wrapper.visible {
    display: none !important;
}

.portfolio-list {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-list > li {
    float: left;
    width: 20%;
}
.portfolio-list > li img {
    width: 100%;
    display: block;
}

.subtitle {
    margin: 0 0 2em;
}

.btn-container {
    margin: 0;
    text-align: center;
}

.work-list {
    width: 101%;
    height: 34%;
    padding: 0;
    list-style: none;
    -webkit-transform: translatey(2px);
    -moz-transform: translatey(2px);
    -o-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px);
}
.work-list li {
    width: 16.666%;
    height: 50%;
    float: left;
}
.work-list a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(254, 97, 89, 0.8);
}

.work-details {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.work-details .title-l5 {
    max-width: 550px;
}
.work-details .inner:after {
    content: '';
    clear: both;
    display: table;
}
.work-details .inner-heading {
    position: relative;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 96px;
    height: 630px;
}
.work-details .inner-heading:after {
    content: '';
    clear: both;
    display: table;
}
.work-details .inner-heading .about .wrap p {
    font-size: 16px;
}
@media (max-width: 1200px) {
    .work-details .inner-heading {
        background-position: center 0;
    }
}
@media (max-width: 600px) {
    .work-details .inner-heading {
        height: 250px;
    }
}
.work-details .inner-left {
    float: left;
    width: 405px;
}
.work-details .inner-right {
    float: right;
    position: relative;
    width: 724px;
}
.work-details .items .item {
    min-height: 1400px;
}
.work-details .item .brand {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: 0.5s;
}
.work-details .item .brand-bar {
    background: rgba(0, 0, 0, 0.37);
    margin: 0;
    height: 64px;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
@media (max-width: 600px) {
    .work-details .item .brand-bar {
        height: 58px;
    }
}
.work-details .item .brand-bar > * {
    display: inline-block;
    text-indent: -9999em;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 96px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-size: cover !important;
    margin-left: 18px;
}
.work-details .item .brand-bar .brand-kpi {
    background: url(../images/portfolio/kpi/logo.png) no-repeat right top;
    width: 73px;
    height: 35px;
    margin-top: 14px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-kpi {
        width: 67px;
        height: 33px;
        margin-top: 10px;
    }
}
.work-details .item .brand-bar .brand-anzac {
    background: url(../images/portfolio/anzac/logo.png) no-repeat;
    width: 136px;
    height: 26px;
    margin-top: 17px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-anzac {
        width: 142px;
        height: 27px;
        margin-top: 13px;
    }
}
.work-details .item .brand-bar .brand-uma {
    background: url(../images/portfolio/uma/logo.png) no-repeat;
    width: 97px;
    height: 72px;
    margin-top: 4px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-uma {
        width: 57px;
        height: 44px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-tbd {
    background: url(../images/portfolio/tbd/logo.png) no-repeat center;
    width: 227px;
    height: 17px;
    margin-top: 23px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-tbd {
        width: 185px;
        height: 14px;
        margin-top: 21px;
    }
}
.work-details .item .brand-bar .brand-giant {
    background: url(../images/portfolio/giant/logo.png) no-repeat center top;
    width: 99px;
    height: 47px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-giant {
        width: 84px;
        height: 42px;
        margin-top: 7px;
    }
}
.work-details .item .brand-bar .brand-itsuccess {
    background: url(../images/portfolio/itsuccess/logo.png) no-repeat right top;
    width: 140px;
    height: 44px;
    margin-top: 4px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-itsuccess {
        width: 116px;
        height: 38px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-coolkids {
    background: url(../images/portfolio/coolkids/logo.png) no-repeat top center;
    width: 107px;
    height: 47px;
    margin-top: 8px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-coolkids {
        width: 91px;
        height: 40px;
        margin-top: 6px;
    }
}
.work-details .item .brand-bar .brand-westridge {
    background: url(../images/portfolio/westridge/logo.png) no-repeat right top;
    width: 76px;
    height: 45px;
    margin-top: 11px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-westridge {
        width: 64px;
        height: 38px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-wyndham {
    background: url(../images/portfolio/wyndham/logo.png) no-repeat right top;
    width: 128px;
    height: 45px;
    margin-top: 9px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-wyndham {
        width: 100px;
        height: 35px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-asn {
    background: url(../images/portfolio/asn/logo.png) no-repeat right top;
    width: 110px;
    height: 46px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-asn {
        width: 98px;
        height: 40px;
        margin-top: 4px;
    }
}
.work-details .item .brand-bar .brand-darncheap {
    background: url(../images/portfolio/darncheap/logo2.png) no-repeat right top;
    width: 60px;
    height: 50px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-darncheap {
        width: 70px;
        height: 38px;
        margin-top: 7px;
    }
}
.work-details .item .brand-bar .brand-birkenstock {
    background: url(../images/portfolio/birkenstock/logo2.png) no-repeat right top;
    width: 155px;
    height: 12px;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-birkenstock {
        width: 143px;
        height: 11px;
        margin-top: 20px;
    }
}
.work-details .item .brand-bar .brand-vcc {
    background: url(../images/portfolio/vcc/logo.png) no-repeat center top;
    width: 126px;
    height: 45px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-vcc {
        width: 91px;
        height: 34px;
        margin-top: 9px;
    }
}
.work-details .item .brand-bar .brand-evanevans {
    background: url(../images/portfolio/evanevans/logo.png) no-repeat center top;
    width: 37px;
    height: 45px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-evanevans {
        width: 36px;
        height: 30px;
        margin-top: 13px;
    }
}
.work-details .item .brand-bar .brand-wagner {
    background: url(../images/portfolio/wagner/logo.png) no-repeat center top;
    width: 250px;
    height: 72px;
    margin-top: 7px;
}
@media (max-width: 1024px) {
    .work-details .item .brand-bar .brand-wagner {
        width: 102px;
        height: 29px;
        margin-top: 12px;
    }
}
.work-details .frame {
    visibility: visible;
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #181818;
}
.work-details .frame:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.work-details .frame.transition {
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transition-property: visibility,opacity,width,height,top,left;
    -moz-transition-property: visibility,opacity,width,height,top,left;
    -o-transition-property: visibility,opacity,width,height,top,left;
    transition-property: visibility, opacity, width, height, top, left;
}
.work-details .mobile-description {
    display: none;
}
@media (max-width: 1024px) {
    .work-details .inner-heading {
        height: 500px;
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .work-details .title-l5 {
        font-size: 36px;
    }
}
@media (max-width: 600px) {
    .work-details .inner-heading {
        height: 220px;
        margin-bottom: 30px;
    }
    .work-details .mobile-description {
        display: block;
    }
    .work-details .inner-heading .container {
        display: none;
    }
    .work-details .title-l5 {
        font-size: 30px;
    }
}

.work-details .nav .title div.incoming-left, .work-details .nav .title div.incoming-right, .work-details .nav .title div.outgoing-left, .work-details .nav .title div.outgoing-right {
    opacity: 0;
}

.work-details .nav .title div.incoming-left, .work-details .nav .title div.outgoing-left {
    -webkit-transform: translatex(-50px);
    -moz-transform: translatex(-50px);
    -o-transform: translatex(-50px);
    -ms-transform: translatex(-50px);
    transform: translatex(-50px);
}

.work-details .nav .title div.incoming-right, .work-details .nav .title div.outgoing-right {
    -webkit-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -o-transform: translatex(50px);
    -ms-transform: translatex(50px);
    transform: translatex(50px);
}

.work-details .nav .title i {
    display: inline-block;
    height: 100px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: none;
}

.work-details .nav .title i svg {
    position: relative;
    top: -1px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.work-details .nav .close {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    z-index: 1;
    background: transparent;
    width: 30px;
    height: 30px;
    margin: 25px 24px;
    padding: 0;
    display: block;
}
.work-details .nav .close * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1024px) {
    .work-details .nav .close {
        width: 20px;
        height: 20px;
        margin: 15px;
    }
}
.work-details .nav .nav-items {
    position: absolute;
    top: 0;
    right: 35px;
}
.work-details .nav .nav-items .label {
    display: block;
    line-height: 1;
    font-size: 8px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 1px;
    color: #fff;
}
.work-details .nav .nav-items svg {
    position: absolute;
    top: 10px;
    left: 10px;
    fill: #fff;
    margin: 5px 6px;
    -webkit-transition: fill .25s;
    -moz-transition: fill .25s;
    -o-transition: fill .25s;
    transition: fill 0.25s;
}
.work-details .nav > span {
    display: inline-block;
    width: 20 px;
    height: 20 px;
    padding: 10px;
    position: relative;
    top: 2px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -o-transform: translatex(50px);
    -ms-transform: translatex(50px);
    transform: translatex(50px);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.work-details .nav > span:hover svg {
    fill: #fe6159;
}
.work-details .nav.visible {
    visibility: visible;
    opacity: 1;
}
.work-details .nav.visible .title,
.work-details .nav.visible > span {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.work-details .nav.visible span + span {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: 0.1s;
}

.work-details .nav.visible span + span + span {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: 0.2s;
}

.work-details .items-wrapper, .work-details .items-wrapper-helper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-property: visibility,opacity;
    -moz-transition-property: visibility,opacity;
    -o-transition-property: visibility,opacity;
    transition-property: visibility, opacity;
}

.work-details .items-wrapper.visible, .work-details .items-wrapper-helper.visible {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.work-details .items-wrapper-helper {
    z-index: 11;
}

.work-details .shadow:before, .work-details .shadow:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
}

.work-details .shadow:before {
    left: 0;
    right: 70%;
}

.work-details .shadow:after {
    left: 30%;
    right: 0;
}

.work-details .items, .work-details .items-helper {
    width: 9000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.work-details .item, .work-details .item-helper {
    position: relative;
    background-size: cover;
    height: inherit;
}

.work-details .item .wrap {
    background-color: #181818;
}

.work-details .item.incoming-left, .work-details .item-helper.incoming-left, .work-details .item.incoming-right, .work-details .item-helper.incoming-right, .work-details .item.outgoing-left, .work-details .item-helper.outgoing-left, .work-details .item.outgoing-right, .work-details .item-helper.outgoing-right {
    opacity: 0;
}

.work-details .item.incoming-left, .work-details .item-helper.incoming-left, .work-details .item.outgoing-left, .work-details .item-helper.outgoing-left {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.work-details .item.incoming-right, .work-details .item-helper.incoming-right, .work-details .item.outgoing-right, .work-details .item-helper.outgoing-right {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.work-details .item.no-transition, .work-details .item-helper.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.work-details.item.container {
    visibility: hidden;
}

.work-details .item-helper {
    background: 0 0;
}

.item-helper .wrap {
    padding-top: 1px;
    padding-bottom: 8em;
}

.kpi.item-helper .wrap {
    background: #272727;
}
.kpi.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.kpi.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.anzac.item-helper .wrap {
    background: #323654;
}
.anzac.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.anzac.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.uma.item-helper .wrap {
    background: #2d2d2d;
}
.uma.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.uma.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.tbd.item-helper .wrap {
    background: #000000;
}
.tbd.item-helper .wrap h2 {
    color: #000;
}
.tbd.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #000;
    border: none;
}
.tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
@media (max-width: 600px) {
    .tbd.item-helper .wrap h2 {
        color: #fff;
    }
    .tbd.item-helper .wrap p {
        color: #fff;
    }
    .tbd.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        background-color: #fff !important;
    }
}

.giant.item-helper .wrap {
    background: #442413;
}
.giant.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.giant.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.itsuccess.item-helper .wrap {
    background: #4ca6d7;
}
.itsuccess.item-helper .wrap h2 {
    color: #95ca21;
}
.itsuccess.item-helper .wrap p {
    color: #6f706d;
}
.itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #95ca21;
    border: none;
}
.itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #95ca21;
    border: 1px solid #95ca21;
}
@media (max-width: 600px) {
    .itsuccess.item-helper .wrap h2 {
        color: #fff;
    }
    .itsuccess.item-helper .wrap p {
        color: #fff;
    }
    .itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        background: #fff;
        border: none;
    }
    .itsuccess.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
}

.coolkids.item-helper .wrap {
    background: #bdce6d;
}
.coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}
@media (max-width: 600px) {
    .coolkids.item-helper .wrap h2 {
        color: #fff;
    }
    .coolkids.item-helper .wrap p {
        color: #fff;
    }
    .coolkids.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
        border: 0;
    }
}

.westridge.item-helper .wrap {
    background: #253468;
}
.westridge.item-helper .wrap h2 {
    color: #828282;
}
.westridge.item-helper .wrap p {
    color: #6f706d;
}
.westridge.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #2c97d2;
    color: #fff;
    border: none;
}
.westridge.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #2c97d2;
    border: 1px solid #2c97d2;
}
@media (max-width: 600px) {
    .westridge.item-helper .wrap h2 {
        color: #fff;
    }
    .westridge.item-helper .wrap p {
        color: #fff;
    }
}

.wyndham.item-helper .wrap {
    background: #9a8777;
}
.wyndham.item-helper .wrap h2 {
    color: #3b3a33;
}
.wyndham.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.wyndham.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.wyndham.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}
@media (max-width: 600px) {
    .wyndham.item-helper .wrap h2 {
        color: #fff;
    }
    .wyndham.item-helper .wrap p {
        color: #fff;
    }
}

.asn.item-helper .wrap {
    background: #8a2323;
}
.asn.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.asn.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.darncheap.item-helper .wrap {
    background: #7f7f7e;
}
.darncheap.item-helper .wrap h2 {
    color: #000000;
}
.darncheap.item-helper .wrap p {
    color: rgba(0, 0, 0, 0.6);
}
.darncheap.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fcca2d;
    color: #303451;
    border: none;
}
.darncheap.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fcca2d;
}
@media (max-width: 600px) {
    .darncheap.item-helper .wrap h2 {
        color: #fff;
    }
    .darncheap.item-helper .wrap p {
        color: #fff;
    }
}

.birkenstock.item-helper .wrap {
    background: #786b3b;
}
.birkenstock.item-helper .wrap h2 {
    color: #fff;
}
.birkenstock.item-helper .wrap p {
    color: #fff;
}
.birkenstock.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff;
    color: #303451;
}
.birkenstock.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #fff;
}

.vcc.item-helper .wrap {
    background: #016088;
}
.vcc.item-helper .wrap h2 {
    color: #3b3a33;
}
.vcc.item-helper .wrap p {
    color: #567171;
}
.vcc.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #ffa200;
    color: #303451;
    border: none;
}
.vcc.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #ffa200;
}
@media (max-width: 600px) {
    .vcc.item-helper .wrap h2 {
        color: #fff;
    }
    .vcc.item-helper .wrap p {
        color: #fff;
    }
}

.evanevans.item-helper .wrap {
    background: #474747;
}
.evanevans.item-helper .wrap h2 {
    color: #000000;
}
.evanevans.item-helper .wrap p {
    color: #000000;
}
.evanevans.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff400;
    color: #303451;
    border: #fff400;
}
.evanevans.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fff400;
}
@media (max-width: 600px) {
    .evanevans.item-helper .wrap h2 {
        color: #fff;
    }
    .evanevans.item-helper .wrap p {
        color: #fff;
    }
}

.wagner.item-helper .wrap {
    background: #42423f;
}
.wagner.item-helper .wrap h2 {
    color: #000000;
}
.wagner.item-helper .wrap p {
    color: #000000;
}
.wagner.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md {
    background: #fff400;
    color: #303451;
    border: #fff400;
}
.wagner.item-helper .wrap a.btn.btn-bordered.btn-bordered-w.btn-md:hover {
    background: transparent;
    color: #303451;
    border: 1px solid #fff400;
}
@media (max-width: 600px) {
    .wagner.item-helper .wrap h2 {
        color: #fff;
    }
    .wagner.item-helper .wrap p {
        color: #fff;
    }
}

.portfolio1.item-helper .wrap {
    background: #3c3636;
}

.work-details .container {
    display: table;
    max-width: 1175px;
    height: 100%;
    width: 100%;
    padding: 0 5%;
}
.work-details .about {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.69);
}
@media (max-width: 600px) {
    .work-details .about {
        margin-bottom: 10px;
    }
}
.work-details .download-bar {
    display: inline-block;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: .476em;
    white-space: nowrap;
}
.work-details .download-bar li {
    display: inline;
}
.work-details .download-bar i {
    display: block;
    overflow: hidden;
    -webkit-transition: width .15s;
    -moz-transition: width .15s;
    -o-transition: width .15s;
    transition: width 0.15s;
}
.work-details .download-bar svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.work-details .download-bar svg path {
    fill: #fff;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: 0.15s;
}

.work-details .download-bar a:hover {
    background: #fff;
    color: #fe6159;
}

.work-details .download-bar a:hover svg path {
    fill: #fe6159;
}

.work-details .download-bar li + li a {
    border-left-width: 0;
}

.work-details .download-bar .app-store i {
    width: 21px;
}

.work-details .download-bar .app-store svg {
    width: 117px;
    height: 30px;
}

.work-details .download-bar .app-store a:hover i {
    width: 117px;
}

.work-details .download-bar .google-play i {
    width: 24px;
}

.work-details .download-bar .google-play svg {
    width: 121px;
    height: 30px;
}

.work-details .download-bar .google-play a:hover i {
    width: 121px;
}

.work-details .short-info {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

.work-details .short-info li + li {
    margin-top: 10px;
}

.tablet-holder {
    position: relative;
    display: inline-block;
    width: 839px;
    height: 427px;
    background: url('../images/portfolio/assets/tablet-sm.png?1444036224') 0 0 no-repeat;
}

.tablet-container {
    width: 543px;
    height: 343px;
    overflow: hidden;
    margin: 33px auto;
    position: relative;
    left: 1px;
}

.mobile-holder {
    position: absolute;
    bottom: -35px;
    left: -6px;
    display: inline-block;
    width: 178px;
    height: 378px;
    background: url('../images/portfolio/assets/mobile-sm.png?1444036224') 0 0 no-repeat;
}

.mobile-container {
    width: 151px;
    height: 268px;
    overflow: hidden;
    margin: 56px auto;
    position: relative;
    left: 1px;
}

.work-details .nav .nav-items {
    left: 0;
    right: 0;
    margin: 14px auto;
    width: 178px;
}
.work-details .nav .nav-items > * {
    position: relative;
    border: rgba(255, 255, 255, 0.15) solid;
    border-width: 2px 2px 2px 0;
    width: 60px;
    display: block;
    height: 60px;
    display: inline-block;
    float: left;
    top: 0;
    margin-left: -1px;
    text-decoration: none;
}
.work-details .nav .nav-items > *:first-child {
    border-width: 2px;
}
@media (max-width: 1024px) {
    .work-details .nav .nav-items {
        margin: 6px auto;
    }
    .work-details .nav .nav-items > * {
        height: 42px;
    }
    .work-details .nav .nav-items svg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .work-details .nav .nav-items .label {
        display: none;
    }
}
.work-details .nav .icon-list {
    width: 39px;
    height: auto;
    padding: 0;
    margin: 10px auto 4px;
    right: 0;
    display: block;
}
.work-details .nav .icon-list > i {
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    display: block;
    float: left;
    margin: 2px;
    border-radius: 2px;
}
.work-details .nav .icon-list:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1024px) {
    .work-details .nav .icon-list {
        margin: 6px auto 4px;
    }
}

.l-page-portfolio .work-details .nav .nav-items {
    width: 118px;
}

.browser-heading {
    height: 41px;
    background: #c8c9ca;
    border-radius: 4px 4px 0 0;
}

.browser-l2 {
    margin-top: 4em;
}
@media (max-width: 600px) {
    .browser-l2 {
        margin-top: 2em;
    }
}

.browser-body img {
    display: block;
    max-width: 100%;
}

.browser-footer {
    height: 20px;
    background: #c8c9ca;
    border-radius: 0 0 4px 4px;
}

.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-position: center center;
}
.ch-item a {
    text-decoration: none;
}
.ch-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.ch-item:hover .ch-info {
    z-index: 2;
}

.ch-img-1 {
    background-image: url(../images/portfolio/kpi/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.ch-img-1:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-2 {
    background-image: url(../images/portfolio/anzac/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}
.ch-img-2:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-3 {
    background-image: url(../images/portfolio/uma/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-3:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-4 {
    background-image: url(../images/portfolio/tbd/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-4:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-5 {
    background-image: url(../images/portfolio/giant/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-5:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-6 {
    background-image: url(../images/portfolio/itsuccess/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-6:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-7 {
    background-image: url(../images/portfolio/coolkids/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-7:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-8 {
    background-image: url(../images/portfolio/westridge/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-8:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-9 {
    background-image: url(../images/portfolio/wyndham/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-9:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-10 {
    background-image: url(../images/portfolio/asn/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-10:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-11 {
    background-image: url(../images/portfolio/darncheap/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-11:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-12 {
    background-image: url(../images/portfolio/birkenstock/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-12:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-13 {
    background-image: url(../images/portfolio/vcc/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-13:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-14 {
    background-image: url(../images/portfolio/evanevans/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-14:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-img-15 {
    background-image: url(../images/portfolio/wagner/thumb.jpg);
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ch-img-15:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    /*for a smooth font */
}

.ch-info-title {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 1.2;
    text-decoration: none;
    margin: 0 30px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.ch-info-title img {
    max-width: 100%;
}
.ch-info-title span {
    position: absolute;
    text-indent: -99999em;
    display: block;
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 4px;
}

.ch-info p a:hover {
    /*color: #fff222;*/
    color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover {
    box-shadow: inset 0 0 0 180px rgba(0, 0, 0, 0.5);
}

.ch-item .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    width: 100%;
}
.ch-grid > li {
    float: left;
    width: 20%;
    height: 260px;
}
.ch-grid:after,
.ch-grid .ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}

@media (max-width: 1024px) {
    .ch-grid > li {
        float: left;
        width: 25%;
        height: 230px;
    }

    body.home .ch-grid li:nth-child(9), body.home .ch-grid li:last-child {
        display: none;
    }

    .section-portfolio {
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .ch-grid > li {
        width: 33.33%;
        height: 200px;
    }

    body.home .ch-grid li:nth-child(9) {
        display: block;
    }

    .section-portfolio {
        padding-bottom: 0;
    }
}
@media (max-width: 340px) {
    .ch-grid > li {
        width: 50%;
        height: 180px;
    }

    body.home .ch-grid li:last-child {
        display: block;
    }
}
.banner-text-green {
    color: #95ca21;
}

.modal-lg {
    width: 100% !important;
}

.modal-body {
    padding: 55px 15px 0 0 !important;
}

.modal-dialog {
    margin: 0 auto !important;
}

div.portfolio_modal {
    padding-left: 0 !important;
}

.work-details .download-bar a:hover, a:focus {
    text-decoration: none;
}

.inner-heading {
    height: 530px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.md-modal .md-close {
    z-index: 2;
    margin: 16px 22px;
    width: 24px;
    height: 24px;
}

#portfolio-block {
    overflow: hidden;
    *zoom: 1;
}
#portfolio-block .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
#portfolio-block .content-editor {
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio-blocks {
    overflow: hidden;
    *zoom: 1;
}
.portfolio-blocks br {
    display: none;
}

.portfolio-item {
    display: block;
    width: 33.33%;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 900px) {
    .portfolio-item {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .portfolio-item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .portfolio-item {
        float: none;
        width: 100%;
    }
}
.portfolio-item.anzac .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
    background-color: #605ca8;
}
.portfolio-item.wagner .grid-img-bg {
    background-size: 70%;
    background-position: center bottom;
    background-color: #fff568;
}
.portfolio-item.polymaster .grid-img-bg {
    background-size: 80%;
    background-position: center bottom;
    background-color: #f6776f;
}
.portfolio-item.andico .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
    background-color: #acd373;
}
.portfolio-item.andico .grid-detail {
    background: #acd373;
}
.portfolio-item.uma .grid-detail {
    background-color: #bc3a4f;
}
.portfolio-item.bebelicious .grid-detail {
    background-color: #dfb664;
}
.portfolio-item.clearsk .grid-img-bg {
    background-position: left bottom;
}
.portfolio-item.clearsk .grid-img-bg,
.portfolio-item.clearsk .grid-detail {
    background-color: #6c8d9b;
}
.portfolio-item.irs .grid-img-bg {
    background-size: 90%;
    background-position: center bottom;
}
.portfolio-item.irs .grid-img-bg,
.portfolio-item.irs .grid-detail {
    background-color: #3cb878;
}
.portfolio-item.magento .grid-img-bg {
    background-size: 94%;
    background-position: center bottom;
}
.portfolio-item.magento .grid-img-bg,
.portfolio-item.magento .grid-detail {
    background-color: #f68e56;
}
.portfolio-item.edgecms .grid-img-bg {
    background-size: 92%;
    background-position: center bottom;
}
.portfolio-item.edgecms .grid-img-bg,
.portfolio-item.edgecms .grid-detail {
    background-color: #0054a6;
}
.portfolio-item.gytbo .grid-img-bg {
    background-size: 95%;
    background-position: center bottom;
}
.portfolio-item.gytbo .grid-img-bg,
.portfolio-item.gytbo .grid-detail {
    background-color: #f26d7d;
}

.section-l7 {
    overflow: hidden;
    *zoom: 1;
    padding: 5em 0 6em;
}
.section-l7 .section-heading {
    max-width: 100%;
    width: auto;
    text-align: left;
}
.section-l7 .section-title {
    font-size: 62px;
    position: relative;
    padding-left: 75px;
    margin-left: -75px;
}
.section-l7 .section-title span {
    color: #c9c9c9;
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: 6px;
}
@media (max-width: 1024px) {
    .section-l7 .section-title {
        font-size: 42px;
        padding-left: 58px;
        margin-left: 0;
    }
    .section-l7 .section-title span {
        font-size: 30px;
        bottom: 4px;
    }
}
@media (max-width: 600px) {
    .section-l7 .section-title {
        font-size: 30px;
        padding-left: 40px;
    }
    .section-l7 .section-title span {
        font-size: 22px;
        bottom: 4px;
    }
}
.section-l7 .section-content-left {
    max-width: 379px;
    float: left;
}
.section-l7 .container {
    position: relative;
}
@media (max-width: 1250px) {
    .section-l7 .section-content-left {
        max-width: 100%;
        float: none;
    }
}
@media (max-width: 1024px) {
    .section-l7 {
        padding-top: 4em;
    }
}

.trw-triangle {
    position: relative;
    padding-top: 10em;
    padding-bottom: 10em;
}
@media (max-width: 1024px) {
    .trw-triangle {
        padding-top: 4em;
    }
}
@media (max-width: 600px) {
    .trw-triangle {
        padding-top: 2.5em;
        padding-bottom: 3.5em;
    }
}
.trw-triangle:after, .trw-triangle:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
}
.trw-triangle:after {
    left: -2em;
    top: 0;
    border-top: 70px solid white;
    border-left: 164em solid transparent;
}
.trw-triangle:before {
    right: -2em;
    bottom: 0;
    border-bottom: 70px solid white;
    border-right: 164em solid transparent;
}

.trw-triangle-t:after {
    display: none !important;
}

.trw-triangle-b:before {
    display: none !important;
}

.section-l12 {
    padding-bottom: 0;
}
.section-l12 .section-content {
    margin-top: 0;
}
@media (max-width: 600px) {
    .section-l12 {
        padding-top: 2em;
    }
}

.lmcs .container {
    position: relative;
    min-height: 600px;
    padding: 5em 0 0;
}
@media (max-width: 1024px) {
    .lmcs .container {
        padding-top: 3em;
    }
}
@media (max-width: 600px) {
    .lmcs .container {
        min-height: 400px;
    }
}
@media (max-width: 375px) {
    .lmcs .container {
        padding-top: 2em;
    }
}
.lmcs .lmcs-copy {
    max-width: 480px;
    float: right;
    color: #b4b4b4;
    line-height: 1.8;
    margin-top: 60px;
}
.lmcs .lmcs-title {
    margin: 0;
}
@media (max-width: 600px) {
    .lmcs .lmcs-title img {
        width: 200px;
    }
}
@media (max-width: 375px) {
    .lmcs .lmcs-title {
        line-height: 1;
    }
    .lmcs .lmcs-title img {
        width: 160px;
    }
}
.lmcs .lmcs-action {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
}
.lmcs .slider-title {
    margin: 0;
}
.lmcs .slider-fixed-img {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
@media (max-width: 1700px) {
    .lmcs .slider-fixed-img {
        width: auto;
    }
}

.lmcs-l2 .lmcs-copy {
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
    float: none;
    margin-top: 11em;
}
.lmcs-l2 .lmcs-copy p {
    color: #fff;
    margin: 9px 0 24px;
}
@media (max-width: 568px) {
    .lmcs-l2 .lmcs-copy {
        margin-top: 4em;
    }
}
.lmcs-l2 .lmcs-title {
    color: #fff;
    font-size: 66px;
    text-shadow: rgba(0, 0, 0, 0.53) 0 1px 9px;
    line-height: 1;
}
@media (max-width: 568px) {
    .lmcs-l2 .lmcs-title {
        font-size: 50px;
    }
}

.lmcs-mealdish {
    background: #eee url('../images/casestudy/mealdish/banner.jpg?1444036224');
    background-size: cover;
}
@media (max-width: 1024px) {
    .lmcs-mealdish {
        background-image: url('../images/casestudy/mealdish/banner-md.jpg?1444036224');
    }
}
@media (max-width: 600px) {
    .lmcs-mealdish {
        background-image: url('../images/casestudy/mealdish/banner-sm.jpg?1444036224');
    }
}

.section-12 {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0;
}
.section-12 .lmcs-gytbo .lmcs-copy {
    width: 100%;
    margin-top: 6em;
    text-align: center;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy {
        margin-top: 3em;
    }
}
.section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
    margin-top: 2em;
    display: inline-block;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
        margin-top: 1em;
    }
}
@media (max-width: 375px) {
    .section-12 .lmcs-gytbo .lmcs-copy .lmcs-action {
        margin-top: .5em;
    }
}
.section-12 .lmcs-gytbo .lmcs-copy p {
    margin: 2px 0 10px;
}
@media (max-width: 1700px) {
    .section-12 .lmcs-gytbo .lmcs-copy p {
        font-size: 14px;
        margin-top: 0;
    }
}

.case-study-block {
    margin: 6em 0;
}
.case-study-block:after {
    content: '';
    clear: both;
    display: table;
}
.case-study-block:hover .screen-desktop .screen-gytbo {
    margin-top: -1325px;
}
.case-study-block:hover .screen-desktop .screen-mealdish {
    margin-top: -970px;
}

.case-study-heading .case-study-title {
    color: #1d1d1d;
    font-size: 40px;
}
.case-study-heading span {
    font-size: 25px;
    color: #c9c9c9;
}

.case-study-screen {
    float: left;
}
@media (max-width: 768px) {
    .case-study-screen {
        float: none;
    }
}

.case-study-desc {
    float: right;
    width: 55%;
}
@media (max-width: 1024px) {
    .case-study-desc {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .case-study-desc {
        width: 100%;
    }
}

.screenholder {
    position: relative;
    width: 422px;
    text-align: center;
    margin: auto;
}
.screenholder img {
    display: inline-block;
    height: auto;
}
@media (max-width: 480px) {
    .screenholder img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .screenholder {
        width: 100%;
        max-width: 290px;
    }
}

.screen-desktop {
    height: 236px;
    position: absolute;
    left: 22px;
    top: 20px;
    width: 378px;
    z-index: 1;
    overflow: hidden;
    transition: all ease-in-out 6s;
}
.screen-desktop img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 6s;
    margin-top: 0px;
}
@media (max-width: 480px) {
    .screen-desktop img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .screen-desktop {
        top: 14px;
        left: 15px;
        height: 162px;
        width: 260px;
    }
}

.lmcs-gytbo {
    background: #0d0d0d url('../images/casestudy/gytbo/stars.png?1444036224');
}
.lmcs-gytbo [class^="gytbo-"] img {
    display: block;
    line-height: 1;
    max-width: 100%;
}
.lmcs-gytbo .gytbo-moon {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-moon {
        bottom: -25px;
        left: -272px;
    }
}
.lmcs-gytbo .gytbo-rocket {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 95px;
    margin: auto;
    display: inline-block;
    width: 119px;
    height: 92px;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-rocket {
        top: auto;
        bottom: 95px;
        width: 96px;
        height: 75px;
    }
}
@media (max-width: 600px) {
    .lmcs-gytbo .gytbo-rocket {
        display: none;
    }
}
.lmcs-gytbo .gytbo-spaceman {
    position: absolute;
    bottom: 64px;
    left: 150px;
    z-index: 1;
}
@media (max-width: 1024px) {
    .lmcs-gytbo .gytbo-spaceman {
        left: 0;
        bottom: 47px;
    }
}
@media (max-width: 600px) {
    .lmcs-gytbo .gytbo-spaceman {
        width: 100px;
    }
}
@media (max-width: 414px) {
    .lmcs-gytbo .gytbo-spaceman {
        width: 60px;
    }
}

.illutrations-wireframe-holder {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3em;
    margin-bottom: 3em;
}
@media (max-width: 1250px) {
    .illutrations-wireframe-holder {
        margin: 6em 0 0;
    }
}
@media (max-width: 600px) {
    .illutrations-wireframe-holder {
        margin: 1.5em 0;
        top: 0;
        float: none;
    }
}

.illutration-wireframe {
    position: relative;
}
.illutration-wireframe > * {
    border: 1px solid #a5a5a5;
    display: block;
    background: #fff;
    box-shadow: #a5a5a5 3px 3px 0;
}
.illutration-wireframe > * img {
    max-width: 100%;
}
.illutration-wireframe .bottom {
    position: absolute;
    top: -54px;
    transform: rotate(3deg);
    margin-left: 53px;
}
@media (max-width: 600px) {
    .illutration-wireframe .bottom {
        display: none;
    }
}
.illutration-wireframe .middle {
    position: absolute;
    margin-left: 126px;
    width: 530px;
}
@media (max-width: 600px) {
    .illutration-wireframe .middle {
        display: none;
    }
}
.illutration-wireframe .top {
    position: relative;
    z-index: 0;
    top: 40px;
}
@media (max-width: 1024px) {
    .illutration-wireframe .top {
        width: 430px;
    }
}
@media (max-width: 600px) {
    .illutration-wireframe .top {
        width: 90%;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.illutration-coffe {
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin-top: -274px;
    margin-left: 5em;
}
@media (max-width: 1250px) {
    .illutration-coffe {
        display: block;
        width: 100px;
        height: 100px;
        float: left;
        margin-top: 32em;
        margin-left: 3em;
    }
}
@media (max-width: 600px) {
    .illutration-coffe {
        display: none;
    }
}

.illutration-paper {
    display: block;
    width: 300px;
    float: right;
    margin-right: -142px;
    margin-top: -92px;
}
@media (max-width: 1250px) {
    .illutration-paper {
        margin-right: -20px;
        margin-top: 20px;
        width: 300px;
    }
}
@media (max-width: 1024px) {
    .illutration-paper {
        display: none;
    }
}

.illutration-pen {
    float: right;
    display: block;
    margin-top: 6em;
    margin-right: 9em;
    width: 152px;
}
@media (max-width: 1250px) {
    .illutration-pen {
        width: 140px;
        margin-top: 2em;
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .illutration-pen {
        display: none;
    }
}

.illutration-phone {
    display: block;
    width: 200px;
    margin: 0;
    float: left;
    margin-left: 7em;
}
@media (max-width: 1250px) {
    .illutration-phone {
        width: 170px;
        margin: 7em 0 0 6em;
    }
}
@media (max-width: 600px) {
    .illutration-phone {
        display: none;
    }
}

.section-strgy {
    padding-bottom: 6em;
}

.l7 {
    padding-top: 28px;
    border-top: 1px solid #ddd;
    margin-top: 28px;
}
.l7 img {
    max-width: 375px;
}
@media (max-width: 1250px) {
    .l7 {
        text-align: center;
        padding-top: 52px;
        margin-top: 44px;
    }
}

.l7-title {
    margin: 0 0 16px;
}

.l7-brand-m-display {
    display: none;
}
.l7-brand-m-display img {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .l7-brand-m-display {
        display: block;
    }
}

.l8-prjscreen-full img {
    max-width: 100%;
}
@media (max-width: 1250px) {
    .l8-prjscreen-full {
        max-width: 750px;
    }
}
@media (max-width: 1024px) {
    .l8-prjscreen-full {
        display: block;
        margin: auto;
    }
}

.l8-prjscreen-tablet-holder {
    background: url('../images/casestudy/assets/tablet-holder.png?1444036224') 0 0 no-repeat;
    width: 1046px;
    height: 1413px;
    display: block;
    position: absolute;
    top: 0;
    right: -439px;
    margin-top: 4em;
}
.l8-prjscreen-tablet-holder img {
    margin: 40px 94px;
}
@media (max-width: 1250px) {
    .l8-prjscreen-tablet-holder {
        right: -327px;
        margin-top: 11em;
    }
}
@media (max-width: 1024px) {
    .l8-prjscreen-tablet-holder {
        display: none;
    }
}

.section-brand {
    margin-bottom: 4em;
}
.section-brand .section-content-right {
    float: right;
    margin-right: -96px;
    margin-top: 40px;
}
@media (max-width: 1250px) {
    .section-brand .section-content-left {
        margin-bottom: 4em;
    }
    .section-brand .section-content-right {
        margin-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .section-brand {
        margin-bottom: 0;
    }
    .section-brand .section-content-right {
        float: none;
    }
}
@media (max-width: 600px) {
    .section-brand {
        padding-top: 2em;
        padding-bottom: 3em;
    }
}

.section-content-right {
    float: right;
}

.layerslider-handle {
    display: block;
    border: 1px solid #b9b9b9;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.layerslider-handle .handle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: rgba(51, 51, 51, 0.25) 0 1px 1px;
    position: absolute;
    left: -15px;
    right: 0;
    margin: auto;
    background-color: #fff;
    bottom: 0;
    top: 0;
    border: 1px solid #c4c4c4;
    text-align: center;
    line-height: 2.3;
    color: #929292;
    cursor: move;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layerslider-bottom,
.layerslider-top {
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-repeat: none;
}

.layerslider-top {
    left: 0;
}

.layerslider-bottom {
    right: 0;
    background-position: right top;
}

.layerslider-holder {
    position: relative;
    margin-top: 5em;
    margin-right: -30px;
    padding-bottom: 20px;
}

.layerslider-brand-gytbo {
    width: 841px;
    display: block;
    height: 387px;
    margin: auto;
}
.layerslider-brand-gytbo .layerslider-top {
    background-image: url('../images/casestudy/gytbo/brand.png?1444036224');
}
.layerslider-brand-gytbo .layerslider-bottom {
    background-image: url('../images/casestudy/gytbo/brand-wireframe.png?1444036224');
}
@media (max-width: 1024px) {
    .layerslider-brand-gytbo {
        display: none;
    }
}

.layered-screen {
    height: 524px;
    width: 100%;
    margin-top: 11em;
}
@media (max-width: 768px) {
    .layered-screen {
        height: auto;
        margin-top: 2em;
    }
}
.layered-screen > * {
    position: absolute;
    display: block;
    bottom: 0;
    overflow: hidden;
}
.layered-screen > * > img {
    max-width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .layered-screen > * {
        position: relative;
    }
}
.layered-screen .first {
    left: 0;
    right: -200px;
    margin: auto;
    width: 668px;
}
@media (max-width: 768px) {
    .layered-screen .first {
        width: 90%;
        right: 0;
    }
}
.layered-screen .second {
    height: 500px;
    left: 188px;
}
.layered-screen .third {
    height: 390px;
    left: 0;
}
@media (max-width: 768px) {
    .layered-screen .third {
        display: none;
    }
}
.layered-screen .fourth {
    height: 390px;
    right: 0;
}
@media (max-width: 1024px) {
    .layered-screen .fourth,
    .layered-screen .second {
        display: none;
    }
}

.section-ps-mealdish {
    padding-bottom: 6em;
    padding-top: 8em;
    background: url('../images/casestudy/mealdish/bg-pattern.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 1024px) {
    .section-ps-mealdish {
        background-image: url('../images/casestudy/mealdish/bg-pattern-md.jpg?1444036224');
    }
}
@media (max-width: 600px) {
    .section-ps-mealdish {
        background-image: url('../images/casestudy/mealdish/bg-pattern-sm.jpg?1444036224');
    }
}
.section-ps-mealdish img {
    max-width: 100%;
    display: block;
}
.section-ps-mealdish .section-title {
    color: #fff;
}
.section-ps-mealdish .section-title span {
    color: rgba(255, 255, 255, 0.64);
}
.section-ps-mealdish .copy-sm {
    color: #fff;
}
.section-ps-mealdish .section-content-left {
    float: left;
    width: 30%;
    max-width: 100%;
}
.section-ps-mealdish .section-content-right {
    float: right;
    width: 70%;
}
.section-ps-mealdish .section-content-right img {
    position: relative;
    right: -134px;
}
.section-ps-mealdish .container {
    margin-bottom: 2em;
}
.section-ps-mealdish .container:after {
    content: '';
    clear: both;
    display: table;
}
@media (max-width: 1250px) {
    .section-ps-mealdish .section-content-left {
        width: auto;
        float: none;
    }
    .section-ps-mealdish .section-content-right {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3em;
        max-width: 700px;
    }
    .section-ps-mealdish .section-content-right img {
        right: 0;
        display: block;
        margin: auto;
    }
}

.section-brand-mealdish {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 6em;
}
.section-brand-mealdish .section-content-right {
    float: right;
    margin-right: 0;
    margin-top: -140px;
    margin-bottom: -55px;
}
.section-brand-mealdish .section-content-right img {
    max-width: 100%;
}
@media (max-width: 1250px) {
    .section-brand-mealdish .section-content-right {
        margin-top: 0;
        float: none;
        text-align: center;
    }
    .section-brand-mealdish .section-content-right img {
        width: 90%;
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

.section-ps-mealdish-2 {
    background: url('../images/casestudy/mealdish/bg-pattern2.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 8em;
    padding-bottom: 16em;
}
.section-ps-mealdish-2 .section-title {
    color: #fff;
}
.section-ps-mealdish-2 .section-title span {
    color: rgba(255, 255, 255, 0.64);
}
.section-ps-mealdish-2 .copy-sm {
    color: #fff;
}
.section-ps-mealdish-2 .section-content-left {
    max-width: 100%;
    width: 30%;
}
.section-ps-mealdish-2 .section-content-right {
    max-width: 100%;
    width: 70%;
}
@media (max-width: 1250px) {
    .section-ps-mealdish-2 {
        padding-top: 7em;
        padding-bottom: 10em;
    }
    .section-ps-mealdish-2 .section-content-right,
    .section-ps-mealdish-2 .section-content-left {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .section-ps-mealdish-2 {
        height: auto;
    }
}

.l9-prjscreen {
    position: relative;
    *zoom: 1;
    margin-top: 2em;
}
.l9-prjscreen:after {
    content: "";
    display: table;
    clear: both;
}
.l9-prjscreen .screen {
    display: block;
}
.l9-prjscreen .screen-desktop {
    background-image: url('../images/casestudy/assets/desktop-dark.png?1444036224');
    width: 858px;
    height: 736px;
    float: right;
    position: relative;
    right: -80px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-desktop {
        display: none;
    }
}
.l9-prjscreen .screen-laptop {
    background-image: url('../images/casestudy/assets/laptop-dark.png?1444036224');
    width: 841px;
    height: 471px;
    float: left;
    position: absolute;
    bottom: -57px;
    left: -550px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-laptop {
        position: relative;
        left: -250px;
        bottom: -27px;
    }
}
.l9-prjscreen .screen-tablet {
    background-image: url('../images/casestudy/assets/tablet-dark.png?1444036224');
    width: 374px;
    height: 479px;
    float: right;
    position: absolute;
    left: 669px;
    top: 310px;
}
@media (max-width: 1250px) {
    .l9-prjscreen .screen-tablet {
        left: 400px;
        top: -74px;
    }
}
.l9-prjscreen .screen-desktop-container {
    position: relative;
    top: 42px;
    left: 30px;
    overflow: hidden;
}
.l9-prjscreen .screen-laptop-container {
    position: relative;
    top: 31px;
    left: 121px;
    overflow: hidden;
}
.l9-prjscreen .screen-tablet-container {
    position: relative;
    top: 42px;
    left: 36px;
    overflow: hidden;
}

.section-dashboard .section-dashboard-content {
    margin-top: 70px;
}
.section-dashboard .section-dashboard-content img {
    display: block;
}
.section-dashboard .section-dashboard-content .section-dashboard-right,
.section-dashboard .section-dashboard-content .section-dashboard-left {
    position: absolute;
}
.section-dashboard .section-dashboard-content .section-dashboard-left {
    left: -100px;
    bottom: -120px;
}
.section-dashboard .section-dashboard-content .section-dashboard-right {
    right: -140px;
    bottom: -190px;
}
.section-dashboard .section-dashboard-content .section-dashboard-center {
    position: relative;
    display: block;
    right: 0;
    width: 1022px;
    margin: auto;
}
@media (max-width: 1250px) {
    .section-dashboard .section-dashboard-content .section-dashboard-right,
    .section-dashboard .section-dashboard-content .section-dashboard-left {
        display: none;
    }
    .section-dashboard .section-dashboard-content .section-dashboard-center {
        width: auto;
    }
    .section-dashboard .section-dashboard-content img {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .section-dashboard img {
        display: none;
    }
}

.page-id-1356 .content-editor {
    position: relative;
    min-height: 1065px;
    margin-bottom: 120px;
    padding-top: 70px;
    background: url('../images/bg/map.png') no-repeat center 0;
}
.page-id-1356 .col-md-12 {
    position: static;
}
.page-id-1356 .section-header.left {
    margin-bottom: 0;
}

.contactwidget {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 338px;
    width: 100%;
    float: right;
}
.contactwidget .email {
    display: block;
    color: #ff6810;
}

.contactwidget-body {
    padding: 27px 26px 18px;
}
.contactwidget-body br {
    display: none;
}

.contactwidget-heading {
    border-bottom: 1px solid #eee;
    padding: 16px 26px 13px;
}
.contactwidget-heading > * {
    margin: 0;
    font-size: 20px;
    color: #4e4e4e;
}

.contactwidget-item {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
.contactwidget-item:last-child {
    margin: 0;
    border: 0;
}
.contactwidget-item a {
    color: #676767;
    line-height: 1;
    margin: 10px 0;
    text-decoration: none;
    font-size: 15px;
}
.contactwidget-item a:hover {
    text-decoration: underline;
}

.contactwidget-item .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
.contactwidget-item .address.adr {
    font-size: 14px;
}

.contactwidget-panel {
    padding: 0;
    margin: 12px 0 12px;
}
.contactwidget-panel > li {
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 0 11px;
}
.contactwidget-panel > li:first-child {
    border: 0;
    padding-left: 0;
}

.map-pointer {
    position: absolute;
    bottom: 84px;
    left: 460px;
    right: 0;
    margin: auto !important;
    width: 138px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.map-pointer i {
    display: inline-block;
    width: 55px;
    height: 71px;
    background: url('../images/map-pointer.png') no-repeat;
}
.map-pointer-2 {
    bottom: 25em;
    left: 0;
    right: -86em;
}

.map-pointer-sm {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url('../images/icons/map-pointer-sm.png?1441948678') no-repeat;
}

.contactwidget-panel .dropdown-menu {
    padding: 0;
    box-shadow: none !important;
    margin-right: -64px;
}
.contactwidget-panel .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.7);
}

.module {
    position: relative;
    height: 215px;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.95);
}

.dropdown-menu .date {
    width: 100%;
    height: 20%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 9px;
    font-size: 16px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.dropdown-menu .weathericon {
    float: left;
    height: 80%;
    width: 54%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10%;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
    opacity: 1;
}

.dropdown-menu .weathericon img {
    height: 128px;
    width: auto;
    -webkit-filter: invert(100%);
}

.dropdown-menu .temp {
    float: right;
    height: 40%;
    width: 46%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10%;
    font-size: 30px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.dropdown-menu .ltemp {
    border-bottom: 0;
}

.weathericon {
    width: 34px;
    display: inline-block;
    opacity: .6;
}

.temp {
    display: inline-block;
}

.contactwidget-item a > * {
    vertical-align: middle;
}

.weather-focast a {
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    .l-main-content-contact {
        background-position: -20em 0;
        overflow-x: hidden;
    }

    .map-pointer {
        left: 52em;
        right: auto;
    }

    .map-pointer-2 {
        left: 75.5em;
    }

    .form-legend {
        font-size: 32px !important;
    }
}
@media (max-width: 1040px) {
    .l-main-content-contact {
        background-position: -28em 0;
    }

    .map-pointer {
        left: 40em;
    }

    .map-pointer-2 {
        left: 63.5em;
    }
}
@media (max-width: 767px) {
    .map-pointer {
        display: none;
    }

    .contactwidget {
        width: auto;
        float: none;
        max-width: 100%;
        margin-top: 2em;
    }

    .l-main-content-contact {
        padding-top: 38px;
    }

    .l-banner-inner {
        top: 49% !important;
    }
}
.l-banner-animated .item-bg-intro {
    background-image: url("/assets/images/animatedvideos/banner-animated-bg.png") !important;
    background-repeat: repeat !important;
}
.l-banner-animated .item-bg-intro:after {
    display: none;
}
.l-banner-animated .l-banner-intro p {
    margin: 12px auto;
    width: 85%;
}
@media (max-width: 1400px) {
    .l-banner-animated .bi-drawing {
        width: 242px;
        height: 334px;
        background-size: contain;
        bottom: 11em;
    }
    .l-banner-animated .bi-drawing-pad {
        width: 420px;
        height: 400px;
        background-size: contain;
        bottom: -92px;
        right: -7em;
    }
    .l-banner-animated .bi-paper {
        width: 400px;
        background-size: contain;
    }
    .l-banner-animated .bi-pencil {
        width: 150px;
        background-size: contain;
        left: 5em;
    }
    .l-banner-animated .bi-camera {
        background-size: contain;
        width: 200px;
        height: 220px;
    }
    .l-banner-animated .bi-drawing-pen {
        background-size: contain;
        height: 100px;
        bottom: 20em;
    }
}
@media (max-width: 1124px) {
    .l-banner-animated .bi-pencil,
    .l-banner-animated .bi-paper {
        display: none;
    }
    .l-banner-animated .bi-drawing {
        right: -6em;
    }
    .l-banner-animated .bi-drawing-pad {
        bottom: -11em;
        right: -11em;
    }
    .l-banner-animated .bi-drawing-pen {
        right: -4em;
        width: 200px;
    }
}

.bi-calc {
    display: block;
    background: url("/assets/images/banner/magento/calc.png") no-repeat;
    bottom: -6em;
    left: 3em;
    height: 354px;
    width: 386px;
}

.bi-note {
    display: block;
    background: url("/assets/images/banner/magento/note.png") no-repeat;
    bottom: 0;
    left: -7em;
    height: 510px;
    width: 433px;
}

.bi-envelope-card {
    display: block;
    background: url("/assets/images/banner/magento/envelop-card.png") no-repeat;
    bottom: -9em;
    right: -3em;
    height: 504px;
    width: 560px;
}

.bi-camera {
    display: block;
    background: url("/assets/images/animatedvideos/icon-camera.png") no-repeat;
    bottom: 365px;
    left: 0;
    height: 365px;
    width: 305px;
}

.bi-paper {
    display: block;
    background: url("/assets/images/animatedvideos/icon-paper.png") no-repeat;
    bottom: -30px;
    left: -180px;
    height: 365px;
    width: 560px;
}

.bi-pencil {
    display: block;
    background: url("/assets/images/animatedvideos/icon-pencil.png") no-repeat;
    bottom: -185px;
    left: 224px;
    height: 365px;
    width: 305px;
}

.bi-drawing-pad {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing-pad.png") no-repeat;
    bottom: -10px;
    right: 0;
    height: 365px;
    width: 415px;
}

.bi-drawing-pen {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing-pen.png") no-repeat;
    bottom: 161px;
    right: -118px;
    height: 365px;
    width: 305px;
}

.bi-drawing {
    display: block;
    background: url("/assets/images/animatedvideos/icon-drawing.png") no-repeat;
    bottom: 196px;
    right: 0;
    height: 579px;
    width: 305px;
}

.fragment-process .icon-inline {
    text-align: center;
}
.fragment-process .icon-inline li {
    width: 20%;
}
.fragment-process .icon-inline li h3 {
    margin: 0;
    font-size: 18px;
}
.fragment-process .icon-inline li .icon-inline-img {
    height: 140px;
    position: relative;
}
.fragment-process .icon-inline li .icon-inline-img:before {
    content: '';
    position: absolute;
    top: 65px;
    right: -32px;
    width: 50px;
    height: 20px;
    background: url(../images/animatedvideos/arrow.png) no-repeat;
}
.fragment-process .icon-inline li .icon-inline-img img {
    height: auto;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fragment-process .icon-inline li:last-child .icon-inline-img:before {
    display: none;
}

.sub-section-title {
    text-transform: uppercase;
    color: #363636;
    font-size: 26px;
    font-family: 'proxima nova';
    margin: 0;
}

.section-content {
    text-align: center;
    padding: 2.5em 0;
}
.section-content p {
    font-size: 22px;
    color: #363636;
    margin: 0;
}

.l-banner-animatedvideo {
    background: url("/assets/images/animatedvideos/content-banner-bg.jpg") no-repeat center;
    background-size: cover;
    background-color: #4c4166;
    text-align: center;
    padding: 5em 0;
}
.l-banner-animatedvideo p {
    font-size: 18px;
    color: #ffffff;
}

.banner-content-title {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
}

.img-grid-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
    margin-left: -25px;
    margin-right: -25px;
}
.img-grid-container:after {
    content: "";
    display: table;
    clear: both;
}
.img-grid-container:after {
    content: '';
    clear: both;
    display: table;
}
.img-grid-container li {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .img-grid-container li {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
.img-grid-container li .img-grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    position: relative;
}
.img-grid-container li .img-grid:before {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-grid-container li .img-grid:hover:before {
    background-color: rgba(25, 46, 56, 0.84);
}
.img-grid-container li .img-grid:hover .img-grid-description {
    filter: progid:dximagetransform.microsoft.alpha(enabled=false);
    opacity: 1;
}
.img-grid-container li .img-grid .img-grid-description {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    filter: progid:dximagetransform.microsoft.alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-grid-container li .img-grid .img-grid-description > img {
    width: 200px;
    height: auto;
}
.img-grid-container li .img-grid .img-grid-description a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 12px 6px;
    margin-top: 15px;
}
.img-grid-container li .img-grid .img-grid-description a .icon-img-play {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -1px;
}
.img-grid-container li .img-grid .img-grid-description a .icon-img-play:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 7px solid transparent;
    margin: 6px 0;
}
.img-grid-container li .img-grid .img-grid-description a span {
    padding: 0 10px;
}
.img-grid-container li .img-grid .img-grid-description a:hover {
    background-color: #fff;
    color: #333;
}
.img-grid-container li .img-grid .img-grid-description a:hover .icon-img-play {
    border-color: #333;
}
.img-grid-container li .img-grid .img-grid-description a:hover .icon-img-play:after {
    border-left-color: #333;
}

@media (max-width: 991px) {
    .fragment-process .icon-inline li {
        float: none;
        width: 30%;
        display: inline-block;
        margin-bottom: 2em;
    }
    .fragment-process .icon-inline-img:before {
        display: none;
    }
}
@media (max-width: 769px) {
    .sub-section-title {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .section-content p {
        font-size: 15px;
    }
}
@media (max-width: 667px) {
    .fragment-process .icon-inline li {
        width: 48%;
    }
}
@media (max-width: 500px) {
    .fragment-process .icon-inline li {
        width: 100%;
    }

    .img-grid-container li .img-grid .img-grid-description a span {
        display: inline-block;
        padding-top: 5px;
    }

    .img-grid-container li .img-grid .img-grid-description a .icon-img-play {
        padding: 6px 9px 1px 10px;
    }
}
.home section#themo_html_2 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.home section#themo_html_2 {
    padding: 0;
}

.grid-title {
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-detail {
    background: #ff6810;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.anzac .grid-detail {
    background-color: #313571;
}
.wagner .grid-detail {
    background-color: #feca30;
}
.vcc .grid-detail {
    background-color: #fa8e00;
}
.wyndham .grid-detail {
    background-color: #85705f;
}
.mealdish .grid-detail {
    background-color: #e6436d;
}
.gen6 .grid-detail {
    background-color: #04528c;
}
.polymaster .grid-detail {
    background-color: #e42439;
}
.grid-detail-heading {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.grid-detail-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.grid-detail-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0 0 15px;
}
.grid-img-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

.grid-md {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-md > li {
    width: 70%;
    float: left;
    position: relative;
}
@media (max-width: 768px) {
    .grid-md > li {
        width: 100%;
    }
}
.grid-md > li:nth-child(2) {
    width: 30%;
}
@media (max-width: 768px) {
    .grid-md > li:nth-child(2) {
        width: 100%;
    }
}
.grid-md:after {
    clear: both;
    content: '';
    display: table;
}
.grid-md img {
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
    max-width: 251px;
}
.grid-md a {
    overflow: hidden;
}

.grid-holder {
    height: 100%;
    display: block;
    position: relative;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-holder .grid-button {
    font-size: 0;
}
.grid-holder:hover .grid-detail {
    opacity: 1;
}
.grid-holder:hover .grid-title {
    opacity: 0;
}
.grid-holder:hover .grid-img-bg {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.grid-holder .btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px;
    width: 120px;
}
.grid-holder .btn-default {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff;
}
.grid-holder .btn-default:hover {
    border-color: rgba(255, 255, 255, 0.84);
    background-color: rgba(255, 255, 255, 0.84);
}
.grid-holder .btn-bodered {
    color: rgba(255, 255, 255, 0.69);
    border: 1px solid #fff;
    border-right: 0;
}
.grid-holder .btn-bodered:hover {
    color: #fff;
}

.grid-sm {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-sm > li {
    width: 66.7%;
    height: 500px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
}
.grid-sm > li:nth-child(2) {
    width: 33.3%;
}
.grid-sm:after {
    clear: both;
    content: '';
    display: table;
}

.grid-xs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-xs > li {
    width: 33.33%;
    height: 300px;
    overflow: hidden;
    float: left;
}
.grid-xs > li > a {
    display: block;
    height: 100%;
    position: relative;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.grid-xs > li > a:hover .grid-detail {
    opacity: 1;
}
.grid-xs > li > a:hover .grid-title {
    opacity: 0;
}
.grid-xs > li > a:hover .grid-img-bg {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.grid-xs:after {
    clear: both;
    content: '';
    display: table;
}

.grid-xs-block {
    list-style: none;
    padding: 0;
    margin: 0;
}
.grid-xs-block > li {
    width: 100%;
    height: 308px;
    overflow: hidden;
    float: left;
    position: relative;
}
@media (max-width: 768px) {
    .grid-xs-block > li {
        width: 50%;
    }
}
.grid-xs-block > li:nth-child(2) {
    height: 492px;
}
.grid-xs-block:after {
    clear: both;
    content: '';
    display: table;
}

@media (max-width: 1024px) {
    .grid-sm > li:nth-child(2) {
        width: 50%;
    }

    .grid-md > li {
        width: 66.666%;
    }

    .grid-sm > li {
        width: 50%;
    }

    .grid-md > li:nth-child(2) {
        width: 33.3333%;
    }

    .grid-xs > li {
        width: 50%;
    }

    li.vcc {
        display: none;
    }
}
@media (max-width: 800px) {
    .grid img {
        width: 80%;
        margin: auto;
    }

    .grid-md > li {
        width: 100%;
    }

    .grid-sm > li {
        height: 300px;
    }

    .grid-md > li:nth-child(2) {
        width: 100%;
    }

    .grid-xs-block > li {
        width: 50%;
        height: 300px;
    }

    .grid-xs-block > li:nth-child(2) {
        height: 300px;
    }
}
@media (max-width: 400px) {
    .grid img {
        width: auto;
    }

    .grid-sm > li {
        width: auto;
        float: none;
    }

    .grid-sm > li:nth-child(2) {
        width: auto;
        float: none;
    }

    .grid-xs > li {
        width: auto;
        float: none;
    }

    .grid-xs-block > li {
        width: auto;
        float: none;
    }

    li.vcc {
        display: block;
    }
}
.home-capabilities {
    padding: 8.5em 0 6em;
}

.list-capabilities {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-capabilities li {
    width: 33.33%;
    float: left;
    margin-bottom: 2.5em;
}
.list-capabilities li p {
    font-size: 17px;
    color: #2d2d2d;
    line-height: 30px;
    text-align: center;
}
.list-capabilities li.col-2 {
    width: 100%;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .list-capabilities li {
        width: 100%;
        float: none;
    }
}
.list-capabilities-round {
    width: 180px;
    height: 180px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.list-capabilities-title {
    font-size: 18px;
    color: #212121;
}
.list-capabilities:after {
    clear: both;
    content: '';
    display: table;
}

.layout-condensed {
    padding: 0;
    list-style: none;
    width: 710px;
    margin: auto;
    text-align: center;
}
.layout-condensed > li {
    width: 50%;
}
.layout-condensed:after {
    clear: both;
    content: '';
    display: table;
}
@media (max-width: 767px) {
    .layout-condensed {
        width: 100%;
    }
    .layout-condensed > li {
        width: 100%;
    }
}

.hero-home-banner .section-copy {
    width: 80%;
}

.w-90 {
    width: 90%;
    margin: auto;
    margin-bottom: 5em;
}

.w-85 {
    width: 85%;
    margin: auto;
    margin-bottom: 5em;
}

.w-60 {
    width: 60%;
    margin: auto;
    margin-bottom: 5em;
}

.img-max {
    max-width: none;
}

.skin-white-fade {
    background: #f3f3f3;
}

.skin-white {
    background: #fff;
}

.gap {
    display: block;
}

.gap-30 {
    height: 30px;
}

.gap-70 {
    height: 70px;
}

.ml-10px {
    margin-left: 20px;
}

.animate-container br {
    display: none;
}

.post-sidebar {
    position: relative;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
}

@media (min-width: 480px) {
    .post-single .post-sidebar {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 0 4px 4px;
        margin: 0 20px;
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .post-sidebar {
        text-align: left;
    }
}
@media (min-width: 480px) {
    .post-sidebar {
        float: left;
        margin-right: -74px;
        width: 74px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }
}
.post-date {
    text-align: center;
    color: #898989;
    font-size: 10px;
    padding: 10px 0;
}

.post-date span {
    display: block;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .post-date span {
        display: inline-block;
        font-size: 12px !important;
    }
}
.post-date .day {
    font-size: 26px;
}

.post-date .month {
    font-size: 9px;
}

.post-date .year {
    font-size: 12px;
}

@media (max-width: 480px) {
    .post-date {
        padding: 5px 0;
        text-align: left;
    }
}
.post-content {
    padding-left: 94px;
}

.standard-blog .entry-content {
    padding-top: 0;
}

.section-ps-path1 {
    background: url('../images/casestudy/assets/pattern-1.jpg?1444036224') 0 0;
}
.section-ps-path1 .section-title span {
    color: #919191;
}

.list-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-icons li {
    float: left;
    background: #d6d6d6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: relative;
    border: 2px solid #d6d6d6;
    margin-right: 5px;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.list-icons li:hover {
    background: #fff;
    border-color: #ff0066;
}

.list-icons li:hover.desktop span.icon-desktop {
    display: none;
    opacity: 0;
}

.list-icons li:hover.desktop span.icon-desktop-h {
    display: block;
    opacity: 1;
}

.list-icons li:hover.tablet span.icon-tablet {
    display: none;
    opacity: 0;
}

.list-icons li:hover.tablet span.icon-tablet-h {
    display: block;
    opacity: 1;
}

.list-icons li:hover.phone span.icon-phone {
    display: none;
    opacity: 0;
}

.list-icons li:hover.phone span.icon-phone-h {
    display: block;
    opacity: 1;
}

.list-icons span.icon-desktop-h, .list-icons span.icon-tablet-h, .list-icons span.icon-phone-h {
    display: none;
    opacity: 0;
}

.list-icons span.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.list-col-2 {
    margin-top: 60px;
}

.section-ps-blue {
    background-color: #a3cce9;
}
.section-ps-blue .section-title {
    color: #fff;
}
.section-ps-blue .section-title span {
    color: #ebebeb;
}

.l-banner-case-study {
    background: url('../images/contact-bg.jpg?1444036224') 0 0 no-repeat;
    background-size: cover;
}
.l-banner-case-study .l-banner-inner2 {
    margin-bottom: 0;
}
.l-banner-case-study .page-title {
    color: #fff;
    font-size: 60px;
}

.h-badge {
    display: inline-block;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 15px;
    margin-left: 8px;
    border: 1px solid #bdbdbd;
    font-weight: bold;
    float: right;
    margin-top: 23px;
}

.social-bordered {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.l-banner .social-bordered {
    margin-top: 26px;
}

.social-bordered > li {
    display: inline-block !important;
    position: relative;
    margin: 0 4px;
}

.social-bordered > li > a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    font-size: 22px;
    line-height: 2;
    width: 50px;
    height: 50px;
    background-color: #2a2a2a;
    border-radius: 100%;
    padding: 3px;
    text-align: center;
}

.social-bordered > li > a:hover {
    color: #222;
    background-color: #fff;
}

.social-bordered > li.facebook > a {
    background-color: #3a5795;
}

.social-bordered > li.facebook > a:hover {
    background-color: #4d6bad;
}

.social-bordered > li.googleplus > a {
    background-color: #d73d32;
}

.social-bordered > li.googleplus > a:hover {
    background-color: #e5483d;
}

.socicon {
    font-family: 'socicon' !important;
}

.section {
    overflow: hidden;
    *zoom: 1;
}

/*blog*/
.post-inner .post-title {
    display: none;
}
.single-post .post-sidebar {
    margin: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 0;
    background: #fff;
    margin-right: 15px;
    border-radius: 0 0 4px 4px;
}
.single-post .post, .single-post .standard-blog {
    position: relative;
}
.single-post .lrcounter-horizontal-horizontal {
    margin-bottom: 20px !important;
}

body.single .entry-content {
    padding-top: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
body.single .entry-content ul,
body.single .entry-content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    color: inherit;
}
body.single .entry-content h1,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4 {
    font-weight: 700;
    color: #111;
}
body.single .entry-content h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}


body.single .entry-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.single-post .post,
.standard-blog {
    border-radius: 0;
}

.standard-blog {
    margin-top: 40px;
}

.standard-blog .format-standard .post-title a {
    color: #333;
}

.standard-blog .format-standard .post-title a:hover {
    color: #2b8dd6;
}

.standard-blog .post-inner {
    border-color: #eee;
}

.standard-blog {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 3px;
    padding: 45px;
}

.standard-blog .format-standard .post-title a {
    color: #333;
}

.standard-blog .format-standard .post-title a:hover {
    color: #2b8dd6;
}

.standard-blog .post-inner {
    border-color: #eee;
}

.post-excerpt p > a:last-child {
    display: block;
    width: 98px;
    border-radius: 4px;
    text-align: center;
    padding: 3px;
    margin-top: 11px;
    background: #2b8dd6;
    color: #fff;
}

.sidebar .widget {
    background: #fff;
    padding: 17px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 28px;
}

.sidebar {
    padding-left: 14px;
}

.sidebar .widget_search {
    padding: 0;
    border: 0;
    background: transparent;
}

body .lrcounter-horizontal-horizontal .lr-simple-ss-frame .lr-simple-ss-button [id*="pinterest"] {
    margin-right: 0 !important;
}

.standard-blog .format-standard .post-title {
    font-size: 25px;
    line-height: 1.3;
}

.standard-blog .lrcounter-horizontal-horizontal {
    margin-bottom: 16px !important;
}

.footer a {
    cursor: pointer;
}
.footer .blog-link {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.icon-blog {
    display: inline-block;
    background: #2b8dd6;
    content: 'blog';
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    padding: 6px 10px 10px !important;
    line-height: 1;
    vertical-align: top;
    margin-right: 14px;
}

.icon-blog:after {
    content: 'blog';
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-blog:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #2b8dd6;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
}

.certificate-icon {
    position: absolute;
    top: -128px;
    left: 0;
    right: 0;
    margin: auto;
}

#themo_html_1 .col-md-12 {
    position: static;
}

#themo_html_1 {
    position: relative;
}


.portfolio-item.gluten:hover .grid-detail {
    background-color: #61a200!important;
}
.portfolio-item.diad:hover .grid-detail {
    background-color: #474c8c!important;
}
.portfolio-item.tweettweet:hover .grid-detail {
    background-color: #ed8da0!important;
}
.portfolio-item.tbd:hover .grid-detail {
    background-color: #333!important;
}
.portfolio-item.pivot:hover .grid-detail {
    background-color: #111!important;
}
.portfolio-item.vvs:hover .grid-detail {
    background-color: #ab62df!important;
}



.navbar .navbar-nav > li.btn-menu.active > a,
.navbar  .navbar-nav > li.btn-menu > a {
    color: #fff!important;
    background-color: #ff0066!important;
    border-radius: 4px;
}



.navbar .navbar-nav > li.btn-menu.active > a:hover,
.navbar  .navbar-nav > li.btn-menu > a:hover {
    background: #2171ad;
}

.h-badge .icon {
    margin-bottom: -6px;
    margin-right: 4px;
}

.navbar .navbar-nav {
    margin-top: 23px!important;
}

.navbar .navbar-nav > li > a {
    color: #3e3e3e;
    font-size: 15px;
    padding: 14px;
    padding-top: 11px;
    padding-bottom: 13px;
    font-weight: 400;
}



.navbar .navbar-nav > li.menu-contact-us > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

.navbar.headhesive--stick .navbar-nav {
    margin-top: 9px!important;
}

.headhesive--clone .navbar-nav > li > a {
    color: #333 !important;
}

.navbar .navbar-nav .dropdown-menu li a {
    color: #333;
    font-size: 14px;
}
.headhesive--stick .h-badge {
    margin-top: 0;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus {
    color: #333!important;
    font-weight: 700;
}

.headhesive--clone .navbar-nav > li > a {
    color: #333 !important;
}
.headhesive--clone .navbar-nav > li.btn-menu.active > a,
.headhesive--clone .navbar-nav > li.btn-menu > a {
    color: #fff !important;
}

body.single .wp-post-image {
    width: 100%;
}
.case-study-desc .copy {
    margin-bottom: 15px;
    line-height: 1.7;
}
.navbar-header {
    position: relative;
    z-index: 9;
}


.l-footer {
    color: #fff;
    padding: 46px 0;
    background: #31353c;
}

.l-footer  .widget-body {
    border: 0;
    padding: 0;
    color: #fff;
}

.l-footer .post-title {
    font-size: 14px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.l-footer .list-post-inline > li {
    padding: 0!important;
    margin-bottom: 23px;
    border: 0;
}
.l-footer .list-post-inline > li a{
    color: #2b8dd6;
    font-size: 12px;
    text-transform: uppercase;
}

.l-footer .social-inline-t > li {
    border: 0;
    display: inline-block;
    padding: 0!important;
}

.l-footer .widget {
    margin-bottom: 50px;
}

.l-footer .widget-title {
    margin-bottom: 25px;
    color: #fff;
}

.l-footer .social-inline-t > li a {
    color: #2b8dd6;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.l-footer .social-inline-t > li a:hover {
    text-decoration: underline;
}
.l-footer .post-img {
    width: 45px;
    height: 45px;
    display: block;
    background: #fff;
    float: left;
    margin-right: -45px;
    background-size: cover;
}

.l-footer p {
    color: #fff;
}

.l-footer .post-body {
    padding-left: 58px;
}

.site-footer-logo {
    width: 200px;
    float: left;
    margin-right: -200px;
    margin-top: 11px;
}

.site-info-content {
    padding-left: 226px;
}

.site-info-content p {
    line-height: 1.3;
    margin: 0 0 5px;
    color: #bbbbbb;
}

.l-footer-sub {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2em;
    margin-top: 4em;
}

.site-info-content a {
    color: #bbbbbb;
    text-decoration: underline;
    margin-left: 6px;
}


.l-footer label.frm_primary_label {
    color: #fff!important;
}

form#form_i20pxr {
    margin-top: -30px;
}
.l-footer a {
    color: #fff;
}


.l-footer a {
    color: #fff!important;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .widget.widget-form {
        padding-left: 35px;
    }
}

form#form_i20pxr .frm_submit input {
    display: inline-block;
    width: auto!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

form#form_i20pxr .form-field {
    margin-bottom: 18px!important;
}

.l-footer label.frm_primary_label {
    font-size: 13px!important;
    height: auto!important;
    line-height: 1;
}


.l-footer .frm_style_formidable-style.with_frm_style .frm_error_style {
    margin: 15px 0 0;
    border-radius: 0;
}

.l-footer .btn.btn-primary {
    border-radius: 0;
    box-shadow: none;
    border-radius: 3px;
    text-decoration: none;
    background-color: #ff0066;
}

.client-list {
    padding: 0;
}

.client-list > li {
    display: block;
    float: left;
    width: 50%;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    height: 190px;
    padding: 10px;
    text-align: center;
    position: relative;
}


.dropdown-menu-holder {
    padding: 0;
    margin: 0;
}

.dropdown-menu-holder>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu-holder>li{
    display: block;
}

.dropdown-menu-holder {
    background: #fff;
    margin-top: 14px;
    margin: 24px 0 0;
    padding: 12px 12px;
}

.headhesive--stick .dropdown-menu-holder {
    margin-top: 10px;
}

.twocol-menu .dropdown-menu-holder {
    width: 363px;
    border: 1px solid #e7e7e7;
    border-top: 0;
}

.twocol-menu .dropdown-menu-holder > li {
    float: left;
    width: 50%;
}

.accordion .accordion-btn .btn-ghost, .btn-ghost, .circle-lrg-icon i:hover, .circle-lrg-icon span:hover, .light-text .pricing-table .btn-ghost {
    border-color: #777;
    color: #777;
    box-shadow: none;
    background: #fff;
    text-decoration: none;
}

ul.dropdown-menu-holder:after {content: '';clear: both;display: table;}

.dropdown-menu:after,
.dropdown-menu:before {
    content: '';
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    left: 38px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    z-index: 9;
}

.dropdown-menu:before {
    top: 11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #e7e7e7;
}


.headhesive--stick .dropdown-menu:after,
.headhesive--stick .dropdown-menu:before {
    top: -2px;
}

.headhesive--stick .dropdown-menu:before {
    top: -4px;
}


@media (min-width: 768px) {
    .client-list > li {
        width: 25%;
    }
}


.client-list:after {
    content: '';
    clear: both;
    display: table;
}

.client-list > li img {
    max-height: 110px;
    max-width: 130px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.client-list > li:nth-child(4n) {
    border-right: 0;
}


.featured-clients {
    margin-bottom: 5em;
    margin-top: 4em;
}

@media (min-width: 768px) {
    .client-list > li:nth-child(1), .client-list > li:nth-child(2),.client-list > li:nth-child(3),.client-list > li:nth-child(4) {
        border-top: 0;
    }



    .client-list > li img {
        max-width: 100%;
    }
    .client-list > li {
        width: 25%;
    }
}

.select-pretty select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-pretty:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #424856;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}

.select-pretty:hover:after {
    border-top-color: #ff0066;
}

.banner-form {
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.flexslider .frm_message {
    max-width: 500px;
    text-align: center;
    margin: auto!important;
}

.flexslider .frm_message p {
    margin: 0!important;
    color: #333!important;
    font-size: 16px!important;
}

.accordion .accordion-btn .btn-ghost, .btn-ghost, .circle-lrg-icon i:hover, .circle-lrg-icon span:hover, .light-text .pricing-table .btn-ghost {
    border-color: #777!important;
    color: #777!important;
}
.banner-form .frm_form_field.form-field select,
.banner-form .frm_form_field.form-field input {
    height: 60px!important;
    border: 0!important;
    font-size: 18px!important;
}

.banner-form .frm_form_field.form-field input {
    padding: 12px 15px 0!important;
}

.banner-form .frm_form_field.form-field select {
    padding: 12px 15px!important;
}
.accordion .accordion-btn .btn-ghost:hover, .btn-ghost:hover, .btn-standard, .circle-lrg-icon i, .circle-lrg-icon span, .light-text .pricing-table .btn-ghost:hover, .pager li>a:hover, .pager li>span:hover, .pricing-column.highlight {
    background: #424856;
    border-color: #333!important;
    text-shadow: none;
    color: #fff!important;
}


h1.slider-title {
    font-size: 45px!important;
    margin: 28px 0 20px!important;
    line-height: 1.2 !important;
    margin-bottom: 35px !important;
}

.slider-subtitle > h4 {
    margin: 0 0 8px!important;
    font-size: 26px;
}

.slider-subtitle > p {
    font-size: 20px!important;
}

.banner-form .frm_forms {
    margin-top: 56px!important;
}

.bf-secondary {
    display: none;
}

.conversion-form .section-header {
    margin-bottom: 0;
}


.banner-form .form-field .frm_description {
    font-size: 15px!important;
    position: absolute;
    top: 18px;
    text-transform: none;
    font-weight: normal!important;
    margin: 2px 15px!important;
    color: #999!important;
}

.form-field {
    position: relative;
}
.banner-form .form-field select + .frm_description,
.banner-form  .form-field input.hasText + .frm_description,
.banner-form .form-field input:focus + .frm_description {
    font-size: 9px!important;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-weight: bold!important;
    margin: 7px 11px!important;
}

.banner-form .form-field .select-pretty + .frm_description {
    display: none;
}


.frm_submit input {
    height: 60px!important;
    background: #f06!important;
    font-weight: 600!important;
    font-size: 18px!important;
    display: block!important;
    line-height: 1!important;
    width: 100%!important;
}

h3.banner-title.bf-secondary {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    margin-top: 26px;
}

.btn.btn-primary {
    background: #ff0066;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    height: 60px;
    padding: 16px 18px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.btn.btn-primary:hover {
    background-color: #ec196e;
}
.bs-banner-form-show .slider-subtitle > * {
    display: none;
}
.bs-banner-form-show .slider-subtitle .frm_forms {
    display: block;
    margin-top: 0!important;
}


.bs-banner-form-show .bf-secondary {
    display: block!important;
}

.bs-banner-form-show  .slider-title,
.bs-banner-form-show .bf-default {
    display: none;
}

.banner-form-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px;
    display: none;''
}

.bs-banner-form-show .banner-form-close {
    display: block;
}

li.btn-menu.menu-contact-us {
    margin-left: 14px;
}

/* Contact us Button*/
.navbar .navbar-nav > li.btn-menu.menu-contact-us > a{
    margin: 0;
    padding: 11px 14px 13px;
}
/* Contact no. Button*/
.headhesive--stick .h-badge {
    margin-top: 10px;
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li.active a,
.navbar .navbar-nav .dropdown-menu li.active a:hover{
    color: #333!important;
    font-weight: 700!important;
}

@media (max-width: 1200px) {
    .navbar-nav > li.btn-menu.menu-contact-us {
        margin-left: 0;
    }
}
@media (max-width: 990px) {
    .h-badge {
        display: none;
    }
}

.nav-utility {
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {

    .nav-utility:after {
        content: '';
        clear: both;
        display: table;
    }
    .h-badge {
        float: none;
        display: block;
        margin: 0 0 10px;
    }


    #logo {
        width: 170px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .navbar .navbar-toggle {
        top: 0!important;
        margin-top: 15px;
    }

    .nav-utility > * {
        width: 48%;
    }

    .nav-utility > .h-badge {
        float: left;
    }

    .nav-utility > .btn {
        float: right;
    }
    .navbar .navbar-nav > li > a {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
    }
    .navbar .navbar-nav {
        margin-top: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
    }

    .navbar .navbar-nav {
        margin: 0 0 20px!important;
    }

    .navbar .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li.btn-menu.menu-contact-us > a {
        padding-left: 13px;
        margin-top: 6px;
        padding-bottom: 13px;
    }
    .navbar .navbar-nav .open .dropdown-toggle {
        padding-left: 14px;
    }
    .btn-menu.menu-contact-us {
        display: none;
    }

    .site-footer-logo {
        float: none;
        margin-bottom: 20px;
    }


    .site-info-content {
        padding-left: 0;
        float: none;
    }

    .twocol-menu .dropdown-menu-holder > li {
        float: left;
        width: 100%;
    }

    .dropdown-menu-holder {
        margin-top: 0;
    }

    .dropdown-menu:before {
        top: 32px!important;
    }

    .dropdown-menu:after, .dropdown-menu:before {
        top: 33px;
    }

    .twocol-menu .dropdown-menu-holder {
        width: auto;
    }

    .twocol-menu .dropdown-menu-holder {
        padding: 10px 0;
    }

}


@media (max-width: 479px) {
    .nav-utility > .h-badge {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .team-member-image>.img-responsive{
        margin: 0 auto;
    }

}

.not-allowed-text {
    display: none;
}

.not-allowed .not-allowed-text {
    display: block;
}

.featured-brand .client-brand {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.featured-brand li {
    display: inline-block;
    padding: 0px 32px;
}
@media (max-width: 1920px) and (min-width: 1920px) {
    .page-template-casestudy-polymaster .section.section-banner{
        /* height: 720px;*/
    }
}




.page-template-casestudy-polymaster .section-banner{
    position: relative;
    height: 480px;
    display: flex;
}
.page-template-casestudy-polymaster .section-blur-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.page-template-casestudy-polymaster .page-title {
    position: relative;
    z-index: 1;
    line-height: normal;
    font-size: 70px;
    font-weight: normal;
    font-weight: 900;
    margin-top: 180px;
    margin-left: 55px;

}
.page-template-casestudy-polymaster .tags {
    margin: 0;
}
.page-template-casestudy-polymaster .section-banner .container {
    display: flex;

}

.page-template-casestudy-polymaster .section-alternate {
    background: #fff;
    position: relative;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(even){
    background: #f5f5f5;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd){
    background: #fff;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd),.page-template-casestudy-polymaster .item-mirrored:nth-of-type(even){
    padding: 0;
    height: 435px;
}
.page-template-casestudy-polymaster .vertical-header-wrap {
    position: absolute;
    z-index: 0;
    width: 80px;
    top: 0;
    left: -95px;
    height: 100%;
}

.page-template-casestudy-polymaster  .section-alternate > .row {
    /*padding-left: 115px;*/
}
.section-alternate .vertical-header-title{
    transform: rotate(-90deg) translateX(-100vh);
    height: 80px;
    line-height: 80px;
    width: 100vh;
    margin: 0;
    transform-origin: 0 0;
    text-align: right;
}
.section-alternate .vertical-header-content{
    position: relative;
    height: 100%;
}
.section-alternate .vertical-header-span{
    padding-right: 50px;
    padding-left: 20px;
    display: inline-block;
    color: #333;
    font-size: 34px;
    font-weight: 900;
}
.mini-container *{
    color: #232323;

}
.mini-container .copy > p{
    text-align: justify;
    font-size: 17px;
}
.mini-container .t-title{
    margin: 0;
    text-transform: none;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}
.page-template-casestudy-polymaster .section-alternate .post-body{
    padding: 50px 50px 60px;
    /*height: 435px;*/
    height: 100%;
}
.btn-redpink{
    margin-top: 20px;
    color: #fff;
    background-color: #ff0066;
    border-radius: 4px;
}
.btn-cs{
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 600;
}

.page-template-casestudy-polymaster .section-alternate .post-img {
    width: 100%;
    /*height: 435px;*/
    position: relative;
    text-align: center;
    height: 100%;
}
.page-template-casestudy-polymaster .section-alternate .post-img>img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.page-template-casestudy-polymaster .section-alternate-container{
    position: relative;
}
.d-block{
    display: block;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.d-flex{
    display: flex;
}
.a-items-start{
    align-items: flex-start;
}
.mb-0{
    margin-bottom: 0;
}
.px-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.mini-title{
    font-size: 14px;
    color: #656565;
    text-transform: uppercase;
    font-weight: bold;
}
.mini-description{
    color: #fff;
    font-size: 18px;
}
.mini-brief li{
    border: 1px solid transparent;
    padding-right: 50px;
}

.mini-brief li:not(:first-child){
    padding-left: 40px;
}
.section-brief-content{
    padding: 35px 0 40px;
    background-color: #282828;
}
li.mini-title:first-child:before {
    content: ' ';
    position: absolute;
    border-right: 1px solid #5b5b5b;
    height: 52px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.project-list-footer{
    margin-bottom: 0;
    font-size: 0;

}
.project-list-footer li{
    position: relative;
    font-size: 16px;
    padding: 0;
    width: 33.33%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 411px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -webkit-transition: -webkit-transform .48s ease;
    -ms-transition: -webkit-transform .48s ease;
    transition: transform .48s ease;
}
.project-list-footer li:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #282828;
    opacity: 0.55;
}
.project-list-footer h3{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 900;

}
.page-template-casestudy-polymaster section.section.section-ptb90.section-banner.section-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030303;
    z-index: 1;
    opacity: .2;
}
.btn-redpink:hover {
    color: #ff0066;
    background: #fff;
    border: 2px solid #ff0066;
}
.btn-redpink:visited {
    color: #fff;
}
.btn-redpink:visited:hover {
    color: #ff0066;
}
a.linkme:hover {
    color: #000;
    background: #ffffff;
    border-color: #212121;
    opacity: 1;
    text-decoration: none;
}
a.linkme:hover h2 {
    color: #000;

}

.project-list-footer a:hover{
    text-decoration: none;
}
.project-list-footer a:hover li {
    transform: scale(1.024,1.024) translate3D(0,0,0);
    -webkit-transform: scale(1.024,1.024) translate3D(0,0,0);
    -ms-transform: scale(1.024,1.024) translate3D(0,0,0);
}
.project-list-footer a:hover li:before {
    background: #282828;
    opacity: 0.7;
}
.tour-button-3 a.btn.btn-ghost {
    margin-top: 0;
    background-color: #ff0066;
    color: #fff !important;
    padding: 10px 50px;
    font-size: 20px;
    border: none;
}
@media (max-width: 1440px){
    .project-list-footer li{
        height: 309px;
    }
}
@media (max-width: 1024px){
    .vertical-header-wrap {
        display: none;
    }
    .project-list-footer li{
        height: 220px;
    }
}
@media (max-width: 1024px){
    .brand-list > li {
        width: 135px;
        float: none;
        display: inline-block;
    }

}

@media (max-width: 800px){
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 556px;
    }
}
@media (max-width: 768px){
    .project-list-footer li{
        height: 165px;
    }
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 558px;
    }
}
@media (max-width: 600px){
    .page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd) {
        height: 290px;
    }
}
@media (max-width: 425px){
    .mini-brief{
        display: block;
    }
    .mini-brief li{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .mini-brief li:not(:first-child){
        padding-left: 5px;
    }
    .project-list-footer li{
        width: 100%;
        height: 275px;

    }
    .page-template-casestudy-polymaster .page-title{
        margin: 180px auto 0;
        font-size: 54px;
    }
    .mini-container .t-title {
        font-size: 25px;
        line-height: normal;
    }
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 316px;
    }

}
@media (max-width: 414px){
    .page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd) {
        height: 308px;
    }
}
@media (max-width: 412px){
    .page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd) {
        height: 306px;
    }
}
@media (max-width: 384px){
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 285px;
    }

}

@media (max-width: 375px){
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        padding: 0;
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 279px;
    }

}
@media (max-width: 360px){
    .page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd) {
        height: 268px;
    }
}
@media (max-width: 320px){
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 238px;
    }
    .mini-container .copy > p{
        text-align: inherit;
    }
}
@media (max-width: 1920px) and (min-width: 1920px) {
    .page-template-casestudy-polymaster .section.section-banner{
        /* height: 720px;*/
    }
}


.page-template-casestudy-polymaster .section-banner{
    position: relative;
    height: 480px;
    display: flex;
}
.page-template-casestudy-polymaster .section-blur-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.page-template-casestudy-polymaster .page-title {
    position: relative;
    z-index: 1;
    line-height: normal;
    font-size: 70px;
    font-weight: normal;
    font-weight: 900;
    margin-top: 180px;
    margin-left: 55px;

}
.page-template-casestudy-polymaster .tags {
    margin: 0;
}
.page-template-casestudy-polymaster .section-banner .container {
    display: flex;

}

.page-template-casestudy-polymaster .section-alternate {
    background: #fff;
    position: relative;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(even){
    background: #f5f5f5;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd){
    background: #fff;
}
.page-template-casestudy-polymaster .section-alternate .item-mirrored:nth-of-type(odd),.page-template-casestudy-polymaster .item-mirrored:nth-of-type(even){
    padding: 0;
    height: 435px;
}
.page-template-casestudy-polymaster .vertical-header-wrap {
    position: absolute;
    z-index: 0;
    width: 80px;
    top: 0;
    left: -95px;
    height: 100%;
}

.page-template-casestudy-polymaster  .section-alternate > .row {
    /*padding-left: 115px;*/
}
.section-alternate .vertical-header-title{
    transform: rotate(-90deg) translateX(-100vh);
    height: 80px;
    line-height: 80px;
    width: 100vh;
    margin: 0;
    transform-origin: 0 0;
    text-align: right;
}
.section-alternate .vertical-header-content{
    position: relative;
    height: 100%;
}
.section-alternate .vertical-header-span{
    padding-right: 50px;
    padding-left: 20px;
    display: inline-block;
    color: #333;
    font-size: 34px;
    font-weight: 900;
}
.mini-container *{
    color: #232323;

}
.mini-container .copy > p{
    text-align: justify;
    font-size: 17px;
}
.mini-container .t-title{
    margin: 0;
    text-transform: none;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}
.page-template-casestudy-polymaster .section-alternate .post-body{
    padding: 50px 50px 60px;
    /*height: 435px;*/
    height: 100%;
}
.btn-redpink{
    margin-top: 20px;
    color: #fff;
    background-color: #ff0066;
    border-radius: 4px;
}
.btn-cs{
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 600;
}

.page-template-casestudy-polymaster .section-alternate .post-img {
    width: 100%;
    /*height: 435px;*/
    position: relative;
    text-align: center;
    height: 100%;
}
.page-template-casestudy-polymaster .section-alternate .post-img>img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.page-template-casestudy-polymaster .section-alternate-container{
    position: relative;
}
.d-block{
    display: block;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.d-flex{
    display: flex;
}
.a-items-start{
    align-items: flex-start;
}
.mb-0{
    margin-bottom: 0;
}
.px-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.mini-title{
    font-size: 14px;
    color: #656565;
    text-transform: uppercase;
    font-weight: bold;
}
.mini-description{
    color: #fff;
    font-size: 18px;
}
.mini-brief li{
    border: 1px solid transparent;
    padding-right: 50px;
}



#themo_html_3 {
    background-color: #fff;
    padding: 0;
    padding-top: 12px;
}

.featured-brand li {
    display: inline-block;
    padding: 0px 32px;
}



@media(max-width: 1199px) {
    .featured-brand li {
        padding: 0px 15px;
    }
}

@media(max-width: 991px) {
    .featured-brand {
        margin-bottom: 22px;
    }

    .featured-brand li {
        padding: 0px 20px;
        width: 33.333%;
        float: left;
        height: 77px;
    }

    .featured-brand li p {
        margin-bottom: 0;
        display: block;
    }

    .featured-brand li p img {
        display: block;
        max-height: 100%;
        margin: 0 auto;
    }

    .featured-brand li:nth-child(2) img {
        margin-top: 18px;
    }

    .featured-brand li:nth-child(3) img {
        margin-top: 8px;
    }

    .featured-brand li:nth-child(4) img {
        margin-top: 16px;
    }

    .featured-brand li:nth-child(5) img {
        max-height: 75px;
    }

    .featured-brand li:last-child img {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .featured-brand li {
        padding: 0px 10px;
        height: 69px;
    }

    .featured-brand li img {
        height: auto;
    }

    .featured-brand li:nth-child(2) img {
        margin-top: 10px;
    }

    .featured-brand li:nth-child(4) img {
        margin-top: 16px;
    }

    .featured-brand li:nth-child(5) img {
        max-height: 67px;
    }

}

@media(max-width: 384px) {
    .featured-brand li:nth-child(5) img {
        max-height: 60px;
    }
}

@media(max-width: 320px) {
    .featured-brand li:nth-child(5) img {
        max-height: 45px;
    }
}

.section-our-work h2 {
    margin-bottom: 80px;
    color: #515151;
}

.portfolio-button-3 {
    text-align: center;
}

.portfolio-button-3 a {
    background-color: #ff0066;
    border: none;
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
}
section#themo_html_5 {
    background-color: #fff;
}
.government-brand ul li {
    border: none;
}


.mini-brief li:not(:first-child){
    padding-left: 40px;
}
.section-brief-content{
    padding: 35px 0 40px;
    background-color: #282828;
}
li.mini-title:first-child:before {
    content: ' ';
    position: absolute;
    border-right: 1px solid #5b5b5b;
    height: 52px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.project-list-footer{
    margin-bottom: 0;
    font-size: 0;

}
.project-list-footer li{
    position: relative;
    font-size: 16px;
    padding: 0;
    width: 33.33%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 411px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -webkit-transition: -webkit-transform .48s ease;
    -ms-transition: -webkit-transform .48s ease;
    transition: transform .48s ease;
}
.project-list-footer li:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #282828;
    opacity: 0.55;
}
.project-list-footer h3{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 900;

}
.page-template-casestudy-polymaster section.section.section-ptb90.section-banner.section-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030303;
    z-index: 1;
    opacity: .2;
}
.btn-redpink:hover {
    color: #ff0066;
    background: #fff;
    border: 2px solid #ff0066;
}
.btn-redpink:visited {
    color: #fff;
}
.btn-redpink:visited:hover {
    color: #ff0066;
}
a.linkme:hover {
    color: #000;
    background: #ffffff;
    border-color: #212121;
    opacity: 1;
    text-decoration: none;
}
a.linkme:hover h2 {
    color: #000;

}

.project-list-footer a:hover{
    text-decoration: none;
}
.project-list-footer a:hover li {
    transform: scale(1.024,1.024) translate3D(0,0,0);
    -webkit-transform: scale(1.024,1.024) translate3D(0,0,0);
    -ms-transform: scale(1.024,1.024) translate3D(0,0,0);
}


/* Fix Web Development Sydney*/
.page-template-sydney section#form_2_conversion {
    background-color: #c6c6c6;
    background-image: url(/wp-content/uploads/2017/08/bg-banner-sydney.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.page-template-sydney section#form_2_conversion .section-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    float: left;
    width: 56%;
    text-align: left;
}
.page-template-sydney section#form_2_conversion .section-header h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 17px;
}

.page-template-sydney section#form_2_conversion .styled-conversion {
    background-color: rgb(50, 53, 59);
    border-radius: 4px;
    padding: 2em 3em 1.2em;
    float: right;
    max-width: 409px;
    width: 46%;
}
.page-template-sydney section#form_2_conversion .section-header p {
    font-size: 18px;
    line-height: 1.7;
}
.page-template-sydney section#form_2_conversion .styled-conversion {
    background-color: rgb(50, 53, 59);
    border-radius: 4px;
    padding: 2em 3em 1.2em;
    float: right;
    max-width: 409px;
    width: 46%;
}
.page-template-sydney section#form_2_conversion .styled-conversion > h3 {
    margin: 0 0 6px;
}



/* Become a Client side bar*/
#form_sydney-quote input, #form_sydney-quote textarea {
    padding: 0 10px;
    border: 0!important;
    padding-top: 18px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px!important;
}
.page-template-sydney .conversion-form .form-field input {
    border: 0!important;
    height: 51px!important;
}
#form_sydney-quote label {
    position: absolute;
    display: block;
    margin-top: 8px;
    margin-left: 10px;
    color: #ff0066;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}
#form_sydney-quote .form-field {
    width: 100%;
    margin-bottom: 6px;
}
.page-template-sydney section#form_2_conversion .styled-conversion > p {
    margin: 0 0 16px;
}
#form_sydney-quote button.frm_button_submit {
    padding: 18px 40px;
    width: 100%;
    background-color: #ff0066;
    border: 0;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none!important;
    box-shadow: none;
    margin: 0;
}
#form_sydney-quote textarea {
    padding-top: 27px!important;
    padding-bottom: 10px!important;
}

.project-list-footer a:hover li:before {
    background: #282828;
    opacity: 0.7;
}
/*Logo For Clients with gray background*/
.page-template-sydney section#themo_brands_1 {
    background-color: #828282;
    padding: 19px 0;
}
.brand-list > li {
    float: left;
    width: 16%;
    padding: 0 16px;
    position: relative;
    display: block;
}
.brand-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.brand-list > li > span {
    width: 100%;
    display: block;
    height: 80px;
    position: relative;
}
.brand-list > li img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}
/*The Web Developers of Sydney Section*/
.page-template-sydney section#html_3_content {
    padding: 56px 0;
}
.syney-intro {
    text-align: center;
}
.page-template-sydney .section-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.page-template-sydney .section-header p {
    font-size: 16px;
    line-height: 1.8;
}
.page-template-sydney .featurette {
    display: none;
}

.page-template-sydney section#html_3_content .btn {
    margin: 25px 0 0;
}
.page-template-sydney .btn {
    padding: 14px 36px;
    background-color: #ff0066;
    color: #fff !important;
    text-transform: uppercase;
    border: 0;
    text-decoration: none !important;
}
.page-template-sydney section#html_3_content .section-header {
    margin-bottom: 0;
}
/*Web Design & Development that creates change section*/
.page-template-sydney section#html_2_content {
    padding: 54px 0 65px;
    background-color: #fff;
    overflow: hidden;
}
.page-template-sydney section#html_2_content .section-header h2 {
    color: #ff0066;
}
.page-template-sydney .list-col-2 {
    margin: 0;
}
.page-template-sydney .portfolio-block {
    padding: 0 10px;
    margin-bottom: 10px;
}
/*Management Team Section*/
.page-template-sydney .section-header {
    text-align: center;
}

/*We listen, We Learn We Care */
.page-template-sydney section#html_1_content {
    background-color: #c6c6c6;
    background-image: url(/wp-content/uploads/2017/08/bg-sydney-review.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 57px 0;
    overflow: hidden;
}
.sydney-review-item {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 18px 0;
}
.sydney-review-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.sydney-rating {
    margin-bottom: 1px;
}
.sydney-rating label {
    margin-right: 8px;
    font-size: 16px;
}
.page-template-sydney .rating .star.full {
    color: #ff0066;
}
.page-template-sydney .rating .star {
    font-size: 18px;
    display: inline-block;
    color: #e3e3e3;
}
.sydney-review-copy {
    font-size: 14px;
    font-weight: 100;
    opacity: .8;
}
.page-template-sydney .rating {
    display: inline;
    vertical-align: baseline;
    padding: 0 5px;
}
.page-template-sydney .rating .star:before {
    content: '\2605';
}
.sydney-review-item:last-child {
    padding-bottom: 0;
}
/*Map Section*/
.page-template-sydney section.full-map {
    padding: 0;
    overflow: hidden;
}

/*Want to Speak with a Professinal Section*/
.page-template-sydney section.conversion-form {
    background-color: #ff0066;
    padding: 50px 0 40px;
}
.page-template-sydney section.conversion-form h2 {
    margin-bottom: 0;
}
#frm_form_24_container, #form_sydney-go .frm_form_fields, #form_sydney-quote .frm_form_fields {
    width: 100%;
}
#form_sydney-go fieldset {
    width: 72%;
    padding-bottom: 0!important;
}
#form_sydney-go div.frm_form_field {
    width: 36%;
    margin: 0;
    padding-right: 10px;
}
#form_sydney-go button.frm_button_submit {
    border: solid 2px #fff;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    padding: 13px 50px;
    margin: 5px 0;
    width: 100%;
}
#form_sydney-go .frm_submit {
    float: left;
    clear: none;
}
@media (max-width: 1440px){
    .project-list-footer li{
        height: 309px;
    }
}

@media(max-width: 1199px) {
    .navbar .navbar-nav > li > a {
        padding: 4px;
        padding-top: 11px;
        padding-bottom: 13px;
    }
}

@media (max-width: 1024px){
    .vertical-header-wrap {
        display: none;
    }
    .project-list-footer li{
        height: 220px;
    }
}
@media (max-width: 1000px){
    .page-template-sydney section#form_2_conversion .section-header {
        float: none;
        height: auto;
        width: auto;
    }
    .page-template-sydney section#form_2_conversion .styled-conversion {
        float: none;
        margin: auto;
        width: auto;
        margin-top: 28px;
    }
    .brand-list > li {
        width: 135px;
        float: none;
        display: inline-block;
    }
}
@media(max-width: 991px) {
    .navbar .navbar-nav {
        margin-top: 17px!important;
    }
}

@media (max-width: 768px){
    .project-list-footer li{
        height: 165px;
    }
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 558px;
    }

    .folio-main-section .grid-holder .grid-button {
        display: none;
    }
}
@media (max-width: 425px){
    .mini-brief{
        display: block;
    }
    .mini-brief li{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .mini-brief li:not(:first-child){
        padding-left: 5px;
    }
    .project-list-footer li{
        width: 100%;
        height: 275px;

    }
    .page-template-casestudy-polymaster .page-title{
        margin: 180px auto 0;
        font-size: 54px;
    }
    .mini-container .t-title {
        font-size: 25px;
        line-height: normal;
    }
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 316px;
    }

}

@media (max-width: 375px){
    .page-template-casestudy-polymaster .item-mirrored:nth-of-type(even) {
        padding: 0;
        height: auto;
    }
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 279px;
    }

}
@media (max-width: 320px){
    .page-template-casestudy-polymaster .section-alternate  .item-mirrored:nth-of-type(odd) {
        height: 238px;
    }
    .mini-container .copy > p{
        text-align: inherit;
    }
}

.magento-page .service-items li:before {
    content: "";
    background-image: url(../images/check-pink.png);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0px;
}
.magento-page .row {
    padding: 0 70px;
}
.magento-page .service-items li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
}

.magento-page ul.service-items {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}
.magento-page .service-items p {
    font-size: 18px;
}

.magento-developer-brand {
    text-align: center;
}

.magento-page-conversion {
    text-align: center;
    position: absolute;
    right: 2%;
    top: 145px;
    max-width: 366px;
    background-color: rgba(50, 53, 59, 0.7);
    width: 46%;
    padding: 15px 20px 5px;
    border-radius: 4px;
}
.magento-page-conversion h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin: 0 0 6px;
    line-height: 1.1;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    color: #fff;
}
.section-banner-magento .container {
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-banner-magento .magento-banner {
    height: 400px;
    position: relative;
}

.page-magento-clone #themo_page_header_1 {
    height: 405px;
    padding-top: 20px;
}

.page-magento-clone #themo_page_header_1 .container {
    position: relative;
}


.magento-page-conversion label {
    margin-top: 0;
    position: absolute;
    left: 10px;
    font-size: 13px !important;
    font-family: 'PoppinsRegular', Helvetica, Arial, sans-serif;
    color: #444444;
    font-weight: 700;
}

.magento-page-conversion .form-group label span {
    color: red;
}

.magento-page-conversion input {
    height: 45px !important;
    padding-bottom: 0 !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 17px !important;
    padding-top: 15px !important;
    border: 1px solid transparent !important;
}


.magento-page-conversion button {
    background-color: #ff0065 !important;
    border: none !important;
    width: 100% !important;
    display: block !important;
    padding: 15px !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 100 !important;
    box-shadow: none !important;
    font-size: 20px !important;
}


.magento-page-conversion button.frm_button_submit {
    background-color: #ff0065 !important;
    border: none !important;
    width: 100% !important;
    display: block !important;
    padding: 10px !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 100 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.magento-page-conversion button.frm_button_submit:active,
.magento-page-conversion button.frm_button_submit:focus,
.magento-page-conversion button.frm_button_submit:hover {
    outline: none;
}


.magento-page-conversion p {
    color: #fff;
}

.magento-page-conversion label.frm_primary_label {
    margin-top: 2px !important;
    margin-top: 0;
    position: absolute;
    left: 10px;
    font-size: 13px !important;
    font-family: 'PoppinsRegular', Helvetica, Arial, sans-serif;
    color: #444444;
    font-weight: 700;
}

.magento-page-conversion  .frm_style_formidable-style.with_frm_style .frm_error_style {
    padding: 10px;
    font-size:12px;
}

.magento-page-conversion  .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 7px;
}
/**********/
.magento-banner {
    background-color: #424856;
    /* background-image: url(https://cdn.lightmedia.com.au/wp-content/uploads/2017/10/banner.png); */
    height: 450px;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
}

.magento-banner .container {
    position: relative;
}

.magento-banner .magento-page-conversion {
    top: 30px;
}
.magento-page {
    padding: 40px 0;
}
.section-list-brand {
    padding: 15px 0;
}
.section-featured-brand {
    padding: 10px 0;
}
.magento-featured-brand li {
    padding: 0px 24px;
}

.section-quote {
    background-color: #f4f4f4;
}
.section-our-work-magento {
    background-color: #ffffff;
}
.section-our-work-magento h2 {
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.section-magento-tour {
    background-color: #f3f3f3;
}
.section-our-work .portfolio-body {
    /*min-height: 170px;*/
}
.magento-tour .floated-blocks {
    background-color: #f3f3f3;
}
.section-our-work-magento .portfolio-body p {
    font-size: 15px;
}
.magento-banner-text {
    margin-top: 155px;
    color: #fff;
}

.magento-banner-text h1 {
    font-size: 45px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 52px;
}

.magento-banner-text p {
    color: #fff;
    font-size: 22px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
}
.webdevelopment-banner-text {
    margin-top: 122px;
}
.webdevelopment-banner-text h1 {
    font-size: 45px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 52px;
}
.webdevelopment-banner-text p {
    color: #fff;
    font-size: 22px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
}
.webdesign-banner-text {
    margin-top: 80px;
    max-width: 343px;
}
.webdesign-banner-text h1 {
    font-size: 45px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 52px;
}
.webdesign-banner-text p {
    color: #fff;
    font-size: 22px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
}
.eCommerce-banner-text {
    margin-top: 125px;
}
.eCommerce-banner-text h1 {
    font-size: 45px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 52px;
}
.eCommerce-banner-text p {
    color: #fff;
    font-size: 22px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
}
.ecomerce-featured-brand li {
    padding: 0 20px;
}

/** Mobile Rresponsive **/
@media (max-width: 1199px) {
    .magento-featured-brand li {
        padding: 0px 8px;
    }
    .eCommerce-banner-text {
        margin-top: 85px;
    }
    .webdevelopment-banner-text {
        margin-top: 92px;
    }
}
@media (max-width: 991px) {
    .magento-featured-brand li:nth-child(2) img {
        margin-top: 0;
    }
    .magento-featured-brand li:last-child img {
        margin-top: 22px;
    }
    .magento-featured-brand li:nth-child(1) img {
        margin-top: 20px;
    }
    .magento-featured-brand li:nth-child(5) img {
        margin-top: 45px;
    }
    .magento-banner-text h1 {
        font-size: 40px;
    }
    .magento-page-conversion {
        top: 138px;
    }
    .eCommerce-banner-text {
        margin-top: 70px;
        max-width: 343px;
    }
    .webdevelopment-banner-text {
        margin-top: 57px;
        max-width: 347px;
    }
}
@media (max-width: 768px) {
    .magento-page-conversion {
        top:  225px;
    }
    .magento-banner-text h1 {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .magento-featured-brand li:nth-child(2) img {
        margin-top: 0;
    }
    .magento-featured-brand li:last-child img {
        margin-top: 30px;
    }
    .magento-featured-brand li:nth-child(1) img {
        margin-top: 20px;
    }
    .magento-banner .magento-page-conversion {
        left: 270px;
        width: 65%;
    }
    .magento-banner-text {
        margin-top: 145px;
    }
    .magento-banner-text h1 {
        font-size: 37px;
        line-height: 35px;
    }
    .magento-banner-text p {
        font-size: 22px;
        line-height: 25px;
    }
    .section-banner-magento .container {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
    }
    .section-banner-magento .magento-page-conversion {
        top: 0;
        position: relative;
        top: 0;
        margin: 30px auto;
        width: 366px;
    }
    .magento-page .row {
        padding: 0;
    }
    .section-our-work-magento .portfolio-img {
        background-size: 100%;
        height: 220px;
    }

    .section-our-work-magento .portfolio-body p {
        font-size: 16px;
    }
    #form_sydney-go div.frm_form_field {
        width: 100%;
    }
    #form_sydney-go fieldset {
        width: 100%;
    }
    .page-template-sydney .btn {
        padding: 11.5px 36px;
    }
}
@media(max-width: 396px){
    .posted-on{
        display: none;
    }
}
@media(max-width: 322px){
    .post-time .icon {
        margin-right: 0;
    }
}
@media (max-width: 320px) {
    .magento-banner-text h1 {
        font-size: 26px;
    }
    .navbar {
        /*margin-right: 20px;*/
    }
    .section-banner-magento .magento-page-conversion {
        width: 265px;
    }
    .magento-page .service-items p {
        font-size: 15px;
    }
    .magento-featured-brand {
        margin-bottom: 0;
    }
}

/** Drupal **/
.webdesign-banner-text.drupal-banner {
    max-width: 350px;
} 