/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}


/* Broken Twill Changes */


.catalog-product-view .img-wrapper .pane img {
  width: 50%;
  margin-top: 0;
}

.catalog-product-view footer {
  display: none;
}

.catalog-product-view .main.one-column {
  height: auto !important;
}

button.button, a.button, button {
  background: #f5f5f5;
  padding: 7px 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #021d46;
  text-transform: uppercase;
  border: 0;
  font-family: "Apercu medium", Calibri, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.form-list label {
  font-weight: normal;
  font-size: 12px;
  margin-left: 0;
}

.account-create .panel .title,
h2.legend {
  font-weight: bold;
  font-size: 12px;
  font-family: 'apercubold';
  letter-spacing: 1.5px;
}

.panel .control,
.box-info .control {
  margin-left: 0;
}

.buttons-set button {
  padding-bottom: 6px;
  padding-top: 12px;
  font-weight: bold;
}

.buttons-set button:before {
  width: 1px;
}

div.fieldset ul.form-list li.control input[type=checkbox] {
  float: left;
  margin-right: 5px
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

body .hero {
  background-color: #F1F1F1;
}

.word-cms .gallery {
  margin: 100px 0 0 0;
}

.product-view .product-shop {
  margin-right: 7px;
}

.mobile-first-image {
  display: none;
  margin: 0 auto 20px;
}

.move-mobile {
  margin-top: 20px;
}

.opc-wrapper-opc .opc-login-trigger {
  margin: auto;
  display: block;
  width: 118px;
}

.modaldesc p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}

.mn-journal .featured {
  margin-bottom: 40px;
  min-height: 550px;
}

.thejournal .row {
  max-width: 100%;
  width: 90%;
}

.catalog-product-view  .main-table .sizetable {
  position: absolute;
  right: 24.2%;
  bottom: 25%;
}

.catalog-product-view  .main-table .sizetable .title,
.catalog-product-view  .main-table .sizetable table {
  width: 70%;
  float: none;
}

.catalog-product-view img.mfp-img {
  left: -650px;
}

.opc-wrapper-opc .opc-col-left .sel .input-box::before, .opc-wrapper-opc .v-fix::before,
.opc-wrapper-opc .opc-col-left .sel .input-box::after, .opc-wrapper-opc .v-fix::after,
.opc-wrapper-opc #checkout-shipping-method-load h2 {
  display: none;
}

.opc-index-index input + label.the-active:before {
  content: "";
  background-color: #021d46;
  border: none;
}

body .opc-wrapper-opc .opc-col-left .fields input[type="text"], body .opc-wrapper-opc .opc-col-left .fields input[type="password"],
body .opc-wrapper-opc .opc-col-left .wide input[type="text"] {
  padding: 2px 8px;
  height: 33px;
}

.payment-block dt {
  clear: both;
}

.opc-index-index input + label[for="p_method_paypal_express"]:before {
    content: "";
    top: 24px;
}

.opc-wrapper-opc .opc-col-left li {
  clear: both;
}

.opc-wrapper-opc .shipping-block li label[for="s_method_matrixrate_matrixrate_1004"].clicked:before,
.opc-wrapper-opc .shipping-block li label[for="s_method_freeshipping_freeshipping"].clicked:before {
  background-color: #021d46;
}

.opc-wrapper-opc .btn-checkout:hover span, .opc-wrapper-opc .btn-checkout:hover span span,
.opc-wrapper-opc .btn-checkout span span {
  background-color: #021d46;
}

#contactForm button.button,
#contactForm button.button:hover {
  background-color: #021D46;
  font-weight: bold;
  color: white;
}

body .contacts-page p.desc {
  margin-left: 0;
}

.checkout-cart-index .col-main .title {
  overflow: hidden;
  padding-bottom: 6px;  
}

.checkout-cart-index .col-main .title b:first-child {
  float: left;
  display: block;
  position: relative;
  top: 3px;  
}

.checkout-cart-index .checkout-types {
  float: none;
  width: 100%;  
}

.checkout-cart-index .checkout-types .btn-proceed-checkout {
  margin-top: 25px;
}

.checkout-cart-index .title .checkout-types .button {
  margin-top: 3px;
}

.checkout-cart-index .totals .checkout-types .button span {
  float: none;
  border: none;
}

.checkout-cart-index .totals .checkout-types .button span span {
  float: none;
  width: 100%;
}

.totals .checkout-types .button.button {
  float: left;
  width: 100%;
  background: #021d46;
  color: white;
  margin-top: 20px;
  padding: 10px;  
}

.title .totals .checkout-types .button.button {
  float: none;
  width: 100%;
  background: none;
  color: #021d46;
  margin-top: 3px;
  padding: 0;  
}

.totals .checkout-types .button span {
  font-family: 'apercubold';
}

.catalog-product-view .main-table .sizetable {
  width: 709px;
}

/*  Mailchimp  */

#mc_embed_signup.mail-pop h2 {
  color: #29313f;
  font-size: 13px;
  text-align: center;
  margin: 40px 0;
}

#mc_embed_signup.mail-pop p.the-top strong {
  text-align: left;
  color: #021d46;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

#mc_embed_signup.mail-pop p.the-top {
  border-bottom: 1px solid #132c52;
  margin: 0 -50px;
  padding: 0 0 16px 25px;  
}

#mc_embed_signup.mail-pop form {
  border: 1px solid #132c52;
  padding: 20px 50px;
}

#mc_embed_signup.mail-pop .mc-field-group {
  width: 100%;
  overflow: hidden;
}

#mc_embed_signup .mc-field-group label {
  float: left;
  width: 20%;
  font-size: 13px;
  font-weight: bold;
  margin: 13px 17px 0 0;
  letter-spacing: 1px;
  color: #29313f;
}

#mc_embed_signup.mail-pop .mc-field-group input {
  float: left;
  width: 75%;
  border: none;
  border-bottom: 1px solid #354a6b;
  letter-spacing: 1px;
}

#mc_embed_signup.mail-pop .button,
body #mc_embed_signup .button:hover {
 /* display: block;
  margin: 20px auto;
  padding: 0 40px;
  font-family: 'apercubold';
  color: white;
  font-size: 12px;
  line-height: 17px;*/
  background-color: #021d46;
/*  border-radius: 0;
  letter-spacing: 1px;*/
}

#mc_embed_signup.mail-pop #mce-success-response {
  color: #132c52;
  letter-spacing: 1px;
}

#mc_embed_signup.mail-pop div.mce_inline_error {
  background-color: transparent;
  color: red;
  clear: both;  
}

#mc_embed_signup.mail-pop div.response {
  width: 100%;  
  text-align: left;  
}

@media screen and (max-width: 1920px) and (min-width: 1500px) {
  body .catalog-product-view .img-wrapper .pane:first-of-type img {
    width: 50%;
  }
}

@media screen and (max-width: 1775px) {
  .mn-journal .featured {
    min-height: 450px;
  }
}

@media screen and (max-width: 1500px) {
  body .catalog-product-view .img-wrapper .pane:first-of-type img {
    width: 54%;
  }
  .mn-journal .featured {
    min-height: 450px;
  }
  .catalog-product-view .main-table .sizetable {
      right: 24.2%;
      bottom: 20%;
  }
}

@media (max-width: 1290px) {
  .catalog-product-view .img-wrapper .pane img {
    width: 60%;
  }
  .product-view .product-shop {
    margin-right: 26px;
  }
  .ad-currency a {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  body .products-grid .item .actions .product-name {
    width: 63%;
  }
  .catalog-product-view .main-table .sizetable {
    bottom: 14%;
  }
}

@media (max-width: 1225px) {
  .catalog-product-view .main-table .sizetable {
    right: 19%;
    bottom: 10%;
  }
}


@media (max-width: 980px) {
  footer {
    display: none !important;
  }
  .home-single-item .slick-slide img {
    margin-top: 100px;
    left: 0 !important;
    max-width: 100%;
    min-height: 0;
  }
  .cms-home .hero, .home-single-item .inner {
    height: 540px;
  }
  .home-single-item.slick-slider button.slick-arrow {
    bottom: auto;
    top: 8px;
    position: relative;
  }
  .home-single-item.slick-slider button.slick-prev {
    float: left;
  }
  .home-single-item.slick-slider button.slick-next {
    float: right;
  }
  .mob-caption {
    overflow: hidden;
  }
  .product-view .product-shop {
    margin-right: auto;
  }
  .mobile-first-image {
    display: block;
  }
  .catalog-product-view .slick-slide:first-of-type,
  .checkout-cart-index .title .btn-proceed-checkout.btn-checkout {
    display: none;
  }
  .cart .cart-mobile-title {
    text-align: center;
    position: relative;
    top: 3px;
  }
  .opc-wrapper-opc .opc-login-trigger {
    width: 100% !important;
  }
  .home-single-item {
    height: auto !important;
  }
  .checkout-cart-index .col-main .title b:first-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .cms-home .masonry .grid-item.portrait {
    width: 100%;
  }
  .cms-home .masonry .grid-item a {
    float: none;
    text-align: center;
  }
  body .masonry .grid {
    width: 80%;
  }
  .products-grid .item .actions.mobile .product-name {
    width: 100%;
    padding-bottom: 33px;
  }
  .products-grid .item .actions .product-name a {
    display: block;
  }
}

@media (max-width: 460px) {
  .home-single-item .slick-slide img {
    margin-top: 50px;
  }
  .opc-wrapper-opc label[for="billing:email"] {
    text-indent: -999px;
  }

  .opc-wrapper-opc label[for="billing:email"]:after {
    content: "EMAIL";
    text-indent: 0;
    color: #021d46 !important;
    display: block;
    margin-top: -17px;
    font-size: 14px !important;
    line-height: 18px;
  }
}

@media (min-width: 980px) {
  .fancybox-opened,
  .fancybox-inner {
    width: 800px !important;
  }
}
