@font-face {
  font-family: 'MessinaSansWeb-Regular';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/MessinaSans_Web_Regular/MessinaSansWeb-Regular.woff2')
      format('woff2'),
    url('fonts/MessinaSans_Web_Regular/MessinaSansWeb-Regular.woff')
      format('woff');
}
@font-face {
  font-family: 'MessinaSansWeb-Bold';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/MessinaSans_Web_Bold/MessinaSansWeb-Bold.woff2')
      format('woff2'),
    url('fonts/MessinaSans_Web_Bold/MessinaSansWeb-Bold.woff') format('woff');
}

.copyright {
  font-weight: 400;
}

h4 {
  font-weight: 900;
  font-size: 0.88em;
  letter-spacing: 0.029rem;
}

/* FILTER CONTAINER */
.filter-container-all {
  margin-left: 0.5%;
}
.filter-container-art {
  margin-left: 6%;
}
.filter-container-jackets {
  margin-left: 6%;
}
.filter-container-brands {
  margin-left: 6%;
}
.filter-container-art {
  margin-left: 6%;
}

/* GO TO TOP BUTTON */
.gotopbtn {
  position: fixed;
  bottom: 4%;
  right: 8%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s;
}
.gotopbtn img {
  width: 56px;
}
.gotopbtn::selection {
  background-color: transparent;
}
.gotopbtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ABOUT STYLING */
.card {
  border-top: 2px solid black;
}

.card img {
  height: auto;
  width: 100%;
}

.card #pictureTiles {
  width: 48%;
}

#pictureTilePane {
  height: auto;
  width: 100%;
}

#socialIcons {
  width: 24px;
  height: auto;
}

#grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
  max-width: 1400px;
  margin: auto;
  padding: 1.5rem;
}

#nameGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  max-width: 1400px;
  margin: auto;
}

#iframeContainer {
  width: 100%;
  height: 250px;
  padding-bottom: 14px;
}

#about-content h2 {
  font-family: 'MessinaSansWeb-Bold';
  font-size: large;
  font-weight: 100;
}

#about-content a {
  text-decoration: none;
  color: inherit;
}

#about-content a:visited {
  color: black;
}

#about-content h3 {
  font-size: medium;
}

#about-content h3:hover {
  color: #ff3c00;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 450px) {
  #grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* IFRAME RESPONSIVENESS */
@media only screen and (max-width: 1200px) {
  #iframeContainer {
    width: 100%;
    height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  #iframeContainer {
    width: 100%;
    height: 150px;
  }
}

/* TABLET */
@media only screen and (max-width: 760px) {
  #socialIcons {
    width: 20px;
    height: auto;
  }
}

/* MOBILE */
@media only screen and (max-width: 414px) {
  #about {
    width: 100%;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fffffa;
  font-family: 'MessinaSansWeb-Regular';
  font-weight: 100;
  font-style: normal;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

.page-container {
  padding-top: 280px;
  padding-bottom: 100px;
}

.content-wrap {
  width: 83%;
  margin: 0 auto;
}

/* ADD LEFT PADDING FOR PROJECTS GRID FOR DESKTOP ONLY */
@media only screen and (min-width: 1000px) {
  .content-wrap {
    margin-left: 11%;
  }
}

#rc-icon-desktop {
  position: absolute;
  text-align: left;
  width: 50px;
  right: calc(100% + 30px);
  margin-top: 18px;
  z-index: 20000;
  display: flex;
  height: 100%;
  align-items: flex-start;
  margin-top: 11px;
}

#rc-icon-desktop img {
  width: 100%;
}

#header {
  background-color: #fffffa;

  z-index: 20000;

  height: 140px;
  line-height: 140px;

  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;

  margin: 0 auto;

  position: fixed;
  text-align: center;
}

#header-container {
  position: relative;
  width: 83%;
  height: 100%;
  margin: 0 auto;
}
#header-container-grid {
  position: relative;
  width: 78.75%;
  margin: 0 auto;
  margin-right: 10.25%;
  height: 100%;
}
#header-container-about {
  position: relative;
  /* width: 78.75%; */
  margin: 0 auto;
  /* margin-right: 10.25%; */
  padding-left: 4.5%;
  height: 100%;
}

#header #header-desktop {
  display: inline;
}
#header #header-mobile {
  display: none;
}

#header #logo {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 8%;
  left: 0%;
  /* left: .6em; */
  /* left: 84px; */

  /* color:inherit; */
  text-align: left;
  /* text-transform: uppercase; */
  text-decoration: none;
  /* color: #7f7f7D; */
  color: #373737;
  /* FONT SIZE SET TO HEIGHT CALCULATED BY JAVASCRIPT */
  font-size: 110px;
}

/* #header-container-about #logo {
  padding-left: 6%;
} */

#header #logo .logo-header {
  display: block;
  font-size: 0.18em;
  line-height: 1.2em;
  /* letter-spacing: 0.1em; */
  padding: 15px 0px 0px 0px;
  font-weight: 700;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #373737;
}

#header #logo .logo-header span {
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}

#header #logo .logo-name {
  display: block;
  font-size: 0.1em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.3em;
  padding: 25px 0px 0px 0px;
}
#header #logo .logo-insta {
  display: block;
  font-size: 0.11em;
  line-height: 1em;
  text-transform: none;
  padding: 25px 0 0 0;
}
#header #logo .logo-insta svg {
  margin: -2px 2px 0 0;
  width: 32px;
  height: 32px;
}
body.about #header #logo .logo-insta {
  display: none !important;
}

#menu-2 {
  margin: 0 auto 10px auto;

  width: 71.5%;
}
#menu-2 #menu-item {
  font-family: 'MessinaSansWeb-Regular';
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  padding: 2px 0;
  display: inline-block;
  /* text-transform: uppercase; */
  /* float: left; */
  text-align: left;
  /* padding: 0px 12px 0px 5px; */
  margin: 0px 12px 0px 5px;
  margin-bottom: 4px;
  color: #7f7f7d;
  font-size: 0.92em;
  letter-spacing: 0.1em;
  font-weight: 50;
  transition: 0.2s;
  opacity: 0.65;
}

#menu-2 a:last-of-type {
  margin-right: 0px;
}

#menu-2 #menu-item-all {
  font-family: 'MessinaSansWeb-Regular';
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  /* text-transform: uppercase; */
  /* float: left; */
  text-align: left;
  /* padding: 0px 12px 0px 5px; */
  margin: 0px 12px 0px 5px;
  color: #7f7f7d;
  font-size: 0.92em;
  letter-spacing: 0.1em;
  font-weight: 50;
  transition: 0.2s;
}

#menu-2 .menu-item-grid-page {
  font-family: 'MessinaSansWeb-Regular';
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  text-align: left;
  padding: 0px 12px 0px 5px;
  color: #7f7f7d;
  font-size: 1em;
  letter-spacing: 0.2em;
  font-weight: 50;

  float: right;
  margin-top: -2.5%;
}
#gridIcon {
  margin-right: -12.75%;
}
#rowIcon {
  margin-right: -9.75%;
}

@media only screen and (max-width: 1169px) {
  #gridIcon {
    margin-right: -4.75%;
  }
  #rowIcon {
    margin-right: -1.75%;
  }
}

#menu-2 a.ui-block {
  padding: 0px 5px;
  width: 25px;
  display: block;
  float: right;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#menu-2 a:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
}

#menu-2 #menu-item img {
  width: 16px;
}
#menu-2 .menu-item-grid-page img {
  width: 16px;
}

#header #menu {
  position: absolute;
  right: 0px;
  top: 25px;
  width: 400px;
  line-height: 1em;
}
#header #menu .about-link {
  text-decoration: none;
  /* text-transform: uppercase; */
  display: block;
  float: right;
  text-align: right;
  padding: 0px 0px 0px 0px;
  /* //color:#505961; */
  color: black;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #373737;
  transition: opacity 0.2s;
}

#header #menu svg {
  margin-left: 16px;
  margin-top: -4px;
  width: 32px;
  height: 32px;
}

#header #header-mobile #menu svg {
  width: 26px;
  height: 26px;
}

#header #menu a.ui-block {
  padding: 0px 5px;
  width: 25px;
  display: block;
  float: right;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#header #menu a:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.project-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 4%;
}

.project-container .images-container {
  position: relative;

  /*
	width:80%;
	padding-bottom:49%;
	*/

  /*width:70%;*/

  /*
	width:70%;
	padding-bottom:43%;
	*/
  margin: 0px auto 1% auto;

  padding-bottom: 51.6%;
  width: 85%;

  /*
	overflow:hidden;
	*/
  overflow: visible;
}

.project-container .image-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/*
.project-container .image-nav
{
	position:absolute;
	top:0;
	width:100%;
}
.project-container .image-nav .arrow-left
{
	position:absolute;
	left:5%;
	cursor:pointer;
}
.project-container .image-nav .arrow-right
{
	position:absolute;
	right:5%;
	cursor:pointer;
}
*/

.project-container .arrow-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7%;
  height: 100%;

  cursor: pointer;
}
.project-container .arrow-left img {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 25%;
}

.project-container .arrow-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 7%;
  height: 100%;

  cursor: pointer;
}
.project-container .arrow-right img {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 25%;
}

.project-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
}
.project-container .project-image {
  visibility: hidden;
  /*
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	*/
  width: 98%;
  height: auto;
  margin: 0 1%;
}

.project-container .info {
  display: none;

  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  width: 98%;
  height: 100%;
  margin: 0px 1%;

  background-color: #fffffa;
  background-color: rgba(255, 255, 250, 0.7);
}

.project-container .info .info-content {
  position: absolute;
  top: 40%;
  left: 60%;
  padding: 0px 20px 0px 0px;

  font-size: 1.1em;
}

.project-container .info .info-content h1 {
  font-weight: 800;
  font-size: 1em;
  padding: 0px 0px 5px 0px;
}
.project-container .info .info-content p {
  padding: 0px 0px 10px 0px;
}
.project-container .info .info-content p span {
  font-size: 1em;
  /* font-weight: bold; */
  font-weight: normal;
  padding: 0px 5px 0px 0px;
}

.project-container .info-icon {
  position: absolute;
  bottom: 20px;
  right: 21px;
  width: 20px;
  height: 20px;

  font-weight: 800;
  font-style: italic;
  font-size: 1.3em;
  cursor: pointer;
  color: #666;

  opacity: 0.6;
}

.project-container .info-icon:hover {
  opacity: 1;
}

#projects-container-grid {
  /*
	padding-top:300px;
	padding-bottom:150px;
	width:80%;
	margin:0 auto;
	*/
}
#projects-container-grid .grid-sizer {
  width: 15%;
}
#projects-container-grid .gutter-sizer {
  width: 1%;
}

#projects-container-grid .masonry-container {
  position: relative;
  width: 15%;
  margin: 0px 0px 1% 0px;
  overflow: hidden;

  cursor: pointer;
}

#projects-container-grid .masonry-container:before {
  content: '';
  display: block;
  padding-top: 131%;
}

#projects-container-grid .masonry-container.large {
  width: 31%;
}
#projects-container-grid .masonry-container.large:before {
  padding-top: 130%;
}

#projects-container-grid .masonry-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
}

#projects-container-grid .masonry-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  visibility: hidden;
  width: 220%;
  left: -59%;
}

#projects-container-grid .masonry-container.large img {
  width: 210%;
  left: -57%;
  top: 0;
}

#projects-container-grid .masonry-container .project-image-overlay {
  visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  /*
	-webkit-box-shadow:inset 0px 0px 40px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 0px 40px 0px rgba(0,0,0,0.5);
	box-shadow:inset 0px 0px 40px 0px rgba(0,0,0,0.5);
	*/
}

#projects-container-grid .masonry-container .project-title {
  /*visibility:hidden;*/

  position: absolute;
  bottom: 0px;
  left: 0px;

  display: block;
  width: 100%;
  padding: 5px 0px 0px 0px;
  font-size: 1.1em;
  line-height: 1.2em;
  background-color: #fffffa;
}

#overlay-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;

  background-color: #646464;
  background-color: rgba(100, 100, 100, 0.6); /*#000;*/

  display: none;
  width: 0px;
  height: 0px;

  /*	
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	*/
}
#overlay-container.open {
  width: 100%;
  height: 100%;
}
#overlay-container #overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.6;
  z-index: 50;
}
#overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#overlay-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#overlay-content .project-container {
  display: inline-block;
  vertical-align: middle;
}
#overlay-content .project-container .images-container {
  margin: auto;
}
#overlay-container .project-container .info-icon {
  bottom: 7px;
}

.about #header #logo {
  /* visibility:hidden; */
}

#about {
  padding-top: 300px;
  font-size: 0.9em;
  width: 78%;
}

/* LARGE TABLET (IPAD PRO)*/
@media only screen and (max-width: 1100px) {
  body {
    font-size: 12.5px;
  }
}

/* TABLET */
@media only screen and (max-width: 760px) {
  #about {
    width: 95%;
  }
}

/* MOBILE */
@media only screen and (max-width: 414px) {
  #about {
    width: 100%;
  }
}

#about-content {
  width: 85%;
  margin: 0 auto;
  font-size: 1em;
}
#about-content #bio {
  width: 100%;
  margin: 0 auto;
}

#about-content .about-divider {
  width: 100%;
  float: left;
  clear: both;
  margin: 75px 0px;
  height: 1px;
  border-bottom: 1px solid #000;
}
#about-content .about-divider.copyright-divider {
  margin: 75px 0px 10px 0px;
}

#about-content h1 {
  font-size: 2.8em;
  margin: 0px 0px 0px 0px;
}
#about-content p {
  font-size: 1.25em;
  /* margin: 0px 0px 0px 0px; */
}
#about-content .about-block {
  width: 30%;
  margin: 0 3% 0 0;

  float: left;
  overflow: auto;
}
#about-content .about-block-double {
  width: 63%;
}
#about-content .about-block img {
  width: 90%;
}
#about-content .about-block h2 {
  margin: 0px 0px 20px 0px;
  border-bottom: 3px solid #000;
  font-size: 1.2em;
}

#about-content #contact-and-awards #contact {
  margin: 0px 0px 15px 0px;
}
#about-content #contact-and-awards p {
  margin: 0px 0px 3px 0px;
  font-size: 1.1em;
}
#about-content #contact-and-awards a {
  color: #000;
  text-decoration: underline;
  font-size: 1.1em;
  padding: 0px 3px 0px 0px;
}
#about-content #contact-and-awards a:hover {
  text-decoration: none;
}

#about-content #awards {
  float: left;
  clear: both;
  width: 100%;
  margin: 25px 0px 0px 0px;
}

#about-content #press h3 {
  font-size: 1.4em;
  margin: 0px;
}
#about-content #press h3 a {
  color: inherit;
  text-decoration: none;
}
#about-content #press h3 a:hover {
  text-decoration: none;
}
#about-content #press p {
  font-size: 1.1em;
  margin: 5px 0px 20px 0px;
}
#about-content #press p a {
  color: inherit;
  text-decoration: underline;
}
#about-content #press p a:hover {
  text-decoration: none;
}

#about-content #quotes p {
  float: left;
  clear: none;
}
#about-content #quotes p span {
  font-weight: bold;
}

#about-content #quotes p#quote-first {
  width: 47%;
  margin: 0 6% 0 0;
}
#about-content #quotes p#quote-second {
  width: 47%;
  margin: 0;
}

#about-content .about-block#thank-you {
  margin: 0px;
  width: 34%;
}
#about-content #thank-you p#thank-you-col-1 {
  float: left;
  width: 47%;
  margin: 0 6% 0 0;
  font-size: 1em;
  font-weight: 700;
}
#about-content #thank-you p#thank-you-col-2 {
  float: right;
  width: 47%;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}

/* #about-content .copyright {
  float: left;
  clear: both;
  font-size: 0.9em;
} */

.copyright {
  font-weight: 100;
}

@media (max-width: 768px) {
  #menu-2 #menu-item {
    text-decoration: none;
    /* text-transform: uppercase; */
    /* float: left; */
    text-align: left;
    /* padding: 4px 14px 4px 5px; */
    margin: 4px 14px 4px 5px;
    color: #7f7f7d;
    font-size: 1em;
    letter-spacing: 0em;
  }

  #menu-2 #menu-item-all {
    margin-left: -11%;
    text-decoration: none;
    /* text-transform: uppercase; */
    /* float: left; */
    text-align: left;
    /* padding: 4px 14px 4px 5px; */
    margin: 4px 14px 4px 5px;
    color: #7f7f7d;
    font-size: 1em;
    letter-spacing: 0em;
  }

  #menu-2 .menu-item-grid-page {
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    text-align: left;
    padding: 4px 14px 4px 5px;
    color: #7f7f7d;
    font-size: 1.2em;
    letter-spacing: 0em;

    float: right;
    margin-top: -2.5%;
  }
  /* #gridIcon {
		margin-right:-4.0%;
	}
	#rowIcon {
		margin-right:-1.0%;
	} */

  #menu-2 #menu-item img {
    display: none;
  }
  #menu-2 .menu-item-grid-page img {
    display: none;
  }

  #about {
    padding-top: 75px;
  }
  #about #bio {
    width: 90%;
    margin: 0 auto 50px auto;
  }

  #about #about-content {
    width: 100%;
  }
  #about #about-content .about-divider {
    display: none;
  }
  #about #about-content .about-block {
    width: 90%;
    margin: 0px auto 50px auto;
    float: none;
    clear: both;
  }
  #about #about-content #awards {
    padding-top: 25px;
  }

  #about #about-content .about-block img {
    width: 100%;
  }

  #about #about-content .copyright {
    float: none;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #000;
    padding: 5px 0px 0px 0px;
  }
}

@media (max-width: 991px) {
  /* 
	// - disable header scaling
	// - use small header img
	*/

  /* IS THIS FOR TABLET SIZE (WHY IS IT OVERRIDING PHONE SIZE) */
  /* #menu-2
	{
		//margin-left: 20%;
		//max-width: 75%;
		margin-bottom: 18%;
		margin-top: 5%;
		align-content: center;
		
	}
	#menu-2 #menu-item
	{
		text-decoration: none;
		text-transform:uppercase;
		float:left;
		text-align:left;
		padding:4px 14px 4px 5px;
		color: #7f7f7D;
		font-size:1.2em;
		letter-spacing:.0em;
	} */

  .page-container {
    padding-top: 50px;
  }

  .content-wrap {
    width: 100%;
  }

  /*
	#projects-container-grid
	{
		padding-top:100px;
		width:85%;
	}
	*/

  #menu-2 {
    padding: 40px 20px 10px 20px;
    margin: auto;
    width: auto;
  }

  #header {
    height: 37px;
    line-height: 1em;

    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;

    text-align: left;
    /* background-color: #f7f7f7; */
    opacity: 0.9;
  }

  #header-container {
    width: 100%;
  }
  #header-container-grid {
    width: 100%;
  }
  #header-container-about {
    width: 95%;
    margin-left: -2%;
  }

  #header #header-desktop {
    display: none;
  }
  #header #header-mobile {
    display: block;
  }

  #rc-icon-desktop {
    display: none;
  }

  #header #header-mobile .rc-icon {
    float: left;
    margin: 10px 0px 0px 20px;
  }

  #header-mobile #menu {
    margin-right: 20px;
  }

  #header #menu-mobile {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 11px 0px 0px 0px;
  }
  #header #menu-mobile a {
    margin: 0px 0px 0px 10px;
    float: left;
    opacity: 0.6;
    line-height: 1em;
  }

  #header #menu {
    top: 13px;
  }

  #header #menu .about-link {
    -webkit-text-stroke-width: 0px;
    font-size: 20px !important;
  }

  #header #menu .about-link img {
    width: 22px !important;
  }

  #header #menu-mobile a.about-link {
    padding: 2px 5px 0px 0px;
    float: left;

    font-size: 1em;
    line-height: 1em;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }

  .project-container .images-container {
    /*
		width:85%;
		padding-bottom:52%;
		
		*/
    width: 100%;
    /* padding-bottom:129%; */
    padding-bottom: 98%;
    margin: 0px auto 100px auto;
  }

  .project-container .project-image-container {
    overflow: hidden;
    padding-top: 2%;
  }
  .project-container .image-container {
  }

  .project-container .project-image {
    /* OLD */
    /* width:200%;
		margin-left:-50%; */

    /* NEW */
    /* width:175%;
		margin-left:-35%; */

    width: 150%;
    margin-left: -24%;
  }

  .project-container .info {
    display: none;
    top: 96%;
    height: 80px;
    width: 96%;
    margin: 2%;
  }

  .project-container .info .info-content {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .project-container .info .info-content h1 {
    font-weight: bold;
    padding: 0px;
  }
  .project-container .info .info-content p {
    font-size: 0.8em;
    padding: 0px 15px 0px 0px;
  }

  .project-container .info-icon {
    display: none;
  }

  .project-container .arrow-left {
    position: absolute;

    top: 50%;
    left: 0px;
    margin-top: -80px;

    width: 35px;
    height: 40px;

    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0);
  }
  .project-container .arrow-left img {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0px;
    width: 55%;
  }

  .project-container .arrow-right {
    position: absolute;

    top: 50%;
    right: 0px;
    margin-top: -80px;

    width: 35px;
    height: 40px;

    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0);
  }
  .project-container .arrow-right img {
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0px;
    width: 55%;
  }

  #overlay-container .project-container {
    display: block;
    width: 100%;
    margin: 0 auto;

    position: absolute;
    top: 80px;
    left: 0;

    overflow: visible;
  }
  #overlay-container #overlay-close {
    position: absolute;
    top: 58px;
    right: 17px;
    width: 20px;
    opacity: 0.4;
  }

  #overlay-container .project-container .images-container {
    padding-bottom: 56%;
  }

  #overlay-container .project-container .image-container {
    width: 100%;
  }

  #overlay-container .project-container .project-image {
    width: 90%;
    margin: 0 5%;
  }

  #overlay-container .project-container .arrow-right {
    top: 50%;
    margin-top: -20px;
    right: 0px;
    opacity: 0.9;
  }
  #overlay-container .project-container .arrow-left {
    top: 50%;
    margin-top: -20px;
    left: 0px;
    opacity: 0.9;
  }

  #overlay-container .project-container .info {
    width: 90%;
    margin: 0px 5%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);

    height: 125px;
    position: relative;
    top: 1px;
  }
  #overlay-container .project-container .info .info-content {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px 10px;
  }

  #projects-container-grid .grid-sizer {
    width: 49%;
  }
  #projects-container-grid .gutter-sizer {
    width: 2%;
  }

  #projects-container-grid .masonry-container,
  #projects-container-grid .masonry-container.large {
    width: 49%;
    margin: 0px 0px 2% 0px;
  }
  #projects-container-grid .masonry-container:before {
    padding-top: 130%;
  }

  /*
	#projects-container-grid .masonry-container.large
	{
		width:31%;
	}
	#projects-container-grid .masonry-container.large:before
	{
		padding-top:130%;
	}



	#projects-container-grid .masonry-container.large
	{
		width:15%;
	}
	#projects-container-grid .masonry-container.large:before
	{
		padding-top:131%;
	}
	*/

  #projects-container-grid .masonry-container.large img {
    /*
		width:370%;
		left:-140%;
		top:-45%;
		*/
  }

  #projects-container-grid .masonry-container .project-title {
    display: none;
  }

  #about {
    padding-top: 75px;
  }
}

/*
@media (max-device-width:1024px) and (orientation: landscape)
{
	#header
	{
		position:static;
	}
	
	.page-container
	{
		padding-top:50px;
	}
	
}
*/
/* @media (min-width: 1170px) { */
@media (min-width: 994px) {
  #header #logo {
    /* //left:8%; */
  }
  #header #logo .logo-header {
    font-size: 0.2em;
    padding: 10px 0px 0px 0px;
  }

  #header-container {
    /* //width:85%; */

    /* OLD */
    width: 71.5%;

    /* NEW */
    /* width: 54%; */
  }

  .about #header-container {
    width: 62%;
  }

  #header-container-grid {
    width: 78.75%;
    margin-right: 10.25%;
  }

  #header-container-about {
    /* width: 78.75%; */
    /* margin-right: 10.25%; */
    width: 58.75%;
  }

  .project-container .images-container {
    /*
		width:85%;
		padding-bottom:52%;
		*/
    width: 73%;
    padding-bottom: 45%;
  }

  #overlay-container .project-container .images-container {
    padding-bottom: 51.6%;
  }

  .project-container .info .info-content {
    position: absolute;
    top: 40%;
    left: 71%;
    padding: 0px 20px 0px 0px;

    font-size: 1.1em;
  }

  .project-container .arrow-left {
    width: 13%;
  }
  .project-container .arrow-left img {
    left: 25%;
    right: auto;
  }

  .project-container .arrow-right {
    width: 13%;
  }
  .project-container .arrow-right img {
    right: 25%;
    left: auto;
  }
}
