/*
 * Globals
 */
 
* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
	font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Links */
a,
a:focus,
a:hover {
  color: #333;
  font-weight: bold;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 1px solid #333;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #333;
  /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background-image: url('../img/ladda-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay {
 	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background-image: url('../img/overlay-40.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.cover-container-off {
display: inline-block;
}

/* Padding for spacing */
.inner {
  padding: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.cover-heading {
	font-size: 92px;
	font-weight: bolder;
}

.lead {
	font-size: 38px;
	padding: 0px 15px;
}


/*
 * Header
 */

.mainNavigation {
	position: absolute;
	width: 100%;
}
 
.masthead-brand {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 98px;
  line-height: 34px;
}

.masthead-nav {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 42px;
}

.phone .masthead-nav {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.phone .masthead-nav > li + li {
  margin-left: 28px;
}

.masthead-nav > li > a {
  font-family: "avenir", "helvetica neue", helvetica, arial, sans-serif;
  padding-right: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 54px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,);
  border-bottom: 1px solid transparent;
  display: block;
  float: left;
  
  	-webkit-transition: border 200ms linear;
	-moz-transition: border 200ms linear;
	-o-transition: border 200ms linear;
	-ms-transition: border 200ms linear;
	transition: border 200ms linear;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,1);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.masthead-preorder {
	float: right;
}

.masthead-preorder a {
	height: 54px;
	padding: 2px 20px 0 20px;
	line-height: 54px;
	color: white;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	background-color: rgba(18,127,211,1);
	text-shadow: 0 1px 3px rgba(0,0,0,.3) !important;
	
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
}

.masthead-preorder a:hover {
	background-color: #2680f2;
}

.line {
	border-bottom: 1px solid rgba(0,0,0,.1);
	float: left; 
	clear: left;
	width: 100%;
	margin: 10px 0 20px 0;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: left;
  }
}





/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
	padding: 15px 20px;
	font-weight: bold;
	-moz-transition: 0.2s ease all !important;
	-ms-transition: 0.2s ease all !important;
	-o-transition: 0.2s ease all !important;
	transition: 0.2s ease all !important;
	
}

.cover .btn-lg:hover {
	background-color: #333;
	color: #fff;
}

.ladda-hero {
	background-image: url('../img/ladda.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 560px;
	height: 300px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.ladda-hero {
	background-image: url('../img/ladda.png');
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: right center;
	width: 100%;
	height: 260px;
	margin: 0 auto;
	z-index: 999;
	}

}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(51,51,51,1);
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.mastfoot p {
	margin:0;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    width: 100%;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}


.ladda-form {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding: 10px 30px 20px 30px;
}

.form-input {
position: relative;
margin: 0 0 12px;
font-size: 20px;
line-height: 20px;

}

.form-input input, .form-input textarea, .form-input select {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 1em;
	border: none;
}

.form-input input {
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 64px;
	margin: 0;
	padding: 20px 26px;
	color: #474747;
	font-size: 1em;
	font-weight: 400;
	line-height: 27px;
	border: 1px solid #ededed;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #ededed;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.form-input select {
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	margin: 0;
	padding: 6px 26px 6px 26px;
	vertical-align: bottom;
	color: #474747;
	border: 1px solid #ededed;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #ededed;
}

.order-form-quantity-control-value, .order-form-quantity-control-popover-item {
	padding: 16px 30px;
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

.order-form-quantity-control-value {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 64px;
	margin: 0;
	padding: 20px 26px;
	color: #474747;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	border: 1px solid #ededed;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #ededed;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s; 
}

.button, .button-primary, .button-secondary {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 20px 28px;
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	border: none;
	border-radius: 0;
	background-color: #5c5c5c;
}

.button-primary {
	color: white;
	background-color: #146ee1;
	width: 100%;
}

.button-primary:hover {
	background-color: #2680f2;	
}

#order-form .form-actions .button-primary {
	display: block;
	float: none;
	width: 100%;
	font-size: 1em;
}
.order-form-receipt {
	overflow: hidden;
	clear: both;
	margin: 0.8em 0;
	font-size: 2em;
	color: #333;
}

.order-form-receipt dt {
	float: left;
	width: 50%;
	text-align: left;
	
}

.order-form-receipt dd {
	float: right;
	width: 50%;
	text-align: right;
	
}

#popup
{
    position:absolute;
    display:none;
    top:210px;
    left:50%;
    width:400px; 
    margin-left:-200px;
    border: none;
    background-color:white;
    z-index: 999;
    text-align: center;
    border-radius: 4px;
}

#popup p {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 4px 0 16px 0;
	margin-bottom: 0;
}

#popup a {
	color: #146ee1;
	font-size: 18px;
	font-weight: 800;
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px;
}

@media (max-width: 720px) {
	#popup
	{
	    position:absolute;
	    display:none !important;
	 }