.works-page {
    font-size: 16px;
}

.works-page .work-projects {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.works-page .slidee {
    position: relative;
}

.works-page .viewport {
    width: 98%;
    max-width: 390px;
    margin: 0 auto;
    clear: both;
}

.works-page .work-shadow {
    width: 100%;
    height: 25px;
    margin-top: 80px;
    background: url(../images/work_shadow.png) no-repeat center bottom;
    opacity: .25;
    display: none;
}

.works-page .work-project {
    width: 100%;
    background-color: white;
    border-bottom: 5px solid #e6e6e6;
    margin-bottom: 25px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;   
}

.works-page .work-project img {
     max-width: 100%;
}

.works-page .work-project .content {
    position: relative;
    margin: 0.45em 1.2em 0 1.4em;
    color: #808080;
}

.works-page .work-project .content h2 {
    padding: 0;
    margin: 0;
    font-family: "open_sanslight";
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.9em;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.works-page .work-project .content p {
    padding: 0;
    margin: 11px 0 5px;
    font-family: "open_sansregular";
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.7em;
    height:auto;
    position: relative;
}

.works-page .work-project .footer {
    position: relative;
    width: 100%;
    height: 40px;
}

.works-page .work-project .footer span {
    font-family: "open_sanslight";
    font-size: 14px;
    padding: 7px 0 0 7px;
    float: left;
}

.works-page .work-project .footer .brand {
    float: left;
}

.works-page .work-project .footer .project {
    float: right;
    cursor: pointer;
}

.works-page .work-project .footer .icon {
    background: url(../images/icons-sprite.png) no-repeat;
    width: 32px;
    height: 32px;
    float: left;
}

.works-page .work-project .footer .icon.social {
    background-position: 0 0;
}

.works-page .work-project .footer .icon.beyond-games {
    background-position: -32px 0;
}

.works-page .work-project .footer .icon.mobile {
    background-position: -64px 0;
}

.works-page .work-project .footer .icon.websites {
    background-position: -96px 0;
}

.works-page .work-project .footer .icon.campaigns {
    background-position: -128px 0;
}

.works-page .work-project .footer .icon.photo-and-video {
    background-position: -160px 0;
}

.works-page .work-project .footer .project .icon {
    background-position: -192px 0;
}

.works-page .work-project .footer .project .icon.hover {
    background-position: -224px 0;
}



.brand-filters {
    width: 100%;
    height: 180px;
    padding-top: 35px;
}

.brand-filters .categories-nav {
    width: 782px;
    margin: auto;
}

.brand-filters .categories-nav {
    width: 600px;
}

.brand-filters .cat {
    width: 99px;
    height: 150px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-family: "code_lightregular";
    font-size: 18px;
    letter-spacing: 1.1px;
}

.brand-filters .tooltip {
    width: 170px;
    margin: 0 0 10px -35px;
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.brand-filters .tooltip.tooltip-hover {
    opacity: 1;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    margin-top: -25px;
    visibility: visible;
}

.brand-filters .tooltip .label {
    display: table;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    margin: auto;
}

.brand-filters .tooltip .beak {
    width: 1px;
    height: 0px;
    margin: auto;
    border-top: 5px solid #c35a15;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.brand-filters .all-brands.cat .tooltip {
    width: auto;
    margin-left: auto;
    transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
}

.brand-filters .all-brands.cat .tooltip.tooltip-hover {
    margin-top: 0px;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.brand-filters .circle {
    width: 80px;
    height: 80px;
    border: #333333 2px solid;
    border-radius: 50%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    margin: auto;
}

.brand-filters .circle.circle-hover {
    width: 90px;
    height: 90px;
    border-color: #c35a15;
    background-color: #FFFFFF;
    background-size: 90% 90%;
    -webkit-background-size: 90% 90%;
    -moz-background-size: 90% 90%;
    -o-background-size: 90% 90%;
    -ms-background-size: 90% 90%;
    margin-top: -6px;
}

/*.brand-filters .circle.deactive {
    filter: blur(1px);
    -webkit-filter: blur(1px);
}*/

.brand-filters .circle > .icon {
    background: url(../images/brands-sprite.png) no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    margin: auto;
    cursor: pointer;
}

.brand-filters .campaigns .icon {
    background-position: 10px 20px;
}

.brand-filters .websites .icon {
    background-position: -87px 20px;
}

.brand-filters .social .icon {
    background-position: -186px 20px;
}

.brand-filters .mobile .icon {
    background-position: -278px 20px;
}

.brand-filters .beyond-games .icon {
    background-position: -380px 20px;
}

.brand-filters .photo-and-video .icon {
    background-position: -478px 28px;
}

.brand-filters .campaigns .icon.icon-hover {
    background-position: 13px -82px;
}

.brand-filters .websites .icon.icon-hover {
    background-position: -87px -82px;
}

.brand-filters .social .icon.icon-hover {
    background-position: -186px -82px;
}

.brand-filters .mobile .icon.icon-hover {
    background-position: -276px -82px;
}

.brand-filters .beyond-games .icon.icon-hover {
    background-position: -380px -80px;
}

.brand-filters .photo-and-video .icon.icon-hover {
    background-position: -478px -72px;
}

.brand-filters .icon.icon-hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 84px;
    height: 84px;
    margin-top: 3px;
}

.brand-filters .all-brands.cat {
    width: 150px;
    padding-top: 15px;
}

.brand-filters .all-brands.cat .title {
    font-family: "code_boldregular";
    font-size: 30px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.all-brands-container {
    width: 780px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
}

.all-brands-container.show {
    display: block;
}

.all-brands-container .brand-logo {
    width: 164px;
    height: 164px;
    margin: 0 30px 30px 0;
    float: left;
    visibility: hidden;
    cursor: pointer;
    display: table;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
}

.all-brands-container .brand-logo .rollover {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: #5e9cbf;
    position: absolute;
    opacity: .9;
}

.all-brands-container .brand-logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 85%;
}

.all-brands-container .brand-logo .title {
    font-family: "code_boldregular";
    font-size: 1.5em;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    visibility: hidden;
}

.works-page {
    font-family: 'code_boldregular';
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
}

.works-page h1 {
    font-size: 2em;
    margin-top: 45px;
}

.works-page select {
    font-size: 18px;
    display: block;
    outline: none;
    width: 100%;
    text-overflow: '';
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #dfdfdf url(../images/arrow-contacts-down.png) no-repeat 97% center;
    border: 3px solid black;
    box-sizing: border-box;
    margin: 18px 0;
    padding: 15px;
    cursor: pointer;
    color: black;
    text-transform: uppercase;
}

.works-page select option {
    background: #bababa;
}

.mobile-view {
    width: 92%;
    margin: 0 auto;
}

.desktop-view {
    display: none;
    position: relative;
}

@media all and (min-width: 800px) {
   
   .works-page .work-projects {
        margin-top: 0px;
        position: absolute;
        overflow: hidden;
        height: 570px;
    }

    .works-page .work-project .content p {
        height: 70px;
    }
    
    .works-page .slidee {
        perspective: 2500px;
        -webkit-perspective: 2500px;
        position: absolute;
    }
    
    .works-page .viewport {
        width: 390px;
        height: 565px;
        float: left;
        margin: 0 25px 0 25px;
        clear: none;
    }
    
    .works-page .viewport:first-child {
        margin-left: 100px;
    }
    
    .works-page .work-project {
        width: 390px;
        height: 453px;
        margin-bottom: 0px;
    }   
    
    .mobile-view {
        display: none;
    }
    
    .desktop-view {
        display: block;
    }
    
    .works-page .work-shadow {
        display: block;
    }
   
}

@media all and (min-width: 1000px) {
    
    .brand-filters .categories-nav {
        width: 955px;
    }
    .brand-filters .categories-nav {
        width: 595px;
    }
    .brand-filters .tooltip {
        width: 200px;
    }
    .brand-filters .all-brands.cat {
        width: 315px;
        padding-top: 20px;
    }
    .brand-filters .all-brands.cat .title {
        font-size: 40px;
    }
    .brand-filters {
        padding-top: 40px;
    }
    
}

@media all and (min-width: 1120px) {
    
    .brand-filters {
        padding-top: 50px;
    }
    .brand-filters .cat {
        width: 130px;
    }
    .brand-filters .tooltip {
        width: 200px;
    }
    .brand-filters .categories-nav {
        width: 1100px;
    }
    .brand-filters .categories-nav {
        width: 780px;
    }
    
}

@media all and (min-width: 1200px) {
    
    .all-brands-container {
        width: 1150px;
    }
    
}

@media all and (max-width: 799px) {

    .works-page .slidee {
        left: 0px !important;
        width: 100% !important;
    }
    
    .works-page .viewport {
        transform: none !important;
    }

}

.brand-filters .all-brands.cat {
    display: none;
}
