/* =============================================================================
   FONT FACE
   ========================================================================== */

@font-face {
    font-family: 'geared_slabregular';
    src: url('../fonts/gearedslab-regular-webfont.eot');
    src: url('../fonts/gearedslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-regular-webfont.woff') format('woff'),
         url('../fonts/gearedslab-regular-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-regular-webfont.svg#geared_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicLTStdCnNo.18';
    src: url('../fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('../fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('../fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-cn18-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?3980971');
  src: url('../fonts/fontello.eot?3980971#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?3980971') format('woff'),
       url('../fonts/fontello.ttf?3980971') format('truetype'),
       url('../fonts/fontello.svg?3980971#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==|== primary styles =====================================================
   Author: Geoffrey Stephenson
   ========================================================================== */

html {
}

body {
	background: #000;
	font-family: "Georgia", serif;
	line-height: 140%;
	color: #111;
}

section {
	margin-bottom: 0;
}

h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 5px;
}

h2, h3, h4, h5 {
	color: #5a4a42;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	margin-bottom: 20px;
}

h3.hdr {
	font-family: "geared_slabregular", sans-serif;
	font-size: 37px;
	line-height: 37px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
	letter-spacing: 1px;
	/*text-shadow: 3px 3px 3px #000;*/
}

@media (min-width: 720px) {
	h3.hdr {
		font-size: 73px;
		line-height: 73px;
		color: #000;
		text-shadow: none;
	}
}

h3.hdr.thanks {
	font-size: 20px;
	line-height: 20px;
	margin: 15px 0 20px 0;
}

@media (min-width: 720px) {
	h3.hdr.thanks {
		font-size: 40px;
		line-height: 45px;
	}
}

#contact h3.hdr {
	color: #fef704;
	text-shadow: none;
	font-size: 30px;
	margin-bottom: 25px;
}

@media (min-width: 720px) {
	#contact h3.hdr {
		font-size: 50px;
		margin-bottom: 25px;
	}
}

#recap h3 {
	font-family: "geared_slabregular", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	line-height: 52px;
}

#mailinglist h3,
.bg-presale h3 {
	font-family: "geared_slabregular", sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	line-height: 52px;
	margin-bottom: 10px;
}

@media (min-width: 720px) {
	#mailinglist h3,
	.bg-presale h3 {
		font-size: 40px;
	}
}

@media (min-width: 960px) {
	#mailinglist h3,
	.bg-presale h3 {
		font-size: 50px;
	}
}

.bg-presale h3.hdr {
	text-shadow: none;
	font-size: 35px;
}

img {
	border: 0 none;
}

p {
	margin: 0 0 15px 0;
}

ul.unordered {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ==|== layout ======================================== */

a, a:visited { color: #111; }
a:hover { color: #111; text-decoration: none; }
a:focus { outline: 0 none; }
a:hover, a:active { outline: 0; }
a { outline-color: 	-moz-use-text-color; outline-style: none; outline-width: medium; }

img, embed, object, video {
	max-width: 100%;
}

#main,
#recap,
.bg-presale {
	background: url("https://cdn1.sixthman.net/2015/smc/images/bg.jpg") no-repeat scroll 0 0 transparent;
}

@media (min-width: 720px) {
	#main,
	.bg-presale {
		background: url("https://cdn1.sixthman.net/2015/smc/images/bg.jpg") no-repeat scroll 20% 0 transparent;
	}
}

@media (min-width: 960px) {
	#main {
		background-position: 50% 0;
		background: url("https://cdn1.sixthman.net/2015/smc/images/bg.jpg") no-repeat scroll 20% 0 transparent;
	}
}

@media (min-width: 1200px) {
	#main,
	#recap,
	.bg-presale {
		background-attachment: fixed;
	}
}

#main,
.bg-presale {
	background-size: cover;
	padding: 70px 0 30px;
	min-height: 380px;
}

@media (min-width: 720px) {
	#main,
	.bg-presale {
		min-height: 650px;
	}
}

/*
.logo {
	background: url("https://cdn1.sixthman.net/2015/mdbp/images/splash/logo-sm.png") no-repeat scroll 0 0 transparent;
}

@media (min-width: 768px) {
	.logo {
		background: url("https://cdn1.sixthman.net/2015/mdbp/images/splash/logo.png") no-repeat scroll 0 0 transparent;
	}
}
*/

#recap {
	background: url("https://cdn1.sixthman.net/2015/smc/images/stardust.jpg") no-repeat scroll 0 0 transparent;
}

#recap {
	background-size: cover;
	padding: 40px 0 40px;
}

@media (min-width: 960px) {
	#recap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#recap {
		background: url("https://cdn1.sixthman.net/2015/smc/images/stardust.jpg") no-repeat scroll 0 0 transparent;
		background-size: cover;
	}
}

#mailinglist {
	padding: 30px 0;
	background: url("https://cdn1.sixthman.net/2015/smc/images/bg.jpg") no-repeat scroll 0 0 transparent;
	background-size: cover;
}

@media (min-width: 1200px) {
	#mailinglist {
		background-attachment: fixed;
	}
}

@media (min-width: 960px) {
	#mailinglist {
		padding: 80px 0;
	}
}

#photostrip {
	padding: 100px 0;
	background: url("https://cdn1.sixthman.net/2015/smc/images/photostrip.jpg") no-repeat scroll 50% 0 transparent;
	background-size: cover;
}

@media (min-width: 1200px) {
	#photostrip {
		background-attachment: fixed;
		background-size: cover;
	}
}

@media (min-width: 720px) {
	#photostrip {
		padding: 140px 0;
	}
}

@media (min-width: 960px) {
	#photostrip {
		padding: 120px 0;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#photostrip {
		background: url("https://cdn1.sixthman.net/2015/smc/images/photostrip.jpg") no-repeat scroll 0 0 transparent;
		background-size: cover;
	}
}

#contact {
	background-color: #6f9d9b;
	padding: 30px 0 30px;
}

@media (min-width: 960px) {
	#contact {
		padding-bottom: 50px;
	}
}

#contact a:hover {
	color: #95231f;
}

.bg-presale .content {
	padding: 20px;
	background-color: #7fe1ec;
}

@media (min-width: 960px) {
	.bg-presale .content {
		padding: 20px 40px;
	}
}

.box-wrapper {
	background-color: #fff;
	background-color: rgba(248, 248, 248, 0.9);
}

.sprite {
	position: absolute;
}

.sprite {
	background: url("https://cdn1.sixthman.net/2015/mdbp/images/splash/sprite.png") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
}

.btn-presale {
	background-position:  0 0;
	right: 3%;
	top: 220px;
	width: 200px;
	height: 200px;
}

@media (min-width: 1100px) {
	.btn-presale {
		right: 10%;
	}
}

.btn-presale:hover {
	/*background-position:  -9px -306px;*/
}

.btn-photos {
	background-position: -227px -3px;
	right: 3%;
	top: 180px;
	width: 200px;
	height: 200px;
}

@media (min-width: 1100px) {
	.btn-photos {
		right: 15%;
	}
}

.sprite-icons {
	background: url("https://cdn1.sixthman.net/2015/mdbp/images/splash/sprite-icons.png") no-repeat scroll 0 0 transparent;
	display: block;
}

.btn-mad {
	background-position: -218px -18px;
	width: 84px;
	height: 63px;
}


.btn-sxm {
	background-position: -5px -34px;
	width: 76px;
	height: 43px;
}

.btn-ncl {
	background-position: -96px -33px;
	width: 100px;
	height: 43px;
}

.btn-fb {
	right: 10px;
	top: 290px;
	width: 127px;
	height: 111px;
	background-position: -338px -4px;
}

.logo {
	position: absolute;
	width: 1000px;
	height: 320px;
	left: 20px;
	top: 10px;
}

ul.socials {
	list-style: none;
}

.socials li {
	display: inline;
}

.socials a {
	font-size: 45px;
}

@media (min-width: 720px) {
	.socials a {
		font-size: 60px;
	}
}

/* =============================================================================
   Shipstagram
   ========================================================================== */

#shipstagram {
	height: 375px;
	overflow: hidden;
	background-color: #000;
	position: relative;
}

@media (min-width: 720px) {
	#shipstagram {
		height: 430px;
	}
}

ul#photos,
#photos ul  {
	margin: 0;
	padding: 0;
	width: 900px;
}

@media (min-width: 720px) {
	ul#photos,
	#photos ul {
		width: 1200px;
	}
}

@media (min-width: 960px) {
	ul#photos,
	#photos ul {
		width: 1600px;
	}
}

#photos li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 125px;
	width: 125px;
}

@media (min-width: 720px) {
	#photos li {
		width: 155px;
		height: 155px;
	}
}

@media (min-width: 960px) {
	#photos li {
		width: 215px;
		height: 215px;
	}
}

.shipsta-logo {
	background-color: #142c52;
	padding: 10px 15px 10px 15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 260px;
	top: 80px;
}

@media (min-width: 720px) {
	.shipsta-logo {
		padding: 20px 50px 20px 50px;
		top: 70px;
		width: 420px;
	}
}

@media (min-width: 960px) {
	.shipsta-logo {
		top: 125px;
		width: 520px;
	}
}

.shipsta-logo h2 {
	font-family: "geared_slabregular", sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
}

@media (min-width: 720px) {
	.shipsta-logo h2 {
		font-size: 45px;
	}
}

@media (min-width: 960px) {
	.shipsta-logo h2 {
		font-size: 65px;
		line-height: 65px;
	}
}

.shipsta-logo a {
	text-transform: uppercase;
	color: #fff;
}

.shipsta-logo a:hover {
	text-decoration: none;
	color: #ec2027;
}

.shipsta-logo span.tag {
	float: right;
	color: #fff;
	padding-top: 10px;
	margin-right: 13px;
	font-size: 18px;
}

.contact-info {
	font-size: 16px;
}

.logos li {
	display: inline;
	margin: 15px 30px 0 0;
}

.logos .sprite-icons {
	display: inline-block;
}

/* Back to top */

.scroll-to-top {
	background: #5b1b4f;
}

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 104400;
}

.scroll-to-top a,
.scroll-to-top a:visited {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.scroll-to-top a:hover {
	color: #eee;
	text-decoration: none;
}

/* =============================================================================
   Nav
   ========================================================================== */

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus  {
	background-color: #f1592a;
}

.navbar-default {
	background-color: #341a14;
	border-color: #341a14;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-family: "geared_slabregular", sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background: none;
	color: #6f9d9b;
}

/* =============================================================================
   Misc
   ========================================================================== */

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.block {
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.error-message {
	padding: 30px;
}

.error-message h1 {
	font-size: 25px;
}

::-webkit-input-placeholder {
   color: #665648;
}

:-moz-placeholder {
   color: #665648;
}

.placeholder {
	color: #665648;
}

.copyright {
	margin: 0 auto 75px auto;
	font-family: 'TradeGothicLTStdCnNo.18', sans-serif;
	font-size: 16px;
	width: 840px;
	text-align: center;
	background-color: #fef8d9;
	display: block;
	z-index: 99999;
	padding: 5px 5px 10px 5px;
}

/* =============================================================================
   MailChip Form
   ========================================================================== */

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 10px 25px 15px;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #aaa; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #95231f; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 32px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; text-transform: uppercase; }
#mc_embed_signup .button:hover {background-color: #f03d21;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:100%; padding-bottom:2%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin:0 0 3px 0;font-weight: bold;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif;  }
#mc_embed_signup form {padding: 0;}

/*=FONTELLO
------------------------------------------------*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before { content: '\e80b'; } /* '' */
.icon-minus:before { content: '\e83f'; } /* '' */
.icon-left-big:before { content: '\e87a'; } /* '' */
.icon-up-big:before { content: '\e801'; } /* '' */
.icon-right-big:before { content: '\e87b'; } /* '' */
.icon-down-big:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e837'; } /* '' */
.icon-up-dir:before { content: '\e84f'; } /* '' */
.icon-play:before { content: '\e812'; } /* '' */
.icon-right-dir:before { content: '\e813'; } /* '' */
.icon-down-dir:before { content: '\e84e'; } /* '' */
.icon-left-dir:before { content: '\e84d'; } /* '' */
.icon-star:before { content: '\e81b'; } /* '' */
.icon-star-empty:before { content: '\e86e'; } /* '' */
.icon-check:before { content: '\e880'; } /* '' */
.icon-heart-empty:before { content: '\e86d'; } /* '' */
.icon-heart:before { content: '\e86c'; } /* '' */
.icon-music:before { content: '\e86b'; } /* '' */
.icon-flag:before { content: '\e833'; } /* '' */
.icon-cog:before { content: '\e80a'; } /* '' */
.icon-attention:before { content: '\e806'; } /* '' */
.icon-flight:before { content: '\e879'; } /* '' */
.icon-mail:before { content: '\e83a'; } /* '' */
.icon-edit:before { content: '\e81f'; } /* '' */
.icon-pencil:before { content: '\e83c'; } /* '' */
.icon-ok:before { content: '\e80f'; } /* '' */
.icon-ok-circled:before { content: '\e838'; } /* '' */
.icon-cancel:before { content: '\e80e'; } /* '' */
.icon-cancel-circled:before { content: '\e80d'; } /* '' */
.icon-attention-circled:before { content: '\e808'; } /* '' */
.icon-plus-circled:before { content: '\e80c'; } /* '' */
.icon-minus-circled:before { content: '\e83e'; } /* '' */
.icon-forward:before { content: '\e897'; } /* '' */
.icon-user:before { content: '\e83d'; } /* '' */
.icon-pinterest-1:before { content: '\e843'; } /* '' */
.icon-star-half:before { content: '\e86f'; } /* '' */
.icon-ok-circled2:before { content: '\e839'; } /* '' */
.icon-help-circled:before { content: '\e810'; } /* '' */
.icon-info-circled:before { content: '\e835'; } /* '' */
.icon-print:before { content: '\e841'; } /* '' */
.icon-comment:before { content: '\e840'; } /* '' */
.icon-chat:before { content: '\e855'; } /* '' */
.icon-trash:before { content: '\e821'; } /* '' */
.icon-down-open:before { content: '\e87e'; } /* '' */
.icon-left-open:before { content: '\e87d'; } /* '' */
.icon-right-open:before { content: '\e87c'; } /* '' */
.icon-up-open:before { content: '\e87f'; } /* '' */
.icon-move:before { content: '\e873'; } /* '' */
.icon-link-ext:before { content: '\e88f'; } /* '' */
.icon-twitter:before { content: '\e81d'; } /* '' */
.icon-facebook:before { content: '\e81c'; } /* '' */
.icon-rss:before { content: '\e869'; } /* '' */
.icon-left-circled:before { content: '\e816'; } /* '' */
.icon-right-circled:before { content: '\e815'; } /* '' */
.icon-up-circled:before { content: '\e803'; } /* '' */
.icon-down-circled:before { content: '\e804'; } /* '' */
.icon-resize-full-alt:before { content: '\e872'; } /* '' */
.icon-docs:before { content: '\e871'; } /* '' */
.icon-menu:before { content: '\e809'; } /* '' */
.icon-pinterest-circled-1:before { content: '\e85c'; } /* '' */
.icon-pinterest-squared:before { content: '\e864'; } /* '' */
.icon-gplus-squared:before { content: '\e860'; } /* '' */
.icon-gplus-1:before { content: '\e85f'; } /* '' */
.icon-mail-alt:before { content: '\e83b'; } /* '' */
.icon-comment-empty:before { content: '\e85e'; } /* '' */
.icon-chat-empty:before { content: '\e854'; } /* '' */
.icon-bell-alt:before { content: '\e856'; } /* '' */
.icon-doc-text:before { content: '\e88d'; } /* '' */
.icon-angle-double-left:before { content: '\e849'; } /* '' */
.icon-angle-double-right:before { content: '\e846'; } /* '' */
.icon-angle-double-up:before { content: '\e848'; } /* '' */
.icon-angle-double-down:before { content: '\e847'; } /* '' */
.icon-angle-left:before { content: '\e88b'; } /* '' */
.icon-angle-right:before { content: '\e88a'; } /* '' */
.icon-angle-up:before { content: '\e889'; } /* '' */
.icon-angle-down:before { content: '\e888'; } /* '' */
.icon-desktop:before { content: '\e885'; } /* '' */
.icon-laptop:before { content: '\e886'; } /* '' */
.icon-tablet:before { content: '\e887'; } /* '' */
.icon-mobile:before { content: '\e884'; } /* '' */
.icon-quote-left:before { content: '\e817'; } /* '' */
.icon-quote-right:before { content: '\e818'; } /* '' */
.icon-spinner:before { content: '\e882'; } /* '' */
.icon-folder-empty:before { content: '\e877'; } /* '' */
.icon-folder-open-empty:before { content: '\e876'; } /* '' */
.icon-code:before { content: '\e844'; } /* '' */
.icon-star-half-alt:before { content: '\e870'; } /* '' */
.icon-help:before { content: '\e811'; } /* '' */
.icon-info:before { content: '\e836'; } /* '' */
.icon-attention-alt:before { content: '\e807'; } /* '' */
.icon-angle-circled-left:before { content: '\e84c'; } /* '' */
.icon-angle-circled-right:before { content: '\e814'; } /* '' */
.icon-angle-circled-up:before { content: '\e84b'; } /* '' */
.icon-angle-circled-down:before { content: '\e84a'; } /* '' */
.icon-anchor:before { content: '\e819'; } /* '' */
.icon-rss-squared:before { content: '\e86a'; } /* '' */
.icon-play-circled:before { content: '\e851'; } /* '' */
.icon-ticket:before { content: '\e883'; } /* '' */
.icon-link-ext-alt:before { content: '\e890'; } /* '' */
.icon-doc-inv:before { content: '\e88c'; } /* '' */
.icon-doc-text-inv:before { content: '\e88e'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e894'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e896'; } /* '' */
.icon-youtube-squared:before { content: '\e859'; } /* '' */
.icon-youtube:before { content: '\e858'; } /* '' */
.icon-youtube-play:before { content: '\e81a'; } /* '' */
.icon-dropbox-1:before { content: '\e863'; } /* '' */
.icon-instagramm:before { content: '\e81e'; } /* '' */
.icon-flickr-1:before { content: '\e862'; } /* '' */
.icon-tumblr-1:before { content: '\e85a'; } /* '' */
.icon-tumblr-squared:before { content: '\e85b'; } /* '' */
.icon-up:before { content: '\e850'; } /* '' */
.icon-apple:before { content: '\e866'; } /* '' */
.icon-android:before { content: '\e867'; } /* '' */
.icon-foursquare:before { content: '\e861'; } /* '' */
.icon-flickr:before { content: '\e82d'; } /* '' */
.icon-flickr-circled:before { content: '\e82e'; } /* '' */
.icon-vimeo:before { content: '\e823'; } /* '' */
.icon-vimeo-circled:before { content: '\e82a'; } /* '' */
.icon-facebook-squared:before { content: '\e865'; } /* '' */
.icon-twitter-1:before { content: '\e829'; } /* '' */
.icon-twitter-circled:before { content: '\e828'; } /* '' */
.icon-facebook-1:before { content: '\e826'; } /* '' */
.icon-facebook-circled:before { content: '\e827'; } /* '' */
.icon-gplus:before { content: '\e82b'; } /* '' */
.icon-gplus-circled:before { content: '\e82c'; } /* '' */
.icon-pinterest:before { content: '\e824'; } /* '' */
.icon-pinterest-circled:before { content: '\e825'; } /* '' */
.icon-tumblr:before { content: '\e82f'; } /* '' */
.icon-tumblr-circled:before { content: '\e830'; } /* '' */
.icon-instagram:before { content: '\e831'; } /* '' */
.icon-dropbox:before { content: '\e832'; } /* '' */
.icon-globe:before { content: '\e842'; } /* '' */
.icon-thumbs-up:before { content: '\e893'; } /* '' */
.icon-thumbs-down:before { content: '\e895'; } /* '' */
.icon-folder:before { content: '\e874'; } /* '' */
.icon-folder-open:before { content: '\e875'; } /* '' */
.icon-doc:before { content: '\e845'; } /* '' */
.icon-calendar:before { content: '\e853'; } /* '' */
.icon-pin:before { content: '\e85d'; } /* '' */
.icon-attach:before { content: '\e834'; } /* '' */
.icon-phone:before { content: '\e820'; } /* '' */
.icon-megaphone:before { content: '\e878'; } /* '' */
.icon-upload:before { content: '\e892'; } /* '' */
.icon-download:before { content: '\e891'; } /* '' */
.icon-search:before { content: '\e800'; } /* '' */
.icon-bell:before { content: '\e857'; } /* '' */
.icon-link:before { content: '\e805'; } /* '' */
.icon-wrench:before { content: '\e822'; } /* '' */
.icon-clock:before { content: '\e852'; } /* '' */
.icon-truck:before { content: '\e881'; } /* '' */
.icon-block:before { content: '\e868'; } /* '' */

/* ==|== css3 button styles ======================================== */

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button-bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.button-medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.button-small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.button {
	color: #d7d7d7;
	border: solid 1px #333;
	background-color: #333;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background-color: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button:hover {
	background-color: #000;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background-color: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .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; }
  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; }
}

/* ==|== environment announcement and color-coding ======================================================= */

.environment {
	background-color: #0000a0;
	color: #fff;
	font-size: 18px;
	padding: 5px 18px;
	text-align: center;
}
.environment.development,
.environment.testing {
	background-color: #00a000;
}
.environment.staging {
	background-color: #a00000;
}
