/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




/* ==========================================================================
   Global styling
   ========================================================================== */
   
::selection {background-color:#ffce00;}

body {
	font-family: 'Knockout 31 A', 'Knockout 31 B';
	letter-spacing:0.05em;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

.spaced-wide {
	font-family: 'Knockout 53 A', 'Knockout 53 B';
	text-transform:uppercase;
	letter-spacing:0.3em;
}

.spaced-narrow {
	font-family: 'Knockout 52 A', 'Knockout 52 B';
	text-transform:uppercase;
	letter-spacing:0.2em;
}

.line-header {
	border-top: 0.2em solid #ffce00;
    border-bottom: 0.2em solid #ffce00;
    display: inline-block;
    padding: 0.85em 1.25em 0.95em;
    font-size: 0.65em;
    line-height: 1.2;
}

.u {text-decoration:underline;}

.tall-title {
	font-family:'Knockout 48 A', 'Knockout 48 B';
    letter-spacing:0.08em;
    text-transform:uppercase;
    font-size:3.25em;
    line-height:0.9;
}

.btn {
	border: 0.3em solid #000;
	background-color: #fff;
    color: #000;
    margin: 1em 0;
    font-size: 0.9em;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    display: inline-block;
    padding: .85em 1.75em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
    border-radius: 0.25em;
    border-bottom-width: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    transition: 0.2s ease background-color, 0.4s ease color, 0.1s ease border-left, 0.2s ease border-top, 0.3s ease border-right, 0.4s ease border-bottom;
}

.btn:hover, .btn:focus {
	background-color: #0aa2ed;
    color:#fff;
    border-color:#0aa2ed;
    border-bottom-color: rgba(0,0,0,0.3);
}

.btn-sm {font-size:0.6em;}

.flat-btn {
	background-color: #ffce00;
	display: inline-block;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    text-transform:uppercase;
    letter-spacing:0.2em;
    font-size:0.8em;
    color:#222;
    line-height: 1.1;
    padding:1em 2.25em;
    margin: 1em 0;
    transition:background-color 0.2s ease, color 0.2s ease;
}

.flat-btn:hover, .flat-btn:focus {
	background-color: #fff;
	color:#000;
}

.hover-fade {transition: opacity 0.2s ease;}
.hover-fade:hover {opacity:0.75;}

.hidden-link, .sub-content p a.hidden-link {
	color:inherit;
	text-decoration:none;
	transition:0.2s ease color;
	border-bottom:none;
}

.hidden-link:hover, .sub-content p a.hidden-link:hover {color:#0aa2ed;border-bottom:none;}

.sub-content-wrap {
	background-color:#F2F1EB;
	background-color:#fff;
	background-image: url('/img/zag.svg');
    background-repeat: repeat;
    background-position: center center;
    background-size: 40px 40px;
    padding-bottom: 5em;
}

.sub-content {
	background-color: #fff;
    width: 65%;
    margin: 0 auto;
    padding: 2em 5% 4em;
    border-top: 10px solid #eee;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
}

.sub-content-breakout {
    width: 114%;
    margin-left: -7%;
}

.sub-content .slides {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.sub-title {
	display: inline-block;
    padding: 0 0 .1em 0.1em;
    margin: 1em 0 0.5em;
    font-size: 2.25em;
    color: rgba(0,0,0,0.8);
    font-family: 'Knockout 53 A', 'Knockout 53 B';
}

.sub-title:before, .sub-title:after {
	content: '★';
    color: #ffce00;
    font-size: 0.35em;
    position: relative;
    top: -6px;
}

.sub-title:before {margin-right:1em;}
.sub-title:after {margin-left:1em;}

.sub-content p {font-size:1.15em;}

.sub-content p a {
	color:#0aa2ed;
	border-bottom: 0.2em solid rgba(0,0,0,0.1);
	transition:0.2s ease color, 0.3s ease border-bottom;
	text-decoration:none;
}

.sub-content p a:hover {
	border-bottom:0.2em solid #ffce00;
	color:inherit;
}

.sub-content > p:first-child {margin-top: 0.5em;}

.sub-content ul.content {margin-bottom: 3em}
.sub-content ul.content li {margin-bottom: 0.75em;font-size: 1.1em;}

.info {
    font-size: 1.2em;
    color: #888;
    line-height: 1.1;
}

p.lead, .sub-content > p.lead:first-child {
	font-size: 1.7em;
    margin-top: 0.25em;
    margin-bottom: 0.9em;
    line-height: 1.25;
}

.content-img {margin:2em 0;}
.content-img img {max-width:100%;}

.tx {
    background-image: url('/img/tx-w.svg');
    background-repeat: no-repeat;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    margin: 4em auto 0;
}


@media screen and (max-width: 900px) {
    
    .sub-content {width:80%;}
    
    .sub-content-breakout {
        width: 110%;
	    margin-left: -5%;
	}
    
}

@media screen and (max-width: 800px) {
    
    .mobile-nobreak {display:none;}
    
    .sub-content {width:85%;}
        
}


@media screen and (max-width: 700px) {
    
    .sub-content {
        width: 85%;
	    padding: 2.25em 7.5% 5em;
	}
	
	.sub-content-breakout {
        width: 116%;
	    margin-left: -8%;
	}
	
	.sub-content > p:first-child {margin-top:0;}
	
	.tall-title {font-size: 2.75em;}
    
    .flat-btn {font-size:0.7em;}
    
    .sub-title {font-size: 1.75em;}
    
}

   
   
   
/* ==========================================================================
   Global layout
   ========================================================================== */

.out {width:100%;}

.in {
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}

body, html {width: 100%;height: 100%;}

ul.semantic {
	padding:0;
	margin:0;
	list-style:none;
}

section.content {padding:50px 0;}

.center-wrap {text-align:center;}

.page-break {margin-top:4em;}

.anchor {padding-top:1em;}
.anchor .page-break {margin-top:3em;}

@media screen and (max-width: 800px) {
    
    .in {width: 90%;}
	
}




/* ==========================================================================
   Global header
   ========================================================================== */

.header {padding:25px 0 0;}

.header .in {
	width: 95%;
    max-width: none;
}

.header .main-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    float:left;
}

.header .main-logo h2 {
    background-image: url('/img/logo.svg');
    background-repeat: no-repeat;
    background-size: 77px 44px;
    width: 77px;
    height: 44px;
    margin: 0;
    text-align:center;
    text-decoration:none;
}

.header .tagline {
    font-family: 'Knockout 32 A', 'Knockout 32 B';
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 7px;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    left: 2px;
    position: relative;
    margin: 0;
    color: #fff;
    text-decoration:none;
    top: 4px;
}

.header .tagline span {
    display: block;
    color: #ffce00;
}

.header nav {
	padding:5px 0 0 20px;
	overflow: hidden;
}

.header nav .main-nav {
	padding: 10px 0 10px 20px;
	border-left:1px solid rgba(255,255,255,0.5);
	display: inline-block;
    float: left;
}

.header nav .main-nav li {
	display:inline-block;
	margin-right:1em;
}

.header nav .main-nav li a {
	color:#fff;
	font-family: 'Knockout 34 A', 'Knockout 34 B';
	font-size: 0.7em;
	text-decoration:none;
	line-height:1;
}

.header nav .main-nav li:after {
	content:'★';
	color:#ffce00;
	margin-left:2.2em;
	font-size: 0.5em;
    position: relative;
    top: -1px;
}

.header nav .main-nav li:last-child:after {content:''}

.header .social-nav {
	float: right;
    padding-top: 10px;
}

.social-nav li {
	display:inline;
	margin: 0 0.5em;
}

.social-nav li:last-child {margin-right:0;}

.social-nav li a {
	color:rgba(255,255,255,0.5);
	text-decoration:none;
	transition:0.2s ease color;
	display:inline-block;
	width: 1em;
    height: 1em;
    position: relative;
}

.socicon-facebook {font-size: 1.25em; top: 1px;}
.socicon-twitter {font-size: 1.15em; top: 1px;}

.social-nav li a:hover {color:rgba(255,255,255,1)}

.photo-bg .header {
	box-shadow: inset 0 110px 50px -15px rgba(0,0,0,0.4);
    padding-bottom: 40px;
    transition:0.4s ease box-shadow;
}

.photo-bg .header.longer-shadow {box-shadow:inset 0 380px 80px -15px rgba(0,0,0,0.6)}

.toggle {
	cursor: pointer;
	float: right;
	display:none;
	font-size: 1.75em;
	line-height: 1;
	position:absolute;
	top:25px;
	right:5%;
	color: #fff;
}

.header.solid .toggle {top:32px;}

.header.solid {
	background-color: #262628;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    padding: 25px 0 18px;
    z-index: 10;
    position: relative;
    border-bottom: 4px solid rgba(255,255,255,0.1);
    background-image: url('/img/zag-black.svg');
    background-repeat: repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.header.solid .tagline {display:none;}
.header.solid nav {padding-top: 4px;}
.header.solid nav .main-nav {padding: 7px 0 7px 20px;}
.header.solid .social-nav {padding-top: 5px;}


@media (max-width: 700px) {

	.toggle {display:inline-block;}
	
	.the-menu {display:none;}
	.header .main-logo {margin-left:2.5%;}
	.header {text-align: left;}
	.header nav, .header .main-logo, .header nav .main-nav, .header nav .social-nav {float: none;}
	
	.header nav {
		margin: 15px 0 0;
		padding-left: 0;
	}
	
	.header nav .main-nav, .header.solid nav .main-nav {
		border-left:none;
		padding-left:0;
	    text-align:center;
	    display:block;
	}
	
	.header nav .main-nav li {
		display:block;
		margin:0 0 20px;
	}
	
	.header nav .main-nav li:before , .header nav .main-nav li:after, .header nav .main-nav li:last-child:after {
		content: '★';
	    color: rgba(255,206,0,0.5);
	    margin: 0 13px;
	    font-size:6px;
	    position: relative;
	    top: -2px;
	}
	
	.header nav .main-nav li a {font-size:1em;}
	
	.social-nav {
		text-align:center;
		padding-top: 0;
	}
	
	.social-nav li, .social-nav li:last-child {margin: 0 1em;}
	.social-nav li a {color: rgba(255,255,255,0.75);}
	
	.header.solid {padding: 25px 0 15px;}
    
}

@media screen and (max-width: 600px) {
    
    .header .in {width: 90%;}
	
}



/* ==========================================================================
   Global footer
   ========================================================================== */

.footer {
	background-color: #FDFAF3;
    padding: 1.25em 0 2em;
    text-align: center;
    border-top: 0.5em solid rgba(0,0,0,0.05);
}

.footer .copy {
	text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.2em;
}




/* ==========================================================================
   Modular: background video section
   ========================================================================== */

.bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('/img/icescreengrab.jpg') no-repeat;
    background-size: cover; 
}

@media screen and (max-device-width: 800px) {
    
    .bgvid {display: none;}
    
}


/* ==========================================================================
   Modular: hero section
   ========================================================================== */

.hero {
	padding:0 0 80px;
	text-align:center;
	color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.hero .content h1 {
	font-family: 'Knockout 51 A', 'Knockout 51 B';
    font-size: 5em;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.05;
}

.hero .secondary {margin-top: 60px;}

.hero .secondary .spaced-wide {
	font-size: 0.65em;
    letter-spacing: 0.5em;
    font-family: 'Knockout 34 A', 'Knockout 34 B';
}

.callout {
	background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 25px;
    border: 4px solid #ffce00;
    margin-top: 5px;
}

.callout h3 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2;
}

.callout li {
    display: inline-block;
    margin: 0 5px;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
    font-size: 0.7em;
}

.callout li:after {
	content:'★';
	color:#ffce00;
	margin-left:20px;
}

.callout li:last-child:after {display:none;}

.callout li:nth-child(2) {text-transform:none;}

.callout.solid-top {
	padding: 0 0 15px;
}

.callout.solid-top h3 {
	font-size: 1em;
    background-color: #ffce00;
    margin: 0 0 15px;
    display: block;
    padding: 0.75em 1em 0.95em;
    line-height: 1.1;
    letter-spacing: 0.3em;
}

.callout.solid-top p {
	margin: .25em 4em;
}

.thank-you .hero {
	background-image: url('/img/1J4A4873.jpg');
	min-height:100%;
}

.sign-up .hero {
	background-image: url('/img/1J4A4830.jpg');
	min-height:100%;
}

.thank-you .hero .content h1 {
	margin-top: 40px;
    color: #fff;
    border-bottom: .1em solid rgba(255,206,0,.75);
    padding: 0 40px 15px;
    letter-spacing: 0.025em;
    display: inline-block;
    text-shadow: 0 0 70px rgba(0,0,0,0.3);
}

.thank-you .btn {margin-top:50px;}

.sign-up .hero .content h1 {
	margin-bottom: 0.25em;
    text-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.sign-up .hero .content .intro {
	width: 90%;
    margin: 1em auto 4em;
    text-shadow: 0 0 30px rgba(0,0,0,0.8);
    font-size: 1.4em;
    line-height: 1.4;
}


@media screen and (max-device-width: 800px) {
    
    .home .hero {background-image:url('/img/icescreengrab.jpg');}
    
}

@media screen and (max-width: 800px) {
    
    .hero .content h1 {font-size: 4.5em;}
	
}

@media screen and (max-width: 600px) {
    
    .hero .content h1 {font-size: 3.5em;}
    
    .callout ul {margin-top: 5px;}
	.callout li {display: block;}
	.callout li:after {content:'';}
	
}

@media screen and (max-width: 400px) {
    
    .hero {padding: 0 0 60px;}
    .hero .content h1 {font-size: 2.5em;}
	
}



/* ==========================================================================
   Modular: signup section
   ========================================================================== */


.signup {
	background-color:#0aa2ed;
	text-align:center;
}

.signup h4 {
	font-size: 1.5em;
    margin: 0;
    line-height:1.1;
}

.signup .cta {
    color: #fff;
    font-size: 0.85em;
    margin:12px 0 40px;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
	border: 4px solid #fff;
    font-size: 2.5em;
    padding: 0.65em 2.5%;
    transition:border 0.2s ease;
    text-indent: 0;
    font-family: 'Knockout 31 A', 'Knockout 31 B';
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:hover {border: 4px solid #eee;}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:focus {
	outline:none;
	border: 4px solid #ffce00;
}

.mailkimp #mc_embed_signup {background-color:transparent;}
.mailkimp #mc_embed_signup form {padding: 0;margin-top: 30px;}
.mailkimp #mc_embed_signup .submit-input {text-align:center;}
.mailkimp #mc_embed_signup .mc-field-group {width: 100%;padding-bottom: 20px;}

.mailkimp #mc_embed_signup .submit-input .flat-btn {
	display:inline-block;
	border:none;
	margin: 1em 0;
}

.mailkimp #mc_embed_signup .submit-input .flat-btn:hover, .mailkimp #mc_embed_signup .submit-input .flat-btn:focus {outline:none;}

.disclaimer {
	margin:50px auto 0;
	font-size:0.8em;
	text-align:center;
	width:70%;
	line-height:1.25;
}


@media screen and (max-width: 800px) {
    
    .disclaimer {width: 100%;}
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {width:70%;}
	
}

@media screen and (max-width: 600px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
	    width:85%;
	    font-size: 2em;
	}
    
}

@media screen and (max-width: 400px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {font-size: 1.5em;}
    
}



/* ==========================================================================
   Modular: retail locations
   ========================================================================== */

.retail-locations {text-align: center;}

.retail-locations .venues > li {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    margin-top: 40px;
}

.retail-locations .venues li:first-child {margin-right: 2%;}
.retail-locations .venues li:nth-child(2) {margin-left: 2%;}

.retail-locations .venue-photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
    min-height:300px;
    box-shadow:inset 0 -6em 5em rgba(0,0,0,0.6);
    border: .3em solid rgba(0,0,0,0.075);
    background-clip: padding-box;
    position: relative;
}

.retail-locations .ice .venue-photo {background-image:url('/img/1J4A3859.jpg');}
.retail-locations .um .venue-photo {background-image:url('/img/1J4A4729-sm.jpg');}

.retail-locations .venue-photo h3 {
    font-size:3.25em;
    width: 80%;
    position: absolute;
    bottom: 0;
    margin: 0 10% 0.62em;
}

.retail-locations .venue-photo h3 span {
	display: block;
    font-size: 0.225em;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 3px;
}

.retail-locations .venue-details {margin-top: 25px;}

.retail-locations .descriptor {
    font-size: 0.7em;
    margin: 18px 0 0;
}


.retail-locations .info {margin: 5px 0;}
.retail-locations .info.pre-order {font-size: 0.8em;}

.home .retail-locations {
	background-color: #FDFAF3;
    padding: 60px 0;
}

.find-us .venues {width: 110%;margin-left: -5%;}
.find-us .retail-locations .venues li:first-child {margin-right: 1.5%;}
.find-us .retail-locations .venues li:nth-child(2) {margin-left: 1.5%;}
.find-us .retail-locations .venue-photo h3 {width: 88%;margin: 0 6% 0.62em;}


@media screen and (max-width: 900px) {
    
    .find-us .venues {width: 106%; margin-left: -3%;}
    
}


@media screen and (max-width: 600px) {
    
    .retail-locations .venues > li {width: 100%;}
    .retail-locations .venues li:first-child {margin-right:0;}
    .retail-locations .venues li:nth-child(2) {margin-left:0;}
    
    .retail-locations .venue-photo {min-height: 250px;}
    .retail-locations .venue-photo h3 {font-size: 2.5em;}
	.retail-locations .venue-photo h3 span {margin-bottom: 5px;}
	
	.find-us .venues {width: 100%; margin-left: -1%;}
	
}



/* ==========================================================================
   Find Us page styles
   ========================================================================== */

.find-us .sub-content {text-align:center;}
.wholesale-locations .venues h4 {margin:0.25em 0;}
.find-us .page-break {margin-top: 7em;}

.wholesale-locations .venues > li {
	border-bottom: 2px solid #eee;
    padding-bottom: 2em;
    margin: 2em auto 0;
    width: 80%;
}

.wholesale-locations .venues > li:last-child {border-bottom:none;}
.wholesale-locations .details li {display:inline;}

.wholesale-locations .details li:first-child:after {
	content: "★";
    color: rgb(255, 206, 0);
    font-size: 0.4em;
    position: relative;
    top: -3px;
    margin: 0 .75em 0 1.25em;
}

.find-us .retail-locations .venues > li {margin-top: 30px;}


@media screen and (max-width: 600px) {
    
    .wholesale-locations .venues > li {width: 90%;}
	
}



/* ==========================================================================
   About page styles
   ========================================================================== */

.about .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height: 550px;
	box-shadow: inset 0 -4em 6em rgba(0,0,0,0.5);
}



/* ==========================================================================
   Modular: menu
   ========================================================================== */

ul.food-menu {margin-top:1.5em;}

.food-menu li {
	margin: 0 0 2em;
    padding-left: 1.25em;
    padding-bottom: 0.25em;
    border-left: 0.3em solid #eee;
}

.food-menu li h4 {
	font-size: 1.8em;
    margin: 0;
    line-height: 1.1;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

.food-menu li p {
	font-size: 0.7em;
    margin: 0.6em 0 0;
    color: #888;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
}

.menu .sub-content > p:first-child {text-align:center;}


@media screen and (max-width: 600px) {
    
    .food-menu li {padding-left:0.75em;}
    
    .food-menu li h4 {font-size: 1.4em;}
	
}



/* ==========================================================================
   Modular: slideshow
   ========================================================================== */
   
.slides {position:relative;}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 30em;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: -5em;
	position:relative;
	text-align:center;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav {
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 10;
	margin-top:-50px;
	background-repeat:no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	border: 4px solid transparent;
	background-clip: padding-box;
	transition:border-color 0.2s ease;
}

.rslides_nav:hover {border: 4px solid #ffce00;}
.rslides_nav:focus {outline:none;}

.rslides_nav.prev {
	left:3%;
	background-image:url('/img/arrow-l.svg');
}

.rslides_nav.next {
	right:3%;
	background-image:url('/img/arrow-r.svg');
}

.slides .overlay {
	position: absolute;
	z-index: 10;
	top: 15%;
	width: 60%;
	left:20%;
	text-align:center;
}

.slides .overlay h3 {
	font-size:1.1em;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: 0 0 2em;
}

.slides .caption {
	position: absolute;
    bottom: 0.25em;
    width: 90%;
    color: #fff;
    padding: 0 5%;
    text-shadow: 0 0 25px rgba(0,0,0,0.4);
    font-size: 1em;
    line-height: 1.2;
}

.slides .caption a {border-bottom: 0.2em solid rgba(255,255,255,0.25);}




/* ==========================================================================
   Modular: about kolache
   ========================================================================== */

.about-kolache {
	background-image: url('/img/1J4A4830.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    text-align:center;
    padding:4em 0 20em;
}

.about-kolache h3 {
	font-size: 3.5em;
    color: #fff;
    text-shadow: 0 0 50px rgba(0,0,0,0.5);
    margin: 0 0 0.4em;
    font-family: 'Knockout 51 A', 'Knockout 51 B';
    letter-spacing: 0.025em;
    line-height:1.1;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
