.fd-inline-block {

	display: inline-block;
}
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 {

	margin-bottom:2%;
/*	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;*/
	font-weight:400;
	font-family:'Oswald';
	font-size:1.5em;
	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;

	}			
	@media only screen and (max-width : 414px) {
	.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.25em !important;
		}
		.m-reset-padding-b {
			padding-bottom: 0px !important;
		}
		.term-length {
			line-height: 1em;
		}
	}
			#page-footer ul {
				padding-left: 5px;
			}


			body {
				/*background: url('../images/45degree_fabric.png') repeat;*/
				background: #1d2544;
				font-family: 'Source Sans Pro', Helvetica, arial;
			/*	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, .gift-choice{
				cursor: pointer;
			}
			.give-gift, .gift-choice {
				position: relative;
			}
			.sub-term-wrapper, .sub-type-wrapper, .shipbill-wrapper {
				border-bottom: 1px solid #ddd;
				padding-bottom: 20px;
				background: #fff;
				padding-top: 20px;
			}
			.current-step {
				/*background: lightblue;*/
			}
			.f-gray {
				color: #999;
			}
			label {
				color: #666;
			}
			.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;
			}
			#shopping-cart {
				background: #3b94d1;
				padding: 25px 0 24px 24px;
				text-align:left;
				width:100%;
				z-index:9999;
				font-size: 1.5em;
				font-family: 'Open Sans';
				position:fixed;
				top:0;
			}
			#shopping-cart .order-price {

			}
			#shopping-cart .dolla {
				vertical-align: baseline;
				padding: 0;
				margin: 0;
				font-size: 1em;
				position: static;
				top: 2px;
			}	
			#shopping-cart .order-term{
				font-size:.75em;
			/*	display: block;*/
				margin-top: 10px;
			}
			#shopping-cart .order-term br{
				width:0;
				height:0;
				display: none;
				visibility: hidden;
			}
			.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;
			}
			.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;
}