/*
Theme Name: Claudia Hansen Photography
Author: Johannes Felscher
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Syncopate:400,700);
/*LESS VARS*/
/**/
/*LESS MIX INS*/
.transitionOpacity {
  -webkit-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.transitionHeight {
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.transitionsAddToCart {
  -webkit-transition: width .5s, height .5s, background .5s;
  -moz-transition: width .5s, height .5s, background .5s;
  -o-transition: width .5s, height .5s, background .5s;
  transition: width .5s, height .5s, background .5s;
}
.userSelectNone {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**/
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
* {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-sizing: border-box;
  -moz-sizing: border-box;
  -o-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 12px;
  background: #fff;
  color: #888;
}
/*HEADERS*/
h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: Syncopate;
}
h1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.85);
  color: #d79500;
  white-space: nowrap;
  margin: 0 0 0 265px;
  padding: 5px 0 5px 25px;
  z-index: 300;
}
h1 span.name {
  font-weight: 700;
}
h1 span.description:before,
h1 span.store:before {
  content: "|";
  margin-right: 9px;
  font-weight: 300;
}
.store h1 {
  bottom: auto;
  top: 7px;
  left: 160px;
  right: 160px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  padding: 0;
}
.store h1 span.store {
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 4px;
}
h2 {
  font-size: 24px;
  color: #d79500;
}
h3 {
  font-size: 18px;
}
div.mainIcon {
  content: "";
  position: fixed;
  width: 270px;
  height: 220px;
  z-index: 1000;
  left: -5px;
  bottom: 0;
  margin: 0 0 -5px 20px;
  background: url(images/birdMainNoEye.png) no-repeat;
  background-size: contain;
}
div.birdEye {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 120px;
  left: 155px;
  /*-webkit-transform:rotate(-45deg);*/
  /*background: @mainColorLight;*/
  border-radius: 50%;
  z-index: 10000;
}
div#Pupil {
  width: 12px;
  height: 12px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: #d79500;
  position: relative;
}
/*STORE FRONT*/
div.mainIcon.store {
  width: 600px;
  height: 512px;
  left: -170px;
  margin: 0;
  bottom: -160px;
  opacity: 0.2;
  z-index: -1;
  /*-webkit-transform: rotate(-10deg);*/
}
.store div.mainIcon {
  display: none;
}
.store div.noCookiesOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 32px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 500;
}
.store div.cookieWarning {
  color: #fff;
  background: #c83233;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  bottom: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1px 5px 0 5px;
}
.store div.cookieWarning:before,
.store div.cookieWarning:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(images/warningTransWhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  z-index: 1100;
  margin: 3px 10px 0 10px;
}
/**/
/*HEADER & NAV*/
header {
  padding: 5px 7px;
  min-height: 32px;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  /*white-space: nowrap;*/
  background: #fff;
  z-index: 100;
}
header .cookieInfo {
  background: rgba(215, 149, 0, 0.8);
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  z-index: 1000;
}
header .cookieInfo .close {
  width: 40px;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 2px;
  background: #fff;
  color: #d79500;
  padding: 2px 0;
  cursor: pointer;
}
.store header {
  height: 32px;
  padding-left: 40px;
  border-bottom: 1px solid #d79500;
}
header button.navButton {
  display: none;
  border: none;
  background: none;
}
footer div#copyright {
  position: fixed;
  bottom: 9px;
  right: 10px;
  z-index: 100;
  color: #d79500;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.8em;
  font-weight: 400;
}
footer div#copyright span {
  display: block;
}
nav {
  min-height: 100%;
  height: auto;
}
nav * {
  vertical-align: top;
}
nav ul {
  display: block;
  max-width: 100%;
  margin-right: 220px;
  overflow: hidden;
}
.events:not(.eventsHome) nav ul {
  display: none;
}
nav ul li {
  text-indent: 0;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  color: #d79500;
  margin: 0 40px 0 0;
  line-height: 24px;
}
.store nav ul {
  display: none;
}
nav div.home {
  height: 20px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  /*position: absolute;*/
  left: 5px;
  top: 5px;
  letter-spacing: 0;
  margin-right: 20px;
  text-transform: uppercase;
  color: #d79500;
}
@media screen and (max-width: 720px) {
  nav div.home {
    height: 16px;
  }
}
nav div.home a {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 0 0 5px;
  font-weight: bold;
}
nav div.home a:last-of-type {
  font-weight: 300;
  /*padding-left:5px;*/
  margin-right: 0;
}
nav div.home span.separator {
  font-size: 300;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px 0 0 5px;
}
nav div.home img {
  height: 100%;
  vertical-align: middle;
}
nav ul li:first-of-type:hover {
  opacity: 0.8;
}
nav ul li img {
  height: 100%;
  width: auto;
}
nav ul li:not(.current_page_item) a:hover {
  cursor: pointer;
}
nav ul li.current_page_item a,
nav ul li.current_page_ancestor a {
  font-weight: bold;
  cursor: default;
  opacity: 1;
}
nav ul li.storeLink {
  /*		position: absolute;
		padding-right: 100px;
		top:5px;
		right: 0;
		/*background: #f00;*/
  /*font-weight: bold;
		background: @mainColor;
		color:#fff;
		padding: 0 5px;
		border-radius: 3px;*/
}
a#cartIcon {
  position: relative;
  display: inline-block;
  top: -1px;
  width: 19px;
  height: 19px;
  background: url(images/cart.png) no-repeat;
  background-size: 18px 57px;
  background-position: 0 0;
  vertical-align: top;
  margin: 0 0 0 10px;
}
a#cartIcon.empty {
  display: none;
}
a#cartIcon:hover {
  opacity: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(0) scale(1);
    /*-webkit-transform: scale(1); */
  }
  50% {
    transform: rotate(180deg) scale(1.25);
    /*-webkit-transform: scale(.9); */
  }
  100% {
    transform: rotate(360deg) scale(1);
    /*-webkit-transform: scale(.9); */
  }
}
body:not(.page-template-page-cart) a#cartIcon {
  transform: scale(1);
  animation-name: flash;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes flash {
  0%,
  100 {
    opacity: 1;
    /*-webkit-transform: scale(1); */
  }
  50% {
    opacity: .5;
    /*-webkit-transform: scale(.9); */
  }
}
/**/
/*SOCIAL ICONS*/
div.socialIcons {
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: right;
  line-height: 26px;
  font-size: 0;
}
div.socialIcons a {
  height: 16px;
  width: 30px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 720px) {
  div.socialIcons a {
    transform: scale(0.9);
  }
}
div.socialIcons a.ytIcon img,
div.socialIcons a.vmIcon img {
  transform: scale(0.85);
}
div.socialIcons a.igIcon {
  width: 26px;
}
div.socialIcons a.liIcon {
  top: -1px;
}
div.socialIcons a.ptIcon {
  margin-right: 2px;
}
div.socialIcons a.etsyIcon {
  width: 35px;
  margin-right: 5px;
}
div.socialIcons a.homeIcon {
  position: relative;
  right: -1px;
  top: -1px;
}
div.socialIcons a img {
  height: 100%;
  width: auto;
}
/**/
/*WRAPPERS*/
div.wrapper {
  padding: 52px 20px 20px 20px;
  opacity: 0;
  max-width: 1244px;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}
/**/
/*GENERAL HTML*/
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.75;
}
p {
  margin-bottom: 10px;
}
strong {
  font-weight: bolder;
}
/**/
/*GENERAL STYLES*/
.strong {
  font-weight: bold;
}
/**/
/*CONTACT*/
div.contact {
  text-align: center;
  margin: 80px 0;
}
div.contact div.contact_info {
  color: #d79500;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 40px;
  font-weight: bolder;
}
div.contact div.about {
  font-size: 1.2em;
  line-height: 1.25;
  max-width: 400px;
  /*text-align: justify;*/
  display: inline-block;
}
form {
  display: block;
  width: 50%;
  margin: 0 auto;
}
input[type=text],
textarea {
  border: 1px solid #d79500;
  padding: 0px 5px;
  overflow: auto;
  outline: none;
  resize: none;
  display: block;
  height: auto;
  color: #d79500;
  margin: 0;
  border-radius: 0;
  width: 100%;
  min-height: 34px;
  font-family: Raleway;
}
textarea {
  min-height: 150px;
  padding: 5px;
}
input[type=submit] {
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin-top: 5px !important;
  font-size: 16px;
  color: #d79500;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
form > div {
  width: 100%;
}
form > div:last-child input {
  margin: 10px auto 0 auto !important;
  padding: 0 !important;
}
form div.errorMessage {
  color: #aaa;
}
input[type=submit]:hover {
  text-decoration: underline;
}
label {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #d79500;
  font-weight: bold;
  text-transform: uppercase;
}
/**/
/*MAIN GALLERY*/
div.mainGallery {
  /*PREVENT IMAGE BLOW OUT*/
  /*max-height: 1440px;*/
  /**/
  min-height: 400px;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
@media screen and (max-width: 720px) {
  div.mainGallery {
    min-height: 250px;
  }
}
@media screen and (max-width: 400px) {
  div.mainGallery {
    min-height: 175px;
  }
}
div.mainGallery div.mainGalleryImage {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
  /**/
  /*max-width:100%;*/
  /**/
  -webkit-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s, margin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
div.mainGallery div.mainGalleryImage:not(.active) {
  opacity: 0.15;
}
div.mainGallery div.mainGalleryImage:not(.active):hover {
  /*opacity: 0.3;*/
  cursor: pointer;
}
div.mainGallery div.mainGalleryImageCaption {
  position: fixed;
  bottom: 115px;
  left: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: .5px;
  padding-left: 290px;
  text-transform: uppercase;
  opacity: 0;
  background: rgba(255, 255, 255, 0.85);
  white-space: normal;
  text-align: center;
}
/*ALTERNATIVE*/
div.mainGallery div.mainGalleryImageCaption {
  position: absolute;
  bottom: 10px;
  padding: 0;
}
/**/
div.mainGallery div.mainGalleryImageCaption span {
  color: #d79500;
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
div.mainGallery div.mainGalleryImageCaption.active {
  opacity: 1;
}
/**/
.boxedGalleryWrapper {
  padding: 5px 0;
  position: relative;
  opacity: 1;
  transition: all .5s;
  overflow: hidden;
}
.boxedGalleryWrapper.hidden {
  padding: 0;
  opacity: 0;
  max-height: 0;
  min-height: 0;
}
.boxedGalleryWrapper div.mainGallery {
  position: relative;
  top: -5px;
}
.boxedGalleryWrapper div.mainGalleryThumbnailsWrapper {
  display: none;
}
div.mainGalleryWrapper {
  width: 100%;
}
/*MAIN GALLERY THUMBNAILS*/
div.mainGalleryThumbnailsWrapper {
  position: absolute;
  height: 80px;
  overflow: hidden;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.store div.mainGalleryThumbnailsWrapper {
  bottom: 0;
}
div.mainGalleryThumbnails {
  padding-bottom: 60px;
  padding-left: 281px;
  /*text-align: center;*/
  overflow: auto;
  white-space: nowrap;
  opacity: 0;
}
.store div.mainGalleryThumbnails {
  padding-left: 0;
}
div.mainGalleryThumbnails img {
  margin: 0 2px;
  position: relative;
  height: 70px;
  width: auto;
  vertical-align: top;
}
div.mainGalleryThumbnails img.active {
  border: solid #d79500;
  border-width: 0 0 1px 0;
  padding-bottom: 3px;
  height: 74px;
}
div.mainGalleryThumbnails img:first-of-type {
  margin-left: 10px;
}
div.mainGalleryThumbnails img:last-of-type {
  margin-right: 0;
}
div.mainGalleryThumbnails img:not(.active):hover {
  opacity: 0.8;
  cursor: pointer;
}
/**/
/*PASSWORD PROMPT*/
form.passwordPrompt {
  position: absolute;
  display: block;
  height: 80px;
  width: 300px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -150px;
  background: #f7eacc;
  padding: 20px;
  border-radius: 5px;
}
form.passwordPrompt input[type=password] {
  width: 80%;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #d79500;
  border-radius: 5px 0 0 5px;
  text-indent: 5px;
}
form.passwordPrompt label {
  margin: -10px 0 0 0;
}
form.passwordPrompt label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(images/lock.png) no-repeat;
  background-size: contain;
}
form.passwordPrompt input[type=submit] {
  background: #d79500;
  color: #fff;
  width: 20%;
  margin-top: 2px;
  display: inline-block;
  height: 24px;
  vertical-align: top;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}
form.passwordPrompt input[type=submit]:hover {
  color: #ebca7f;
}
/**/
/*MAIN CATEGORIES*/
div.mainCategories {
  font-size: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
div.imageCarouselWrapper {
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  /*max-width: 1244px;*/
  display: inline-block;
  text-align: left;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
div.mainCategories div:last-of-type {
  margin: 0;
}
div.imageCarouselWrapper .imageCarousel {
  font-size: 0;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.imageCarousel img {
  height: 100px;
  width: auto;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
a.lockedGallerySubstitute {
  display: block;
  border-radius: 3px;
  height: 100px;
  width: 100%;
  background-color: #f7f1e3;
  margin: 0 0 10px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 2s;
  -moz-transition: background 2s;
  -o-transition: background 2s;
  -ms-transition: background 2s;
  transition: background 2s;
}
a.lockedGallerySubstitute:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  background: url(images/lock_l.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -ms-transition: opacity 2s;
  transition: opacity 2s;
}
a.lockedGallerySubstitute:hover {
  background-color: #f7eacc;
}
a.lockedGallerySubstitute:hover:before {
  opacity: 1;
}
div.mainCategories div.title {
  display: block;
  margin: 0 auto;
  max-width: 1244px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  text-indent: -1px;
  text-align: left;
  color: #d79500;
}
.imageCarousel img:not(:last-child) {
  margin-right: 4px;
  -webkit-sizing: content-box;
  -moz-sizing: content-box;
  -o-sizing: content-box;
  box-sizing: content-box;
}
.locked:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: -3px;
  background: url(images/lock.png) no-repeat;
  background-size: contain;
  margin-right: 2px;
}
/**/
/*NAV ARROWS*/
div.navArrow {
  font-size: 80px;
  line-height: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  font-family: Raleway;
  font-weight: 100;
  color: #d79500;
  display: block;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.navArrow.disabled {
  cursor: default !important;
  color: #ebca7f;
  opacity: 0.3;
}
div.navArrow:hover {
  color: #ebca7f;
}
div.navArrow.backButton {
  left: 10px;
}
div.navArrow.ffButton {
  right: 10px;
}
/**/
/*STORE*/
div.store {
  font-size: inherit;
  line-height: 1.5;
  padding-top: 32px;
  height: 100%;
  width: 100%;
}
div.store > div.storeItem {
  margin-bottom: 60px;
}
div.store > div:last-of-type {
  margin-bottom: 220px !important;
}
div.store date,
div.store h3 {
  text-align: left;
  display: block;
  text-transform: uppercase;
}
div.store h3 {
  font-family: 'Syncopate', 'Arial', 'sans-serif';
  font-size: 22px;
  color: #888;
  letter-spacing: 2px;
}
div.store date {
  font-family: 'Myriad Pro', 'Arial', 'sans-serif';
  color: #d79500;
  font-size: 16px;
}
div.store div.allCategories {
  border-bottom: 1px solid #ebca7f;
  /*padding-top: 5px;*/
  /*padding-bottom: 15px;*/
  margin-bottom: 10px;
  overflow: hidden;
  display: none;
}
div.store div.category {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 10px;
  vertical-align: top;
  line-height: 1;
}
div.store div.category h4 {
  line-height: 1.5;
  color: #d79500;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
div.store div.category div {
  font-family: Raleway;
  text-transform: none;
  color: #888;
  font-size: 14px;
  padding: 5px 0;
}
div.store div.category div:last-child {
  /*padding:0;*/
}
div.store div.toggleCategories,
a.externalURL {
  cursor: pointer;
  color: #d79500;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
div.store div.toggleCategories:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
div.store div.toggleCategories.show:before {
  background: url(images/arrow_d.png) no-repeat;
  background-size: contain;
}
div.store div.toggleCategories.hide:before {
  background: url(images/arrow_u.png) no-repeat;
  background-size: contain;
}
div.store div.storeItem.open div.imageCarouselWrapper {
  height: 50px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
div.store div.storeItem.open .imageCarousel img {
  height: 50px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
div.store div.pagination {
  color: #d79500;
  position: relative;
  /*top:52px;*/
  font-size: 0;
  height: 1px;
  text-align: center;
  background: #d79500;
  border-width: 0;
  /*background: #fff;*/
  /*z-index:00;*/
  margin: 0 auto 50px auto;
}
div.store div.pagination div {
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  font-family: 'Myriad Pro', 'Arial', 'sans-serif';
}
div.store div.pagination div.currentYear {
  width: auto;
  display: inline-block;
  margin: -14px auto 0 auto;
  background: #fff;
  width: 70px;
  left: 53%;
  margin-left: -35px;
}
div.store div.pagination div.arrow {
  font-size: 24px;
  line-height: 24px;
  height: 28px;
  width: 28px;
  font-family: Raleway;
  font-weight: 300;
  border-radius: 5px;
  /*border-radius: 50%;*/
  margin-top: -10px;
  background: #d79500;
  color: #fff;
}
div.store div.pagination div.next {
  left: 0;
  top: -4px;
  text-indent: -1px;
}
div.store div.pagination div.prev {
  right: 0;
  top: -4px;
  text-indent: 1px;
}
div.addToCart {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  min-width: 60px;
  position: absolute;
  z-index: 50;
  color: #d79500;
  top: 10px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: width .5s, height .5s, background .5s;
  -moz-transition: width .5s, height .5s, background .5s;
  -o-transition: width .5s, height .5s, background .5s;
  transition: width .5s, height .5s, background .5s;
}
.active div.addToCart {
  display: block;
}
div.addToCart input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  background: none;
}
div.addToCart div.sizes {
  cursor: default;
}
div.addToCart div.sizes > div:not(:last-child) {
  margin-bottom: 10px;
}
div.addToCart div.sizes div.price {
  margin: 2px;
}
div.addToCart div.sizes input[type=radio]:checked:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #ebca7f;
  cursor: pointer;
}
div.addToCart.inCart {
  background: #fff;
}
.active div.addToCart:hover {
  background: #fff;
}
div.addToCart div.sizes:after {
  white-space: pre;
  content: "Add \A to cart";
  font-size: inherit;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f7eacc;
}
div.addToCart.inCart div.sizes:after {
  content: "In Cart";
  color: #6ea145;
}
.active div.addToCart.inCart.ready:hover div.sizes:after,
.active div.addToCart.inCart.ready[data-state=hoverState] div.sizes:after {
  content: "Remove";
  color: #9c3636;
}
div.addToCart div.button {
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  position: relative;
  background: url(images/cart.png) no-repeat;
  background-size: 25px 75px;
  background-position: 0 0;
}
div.addToCart.inCart div.button {
  background-position: 0 -25px;
}
.active div.addToCart.inCart.ready:hover div.button,
.active div.addToCart.inCart.ready[data-state=hoverState] div.button {
  background-position: 0 -50px;
}
div.fileInfo {
  font-size: 10px;
  width: 22px;
  height: 22px;
  position: absolute;
  line-height: 18px;
  opacity: 0.6;
  transition: all .5s;
  top: 10px;
  left: 10px;
  background-color: #d79500;
}
div.fileInfo div.fileName {
  transition: opacity .5s;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  line-height: 22px;
  background: rgba(215, 149, 0, 0.6);
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0 10px;
  border-radius: 0 3px 3px 0;
  font-family: sans-serif;
}
div.fileInfo.open {
  width: auto;
  display: inline-block;
  background-color: #d79500;
  color: #fff;
  opacity: 1;
}
div.fileInfo.open div.fileName {
  display: block;
  opacity: 1;
}
div.fileInfo:hover {
  opacity: 1;
  cursor: pointer;
}
div.fileInfo:before {
  cursor: pointer;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(images/info_white.png) no-repeat;
  background-size: 66%;
  background-position: center;
}
/**/
/*EVENT SUBPAGE*/
h2.eventSubPage {
  font-size: 24px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  padding: 10px 20px 10px 20px;
  z-index: 100;
  text-align: center;
  color: #d79500;
  border-width: 1px 0;
  font-weight: 700;
}
h2.eventSubPage span.subTitle {
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 5;
  font-weight: 300;
}
h2.eventSubPage.subEvent span.subTitle {
  padding: 5px;
  margin-bottom: -5px;
}
h2.eventSubPage.subEvent span.subTitle:before {
  /*z-index: -1;
			content:"";
			background: @mainColorLight;
			color:#fff;
			position: absolute;
			top:0;
			bottom:0;
			left:-20px;
			right:-20px;*/
}
/**/
/**/
div.cart {
  height: 100%;
  width: 100%;
}
div.cart > div {
  margin-bottom: 40px;
}
/*CART TABLE*/
div.cart div.cartTable {
  background: #f7eacc;
  padding: 0 5px;
  border-radius: 5px;
  position: relative;
}
div.cart div.cartTable * {
  vertical-align: top;
}
div.cart div.cartTable > div.tableRows > div {
  clear: both;
  border-bottom: 1px solid #ebca7f;
  font-size: 0;
}
div.cart div.cartTable > div.tableRows > div > div {
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
div.cart div.cartTable > div.tableRows > div > div.label {
  width: 85%;
  margin-right: 5%;
}
div.cart div.cartTable > div.tableRows > div > div.value {
  width: 10%;
  text-align: right;
}
div.cart div.cartTable > div.tableRows > div.cartTotal {
  border-top: 5px solid #d79500;
  border-bottom: 0;
  margin-top: -1px;
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
  text-transform: uppercase;
}
div.cart input[type=submit] {
  display: inline-block;
  border-radius: 3px;
  background: #d79500;
  border: none;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Lucida Grande, sans-serif;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  font-weight: normal;
}
div.cart input[type=submit].enterInfo {
  position: absolute;
  bottom: -32px;
  width: 15%;
  right: 0;
}
div.cart input[type=submit]:not([disabled]):hover {
  background: #f7eacc;
  color: #d79500;
  cursor: pointer;
}
div.cart input[type=submit][disabled] {
  opacity: 0.5;
}
div.cart input.valid {
  color: #6ea145;
}
div.cart input.email.invalid {
  color: #9c3636;
}
/**/
/*CART THUMBNAIL*/
div.cart img {
  width: 100px;
}
/*CART INFO*/
div.cart div.info {
  padding: 0 5px;
  margin: -30px 25% 30px 0;
}
/**/
div.cart div.cartSingleEvent {
  margin-bottom: 40px;
  border: solid #f7eacc;
  border-width: 0 0 1px 0;
  position: relative;
}
div.cart div.cartSingleEvent .cartViewToggle {
  font-weight: bold;
  color: #d79500;
  position: absolute;
  bottom: -22px;
  right: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.cart div.cartSingleEvent .cartViewToggle[data-mode=thumbnails]:before {
  background-position: 0 0;
}
div.cart div.cartSingleEvent .cartViewToggle[data-mode=gallery]:before {
  background-position: -17.5px 0;
}
div.cart div.cartSingleEvent .cartViewToggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17.5px;
  height: 14px;
  background: url(images/cartViewToggle.png) no-repeat;
  background-size: 35px 14px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
div.cart div.cartSingleEvent .cartViewToggle:hover {
  opacity: 0.8;
}
div.cart div.cartSingleEvent .cartThumbnails {
  max-height: auto;
  transition: all .5s;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
}
div.cart div.cartSingleEvent .cartThumbnails.hidden {
  max-height: 0;
  visibility: hidden;
}
div.cart h3 {
  color: #d79500;
  padding: 0;
  /*margin-bottom: 5px;*/
  position: relative;
  border: solid #f7eacc;
  border-width: 0 0 1px 0;
  font-size: 15px;
}
div.cart > div:first-of-type {
  margin-top: 20px;
}
div.cart > div:last-of-type {
  margin-bottom: 220px;
}
div.cart div.cartSingleEvent div.singleItem {
  display: inline-block;
  margin: 5px 10px 5px 0;
  position: relative;
}
div.cart div.cartSingleEvent div.singleItem:hover {
  cursor: pointer;
  transform: scale(1.05);
}
div.cart div.cartSingleEvent div.singleItem div.size,
div.cart div.cartSingleEvent div.singleItem div.price {
  text-align: center;
  background: #ebca7f;
  color: #fff;
  padding: 1px 0;
  margin-top: -2px;
  /*font-weight: bold;*/
}
div.cart div.cartSingleEvent div.singleItem div.price {
  background: #f7eacc;
  color: #d79500;
}
div.cart div.cartSingleEvent div.singleItem div.removeFromCart {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  color: #9c3636;
  opacity: 0.75;
}
div.cart div.cartSingleEvent div.singleItem div.removeFromCart:hover {
  opacity: 1;
}
div.cart div.cartEmpty,
div.bigAndFaded {
  width: 100%;
  font-size: 48px;
  height: 112px;
  margin: -36px auto 0 auto !important;
  position: absolute;
  top: 50%;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  color: #f7eacc;
}
div.cart div.cartEmpty a,
div.bigAndFaded a {
  font-size: 14px;
  color: #ebca7f;
  display: block;
}
div.cart div.cartEmpty a:hover {
  cursor: pointer;
  color: #d79500;
  opacity: 1;
  /*font-weight: bold;*/
}
div.cart div.buyerInfo {
  opacity: 0;
  margin-top: -30px;
  padding: 5px;
  border: none !important;
  background: #ebca7f;
  border-radius: 5px;
}
div.cart div.buyerInfo input {
  height: 24px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  border: none;
  min-height: 0;
}
div.cart div.buyerInfo input[type=email] {
  width: 80%;
  font-size: 16px;
}
div.cart div.buyerInfo input[type=submit] {
  width: 18%;
  margin: 0 0 0 2% !important;
  color: #fff;
}
div.cart div.buyerInfo div.buyerAddress {
  white-space: nowrap;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f7eacc;
  padding: 0 0 10px 0;
  white-space: normal;
}
div.cart div.buyerInfo div.buyerAddress input {
  width: 15%;
  margin-right: 2%;
  color: #888;
}
div.cart div.buyerInfo div.buyerAddress input:last-of-type {
  margin-right: 0;
}
div.cart div.buyerInfo div.label {
  color: #f7eacc;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/**/
/**/
@media screen and (max-width: 1040px) {
  h1 {
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 16px;
    letter-spacing: -1px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  footer div#copyright {
    font-size: 0.75em;
  }
}
/**/
@media screen and (max-width: 720px) {
  h1 {
    margin: 0;
    top: 3px;
    left: 5px;
    padding: 0;
    width: 180px;
    bottom: auto;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    white-space: normal;
    z-index: 200;
  }
  .store h1 {
    left: 10px;
    right: auto;
    width: auto;
    font-size: 14px;
    top: 10px;
    text-align: left;
  }
  h1 span.description:before {
    display: none;
  }
  div.mainIcon {
    left: -14px;
    bottom: 2px;
    width: 100px;
    height: 90px;
    background-image: url(images/birdMain.png);
  }
  div.birdEye {
    display: none;
  }
  div.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    cursor: pointer;
  }
  header {
    left: 0;
    right: 0;
    top: 0;
    height: 32px;
    border-bottom: 1px solid #ebca7f;
    z-index: 1100;
  }
  header button.navButton {
    display: block;
    color: #d79500;
    position: absolute;
    right: 5px;
    top: 8px;
    min-width: 0;
    width: 18px;
    height: 16px;
    font-size: 22px;
    padding: 0;
    margin: 0;
    z-index: 2000;
    cursor: pointer;
    background-image: url(images/menu.png);
    background-size: cover;
  }
  header button.navButton:hover {
    cursor: pointer;
  }
  header button.navButton.open {
    opacity: 0.5;
  }
  footer div#copyright {
    bottom: 2px;
    letter-spacing: 0;
    font-size: 0.6em;
    right: 2px;
    white-space: nowrap;
    width: auto;
  }
  footer div#copyright span {
    display: inline;
  }
  nav {
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    border: solid #d79500;
    border-width: 0;
    background: #fff;
    height: auto;
    min-height: 32px;
  }
  nav:not(.open) {
    display: none;
  }
  nav ul {
    padding: 0;
    margin: 33px 0 0 0;
    border-top: 1px solid #ebca7f;
  }
  nav ul li {
    position: relative;
    display: block;
    width: auto;
    text-align: center;
    padding: 2px 5px;
    margin: 0;
  }
  .store nav ul li {
    display: block;
  }
  nav ul li.storeLink {
    /*width: auto;
		position: absolute;
		top:5px;
		left:5px;
		right: auto !important; */
  }
  nav div.home {
    margin: 5px 0 0 5px;
  }
  a#cartIcon {
    position: fixed;
    right: 34px;
    top: 6px;
    margin: 0 5px 0 0;
  }
  nav ul li:first-child img {
    height: 18px;
  }
  /*MAIN GALLERY*/
  div.mainGallery {
    top: 0;
  }
  /**/
  /*MAIN GALLERY THUMBNAILS*/
  div.mainGalleryThumbnailsWrapper {
    height: 70px;
    padding-top: 9px;
    background: #fff;
    bottom: 0;
  }
  div.mainGalleryThumbnails {
    padding-left: 102px;
  }
  div.mainGalleryThumbnails img {
    height: 50px;
  }
  div.mainGalleryThumbnails img.active {
    height: 54px;
    border-width: 0;
  }
  /**/
  /*MAIN GALLERY CAPTIONS*/
  div.mainGallery div.mainGalleryImageCaption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    line-height: 1.2;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.85);
  }
  div.mainGallery div.mainGalleryImageCaption span {
    margin: 0;
    background: none;
  }
  /**/
  /*NAV ARROWS*/
  div.navArrow {
    zoom: 0.75;
  }
  /*MAIN CATEGORIES*/
  div.mainCategories div.title {
    font-size: 16px;
    line-height: 18px;
  }
  div.imageCarouselWrapper {
    height: 50px;
  }
  div.imageCarouselWrapper img {
    height: 50px;
  }
  /**/
  /*STORE*/
  div.store div.storeItem.open div.imageCarouselWrapper {
    height: 25px;
  }
  div.store div.storeItem.open div.imageCarouselWrapper img {
    height: 25px;
  }
  div.store div.category h4 {
    border-bottom: 1px solid #f7eacc;
    padding: 0 0 2px 0;
    margin: 0 10% 2px 0;
    line-height: 1;
  }
  div.store div.category {
    width: 50%;
    margin-right: 0;
    margin: 10px 0;
  }
  div.store div.storeItem:not(:last-child) {
    margin-bottom: 40px;
  }
  div.store > div:last-child {
    margin-bottom: 80px !important;
  }
  div.store div.storeItem h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
  div.store div.storeItem date {
    font-size: 12px;
  }
  div.store div.storeItem div.toggleCategories {
    font-size: 12px;
  }
  div.store div.storeItem div.toggleCategories:before {
    height: 12px;
    width: 16px;
  }
  div.store div.storeItem.open div.allCategories {
    margin-top: -10px;
  }
  div.store div.pagination div {
    font-size: 18px;
  }
  h2.eventSubPage {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px 5px 5px;
  }
  h2.eventSubPage span.subTitle {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    padding: 5px;
    /*top:5px;*/
  }
  .store div.cookieWarning {
    line-height: 1.25;
  }
  .store div.cookieWarning:before,
  .store div.cookieWarning:after {
    display: none;
  }
  .locked:before {
    height: 16px;
    width: 16px;
  }
  /**/
  /*ADD TO CART - BOTTOM VARIANT*/
  div.addToCart {
    left: 0;
    top: auto;
    bottom: -1px;
    height: auto;
    border-radius: 0;
    background: #fff;
    text-align: left;
    border: solid #f7eacc;
    border-width: 1px 0;
    padding: 5px 7px 6px 7px;
    opacity: 0.8;
  }
  div.addToCart div.sizes {
    padding: 2px 0 0 0;
  }
  div.addToCart div,
  div.addToCart div.sizes:after {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  div.addToCart div.sizes div.singleSize {
    padding-right: 20px;
    margin: 0;
    text-align: center;
  }
  div.addToCart div.sizes div.singleSize * {
    display: block;
    margin: 0 auto 5px auto;
  }
  div.addToCart div.sizes div.singleSize input {
    border-color: #ebca7f;
  }
  div.addToCart div.sizes div.singleSize div.size {
    margin-bottom: 0;
  }
  div.addToCart div.sizes div.singleSize *:last-child {
    margin-bottom: 0;
  }
  div.addToCart div.singleSize div.price {
    padding: 2px;
    background: #d79500;
    color: #fff;
    font-family: 'Lucida Grande';
    font-size: 8px;
  }
  div.addToCart div.button {
    position: absolute;
    right: 5px;
    top: 3px;
  }
  div.addToCart div.sizes:after {
    position: absolute;
    white-space: nowrap;
    right: 5px;
    text-align: right;
    top: 40px;
  }
  /**/
  /*ADD TO CART - SIDE VARIANT*/
  /*div.addToCart {
		min-width: 0;
	}

	div.addToCart div.sizes:after {
		content:"" !important;
		padding-top:5px;
	}*/
  /**/
  /*CART*/
  div.cart > div:last-of-type {
    margin-bottom: 80px;
  }
  div.cart div.cartSingleEvent div.singleItem img {
    width: 60px;
    height: auto;
  }
  div.cart div.cartSingleEvent div.singleItem div.removeFromCart {
    border-radius: 0 0 0 3px;
    right: 0;
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
  }
  div.cart div.buyerInfo input[type=email] {
    width: 65%;
  }
  div.cart div.buyerInfo input[type=submit] {
    width: 33%;
  }
  div.cart div.buyerInfo div.buyerAddress input {
    width: 32%;
    margin: 0;
  }
  div.cart div.buyerInfo div.buyerAddress input:nth-child(-n+2) {
    margin-right: 2%;
  }
  div.cart div.buyerInfo div.buyerAddress input:nth-child(n+4) {
    margin-top: 5px;
    margin-right: 2%;
  }
  div.cart div.buyerInfo div.buyerAddress input:last-child {
    margin-right: 0;
  }
  div.cart input[type=submit].enterInfo {
    width: 20%;
  }
  /**/
  /*FORM*/
  form {
    width: 100%;
  }
  /**/
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 12px !important;
  }
}
