.bodytext {background-color: rgba(255,255,255,0.2); padding:1rem;}
/*.nav-bar.sticky.is-anchored {background: url("../../../images/stickbg.png") top left repeat-x}*/
.sticky.is-stuck {width: 100%;background-color: rgba(0,0,0,0.8);}
.nav-bar.sticky.is-stuck {
  background-color: rgba(255,255,255,0.9) !important;
  transition: background-color 200ms linear;
}
.sticky {z-index: 5;}
.sticky, .sticky-container {
    position: relative;
}
#productx {margin-top:1rem;}
.button.gold {
    background-color: #84152f;
    color: #fefefe;
}
a:hover, a:focus {
    color: #a8b8c3;
}
.maincont {padding-top:2rem;}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #a8b8c3; }
select#choose-variation-x {border:0;background-image: none;}
.xpad {padding-top: 8px; padding-bottom:8px;} 
/*header {background: #fff;}*/
/*Menu slide under */
.slide-center-out 
{
text-decoration:none;
display: inline-block;
color:#222;
}
.cartcart {background-color: rgba(255,255,255,0.8);}
a {
    color: #84152f;
}
/* add a empty string after the elment with class .slide-center-out  */
.slide-center-out:after 
{
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
 
margin:auto; /* center the cotent so it will sliding from the midddle to the left and right */
}
h1, .h1 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
.maincont h1{
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }
/* Change the width and background on hover, aka sliding from the middle to the left and right */
.slide-center-out:hover:after 
{
width: 100%;
background: #222;
}
/* RESPONSIVE BLOG CARD */
.card-flex-article .card-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}

.card-flex-article .card-divider p {
  margin-bottom: 0;
}

.card-flex-article .card-divider .avatar {
  margin-right: 0.75rem;
}

.card-flex-article .avatar {
  position: relative;
}

.card-flex-article .avatar img {
  border-radius: 50%;
}

.card-flex-article .avatar.with-add-icon .fa {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #cc4b37;
}

.card-flex-article .card-actions .fa:not(:last-of-type) {
  margin-right: 1rem;
}

.card-flex-article .card-image {
  position: relative;
}

.card-flex-article .card-tag {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3%;
}
.card-tag a {color:white;}

.card-flex-article .card-section .article-title {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.card-flex-article .card-section .article-details {
  font-size: 0.75rem;
  opacity: 0.5;
  padding-bottom: 0.75rem;
}

.card-flex-article .card-section .article-summary {
}

.card-flex-article .user-info {
  font-size: 0.75rem;
}

.card-flex-article .user-info .user-name {
  font-weight: bold;
  margin-bottom: 0;
}

.card-flex-article .notability {
  font-size: 0.75rem;
  opacity: 0.5;
}
.card-flex-article {
  position: relative;
  padding: 8px 8px 32px 8px;
  background: #fff;
}
/* .prodbox {
      display: block;
    width: 100%;
    height: 12px;
    background:
        linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px,
        linear-gradient(135deg, #fff 5px, transparent 0) 0 5px;
    background-color: transparent;
    background-position: left top, left top, top;
    background-repeat: repeat-x;
    background-size: 10px 10px, 10px 10px, 100% 100%;
} */
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;}
/* END RESPONSIVE BLOG CARD */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #84152f;
}
#navbg {background: none;}
.dropdown.menu.vertical>li.opens-right>a:after {
    border-color: #f8619f transparent transparent transparent;}
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #f8619f transparent transparent;
}
/*end menu slide under */
/*Image Overlay */
.image-wrapper {
  width: 100%;
  height: 100%;
  /*border: 1px solid rgba(0, 0, 0, 0.04);*/
  overflow: hidden;
  position: relative;
  text-align: center;
  /*border-radius: 4px;*/
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay-fade-in p {
  /*letter-spacing: 0.15em;*/
  margin-top:26px;
  color: #fff;
  font-weight:400;
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*font-size: 28px;*/
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in img {
  transition: all 0.2s linear; }
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  /*background-color: rgba(233, 206, 103, 0.4);*/
  transition: all 0.4s ease-in-out; }
.image-overlay-content {background-color: rgba(10, 10, 10, 0.6);}
.overlay-fade-in h5 {
  color: #fff;
  font-size: 1rem;
  margin-top: 10%;
  /*opacity: 0;*/
  transition: all 0.2s ease-in-out;
  /*background: rgba(255, 255, 255, 0.7);*/ }
.overlay-fade-in:hover img {
  transform: scale(1.2); }
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; }
.overlay-fade-in:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in:hover .button {
  transition-delay: 0.2s; }
 /**End image overlays**/
 .image-wrapper .button.hollow {
    border: 1px solid #fff;
    color: #222;}
/* end image overlay */
/*product Card*/

.product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.product-card-thumbnail {
  display: block;
  position: relative;
}

.product-card-title {
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-card-desc {
  color: #8a8a8a;
  display: block;
  font-size: 0.85rem;
}

.product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}
/*End Product Card*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* End Magnific*/
.orbit .orbit-container > * .orbit-caption {
        position: absolute;
		left: 0;
  right: 0;
  margin: 0 auto;
        top: 10%;
		width:50%;
        background-color: transparent;
        color: white;
        font-size: 1.25rem;
		text-align:center; } 
.orbit .orbit-container > * .orbit-caption h4 a {font-size: 2.25rem;color:white;background-color: transparent;padding: 0.625rem 0.875rem;text-shadow:0 0 4px rgba(0,0,0,0.9);}
.orbit .orbit-container > * .orbit-caption  p strong a {font-size: 2.25rem; font-weight:400;color: #fff; font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;}
.orbit-caption .button.hollow {
    border: 1px solid #fff;
    color: #fff;
	font-size: 1rem;color:#fff;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:0 0 20px rgba(0,0,0,1);
}
.orbit-container {height: auto !important;}
.orbit-container ul li {height: auto !important;} 
.orbit-container ul li img { width: 100%;}
/*.orbit-slide {height:400px;}*/
.orbouter {height:100%;}
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.slow-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.slow-in.orbover {
-webkit-animation-delay: 1.9s;
-moz-animation-delay: 1.9s;
animation-delay: 1.9s;
}
/*---make a basic box ---*/
.box{
/*width: 80%;*/
/*height: 160px;*/
position: relative;
color:#fff;font-size:1rem;
background:rgba(248,97,159,0.9);
margin: 0;
color: white;
padding: 1rem; 
/*padding-left: 60px;*/  
/*float: left;*/
}
@media screen and (max-width: 39.9375em) {
.fullscreen-image-slider .orbit-image {
  height: 25vh;
}
.orbit .orbit-container > * .orbit-caption h4 a {font-size: 1.25rem;}
.orbit .orbit-container > * .orbit-caption {
		width:80%;
} 
.orbit-slide {width:100vw;/*height:50vh;min-height:250px;*/}
	li.orbit-slide {max-height:252px !important;}
	.box{
height: auto;
font-size:1.5rem;
/* padding-top: 30px; */
/* padding-left: 30px;  */
	}
}
/**Medium Only**/
@media screen and (min-width: 40em) and (max-width: 64em) {
.orbit-slide {width:100vw;/*height:50vh;*/} 	
}
/*nav*/
.nav-bar-com {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
background-color: rgba(255,255,255,0.4) !important; 
  /*height: 100px;*/
  margin-bottom: 8px;
  /*box-shadow: 0px 4px 4px rgba(0,0,0,0.3);*/
}
.is-dropdown-submenu {
    border: 1px solid #cacaca;
    background: rgba(255,255,255,0.9);}
/*.nav-bar-left .nav-bar-logo {
  padding: 0 0 0 10%;
}*/
/**Large and Up**/
@media screen and (min-width: 64.0625em) {
.nav-bar-left .nav-bar-logo {padding: 0 2rem 0 2rem;}
.orbit-slide {width:100vw;/*height:100vh;*/}
/*.nav-bar { padding-left:1rem;
	-webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;}	*/
.slide-center-out 
{
text-decoration:none;
display: inline-block;
color:#222;
}
/* add a empty string after the elment with class .slide-center-out  */
.slide-center-out:after 
{
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
 
margin:auto; /* center the cotent so it will sliding from the midddle to the left and right */
}
 
/* Change the width and background on hover, aka sliding from the middle to the left and right */
.slide-center-out:hover:after 
{
width: 100%;
background: #999;
}
.slide-center-out.active::after
{
display: block;
height: 3px;
width:100%;
background: #999;
}	  
}
/**Medium to large**/
@media screen and (min-width: 40em) and (max-width: 64em) {
.nav-bar {
	padding: 0 10% 0 10%;
}
}
/*.nav-bar li {
  background: #2f2e2e;
}*/

.nav-bar a {
  color: #5c5c5c;
  transition: color 0.2s ease-in;
  text-transform:uppercase;
}

.nav-bar a:hover {
  color: #a8b8c3;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar {
    height: 74px;
  }
}
.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  color: #222;
  text-transform: uppercase;
  background-color: #fff;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
 .nav-bar .offcanvas-trigger {
  background-color: transparent;   
}
}
.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {
  background-color: #6b879a;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }
}

.multilevel-offcanvas {
  background: #2f2e2e;
  padding: 20px;
  color: #222;
}

.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}

.multilevel-offcanvas .menu a:hover {
  color: #fff;
}

.multilevel-offcanvas .fa {
  color: #fff;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(255, 255, 255, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.2rem;
}

.body-info {
  text-align: center;
  color: #2c3840;
}

.body-info .button {
  margin: 1rem 0;
  padding: 0.85em 2em;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}
.button.hollow, .button.hollow:focus, .button.hollow:hover {
    background-color: rgba(254, 254, 254, 0.8);}
.button.hollow {
	background: rgba(254, 254, 254, 0.9);}
	.button.hollow {
    border: 1px solid #222;
    color: #222;
}
/*End Nav*/

.sundayhead {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*background: url("../../../images/homebg.jpg") center center no-repeat fixed;
  background-size: cover;*/
}
.djhead {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*background: url("../../../images/djbg.jpg") center center no-repeat fixed;
  background-size: cover;*/
}
.djinner {
	background: #fff;
	padding:4rem;
}
@media screen and (max-width: 64em) {
.sundayhead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background: url("../../../images/homebg.jpg") center center no-repeat scroll;
  background-size: cover;*/
}
.djhead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background: url("../../../images/djbg.jpg") center center no-repeat scroll;
  background-size: cover;*/
}
}
@media screen and (max-width: 74.9375em) {
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: inline-block; }
}
/*Footer*/

.marketing-site-footer {
  background: #000;
  color: #fff;
  padding: 2rem 0 0;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}

.marketing-site-footer .column-block {
  margin-bottom: 30px;
}

.marketing-site-footer > .row {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}

.marketing-site-footer-block p {
  margin-left: 0;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: #020304;
  padding: 1rem 0;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}


/*End Footer*/
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
    color: #5c5c5c;
	    background: #fedfdf;
}
/* body {background: repeating-linear-gradient(
  to right,
  #fcd2d2,
  #fcd2d2 10px,
  #fedfdf 10px,
  #fedfdf 20px
);
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  color: #84152f;
  text-transform: uppercase;
}
h1, h2 { font-family: 'Fredoka', cursive;text-transform: none;}
.lead {
    font-size: 160%;
    line-height: 1.6;
}
.marketing-site-footer h1,
.marketing-site-footer h2,
.marketing-site-footer h3,
.marketing-site-footer h4,
.marketing-site-footer h5,
.marketing-site-footer h6 {
  color: #fff;
}
.marketing-site-footer a {color:#fff;}
.producty h2 {color:#fff;}
.orbit-caption .lead {
	font-family: 'Quicksand', sans-serif;
	color:#222;
	font-size: 200%;
    line-height: 1.6;	
	}
.sundayhead h1 {
	padding-top:1rem;
	color:white;
	letter-spacing:1.5px;
	}
	.sundayhead .lead {
		color:white;
		font-family: 'Quicksand', sans-serif;
	}
.comheader {
	background: #7d0000;
	padding:0.625rem;
	color:#fff;
}
.comheader a {color:#fff;}
.innerdiv {
  border-left: 1px solid rgba(255,255,255,0.2); padding: 0 10px 0 10px;
}
.menu .active>a {
    background: none;
    color: #f8619f;
}
.socialhome .badge {
    font-size: 24px;
}
.socialhome {margin-top:24rem;}

.blogheader {
	padding-top:3rem;
	padding-bottom:3rem;
}
.blogheader h3 {
margin-top:2rem;
	margin-bottom:2rem;
}

@font-face {
  font-family: "foundation-icons";
  src: url("foundation-icons.eot");
  src: url("foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("foundation-icons.woff") format("woff"),
       url("foundation-icons.ttf") format("truetype"),
       url("foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before { content: "\f100"; }
.fi-alert:before { content: "\f101"; }
.fi-align-center:before { content: "\f102"; }
.fi-align-justify:before { content: "\f103"; }
.fi-align-left:before { content: "\f104"; }
.fi-align-right:before { content: "\f105"; }
.fi-anchor:before { content: "\f106"; }
.fi-annotate:before { content: "\f107"; }
.fi-archive:before { content: "\f108"; }
.fi-arrow-down:before { content: "\f109"; }
.fi-arrow-left:before { content: "\f10a"; }
.fi-arrow-right:before { content: "\f10b"; }
.fi-arrow-up:before { content: "\f10c"; }
.fi-arrows-compress:before { content: "\f10d"; }
.fi-arrows-expand:before { content: "\f10e"; }
.fi-arrows-in:before { content: "\f10f"; }
.fi-arrows-out:before { content: "\f110"; }
.fi-asl:before { content: "\f111"; }
.fi-asterisk:before { content: "\f112"; }
.fi-at-sign:before { content: "\f113"; }
.fi-background-color:before { content: "\f114"; }
.fi-battery-empty:before { content: "\f115"; }
.fi-battery-full:before { content: "\f116"; }
.fi-battery-half:before { content: "\f117"; }
.fi-bitcoin-circle:before { content: "\f118"; }
.fi-bitcoin:before { content: "\f119"; }
.fi-blind:before { content: "\f11a"; }
.fi-bluetooth:before { content: "\f11b"; }
.fi-bold:before { content: "\f11c"; }
.fi-book-bookmark:before { content: "\f11d"; }
.fi-book:before { content: "\f11e"; }
.fi-bookmark:before { content: "\f11f"; }
.fi-braille:before { content: "\f120"; }
.fi-burst-new:before { content: "\f121"; }
.fi-burst-sale:before { content: "\f122"; }
.fi-burst:before { content: "\f123"; }
.fi-calendar:before { content: "\f124"; }
.fi-camera:before { content: "\f125"; }
.fi-check:before { content: "\f126"; }
.fi-checkbox:before { content: "\f127"; }
.fi-clipboard-notes:before { content: "\f128"; }
.fi-clipboard-pencil:before { content: "\f129"; }
.fi-clipboard:before { content: "\f12a"; }
.fi-clock:before { content: "\f12b"; }
.fi-closed-caption:before { content: "\f12c"; }
.fi-cloud:before { content: "\f12d"; }
.fi-comment-minus:before { content: "\f12e"; }
.fi-comment-quotes:before { content: "\f12f"; }
.fi-comment-video:before { content: "\f130"; }
.fi-comment:before { content: "\f131"; }
.fi-comments:before { content: "\f132"; }
.fi-compass:before { content: "\f133"; }
.fi-contrast:before { content: "\f134"; }
.fi-credit-card:before { content: "\f135"; }
.fi-crop:before { content: "\f136"; }
.fi-crown:before { content: "\f137"; }
.fi-css3:before { content: "\f138"; }
.fi-database:before { content: "\f139"; }
.fi-die-five:before { content: "\f13a"; }
.fi-die-four:before { content: "\f13b"; }
.fi-die-one:before { content: "\f13c"; }
.fi-die-six:before { content: "\f13d"; }
.fi-die-three:before { content: "\f13e"; }
.fi-die-two:before { content: "\f13f"; }
.fi-dislike:before { content: "\f140"; }
.fi-dollar-bill:before { content: "\f141"; }
.fi-dollar:before { content: "\f142"; }
.fi-download:before { content: "\f143"; }
.fi-eject:before { content: "\f144"; }
.fi-elevator:before { content: "\f145"; }
.fi-euro:before { content: "\f146"; }
.fi-eye:before { content: "\f147"; }
.fi-fast-forward:before { content: "\f148"; }
.fi-female-symbol:before { content: "\f149"; }
.fi-female:before { content: "\f14a"; }
.fi-filter:before { content: "\f14b"; }
.fi-first-aid:before { content: "\f14c"; }
.fi-flag:before { content: "\f14d"; }
.fi-folder-add:before { content: "\f14e"; }
.fi-folder-lock:before { content: "\f14f"; }
.fi-folder:before { content: "\f150"; }
.fi-foot:before { content: "\f151"; }
.fi-foundation:before { content: "\f152"; }
.fi-graph-bar:before { content: "\f153"; }
.fi-graph-horizontal:before { content: "\f154"; }
.fi-graph-pie:before { content: "\f155"; }
.fi-graph-trend:before { content: "\f156"; }
.fi-guide-dog:before { content: "\f157"; }
.fi-hearing-aid:before { content: "\f158"; }
.fi-heart:before { content: "\f159"; }
.fi-home:before { content: "\f15a"; }
.fi-html5:before { content: "\f15b"; }
.fi-indent-less:before { content: "\f15c"; }
.fi-indent-more:before { content: "\f15d"; }
.fi-info:before { content: "\f15e"; }
.fi-italic:before { content: "\f15f"; }
.fi-key:before { content: "\f160"; }
.fi-laptop:before { content: "\f161"; }
.fi-layout:before { content: "\f162"; }
.fi-lightbulb:before { content: "\f163"; }
.fi-like:before { content: "\f164"; }
.fi-link:before { content: "\f165"; }
.fi-list-bullet:before { content: "\f166"; }
.fi-list-number:before { content: "\f167"; }
.fi-list-thumbnails:before { content: "\f168"; }
.fi-list:before { content: "\f169"; }
.fi-lock:before { content: "\f16a"; }
.fi-loop:before { content: "\f16b"; }
.fi-magnifying-glass:before { content: "\f16c"; }
.fi-mail:before { content: "\f16d"; }
.fi-male-female:before { content: "\f16e"; }
.fi-male-symbol:before { content: "\f16f"; }
.fi-male:before { content: "\f170"; }
.fi-map:before { content: "\f171"; }
.fi-marker:before { content: "\f172"; }
.fi-megaphone:before { content: "\f173"; }
.fi-microphone:before { content: "\f174"; }
.fi-minus-circle:before { content: "\f175"; }
.fi-minus:before { content: "\f176"; }
.fi-mobile-signal:before { content: "\f177"; }
.fi-mobile:before { content: "\f178"; }
.fi-monitor:before { content: "\f179"; }
.fi-mountains:before { content: "\f17a"; }
.fi-music:before { content: "\f17b"; }
.fi-next:before { content: "\f17c"; }
.fi-no-dogs:before { content: "\f17d"; }
.fi-no-smoking:before { content: "\f17e"; }
.fi-page-add:before { content: "\f17f"; }
.fi-page-copy:before { content: "\f180"; }
.fi-page-csv:before { content: "\f181"; }
.fi-page-delete:before { content: "\f182"; }
.fi-page-doc:before { content: "\f183"; }
.fi-page-edit:before { content: "\f184"; }
.fi-page-export-csv:before { content: "\f185"; }
.fi-page-export-doc:before { content: "\f186"; }
.fi-page-export-pdf:before { content: "\f187"; }
.fi-page-export:before { content: "\f188"; }
.fi-page-filled:before { content: "\f189"; }
.fi-page-multiple:before { content: "\f18a"; }
.fi-page-pdf:before { content: "\f18b"; }
.fi-page-remove:before { content: "\f18c"; }
.fi-page-search:before { content: "\f18d"; }
.fi-page:before { content: "\f18e"; }
.fi-paint-bucket:before { content: "\f18f"; }
.fi-paperclip:before { content: "\f190"; }
.fi-pause:before { content: "\f191"; }
.fi-paw:before { content: "\f192"; }
.fi-paypal:before { content: "\f193"; }
.fi-pencil:before { content: "\f194"; }
.fi-photo:before { content: "\f195"; }
.fi-play-circle:before { content: "\f196"; }
.fi-play-video:before { content: "\f197"; }
.fi-play:before { content: "\f198"; }
.fi-plus:before { content: "\f199"; }
.fi-pound:before { content: "\f19a"; }
.fi-power:before { content: "\f19b"; }
.fi-previous:before { content: "\f19c"; }
.fi-price-tag:before { content: "\f19d"; }
.fi-pricetag-multiple:before { content: "\f19e"; }
.fi-print:before { content: "\f19f"; }
.fi-prohibited:before { content: "\f1a0"; }
.fi-projection-screen:before { content: "\f1a1"; }
.fi-puzzle:before { content: "\f1a2"; }
.fi-quote:before { content: "\f1a3"; }
.fi-record:before { content: "\f1a4"; }
.fi-refresh:before { content: "\f1a5"; }
.fi-results-demographics:before { content: "\f1a6"; }
.fi-results:before { content: "\f1a7"; }
.fi-rewind-ten:before { content: "\f1a8"; }
.fi-rewind:before { content: "\f1a9"; }
.fi-rss:before { content: "\f1aa"; }
.fi-safety-cone:before { content: "\f1ab"; }
.fi-save:before { content: "\f1ac"; }
.fi-share:before { content: "\f1ad"; }
.fi-sheriff-badge:before { content: "\f1ae"; }
.fi-shield:before { content: "\f1af"; }
.fi-shopping-bag:before { content: "\f1b0"; }
.fi-shopping-cart:before { content: "\f1b1"; }
.fi-shuffle:before { content: "\f1b2"; }
.fi-skull:before { content: "\f1b3"; }
.fi-social-500px:before { content: "\f1b4"; }
.fi-social-adobe:before { content: "\f1b5"; }
.fi-social-amazon:before { content: "\f1b6"; }
.fi-social-android:before { content: "\f1b7"; }
.fi-social-apple:before { content: "\f1b8"; }
.fi-social-behance:before { content: "\f1b9"; }
.fi-social-bing:before { content: "\f1ba"; }
.fi-social-blogger:before { content: "\f1bb"; }
.fi-social-delicious:before { content: "\f1bc"; }
.fi-social-designer-news:before { content: "\f1bd"; }
.fi-social-deviant-art:before { content: "\f1be"; }
.fi-social-digg:before { content: "\f1bf"; }
.fi-social-dribbble:before { content: "\f1c0"; }
.fi-social-drive:before { content: "\f1c1"; }
.fi-social-dropbox:before { content: "\f1c2"; }
.fi-social-evernote:before { content: "\f1c3"; }
.fi-social-facebook:before { content: "\f1c4"; }
.fi-social-flickr:before { content: "\f1c5"; }
.fi-social-forrst:before { content: "\f1c6"; }
.fi-social-foursquare:before { content: "\f1c7"; }
.fi-social-game-center:before { content: "\f1c8"; }
.fi-social-github:before { content: "\f1c9"; }
.fi-social-google-plus:before { content: "\f1ca"; }
.fi-social-hacker-news:before { content: "\f1cb"; }
.fi-social-hi5:before { content: "\f1cc"; }
.fi-social-instagram:before { content: "\f1cd"; }
.fi-social-joomla:before { content: "\f1ce"; }
.fi-social-lastfm:before { content: "\f1cf"; }
.fi-social-linkedin:before { content: "\f1d0"; }
.fi-social-medium:before { content: "\f1d1"; }
.fi-social-myspace:before { content: "\f1d2"; }
.fi-social-orkut:before { content: "\f1d3"; }
.fi-social-path:before { content: "\f1d4"; }
.fi-social-picasa:before { content: "\f1d5"; }
.fi-social-pinterest:before { content: "\f1d6"; }
.fi-social-rdio:before { content: "\f1d7"; }
.fi-social-reddit:before { content: "\f1d8"; }
.fi-social-skillshare:before { content: "\f1d9"; }
.fi-social-skype:before { content: "\f1da"; }
.fi-social-smashing-mag:before { content: "\f1db"; }
.fi-social-snapchat:before { content: "\f1dc"; }
.fi-social-spotify:before { content: "\f1dd"; }
.fi-social-squidoo:before { content: "\f1de"; }
.fi-social-stack-overflow:before { content: "\f1df"; }
.fi-social-steam:before { content: "\f1e0"; }
.fi-social-stumbleupon:before { content: "\f1e1"; }
.fi-social-treehouse:before { content: "\f1e2"; }
.fi-social-tumblr:before { content: "\f1e3"; }
.fi-social-twitter:before { content: "\f1e4"; }
.fi-social-vimeo:before { content: "\f1e5"; }
.fi-social-windows:before { content: "\f1e6"; }
.fi-social-xbox:before { content: "\f1e7"; }
.fi-social-yahoo:before { content: "\f1e8"; }
.fi-social-yelp:before { content: "\f1e9"; }
.fi-social-youtube:before { content: "\f1ea"; }
.fi-social-zerply:before { content: "\f1eb"; }
.fi-social-zurb:before { content: "\f1ec"; }
.fi-sound:before { content: "\f1ed"; }
.fi-star:before { content: "\f1ee"; }
.fi-stop:before { content: "\f1ef"; }
.fi-strikethrough:before { content: "\f1f0"; }
.fi-subscript:before { content: "\f1f1"; }
.fi-superscript:before { content: "\f1f2"; }
.fi-tablet-landscape:before { content: "\f1f3"; }
.fi-tablet-portrait:before { content: "\f1f4"; }
.fi-target-two:before { content: "\f1f5"; }
.fi-target:before { content: "\f1f6"; }
.fi-telephone-accessible:before { content: "\f1f7"; }
.fi-telephone:before { content: "\f1f8"; }
.fi-text-color:before { content: "\f1f9"; }
.fi-thumbnails:before { content: "\f1fa"; }
.fi-ticket:before { content: "\f1fb"; }
.fi-torso-business:before { content: "\f1fc"; }
.fi-torso-female:before { content: "\f1fd"; }
.fi-torso:before { content: "\f1fe"; }
.fi-torsos-all-female:before { content: "\f1ff"; }
.fi-torsos-all:before { content: "\f200"; }
.fi-torsos-female-male:before { content: "\f201"; }
.fi-torsos-male-female:before { content: "\f202"; }
.fi-torsos:before { content: "\f203"; }
.fi-trash:before { content: "\f204"; }
.fi-trees:before { content: "\f205"; }
.fi-trophy:before { content: "\f206"; }
.fi-underline:before { content: "\f207"; }
.fi-universal-access:before { content: "\f208"; }
.fi-unlink:before { content: "\f209"; }
.fi-unlock:before { content: "\f20a"; }
.fi-upload-cloud:before { content: "\f20b"; }
.fi-upload:before { content: "\f20c"; }
.fi-usb:before { content: "\f20d"; }
.fi-video:before { content: "\f20e"; }
.fi-volume-none:before { content: "\f20f"; }
.fi-volume-strike:before { content: "\f210"; }
.fi-volume:before { content: "\f211"; }
.fi-web:before { content: "\f212"; }
.fi-wheelchair:before { content: "\f213"; }
.fi-widget:before { content: "\f214"; }
.fi-wrench:before { content: "\f215"; }
.fi-x-circle:before { content: "\f216"; }
.fi-x:before { content: "\f217"; }
.fi-yen:before { content: "\f218"; }
.fi-zoom-in:before { content: "\f219"; }
.fi-zoom-out:before { content: "\f21a"; }
	.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; line-height:18px; }
.size-16 { font-size: 16px; line-height:20px; }
.size-18 { font-size: 18px; line-height:22px; }
.size-21 { font-size: 21px; line-height:25px; }
.size-24 { font-size: 24px; line-height:28px; }
.size-36 { font-size: 36px; line-height:40px; }
.size-48 { font-size: 48px; line-height:52px; }
.size-60 { font-size: 60px; line-height:64px; }
.size-72 { font-size: 72px; line-height:76px; }
/*Layout.simple.css*/
.c-wrapper, .c-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.c-steps-indicator {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1em; }

.c-steps-indicator.c-steps-1 li {
  width: 100%; }

.c-steps-indicator.c-steps-2 li {
  width: 50%; }

.c-steps-indicator.c-steps-3 li {
  width: 33.33333%; }

.c-steps-indicator.c-steps-4 li {
  width: 25%; }

.c-steps-indicator.c-steps-5 li {
  width: 20%; }

.c-steps-indicator.c-steps-6 li {
  width: 16.66667%; }

.c-steps-indicator.c-steps-7 li {
  width: 14.28571%; }

.c-step {
  position: relative;
  float: left;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
  text-align: center;
  padding-left: 1em; }

.c-step:after {
  content: '';
  position: absolute;
  left: -1.25em;
  margin-right: 0.4em;
  width: 1.75em;
  padding-top: 1.75em;
  z-index: 1;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0; }

.c-step a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%; }

.c-step:first-of-type:after {
  display: none; }

@media all and (max-width: 1024px) {
  .c-steps-indicator.c-steps-1 li {
    width: 100%; }

  .c-steps-indicator.c-steps-2 li {
    width: 100%; }

  .c-steps-indicator.c-steps-3 li {
    width: 100%; }

  .c-steps-indicator.c-steps-4 li {
    width: 100%; }

  .c-steps-indicator.c-steps-5 li {
    width: 100%; }

  .c-steps-indicator.c-steps-6 li {
    width: 100%; }

  .c-steps-indicator.c-steps-7 li {
    width: 100%; }

  .c-step {
    height: 3em;
    padding-top: 0.75em;
    padding-left: 0; }

  .c-step:after {
    left: 46%;
    bottom: 2.5em; } }
/**
 * Account section of the checkout
 */
.c-checkout-account {
  max-width: 800px;
  margin: 2em auto;
  overflow: hidden; }

.c-checkout-account > div {
  width: 50%;
  padding: 2em 1em;
  text-align: center; }

.c-checkout-existing-user {
  width: 50%;
  float: left; }

.c-checkout-new-user {
  width: 50%;
  margin-left: 50%; }

@media all and (max-width: 1024px) {
  .c-checkout-account > div {
    width: 100%; }

  .c-checkout-existing-user {
    float: none; }

  .c-checkout-new-user {
    margin-left: 0; } }
.c-cart-actions .c-cart-optional {
  width: 45%;
  float: left; }
.c-cart-actions .c-cart-totals-wrapper {
  width: 55%;
  margin-left: 45%; }

.c-checkout-step {
  width: 60%;
  float: left; }

.c-checkout-summary {
  width: 40%;
  margin-left: 60%;
  padding-left: 1em;
  padding-top: 0.5em; }

.c-checkout-address .c-separate-billing-checkbox, .c-checkout-address .c-separate-billing-label {
  display: inline; }
.c-checkout-address .c-separate-billing-checkbox + .c-separate-billing-label + .c-checkout-billing-address {
  display: none; }
.c-checkout-address .c-separate-billing-checkbox:checked + .c-separate-billing-label + .c-checkout-billing-address {
  display: block; }

@media all and (max-width: 1024px) {
  .c-checkout-step {
    width: 100%;
    float: none; }

  .c-checkout-summary {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em; }

  .c-cart-actions .c-cart-optional {
    width: 100%;
    float: none; }
  .c-cart-actions .c-cart-totals-wrapper {
    width: 100%;
    margin-left: 0; } }
/*ENDLayout.simple.css*/
/*style.simple.css*/
.c-steps-indicator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-step {
  background-color: #f1f1f1;
  color: #555;
}
.c-step a:hover, .c-step a:focus {
  color: #222222;
  text-decoration: underline;
}

.c-step:after {
  border: solid #fff;
  box-shadow: 5px -5px 0 3px #f1f1f1;
}

.c-step.active {
  color: #555;
  background-color: #ffd8d8;
}
.c-step.active:after {
  box-shadow: 6px -6px 0 3px #ffd8d8;
  background: #f1f1f1;
}
.c-step.active + .c-step:after {
  background: #ffd8d8;
}

/**
 * Account part of the checkout
 */
.c-checkout-account > div > h2:first-of-type {
  margin-top: 0;
}

.c-checkout-existing-user {
  border-right: 1px dashed #ccc;
}

@media all and (max-width: 1024px) {
  .c-checkout-existing-user {
    border-right: none;
    border-bottom: 1px dashed #ccc;
  }
}
/**
 * Buttons
 */
.c-button {
  padding: 0.5em 1em;
  border: none;
  background: #f1f1f1;
  border-radius: 3px;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
}
.c-button:hover, .c-button:focus {
  color: #222222;
  background: #7bdb8c;
}

.c-primary-button {
  background: #ffd8d8;
}

.c-checkout label {
  display: block;
  width: 100%;
  font-weight: bold;
}
.c-checkout input[type=text], .c-checkout input[type=url], .c-checkout input[type=email], .c-checkout input[type=number], .c-checkout select {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  height: 3em;
}
.c-checkout .c-field {
  padding: 0;
  margin: 0.5em 0;
}
.c-checkout .c-field.error {
  border: 1px solid #61151c;
  border-radius: 3px;
  background-color: rgba(200, 41, 44, 0.7);
  color: #fff;
}
.c-cart-message {
  border: 1px solid #ddd;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-cart-error {
  border: 1px solid #61151c;
  background-color: rgba(200, 41, 44, 0.7);
  color: #fff;
  padding: 1em 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-checkout-mode {
  border: 1px solid transparent;
  background-color: #ffd8d8;
  color: #555;
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-cart-summary-item td {
  vertical-align: top;
}

.c-cart-summary-items {
  border-collapse: collapse;
  width: 100%;
}

.c-cart-summary-item-total {
  white-space: nowrap;
}

.c-cart-summary-totals-label {
  text-align: right;
  padding: 0.25em 1em 0.25em 0.5em;
}

.c-cart-summary-totals-value {
  padding: 0.25em 0 0.25em;
}

.c-cart-summary-item-details, .c-cart-summary-item-total {
  padding: 0.25em 0 0.25em;
}

.c-cart-summary-totals-label-subtotal, .c-cart-summary-totals-subtotal,
.c-cart-summary-totals-label-total, .c-cart-summary-totals-total {
  border-top: 2px solid #919191;
}

.c-cart-items, .c-cart-totals {
  width: 100%;
  border-collapse: collapse;
}
.c-cart-items td, .c-cart-items th, .c-cart-totals td, .c-cart-totals th {
  padding: 0.5em 1em;
  text-align: left;
  border-collapse: collapse;
  vertical-align: middle;
}
.c-cart-items td.c-cart-item-image img, .c-cart-totals td.c-cart-item-image img {
  max-width: 150px;
  max-height: 125px;
  object-fit: contain;
}
.c-cart-items .c-cart-item-remove, .c-cart-totals .c-cart-item-remove {
  text-align: right;
}

.c-cart-header th {
  text-transform: uppercase;
}

.c-cart-item, .c-cart-total-item {
  background: #f4f4f4;
}
.c-cart-item.c-cart-item-even, .c-cart-item.c-cart-total-item-even, .c-cart-total-item.c-cart-item-even, .c-cart-total-item.c-cart-total-item-even {
  background: white;
}

.c-cart-item-quantity-input {
  width: 5em;
  line-height: 1em;
  display: block;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1em;
}

.c-cart-optional > h3:first-of-type {
  margin-top: 0;
}

.c-cart-coupon-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-cart-coupon-form input[type=text] {
  width: 50%;
  display: inline-block;
  font-size: 1em;
}
.c-cart-coupon-form input[type=submit] {
  display: inline-block;
}

#c-cart-coupon-label {
  opacity: 0;
  width: 0;
  height: 0;
}
#c-cart-coupon-label + label {
  font-weight: normal;
}
#c-cart-coupon-label + label:hover, #c-cart-coupon-label + label:focus {
  cursor: pointer;
  text-decoration: underline;
}
#c-cart-coupon-label:focus + label {
  text-decoration: underline;
}
#c-cart-coupon-label + label + form {
  display: none;
}
#c-cart-coupon-label:checked {
  display: none;
}
#c-cart-coupon-label:checked + label {
  display: none;
}
#c-cart-coupon-label:checked + label + form {
  display: block;
}

.c-submit {
  text-align: right;
  margin: 1em 0;
}
.c-submit .c-button {
  font-size: 1.2em;
}

.c-shipping-address, .c-billing-address {
  padding-left: 1em;
  border-left: 0.5em solid #f1f1f1;
}

.c-method-gateway-form, .c-method-details {
  display: none;
  padding-top: 1em;
}

.c-method-wrapper {
  position: relative;
}

.c-method-radio {
  position: absolute;
  top: 0.75em;
  left: 0.5em;
}

.c-method-radio:checked + .c-method-section {
  background: #ffd8d8;
}
.c-method-radio:checked + .c-method-section .c-method-gateway-form, .c-method-radio:checked + .c-method-section .c-method-details {
  display: block;
}

.c-method-section {
  margin: 1em 0 1em 0;
  padding: 0.5em;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c-method-section > label {
  cursor: pointer;
  padding-left: 1.5em;
}
.c-method-section > label:hover {
  color: #555;
}

.c-method-description {
  margin-bottom: 0;
}

.c-checkout .c-creditcard-expiration input {
  display: inline-block;
  max-width: 10em;
}

.c-checkout .c-creditcard-cvc input {
  max-width: 8em;
}

.c-checkout .c-creditcard-number input {
  max-width: 25em;
}

.c-checkout .c-creditcard-payment-errors {
  color: #61151c;
}

/**
 * Some basic styling for Stripe
 */
.StripeElement {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/**
 * Mollie issuers
 */
.c-checkout .c-payment-method-options, .c-checkout .c-shipping-method-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-checkout .c-payment-method-options .c-payment-method-issuers__container, .c-checkout .c-payment-method-options .c-shipping-method-opts__container, .c-checkout .c-shipping-method-options .c-payment-method-issuers__container, .c-checkout .c-shipping-method-options .c-shipping-method-opts__container {
  display: none;
  border-left: 2px solid #219653;
  border-right: 2px solid #219653;
  border-bottom: 2px solid #219653;
  margin-top: -2px;
  background: #f1f1f1;
  padding: 0.5rem;
  border-radius: 0 0 3px 3px;
}
.c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label + .c-payment-method-issuers__container,
.c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label + .c-shipping-method-opts__container {
  display: block;
}
.c-checkout .c-payment-method-issuers, .c-checkout .c-shipping-method-opts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-checkout .c-payment-method-issuer, .c-checkout .c-payment-method-option,
.c-checkout .c-shipping-method-opt, .c-checkout .c-shipping-method-option {
  position: relative;
  overflow: hidden;
}
.c-checkout .c-payment-method-issuer:first-child, .c-checkout .c-payment-method-option:first-child,
.c-checkout .c-shipping-method-opt:first-child, .c-checkout .c-shipping-method-option:first-child {
  border-radius: 3px 3px 0 0;
}
.c-checkout .c-payment-method-issuer:last-child, .c-checkout .c-payment-method-option:last-child,
.c-checkout .c-shipping-method-opt:last-child, .c-checkout .c-shipping-method-option:last-child {
  border-radius: 0 0 3px 3px;
}
.c-checkout .c-payment-method-issuer__input, .c-checkout .c-payment-method-option__input,
.c-checkout .c-shipping-method-opt__input, .c-checkout .c-shipping-method-option__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-option__label,
.c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-option__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label,
.c-checkout .c-payment-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-option__input:checked + .c-shipping-method-option__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-issuer__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-option__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-opt__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-option__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-option__label,
.c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label {
  font-weight: bold;
  border-color: #219653;
  background: #f1f1f1;
  color: inherit;
  border-radius: 3px;
}
.c-checkout .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__label,
.c-checkout .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: normal;
  background-color: #fff;
}
.c-checkout .c-payment-method__panel {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 3px;
}
.c-checkout .c-payment-method-issuer__image, .c-checkout .c-payment-method-option__image,
.c-checkout .c-shipping-method-opt__image, .c-checkout .c-shipping-method-option__image {
  margin-right: 0.5rem;
}
.c-checkout .c-shipping-method-opt__label > span {
  flex: 1;
}
.c-checkout .c-shipping-method-opt__price {
  text-align: right;
}
.c-checkout .c-shipping-method-extra-opts__label {
  font-weight: bold;
  margin-bottom: 0;
}
.c-checkout .c-shipping-method-extra-opt, .c-checkout .c-shipping-method-time-opt {
  margin: 0.5rem 0;
  border-radius: 3px;
  overflow: hidden;
}
.c-checkout .c-pickuplocation {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.c-checkout .c-pickuplocation__address {
  margin-top: 0;
}
.c-checkout .c-pickuplocation__openinghours {
  list-style-type: none;
  margin-left: auto;
  color: #555;
}
.c-checkout .c-pickuplocation__openinghour {
  display: flex;
}
.c-checkout .c-pickuplocation__openinghour > span {
  flex: 1 0 50%;
  padding: 0 0.5em;
  font-size: 0.9em;
}
/*End style.simple.css*/