/* Minification failed. Returning unminified contents.
(661,26): run-time error CSS1036: Expected expression, found ','
(661,26): run-time error CSS1019: Unexpected token, found ','
(661,26): run-time error CSS1042: Expected function, found ','
(661,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Preload images */
body:after {
  content: url(/Content/lightbox/images/close.png) url(/Content/lightbox/images/loading.gif) url(/Content/lightbox/images/prev.png) url(/Content/lightbox/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/Content/lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(/Content/lightbox/css/data:image/gif;base64,R0lGODlhAQABAPAAAP/wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/Content/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/Content/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Content/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sorting-submenu-container {
    min-height: 50px;
    width: 100%;
    background-color: rgba(232,232,232,.97);
    position: relative;
    z-index: 30;
}

.sorting-submenu {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    font-family: "helveticaworldregular", sans-serif;
}

.portfolio-list-desktop > li {
    width: 100%;
    min-width: 1330px;
}

.portfolio-list-mobile > li {
    min-width: 0;
    background: none;
}

.portfolio-list > li:nth-child(odd) {
    height: auto;
    min-height: 670px;
    background: -webkit-linear-gradient(#f6f6f6, #d9d9d9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6f6f6, #d9d9d9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6f6f6, #d9d9d9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f6f6f6, #d9d9d9); /* url(/Images/portfolio/background-light.png); */
}

.portfolio-list > li:nth-child(even) {
    height: auto;
    min-height: 671px;
    background: #f2f2f2; /* url(/Images/portfolio/background-light.png); */
    border-bottom: 1px solid #D3D3D3; /* REDWHALE VERIFIED */
}

.portfolio-list > li:last-child {
    border-bottom: 0px;
}


.portfolio-list > li:nth-child(odd) > .portfolio-item > .project-description-desktop,
.portfolio-list > li:nth-child(even) > .portfolio-item > .project-images-desktop {
    float: left;
}

.portfolio-list > li:nth-child(even) > .portfolio-item > .project-description-desktop,
.portfolio-list > li:nth-child(odd) > .portfolio-item > .project-images-desktop {
    float: right;
}

.portfolio-item-desktop {
    width: 1330px;
    height: 670px;
    margin: 0 auto;
    padding: 0 20px;
}

.portfolio-item-mobile {
    width: 100%;
    padding: 0;
    background: -webkit-linear-gradient(#f6f6f6, #d9d9d9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6f6f6, #d9d9d9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6f6f6, #d9d9d9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f6f6f6, #d9d9d9);
    height: auto;
}

.project-description {    
    font-family: "helveticaneuelight", sans-serif;
    color: #404040;
    text-align: justify;
}

.project-description-desktop {    
    width: 450px;
    max-height: 670px;
}

.project-description-mobile {
    width: 100%;
    padding: 20px 20px 10px 20px;
    margin: 0;
}


.project-description p {
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 20px 0 30px 0;
    font-weight: 100;
}

.project-company {
    font-size: 2.5em;
    color: #d84b4c;
    font-weight: bold;
    line-height: 1.0em;
    text-align: left;
}

.project-company-description {
    padding-top: 10px;
    font-size: 0.95em;
}

.project-tags .tag,
.tag-filters .tag {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 30px;
    margin-top: 10px;
    font-family: "helveticaneuelight", sans-serif;
    font-size: 0.8em;
    color: #000000;
    border-style: solid;
    border-top-width: 3px;
    float: left;
}

.project-tags {
    padding: 20px 0 40px 0;
}

.filter-state {
    color: #D84B4C;
    font-weight: bold;
    width: 75px;
    height: 100%;
}

.filter-state div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.tag-radio {
    display: none;
}

.tag-filters {
    margin: 0 auto;
    padding: 5px 0;
    float: right;
    text-align: right;
}

.tag-filters .tag {
    margin-right: 0;
}

.tag-filters .tag-container {
    border-radius: 3px;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
}

.tag-filter {
    display: inline-block;
    margin: 5px 0;
}

.tag-radio[type=radio]:checked ~ label .tag {
    color: #D84B4C;
    font-weight: bold;
}

.tag-container:hover .tag {
    color: #d84b4c;
}

.subtitle {
    font-size: 1.4em;
}

.project-services {
    margin-top: 10px;
    height: 76px;
}

.project-services li {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.project-services ul li:last-child{
    padding-right: 0;
}

.project-services div {
    font-family: "Helvetica LT", sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 0.75em;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}



.project-images-desktop {
    height: 670px;    
}

.project-images-mobile {
    background-image: none !important;
    height: auto !important;
    margin: 0;
    clear: both;
}

.project-images-mobile > div {
    margin: 0 !important;
}


.project-images .portfolio-image {
    background-position: top center; 
    background-repeat: no-repeat;   
    background-size: cover;
    border: none;
    outline: none;
}

.app43 > div,
.chrome43 > div,
.app169 > div,
.chrome169 > div,
.app1610 > div,
.chrome1610 > div {    
    border-radius: 0 0 4px 4px;
}

.ipadblackleft43 div,
.ipadblackright43 div,
.ipadwhiteleft43 div,
.ipadwhiteright43 div,
.cinemadisplay169 div,
.imac169 div,
.macbook1610 div,
.macbookpro1610 div {
    border-radius: 2px;
}

.updating-cover {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 25;
    background: -webkit-linear-gradient(#f6f6f6, #d9d9d9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6f6f6, #d9d9d9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6f6f6, #d9d9d9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f6f6f6, #d9d9d9);
    display: none;
}

.updating-cover .updating-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-list > .portfolio-list-item-loading {
    display: none;
}

.portfolio-list > .portfolio-list-item-loading.portfolio-list-item-loading-first-pass {
    display: block;
}


.show-next-pagination {
    padding: 20px;
}

.show-next-pagination-mobile {    
    background: #d9d9d9;
}


.show-next-pagination-desktop {    
    background: #f2f2f2;
}
.show-next-pagination-btn {
    display: none;
    cursor: pointer;
    height: 2.6em;
    line-height: 2.6em;
    background: -webkit-linear-gradient(#e8e8e8, #d5d5d5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e8e8e8, #d5d5d5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e8e8e8, #d5d5d5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e8e8e8, #d5d5d5);
    text-align: center;
    border: 1px solid #afafaf;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.show-next-pagination-text {
    color: #6b6b6b;
    font-size: 0.9em;
    text-transform: uppercase;
}

.show-next-pagination-btn:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

/*.show-next-pagination-btn:hover .show-next-pagination-text {
    border-bottom: 3px solid #d5393b;
}*/

.portfolio-list-item-loading > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(, -50%, -50%);
}

/* ASPECT RATIO 4:3 */

.ar43 .portfolio-image {
    width: 562px;
    height: 422px;
}

.app43 {
    background-image: url(/Images/portfolio/placeholders/ar43/app.png);
    width: 658px;
}

.app43 > div {
    margin-top: 135px;
    margin-left: 48px;
    margin-right: 48px;
}

.win8app43 {
    background-image: url(/Images/portfolio/placeholders/ar43/win8app.png);
    width: 672px;
}

.win8app43 > div {
    margin-top: 135px;
    margin-left: 55px;
    margin-right: 55px;
}

.win10app43 {
    background-image: url(/Images/portfolio/placeholders/ar43/win10app.png);
    width: 656px;
}

.win10app43 > div {
    margin-top: 140px;
    margin-left: 47px;
    margin-right: 47px;
}

.chrome43 {
    background-image: url(/Images/portfolio/placeholders/ar43/chrome.png);
    width: 658px;
}
.chrome43 > div {
    margin-top: 160px;
    margin-left: 48px;
    margin-right: 48px;
}

.ipadblackleft43,
.ipadblackright43,
.ipadwhiteleft43,
.ipadwhiteright43 {
    width: 806px;
}

.ipadblackleft43    { background-image: url(/Images/portfolio/placeholders/ar43/ipadblackleft.png); }
.ipadblackright43   { background-image: url(/Images/portfolio/placeholders/ar43/ipadblackright.png); }
.ipadwhiteright43   { background-image: url(/Images/portfolio/placeholders/ar43/ipadwhiteright.png); }
.ipadwhiteleft43    { background-image: url(/Images/portfolio/placeholders/ar43/ipadwhiteleft.png); }

.ipadblackleft43 > div,
.ipadblackright43 > div {
    margin-top: 124px;
    margin-left: 122px;
    margin-right: 122px;
}

.ipadwhiteleft43 > div,
.ipadwhiteright43 > div {
    margin-top: 124px;
    margin-left: 123px;
    margin-right: 123px;
}


/* ASPECT RATIO 16:9 */

.ar169 .portfolio-image {
    width: 600px;
    height: 338px;
}

.app169 {
    background-image: url(/Images/portfolio/placeholders/ar169/app.png);
    width: 696px;
}
.app169 > div {
    margin-top: 177px;
    margin-left: 48px;
    margin-right: 48px;
}

.chrome169 {
    background-image: url(/Images/portfolio/placeholders/ar169/chrome.png);
    width: 696px;
}
.chrome169 > div {
    margin-top: 202px;
    margin-left: 48px;
    margin-right: 48px;

}

.cinemadisplay169 {
    background-image: url(/Images/portfolio/placeholders/ar169/cinemadisplay.png);
    width: 753px;
}
.cinemadisplay169 > div {
    margin-top: 112px;
    margin-left: 77px;
    margin-right: 77px;
}

.imac169 {
    background-image: url(/Images/portfolio/placeholders/ar169/imac.png);
    width: 752px;
}
.imac169 > div {
    margin-top: 89px;
    margin-left: 76px;
    margin-right: 76px;
}




/* ASPECT RATIO 16:10 */

.ar1610 .portfolio-image {
    width: 602px;
    height: 376px;
}

.app1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/app.png);
    width: 698px;
}

.app1610 > div {
    margin-top: 134px;
    margin-left: 48px;
    margin-right: 48px;
}

.chrome1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/chrome.png);
    width: 698px;
}
.chrome1610 > div {
    margin-top: 183px;
    margin-left: 48px;
    margin-right: 48px;
}

.macbookpro1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/macbookpro.png);
    width: 788px;
}

.macbookpro1610 > div {
    margin-top: 131px;
    margin-left: 93px;
    margin-right: 93px;
}

.macbook1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/macbook.png);
    width: 798px;
}
.macbook1610 > div {
    margin-top: 145px;
    margin-left: 98px;
    margin-right: 98px;
}

.galaxytabsblack1610,
.galaxytabswhite1610 {
    width: 752px;
}

.galaxytabsblack1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/GalaxyTabSBlack.png);
}

.galaxytabswhite1610 {
    background-image: url(/Images/portfolio/placeholders/ar1610/GalaxyTabSBlack.png);
}

.galaxytabsblack1610 > div,
.galaxytabswhite1610 > div {
    margin-top: 147px;
    margin-left: 75px;
    margin-right: 75px;
}


/* ASPECT RATIO 16:9 MOBILE */

.ar169m .portfolio-image {
    width: 215px;
    height: 383px;
}

.iphone6black,
.iphone6white {
    width: 399px;
}

.iphone6black {
    background-image: url(/Images/portfolio/placeholders/mobile/iPhone6Black.png);
}

.iphone6white {
    background-image: url(/Images/portfolio/placeholders/mobile/iPhone6White.png);
}

.iphone6black > div,
.iphone6white > div {
    margin-top: 143px;
    margin-left: 92px;
    margin-right: 92px;
}

.mobilecandybar {

}

.mobilecandybar .portfolio-image {
    width: 166px;
    height: 197px;
}

.nokiac5black,
.nokiac5white,
.nokiac5grey {
    width: 326px;
}

.nokiac5black {
    background-image: url(/Images/portfolio/placeholders/mobile_candybar/NokiaC5Black.png);
}

.nokiac5black > div,
.nokiac5white > div,
.nokiac5grey > div {
    margin-top: 126px;
    margin-left: 80px;
    margin-right: 80px;
}



@media only screen and (max-width: 1080px) {
    .filter-state {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    .filter-state div {
        position: relative;
        transform: none;
    }

    .tag-filters {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 667px) {
    .sorting-submenu-container {
        display: none;
    }
}




/* Slick customization */
.slick-slide {
    outline: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-dots {
    bottom: 25px !important;
}

.slick-prev,
.slick-next {
    width: 40px !important;
    height: 200px !important;
    margin-top: -100px !important;
}

.slick-prev-desktop
{
    left: 0px !important;
}

.slick-prev-mobile
{
    left: -40px !important;
}


.slick-next-desktop
{
    right: 0px !important;
}

.slick-next-mobile
{
    right: -40px !important;
}

.slick-slider
{
    margin-bottom: 0 !important;
}

.slick-dots-desktop {
    bottom: 25px !important;
}

.slick-dots-mobile {
    bottom: -25px !important;
}

/* Lightbox customization */
.lb-container {
    padding: 0px !important;
}

