﻿/* alert message */
.errormessage {border-style:solid; border-width: 1px; border-color: #f2dd8c; color: #333333; background-color: #fff5cc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 9px;}
.errormessage.warning {background-color: #fff5cc; padding-left: 20px; padding-bottom: 20px;}
.notice {background:url("../alert_lg.png") 0px no-repeat; text-height: 21px; height: 21px; padding: 3px; text-indent:38px; color: #242424; margin-top: 10px;}
.errormessage ul {margin:9px 0; list-style:none;}
.errormessage ul li {padding-left:15px; line-height: 17px; height: 24px; background :url('../ul.gif') no-repeat 0 4px;}

.form-required{color:#f00;}

.checkmark {
	visibility: hidden;
	background: url("../images/checkmark.png") no-repeat;
	width: 46px;
	height: 37px;
	position: absolute;
	top: -18px;
}
.checkbox-block, .checkbox-block-checked {
	width: 20px;
	height: 20px;
	border: 5px solid #595959;
	position: relative;
	top: -6px;
	margin-right: 8px;
}
.checkbox-block:hover, .checkbox-block-checked:hover {
	background: #595959;
	border: 5px solid #87bd20;
}
.checkbox-block-checked .checkmark {
	visibility: visible;
}
.checkbox-block input, .checkbox-block-checked input {
	display: none;
}

#steps { 
	position: absolute;
	right: 20px;
	top: 125px;
	color: #fff;
}
#steps ul li {
	float: left;
	margin: 0 6px 10px 0;
}
#steps ul li a { 
	font-size: 18px;
	font-weight: bold;
	background-color: #4C6631;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	padding: 4px 13px;
	text-decoration: none;
	color:#ffffff;
	border: 2px solid rgba(255, 255, 255, 0.15);
}

#steps ul li a:hover {
	background-color: #4D4948;
	color: #ffffff;
}
#steps ul li a.active {
	background-color: #0066a1;
	color:#ffffff;
}
@media only screen and (max-width: 768px) {
  #steps {
    position: static;
    width: 318px;
    margin: 16px auto 60px auto;
  }
}
.payment-option-table {
	margin: 24px 0;
}

.loader-animated {
	margin: 0 auto;
	width: 64px;
	display: none;
}

.loader-animated-inline {
	width:64px;
	display: none;
	position: absolute;
	top: -12px;
	left: 212px;
}

@keyframes rotateMe {
	100% {transform: rotate(360deg);}
}

@-webkit-keyframes rotateMe {
	100% {-webkit-transform: rotate(360deg);}
}

#test_loader {
	width: 64px; 
	height: 64px;
	animation-name: rotateMe;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name: rotateMe;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.build-your-own {
	text-align: center;
}

.proceed-to-checkout-top {
	margin: 6px 0 0;
	display: none;
}

.build-your-own {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: 16px 12px;
	border-radius: 12px;
	border: 3px solid #ccc;
	cursor: pointer;
	background-image: -ms-linear-gradient(bottom, rgb(176,173,176) 50%, rgb(235,235,235) 89%);
}

.build-your-own:hover {
	color: #fff;

	background-image: linear-gradient(bottom, rgb(189,182,189) 50%, rgb(255,255,255) 89%);
	background-image: -o-linear-gradient(bottom, rgb(189,182,189) 50%, rgb(255,255,255) 89%);
	background-image: -moz-linear-gradient(bottom, rgb(189,182,189) 50%, rgb(255,255,255) 89%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,182,189) 50%, rgb(255,255,255) 89%);
	background-image: -ms-linear-gradient(bottom, rgb(189,182,189) 50%, rgb(255,255,255) 89%);
}

.build-your-own i {
	position: absolute;
	top: -10px;
	right: 12px;
	font-size: 50px;
}

.build-your-own .div1 {
	width: 40%;
	float: left;
	text-align: right;
	position: relative;
}

.build-your-own .div2 {
	width: 60%;
	float: left;
	text-align: left;
}

.cart-add-popup {
	position: fixed;
	top: 0;
	right: 0;
	padding: 12px 24px;
	border-radius: 24px;
	background: rgba(0,0,0,.25);
	color: #fff;
	margin: 12px;
	z-index: 1000;
}

@media(max-width: 768px) {
	.build-your-own {
		margin-top: 24px;
	}
	.proceed-to-checkout-top {
		display: block;
	}

	.build-your-own .div1 {
		width: 34%;
	}

	.build-your-own .div2 {
		width: 66%;
	}
}

a.rolling-calendar {
	display: block;
	padding: 8px 0;
	font-size: 11px;
	text-decoration: none;
}

/* Proceed to Checkout Made Fixed */

@media only screen and (min-width: 768px) {
	.button3 {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1459px) {
	.aside-right {
		position: fixed;
		top: 30%;
		bottom: 54px;
		right: auto;
		left: 70%;
	}
}

@media only screen and (min-width: 1460px) {
	.aside-right {
		position: fixed;
		top: auto;
		bottom: 54px;
		right: 20px;
		left: auto;
	}
	a.rolling-calendar {
		color: #fff;
	}
}

#openModal {
	display: none;
}

#lean_overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#summitModal, #summitModalSecondary {
	display: none;
	background-size: cover;
	padding: 24px 48px;
	width: 800px;
	z-index: 1001;
	border: 2px solid #888;
	box-shadow: 0 0 42px #000;
}

#summitModal .summit-header,
#summitModalSecondary .summit-header {
	margin-bottom: 12px;
}

#summitModal i {
	font-style: normal;
	text-decoration: line-through;
	font-size: 18px;
	color: red;
}

#summitModal strong {
	font-size: 18px;
	color: #92d400;
}

#summitModal span {
	color: #fff;
}

#summitModal p,
#summitModalSecondary p {
	font-size: 16px;
	color: #fff;
	margin: 6px 0;
}

#summitModal p.large {
	font-size: 32px;
	font-weight: bold;
}

#summitModal .modal-left {
	float: left;
}

#summitModal .modal-right {
	float: right;
}

#summitModal .modal-left img,
#summitModalSecondary .summit-header img {
	width: 300px;
}

#summitModal .modal-left img {
	margin-top: 76px;
}

#summitModal .modal-right a,
#summitModalSecondary .summit-register a {
	display: inline-block;
	background: none;
	padding: 12px 24px;
	float: right;
	font-size: 18px;
	margin: 12px 12px 12px 0;
	border-radius: 0;
	border: 2px solid #92d400;
	text-transform: uppercase;
	color: #92d400;
	
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}