@import url(http://fonts.googleapis.com/css?family=Oswald);

body, html {
    height:100%;
    width:100%;
    min-width:700px;
    padding: 0;
    margin: 0;
    font-family: "Lato","Helvetica Neue",Arial,sans-serif;
}

body{
    overflow-x: hidden;
    overflow-y: scroll;
}

img{
    display: block;
}

a {
    outline: 0;
    color: #ec008b;
    text-decoration:none;
}
a:visited {
    color: #ec008b;
    text-decoration:none;
}
a:hover {
    color:#ec008b;
    text-decoration:underline;
    -moz-text-decoration-color: black; /* Code for Firefox */
    text-decoration-color: black;
}

p {
    line-height: 28px;
    margin: 0;
}

#topMenuWrapper{
    position: fixed;
    z-index: 4;
    background: rgba(255, 255, 255, 0.0);
    width: 100%;
    min-width:700px;
    top:0;
    left: 0;
    opacity:0;
}
#topMenu {
    text-align: justify;
    font-size: 30px;
    font-weight: 900;
    height: 34px;
    padding: 15px 40px;
    font-family: sans-serif;
}

#topMenuShadow{
    position: fixed;
    top: 64px;
    display: none;
    z-index: 4;
}

#topMenu a{
    display: inline-block;
    color: transparent;
}
#topMenu a:visited {
    color: transparent;
}
#topMenu a:hover {
    color:transparent;
}

#topMenu:after {
    content: '';
    font-size: 0.1px;
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;
}

.knockout__text {
    position: relative;
    z-index: 2;
    color: transparent;
}
.knockout__svg {
    fill: rgba(255,255,255,0.8);/*change a in js too*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    user-select: none;
    border: #aaa;
    border-width: 0;
    border-style: solid;
}
.svgMenuItemGray{
    fill-opacity: 0;
    paint-order: stroke;
    stroke: #444;
    stroke-width: 0.5px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}

#headerImg{
    width:100%;
    height:400px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: lightgrey;
}
#headerImg>div{
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#wrapper{
    min-width: 700px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#wrapperNoCoverImg{
    min-width: 700px;
    max-width: 900px;
    margin: 0 auto;
    padding: 64px 0;
    overflow-x: hidden;
}

#contentWrapper{
    width:auto;
    overflow:hidden;
    padding-top: 9px;
}
.content {
    max-width: 900px;
    min-width: 500px;
    width:100%;
    margin: 15px 0;
}

.textContent{
    margin: 30px 0;
}

.textContent>p{
    margin: 0 20px 0 30px;
}
.projectTitle {
    margin: 0 0 28px 0;
    width: 100%;
    display: inline-block;
    font-size:28px;
    font-weight:400;
    line-height:28px;
}
.projectTitle>div{
    padding-left:30px;
    display: inline-block;
    line-height: 28px;
}

.captionTitle{
    margin: 5px 0 10px 0;
    width: 100%;
    display: inline-block;
    font-size:28px;
    font-weight:400;
    line-height:28px;
}

.projectTitle a{
    color: #000;
}

#demoLink{
    color: #ec008b;
}

.captionTitle>a{
    color: #000;
    margin-right:15px;
}
.captionTitle>a:visited{
    color: #000;
}
.imageContent img{
    width:100%;
    display: block;
}
.imageContent img{
    position:absolute;
    left:0;
    top:0;
}
.imageContent object{
    display: block;
    width: 100%;
}
.fixedAspectContainer, .gifplayer-wrapper{
    position:relative;
    width:100%;
    height:0px;
    display: block;
}
.aspectSixteenNine {
    padding-bottom:56.25%;
}
.aspectFourThree {
    padding-bottom:75%;
}
.videoContent iframe{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.contentCaption{
    background: #f5f5f5;
    border: #ddd;
    border-width: 0 1px 1px 0;
    border-style: solid;
    padding: 10px 10px 12px 30px;
}
.contentCaption>p{
    /*margin: 0 30px;*/
}

.contentCaptionList{
    border-width: 0 1px 1px 1px;
}


@media screen and (min-width: 950px) {
    .twoColumn {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
        -moz-column-gap: 20px; /* Firefox */
        column-gap: 10px
    }
}



#sideMenu{
    width: 200px;
    height: 100px;
    display: block;
    float: left;
}
#sideMenu>div{
    width: 190px;
    bottom: -336px;
    padding: 0px 0 25px 10px;
    line-height: 22px;
    overflow: hidden;
}
.fixedSideMenu{
    position: fixed;
    top: 64px;
}
.floatingSideMenu{
    position: absolute;
    top: 400px;
}
.indent{
    padding-left:10px;
    width: 100%;
    display: block;
}
#sideMenu a, #sideMenu a:visited{
    width: 165px;
    display: block;
    margin: 15px 0 5px 0;
    color: #000;
}

.hiddenScrollbar{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin-right: 14px;
    padding-right: 28px;
    padding-top: 23px;
}

.relatedThumb>img{
    width: 165px;
}
.relatedThumb{
    font-size:14px;
    line-height: 20px;
}
#sideMenu:hover{
    color:#000;
    text-decoration:underline;
}
.extraSpace{
    width:100%;
    height: 30px;
}

#footer{
    padding:50px 40px 30px 40px;
    text-align: center;
    font-size: 12px;
}

#footer a{
    display: block;
    margin-bottom: 30px;
}
#footer a, .relatedThumb {
    color: #000;
    text-decoration:none;
}
#footer a:visited, .relatedThumb:visited {
    color: #000;
    text-decoration:none;
}
#footer a:hover {
    color:#000;
    text-decoration:none;
}

#footer img{
    display: inline-block;
    height: 40px;
}

#footer div{
    display: block;
    max-width: 300px;
    height: auto;
    vertical-align: top;
    padding-left: auto;
    line-height: 20px;
    margin: 10px auto;
}
@media screen and (min-width: 940px) {
    #footer div {
        text-align: left;
        display: inline-block;
        padding-left: 20px;
        max-width: 480px;
        height: 40px;
        margin: 0;
    }
}

#extension{
    height: 1.3em;
    top: 0.3em;
    position: relative;
    display: inline;
}

/*img.lazy{*/
    /*display: none;*/
/*}*/

.bannerShadow{
    width: 100%;
    height: 9px;
    opacity: 0.4;
    position: absolute;
    z-index: 3;
}

.verticalShadow{
    height: 120%;
    width: 12px;
    opacity: 0.3;
    position: fixed;
    margin: 0 0 0 188px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.year{
    display: inline-block;
    font-weight: 900;
    line-height: 28px;
    vertical-align: top;
    font-size: 18px;
}

.contentCaption>.year{
    margin-top: 5px;
}

#wrapperNoCoverImg.projectList{
    max-width: 900px;
}

.homeElement{
    margin-top:7px;
    /*padding: 0 15px;*/
    display: block;
    overflow: hidden;
    position: relative;
}

.homeLink{
    display: inline-block;
}

.homeElement img{
    height:100%;
    width: 100%;
}

#wrapperFullWidth{
    width: 101%;
    max-width: 1401px;
    padding: 69px 0 7px 0;
    margin: auto;
}

.marginRight{
    margin-right:10px;
}

.homeOverlay{
    background: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    display:table;
}

.homeTitles{
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    font-size: 24px;
    padding: 10px;
    color: white;
}

.one .homeTitles{
    font-size: 50px;
}

.homeTitles>span{
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
}

.one3 .homeTitles>span, .one2 .homeTitles>span{
    display: none;
}

@media screen and (min-width: 930px) {
    .one3 .homeTitles>span, .one2 .homeTitles>span {
        display: inline-block;
    }
}

.socialContainer{
    text-align: center;
    margin-top: 20px;
}

.socialContainer>a{
    display: inline-block;
}

.social{
    display: inline-block;
    height: 60px;
    margin: 0 10px;
}

.gifplayer-wrapper{
    display: block;
}

.play-gif{
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.projectList .fixedAspectContainer{
    padding-bottom: 40%;
}

.contentCaptionList.wideLayout {
    border-width: 1px 1px 1px 0;
    display: inline-block;
    width: 360px;
    vertical-align:top;
}
.projectList .fixedAspectContainer.wideLayout{
    padding-bottom: 26%;
    display: inline-block;
}
#wrapperNoCoverImg.projectList.wideLayout {
    max-width: 1300px;
}
.projectList .content.wideLayout{
    max-width: 1300px;
}
.projectList .content.wideLayout>a{
    vertical-align:top;
}

@media screen and (max-width: 700px) {
    #sideMenu {
        display: none;
    }
    .verticalShadow{
        display: none;
    }
    .content{
        min-width:700px;
    }
}
