/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

a img {
  border: none; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

body {
	font-family: "akzidenz-grotesk-condensed","Fjalla One", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

body.show {
  opacity: 1; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "akzidenz-grotesk-condensed","Fjalla One", sans-serif;
  font-weight: 700;
  line-height: 1.38;
  text-transform: uppercase; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 35px;
  letter-spacing: 0.12em;
  padding: 0 0 20px; }

h3 {
  font-size: 18px;
  letter-spacing: 0.03em; }

h4 {
  font-size: 16px;
  text-transform: none;
  padding: 0 0 5px; }

h5, h6 {
  font-size: 16px; }

p, ul, ol {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 1.5em 0; }

ul, ol {
  line-height: 1.8; }

a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #fdadcc; }
  a:hover {
    color: black; }
  a:focus {
    outline: none; }

blockquote p {
  font-size: 18px; }

.clearboth {
  clear: both; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

#header {
  position: relative;
  border-bottom: #fdadcc 16px solid;
  overflow: hidden;
  background: #f6f6f6; }
  #header h1 {
    max-width: 307px;
    width: 15.99%;
    margin: 0 auto; }
    #header h1 img {
      width: 100%;
      height: auto;
      display: block; }
  #header .header-bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #f6f6f6 url(../img/header-bg.jpg) center top no-repeat;
    background-size: cover; }
  #header .header-bg {
    width: 100%;
    height: auto;
    display: block; }
  #header .item {
    position: absolute;
    z-index: 20; }
    #header .item img {
      width: 100%;
      height: auto;
      display: block; }

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3% 0;
  z-index: 20; }

.parallax-window {
  z-index: 1 !important; }

.video:hover .play {
  opacity: 1; }

.play {
  /*width: 78px;
  height: 78px;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .play span {
    position: absolute;
    width: 78px;
    height: 78px;
    right: 10%;
    bottom: 0;
    margin-bottom: 10%;
    transform: scale(0.75, 0.75);
  }
  .play img {
    width: 100%;
    height: auto;
    display: block; }

.play-link {
  position: relative;
  display: block;
}
.play-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  opacity: 0.65;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.play-btn:hover {
  opacity: 1;
}
.play-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.item-1 {
  max-width: 356px;
  width: 16%;
  left: 4.32%;
  top: 8%;
  margin-top: -11%; }

.item-2 {
  max-width: 328px;
    width: 16%;
    left: 1%;
    top: 0;
    margin-top: 18%;}

.item-3 {
  	
  	max-width: 400px;
    width: 20%;
	left: 19%;
    top: 8%;
    margin-top: 5%;
    z-index: 21!important;
}

.item-4 {
  max-width: 360px;
  width: 18.75%;
  right: 18%;
  top: 0;
  margin-top: -10%;
  z-index: 19 !important; }

.item-5 {
  max-width: 354px;
  width: 18.48%;
  right: 10%;
  top: 0;
  margin-top: 9%; }

.item-6 {
  max-width: 394px;
  width: 20.52%;
  left: 44%;
  top: -4%;
  margin-top: 16%;
  z-index: 19 !important; }

.item-7 {
  min-width: 300px;
  height: 80px;
  left: 5%;
  bottom: 0;
  /*margin-bottom: 12%; PGD*/
  margin-bottom: 8%;
  z-index: 21 !important; }

.item-8 {
	max-width: 400px;
    width: 23%;
    left: 36%;
    bottom: 4%;
    margin-bottom: 0%;
}

.item-9 {
      max-width: 524px;
    width: 20%;
    right: 6%;
    bottom: 0;
    /* margin-bottom: 10%; PGD */
    margin-bottom: 3%;
}

.item-10 {
  max-width: 292px;
  width: 15.21%;
  right: -4%;
  top: 0;
  margin-top: 12%; }

#fancybox-loading {
  background-image: none;
  background: white;
  border-radius: 10px;
  opacity: 1; }

#masonry {
  margin: 0 auto;
  background: white; }
  #masonry .grid-sizer,
  #masonry .item {
    width: 25%;
    float: left;
    box-sizing: border-box; }
    #masonry .grid-sizer img,
    #masonry .item img {
      width: 100%;
      height: auto;
      display: block;
      
      margin:auto;
      
	}
	#masonry .grid-sizer a img, #masonry .item a img{
		cursor: pointer; 
	}
  #masonry .item-double-width {
    width: 50%; }

.item-a {
  padding: 5%; }

.item-b {
  padding: 2%; }

.item-c {
  padding: 5%; }

.item-d {
  padding: 3%; }

.item-e {
  padding: 4%; }

.item-f {
  z-index: 200;
  padding: 7%; }

.item-g {
  padding: 3%; }

.item-h {
  padding: 2%; }
  .item-h img {
    max-width: 364px; }

.item-i {
  padding: 3%; }

.item-j {
  padding: 2%; }

.item-k {
  padding: 4%; }

.item-l {
  padding: 4%; }
  .item-l img {
    max-width: 343px; }

.item-m {
  padding: 2%;
}
.item-n {
  padding: 3%;
}
.item-o {
  padding: 2%;
}

.hover-wrapper {
  /*max-width: 200px;*/
  width: 200px;
  cursor: pointer; }
  .hover-wrapper.show-tile {
    opacity: 0; }

#tile {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 199;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/200w.gif) 0 0 repeat;
  display: none; }

#shop {
  background: #eaeaea; }
  #shop .item {
    margin: 0 20px; }
    #shop .item img {
      width: 100%;
      height: auto; }
    #shop .item h3 {
      font-size: 20px;
      font-weight: normal;
      padding: 5px 0 10px; }

.band-top {
  width: 100%;
  height: 56px;
  background: url(../img/shop-tile.png) 0 0 repeat-x;
  border-top: #fdadcc 10px solid;
  border-bottom: #fdadcc 10px solid;
  animation: moveShop 2s infinite;
  animation-timing-function: linear;
  box-sizing: content-box; }

.band-bottom {
  width: 100%;
  height: 56px;
  background: url(../img/official-tile.png) 0 0 repeat-x;
  border-top: #fdadcc 10px solid;
  border-bottom: #fdadcc 10px solid;
  animation: moveOfficial 3s infinite;
  animation-timing-function: linear;
  box-sizing: content-box; }

@keyframes moveShop {
  0% {
    background-position: 0 0; }

  50% {
    background-position: 41px 0; }

  100% {
    background-position: 82px 0; } }
@keyframes moveOfficial {
  0% {
    background-position: 0 0; }

  50% {
    background-position: -66px 0; }

  100% {
    background-position: -132px 0; } }
#carousel {
  max-width: 90%;
  margin: 30px auto 40px; }

.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  background: #fdadcc;
  border-radius: 50%;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .slick-prev:hover,
  .slick-next:hover {
    background: black; }

.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 19px;
  text-align: center;
  vertical-align: middle; }

.slick-prev {
  left: -37px; }

.slick-next {
  right: -37px; }

.slick-next:before {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 3px; }

.slick-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 3px; }

.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: black;
  color: white; }

.buttons {
  text-align: center;
  padding: 10px 0; }

.btn {
  background: #fdadcc;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 5px;
    margin: 2px 1px;
    display: inline-block;}
  .btn:hover {
    background: black;
    color: white; }

#cards {
  text-align: center;
  margin: 80px 0 40px; }

.flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  margin: 40px; }

.flip-container:hover .back {
  transform: rotateY(0deg); }

.flip-container:hover div.front {
  transform: rotateY(180deg); }

.flip-container, div.front, .back {
  width: 400px;
  height: 535px;
  font-family: "akzidenz-grotesk-condensed","Fjalla One", sans-serif; }
  .flip-container img, div.front img, .back img {
    width: 100%;
    height: auto;
    display: block; }

.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

div.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

div.front p, .back p{
	text-transform:uppercase;
	font-size: 29px;
	padding-bottom:0px!important;
	line-height:120%;
}
div.front {
  z-index: 2;
  transform: rotateY(0deg); }

.back {
  transform: rotateY(-180deg);
  background: black;
  color: white; }
  /*.back p {
    font-size: 29px; }*/
  .back .padding {
    padding: 20px; }

footer {
  position: relative;
  text-transform: uppercase; }
  footer ul {
    width: 100%;
    padding: 0;
    z-index: 20;
    position: relative; }
  footer li {
    width: 12.5%;
    float: left;
    text-align: center;
    font-size: 21px;
    padding: 5px 0; }
  footer a {
    padding: 5px;
    text-decoration: none; }

.nl {
  max-width: 23px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1600px) {
  #cards {
    margin: 60px 0 30px; }

  .flip-container, div.front, .back {
    width: 300px;
    height: 401px; }

  .flip-container {
    margin: 30px; }

   }
@media only screen and (max-width: 1200px) {
  #cards {
    margin: 40px 0 20px; }

  .flip-container, div.front, .back {
    width: 200px;
    height: 268px; }

  .flip-container {
    margin: 20px; }

 }
@media only screen and (max-width: 1100px) {
  #header h1 {
    width: 35%; }

  #header .item {
    width: 19%!important; }

  .item-1 {
    left: 5%;
    width: 16%!important;
    /*top: 14%;*/
  }

  #header .item-2 {
    width: 14% !important;
    margin-top: 18%; }

  .item-3 {
    left: 17%;
    margin-top: 12%; }

  .item-4 {
    right: 2%; }

  .item-5 {
    right: 10%;
    margin-top: 12%; }

  .item-6 {
    margin-top: 18%; }

  .item-7 {
    left: 3%;
    margin-bottom: 9%; }

  .item-8 {
    left: 42%;
    margin-bottom: 6%; }

  #header .item-9 {
    margin-bottom: 4%;
    width: 17%!important;
    }

  #header .item-10 {
    width: 15% !important; }

  #masonry .grid-sizer,
  #masonry .item {
    width: 33%; }
  #masonry .item-double-width {
    width: 66%; } }
@media only screen and (max-width: 800px) {
  #masonry .grid-sizer,
  #masonry .item {
    width: 50%; }
  #masonry .item-double-width {
    width: 100%; }
  .back p, div.front p {
    font-size: 19px; }
  #cards {
    margin: 30px 0 15px; } }

@media only screen and (max-width: 890px) {
  #header .item-2 {
      width: 14% !important;
      margin-top: 10%;
  }
  .item-8 {
      left: 48%;
  }
}
@media only screen and (max-width: 720px) {
  #header .item-2 {
    margin-top: 4%; 
  }
  .item-8 {
      left: 52%;
  }
  footer li {
    font-size: 17px; 
  }
  .nl {
    max-width: 23px;
  }
}

@media only screen and (max-width: 639px) {
  #header {
    background: url(../img/header-bg.jpg) 0 0 repeat-y; }
  #header .header-bg {
    display: none;
  }
  .parallax-window {
    display: none; }

  #header h1 {
    width: 50%;
    padding: 0 0 20px; }

  .top-layer {
    padding: 30px 0; }

  .top-layer {
    height: auto;
    position: static; }

  #header .item {
    position: relative;
    margin: 0;
    width: 85%!important;
    margin: 20px auto;
    left: 0;
    top: 0; }
    #header .item img {
      display: inline-block; }

  #header .header-bg-wrapper {
    z-index: -1; }

  #masonry .grid-sizer,
  #masonry .item {
    width: 100%; }
  #masonry .item-double-width {
    width: 100%; }
}
@media only screen and (max-width: 480px) {
  /*#header {
    background: url(../img/header-bg.jpg) 0 0 repeat-y; }

  .parallax-window {
    display: none; }

  #header h1 {
    width: 50%;
    padding: 0 0 20px; }

  .top-layer {
    padding: 30px 0; }

  .top-layer {
    height: auto;
    position: static; }

  #header .item {
    position: relative;
    margin: 0;
    width: 85%!important;
    margin: 20px auto;
    left: 0;
    top: 0; }
    #header .item img {
      display: inline-block; }

  #header .header-bg-wrapper {
    z-index: -1; }

  #masonry .grid-sizer,
  #masonry .item {
    width: 100%; }
  #masonry .item-double-width {
    width: 100%; }*/

  footer ul {
    text-align: center; }

  footer li {
    float: none;
    display: inline;
    font-size: 10px; } 

.nl {
    max-width: 12px;
  }

}
