

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
}

h6 {
    color: #fff;
    font-size: 16px;
    padding: 0px 40px;
    line-height: 22px;
    font-weight: 500;
}

/* .start{
	overflow: hidden;
	pointer-events: none;
	animation-timing-function: linear;
	animation-name: start;
	animation-duration: 3s;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
} */


.folder.banners object {
    margin: 80px 0 80px;
}

#scrolldown {
    transition: all ease .4s;
    opacity: 1;
}

#scrolldown.hide2 {
    opacity: 0;
}


.hide {
  display: none;
}


.bahide {
	opacity:0;

}

.bashow {

	opacity:1;
}

#scrolldown:before {
    position: fixed;
    content: " ";
    background-position-y: 0;
    background: url('images/arrow.svg') no-repeat;
    right: 70px;
    background-size: contain;
    bottom: 10vh;
    width: 50px;
    transition: all ease .6s;
    height: 28px;
}

#scrolldown.hide2:before {
    background-position-y: 28px;
}

.mobnotice{display: none}


::-moz-selection { background: #d04e4f; color: #1f1f1f }
::selection { background: #d04e4f;color: #1f1f1f }

footer {
    height: 50px;
    line-height: 50px;
    background: #d04e4f;
    color: #1f1f1f;
    padding-bottom: 70px;
    font-weight: 600;
}

main {
    padding-top: 50px;
    position: relative;
    min-height: 1000px;
}

.folder.banners #project {
    background: #1f1f1f;
}

#project {
    text-align: center;
}

iframe.concepts {
    width: 1120px;
    height: 630px;
    padding-bottom: 80px;
    border: 0;
}


div.paradepth {
    display: block;
    position: relative;
}

.paradepthif iframe {
    border: 0;
    display: none;
    width: 90%;
    height: 0;
    padding-bottom: 24%;
}

.beforeafterbtns {
    width: 100%;
    margin-bottom: 40px;
}

.beforeafterbtns span {
    width: 160px;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    color: #fff;
    transition: all ease .4s;
    border: 1px solid #d04e4f;
}

#afterbtn {
    border-left: 0;
}

.beforeafterbtns span:hover {
    background: rgba(255, 255, 255, 0.07);
}

.beforeafterbtns span.active {
    background: #d04e4f;
    color: #fff;
    cursor: default;
}

#beforebtn {
    border-right: 0;
}

.tog {
    position: relative;
    width: 1120px;
    height: 630px;
    background: #fff;
    margin-bottom: 80px;
}

#project #grid .tog img {
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: opacity .6s;
    opacity: 0;
}

#project #grid .tog img.bashow {
    opacity: 1;
    transition: opacity .6s;
}

.folder .vid {
    overflow: hidden;
}

.folder #project {
    background: #1f1f1f;
}

hr {
    border: 0;
    border-bottom: 1px solid #d04e4f;
    /* margin-bottom: -80px; */
}

.v {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}





.about .story {
    padding-top: 40px;
}

.about .masthead{
    display: block;
}

.v2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
}

.col-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
.col-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.v3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

#project #grid .v3 img {
    width: 31%;
    float: right;
    height: auto;
    margin-bottom: 0;
}

#project-content h5 {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 600;
}

.folder #project-content h5 {
    color: #fff;
}

.banners #project-content h5 {
    color: #fff;
    margin: 80px 0 -60px;
    font-weight: 100;
}

.about #project-content h5 {
    text-align: left;
    margin: 60px auto 0;
    font-weight: 400;
    width: 70%;
}

.about #project-content h5 a:hover {
    text-decoration: none;
}

.whitecorner h5 {
    border-top: 1px solid rgba(199, 199, 199, 0.5);
    padding-top: 40px;
}

.whitecorner h5.first {
    border: 0;
    padding: 0;
}

#project video {
    margin-bottom: 80px;
}

video {}

.about #project video {
    width: 1120px;
    margin: 40px 0 0 0;
}

.carbitt .masthead video {
    width: 100%;
}

.about .masthead video {
    margin-top: -130px;
}

#project-content p {
    margin: 40px auto 43px;
    padding: 0;
    width: 970px;
    display: block;
    position: relative;
}

#project-content .v p {
    width: 100%;
    float: none;
}

.masthead .blogo2 {
    width: 190px;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -130px;
}
.linktosite {
    color: #fff;
    background: #1f1f1f;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 11px 30px;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 40px;
}

.folder .linktosite {
    background: #d04e4f;
    color: #fff;
    margin: -40px auto 80px;
}
.folder .linktosite:hover {
    background: #fff;
    color: #1f1f1f;
}

.linktosite:hover {
    background: #d04e4f;
    color: #fff;
}

#project-content h4 {
    text-transform: uppercase;
    font-weight: 100;
    width: 100%;
    font-size: 40px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
    margin: 80px 0 40px;
}

.folder #project-content h4 {
    color: #fff;
    border-bottom: 1px solid #d04e4f;
}

#project-content .story h4 {
    margin: 80px 0 70px;
}

.showreel #project-images h4 {
    color: #fff;
    margin-top: 0;
    width: 1120px;
    border-bottom: 1px solid #d04e4f;
    margin: 0px auto 80px;
}

#para {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: -1;
}

.haifahag .blogo {
    position: absolute;
    z-index: 2;
    max-width: 730px;
    margin: auto;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 437px;
}

.whitecorner .blogo {
    position: absolute;
    z-index: 2;
    max-width: 730px;
    margin: auto;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 437px;
}

.haifahag #para img {
    margin: 0;
}

#project-header {margin-bottom: 35px;margin-top: 10px;}

#project #grid img {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

#project .masthead img {
    margin-bottom: auto;
}

#project img.no-mb {
    margin-bottom: 0;
}

#project #grid .v2 img {
    width: 43%;
    float: right;
    height: auto;
    margin-bottom: 70px;
}

#project .col-2 img {    width: 100%;
    height: auto;
    margin-bottom: 0;}
#project .col-2 a {
    width: 49%;
    float: right;
    height: auto;
}

#project .col-2 a:hover {
    opacity: 0.9;
}

#project .col-4 img {    
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
#project .col-4 a {
    width: 24%;
    float: right;
    height: auto;
    position: relative;

}

#project .col-4 a:hover {
    opacity: 0.9;
}




.fraugster #project #project-content .other-projects h4 {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px;
}

.other-projects a:before {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0.5) 77%, rgba(0,0,0,0.68) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.31)), color-stop(77%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.68)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0.5) 77%, rgba(0,0,0,0.68) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0.5) 77%, rgba(0,0,0,0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0.5) 77%, rgba(0,0,0,0.68) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 50%, rgba(0,0,0,0.5) 77%, rgba(0,0,0,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    opacity: 0.4;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
}

.other-projects a span {
    position: absolute;
    color: #fff;
    z-index: 100;
    bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 5px #00000052;
    left: 15px;
    text-align: left;
}

#project #grid .v img {
    width: auto;
    padding-bottom: 0;
    margin: 0 auto;
}

#project #grid .v .daynight {
    padding-bottom: 80px;
}

#project #grid .v.heinz img {
}

#project #grid .caption p {
    margin: 20px auto 0;
}

#project #grid p.caption {
    margin: 20px auto 80px;
}

.showreel #project-images {
    background: #1f1f1f;
    margin-bottom: 0;
    padding-bottom: 160px;
    padding-top: 80px;
}

.showreel #project-images img {
    width: 1120px;
    height: auto;
    margin: auto;
}

.showreel #project #grid #project-images img {
    padding: 3%;
    width: 94%;
    margin-bottom: 0;
}

.masthead img {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* margin-top: -320px; */
}

img.abmob {
    display: none;
}

.newyear .masthead img {
    margin-top: -70px;
    bottom: auto;
}

.carbitt .masthead img {
    max-width: 672px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.whitecorner .masthead img {
    margin-top: -140px;
    bottom: auto;
}

.frgbg {
    bottom: -200px;
    margin-top: 0;
}

img.frglogo {
    width: 320px;
    position: relative;
}

.section{
    padding-bottom: 40px;
}
.section-inner{
    max-width: 1120px;
    margin: 0 auto;
}

.fraugster #project #project-content {
    margin-bottom: 120px;
}

.fraugster #project #project-content h4 {
    border: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.fraugster #project #project-content p {
    margin: 0 auto 60px;
    padding: 0;
    width: 970px;
    display: block;
    position: relative;
}


.fraugster #project #project-header {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.fraugster #project #project-header h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 70px;
}
.fraugster #project #project-header h2 {
    padding: 0;
    border: 0;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
}

.fraugster {
    font-family: 'Source Sans Pro', sans-serif;
}
.fraugster #project #project-header h3 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    margin-top: 50px;
}
.fraugster #project #project-header h3 span {
    color: #000;
}


img.wizo2017logo {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#project-content .story p {
    text-align: justify;
    width: 970px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.newyear #project-content .story p {
    text-align: center;
}

.banners #project-content .story p {
    color: #ffffff;
    text-align: center;
}

.banners #project-content .story h4 {
    border: 0;
}

.banners #project-content .story {
    border-bottom: 1px solid #d04e4f;
    padding: 0px 0 80px;
    margin-top: 80px;
    border-top: 1px solid #d04e4f;
}



.about #project-content .story p {
    text-align: justify;
    width: 70%;
    line-height: 25px;
    margin: 0 auto;
}

.may .masthead img {
    margin: 0;
    bottom: auto;
}

.masthead .blogo {
    width: 720px;
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.whitecorner .masthead .blogo {
    width: 570px;
    margin: auto;
    bottom: 0;
}

.masthead {
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    height: 100%;
    position: relative;
}

.carbitt .masthead {
    background: #373738;
    height: 100%;
    display: block;
}

.showreel .masthead {
    background: #4abfd0;
    height: 100%;
}

.showreel .masthead .blogo {width: 550px;}

#project .masthead {}

.folder .masthead {
    background: #d04e4f;
    height: 50vh;
}

#project h1 {
    margin: 0;
    font-weight: 100;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 100px;
}

.folder #project .masthead h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1120px;
    margin: auto;
    text-align: center;
    height: 52px;
    line-height: 49px;
}

#project h2 {
    margin: 0;
    font-size: 36px;
    line-height: 70px;
    border-top: 2px solid #d04e4f;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px;
}

#project h3 {
    margin: 0;
    color: #d04e4f;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}

a.body-link{
    color: #d04e4f;
    font-weight: 600;
}

a.body-link:hover{
    text-decoration: underline;
    color: #1f1f1f;
}

.folder #grid a {
    color: #d04e4f;
}

a.read-more-hide {
    color: #d04e4f;
    position: absolute;
    right: 0;
}

a.read-more-show {
    color: #d04e4f;
    position: absolute;
}

.about .menu a {
    color: #1f1f1f;
}

.about a {
    color: #d04e4f;
}

.about a:hover {
    text-decoration: underline;
}

a:hover {
    color: #d04e4f;
    transition: all ease 0.3s;
}

ul#filters a.selected {
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#filters {
    display: inline-block;
    left: 0;
    right: 0;
    width: 400px;
    position: absolute;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
}

ul#filters a {
    color: #1f1f1f;
}

ul#filters a:hover {
    color: #fff;
}

.menu {
    float: right;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.social li {
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    border-radius: 50px;
    padding: 0;
}

.linkedin:hover {
    background-position-y: -18px;
    border: 2px solid #0083bd;
}

.facebook {
    background: url('images/facebook.png') 2px no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.linkedin {
    background: url(images/linkedin.png) center top no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.facebook:hover {
    background-position-y: -18px;
    border: 2px solid #3a5897;
}

.social {
    float: right;
    margin: 10px 20px;
}

.site-header {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
    z-index: 10000;
    position: fixed;
    margin: 0 auto;
    background: #fff;
}

.about .site-header {
    box-shadow: none;
}

.fraugster .site-header {
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}

.fraugster footer {
    font-family: 'Open Sans', sans-serif;
}


#options {
    width: 100%;
    background: #d04e4f;
    height: 50px;
    line-height: 50px;
    position: relative;
}

#options li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

.logo {
    width: 30%;
    text-align: left;
    float: left;
}

.logo-text {
    margin: 10px 0;
    padding-left: 10px;
    line-height: 25px;
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    transition: all ease 0.3s;
}

.logo-text:hover {
    color: #d04e4f;
    text-decoration: none;
}

.about .logo a:hover {
    text-decoration: none;
}

nav {
    width: 70%;
    float: right;
}

nav li {
    float: right;
    padding: 0px 30px;
    transition: all ease 0.3s;
}

nav li:hover {
    color: #d04e4f;
}
img.lazy {display: block; background-color: #000;}

.grid-item{
  width: 33%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.item-info {
    color: #2d2d2d;
    text-align: left;
    padding: 10px 0;
    float: left;
    display: block;
    margin-top: -3px;
    position: relative;
    z-index: 1000;
    background: #fff;
    width: 100%;
    transition: .2s border ease, .4s padding ease, .3s background ease, .3s color ease;
}

.item-info h1 {
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
	padding-left: 0px;
	transition: all ease .4s;
	
}

.item-info h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    float: left;
    color: #d04e4f;
    line-height: 13px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    margin-top: 5px;
	padding-left: 0;
    transition: all ease .4s;
	transition-delay: .066s;
}



.item-info h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
	padding-left: 0;
	transition: all ease .4s;
		transition-delay: .033s;
}

#grid {
    max-width: 1360px;
    margin: 0 auto;
}

main #grid {
    border-bottom: 1px solid;
    margin-bottom: 100px;
    margin-top: 13px;
    padding-bottom: 50px;
    min-height: 1000px;
}

.showreel main #grid {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer #grid {
    max-width: 1340px;
}

#project footer #grid {
    text-align: left;
}

#project #grid {
    max-width: 1120px;
}

#project.video #grid {
    min-height: 100px;
}

.about main #grid {
    padding-bottom: 80px;
}

.item-content {
    width: 94%;
    position: relative;
    margin: 3% 0 0 5%;
    transition: all ease .4s;
    overflow: hidden;
}

.item-content:hover {
    /* border: 1px solid #cecece; */
}

.item-content img {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
}

.folder .item-content:before {content: "";position: absolute;z-index: 2;right: 0;top: 0;padding: initial;background: url('images/multiple.png') center no-repeat;background-size: 24px;width: 50px;opacity: 0.5;height: 50px;}

.hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

.photo .hover {
    position: absolute;
    z-index: 1000;
    transform: scale(1.2);
    opacity: 0;
    transition: all linear 1s;
     /* Safari 6.0 - 9.0 */
}

.item-content:hover .hover {
    opacity: 1;
    visibility: visible;
}

.item-content:hover .item-info {
    transition: .2s border ease, .4s padding ease, .3s color ease;
    
}

.item-content:hover .item-info h1{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .0s;

}

.item-content:hover .item-info h2{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .033s;
}

.item-content:hover .item-info h3{
	
    border-top: 1px solid #2d2d2d;


	margin-left: 10px;
	transition: all ease .5s;
	transition-delay: .066s;
}


.item-content:after {position: absolute;background: url("images/projects/1/thumbhover.gif");width: 100%;height: 100%;z-index: 10000;}

.item-content img:before {
    content: " ";
}




/**** Slider JS ****/

.slide {display: none}

/* Slideshow container */
.photography-gallery {
  width: 100%;
  position: relative;
  margin: auto;
}

.thumbs {
    position: absolute;
    bottom: 0;
    opacity: 0;
    height: 102px;
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all ease .4s;
}

.slide .caption{
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
}

.photography-gallery:hover .thumbs{
    opacity: 1;
}

/* The dots/bullets/indicators */
.thumb {
  cursor: pointer;
  height: auto;
  width: 13.7%;
  margin: 0;
  display: inline-block;
  background: #fff;
}

#project .photography-gallery img {
    margin-bottom: 0;
}

.thumb img:hover {
  opacity: 0.8;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}





/**** Youtube poster ****/

.ytvideo {position: relative; /* 16:9 */max-width: 1120px;max-height: 630px;float: none;margin-bottom: 50px;margin-top: 0;background: #000;}

.showreel .ytvideo {
    margin-bottom: 80px;
}
#project .ytvideo img {position: relative;display: block;top: 0;left: 0;width: 100%;height: auto;z-index: 20;cursor: pointer;margin: 0;}
#project .ytvideo img:hover {opacity: 0.98;}
.ytvideo:after {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/play.png) no-repeat center;
    background-size: contain;
    width: 110px;
    height: 76px;
    z-index: 30;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    } 
.ytvideo iframe {position: relative;top: 0;left: 0;width: 100%;height: 630px;}

/* image poster clicked, player class added using js */
.ytvideo.player img { display: none; }
.ytvideo.player:after { display: none; }












/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
       -o-transition-property: -o-transform, opacity;
          transition-property: transform, opacity;
}



/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for grids with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/* maximage */
.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height: 70vh;
	max-height: 720px;
	left:0;
	overflow:hidden;
	position: relative;
	top:0;
	width: 100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	background-position: top center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

/* end maximage */

@media (max-width: 1380px) {
	.item-info h1{font-size:22px}
	.item-info h2{}
	.item-info h3{}
	.masthead {max-height: 60vh;}
	/* .masthead img {margin-top: -250px;} */
	#scrolldown:before{bottom: 15vh;}
	.masthead .blogo {width: 550px;}
	.folder #scrolldown{display:none}
	.carbitt .masthead img{max-width: 442px;}
	.showreel .masthead .blogo {width: 420px;}
	.showreel .masthead .blogo2 {width: 140px;bottom: -94px;}
	.about .masthead {max-height:670px}
	
	
	
	
	
	
}	


@media (max-width: 1180px) {
	.item-info h1{font-size:18px;line-height: 19px;}
	.item-info h2{font-size:14px}
	.item-info h3{font-size:11px;padding-top: 3px;margin-top: 3px;}
}	


@media (max-width: 1140px) {

    img.abmob {
    display: block;
}

.about #project video{display: none;}
    
	.grid-item video{display:none}

	
	body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
}

#scrolldown {
    display: none;
}

.folder #project .masthead h1 {width: 100%;}

.about #project video{width: 100%; margin:0}

.about .video #project-content {
    margin-top: 0;
}

.about .story {
    padding-top: 30px;
}

::-moz-selection { background: #d04e4f; color: #1f1f1f }
::selection { background: #d04e4f;color: #1f1f1f }

footer {
    height: 50px;
    line-height: 50px;
    background: #d04e4f;
    color: #1f1f1f;
    padding-bottom: 40px;
    font-size: 10px;
    font-weight: 600;
}

main {
    padding-top: 50px;
    position: relative;
    min-height: auto;
}

#project {
    text-align: center;
}

.gooey {
    display: none;
}

.paradepthif {
    position: relative;
    padding-bottom: 50.7%; /* 16:9 */
    height: 0;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.paradepthif:before {content: "";display: block;position: absolute;width: 100%;height: 3px;bottom: 0;background: #1f1f1f;z-index: 10000;}

.paradepthif iframe {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tog {
    width: 90%;
    height: 520px;
    margin: 0 auto 80px;
}

.v {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.v2 {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.v3 {
    width: 90%;
    margin: 0 auto;
}

.vid {
    position: relative;
}

#project video {
    margin-bottom: 15px;
    width: 90%;
    margin-top: 0;
}

.vid:before {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/siteplay.png) no-repeat center;
    background-size: contain;
	opacity: 0.6;
    width: 70px;
    height: 56px;
    z-index: 30;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#project-content p {
    margin: 10px auto 20px;
    padding: 0;
    width: 90%;
    font-size: 14px;
}

.showreel .masthead .blogo2 {
    width: 76px;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -53px;
}

.linktosite {
    max-width: 350px;
    position: relative;
    margin: 0 auto;
    padding: 8px 0;
    width: 50%;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 40px;
}

.folder .linktosite {
    margin: 0 auto 40px;
}

.linktosite:hover {
    background: #d04e4f;
    color: #fff;
}

#project-content h4 {
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    width: 90%;
    font-size: 30px;
    padding: 0;
    margin: 30px auto 20px;
}

h6 {
    width: 90%;
    margin: 30px auto;
    padding: 0;
}

#project-content h5 {
    margin: 20px 0 8px;
    font-size: 15px;
}

.whitecorner #project-content h5 {
    width: 90%;
    margin: 20px auto 8px;
}

#project-content .story h4 {
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    font-size: 40px;
    padding: 0;
    margin: 30px 0 30px;
}

.showreel #project-images h4 {
    color: #fff;
    margin-top: 0;
    width: 90%;
    border-bottom: 1px solid #d04e4f;
    margin: 0px auto 20px;
}

#para {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: -1;
}

.haifahag #para {
    position: absolute;
    z-index: 2;
    max-width: 730px;
    margin: auto;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 437px;
}

.haifahag #para img {
    margin: 0;
}

#project-header {margin-bottom: 0;margin-top: 0;}

#project #grid img {
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 15px;
}

#project #grid .v2 img {
    width: 48%;
    margin-bottom: 14px;
}

#project #grid .v img {
    width: 48%;
    padding-bottom: 0;
    margin: 0;
}

#project #grid .v .daynight {
    padding-bottom: 0;
}

.showreel #project-images {
    background: #1f1f1f;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-top: 40px;
}

.showreel #project-images img {
    width: 90%;
    height: auto;
}

.showreel #project #grid #project-images img {
    padding: 3%;
    width: 94%;
    margin-bottom: 0;
}

.masthead img {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.whitecorner .masthead img {
    margin: 0;
}

.newyear .masthead {
    background: #5cbfc4;
}

.newyear .masthead img {
    margin-top: 48px;
}

.carbitt .masthead img {
    width: 260px;
}

.carbitt #project .masthead video {
    width: 100%;
}

img.wizo2017logo {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#project-content .story p {
    text-align: center;
    width: 90%;
    font-size: 13px;
    justify-content: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.may .masthead img {
    margin: 0;
}

.masthead .blogo {
    width: 240px;
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.showreel .masthead .blogo {
    width: 240px;
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.whitecorner .masthead .blogo {
    width: 280px;
}

.showreel .blogo {
    width: 200px;
    bottom: 0;
}

.masthead {
    max-height: 70vh;
    overflow: hidden;
    position: relative;
}

.carbitt .masthead {}

.showreel .masthead {
    background: #5CBFC4;
    padding-bottom: 56.25%;
    height: 0;
}

#project .masthead {height: 0;padding-bottom: 56.25%;}

#project h1 {
    margin: 0px 0 7px;
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
}

#project h2 {
    margin: 0;
    font-size: 19px;
    line-height: 34px;
    border-top: 1px solid #d04e4f;
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px 0;
}

#project h3 {
    margin: 0;
    color: #d04e4f;
    font-size: 10px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}

a.read-more-show {
    position: relative;
}

a:hover {
    color: #d04e4f;
    transition: all ease 0.3s;
}

ul#filters a.selected {
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#filters {
    display: inline-block;
    left: 0;
    right: 0;
    width: 308px;
    position: absolute;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
}

ul#filters a {
    color: #1f1f1f;
}

ul#filters a:hover {
    color: #fff;
}

.menu {
    float: right;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.social li {
    width: 25px;
    height: 25px;
    margin: 0px 2px;
    border-radius: 50px;
    padding: 0;
}

.linkedin:hover {
    background-position-y: -18px;
    border: 2px solid #0083bd;
}

.facebook {
    background: url('images/facebook.png') 2px no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.linkedin {
    background: url(images/linkedin.png) center top no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.facebook:hover {
    background-position-y: -18px;
    border: 2px solid #3a5897;
}

.social {
    float: right;
    margin: 10px 5px;
}

.site-header {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
    z-index: 10000;
    position: fixed;
    margin: 0 auto;
    background: #fff;
}

#options {
    width: 100%;
    background: #d04e4f;
    height: 40px;
    line-height: 40px;
    position: relative;
}

#options li {
    display: inline-block;
    padding: 0 7px;
    text-transform: uppercase;
}

.logo {
    width: 30%;
    text-align: left;
    float: left;
}

.logo-text {
    margin: 10px 0;
    padding-left: 5px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    transition: all ease 0.3s;
}

.logo-text:hover {
    color: #d04e4f;
}

nav {
    width: 70%;
    float: right;
}

nav li {
    float: right;
    padding: 0px 5px;
    transition: all ease 0.3s;
}

nav li:hover {
    color: #d04e4f;
}




	
.grid-item{
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.item-info {
    color: #2d2d2d;
    text-align: left;
    padding: 4px 0 6px;
    float: left;
    display: block;
    margin-top: -3px;
    position: relative;
    z-index: 1000;
    background: #fff;
    width: 100%;
    transition: .2s border ease, .4s padding ease, .3s background ease, .3s color ease;
}

.item-info h1 {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    padding-left: 0px;
    color: #d04e4f;
    transition: all ease .4s;
}

.item-info h3 {
    margin: 0;
    font-size: 8px;
    display: none;
    font-weight: 600;
    float: left;
    color: #d04e4f;
    line-height: 8px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    margin-top: 5px;
    padding-left: 0;
    transition: all ease .4s;
    transition-delay: .066s;
}



.item-info h2 {
    margin: 0;
    line-height: 8px;
    font-size: 9px;
    font-weight: 400;
    padding-left: 0;
    transition: all ease .4s;
    transition-delay: .033s;
}

#grid {
    max-width: 1360px;
    margin: 0 auto;
}

main #grid {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 7px;
    padding-bottom: 50px;
    min-height: 1000px;
    width: 100%;
    max-width:100%;
}






.showreel main #grid {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer #grid {
    max-width: 300px;
}

#project footer #grid {
    text-align: left;
    width: 90%;
}

#project #grid {
    max-width: 1120px;
}

#project.video #grid {
    min-height: 60px;
}

div.paradepth {
    display: none;
}

.paradepthif iframe {
    display: block;
    margin: auto;
}

.item-content {
    width: 94%;
    position: relative;
    margin: 3% 0 0 3%;
    transition: all ease .4s;
    overflow: hidden;
}

.folder .item-content:before {
    width: 30px;
    height: 30px;
    background-size: 16px;
}


.item-content:hover {
    /* border: 1px solid #cecece; */
}

.item-content img {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
}

.hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

.photo .hover {
    position: absolute;
    z-index: 1000;
    transform: scale(1.2);
    opacity: 0;
    transition: all linear 1s;
     /* Safari 6.0 - 9.0 */
}

.item-content:hover .hover {
    opacity: 1;
    visibility: visible;
}

.item-content:hover .item-info {
    transition: .2s border ease, .4s padding ease, .3s color ease;
    
}

.item-content:hover .item-info h1{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .0s;

}

.item-content:hover .item-info h2{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .033s;
}

.item-content:hover .item-info h3{
	
    border-top: 1px solid #2d2d2d;


	margin-left: 10px;
	transition: all ease .5s;
	transition-delay: .066s;
}


#project #grid .v.heinz img {
    margin: 0 auto;
}


.folder #project-content p {
    color: #fff;
}

.folder.banners #project-content {
    display: none;
}


.mobnotice{display: block;
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 120px 0 80px;}

.item-content:after {position: absolute;background: url("images/projects/1/thumbhover.gif");width: 100%;height: 100%;z-index: 10000;}

.item-content img:before {
    content: " ";
}


/**** Youtube poster ****/

.ytvideo { /* 16:9 */max-width: 90%;margin: 0 auto;float: none;height: 0;position: relative;padding-bottom: 50.5%; /* 16:9 */margin-bottom: 50px;background: #000;}

.showreel .ytvideo {
    margin-bottom: 80px;
}
#project #grid .ytvideo img {position: relative;display: block;top: 0;left: 0;width: 100%;height: auto;z-index: 20;cursor: pointer;margin: 0;}

.video #project-content {
    margin-top: 40px;
}
.ytvideo:after {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/play.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 56px;
    z-index: 30;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    } 
.ytvideo iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* image poster clicked, player class added using js */
.ytvideo.player img { display: none; }
.ytvideo.player:after { display: none; }






		
	
	
	
}	

@media (max-device-width: 960px) {
	.plax{display:none}
	
}



@media (max-width: 800px) {
	.tog{
	    height: 370px;
	}
}

@media (max-width: 380px) and (min-width: 370px) {
	.grid-item {
    width: 49.9%;
	}


	
	
}

@media (max-width: 340px) {

	.grid-item video{display:none}

	
	body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
}

#scrolldown {
    display: none;
}

.folder #project .masthead h1 {width: 100%;}

.about #project video{width: 100%; margin:0}

.about .video #project-content {
    margin-top: 0;
}

.about .story {
    padding-top: 30px;
}

::-moz-selection { background: #d04e4f; color: #1f1f1f }
::selection { background: #d04e4f;color: #1f1f1f }

footer {
    height: 50px;
    line-height: 50px;
    background: #d04e4f;
    color: #1f1f1f;
    padding-bottom: 40px;
    font-size: 10px;
    font-weight: 600;
}

main {
    padding-top: 50px;
    position: relative;
    min-height: auto;
}

#project {
    text-align: center;
}

.v {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.v2 {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.v3 {
    width: 90%;
    margin: 0 auto;
}

.vid {
    position: relative;
}

#project video {
    margin-bottom: 15px;
    width: 90%;
    margin-top: 0;
}

.vid:before {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/siteplay.png) no-repeat center;
    background-size: contain;
	opacity: 0.6;
    width: 70px;
    height: 56px;
    z-index: 30;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#project-content p {
    margin: 10px auto 20px;
    padding: 0;
    width: 90%;
    line-height: 14px;
    font-size: 12px;
}

.showreel .masthead .blogo2 {
    width: 54px;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -36px;
}

.linktosite {
    background: #ffffff;
    color: #000;
    max-width: 350px;
    border: 1px solid #d04e4f;
    position: relative;
    margin: 0 auto;
    padding: 8px 0;
    width: 50%;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 40px;
}

.linktosite:hover {
    background: #d04e4f;
    color: #fff;
}

#project-content h4 {
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    width: 90%;
    font-size: 25px;
    padding: 0;
    margin: 30px auto 20px;
}

.may .video #project-content, .tigran .video #project-content {
    margin-top: 30px;
}


#project-content h5 {
    margin: 20px 0 8px;
    font-size: 12px;
}

.whitecorner #project-content h5 {
    width: 90%;
    margin: 20px auto 8px;
}

#project-content .story h4 {
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    font-size: 40px;
    padding: 0;
    margin: 30px 0 30px;
}

.showreel #project-images h4 {
    color: #fff;
    margin-top: 0;
    width: 90%;
    border-bottom: 1px solid #d04e4f;
    margin: 0px auto 20px;
}

#para {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: -1;
}

.haifahag #para {
    position: absolute;
    z-index: 2;
    max-width: 730px;
    margin: auto;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 437px;
}

.haifahag #para img {
    margin: 0;
}

#project-header {margin-bottom: 0;margin-top: 0;}

#project #grid img {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
}

#project #grid .v2 img {
    width: 48%;
    margin-bottom: 14px;
}

#project #grid .v img {
    width: 48%;
    padding-bottom: 0;
    margin: 0;
}

#project #grid .v .daynight {
    padding-bottom: 0;
}

.showreel #project-images {
    background: #1f1f1f;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-top: 40px;
}

.showreel #project-images img {
    width: 90%;
    height: auto;
}

.showreel #project #grid #project-images img {
    padding: 3%;
    width: 94%;
    margin-bottom: 0;
}

.masthead img {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.whitecorner .masthead img {
    margin: 0;
}

.newyear .masthead {
    background: #5cbfc4;
}

.newyear .masthead img {
    margin-top: 48px;
}

.carbitt .masthead img {
    width: 200px;
}

.carbitt #project .masthead video {
    width: 100%;
}

img.wizo2017logo {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#project-content .story p {
    text-align: center;
    width: 90%;
    font-size: 12px;
    line-height: 14px;
    justify-content: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.may .masthead img {
    margin: 0;
}

.masthead .blogo {
    width: 240px;
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.showreel .masthead .blogo {
    width: 180px;
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.whitecorner .masthead .blogo {
    width: 280px;
}

.showreel .blogo {
    width: 200px;
    bottom: 0;
}

.masthead {
    max-height: 70vh;
    overflow: hidden;
    position: relative;
}

.carbitt .masthead {}

.showreel .masthead {
    background: #5CBFC4;
    padding-bottom: 56.25%;
    height: 0;
}

#project .masthead {height: 0;padding-bottom: 56.25%;}

#project h1 {
    margin: 0px 0 5px;
    font-weight: 100;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 44px;
}

#project h2 {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    border-top: 1px solid #d04e4f;
    font-weight: 400;
    display: inline-block;
    padding: 2px 10px 0;
}

#project h3 {
    margin: 0;
    color: #d04e4f;
    font-size: 9px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}

a.read-more-show {
    position: relative;
}

a:hover {
    color: #d04e4f;
    transition: all ease 0.3s;
}

ul#filters a.selected {
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#filters {
    display: inline-block;
    left: 0;
    right: 0;
    width: 308px;
    position: absolute;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
}

ul#filters a {
    color: #1f1f1f;
}

ul#filters a:hover {
    color: #fff;
}

.menu {
    float: right;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 6px;
    font-weight: 600;
}

.social li {
    width: 25px;
    height: 25px;
    margin: 0px 2px;
    border-radius: 50px;
    padding: 0;
}

.linkedin:hover {
    background-position-y: -18px;
    border: 2px solid #0083bd;
}

.facebook {
    background: url('images/facebook.png') 2px no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.linkedin {
    background: url(images/linkedin.png) center top no-repeat;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    background-size: 20px;
    border: 2px solid #1f1f1f;
    background-position-y: 2px;
}

.facebook:hover {
    background-position-y: -18px;
    border: 2px solid #3a5897;
}

.social {
    float: right;
    margin: 10px 5px;
    display: none;
}

.site-header {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
    z-index: 10000;
    position: fixed;
    margin: 0 auto;
    background: #fff;
}

#options {
    width: 100%;
    background: #d04e4f;
    height: 40px;
    line-height: 40px;
    position: relative;
}

#options li {
    display: inline-block;
    padding: 0 7px;
    text-transform: uppercase;
}

.logo {
    width: 30%;
    text-align: left;
    float: left;
}

.logo-text {
    margin: 10px 0;
    padding-left: 5px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    transition: all ease 0.3s;
}

.logo-text:hover {
    color: #d04e4f;
}

nav {
    width: 70%;
    float: right;
}

nav li {
    float: right;
    padding: 0px 6px;
    transition: all ease 0.3s;
}

nav li:hover {
    color: #d04e4f;
}




	
.grid-item{
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.item-info {
    color: #2d2d2d;
    text-align: left;
    padding: 4px 0 6px;
    float: left;
    display: block;
    margin-top: -3px;
    position: relative;
    z-index: 1000;
    background: #fff;
    width: 100%;
    transition: .2s border ease, .4s padding ease, .3s background ease, .3s color ease;
}

.item-info h1 {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    padding-left: 0px;
    color: #d04e4f;
    transition: all ease .4s;
}

.item-info h3 {
    margin: 0;
    font-size: 8px;
    display: none;
    font-weight: 600;
    float: left;
    color: #d04e4f;
    line-height: 8px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    margin-top: 5px;
    padding-left: 0;
    transition: all ease .4s;
    transition-delay: .066s;
}



.item-info h2 {
    margin: 0;
    line-height: 8px;
    font-size: 9px;
    font-weight: 400;
    padding-left: 0;
    transition: all ease .4s;
    transition-delay: .033s;
}

#grid {
    max-width: 1360px;
    margin: 0 auto;
}

main #grid {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 7px;
    padding-bottom: 50px;
    min-height: 1000px;
    width: 100%;
    max-width:100%;
}






.showreel main #grid {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer #grid {
    max-width: 300px;
}

#project footer #grid {
    text-align: left;
    width: 90%;
}

#project #grid {
    max-width: 1120px;
}

#project.video #grid {
    min-height: 60px;
}

.item-content {
    width: 94%;
    position: relative;
    margin: 3% 0 0 3%;
    transition: all ease .4s;
    overflow: hidden;
}

.folder .item-content:before {
    width: 30px;
    height: 30px;
    background-size: 16px;
}


.item-content:hover {
    /* border: 1px solid #cecece; */
}

.item-content img {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
}

.hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

.photo .hover {
    position: absolute;
    z-index: 1000;
    transform: scale(1.2);
    opacity: 0;
    transition: all linear 1s;
     /* Safari 6.0 - 9.0 */
}

.item-content:hover .hover {
    opacity: 1;
    visibility: visible;
}

.item-content:hover .item-info {
    transition: .2s border ease, .4s padding ease, .3s color ease;
    
}

.item-content:hover .item-info h1{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .0s;

}

.item-content:hover .item-info h2{
	padding-left: 10px;
	transition: all ease .5s;
	transition-delay: .033s;
}

.item-content:hover .item-info h3{
	
    border-top: 1px solid #2d2d2d;


	margin-left: 10px;
	transition: all ease .5s;
	transition-delay: .066s;
}


#project #grid .v.heinz img {
    margin: 0 auto;
}


.folder #project-content p {
    color: #fff;
}

.folder.banners #project-content {
    display: none;
}


.mobnotice{display: block;
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 120px 0 80px;}

.item-content:after {position: absolute;background: url("images/projects/1/thumbhover.gif");width: 100%;height: 100%;z-index: 10000;}

.item-content img:before {
    content: " ";
}


/**** Youtube poster ****/

.ytvideo { /* 16:9 */max-width: 90%;margin: 0 auto;float: none;height: 0;position: relative;padding-bottom: 50.5%; /* 16:9 */margin-bottom: 50px;background: #000;}

.showreel .ytvideo {
    margin-bottom: 80px;
}
#project #grid .ytvideo img {position: relative;display: block;top: 0;left: 0;width: 100%;height: auto;z-index: 20;cursor: pointer;margin: 0;}

.video #project-content {
    margin-top: 0;
}
.ytvideo:after {
    content: " ";
    position: absolute;
    display: block;
    background: url(images/play.png) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 56px;
    z-index: 30;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    } 
.ytvideo iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* image poster clicked, player class added using js */
.ytvideo.player img { display: none; }
.ytvideo.player:after { display: none; }





		
	
	
	
	
	
	
}


/* @keyframes start { 
	0%   {background-color: rgba(0,0,0,1)}
	5%   {background-color: rgba(150,50,50,1)}
	10%   {background-color: rgba(50,150,50,1)}
	15%   {background-color: rgba(50,50,150,1)}	
	20%   {background-color: rgba(150,50,50,1)}
	25%   {background-color: rgba(50,150,50,1)}
	30%   {background-color: rgba(50,50,150,1)}	
	40%   {background-color: rgba(255,255,255,1); opacity: 1}
	60%   {background-color: rgba(255,255,255,1); opacity: 1}
	100%   {opacity: 0}
	
	} */




@keyframes scrolldown {
    0%   {background-position-y: 0}
    66%   {background-position-y: 0}	
    100% {background-position-y: 112px}	
}


 