* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Times New Roman", times, serif;
  color: #000;
  font-size: 11px;
}

.gothamLight,
.gothamLightItalic {
  visibility: hidden !important;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

#close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 25px;
  right: 13px;
  z-index: 99999999;
}

#close img {
  width: 19px;
  padding-top: 19px;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto b,
.roboto strong {
  font-weight: 500;
}

/* CUFON THESE! */

.gothamLight {
  font-family: Gotham;
  font-weight: 100;
}

.gothamLightItalic {
  font-family: Gotham;
  font-weight: 100 !important;
  font-style: italic;
  letter-spacing: 1px;
}

p.alert {
  color: red;
  text-transform: uppercase;
  margin-top: 20px;
}

.contactForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 25px 0;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
  padding: 5px;
  font-family: "Times New Roman", times, serif;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 0 10px 0;
}

.contactForm input[type="submit"],
button {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #000;
  justify-self: flex-end;
  width: 80px;
  margin: 0 0 0 auto;
  padding: 5px;
  font-family: "Times New Roman", times, serif;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.contactForm input[type="submit"]:hover,
button:hover {
  opacity: 0.5;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
}

#sidebar {
  width: 193px;
  padding-left: 37px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #fff;
}

img.logo {
  display: block;
  width: 132px;
  height: auto;
  margin: 25px auto 0 13px;
}

h1.logo,
h1.heading {
  line-height: 26px;
  margin-top: 25px;
  margin-left: 13px;
}

ul.nav {
  width: 155px;
  list-style-type: none;
  line-height: 21px;
  padding-left: 3px;
  margin-top: 20px;
}

ul.nav li {
  padding-left: 13px;
}

ul.nav li:hover,
ul.nav li.pageOn {
  font-weight: bold;
  font-style: italic;
  background: url("../images/navRO.jpg") no-repeat 0px 6px;
}

#lbOptions A {
  font-weight: normal !important;
  font-style: normal !important;
}

#lbOptions A:hover {
  font-weight: bold !important;
}

ul.nav li:hover ul.subnav {
  font-weight: normal;
}

ul.nav li ul.subnav {
  display: none;
  color: #969696;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  list-style-type: none;
  padding: 3px 0px 7px 0px;
}

ul.nav li ul.subnav li {
  padding-left: 0px;
}

ul.nav li ul.subnav li:hover {
  background: none;
  font-weight: normal;
  color: #000;
}

.pageOn {
  color: #000 !important;
}

ul.nav#secondaryNav {
  color: #656565;
  width: 155px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 8px 0px;
  margin-left: 14px;
}

#secondaryNav li {
  background: url("../images/navRO.jpg") no-repeat 0px 6px;
  padding-left: 12px;
}

#secondaryNav li .subnav li {
  padding-left: 0px;
  background: none;
}

#copyright {
  display: block;
  font-size: 9px;
  color: #ccc;
  font-family: arial, sans-serif;
  padding: 13px;
}

#content-wrapper {
  height: 100%;
  padding-left: 230px;
}

/* --- HOME PAGE --- */

#main.home {
  margin-top: 84px;
  margin-left: 10px;
}

/* --- PHOTO GRID --- */
/* --- make isotope grid --- */

.textintro {
  position: relative;
  width: 50%;
  max-width: 600px;
  color: #969696;
  margin: 50px auto 0px 0px;
}

.textintro p,
.scrollintro p {
  line-height: 1.8;
  font-size: 16px;
}

.textintro h1,
.scrollintro h1 {
  line-height: 1.8;
  font-size: 28px;
}

.textintro h2,
.scrollintro h2 {
  line-height: 1.8;
  font-size: 24px;
}

.textintro h3,
.scrollintro h3 {
  line-height: 1.8;
  font-size: 20px;
}

#main.photogrid {
  padding-top: 25px;
}

#main.photogrid .cell {
  width: 18vw;
  height: 18vw;
  margin: 0px 2vw 2vw 0px;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 18vw;
}

#main.photogrid .cell a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#main.photogrid .cell img {
  opacity: 0;
  transition: opacity .3s;
}

#main.photogrid .cell img.loaded {
  opacity: 1;
}

#main.photogrid .cell img.square {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main.photogrid .cell img.landscape {
  width: 100%;
  height: auto;
}

#main.photogrid .cell img.portrait {
  height: 100%;
  width: auto;
}

#main.photogrid .cell .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  /*background: #000;*/
  z-index: 20;
}

#main.photogrid .cell:hover .overlay {
  opacity: 0.5;
  cursor: pointer;
}

#main.photogrid .cell .add {
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 15px;
  margin-top: 0px;
  left: 15px;
  background-image: url("../images/add.png");
  z-index: 30;
  opacity: 0;

  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

#main.photogrid .cell .add p {
  color: #000;
  font-size: 14px;
  position: absolute;
  top: -591%;
  left: 28px;
  width: 150px;
  height: 146px;
  text-align: left;
  opacity: 0;
}

#main.photogrid .cell .add:hover p {
  opacity: 1;
}

#main.photogrid .cell .added {
  background-image: url("../images/remove.png") !important;
}

#main.photogrid .cell:hover .add {
  opacity: 1;
  cursor: pointer;
}

#main.photogrid .cell .add:hover {
  background-image: url("../images/add-RO.png");
}

@media all and (max-width: 1250px) {
  #main.photogrid .cell {
    width: 22vw;
    height: 22vw;
    margin: 0px 2vw 2vw 0px;
    line-height: 22vw;
  }
}

@media all and (max-width: 930px) {
  #main.photogrid .cell {
    width: 30vw;
    height: 30vw;
    margin: 0px 2vw 2vw 0px;
    line-height: 30vw;
  }
}

/* --- VIDEO GRID --- */

#main.videogrid {
  padding-top: 25px;
}

#main.videogrid .cell {
  width: 350px;
  position: relative;
  overflow: hidden;
  margin: 0px 22px 22px 0px;
  float: left;
  z-index: 0;
  cursor: pointer;
}

#main.videogrid .cell .inner {
  height: 200px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.fade {
  opacity: 1;
}

/*
						.fade:hover {
                          opacity: 0.2;
                          }
						  */

.cell .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  margin-left: -34px;
  background: url("../images/play.png") no-repeat;
  z-index: 10;
  opacity: 0;
}

#main.videogrid .cell .inner img {
  width: 100%;
  height: auto;
}

#main.videogrid .cell .project {
  display: block;
  padding-top: 5px;
  padding-left: 11px;
  background: url("../images/navRO.jpg") no-repeat 0px 8px;
  font-size: 13px;
  color: #252525;
}

/* --- VIDEO POPUP --- */

#videowrap iframe {
  position: relative;
  display: block;
}

#videowrap .project {
  display: block;
  padding-top: 10px;
  padding-left: 11px;
  background: url("../images/navRO.jpg") no-repeat 0px 13px;
  font-size: 14px;
  color: #252525;
}

#videowrap p {
  width: 400px;
  margin-top: 10px;
  line-height: 20px;
}

/* --- HORIONTAL SCROLL --- */

.scrollintro {
  width: 25vw;
  min-width: 300px;
  height: 100%;
  background-color: #ececec;
}

.scrollintro .innerwrap {
  padding: 100px 35px;
}

.scroll .photo {
  opacity: 0;
}

h1.project {
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  color: #ccc;
  margin-left: 13px;
  padding-bottom: 25px;
  padding-top: 3px;
}

#content-wrapper.horizontalScroll {
  padding-left: 0px;
  position: relative;
}

#content-wrapper.horizontalScroll h1.logo {
  margin-top: 0px;
  padding-top: 25px;
}

#content-wrapper.horizontalScroll img.logo {
  margin-top: 0px;
  padding-top: 25px;
  width: 213px;
  height: auto;
  display: block;
}

#main.horizontalScroll {
  width: 100%;
  height: auto;
  overflow: auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

#main.horizontalScroll table {
  display: block;
  padding: 0px 13px;
}

#main.horizontalScroll table td {
  vertical-align: top;
  position: relative;
  border-right: 5px solid #fff;
}

#main.horizontalScroll table td .overlay {
  position: absolute;
  width: 100%;
  height: 99%;
  top: 0px;
  left: 0px;
  opacity: 0;
  /*background: #000;*/
  z-index: 20;
}

#main.horizontalScroll table td:hover .add {
  opacity: 1;
  cursor: pointer;
}

#main.horizontalScroll table td .add {
  width: 21px;
  height: 21px;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 25px;
  margin-top: 0px;
  left: 15px;
  background-image: url("../images/add.png");
  z-index: 30;

  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

#main.horizontalScroll table td .add p {
  color: #fff;
  font-size: 14px;
  position: relative;
  bottom: -3px;
  left: 28px;
  width: 150px;
  text-align: left;
  opacity: 0;
}

#main.horizontalScroll table td .add:hover p {
  opacity: 1;
}

#main.horizontalScroll table td .added {
  background-image: url("../images/remove.png") !important;
}

#main.horizontalScroll table td:hover .add {
  display: block;
  cursor: pointer;
}

#main.horizontalScroll table td .add:hover {
  background-image: url("../images/add-RO.png");
}

#main.horizontalScroll table td .caption {
  font-family: arial, sans-serif;
  color: #969696;
  position: relative;
  top: 5px;
}

#main.horizontalScroll table td .description {
  width: 227px;
  padding: 22px;
  position: relative;
  /*
					background-color: #ebebeb;
                    background-image: url('../images/corner.png');
					*/
  background-repeat: no-repeat;
  background-position: top right;
  margin-right: 5px;
  text-align: justify;
}

#main.horizontalScroll table td .description p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 20px;
}

#main.horizontalScroll table td .description p a {
  font-style: normal;
  font-weight: 800;
}

.close {
  cursor: pointer;
}

/* --- CONTACT / ABOUT PAGE --- */

#main.about {
  padding-left: 20px;
}

#main.about p {
  line-height: 1.7;
  font-size: 12px;
}

.contactInfo {
  font-family: verdana, arial, sans-serif;
  color: #919191;
  letter-spacing: 1px;
  float: left;
  margin-right: 40px;
}

.contactInfo h6 {
  font-size: 11px;
  font-weight: normal;
  color: #000;
  padding-bottom: 25px;
}

.contactInfo p {
  padding-bottom: 20px;
  line-height: 18px;
}

#clients {
  width: 654px;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 40px 0px 100px 0px;
  margin-top: 20px;
  font-size: 12px;
}

#clients ul.column {
  float: left;
  width: 33%;
  list-style-type: none;
  line-height: 1.7;
}

p.heading {
  font-family: "Times New Roman", Times, serif;
  color: #000;
  padding-bottom: 20px;
}

/* --- SUBSCRIBE --- */

#newsletterWrap {
  position: absolute;
  top: 43%;
  left: 50%;
  height: 67px;
  width: 417px;
  margin-left: -208px;
  background: transparent;
}

#newsletterWrap #leftcol img {
  display: block;
}

#newsletterWrap form input.textfield {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  width: 173px;
  padding: 0px 5px;
  height: 27px;
  border: 1px solid #b3b3b3;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  text-transform: uppercase;
}

#newsletterWrap #rightcol {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 23px;
  border-left: 1px solid #8d8d8d;
}

#newsletterWrap form input.button {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

#newsletterWrap form input.button:hover {
  opacity: 0.2;
}

/* CLIENT PAGES */

input[type="text"],
input[type="password"] {
  padding: 3px;
  background-color: #e8e8e8;
  border: 1px solid #666;
  margin-top: 3px;
}

input[type="submit"] {
  background-color: #e8e8e8;
  padding: 3px 10px 3px 10px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
}

/* PRINT PAGE */

.prints iframe {
  margin-top: 35px;
}
