.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

.hpot-name {
	display: none !important; /* Hide Honeypot */
}
a.share {
	text-decoration: none;
	display: block;
}

a.share.fb-share{
	background-color: rgba(59,89,152, .75);
	transition: background-color 500ms linear;
	box-shadow: 2px 3px 1px rgba(59,89,152,.25);
	border: 1px solid rgba(255,255,255,.5);
}
a.share.fb-share:hover {
	background-color: rgba(59,89,152, 1);
}
a.share i {
	transition: transform 500ms ease-in-out;
}
a.share:hover i{
	transform:scale(1.25);
}
a.share.fb-share {
	color: #fff;
	background-color: rgba(59,89,152, .75);
	padding: 10px;
	text-shadow: 1px 1px 1px rgb(59,89,152);
	margin-top: 10px;
}
a.share.fb-share i{
	color: #fff;
	background-color: rgba(59,89,152, 1);
	border-radius: 2px;
	padding: 4px 5px;
	margin-right: 5px;
}

a.share.tw-share{
	background-color: rgba(0,185,244, .75);
	transition: background-color 500ms linear;
	box-shadow: 2px 3px 1px rgba(0,185,244,.25);
	border: 1px solid rgba(255,255,255,.5);
}
a.share.tw-share:hover {
	background-color: rgba(0,185,244, 1);
}
a.share.tw-share {
	color: #fff;
	padding: 5px;
	background-color: rgba(0,185,244, .75);
	padding: 10px;
	text-shadow: 1px 1px 1px rgb(0,185,244);
		margin-top: 10px;
}
a.share.tw-share i{
	color: #fff;
	background-color: rgba(0,185,244, 1);
	border-radius: 2px;
	padding: 4px 5px;
	margin-right: 5px;
}

a.share.email-share{
	background-color: rgba(89,152,59, .75);
	transition: background-color 500ms linear;
	box-shadow: 2px 3px 1px rgba(89,152,59,.25);
	border: 1px solid rgba(255,255,255,.5);
}
a.share.email-share:hover {
	background-color: rgba(89,152,59, 1);
}
a.share.email-share {
	color: #fff;
	padding: 5px;
	background-color: rgba(89,152,59, .75);
	padding: 10px;
	text-shadow: 1px 1px 1px rgb(89,152,59);
		margin-top: 10px;
}
a.share.email-share i{
	color: #fff;
	background-color: rgba(89,152,59, 1);
	
	border-radius: 2px;
	padding: 4px 5px;
	margin-right: 5px;
	
}


.fd-inline-block {

	display: inline-block;
}
form {
	z-index: 1000;
	position: relative;
}
input:active, input:focus {
	background-color: lightyellow;
}
ul.auction_types li, ul.regular-features li{
	background-color: #f5f5dc; /*#CAE1FF;*/
	font-weight: bold;
}
ul.auctioneer-list li{
	padding: 2px;
}
ul.regular-features li{
/*	padding: 2px;
	margin:0;
	margin-left:1em;
	list-style-type: disc;*/

}
a.try-it img{
/*transition*/
-webkit-transition:-webkit-transform .25s ease-in-out;
   -moz-transition:   -moz-transform .25s ease-in-out;
     -o-transition:     -o-transform .25s ease-in-out;
        transition:        transform .25s ease-in-out;
}
a.try-it:hover img{
/*transform*/
-webkit-transform:scale(1.05) rotate(-5deg);
   -moz-transform:scale(1.05) rotate(-5deg);
    -ms-transform:scale(1.05) rotate(-5deg);
     -o-transform:scale(1.05) rotate(-5deg);
        transform:scale(1.05) rotate(-5deg);
}

.tagline {
	padding-bottom:10px;
	margin-bottom:5px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	font-weight:400;
	font-size:2em;
	position:relative;
}
	.delivered-weekly {
	/*	font-family: 'Rancho','Dancing Script','Engagement','Cookie','Yellowtail';*/
	/*	font-weight: 700;*/
		font-size:1em;
		font-family: 'Dancing Script';
		color: #006e2e;
		text-shadow: 0px 0px 5px #ffffff;
		display: block;
		position: absolute;
		left: 1%;
		right: 1%;
	}			
	@media only screen and (max-width : 400px) {
	.delivered-weekly {
		font-family: 'Dancing Script';
		font-weight: 700;
		font-size:1em;
		color: red;
		text-shadow: 0px 0px 5px #ffffff;
		display: block;
		position: static;
	}

		.m-smaller {
			font-size: 1.5em !important;
		}
		.m-normal {
			font-size: 1em !important;
		}
		.m-mini {
			font-size: .75em !important;
		}
		.m-reset-padding-b {
			padding-bottom: 0px !important;
		}
		.term-length {
			line-height: 1em;
		}
	}
			#page-footer ul {
				padding-left: 5px;
			}

			.header-bar, .footer-bar {
				background: #000;
				padding: 5px 0 10px;
				position: relative;
			}

			body {
				background: url('../images/45degree_fabric.png') repeat;
			/*	background-size: cover;
			    background-position: 50% 0%;
			    border-top: 5px solid #090a17;
			    background-repeat: no-repeat;*/
			/*	border-bottom: 5px solid #090a17;*/
			}
			h5 {
				color: #428bca;
				padding:2% 0 1.5% 1.04%;
				font-weight: normal;
				font-size: 1.25em;
				border-bottom: 1px solid #ddd;
				margin-bottom: 2%;
				/*box-shadow: 0px 1px 0px #999;*/
			}
			h3 {
				margin-top: 2.5%;
			}
			.gradient { background: -moz-linear-gradient(top,  rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.01)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
					}
			.hidden {
				display: none;
				visibility: hidden;
			}
			.border-light {
				border: 1px solid #ddd;
				border-radius: 10px;
			}
			.sub-type, .sub-term, .give-gift{
				cursor: pointer;
			}
			.give-gift {
				position: relative;
			}
			.sub-term-wrapper, .sub-type-wrapper {
				border-bottom: 1px solid #ddd;
				padding-bottom: 20px;
			}
			.current-step {
				/*background: lightblue;*/
			}
			.f-gray {
				color: #ddd;
			}
			label {
				color: #333;
				font-size: .85em;
				font-weight: bold;
			}
			.terms, .gift-terms {
				display: none;
				padding: 10px 0;
			}
			.term-icon-wrapper {
				line-height: .5em;
				padding-bottom: 0;
				display:inline-block;
				margin: 20px auto 0 auto;
				background-color:#428bca;
				color:#fff;
				padding:10px;

			}
			.term-icon {
				margin-top:10px;

			}
			.term-length {
				margin-top:15px;
			}
			.dolla {
				vertical-align: top;
				padding: 0;
				margin: 0;
				font-size: .6em;
				position: relative;
				top: -2px;
			}
			.selected-overlay {
				display:none;border-radius:10px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:1200;
			}
			.selected-overlay div {
			margin: 20px auto;font-size:50px;color:yellow;text-shadow:1px 1px 5px #000;
			}
			.selected-overlay div span {
				font-size:15px;display:block;color:#fff;
			}
			/* Hide the Radio Buttons */
			input[type="radio"] {
				display: none;
			}

			/* Make Submit Button take up screen */
			input[type="submit"] {
				width: 100%;
			}

			.open-sans {
				font-family: 'Open Sans', sans-serif;
			}
			.oswald {
				font-family: 'Oswald', sans-serif;
			}
			.bree {
				font-family: 'Bree Serif', sans-serif;
			}
			.raleway {
				font-family: 'Raleway', sans-serif;
			}
			.sub-term:hover, .sub-type:hover {
				box-shadow: 0px 0px 10px #888;
			}
.cards {
	overflow: hidden
}
ul.cards {
	margin: 0 auto;
	width: 80%;
}
.cards li {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-image: url('../images/card_logos.png');
	background-position: 0 0;
	float: left;
	height: 32px;
	margin-right: 8px;
	text-indent: -9999px;
	width: 51px;
}
.cards li: last-child {
	margin-right: 0;
}
/* Display no cards until hovered */
.cards .visa {
	background-position: 0px 0px;

}
.cards .visa.off {
	background-position: 0px 32px;
}
.cards .mastercard {
	background-position: 204px 0;
}
.cards .mastercard.off {
	background-position: 204px 32px;
}

.cards .amex {
	background-position: 51px 0;
}
.cards .amex.off {
	background-position: 51px 32px;
}

.cards .discover {
	background-position: 102px 0px;
}
.cards .discover.off {
	background-position: 102px 32px;
}
/*.cards .visa {
	background-position: 0 0;
}
.cards .visa.off {
	background-position: 0 32px;
}
.cards .mastercard {
	background-position: 204px 0;
}
.cards .mastercard.off {
	background-position: 204px 32px;
}

.cards .amex {
	background-position: 51px 0;
}
.cards .amex.off {
	background-position: 51px 32px;
}

.cards .discover {
	background-position: 102px 0px;
}
.cards .discover.off {
	background-position: 102px 32px;
}*/

/* Animated */

.view {

   overflow: hidden;
   position: relative;
   text-align: center;


   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {

   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
 	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
  /* text-transform: uppercase;*/
 /*  color: #fff;*/
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   font-weight: bold;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

ul.fa-ul {
	font-family: 'Open Sans';
/*font-weight: 600;*/
}

ul.fa-ul li{
	margin-bottom: 4px;
}
.order-details {
	padding: 10px;
	background-color: #ffffff;
}