/* 
  Fonts
*/
@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('fonts/HelveticaNeue-Medium.eot');
    src: url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Medium.woff') format('woff'), url('fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url('fonts/HelveticaNeue-Roman.eot');
    src: url('fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Roman.woff') format('woff'), url('fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-light';
    src: url('fonts/HelveticaNeue-light.eot');
    src: url('fonts/HelveticaNeue-light.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-light.woff') format('woff'), url('fonts/HelveticaNeue-light.ttf') format('truetype'), url('fonts/HelveticaNeue-light.svg#HelveticaNeue-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
  Globals
*/
html, 
body {
    -webkit-text-size-adjust: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

/* 
 Resets
*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
li,
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
iframe {
    height: 20px;
    width: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* 
 ie Rules
*/
.ie7 html body, .ie8 html body, .ie7 div#content, .ie8 div#content {
    min-width: 1000px;
}

.ie7 .workc, .ie8 .workc {
        max-width: 980px !important;
}

.ie7 .projectwork, .ie8 .projectwork {
        max-width: 980px !important;
        width:auto !important;
}

.ie8 .clr { 
        height: 25px;
}

.clr2 { 
        height: 40px;
}

/* 
 Links
*/
a { text-decoration: none; 
    color: #ebebeb;
}

a:hover { 
    color: #ff7575;
}

a.link2 {  
    color: #ff7575;
}

a.link2:hover {
    color: #ff7575;
    text-decoration: none;
}

.nolink {
    color: #3b3b3b;
    text-decoration: none;
}

.nolink:hover {
    color: #3b3b3b;
    text-decoration: none;
}

/*
 Font globals
*/
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.georgia-regular,
h1, h2 {
    font-family: 'HelveticaNeue-light', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.worktitle, 
.type,
.caption span.type,
.captionc span.type,
.desc
{
    font-family: 'HelveticaNeue-Roman', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.contactc ul li,
div#slide-menu ul.main a,
.menu-trigger,
.copy, li
{
    font-family: 'HelveticaNeue-light', Arial, sans-serif;
}
:focus {
    outline: 0;
}
.clr { clear: both; height: 0px; }
/*
  Menu
*/
.topmenu {
    position: absolute;
    width: 100%;
    height: 60px;
    background: url("images/glow.svg") no-repeat center 28px;
    background-size: 54px 30px;
    z-index: 5000;
}

.ie7 .topmenu, .ie8 .topmenu { 
   background: url("images/glow_lo.png") no-repeat center 28px;
}

div.topmenu > ul {
    display: table;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
div.topmenu > ul li {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    color: #ccc;
    margin: 88px 21px 0px 21px;
    float: left;
    cursor: pointer;
}
.contactdetails {
    visibility: hidden;
}
div.menu-trigger {
    display:none;   
}

/*
  slides
*/
.cycle-slideshow,
.cycle-slide {
    height: 100%;
    width: 100%;
}
#img1,
#img2,
#img3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    /*
    min-width: 1024px !important;
    min-height: 768px !important;
    */
}

/*
  Content
*/
div#content {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 2000 !important;
}

.projectsc { 
    /*background: url("images/servicesbg.jpg") no-repeat 0 0;
    background-attachment:scoll;
    background-size: 100% 100%;
    */
    background-color: #fff;
    width:100%;
    display:table; 
    height: 100%;
}

/*
  Projects
*/
.workc {
    position: relative !important;
    max-width: 1296px;
    margin: 64px auto 0 auto;
}

.work { width: 101.05%; }

.work div {
    width: 32.3333%;
    margin: 0px 1% 33px 0px;
    float: left;
}
.work div p {
    text-align: center;
    width: 100%;
}
.worktitle {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    margin-top: 16px;
}
.desc {
    text-transform: none;
    color: #ff7575;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    margin-top: 6px;
}

.work div a img { width:100%; }

.projectsintro {
    text-align: center;
    width: 700px;
    padding-top: 40px;
    margin: 0px auto -25px auto;
}

.type  {  
    display:inline-block;
    color: #ff7575;
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom:20px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    text-transform:uppercase;
}

.captionb .type {
    border-bottom: 1px solid rgba(255, 117, 117, .4);
}

.projectsintro h2 {
    font-size: 22px;
    color: #333;
    letter-spacing: 2.4px;
    margin-bottom:10px;
}

.copy {
    color: #ebebeb;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px; 
}

.projectimg {
    height: 560px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #000 !important;
}

.projectnav { 
    width: 100%;
    height: 60px;    
    background: #000;
}

.projectcontainer {
    width:100%;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
}

.showcase:before { 
 content:"";
 float:left;
 width:20px;
 height:24px;
 display:block;
 background: url("images/project_icons.svg") no-repeat top left;
 background-size: 48px 24px;
 margin: -1px 5px 0px 0px;
}
.showcase, .project {
display: inline-block;
padding: 20px;    
}

.project:before { 
 content:"";
 float:left;
 width:24px;
 height:24px;
 display:block;
 background: url("images/project_icons.svg") no-repeat top right;
 background-size: 48px 24px;
 margin: -1px 5px 0px 0px;
}

/*services*/

.servicesbg { 
    position: relative;
    background:#161616;
    width:100%;
    height: 568px;
}

.servicesc { 
    margin: 0px auto 0px auto;
    max-width: 1296px;
    width:90%;
    height: 100%; 
}

/*contact*/

.contactc {
    position: relative !important;
    width: 100%;
    height: 144px;
    border-top:#323232 1px solid;
    background:#161616;
}

.contactc ul {
    margin-top: 40px;
    height: 50px;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}

.contactc ul li.bottomlogo {
    background: url("images/glow.svg") no-repeat 0px 15px;
    background-size: 68px 36px;
    filter: alpha(Opacity=90);
    opacity: 0.2;
    margin:0px !important;
    width:192px;
    height: 68px;
}

.contactc ul li {
    font-size: 12px;
    color: #ccc;
    margin-top:30px;
    margin-right: 42px;
    float: left;
    
}

.contactc ul li a {
    color: #ccc;
}

.contactc ul li:nth-child(5) {
    display: none;
}

/*work*/

.projectwork { 
    max-width: 1296px;
    margin: 25px auto 0px auto;
    text-align: center;
    width:90%;
}

.projectwork img {
    width: 100%;
}

.projectwork img:nth-child(2),
.projectwork img:nth-child(3),
.projectwork img:nth-child(4),
.projectwork img:nth-child(5),
.projectwork img:nth-child(6) {
    margin-top: 45px;
}

video {
    max-width: 100%;
    height: auto;
}
iframe,
embed,
object {
    max-width: 100%;
}
.videoc {
    width: 100%;
    margin-top: 48px;
}
.videoc2 {
    width: 100%;
}
.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
}

.imgdim { 
    opacity: 0.3;
    filter: alpha(opacity=30);  
}

/*
copy blocks
*/
.caption {
    margin-top: auto;
    margin-left: -225px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 450px;
    text-align: center;
}
.caption span.type  {  
    display:inline-block;
    color: #ff7575;
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom:20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.caption span.white {
    color: #fff !important;
}
.caption h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1.5px;
}
.caption .copy {
    color: #ebebeb;
    margin-top: 5px;
}

/*b*/
.captionb {
    position: relative;
    padding-top: 154px;
    margin-left: 196px;
    height: 100px;
    width: 70%;
}
#caption2, #caption3, #caption4 { 
    display: none;
}
.captionb h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1.5px;
}
.captionb .copy {
    color: #ebebeb;
    margin-top: 14px;
}

/*c*/
.captionc {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: center;
    margin-top: 50px;
}

.captionc span.type  {  
    display:inline-block;
    color: #ff7575;
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom:20px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
.projectsintro h1,
.captionc h1 {
    font-size: 28px;
    color: #000;
    letter-spacing: 1.5px;
}
.captionc .copy {
    color: #3b3b3b;
    margin-top: 10px;
}
.captionc .copy a {
    font-size: 12px;   
}

/*nav*/
/*
a.down {
    display:block;
    width: 50px;
    height: 50px;
    margin: 20px 0px 0px -12px;
    background: url("images/down_arrow.png") no-repeat left top;
    background-size: 100px 50px;
    text-indent: -9999px;
}

.ie7 a.down, .ie8 a.down { 
    background: url("images/down_arrow_lo.png") no-repeat left top;
}
*/

/*
  Services
*/

.bg {
    background: url("images/servicesbg.jpg") no-repeat top left !important;
    background-size: 100% 100% !important;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  margin-top: 130px;
  text-align: center;
  width: 10px; 
}
        
.slides-pagination a {
 opacity: 0.4;
 filter: alpha(opacity=40); /* For IE8 and earlier */    
 width:74px;
 height: 74px;
 background: url("images/icons_pagination.svg") top left no-repeat;
 background-size:296px 148px;
 display: -moz-inline-stack;
 display: inline-block; 
 text-indent: -10000px;
 margin: 2px;    
}
       
.ie7 .slides-pagination a , .ie8 .slides-pagination a {
 
    background: url("images/icons_pagination_lo.png") top left no-repeat;
    
}

.slides-pagination a:nth-child(2) {
    background-position: -74px top;
}

.slides-pagination a:nth-child(3) {
    background-position: -148px top;

}

.slides-pagination a:nth-child(4) {
    background-position: -222px top;
}

.slides-pagination a.current {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */    
  background-position: left bottom;
}
        
.slides-pagination a.current:nth-child(2) {
  background-position: -74px bottom;
}
        
.slides-pagination a.current:nth-child(3) {
  background-position: -148px bottom;
}
        
.slides-pagination a.current:nth-child(4) {
  background-position: -222px bottom;
}   

#slides .slides-pagination { 
display:none !important;
}

/* 
Break points 
*/

/* Wide */

@media screen and (max-width: 1444px) {
    
    .workc, .projectwork, .servicesc, .contactc ul {
        max-width: 1000px !important;
    }
    
}

/* Standard */

@media screen and (max-width: 1100px) {
    
    .workc {
        max-width: 960px;
        width:90%;
    }

    .projectwork, .servicesc {
        max-width: 960px;
        width:90%;
    }
    
         .contactc ul {
    margin-top: 35px;
    width: 90%;
}
    
    
}

/* Narrow */

@media screen and (max-width: 950px) {
    
    .topmenu {
    background: url("images/glowdark.svg") no-repeat center 28px;
    background-size: 54px 30px;
}
    
    .menubg { 
    position: relative;
    width: 100%;
    height: 124px;
    z-index: 3000;
}
    
    div.topmenu > ul li a {
    color: #3b3b3b;
}
    
    div.topmenu > ul li a:hover {
    color: #ff7575;    
    }
    
         .caption {
        display: none;
    }  
    
    .cycle-slideshow,
    .cycle-slide {
        height: 440px;
    }
    .cycle-slideshow > div .content {
        height: auto;
        top: 0px;
    }
    
        .servicesbg { 
    height: 440px;
    }
    
        .captionb {
    padding-top: 40px;
    margin: 0px;
    height: 100px;
    width: 95%;
}
    .contactc {
     height: 124px;   
    }
    
    .contactc ul {
    margin-top: 44px;
    }

.contactc ul li.bottomlogo {
    position: absolute;
    right: 40px;
    background: url("images/glow.svg") no-repeat right 10px;
    background-size: 86px 48px;
    filter: alpha(Opacity=90);
    opacity: 0.2;
    height: 68px;
}

.contactc ul li {
    margin: 0px 0px 18px 0px;
    float:none;
    
}
    
.contactc ul li:nth-child(2) {
    margin-left: 0px;
}  
    
        .contactc {
     padding-bottom:30px;   
    }
    
    
        .contactc ul li:nth-child(4) {
    display: none;
}
    
            .contactc ul li:nth-child(5) {
    display: block;
}
    
    .slides-pagination {
        position: relative !important;
        margin: 0px 0px 0px -20px !important;
        text-align: left !important;
        padding-top: 40px;
        width: 100% !important;
    }
    
    .slides-pagination a {
        width:66px;
        height: 66px;
        background-size:264px 132px;
        background-position: top left;
}
    
    .slides-pagination a:nth-child(2) {
    background-position: -66px top;
}

.slides-pagination a:nth-child(3) {
    background-position: -132px top;

}

.slides-pagination a:nth-child(4) {
    background-position: -198px 0px;
}
    
    .slides-pagination a.current {
        background-position: 0px bottom;
}    
        
.slides-pagination a.current:nth-child(2) {
  background-position: -66px bottom;
}
        
.slides-pagination a.current:nth-child(3) {
  background-position: -132px bottom;
}
        
.slides-pagination a.current:nth-child(4) {
  background-position: -198px bottom;
}   
    
    .projectsintro {
        width: 90%;
    }
    .workc {
        max-width: 90%;
    }
    .work div {
        width: 49%;
        margin: 0px 1% 33px 0px;
    }
    .projectwork, .servicesc {
        max-width: 90%;
    }
    .captionc {
        width: 90%;
    }     
    
}

@media screen and (max-width: 736px) {
    
    /*landscape mobile*/ 
    .projectsintro h2 {
        font-size: 18px;
    }
    /*
    a.down {
        width: 25px;
        height: 25px;
        margin: 14px 0 0 0 !important;
        background: url("images/down_arrow.png") no-repeat -6px top;
        background-size: 50px 25px;
        text-indent: -9999px;
    }
    */
    .slides-navigation {
        top: 50%;
        margin-top: -12px;
    }
    .slides-navigation a.prev {
        width: 35px;
        height: 35px;
        background-size: 35px 70px;
        left: 10px;
    }
    .slides-navigation a.next {
        width: 35px;
        height: 35px;
        background-size: 35px 70px
        right: 10px;
    }
    .caption .copy {
        visibility: hidden;
        display: none;
    }
        .projectimg {
        height: 55%;
        min-height: 400px;
        width: 100%;
    }
    
    .clr2 { 
    height: 10px;
    }
    .caption h1,
    .captionb h1 {
        color: #fff;
    }
    .caption {
        display: none;
        /*width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        padding: 0 20px 15px 20px !important;
        margin: 0px !important;*/
    }
    .captionc {
        width: 90%;
        margin-top: 30px;
    }
    .projectsintro h1,
    .captionc h1 {
        font-size: 22px;
        letter-spacing: 1.14px;
    }
    .caption span.type {
        font-size: 11px;
        padding-bottom: 8px;
        margin-bottom: 20px;
        text-transform:uppercase;
    }
    .projectsintro h2 {
        font-size: 16px;
        letter-spacing: 1.8px;
    }
        .projectwork {
        width: 90%;
        margin: 20px auto 0px auto;
    }
    .showcase, .project {
        padding: 5px;    
    }
    
/*landscape mobile*/
    
}

@media screen and (max-width: 520px) {
    
    /*menu switch*/
    html,
    body.menu-active {
        height: 100%;
    }
    body.menu-active {
        overflow: hidden;
        position: fixed;
    } 
    .topmenu {
        background-image: none;
    }
    div.topmenu > ul {
        margin-left: 0px;
        display: block;
    }
    div.topmenu > ul li {
        margin-top: 0px;
    }
    .navnarrow {
        position: absolute;
        background-image: url("images/glowdark.svg");
        background-size: 54px 30px;
        background-repeat: no-repeat;
        height: 64px;
        width: 100%;
        z-index: 900;
        margin: 0px;
        padding: 0px;
        background-position: center 28px;
    }
    div.menu-trigger {
        position: absolute;
        cursor: pointer;
        display: block;
        top:40px;
        left:28px;
        width: 50px;
        z-index: 9000;
        height: 50px;
        font-size: 12px;
    }
    div.menu-trigger a {
        color:#333; 
        letter-spacing: 1px;
    }
    div#content div.menu-trigger:hover {} div#content div.menu-trigger:hover:before {
        color: #fcfeff;
    }
    .menubg {
        height: 90px !important;   
    }

    div#slide-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2000;
        background-color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
    }
    div#slide-menu-logo {
        width: 189px;
        height: 106px;
        position: absolute;
        right:0px;
        bottom:0px;
        opacity: 0.1;
        background: url("images/glowdark.svg") bottom right no-repeat;
        background-size: 189px 106px;   
    }
    div#slide-menu > ul {
    }
    
    div.topmenu > ul li {
        margin-left: 0px;
        float: none;
    }
    div#slide-menu ul.main{
     margin-top:80px;   
    }
    
    div#slide-menu ul.main li {
     opacity: 0;
     padding: 28px 0px 28px 60px;   
    }
    
    div#slide-menu ul.main a {
        text-transform: none;
        font-size: 30px;
        color:#3b3b3b;
        letter-spacing: 0px;
    }
    div#slide-menu ul.contactdetails {
     margin-top:40px;   
    }
    div#slide-menu ul.contactdetails a {
        text-transform: none !important;
        font-size: 11px;
        letter-spacing: 0px;
    }
    
    div#slide-menu ul.contactdetails li {
        opacity: 0;
        padding: 18px 0px 18px 60px;
    }
    
    div#slide-menu > ul li a {
        position: absolute;
    }
    
        div#slide-menu > ul li.contact {
        display:none;
    }
    
        .contactdetails {
    visibility: visible;
}
    
    /*animations*/
    body.menu-active div#slide-menu {
        z-index: 4000;
        opacity: 1;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        animation-timing-function: ease-out;
    }
    
    body.menu-active div#slide-menu ul li.home,
    body.menu-active div#slide-menu ul li.projects,
    body.menu-active div#slide-menu ul li.services,
    body.menu-active div#slide-menu ul li.number,
    body.menu-active div#slide-menu ul li.linkedin,
    body.menu-active div#slide-menu ul li.email {
        opacity: 1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition-timing-function: ease;
        padding-left:28px;
    }
    
    
    body.menu-active div#slide-menu ul li.home {
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
    } 
    body.menu-active div#slide-menu ul li.projects {
        -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
    }
    body.menu-active div#slide-menu ul li.services {
        -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
    }
    
    body.menu-active div#slide-menu ul li.number {
        -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
    }
    
        body.menu-active div#slide-menu ul li.linkedin {
        -webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
    }
    
        body.menu-active div#slide-menu ul li.email {
        -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;
    }

    /*menu switch end*/
    
        .servicesbg { 
    height: 100%;
    }
    
    .contactc ul, .servicesc {
    max-width: 85% !important;  
    }
    
    #slides {
        height: 100%;
    }
    .projectwork img:nth-child(2),
    .projectwork img:nth-child(3),
    .projectwork img:nth-child(4),
    .projectwork img:nth-child(5),
    .projectwork img:nth-child(6) {
        margin-top: 20px;
    }
    .videoc {
        width: 100%;
        margin-top: 14px;
    }
    .videoc2 {
        width: 100%;
    }
    .clr {
        height: 0px;
    }
    .projectwork {
        width: 100%;
    }
    .projectimg {
        height: 300px;
        min-height: 300px;
        width: 100%;
    }
    
    .worktitle { display:none }
    
    .desc { display:none; }
    
    div#content {
        min-width: 200px;
    }
    .servicesc {
        width: 85%;
    }
        .projectsintro {
        width: 100%;
        height: 130px;
    }
    .projectsintro .type {
    border-bottom: 1px solid rgba(255, 117, 117, .4);   
    }
    .projectsintro h1 { 
    }
    .workc {
        max-width: 100%;
        width: 100%;
        margin:0px;
    }
    .work {
        width: 100%;
        margin-top: 0px;
    }
    .work div {
        width: 100%;
        margin: 0px;
    }
    .adjustsleft {
        margin-left: 60px;
    }
    .adjustsright {
        margin-left: -50px;
    }
}