@import "MyFontsWebfontsKit.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "GillSansMT";
  color: #221E1F;
}
body {
  position: relative;
}
h2,
h3,
h4,
h5 {
  font-family: "TradeGothicLTCom-BdCn20";
}
a {
  text-decoration: none;
}
.cf {
  clear: both;
}
.no-show {
  display: none;
}
h2 {
  font-size: 34px;
  color: #ffc50a;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
}
h3 {
  font-size: 30px;
  width: 350px;
  height: 48px;
  border: 4px solid #ffc50a;
  margin: 60px auto;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  cursor: pointer;
}
h3 a {
  color: #ffc50a;
}
h3:hover {
  background-color: #ffc50a;
}
h3:hover a {
  color: white;
}
h3.add-to-cart {
  color: #ed1064;
  border-color: #ed1064;
  cursor: pointer;
  margin-top: 0;
}
h3.add-to-cart:hover {
  background-color: #ed1064;
  color: white;
}
h4 {
  font-size: 48px;
}
h5 {
  font-size: 30px;
  width: 350px;
  height: 48px;
  border: 4px solid #ed1064;
  margin: 60px auto;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  cursor: pointer;
}
h5 a {
  color: #ed1064;
}
h5:hover {
  background-color: #ed1064;
}
h5:hover a {
  color: white;
}
em {
  font-style: italic;
}
.menu-active {
  border-bottom: 7px solid #221E1F;
}
.orange-background {
  background-color: #ffc50a;
}
.orange-text {
  color: #ffc50a !important;
}
.orange-text-hover:hover {
  color: #ffc50a !important;
}
.green-background {
  background-color: #24b24b;
}
.green-text {
  color: #24b24b !important;
}
.magenta-background {
  background-color: #ed1064;
}
.magenta-text {
  color: #ed1064 !important;
}
.magenta-text-hover:hover {
  color: #ed1064 !important;
}
.text-inverted {
  cursor: pointer;
  padding-left: 45px !important;
  padding-right: 45px !important;
  color: white !important;
  border: 4px solid white;
  background-color: transparent !important;
}
.text-inverted:hover {
  background-color: white !important;
}
.note-tag-active {
  color: inherit !important;
  background-color: white !important;
}
.magenta-text-inverted:hover {
  color: #ed1064 !important;
}
.green-text-inverted:hover {
  color: #24b24b !important;
}
.cyan-text-inverted:hover {
  color: #00aeef !important;
}
.cyan-text {
  color: #00aeef !important;
}
.cyan-background {
  background-color: #00aeef;
}
.slideshow:hover .slide-container .slide .slidetitle {
  color: white;
}
form > input {
  display: none;
}
form > table tr:first-of-type {
  display: none;
}
form {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  margin-top: 50px;
  overflow: hidden;
}
form table {
  position: relative;
  margin: 0 auto;
  width: 100%;
  border-right: 4px solid #ed1064;
}
form table tr td select {
  width: 110%;
  background-color: transparent;
  border: 4px solid #ed1064;
  color: #ed1064;
  font-size: 16px;
  padding: 7px;
  height: 48px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  cursor: pointer;
}
form table tr td select:focus {
  outline: none;
}
.select-downarrow {
  position: absolute;
  right: 11px;
  top: 7px;
  z-index: -20;
}
#main-container {
  width: 1000px;
  margin: 0 auto;
}
#main-container .content {
  width: 680px;
  margin: 0 auto;
}
#main-container .content p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
#header-container .header-top {
  height: 200px;
  padding-top: 40px;
  text-align: center;
}
#header-container .header-top .header-title {
  font-size: 65px;
  color: #221E1F;
  font-family: "TradeGothicLTCom-BdCn20";
  margin-left: 30px;
  position: relative;
  bottom: 25px;
}
#header-container .header-top .header-title a {
  color: inherit;
}
#header-container #menu {
  font-size: 18px;
  height: 118px;
  background-color: #221E1F;
  padding-top: 50px;
}
#header-container #menu ul {
  width: 100%;
  background-color: white;
}
#header-container #menu ul li {
  background-color: white;
  float: left;
  text-transform: uppercase;
  height: 60px;
  text-align: center;
  padding-top: 17px;
}
#header-container #menu ul li:hover {
  border-bottom: 7px solid #221E1F;
}
#header-container #menu ul li a {
  color: #221E1F;
}
#header-container #menu ul .blank {
  display: none;
}
#mobile-menu {
  display: none;
}
.slideshow-outer {
  position: relative;
  margin: 42px auto 0 auto;
}
.slideshow-outer:hover .left-arrow {
  display: block;
}
.slideshow-outer:hover .right-arrow {
  display: block;
}
.slideshow-outer .left-arrow {
  left: 0;
  transition: transform 100ms;
  -webkit-transition: -webkit-transform 100ms;
  display: none;
}
.slideshow-outer .left-arrow:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.slideshow-outer .right-arrow {
  right: -35px;
  transition: transform 100ms;
  -webkit-transition: -webkit-transform 100ms;
  display: none;
}
.slideshow-outer .right-arrow:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.slideshow-outer > img {
  position: absolute;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.slideshow {
  overflow: hidden;
  border: 4px solid #221E1F;
  position: relative;
}
.slideshow .slide-container {
  position: relative;
}
.slideshow .slide-container .slide {
  position: relative;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide-container .slide .slidetitle {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 48px;
  color: #221E1F;
  font-family: "TradeGothicLTCom-BdCn20";
}
.slideshow-title-area {
  height: 76px;
  background-color: #221E1F;
}
.slideshow-title-area .slideshow-title {
  font-size: 19px;
  color: white;
  text-transform: uppercase;
  padding-left: 40px;
  padding-top: 26px;
  float: left;
}
.slideshow-title-area .slideshow-position {
  float: right;
  padding-right: 40px;
  overflow: hidden;
  text-align: right;
}
.slideshow-title-area .slideshow-position .slide-dot {
  display: inline-block;
  height: 60px;
  top: -5px;
  position: relative;
  cursor: pointer;
  color: white;
  font-size: 50px;
  width: 20px;
  padding-top: 16px;
}
.mini-slide-title-area {
  margin: 0 auto 40px auto;
  width: 600px;
  padding: 20px 15px;
  background-color: #221E1F;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.mini-slide-title-area .mini-slide-title {
  float: left;
}
.mini-slide-title-area .mini-slide-title a {
  color: inherit;
}
.mini-slide-title-area .mini-slide-title a:hover {
  text-decoration: underline;
}
.mini-slide-title-area .mini-slide-subtitle {
  float: right;
}
.tag-container {
  font-size: 18px;
  margin-bottom: 55px;
  padding: 15px 10px 15px 10px;
}
.tag-container .tag {
  background-color: white;
  float: left;
  margin: 5px 10px;
  padding: 6px 20px;
  text-transform: uppercase;
  color: inherit;
}
.tag-container .tag a {
  color: inherit;
  text-decoration: none;
}
.tag-container .meta {
  color: white;
  float: right;
  margin: 13px 35px 0 0;
  width: 50%;
  text-align: right;
  text-transform: uppercase;
}
.proj-tag-active {
  color: inherit !important;
  background-color: white !important;
}
.project-tags .tag {
  color: white;
}
.note-divider {
  width: 100%;
  height: 8px;
  background-color: #221E1F;
  margin: 40px 0 100px 0;
}
#note-content {
  width: 600px;
  margin: 0 auto;
}
.share {
  margin-top: 40px;
  font-size: 24px;
}
.share div {
  margin-bottom: 8px;
}
#footer {
  height: 50px;
  background-color: #221E1F;
  color: white;
  padding: 17px 20px;
  margin-top: 50px;
  position: relative;
}
#footer .side-blocks {
  display: none;
  background-color: #221E1F;
  position: absolute;
  height: 110px;
  width: 30px;
}
#footer a {
  color: white;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p {
  width: 33.33%;
  float: left;
}
#then-now-container {
  padding-bottom: 30px;
  border-bottom: 4px dashed #24b24b;
}
#then-now-container #slider {
  background-color: #24b24b;
  width: 600px;
  height: 4px;
  float: left;
  margin-left: 30px;
  margin-top: 15px;
}
#then-now-container #slider a {
  width: 41px;
  height: 21px;
  background-color: #24b24b;
  border: 4px solid white;
  display: block;
  position: relative;
  bottom: 8px;
  margin-left: -20px;
}
#then-now-container #slider a:focus {
  outline: none;
}
#then-now-container .then-now {
  color: #24b24b;
  border: 4px solid #24b24b;
  font-size: 18px;
  width: 150px;
  text-align: center;
  padding: 5px 0;
}
#then-now-container .then-now a {
  text-decoration: none;
  color: inherit;
}
#then-now-container .then-now .green-arrow {
  display: none;
}
#then-now-container .then-now:hover {
  color: white;
  background-color: #24b24b;
}
.index-thumb {
  border: 4px solid white;
  width: 300px;
  height: 400px;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin: 0 50px 42px 0;
}
.index-thumb:nth-child(3n + 2) {
  margin-right: 0;
}
.index-thumb:hover {
  border: 4px solid ;
}
.index-thumb:hover .index-thumb-title {
  display: block;
}
.index-thumb .index-thumb-title {
  display: none;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.85);
  padding: 20px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 4px solid ;
}
#mobile-return-to-top {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1339px),(min-device-width: 1024px) and (max-device-width: 1339px) {
  #main-container {
    width: 800px;
  }
  #main-container .content {
    width: 575px;
  }
  #then-now-container #slider {
    width: 400px;
  }
  .index-thumb {
    width: 240px;
    height: 320px;
    margin-bottom: 35px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px),(min-device-width: 768px) and (max-device-width: 1023px) {
  #main-container {
    width: 675px;
  }
  #main-container .content {
    width: 450px;
  }
  #then-now-container #slider {
    width: 275px;
  }
  .index-thumb {
    width: 197px;
    height: 262.66666666667px;
    margin-bottom: 35px;
    margin-right: 42px;
  }
  #note-content p {
    padding: 0 75px;
  }
  #note-container .share {
    margin-left: 75px;
  }
  .header-title {
    font-size: 75px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px),(min-device-width: 600px) and (max-device-width: 767px) {
  #main-container {
    width: 88%;
  }
  #main-container .content {
    width: 100%;
    padding: 0 20px;
  }
  #footer {
    font-size: 12px;
  }
  .header-title {
    font-size: 55px !important;
  }
  #slider {
    display: none;
  }
  #note-content {
    width: 100%;
    padding: 0 20px;
  }
  #note-content p {
    width: 100%;
    padding: 0 75px;
  }
  #note-container .share {
    margin-left: 75px;
  }
  .index-thumb {
    width: 29%;
    margin-bottom: 30px;
    margin-right: 6.5%;
  }
  .mini-slide-title-area {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 599px),(min-device-width: 320px) and (max-device-width: 599px) {
  #main-container {
    width: 100%;
  }
  #main-container .content {
    width: auto;
  }
  h3,
  h5 {
    width: 100%;
    max-width: 350px;
  }
  body {
    min-width: 320px;
    padding: 0 30px;
  }
  #note-content {
    width: 100%;
    padding: 0 20px;
  }
  #note-content p {
    width: 100%;
  }
  .mini-slide-title-area {
    width: 100%;
  }
  .slideshow-outer .left-arrow,
  .slideshow-outer .right-arrow {
    display: block;
  }
  .slideshow-outer .right-arrow {
    right: -15px;
  }
  .slideshow-outer img {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .slidetitle {
    display: none;
  }
  .slideshow-title-area {
    height: 45px;
  }
  .slideshow-title-area .slideshow-title {
    font-size: 21px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .slideshow-title-area .slideshow-position {
    display: none;
  }
  .slideshow-title-area .slideshow-position .slide-dot {
    height: 45px;
    padding-top: 7px;
    width: 15px;
    font-size: 40px;
  }
  #header-container .header-top {
    height: auto;
  }
  #header-container .header-top a img {
    width: 75px;
    height: 75px;
  }
  #header-container .header-top .header-title {
    font-size: 45px;
    display: block;
    margin-top: 35px;
    text-align: center;
    margin-left: 0px;
  }
  #header-container #menu {
    display: none;
  }
  #header-container #mobile-menu {
    position: relative;
    cursor: pointer;
    display: block;
  }
  #header-container #mobile-menu .dropdown-arrow {
    width: 45px;
    height: 45px;
    background-color: #221E1F;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
  }
  #header-container #mobile-menu ul {
    background-color: transparent;
    border: 4px solid #221E1F;
    padding-top: 0;
    height: 45px;
    overflow: hidden;
  }
  #header-container #mobile-menu ul li {
    width: 100% !important;
    height: 45px;
    float: none;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    border-bottom: 4px solid #221E1F;
  }
  #header-container #mobile-menu ul li:hover {
    border-bottom: 4px solid #221E1F;
  }
  #header-container #mobile-menu ul li a {
    color: #221E1F;
  }
  #header-container #mobile-menu ul .blank {
    display: block;
  }
  .project-tags .tag {
    color: black !important;
  }
  .tag-container {
    background-color: transparent;
    padding-top: 35px;
    margin-bottom: 10px !important;
  }
  .tag-container .tag {
    background-color: transparent;
    float: none;
    text-align: center;
    margin: 0 auto 8px auto !important;
    padding: 0;
  }
  .tag-container .tag a {
    color: black;
  }
  .tag-container .meta {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    color: inherit;
  }
  .proj-tag-active {
    color: #221E1F !important;
    background-color: white !important;
    font-weight: 600;
  }
  #then-now-container {
    margin-top: 21px;
  }
  #then-now-container #slider {
    display: none;
  }
  #then-now-container .then-now {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 120px;
  }
  #then-now-container .then-now .green-arrow {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  #then-now-container .then-now:hover {
    color: #24b24b;
    background-color: white;
  }
  #then-now-container #then {
    text-align: left;
    padding-left: 5px;
  }
  #then-now-container #then img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-right: 10px;
  }
  #then-now-container #now {
    text-align: right;
    padding-right: 5px;
  }
  #then-now-container #now img {
    margin-left: 10px;
  }
  #notes-index-tags {
    display: none;
  }
  .index-thumb {
    float: none;
    margin: 0 auto 30px auto;
    border: 4px solid ;
    width: 100%;
    max-width: 300px;
  }
  .index-thumb:nth-child(3n + 2) {
    margin-right: auto;
  }
  .index-thumb .index-thumb-title {
    display: block;
    font-size: 21px;
  }
  #footer {
    height: 110px;
    margin-top: 80px;
  }
  #footer .side-blocks {
    display: block;
    top: 0;
  }
  #footer p {
    float: none;
    text-align: center !important;
    width: 100%;
    margin-bottom: 12px;
  }
  #mobile-return-to-top {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: #8d8d8d;
    color: white;
    padding: 10px 0;
    font-size: 16px;
    bottom: 110px;
    left: 0;
    cursor: pointer;
  }
}
