@import url(https://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;
    /* deal with aliasing issues */
    /* image-rendering: -moz-crisp-edges;         /* Firefox */
    /* image-rendering:   -o-crisp-edges;         /* Opera */
    /* image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    /* image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  IE (non-standard property) */
    /* remove antialiasing completely. */
    /* image-rendering: pixelated;   */
}

ul {
    list-style-type: none;
}

a {
    outline: 0;
    color: #ff0d5b;
    text-decoration:none;
}
a:visited {
    color: #ff0d5b;
    text-decoration:none;
}
a:hover {
    color:#ff0d5b;
    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: 5px 40px;
    font-family: sans-serif;
}

#topMenuShadow{
    position: fixed;
    top: 44px;
    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: 44px;
    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;
	border-bottom: solid 1px #ddd;
}
#headerImg>div{
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* image-rendering: pixelated; */
}

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

#wrapperNoCoverImg {
    min-width: 700px;
    max-width: 1100px;
    margin: 0px auto;
    overflow-x: hidden;
	overflow-y: hidden;
}

#wrapperNoCoverImg>#contentWrapper {
	padding-top: 53px;
}

#contentWrapper{
    width:auto;
    overflow:hidden;
    padding-top: 9px;
	padding-bottom: 20px;
    -webkit-box-shadow: 2px 0px 5px 6px #ddd;
    -moz-box-shadow: 2px 0px 5px 6px #ddd;
    box-shadow: 2px 0px 5px 6px #ddd;
}
.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: #ff0d5b;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    top: 10px;
    line-height: 25px;
}

.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;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#sideMenu::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#sideMenu>div{
    width: 190px;
    padding: 20px 0 25px 10px;
    line-height: 22px;
}
#sideMenu.fixedSideMenu{
    position: fixed;
    top: 44px;
}
#sideMenu.floatingSideMenu{
    position: static;
}
#sideMenuSpacer{
	float: left;
	display: none;
	width: 200px;
	height: 100px;
}
#sideMenuSpacer.fixedSideMenu{
	display: block;
}
#sideMenuSpacer.floatingSideMenu{
	display: none;
}
.indent{
    padding-left:10px;
    width: 100%;
    display: block;
}
#sideMenu a, #sideMenu a:visited{
    width: 165px;
    display: block;
    margin: 15px 0 5px 0;
    color: #000;
}

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

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

.social-media-list {
    margin: 0;
    padding: 0;
}
.social-media-list a{
    display: block;
}
.social-media-list a, .relatedThumb {
    color: #000;
    text-decoration:none;
}
.social-media-list a:visited, .relatedThumb:visited {
    color: #000;
    text-decoration:none;
}
.social-media-list a:hover {
    color:#000;
    text-decoration:none;
}

.social-media-list li {
    display: inline-block;
    padding: 10px;
}

.social-media-list img{
    display: inline-block;
    height: 40px;
}


#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;
}

.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;
}
#wrapperNoCoverImg.aboutPage{
    max-width: 900px;
}
#wrapperNoCoverImg.errorPage{
    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: 0;
    padding-top: 15px;
	border-top: solid 1px #ddd;
}

.gifplayer-wrapper{
    display: block;
}

.play-gif{
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
}
.gifPlayButton {
    width: 25px!important;
    margin: auto;
    align-self: center;
    padding: 12px 13px;
}

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

.contentCaptionList.wideLayout {
    border-width: 1px 1px 1px 0;
    display: inline-block;
    width: 359px;
    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, #sideMenuSpacer {
        display: none!important;
    }
    #contentWrapper{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .content{
        min-width:700px;
    }
}

#socialFeed {
    list-style-type: none; 
    padding: 0;
    font-size: 0;
    max-width: 2100px;
    text-align: center;
    margin: auto;
    height: 600px;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 1499px) {
    #socialFeed {
        height: 900px!important;
    }
}
@media screen and (max-width: 1199px) {
    #socialFeed {
        height: 1200px!important;
    }
}

.instaPost {
    width: 290px;
    height: 290px;
    margin: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.instaPost .instaImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instaDescr {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-size: 24px;
    text-align: left;
    display: none;
    font-style: italic;
}
.instaDescr>p {
    line-height: 35px;
    margin: 20px 30px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    max-height: 210px;
    overflow: hidden;
}
.instaEllipsis {
    margin-top: 0!important;
}
.instaPlayIcon {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 9px;
    font-size: 18px;
    color: white;
    width: 20px;
}

#juicer-feed {
    height: 0;
    overflow: hidden;
}