/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 14px/1.3em 'Lato',Arial,helvetica,sans-serif;
 	background: #fff;
}
#wrapper {
	background: url(/site_images2/bg_header6.png) left top repeat-x;
}
p, address, ul, ol, li, dt, dd, td, th, blockquote {
	color: #000;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}
3
.mobile-masthead { 
	display:none;
}

/* Links */
a {
	text-decoration: none;
	color: #29437d;
	color: #1e506c;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.vendorlink {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
	background: #efefef;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 18px;
	font-size: 14px;
}
/* Paragraphs */
p {
	margin: 0 0 16px;
	color: #333;
	line-height: 1.6em;
}
.testimonial {
	margin: 0 0 20px 0;
}
blockquote {
	margin: 0;
	padding: 20px;
	font-style: italic;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f7f7f7;
}
blockquote.row {
	background: #eaeaea;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	width: auto;
	margin: 0 0 10px;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 10px 20px;
}
.border1 {
	border: 1px solid #9c0d14;
}
.border2 {
	border: 1px solid #4b4b4b;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #333;
	font-family: 'Montserrat',Arial, sans-serif;
	font-weight: 400;
}
h1, h2.h1, h3.h1 {
	font-size: 26px;
	line-height: 34px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #333;
}
h1 a {
	color: #333;
}
#section-index h1 a:hover, #section-index2 h1 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 17px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.quick-start h2, .quick-start h1 {
	color: #5d5e5f;
	font-family: "Lato";
	font-weight: 300;
	border-bottom: 1px solid #5d5e5f;
	margin: 0 0 25px;
	padding: 0 0 10px;
}
h1.reverse, h2.reverse, h3.reverse, h4.reverse, h5.reverse {
	color: #fff;
	background: #4da9c9;
	padding: 8px;
	margin: 0 0 10px;
}
.reverse a {
	color: #fff;
}
#section-holiday-deals h2 {
	font-size: 15px;
	line-height: 19px;
	margin: 5px 16px;
}
#section-holiday-deals .recent-deal .details h2 {
	font-size: 12px;
	line-height: 16px;
}
h2.item-title {
	font-size: 16px;
	color: #505050;
	margin: 0;
}
h2.item-title a {
	color: #29437d;
}
#section-press h2 {
	font-weight: bold;
	color: #111;
	clear: both;
}
h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
}
.press-item h3.item-title, .featured-press-video h3.item-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #29437d;
}
.featured-press-video h3.item-title {
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}
.press-item h3.item-title a, .featured-press-video h3.item-title a {
	color: #29437d;
}
h4 {
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 3px 0;
	margin: 0 0 10px;
}
h4.num-comments {
	margin: 15px 0 10px 0;
	font-weight: bold;
}
h5 {
	font-size: 12px;
}

/* Layout */
#container {
	position: relative;
	width: 946px;
	margin: 0 auto;
	z-index:1;
}
#masthead {
	background: #f4f5f6;
	border-top: 5px solid #4da9c9;
}
.inner{
	width: 946px;
	margin: 0 auto;
	position: relative;
}
.two-a .column.first .inner {
	width: auto;
}
.clearfix:after, .combo:after {
	content: "";
	display: table;
	clear: both;
}
#subcontainer {
	width: 100%;
	margin: 0 0 0 75px;
}
#user-actions {
	width: auto;
	font-size: 12px;
	float: right;
	margin: 10px 0 22px;
}
#user-links {
	float: right;
	width: auto;
}
#user-links li {
	float: left;
	margin: 3px 20px 0 0;
	list-style: none;
	color: #333;
}
#user-links li.last {
	margin: 3px 0 0 0;
}
#user-links a {
	color: #4da9c9;
}
#user-links .loggedin, #user-links .notloggedin { 
	display:none;
}
#logo-wrap {
	float: left;
	margin: 0;
}
#logo {
	display: inline-block;
	margin: 5px 0;
	width: 260px;
	vertical-align:middle;
}
#logo img {
	width: 100%;
	height: auto;
}
a#asost_logo {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

a#asost_logo img {
    width: 100%;
}
#signup-box {
	width: 415px;
	position: absolute;
    top: 60px;
    right: 0;
}
#signup-box h3 {
	color: #4da9c9;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 0;
}
#signup-box .registerme {
	display: none;
}
#primary-menu-wrapper {
	background: #4da9c9;
	clear: both;
}
#primary-menu {
	margin: 0;
	float: left;
}
#primary-menu li {
	float: left;
	list-style: none;
	margin: 0 1px;
	position: relative;
}
#primary-menu li.first {
}
#primary-menu li.last {
}
#primary-menu a {
	outline: none;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	display: block;
}
#primary-menu a {
    outline: none;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    display: block;
}
#primary-menu a {
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 4px;
    display: block;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	/*background: url(/site_images2/bg_nav_active2.png) 0 0 no-repeat;*/
	background: #333;
}
#primary-menu .sub-menu {
	display: none;
	padding: 10px 10px 10px 24px;
	background: #fff;
	margin: -5px 0 0 0;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 100;
	width: 240px;
	-webkit-box-shadow: 1px 3px 5px 0px #444;
	box-shadow: 1px 3px 5px 0px #444;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#primary-menu .sub-menu li {
	float: none;
	margin: 0 0 5px 0;
}
#primary-menu .sub-menu li.special a { 
}
#primary-menu .sub-menu li a {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
	width: auto;
	height: auto;
	display: inline;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #4da9ac;
}
#primary-menu .sub-menu li.special a, #primary-menu .sub-menu li.special a:hover {
   background: url(/site_images/ck_most_popular.png) 0px 7px no-repeat;
   padding-left: 21px;
   background-size: 16px 16px;
}
#primary-menu .sub-menu li a:hover, #primary-menu .sub-menu li a.active {
	text-decoration: underline;
	background: none;
}
#content {
	clear: both;
	min-height: 410px;
	padding: 25px 0;
}
#secondary-menu {
	margin: 0 0 20px 15px;
	padding: 0;
}
#secondary-menu li {
	width: 265px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}
#secondary-menu a:hover, #secondary-menu a.active {
	color: #fff;
	text-decoration: none;
}
.columns {
	position: relative;
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.column-content .inner {
	padding: 20px;
}
#section-holiday-deals .column-content {
	height: 1400px;
}
#section-all-deals .column-content .inner, #section-holiday-deals .column-content .inner, #section-deal-collection .column-content .inner, #section-search .column-content .inner {
	padding: 0;
}
.one .column.first {
	width: 946px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.one .column-content {
	position: relative;
}
.two-a .column.first {
	position: relative;
	width: 610px;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	z-index: 0;
	border-right: 1px solid #ccc;
}
#section-refer .two-a .column.first {
	height: 517px;
	/* background: url(/site_images/bg_refer.png) left top no-repeat; */
}
.two-a .column.first .column-content, .one .column.first .column-content {
	background: #ffffff;
	padding: 0 0 20px 0;
}
#section-refer .column.first .column-head, #section-refer .column.first .column-foot {
	display: none;
}
.two-a .column.second {
	width: 300px;
}
.three .column {
	padding: 0 10px;
	margin: 0 10px;
}
.three .column.first {
	margin: 0 10px 0 0;
}
.three .column.third {
	margin: 0 0 0 10px;
}
.above-columns {
	margin: 0 0 20px;
}
.above-columns .title_area { 
	padding-bottom:30px;
}
.above-columns h1 {
	width:auto;
	padding:0; margin:0;
}
.above-columns h2 {
	padding:0; margin:0 0 4px 0;
}
.title-group {
	width: 610px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
img.standard-deal-photo {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* Home Page */
.hp-top {
	margin: 0 0 25px;
}
.hp-top:after {
	content: "";
	clear: both;
	display: table;
}
.hp-top .quick-start {
	width: 190px;
	margin: 0 20px 0 0;
	float: left;
}
.hp-top .quick-start ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hp-top .quick-start ul li {
	margin: 0 0 10px;
	font-family: "Montserrat";
}
.hp-top .deal {
	float: left;
	width: auto;
}
.hp-top .deal .deal-photo {
	width: 436px;
	float: left;
}
.hp-top .deal .deal-details {
	float: left;
	padding: 20px 20px 5px 20px;
	background: #eeeff0;
	width: 260px;
	min-height: 311px;
}
.hp-top h1, .hp-top h2 {
	font-size: 15px;
	line-height: 20px;
	font-family: "Lato":
}
.hp-top h1 a, .hp-top h2 a {
	color: #333;
}
.hp-top h1, .hp-top h2, .hp-top .deal-details h2, .hp-top .deal-details h3 { 
    margin-bottom:4px;
    padding-bottom:0;
}
.hp-top h1 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.hp-top .deal-details h3 { 
	color:#555;
	font-size:14px;
	font-weight:300;
}
.hp-top h1 .smaller, .hp-top h2 .smaller {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}
.hp-top .price {
	color: #397981;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 15px;
}
.hp-top .time { 
	font-size: 12px;
	line-height: 16px;
	color: #ac2d19;
	margin: 0 0 0px 0;
	font-weight: bold;
}
.hp-top .time .title {
	padding: 0 18px 0 0;
	background: url(/site_images3/icon_clock.png) right center no-repeat;
	background-size: 15px;
	margin-right:6px;
}
.hp-top .price .value2 {
	font-size: 14px;
	line-height: 18px;
	text-decoration: line-through;
	color: #969696;
}
.slick .value2, .combo .value2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: line-through;
	color: #969696;
	margin: 0 5px 0 0;
}
.combo .value2 {
	float: left;
	line-height: 20px;
}
.hp-top #deal-savings {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.hp-top .button {
	display: block;
	margin: 10px 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	font-family: "Montserrat";
	background: #9ace40;
}
.hp-top .sharelinks {
	text-align: right;
}
.slick {
	margin: 0 0 25px;
}
.slick h2 a {
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px;
}
.slick .item {
	background: #eeeff0;
	margin: 0 5px;
}
.slick .item img {
	width: 100%;
	height: auto;
    max-width:180px;
}
.slick .item .details {
	padding: 5px;
	height: 115px;
	position: relative;
}
.slick h3 {
	font-size: 12px;
	line-height: 15px;
	color: #333 !important;
	font-family:'Lato', sans-serif !important;
}
.slick .stats {
	position: absolute;
	bottom: 6px;
	left: auto;
}
.slick .price {
	color: #397981;
	font-weight: bold;
	margin: 0 0 10px;
}
.slick .discount {
	margin: 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.slick .fa {
	color: #999;
	position: absolute;
	top: 45%;
}
.slick .fa.fa-chevron-circle-left {
	left: -20px;
}
.slick .fa.fa-chevron-circle-right {
	right: -20px;
}
.slick.holidays {
	width: 616px;
	float: left;
}
#section-index .slick-dots, #section-index2 .slick-dots { 
	display:none !important;
}
/*
.slick.holidays {
	width: 946px;
}
*/
/* Modal Windows */ 
button#cboxPrevious, button#cboxNext, button#cboxSlideshow { 
	display:none !important;
}
/* Modules */
.module {
	margin: 0 0 25px 0;
	background: #fff;
	padding: 0 0 5px;
}
.module a img {
	max-width: 100%;
}
.column.second .amtrak_b_hp {
	margin: 0 0 25px 0 !important;
}
.module.search {
	background: none;
	-webkit-box-shadow: 0px 0px 0 0 #888;
	-moz-box-shadow: 0px 0px 0 0 #888;
	box-shadow: 0px 0px 0 0 #888;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.column.second .module.search {
	padding: 12px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 1px #888;
	-moz-box-shadow: 0px 0px 5px 1px #888;
	box-shadow: 0px 0px 5px 1px #888;
	background: #6edeef;
	background: -moz-linear-gradient(top, #6edeef 0%, #54d6ea 50%, #37cdef 51%, #1faedd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6edeef), color-stop(50%,#54d6ea), color-stop(51%,#37cdef), color-stop(100%,#1faedd));
	background: -webkit-linear-gradient(top, #6edeef 0%,#54d6ea 50%,#37cdef 51%,#1faedd 100%);
	background: -o-linear-gradient(top, #6edeef 0%,#54d6ea 50%,#37cdef 51%,#1faedd 100%);
	background: -ms-linear-gradient(top, #6edeef 0%,#54d6ea 50%,#37cdef 51%,#1faedd 100%);
	background: linear-gradient(to bottom, #6edeef 0%,#54d6ea 50%,#37cdef 51%,#1faedd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6edeef', endColorstr='#1faedd',GradientType=0 );
}
.column.first #searchform #keywords {
	padding: 10px;
    font-size: 14px;
    width: 70%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.column.first #searchform #searchsubmit {
	border-radius: 0;
    box-shadow: none;
    padding: 12px 15px 11px;
    font-size: 14px;
    font-weight: bold;
}
.module.holiday {
	background: transparent;
	margin: -7px 0 15px 7px;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.module.facebook {
	background: #d8dddf;
	border: 5px solid #FFF;
	padding: 13px 20px;
}
.module h2 {
	font-size: 30px;
	color: #9c0d14;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #9c0d14;
	visibility: visible;
}
.module .item {
	background: #c6c7c1 url(/site_images2/bg_item.jpg) center top no-repeat;
	padding: 8px 12px;
	clear: both;
}
.module .item.last {
	border: none;
	padding: 0;
}
.module .item img {
	width: 100%;
}
.module.available {
	padding: 0;
	position: relative;
}
.module.press {
	height: 330px;
	overflow-y: hidden;
}
.module.press .items{
	margin: 0 15px;
}
.available-footer { 
	text-align:right;
	padding:3px 10px;
	font-size:12px;
}
.available-footer a { 
	color:#999;
}
.module.business {
	background: #fff url("/site_images/graphic_storefront.png") no-repeat scroll 15px 50px;
	height: 125px;
}
.module.available .items {
	height: 450px;
	overflow-y: auto;
}
.module.available .item {
	position: relative;
	background: #eeeff0;
	margin: 10px 0;
	padding: 0;
}
.module .module-inner {
	padding: 10px;
}
.module h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
	background: #4da9c9;
}
.module.filter h3 {
	margin: 0 0 5px;
}
.module.filter h4 {
	text-transform: uppercase;
	margin: 0 0 6px 2px;
}
.module.filter ul {
	margin: 0 0 15px 12px;
	list-style: none;
}
.module.filter li {
	margin: 0 0 1px;
	list-style-type:none;
}
.module.filter li a {
	display: block;
	padding: 3px;
}
.module.filter li a:hover {
	background: #eaeaea;
	text-decoration: none;
}
.module .all {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 12px;
	line-height: 16px;
}
.module .all a {
	color:#fff;
}
.tiny-details {
	width: 85px;
	margin: 5px 0 0 0;
}
.tiny-details .price {
	float: left;
	font-family: 'Lato', serif;
	margin: 0 20px 0 0;
	color: #2c6e80;
	font-weight: bold;
}
.tiny-details .discount {
	color: #5d5e5e;
	float: left;
	line-height: 20px;
}
.tiny-details .discount br {
	display: none;
}
.tiny-details .more {
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	display: block;
	margin: 10px 0 0 0;
}
.module.tv {
	background: none;
	-webkit-box-shadow: 0px 0px 0px 0px #888;
	-moz-box-shadow: 0px 0px 0px 0px #888;
	box-shadow: 0px 0px 0px 0px #888;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.module.under40 {
	padding: 0;
}
.module.tv h3, .module.facebook h3, .module.under40 h3 {
	color: #303030;
	font-size: 18px;
	line-height: 22px;
	padding: 8px 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background: none;
}
.module.tv img {
	-webkit-box-shadow: 0px 0px 5px 1px #666666;
	-moz-box-shadow: 0px 0px 5px 1px #666666;
	box-shadow: 0px 0px 5px 1px #666666; 
}
.module.facebook h3 {
	color: #3F474D;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-weight: normal;
	line-height: 20px;
}
.module h4 a {
	color: #000;
}
.module ul, .module ol {
	margin: 0 0 0 25px;
}
.module li a {
	color: #0372A6;
}
.module.washpostquote p {
	margin: 0 0 10px 15px;
	font-weight: bold;
}
.module.business p {
	font-weight: bold;
	margin: 10px 0 0 130px;
}
.module.facebook p {
	color: #2D2D2D;
	font-size: 14px;
	margin: 0 0 15px;
}
.module.recent ul, .module.nearby ul {
	margin: 0;
	padding: 0 0 10px;
}
.module.recent li, .module.nearby li {
	list-style: none;
	margin: 5px 12px 0;
}
.module.recent a, .module.nearby a {
	color: #025D88;
	font-weight: bold;
}
.module.recent img, .module.nearby img {
	float: left;
	margin: 0 6px 0 0;
	border: 1px solid #333;
}
.module .buy_btn, #section-all-deals .buy_btn, .recent-deal .buy_btn {
	display: none !important;
}
.module.deal-ad, .module.summercamps2015dc, .module.summercamps2015baltimore, .module.summercampsatlanta {
	margin: 27px 0 15px 0;
	float: right;
}
#section-index .module.hpslot, #section-index2 .module.hpslot {
	margin: 47px 0 15px 0;
	float: right;
}
.module.deal-ad img, .module.summercamps2015dc img, .module.summercamps2015baltimore img, .module.summercampsatlanta img, .module.hpslot img {
	width: 300px;
	height: 250px;
}
/* Pages */
.top-head, h1.general {
	font-family: 'Montserrat', 'Arvo', serif;
	font-weight: 300;
	/* color: #f1f1f3; */
	color:#666;
	font-size: 18px;
	line-height: 22px;
	/* background: #5f4014; */
	padding: 10px 16px 0 16px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom:-10px;
}
.deal-info {
	clear: both;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 24px;
}
.deal-info p, .deal-info li, .deal-info span { 
	font-size:16px;
	line-height: 24px;
	font-family: "Lato" !important;
}
.deal-info table {
	width: 100%;
	border: none;
}
.deal-info table td {
	vertical-align: top;
}
.deal-info .vendors {
	float: right;
	width: 255px;
	margin: 0 0 15px 15px;
}
.deal-info .vendor {
	float: right;
	width: 255px;
	margin: 0 0 15px 15px;
}
.deal-info #location_map {
	width: 255px;
	height: 200px;
}
.deal-info .google_area {
	padding: 5px;
	background: #cde7eb;
}
.deal-info .google_area p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
.deal-info .additionalsearchterms { 
	display:none;
}
.blog-entry {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}
.featured-logo {
	margin: 0 0 20px 0;
}
.featured-press-video {
	position: relative;
	width: 255px;
	float: left;
	margin: 0 15px 20px 15px;
}
.featured-press-video .overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 255px;
	height: 131px;
	background: url(/site_images/tv-overlay.png) top left no-repeat;
}
.press-item {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}
.entry-header, .entry-footer {
	clear: both;
	margin: 0 0 10px 0;
}
.press-item .entry-header {
	margin: 0 0 5px 0;
}
.press-item .detail {
}
.categories {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}
.categories a {
	font-weight: bold;
}
.press-item p {
	margin: 0 0 5px 0;
}
#how .p-1,#how .p-2,#how .p-3,#how .p-4 {
	padding: 0 0 18px;
	clear: both;
}

#how .p-1 .image {
	width: 230px;
	height: 150px;
	background: url(/site_images/how-it-works_sprite.png) 0% 0%;
	float: left;
	overflow: hidden;
}
#how .p-1 .title {
	width: 260px;
	height: 60px;
	background: url(/site_images/how-it-works_sprite.png) -265px -10px no-repeat;
	float: right;
}
#how .p-1 .title p {
	padding: 65px 0 0;
}
	
#how .p-2 .image {
	width: 230px;
	height: 150px;
	background: url(/site_images/how-it-works_sprite.png) 0% -155px no-repeat;
	float: right;
	overflow: hidden;
}
#how .p-2 .title {
	width: 280px;
	height: 60px;
	background: url(/site_images/how-it-works_sprite.png) -265px -70px no-repeat;
	float: left;
}
#how .p-2 .title p {
	padding: 65px 0 0;
}

#how .p-3 .image {
	width: 230px;
	height: 150px;
	background: url(/site_images/how-it-works_sprite.png) 0% -320%;
	float: left;
	overflow: hidden;
}
#how .p-3 .title {
	width: 260px;
	height: 60px;
	background: url(/site_images/how-it-works_sprite.png) -265px -160px no-repeat;
	float: right;
}
#how .p-3 .title p {
	padding: 65px 0 0;
}

#how .p-4 .image {
	width: 230px;
	height: 200px;
	background: url(/site_images/how-it-works_sprite.png) 0% -510px no-repeat;
	float: right;
	overflow: hidden;
}
#how .p-4 .title {
	width: 280px;
	height: 35px;
	background: url(/site_images/how-it-works_sprite.png) -265px -130px no-repeat;
	float: left;
}
#how .p-4 .title p {
	padding: 45px 0 0;
}
.sticker {
	margin: 0 0 35px;
}
.sticker textarea {
	float: right;
	font-size: 11px;
	height: 80px;
	width: 380px;
}
.recent-deal {
	width: 260px;
	float: left;
	padding: 10px;
	background: #d2d2d2;
	margin: 0 0 20px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.recent-deal .date {
	margin: 0 0 10px;
}
.recent-deal .inside .details, .module.available .inside .details, .recent-deal .inside .details2, .module.available .inside .details2 {
	padding: 5px 10px;
}
.details .smaller {
    font-size: 13px;
    font-weight: 400;
    color: #444444;
}
.slick .details .smaller { 
    font-size: 12px;
    font-weight: 300;
    color: #555;
	
}
.module.available .inside .details2 h4 {
	font-size: 15px;
	line-height: 20px;
}
.recent-deal .details h2 {
	color: #fff;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.recent-deal .more-details, .module.available .more-details {
	margin: 10px auto;
}
.more-details2 .tiny-details {
	width: 100%;
}
.more-details2 .tiny-details .combo {
	width: 100%;
}
.more-details .tiny-details .buy_btn, #gc_form .buy_btn {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 5px;
	padding: 7px 10px;
}
#dealbox {
	width: 305px;
	float: left;
	font-family: "Montserrat";
}
#dealbox .mid {
	margin: 0 0 15px 0;
}
#dealbox .sub {
	display: block;
	color: #666;
	background: transparent !important;
	display: block;
	margin: 7px 0;
}
#dealbox .status {
	color: #333;
	font-family: 'Arvo', serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	text-align: center;
	padding: 25px 0;
	display: none;
}
#dealbox .price {
	color: #000;
	font-size: 34px;
	line-height: 40px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px;
}
#dealbox .cents {
	font-size: 21px;
	vertical-align: top;
	line-height: 30px;
}
#dealbox .amount .cents {
	vertical-align: top;
}
#dealbox .buy_btn, .tiny-details .buy_btn, #gc_form .buy_btn, .buy_top .buy_btn {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	display: inline-block;
	padding: 8px 20px;
	background: #ac2d19;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#dealbox #deal-savings {
	color: #777;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
.tiny-details .buy_btn, #gc_form .buy_btn {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 5px;
}
#dealbox .time { 
	font-size: 12px;
	line-height: 16px;
	color: #ac2d19;
	margin: 0 0 10px 0;
	font-weight: bold;
}
#dealbox .time .title {
	padding: 0 18px 0 0;
	background: url(/site_images3/icon_clock.png) right center no-repeat;
	background-size: 15px;
	margin-right:6px;
}
#deal-savings .type {
	font-size: 12px;
	line-height: 6px;
	color: #353535;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.sharelinks .fbshare, .sharelinks .twitshare {
	float: left;
	margin: 0 12px;
}
.sharelinks h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #777;
}
.sharelinks .emailshare {
	clear: left;
	padding: 10px 0 0;
	text-align: center;
}
.sharelinks .emailshare img {
	float: none;
}
#buy-box {
	margin: 0 0 20px 0;
	padding: 15px 15px 0 15px;
}
.buy-top {
/*
	padding: 15px;
	background: #d7e2e4;
	border: 2px solid #3c886d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 1px #ccc;
	-moz-box-shadow: 0px 0px 5px 1px #ccc;
	box-shadow: 0px 0px 5px 1px #ccc;
	margin: 0 0 20px;
*/
    padding: 15px;
    background: #d6ebf3;
    border: 2px solid #4da9c9;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    margin: 0 0 20px;
}
#buy-box h1 {
	font-size: 20px;
	color: #2f2f2f;
	font-weight: bold;
	margin: 0 0 5px;
	line-height: 26px;
}
#buy-box h2 {
	clear: both;
	font-size: 18px;
}
#buy-box .chalkboard {
	clear: both;
	margin: 5px 0 0;
	width: 100%;
	float: right;
	border-collapse: collapse;
}
#buy-box .chalkboard th {
	padding: 10px;
	border-bottom: 1px solid #bcc2c4;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: left;
}
#buy-box .chalkboard td {
	padding: 10px;
	border-bottom: 1px solid #bcc2c4;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
#buy-box .chalkboard td.first-td {
	font-weight: bold;
}
#buy-box .chalkboard td.last-td, #buy-box .chalkboard th.last-th {
	text-align: right;
}
#buy-box .chalkboard .total-line {
	font-size: 15px;
	font-weight: bold;
}
#buy-box .chalkboard .total {
	color: #41888e;
	font-size: 26px;
	line-height: 30px;
}
#buy-box .chalkboard .ltd {
	background: #c9e2b0;
}
#buy-box select, select.auto {
	width: auto;
	font-size: 13px;
	padding: 0;
	color: #000;
}
#buy-box .checkout_gc_amt {
	width: 33px;
	font-size: 13px;
	padding: 0;
	color: #000;
	text-align: right;
}
#buy-box h3 {
	font-size: 26px;
	line-height: 30px;
	color: #41888e;
	margin: 0 0 15px;
}
#account .row { border-bottom: 1px solid #DDDDDD; padding: 10px 0; }
#account .row .txt { padding: 2px; border: 1px solid #CCC; width: 200px; }
#account .row .txt.unfocused { color: #999; }
#account .row .txt.focused { color: #111; }
#account .title { font-weight: bold; display: block; float: left; width: 140px; }
#account .right { display: block; float: left; width: 250px; }
#account .status { display: block; float: right; width: 110px; }
#account .error { clear: both; padding: 10px 0 0 140px; }
#account .msg { clear: both; padding: 10px 0 0 140px; color: blue; display: block; }
#account .fb_row { padding: 0 0 18px; }
#account .fb_row img { float: left; display: block; margin: 0 10px 0 0; }
#account .fb_row h1 { padding: 26px 0 0 10px; border: none; }

#purchased_codes table { border-collapse: collapse; }
#purchased_codes th { text-align: left; border-bottom: 1px dashed #ccc; }
#purchased_codes td { padding: 5px 6px 5px 0; font-size: 11px; font-family: "Lucida Grande", sans-serif; vertical-align: top; border-bottom: 1px dashed #ccc; }

#purchased_codes .vouch h3 {
	margin: 0;
}
#purchased_codes .vouch p {
	margin: 0 0 8px;
}
#purchased_codes .vouch .button {
	background: #e9973e;
	text-transform: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 13px;
	line-height: 17px;
}
#purchased_codes .vouch a {
	color: #588196;
}
#purchased_codes .vouch a.button {
	color: #fff;
}
#purchased_codes .vouch img {
	width: 140px;
	height: auto;
}
@media screen and (max-width:480px) { 
	#purchased_codes .vouch img { 
		width:50px;
		height:auto;
	}
}

#section-refer .refer_box {
	border: 1px solid #ccc;
	display: block;
	font-size: 18px;
	margin: 6px 0 0;
	padding: 5px;
	width: 400px;
}
#section-refer ul.sharelinks {
	margin: 30px 0 0;
	list-style: none;
}
#section-refer ul.sharelinks li {
	margin: 7px 0;
}
#section-refer ul.sharelinks a {
	color: #111;
	display: block;
	font-size: 15px;
	padding: 5px 0 8px 52px;
}
#section-refer ul.sharelinks li.twitter {
	background: url(/site_images/refer_icons-sprite.png) 0 0 no-repeat;
}
#section-refer ul.sharelinks li.facebook {
	background: url(/site_images/refer_icons-sprite.png) 0 -30px no-repeat;
}
#section-refer ul.sharelinks li.mail {
	background: url(/site_images/refer_icons-sprite.png) 0 -60px no-repeat;
}
#section-account #content .column.first, #section-account3 #content .column.first {
	min-height: 620px;
}
#section-account .refer_box, #section-account3 .refer_box {
	border: 1px solid #ccc;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 250px;
}
#section-account ul.sharelinks {
	margin:7px 0 20px 20px;
	list-style: none;
}
#section-account ul.sharelinks li {
	margin: 0 0 5px;
}
#section-account ul.sharelinks a {
	color: #111;
	display: block;
	font-size: 12px;
	padding: 5px 0 8px 52px;
}
#section-account ul.sharelinks li.twitter {
	background: url(/site_images/refer_icons-sprite.png) 0 0 no-repeat;
}
#section-account ul.sharelinks li.facebook {
	background: url(/site_images/refer_icons-sprite.png) 0 -30px no-repeat;
}
#section-account ul.sharelinks li.mail {
	background: url(/site_images/refer_icons-sprite.png) 0 -60px no-repeat;
}
.account_menu li {
    float: left;
    list-style-type: none;
    margin-right: 4px;
}
.account_menu {
    display: block;
    margin: 20px 0;
    padding: 0;
    border-bottom: 1px solid #616464;
}
.account_menu a {
	font-size:12px;
    padding: 7px;
    color: white;
    background-color: #e9973e;
}
.account_menu a.active, .account_menu a:hover { 
    background-color: #616464;
}

#section-account .newsletter-sublocation-item {
    margin-left: 30px;
    margin-bottom: 10px;
}

#section-account .newsletter-location-item {
    margin-bottom: 10px;
}

.still-on {
	position: absolute;
	top: 2px;
	right: -35px;
}
/* Misc */
.forward, .back {
	display: block;
	padding: 3px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.forward a, .back a {
	color: #000;
}
.forward {
	text-align: right;
}
.date, .byline, .activity {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #777;
	display: block;
	line-height: 12px;
	margin: 3px 0 0 0;
}
.byline {
	text-align: right;
}
.activity {
	margin: 0 0 10px;
}
.keepreading {
	font-family: "Lucida Grande", Arial, sans-serif;
	display: block;
	margin: 5px 0 5px 0;
	font-weight: bold;
}
.tagline {
	font-weight: bold;
	font-style: italic;
	color: #dcdcdc;
	font-size: 12px;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #777;
	line-height: 15px;
}
#pager {
	clear: both;
	padding: 10px 20px;
	text-align: center;
}
#pager a {
    background: #45939d;
    color: #edf1f0;
    font-weight: bold;
    padding: 5px 10px;
}
#pager span.active {
    background: #555555;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}
.clear {
	clear: both;
}
.terms-content {
	height: 415px;
	overflow: scroll;
}
.blogvideo {
	margin: 0 0 20px;
}
#blinker {
	background:#FFFF91;
	color:#333333;
	padding:4px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block;
	margin-left:3px;
}
/* Footer */
#footer {
	clear: both;
	background: #4da9c9;
	margin: 40px 0 0 0;
	padding: 25px 0;
}
#footer-logo {
	width: 220px;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#footer .columns {
	margin: 0 0 0 230px;
	clear: none;
}
#footer .column {
	width: 175px;
	margin: 0 5px 0 0;
}
#footer .column.fourth {
	margin: 0;
}
#footer .column.fourth a { 
	color:white !important;
}
#footer-content {
	width: 946px;
	margin: 16px auto 0;
}
#footer-logo {
	float: left;
	display: block;
}
#footer h4, #footer h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #f4f4f4;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#footer a {
	color:#f4f4f4;
}
#footer a.cd { 
	color:#7DC4E8;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
	font-size: 11px;
}
#footer a#siteby {
	display:block;
	font-size:11px;
	margin:5px 3px 10px 0;
	text-align:right;
}

/* Forms */
.form-line {
	margin: 0 0 12px;
	clear: both;
}
.form-line .smaller, .smallertext {
	font-size:0.7em;
}
input.text, select {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	width: 335px;
	font-size: 21px;
	color: #000;
	border: 1px solid #bbb;
}
input.text.small {
	width: 100px;
}
select {
	width: 306px;
}
textarea {
	background: #eaeaea;
	height: 98px;
	width: 475px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
label {
	display: block;
	margin: 3px 0 6px;
	color: #383838;
	font-family: Arial, sans-serif;
	font-size: 15px;
}
#buy-deal label {
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	float: left;
	width: 200px;
}
#buy-deal input.text, #buy-deal select.default {
	font-size: 16px;
	-webkit-box-shadow: inset 0px 0px 5px 1px #ccc;
	-moz-box-shadow: inset 0px 0px 5px 1px #ccc;
	box-shadow: inset 0px 0px 5px 1px #ccc; 
	padding: 3px;
}
label.check {
	display: inline;
}
.button {
	cursor: pointer;
	border: none;
	background: #4da9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 17px;
	color: #f1f1f3;
	line-height: 21px;
	text-transform: uppercase;
	padding: 6px 16px;
}
.buy-button {
	cursor: pointer;
	border: none;
	background: #1d5371;
	border: 1px solid #949495;
	font-size: 24px;
	color: #f1f1f3;
	line-height: 27px;
	padding: 12px 30px;
	-webkit-box-shadow: 4px 4px 2px 3px #dddddd;
	-moz-box-shadow: 4px 4px 2px 3px #dddddd;
	box-shadow: 4px 4px 2px 3px #dddddd;
	width: 500px;
	text-align: center;
	margin: 20px auto 10px auto;
	display: block;
}
#section-account .button {
	padding: 5px;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#headerSubscribe {
	display: inline-block;
	float: right;
}
#customform-subscribe .form-line, #headerSubscribe .form-line {
	float: left;
	clear: none;
}
#customform-subscribe input.text, #headerSubscribe input.text {
	background: #ebebeb;
}
#customform-subscribe label, #customform-subscribe #Field2, #headerSubscribe label, #headerSubscribe #Field2 {
	display: none;
}
#customform-subscribe label.showlabel, #headerSubscribe label.showlabel {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #eaeaea;
	width: 140px;
	text-align: right;
	float: left;
	margin: 3px 8px 0 0;
}
#headerSubscribe label.showlabel {
	color: #555;
}
#customform-subscribe #Field1, #headerSubscribe #Field1 {
	float: left;
	font-size: 12px;
	width: 192px;
	padding: 5px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#headerSubscribe #Field1 {
	border: 1px solid #eeeced;
	background: #fff;
}
#customform-subscribe #Field1.focused, #headerSubscribe #Field1.focused {
	color: #333;
}
#customform-subscribe #Field1.unfocused {
	color: #555;
}
#headerSubscribe #Field1.unfocused {
	color: #bebebe;
}
.registerme {
	clear: both;
	position: absolute;
	top: 26px;
	right: 0;
    padding: 10px;
    z-index: 999999;
    background: white;
    margin-top: 3px;
    border: 1px solid silver;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.registerme input.text {
	padding: 5px;
	border: none;
	font-size: 12px;
	float: left;
	width: 133px;
	color: #333;
}
#headerSubscribe .registerme .form-line.fname {
	clear: both;
	float: left;
}
#fnametop {
	margin: 0 5px 0 0;
}
.registerme p {
	font-size: 11px;
	line-height: 15px;
	color: #eaeaea;
	clear: both;
}
.registerme .closeme {
	position: absolute;
	top: 133px;
	left: 8px;
	cursor: pointer;
}
#customform-subscribe #submit, #headerSubscribe #submit {
	cursor: pointer;
	border: none;
	background: #4a9ca2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #f1f1f3;
	line-height: 16px;
	text-transform: uppercase;
	padding: 4px 6px;
	margin: 0 0 0 6px;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 20px/1.2em Arial, sans-serif;
	margin: 0 0 12px;
	color: #0372A6;
}
#comment-form label {
	float: right;
	width: 290px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
#locations {
	float: left;
	margin: 8px 15px 0px 0px;
	color: #98ce41;
}
#locations .fa {
	position: absolute;
	top: -17px;
	left: -8px;
}
#locations label {
	color: #333;
	margin: 3px 5px 0 0;
	float: left;
	font-size: 12px;
	display: none;
}
#locations #location-name {
	padding: 1px;
	margin: 2px 5px 0 0;
	width: auto;
	font-size: 13px;
	color: #5e841c;
	border: none;
}
#locations #submit-location {
	cursor: pointer;
	border: none;
	background: #4a9ca2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #f1f1f3;
	line-height: 15px;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 1px 0 0 5px;
	display: none;
}
#searchform_header label { 
	text-indent:-9999px;
	position:absolute;
}
#searchform #keywords, #searchform_header #keywords_header {
	color: #555;
	background: #ebebeb;
	padding: 5px 30px 5px 5px;
	font-size: 12px;
	width: 165px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px #888;
	-moz-box-shadow: 0px 0px 5px 1px #888;
	box-shadow: 0px 0px 5px 1px #888;
}
#searchform #searchsubmit, #searchform_header #searchsubmit_header {
	cursor: pointer;
	border: none;
	background: #4a9ca2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #f1f1f3;
	line-height: 16px;
	text-transform: uppercase;
	padding:6px 10px;
	margin: 0 0 0 6px;
	-webkit-box-shadow: 0px 0px 5px 1px #888;
	-moz-box-shadow: 0px 0px 5px 1px #888;
	box-shadow: 0px 0px 5px 1px #888;
}
#primary-menu-wrapper #searchform, #primary-menu-wrapper #searchform_header {
	float: right;
	margin: 6px 0 0 0;
}
#primary-menu-wrapper #searchform #keywords, #primary-menu-wrapper #searchform_header #keywords_header {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 5px;
	border: 1px solid #eeeced;
	color: #bebebe;
}
#primary-menu-wrapper #searchform .fa, #primary-menu-wrapper #searchform_header .fa {
	color: #98ce41;
	position: absolute;
	right: 8px;
	top: 12px;
}
#primary-menu-wrapper #searchform #searchsubmit, #primary-menu-wrapper #searchform_header #searchsubmit_header {
	display: none;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}
.success {
    color: #fff;
    background: #70ab00;
    padding: 6px;
    border-radius: 2px;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}
.fail-notice {
	border: 1px solid #CC0000;
	background: #F1B9B9;
	padding: 5px;
}
.fail {
	color: #CC0000;
	display: block;
	padding: 5px;
	border: 1px solid #cc0000;
	margin: 5px 0;
	width: 331px;
}
/* Comments */
.comment {
	margin: 0 0 8px 0;
}
.comment-inner {
	padding: 5px;
	background: #f7f0e0;
	font-size: 14px;
	font-style: italic;
}
.comment-inner p {
	color: #666;
}
.commenter {
	padding: 1px 0 5px 5px;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #555;
}
.commenter .date {
	display: inline;
}
.formsuccess {
	border:1px solid #555;
	padding:5px;
	background:#eaeaea;
}
.recentavailabletext {
	display: block;
	position:absolute;
	top:-50px;
	left:160px;
}
.giftinfo {
	display: none;
}

#gc_form .form-line { 
	clear:none;
}
#gc_form .buy_btn { 
	font-size:20px;
	margin-left:20px;
	color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 20px;
    background: #ac2d19;
    border-radius: 3px;
    border: 0;
}
#gc_form .gc_dollsign, #gc_form .gc_amt { 
	font-size:21px;
	text-align:right;
}
#gc_form .gc_amt { 
	width:50px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	font-size: 21px;
	color: #000;
	border: 1px solid #bbb;
}

.sorter {
	margin: 0 0 20px 16px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
.sorter a {
	padding: 3px 5px;
}
.sorter a.active, .sorter a:hover {
	color: #fff;
	background: #428b91;
	text-decoration: none;
}
.addthis_default_style .at300b {
	padding-bottom: 4px;
}
.customordercallout { 
	display:block;
	border:1px solid silver; 
	color:white;
	background:#29437d;
	text-align:center;
	padding:4px;
	margin-right:-300px;
	max-width:420px;
}
.customordercallout a { 
	color:white !important;
}

/* All Deals Categories additional CSS */

#section-all-deals .column-content .inner, #section-all-deals2 .column-content .inner {
	padding: 20px 0 0 0;
}
#section-all-deals .column-content2, #section-all-deals2 .column-content2 {
	-webkit-box-shadow: 0px 0px 5px 1px #bbb;
	-moz-box-shadow: 0px 0px 5px 1px #bbb;
	box-shadow: 0px 0px 5px 1px #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	padding: 0 0 25px 0;
}
.column-content2.deal-categories {
background: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
margin-bottom: 0 !important;
}
.deal-categories h1 {
margin: 0;
padding: 0;
color: #555;
font-size: 24px;
}
.all-deals-categories {
margin: 20px 0 0px 0px;
}
.all-deals-categories li {
display: inline-block;
font-size: 18px;
text-transform: lowercase;
margin: 0;
}
.all-deals-categories li a {
display:block;
padding:6px 8px 10px 8px;
display: inline-block;
margin: 0 5px 0 0;
font-family: 'Lato';
font-weight: 300;
font-size:17px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.all-deals-categories li a.active, .all-deals-categories li a:hover {
border-bottom: 2px solid #29437d;
text-decoration:none;
padding-bottom:8px;
}
.all-deals-categories li a.active {
font-weight:bold;
}
.all-deals-categories li.special a { 
color: #29437d;
background:url(/site_images/ck_most_popular.png) 3px 8px no-repeat;
background-size:18px;
padding-left:25px;
}
.all-deals-categories li.special a.active, .all-deals-categories li.special a:hover { 
	color:#29437d;
	border-bottom:2px solid #29437d;
}
.all-deals-categories li.last a { 
margin-right:0;
}
p.dealresults { 
	margin:0 0 16px 15px
}
.subcatlauncher { 
	float: right;
	margin-right: 17px;
	font-size: 12px;
}
.vendor_expand { 
	display:none;
	width:100%;
	text-align:right;
}
#promosubmit, #couponfield { 
	font-size: 12px;
	padding: 3px 8px;
	border-radius:3px;
}
#couponfield {  
	padding:6px 8px;
	border:1px solid silver;
}
.promoerror { 
	max-width:250px;
	color:#900;
	font-weight:bold;
}
.promomessage { 
	max-width:250px;
	color:#090;
	font-weight:bold;
}
.recent-deal.coupon {
	margin: 0 15px 15px 0;
	background: #ddd;
	width: 259px;
}
.recent-deal.coupon:nth-child(2n) {
	margin: 0 0 15px 0;
}
#section-coupons .column.first .column-content:after, .account_menu:after {
	content: "";
	display: table;
	clear: both;
}
.recent-deal.coupon img {
	max-width: 100%;
}
.recent-deal.coupon h2 {
	font-size: 15px;
	line-height: 19px;
}
.recent-deal.coupon p {
	font-size: 12px;
	line-height: 16px;
}
.recent-deal.coupon .button {
	font-size: 15px;
}





/* CART NOVEMBER 2015 */
	#section-cart, #section-cart2, #section-checkout, #section-checkout2 { 
		background-image:none;
	}
	#section-cart .notice, #section-cart2 .notice, #section-checkout .notice, #section-checkout2 .notice { 
		background:#f2fa9b;
		padding:10px;
		color:#555;
		text-align:center;
		margin:10px 0;
	}
	#section-cart .two-a .column.first, #section-cart2 .two-a .column.first, #section-checkout .two-a .column.first, #section-checkout2 .two-a .column.first { 
		width:100%;
		border-right: none;
	}
	#section-cart .two-a .column.second, #section-cart2 .two-a .column.second, #section-checkout .two-a .column.second, #section-checkout2 .two-a .column.second { 
		display:none;
	}
	
	#section-cart h1.general, #section-cart2 h1.general, #section-checkout h1.general, #section-checkout2 h1.general {  
	    font-family: 'Lato', sans-serif;
	    text-transform: uppercase;
	    font-size: 30px;
	    padding-top: 20px;
	    display: block;
	    font-weight:normal;
	    margin-bottom:20px;
	    padding-bottom:20px;
	    border-bottom:3px solid #e6e6e6;
	    margin-left:20px; margin-right:20px;
	    padding-left:0;
	}
	#section-cart h2, #section-cart2 h2, #section-checkout h2, #section-checkout2 h2 { 
		font-size: 24px;
		color:#666;
	}	
	.cart { 
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		width:100%;
	}
	.cart td, .cart th { 
		text-align:left; 
		border-top:1px solid #eeeeee;
		padding:15px;
		color:#555555;
	}
	.cart .product-name a { 
		font-weight:bold;
	}
	.cart .product-price, .cart .product-quantity, .cart .product-subtotal { 
		text-align:right;
	}
	.cart .product-quantity input[type="text"] {
	    font-size: 24px;
	    width: 60px;
	    text-align: center;
	    border-radius: 5px;
	    border: 1px solid silver;
	}
	.cart select { 
		width:auto !important;
	}
	.cart .actions { 
		text-align:right;
	}
	.cart .coupon {
	    float:left;
	}
	.cart .coupon label { 
	    display:none;
	}
	.cart #coupon_code { 
	    font-size:18px; 
	    padding:5px 5px 6px;
	    border-radius:5px;
	    border:1px solid #ddd;
	    background:#fafafa;
	    width:225px;
	}
	
	.product-remove a {
	    color:#ffffff;
	    font-family:'Lato';
	    font-weight:bold;
	    font-size:14px;
	    display:block;
	    padding:5px 8px;
	    text-transform:uppercase;
	    text-align:center;
	    width:32px;
/* 	    height:32px; */
	    border-radius:16px;
	    background:#ff9797;
	}
	.product-remove a:hover {
	    color:white;
	    background:#aa0000;
	    text-decoration:none;
	}
	
	.clearfix { 
		display:block;
		clear:both;
	}
	.cart-collaterals {
	    display: inline-block;
	    min-width: 280px;
	    max-width: 350px;
	    width: 100%;
	    float: right;
	}
	.cart-collaterals h1.general { 
	    padding:10px 0;
	    font-size:24px;
	    margin-left:0 !important; 
	    margin-right:0 !important;
	}
	.cart-collaterals table { 
	    padding:20px 0
	}
	.cart-collaterals th { 
	    text-align:left;
	    width:150px;
	    padding:10px 30px 10px 0;
	    color:#555;
	
	}
	.cart-collaterals td { 
	    padding:10px;
	    width:100%;
	    color:#555;
	}
	.cart-collaterals tr:nth-child(even) { 
	    background:#fdfdfd;
	}
	.cart-collaterals tr:nth-child(odd) { 
	    background:#f7f7f7;
	}
	.cart-collaterals tr th { 
	    background:#ffffff;
	}
	.proceed-to-checkout a { 
	    display: block;
		text-align: center;
	}
	.amount.red { 
		color:#e84b44;
	}
	.amount.big { 
		font-size:18px;
	}
	.keepshopping { 
		float:left;
		margin-top:30px;
		clear:both;
		display:block;
	}
	

/* CHECKOUT  NOVEMBER 2015 */

#section-checkout .billingDetails, #section-checkout2 .billingDetails { 
	float:left;
	max-width:485px;
	width:100%;
	min-height:450px;
}

#section-checkout .orderDetails_container, #section-checkout2 .orderDetails_container { 
	max-width:400px; 
	float:right;
}
#section-checkout .orderDetails, #section-checkout2 .orderDetails { 
	border:3px solid #4a9ca2;
	max-width:394px;
	padding:10px 0;
	float:right; 
	width:100%;
}
#section-checkout .orderDetails h2, #section-checkout2 .orderDetails h2 { 
	padding-left:10px;
}
#section-checkout .cart, #section-checkout2 .cart { 
	border-left:0; border-right:0;
}
#section-checkout .cart td, #section-checkout .cart th, #section-checkout2 .cart td, #section-checkout2 .cart th { 
	font-size:12px;
}
#section-checkout .complete-checkout, #section-checkout2 .complete-checkout { 
	max-width: 400px;
	font-size:11px;
	text-align:center;
	float: right; 
}
#section-checkout .complete-checkout em, #section-checkout2 .complete-checkout em { 
	padding:5px 15px;
	display:block;
}
#section-checkout .complete-checkout .button, #section-checkout2 .complete-checkout .button { 
	max-width: 400px;
    width: 100%;
    padding: 10px 0;
    border-radius:0; 
    background:#990000;
    margin-top:15px;
    margin-bottom:10px;
    border-bottom: 3px solid #550000;
}

#section-checkout .useSaved, #section-checkout .useNew, #section-checkout2 .useSaved, #section-checkout2 .useNew {
    background: #d9eed9;
    padding: 20px;
    margin-bottom: 5px;
	color:#555;
}
#section-checkout .useNew, #section-checkout2 .useNew { 
	background:#fdf0d5;
}
#section-checkout .useSaved h2, #section-checkout .useNew h2, #section-checkout2 .useSaved h2, #section-checkout2 .useNew h2 { 
	font-size:18px;
}
#section-checkout .useSaved .card, #section-checkout2 .useSaved .card {
	margin-left:30px;
	border-top:1px solid silver; 
	border-bottom:1px solid silver; 
	margin-bottom:10px;
}
#section-checkout .useSaved .card td, #section-checkout2 .useSaved .card td { 
	padding:10px;
	color:#555;
}
#section-checkout .useSaved .card img, #section-checkout2 .useSaved .card img { 
	width:45px; height:auto;
}
#section-checkout .useSaved .savedBilling, #section-checkout2 .useSaved .savedBilling { 
	font-size:18px;
	line-height:28px;
	margin-left:30px;
}
#section-checkout .useNewForm, #section-checkout2 .useNewForm {
	background:#eee;
	padding:20px;
}
#section-checkout .useNewForm label, #section-checkout .giftinfo label, #section-checkout2 .useNewForm label, #section-checkout2 .giftinfo label { 
	font-size: 12px;
    font-weight: bold;
    color: #666;
}
#section-checkout select, #section-checkout2 select {
    width: auto !important;
}

.shareThisDealBox { 
    border: 2px solid #4aa8b0;
    border-radius: 15px;
    padding: 20px;
    max-width: 500px;
    margin: 10px auto;
    min-height: 107px;
}

.shareThisDealBox .dealimg { 
	width: 137px;
    display: inline;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
}
.shareThisDealBox p { 
	border-bottom: 1px solid silver;
    margin-left: 150px;
    padding-bottom: 12px;
}

/* Update All Deals page
------------------------------------------- */
#section-all-deals2 {
    background-image: none;
}
#section-all-deals2 #content .socialfollow, #section-all-deals2 #searchsubmit {
	display: none;
}
#section-all-deals2 .all-deals-categories li a {
	font-size: 14px;
}
.all-deals-categories li a { 
    font-weight:300;
    font-size:14px;
    font-family:'Montserrat';
    text-transform:initial;
}
.all-deals-categories li.special a {
    background: none;
    padding-left:0;
}

.all-deals-categories li.special a:before {
    content: "\f06d";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    padding-right:5px;
    color:#c94e4e;
}
.all-deals-categories li a.active {
    font-weight: 400;
}
#section-all-deals2 .two-a .column.first {
	float: right;
	margin: 0;
	width: 707px;
	border-left: 1px solid #a8a8a8;
	border-right: none;
	padding: 0;
	min-height:1152px;
}
#section-all-deals2 .two-a .column.second {
	margin: 0;
	width: 238px;
	background: #fff;
	position:relative;
}
#section-all-deals2 .module {
	margin: 0 0 15px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#section-all-deals2 .two-a .column.first .column-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#section-all-deals2 .column.second .module.search {
	background: #6dafb8;
	width: 92%;
	padding: 12px 10px;
	position: relative;
}
#section-all-deals2 .column.second #searchform #keywords {
	-webkit-box-shadow:inset 2px 2px 4px 0 #D4D4D4;
	box-shadow:inset 2px 2px 4px 0 #D4D4D4;
	width: 92%;
	background: #fdfcfb;
	border: 1px solid #fafafa;
	padding: 5px;
}
#section-all-deals2 .reset { 
	font-size:12px;
	cursor:pointer;
	color:#fff;
	display: block;
	margin: 5px 0 0 0;
	text-align: right;
}
#section-all-deals2 #searchform p {
	font-family: "Lato";
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 10px;
	color: #ffffff;
}
#section-all-deals2 .module.filter h4 {
	font-family: "Montserrat";
	font-weight: bold;
	color: #4d4d4d;
	font-size: 16px;
	border-bottom: 1px solid #4d4d4d;
	background: #e4e4e4;
	padding: 8px 8px 6px;
	cursor: pointer;
}
#section-all-deals2 .module.filter h4:after {
	content: "\25bc";
	float: right;
	font-size: 14px;
}
#section-all-deals2 .module.filter h4.closed:after {
	content: "\25b6";
}
#section-all-deals2 .recent-deal, #section-all-deals .recent-deal, .recent-deal {
	width: 220px;
	padding: 0;
	background: #efefef;
	margin: 0 7px 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #c5c5c5;
}
#section-all-deals .recent-deal, .recent-deal {
	width: 189px;
}
#section-all-deals2 .recent-deal .location_list, #section-all-deals2 .recent-deal .secondarylocation_list, #section-all-deals2 .recent-deal .category_list, #section-all-deals2 .recent-deal .description, #section-all-deals2 .recent-deal .vendorzip, #section-all-deals .recent-deal .location_list, #section-all-deals .recent-deal .category_list, #section-all-deals .recent-deal .description, #section-all-deals .recent-deal .vendorzip { 
	display:none;
}
#section-all-deals2 .recent-deal.list, #section-all-deals .recent-deal.list {
	float: none;
	width: 98%;
	margin: 0 1% 10px;
	clear: both;
	height: 98px;
}
#section-all-deals2 .recent-deal.new, #section-all-deals .recent-deal.new {
	border-bottom: 1px solid #f4e265;
/* 	background: #efefef url(/site_images2/ribbon_new_tile.png) right bottom no-repeat; */
	background-size: 30%;
}
#section-all-deals2 .recent-deal.popular, #section-all-deals .recent-deal.popular {
	border-bottom: 1px solid #41aac6;
	/* background: #efefef url(/site_images2/ribbon_ending_tile.png) right bottom no-repeat; */
	background:#efefef;
	background-size: 30%;
}
#section-all-deals2 .recent-deal .popular, #section-all-deals .recent-deal .popular { 
    width: 68px;
    height: 68px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(/site_images3/ribbon_popular_2a.png) top right no-repeat;
    background-size: 100%;
}
#section-all-deals2 .recent-deal.ending, #section-all-deals .recent-deal.ending {
	border-bottom: 1px solid #d93a31;
/* 	background: #efefef url(/site_images2/ribbon_ending_tile.png) right bottom no-repeat; */
	background:#efefef;
	background-size: 30%;
}
#section-all-deals2 .recent-deal .new, #section-all-deals .recent-deal .new { 
    width: 68px;
    height: 68px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(/site_images3/ribbon_new.png) top right no-repeat;
    background-size: 100%;
}
#section-all-deals2 .recent-deal.ending .ending_soon, #section-all-deals .recent-deal.ending .ending_soon { 
    width: 68px;
    height: 68px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(/site_images3/ribbon_ending_soon_2d.png) top right no-repeat;
    background-size: 100%;
}
#section-all-deals2 .recent-deal.list.new {
	background: #efefef url(/site_images2/ribbon_new_list.png) right top no-repeat;
	background-size: 10%;
}
#section-all-deals2 .recent-deal.list.ending {
	background: #efefef url(/site_images2/ribbon_ending_list.png) right top no-repeat;
	background-size: 10%;
}
#section-all-deals2 .zipdiv select { 
    width: auto;
    font-size: 12px;
    margin-top: 5px;
}
#section-all-deals2 .zipArrow {
    position: absolute;
    width: 70px;
    left: 40px;
    bottom: -5px;
}
#section-all-deals2 .recent-deal .dealphoto, #section-all-deals .recent-deal .dealphoto, .recent-deal .dealphoto {
	width: 100%;
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	display: block;
}
#section-all-deals2 .recent-deal.list .dealphoto, #section-all-deals .recent-deal.list .dealphoto {
	float: left;
	width: 150px;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 10px 0 0;
}
#section-all-deals2 .recent-deal .inside .details, #section-all-deals .recent-deal .inside .details, .recent-deal .inside .details {
	position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 10px;
    background: transparent !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 180px;
}
#section-all-deals2 .recent-deal .details h2, #section-all-deals .recent-deal .details h2, .recent-deal .details h2 {
	color: #000;
	font-family: "Lato";
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	height: 145px;
	margin: 0 0 10px 0;
}
#section-all-deals .recent-deal .details h2, .recent-deal .details h2 {
	height: 145px;
	font-size: 15px;
}
#section-all-deals2 .recent-deal.list .details h2, #section-all-deals .recent-deal.list .details h2 {
	font-size: 18px;
	line-height: 22px;
	height: auto;
	color: #147a81;
	width: 92%;
}
#section-all-deals2 .recent-deal .details h2 a, #section-all-deals .recent-deal .details h2 a, .recent-deal .details h2 a {
	color: #000;
}
#section-all-deals2 .recent-deal.list .details h2 a {
	color: #147a81;
}
#section-all-deals2 .recent-deal .more-details, #section-all-deals .recent-deal .more-details, .recent-deal .more-details {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}
#section-all-deals2 .recent-deal.list .more-details, #section-all-deals .recent-deal.list .more-details {
	float: right;
	margin: 0 30px 0 0;
}
#section-all-deals2 .tiny-details, #section-all-deals .tiny-details, .recent-deal .tiny-details {
	width: auto;
}
#section-all-deals2 .combo, #section-all-deals .combo {
	font-family: "Lato";
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #5d5e5e;
}
#section-all-deals2 .combo .value2, #section-all-deals .combo .value2 {
	color: #969696;
	text-decoration: line-through;
	margin: 0 5px 0 0;
	line-height: 22px;
}
#section-all-deals2 .combo .price2, #section-all-deals .combo .price {
	color: #147a81;
	margin: 0 6px 0 0;
	font-size: 16px;
}
#section-all-deals2 .viewtoggle {
	position: absolute;
	top: 10px;
	right: 20px;
}
#section-all-deals2 .viewtoggle .fa {
	vertical-align: middle;
	padding: 6px 6px 4px;
	border: 1px solid #78abbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
	cursor: pointer;
}
#section-all-deals2 .fa-th-large.fa-2x {
	font-size: 1.85em !important;
}
#section-all-deals2 .fa-bars.fa-2x {
	padding: 4px 6px 4px 6px;
}
#section-all-deals2 p.dealresults {
	margin: 0 0 25px 15px;
}
#section-all-deals2 #filterform input {
	margin: 0 5px 0 0;
}
#section-all-deals2 #filterform li {
	margin: 0 0 6px;
}
#section-all-deals2 #filterform li label {
	display: inline;
	color: #0372A6;
	cursor: pointer;
}
#section-all-deals2 #filterform .count {
	font-size: 11px;
}
#section-all-deals2 .column-content2 {
	padding: 0 0 10px;
}
#section-all-deals2 .campheader {
	width: 100%;
	margin: 0 0 10px;
}
#section-all-deals2 #topFilter {
	margin: 0 0 15px 15px;
	width: 73%;
}
#section-all-deals2 .tf {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #6dafb8;
	color: #fff;
	margin: 0 6px 6px 0;
	cursor: pointer;
	font-size: 12px;
}
#section-all-deals2 .tf:before {
	content: " x";
	background: silver;
	padding: 4px;
	margin-right: 4px;
	margin-left: -4px;
	border-radius: 3px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.yotpoReviewText {
    float: right;
    font-size: 11px;
    padding-top: 1px;
    color:#5d5e5e;
}
.yotpostars {
	color:#5d5e5e;
    float: right;
    vertical-align: middle;
    padding: 0px 5px;
    background: white;
    border-radius: 20px;
    margin-right: -2px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    position:absolute;
    top:-23px;
    right:6px;
}
.yotpostars .fas {
    font-size: 10px;
    color: #fc9034;
}
.yotpostars .yotpo-icon {
    speak: none;
    font-size: 12.5px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: auto !important;
    background: none;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yotpostars .yotpo-icon, .yotpostars .yotpo-icon:after, .yotpostars .yotpo-icon:before, .yotpo .yotpo-icon {
    /* font-family: "yotpo-widget-font" !important; */
	font-family: CustomIcomoon !important';

}
.yotpostars .yotpo-icon, .yotpo .yotpo-bottomline .yotpo-icon-star {
    float: left;
    color: #fc9034;
}
.yotpo.yotpoReviews .yotpo-bottomline .yotpo-icon-star {
    color: #fc9034;
	float: none !important;
}
.yotpostars .yotpo-icon-default-star:before, .yotpostars .yotpo-icon-star:before, .yotpo .yotpo-icon-star:before {
    /* content: "\e60e"; */
	font-family: CustomIcomoon !important;
	content: "";
}
span.reviews-qa-labels-container {
    font-size: 11px;
    display:inline-block;
    margin-top:-2px;
    display:none;
}
.yotpo .yotpo-regular-box {
    padding: 25px 0 22px;
    margin: 0 10px;
}


.socialfollow {
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.socialfollow h3 {
	color: #333;
	padding: 0 12px;
	margin: 0 0 5px;
	background: transparent;
}
.socialfollow ul {
	margin: 0 0 10px 12px;
}
.socialfollow li {
	list-style: none;
	display: inline-block;
	margin: 0 8px 0 0;
}
.socialfollow li span { 
	text-indent:-9999px;
	position:absolute;
}
.socialfollow .fa-facebook { 
}
.socialfollow .fa-facebook-square {
	color: #425f9e;
}
.socialfollow .fa-twitter-square {
	color: #00aced;
}
.socialfollow .fa-pinterest {
	color: #bf0013;
}
.socialfollow .fa-instagram {
	color: #000;
}
#footer .socialfollow h3 {
	color: #f4f4f4;
	padding: 0;
}
#footer .socialfollow .fa {
	color: #f4f4f4 !important;
}
#footer .socialfollow .fab { 
	color:#f4f4f4 !important;
	margin-right:3px;
}
#section-all-deals #content .socialfollow {
	display: none;
}
#section-business h1.general, #section-business .two-a .column.second {
	display: none;
}
#section-business .column-content .inner {
	padding: 20px 0;
}
#section-business .pagecontent h2 {
	text-align: center;
	font-size:20px;
}
#section-business .pagecontent h3, #section-business .pagecontent p {
	text-align: center;
	font-size:17px;
}
#section-business .pagecontent h3, #section-business .pagecontent .features p {
	text-align: center;
	font-size:15px;
}

#section-business .two-a .column.first {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
	padding: 0;
	float: none;
	border: none;
}
#section-business hr {
	margin: 25px 0;
	height: 20px;
	background: url(/site_images3/purple-down.png) center center no-repeat;
	background-size: contain;
	border: none;
}
.features {
	width:100%;
	padding: 20px 5px;
	background: #4aa8c8;
}
.features_inner { 
	max-width:690px; 
	margin:auto;
}
.feature {
	float: left;
	width: 31%;
	color: #fff;
	padding: 0 1.15%;
	text-align: center;
}
.feature:nth-child(3n+1) {
	clear: left;
}
.feature h3, .feature p {
	color: #fff;
}
.feature p {
	font-size: .85em;
}
.feature img {
	height: 40px !important;
	width: auto;
	margin: 0 0 20px;
}
.at_flat_counter { display: none !important; }



/* camp scholarship program */
.scholarship_info {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}

img.cksch_thumb {
    float: right;
    width: 123px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

span.other {
	text-align: left;
	margin-left:110px;
	display: none;
	padding: 9px 0 0 0;
}

input.sch_other {
    font-size: 18px;
    padding: 2px 5px;
    width: 50px;
    text-align:center;
    /* text-align: right; */
}




/* new blog */
ul.blog-entries {
    margin: 0;
    padding: 0;
}

li.blog-post-summary {
    list-style-type: none;
    margin: 0 !important;
    border-top: 1px solid rgba(155,155,155,0.3);
    padding: 20px 0;
    clear: both;
}
li.blog-post-summary a:hover h2 { 
    color:#4da9c9;
}
li.blog-post-summary span { 
    text-transform:uppercase; 
    font-size:11px; 
    letter-spacing:1px;
    color:#AAA;
    margin-bottom:6px;
    display:block;
    font-weight:200;
}
li.blog-post-summary p { 
    color:#777777;
}
.blog-image {
    float: left;
    margin: 0 5px 15px 5px;
}

.blog-summary-content {
    float: left;
    margin: 0 5px;
    max-width: calc(100% - 320px);
    min-width:300px; 
}

li.blog-post-summary .blog-image img {
    width: 300px;
}

.blog-single-entry h1 {
    font-size: 24px;
    font-weight: 300;
}

.blog-single-entry .blog-image img { 
	width:100%;
	height:auto;
}
.blog-single-entry span.post-date {
    color: #aaaaaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    margin-bottom: 10px;
    padding-right:15px;
}

.blog-single-entry .addthis_inline_share_toolbox {
    margin-bottom: 20px;
}
.blog-single-entry .tags { 
    color:#aaaaaa;
}

.blog-single-entry .category-buttons a {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    background: #99ce53;
    color: white;
    margin-bottom: 15px;
    margin-right: 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    border-radius:2px;
}
.blog-single-entry .category-buttons a:hover { 
    background: #21a71f;
}

.module.blogcategories.recentposts ul {
    list-style-type: none;
    margin: 0;
}

.module.recentposts li {
    border-bottom: 1px solid rgba(155,155,155,0.5);
    margin-top:10px;
    clear:both;
    min-height:60px;
    float:left;
    width:100%;
}

.module.recentposts li .blog-image-thumbnail img { 
    float:left; margin-right:10px; 
    width:90px; 
    margin-bottom:10px;
}
.module.recentposts .summary { 
    float:left; 
    width:calc(100% - 100px);
}

.module.recentposts .summary span { 
    font-size:11px;
    line-height:10px;
    margin-top:0px;
    display:block;
    color:#999999;
    margin-bottom:5px;
}
.module.recentposts .summary h4 { 
    font-size:15px;
    font-weight:400;
}
.module.recentposts .summary h2 { 
    font-size:15px;
    font-weight:400;
    border:none;
    color:black
}

/* home page localization description */
.location_description_area { 
    display:table; 

}
.location_description_area .description {
    background: #eeeff0;
    padding:20px;
    vertical-align:top; 
    display:table-cell;
    min-width:300px;
}
.location_description_area .description .column-responsive { 
	column-count:2;
}

.location_description_area { 
    margin-bottom:20px;
}

@media screen and (max-width:768px) { 
    .location_description_area .description {
        display:inline-block; 
        min-width:initial;
    }
    .location_description_area .description .column-responsive { 
		column-count:1;
	}
}



/* nav changes */
span.nav-location {
    padding-left: 11px;
    color: #99fac4;
    font-family: 'Montserrat';
    font-weight: 200;
    line-height:25px;
}

/* yotpo */

.promoted-products-box {
    display: none !important;
}

.yotpoReviews.yotpo {
    margin-top: 20px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.yotpoReviews .avg-score {
    font-size: 30px;
    padding-right: 10px;
}

.yotpoReviews span.yotpo-filter-stars.rating-stars-container .rating-star {
    font-size: 26px;
}

.yotpoReviews.yotpo .yotpo-regular-box .bottom-line-items a {
    vertical-align: middle;
    height: 30px;
    display: block;
}
.yotpoReviews.yotpo .yotpo-regular-box .bottom-line-items a:hover { 
	text-decoration: underline;
}

.yotpoReviews span.reviews-qa-labels-container {
    vertical-align: super;
    display: inline-block;
}




/* home page changes 2019-01-22 */
/* changes to home page */
.hp-top .quick-start ul li {
    margin: 0 0 12px;
    font-family: "Montserrat";
}

.hp-top .deal { 
	box-shadow:0px 0px 20px rgba(100,100,100,0.1);
}
@media screen and (min-width:768px) { 
	.hp-top .deal .deal-photo {
	    width: 360px;
	    height:250px;
	}
	
	.hp-top .deal .deal-details {
	    min-height: 250px;
	    width: 336px;
	}
}
.video-popup {
    background: #4da9c9;
    display: block;
    float: right;
    max-width: 716px;
    padding: 10px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
}


.video-popup img.whatis {
    width: 100%;
    height: auto;
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.video-popup span.findout {
    color: white;
    display: inline-block;
    font-family: 'Montserrat';
    vertical-align: middle;
}

.video-popup img.video {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: -20px 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
@media screen and (min-width:475px) and (max-width:767px) { 
    .video-popup { 
        float:left;
        max-width:95%;
    }
    .video-popup img.whatis { 
        width:300px;
        display:block;
        margin:20px auto 0;
    }
    .video-popup img.video { 
        margin:20px;
        width:auto !important;
    }
    .video-popup span.findout { 
        display:block;
    }
}

@media screen and (max-width:474px) { 
    .video-popup { 
        float:left;
        width:auto !important;
    }
   .video-popup img.whatis { 
   		width:240px;
   } 
   .video-popup img.video { 
        margin:20px;
        width:auto !important;
        max-width:240px !important;
    }

}




.blog-and-ad-area .module.ck7 { 
	float:left; 
	margin-left:0px;
	margin-right:20px;
}
.blog-and-ad-area .blog-content { 
	float:right;
	width:100%;
	max-width:579px;
}
.blog-and-ad-area .blog-content h2.reverse { 
	background:#f99132;
}
.blog-content .item .blog-image { 
	margin:0px !important;
	height:100%;
}

.blog-content .item {
    width: 277px;
    display: inline-block;
    background: white;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position:relative;
}

.blog-content .item a {
    width: 100%;
    display: block !important;
    height: 245px;
}

.blog-content img {
    max-width: initial !important;
    margin-bottom: 10px;
    object-fit:cover;
    object-position:center;
    height:100% !important;
    width:100%;
}

.blog-content .blog-summary-content {
    min-width: initial;
    max-width: initial;
    margin: auto 10px;
    position:absolute; 
    left:0;
    bottom:0;
    padding:5px;
    border-radius:5px;
    background:rgba(255,255,255,0.95);
    margin-bottom:10px;
   
}
.blog-content .item h2 { 
	font-weight:300;
    padding: 5px 5px 0 5px;
    line-height: 1.3em;
}
@media screen and (min-width:1024px) { 
	.blog-and-ad-area {
	    background: #f6f6f6;
	    padding: 20px 0 0 0;
	    margin-left: calc(-50vw + 50%);
	    margin-right: calc(-50vw + 50%);
	    width: 99.5vw;
	}
	.blog-and-ad-area-inner { 
		max-width:946px;
		margin:auto;
	}
}
@media screen and (min-width:475px) and (max-width:767px) { 
	.blog-and-ad-area .module.ck7 {
	    float: none;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    display: block;
	}
	.blog-and-ad-area .blog-content {
	    float: none;
	    display: block;
	    margin: auto !important;
	}
	.blog-and-ad-area .item { 
		max-width:47%;
	}
	margin-bottom:20px;
}
@media screen and (max-width:474px) { 
	.blog-and-ad-area .item {
	    width: 95%;
	    margin-bottom: 20px;
	}
	.blog-and-ad-area img { 
	    max-width: 100% !important;
	    height: 100% !important;
	}
}


#section-index .yotpo-pictures-gallery-header-wrapper, #section-index2 .yotpo-pictures-gallery-header-wrapper {
    background: #4da9c9;
}

#section-index .yotpo-slider-title, #section-index2 .yotpo-slider-title {
    font-size: 17px !important;
    color: white !important;
    font-family: 'Montserrat' !important;
}

#section-index .yotpo-slider-title-wrapper, #section-index2 .yotpo-slider-title-wrapper {
    padding: 8px !important;
}
#section-index span.yotpo-pictures-gallery-title, #section-index2 span.yotpo-pictures-gallery-title {
    color: white !important;
    font-family: 'Montserrat';
    font-size: 18px !important;
    padding: 8px !important;
    display: inline-block;
}




/* shark tank mobile banner */

.desktop-st-banner { 
	display:block;
	margin-top:20px;
	
}
.desktop-st-banner img { 
	max-width:100%;
}
@media screen and (max-width:959px) { 
	.mobile-st-banner {
	    display:block !important;
	    height:auto !important;
	    width: 100%;
	    margin-bottom:20px;
	}
	.mobile-st-banner img {
	    object-position:center;
	    object-fit:cover;
	    width: 100% !important;
	    height:auto;
	    min-height: 50px;
	}
	.desktop-st-banner { 
		display:none;
	}
}
