﻿@charset "utf-8";
@import '../../dist/@hy-vee/design-tokens/src/tokens.css?version=0.5.0';
/* CSS Document */

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
::selection {
	background: #1ABC9C;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
 background: #1ABC9C; /* Firefox */
 color: #FFF;
 text-shadow: none;
}
::-webkit-selection {
 background: #1ABC9C; /* Safari */
 color: #FFF;
 text-shadow: none;
}
:active {
	outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
	line-height: 1.5;
	color: #555;
	font-family: var(--font-family);
	background: #DDDDDD;
}
a {
	text-decoration: none !important;
	color: #1ABC9C;
}
a:hover {color: #b10503;}
a img {border: none;}
img {max-width: 100%;}
iframe {border: none !important;}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: var(--font-family);
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;font-weight: 600;}
h5 {font-size: 14px;font-weight: bold;margin-bottom: 20px;}
h6 {font-size: 12px;font-weight: bold;margin-bottom: 20px;}
h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor) {color: #1ABC9C;}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {margin-bottom: 30px;}
small {font-family: var(--font-family);}
.uppercase {text-transform: uppercase !important;}
.lowercase {text-transform: lowercase !important;}
.capitalize {text-transform: capitalize !important;}
.nott {text-transform: none !important;}
.tright {text-align: right !important;}
.tleft {text-align: left !important;}
.fright {float: right !important;}
.fleft {float: left !important;}
.fnone {float: none !important;}
.block{ display:block; }
.inlineBlock { display: inline-block;}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.line, .double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}
.line.line-sm {margin: 30px 0;}
.double-line {border-top: 3px double #E5E5E5;}
.allmargin {margin: 50px !important;}
.allpadding {padding: 50px !important;}
.leftmargin {margin-left: 50px !important;}
.rightmargin {margin-right: 50px !important;}
.topmargin {margin-top: 50px !important;}
.bottommargin {margin-bottom: 50px !important;}
.clear-bottommargin {margin-bottom: -50px !important;}
.allmarginvertauto{margin:auto 0px;}
.allmargin-sm {margin: 30px !important;}
.allpadding-sm {padding: 30px !important;}
.leftmargin-sm {margin-left: 30px !important;}
.rightmargin-sm {margin-right: 30px !important;}
.topmargin-sm {margin-top: 30px !important;}
.bottommargin-sm {margin-bottom: 30px !important;}
.clear-bottommargin-sm {margin-bottom: -30px !important;}
.allmargin-lg {margin: 80px !important;}
.allpadding-lg {padding: 80px !important;}
.leftmargin-lg {margin-left: 80px !important;}
.rightmargin-lg {margin-right: 80px !important;}
.topmargin-lg {margin-top: 80px !important;}
.bottommargin-lg {margin-bottom: 80px !important;}
.clear-bottommargin-lg {margin-bottom: -80px !important;}
.nomargin {margin: 0 !important;}
.noleftmargin {margin-left: 0 !important;}
.norightmargin {margin-right: 0 !important;}
.notopmargin {margin-top: 0 !important;}
.nobottommargin {margin-bottom: 0 !important;}
.header-stick {margin-top: -50px !important;}
.content-wrap .header-stick {margin-top: -80px !important;}
.noborder {border: none !important;}
.noleftborder {border-left: none !important;}
.norightborder {border-right: none !important;}
.notopborder {border-top: none !important;}
.nobottomborder {border-bottom: none !important;}
.noradius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.col-padding {padding: 60px;}
.nopadding {padding: 0 !important;}
.noleftpadding {padding-left: 0 !important;}
.norightpadding {padding-right: 0 !important;}
.notoppadding {padding-top: 0 !important;}
.nobottompadding {padding-bottom: 0 !important;}
.noabsolute {position: relative !important;}
.noshadow {box-shadow: none !important;}
.hidden {display: none !important;}
.nothidden {display: block !important;}
.inline-block {
	float: none !important;
	display: inline-block !important;
}
.center {text-align: center !important;}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.bgcolor, .bgcolor #header-wrap {background-color: #1ABC9C !important;}
.color {color: #1ABC9C !important;}
.border-color {border-color: #1ABC9C !important;}
.nobg {background: none !important;}
.nobgcolor {background-color: transparent !important;}
.t300 {font-weight: 300 !important;}
.t400 {font-weight: 400 !important;}
.t500 {font-weight: 500 !important;}
.t600 {font-weight: 600 !important;}
.t700 {font-weight: 700 !important;}
.noheight {height: 0 !important;}
.nolineheight {line-height: 0 !important;}
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}
.section .container {
	z-index: 2;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.postcontent {width: 860px;}
.sidebar {width: 240px;}
.col_full {width: 100%;}
.col_half {width: 48%;}
.col_one_third {width: 30.63%;}
.col_two_third {width: 65.33%;}
.col_one_fourth {width: 22%;}
.col_three_fourth {width: 74%;}
.col_one_fifth {width: 16.8%;}
.col_two_fifth {width: 37.6%;}
.col_three_fifth {width: 58.4%;}
.col_four_fifth {width: 79.2%;}
.col_one_sixth {width: 13.33%;}
.col_five_sixth {width: 82.67%;}
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}
.postcontent, .sidebar {margin-right: 40px;}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}
.postcontent.col_last, .sidebar.col_last {float: right;}
.col_last {
	margin-right: 0 !important;
	clear: right;
}
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.flexible-header {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#header .clearfix::before, #header .container::before,  #header::before,#header .clearfix:after, #header .container::after, #header::after{
	content: none !important;
}
.user-icon-wrapper {
	position: absolute;
	top: 15px;
	right: 5px;
}
@media (min-width: 992px) {
	.user-icon-wrapper {
		position: relative;
	}
}
.user-icons {
	display: flex;
    gap: 8px;
}
.nav-button-container {
	display: flex;
    gap: 16px;
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
	position: relative;
	float: left;
	font-family: var(--font-family);
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}
#logo a {
	display: block;
	color: #000;
}
#logo img {
	display: block;
	max-height: 60px;
    padding: 6px 0;
}
#logo a.retina-logo {
	display: none;
}
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
#primary-menu {
	float: right;
	height: 100px;
	display: flex;
	gap: 8px;
	align-items: center;
}
#primary-menu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#primary-menu ul {
	list-style: none;
	height: 100px;
	margin: 0;
	display: flex;
    align-items: center;
}
#primary-menu > ul {
	float: left;
}
#primary-menu ul li {
	position: relative;
	float: left;
	margin-left: 2px;
}
#primary-menu ul li:first-child {
	margin-left: 0;
}
#primary-menu ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	color: #444;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: var(--font-family);
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}
#primary-menu ul li span {
	display: none;
}
#primary-menu ul li i {
	position: relative;
	font-size: 14px !important;
	top: 1px;
	line-height: 99px;
	width: 14px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}
#primary-menu > ul > li.current a {
	color: #1ABC9C;
}
#primary-menu > ul > li a:hover {
	color: #e21c11;
}

#deals-iframe-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
	.overlay-menu:not(.top-search-open) #primary-menu-trigger {
		opacity: 1;
		pointer-events: auto;
		left: auto;
		right: 75px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-top: -10px;
	}
	.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
		right: 90px;
	}
	.overlay-menu #primary-menu > #overlay-menu-close {
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 25px;
		left: auto;
		right: 25px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 24px;
		text-align: center;
		color: #444;
		z-index: 300;
		-webkit-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-transition: opacity .4s ease, transform .45s .15s ease;
		-o-transition: opacity .4s ease, transform .45s .15s ease;
		transition: opacity .4s ease, transform .45s .15s ease;
	}
	.overlay-menu #primary-menu > ul {
		opacity: 0 !important;
		pointer-events: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100% !important;
		z-index: 299;
		background: rgba(255,255,255,0.95);
		-webkit-transition: opacity .7s ease;
		-o-transition: opacity .7s ease;
		transition: opacity .7s ease;
	}
	.overlay-menu #primary-menu > ul.show {
		opacity: 1 !important;
		display: inherit !important;
		pointer-events: auto;
	}
	.overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
		opacity: 1;
		-webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
		-o-transition: opacity .7s .4s ease, transform .45s .15s ease;
		transition: opacity .7s .4s ease, transform .45s .15s ease;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
	.overlay-menu #primary-menu > ul > li {
		float: none;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.overlay-menu #primary-menu > ul > li > a {
		height: 60px !important;
		line-height: 60px !important;
		font-size: 24px;
		letter-spacing: 2px;
		text-transform: none;
		opacity: 0;
		-webkit-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
		-o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
		transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
	}
	.overlay-menu #primary-menu > ul.show > li > a {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/
#top-cart {
	position: relative;
}
#top-cart a {
	display: block;
	position: relative;
	width: 32px;
    height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #333;
}
#top-cart a:hover {
	color: #1ABC9C;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
	padding-left: 40px;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
	padding-left: 60px;
}
body.top-search-open #top-search form input {
	pointer-events: auto;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
/* ----------------------------------------------------------------
	Top Cart
-----------------------------------------------------------------*/
#top-cart > a > span {
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #1ABC9C;
	border-radius: 50%;
}
/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
	height: 60px;
}
#primary-menu > ul > li > ul {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}
#header-wrap {
	position: relative;
}
#header.sticky-header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-backface-visibility: hidden;
}
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img, #header.sticky-header:not(.static-sticky) #primary-menu, #header.sticky-header:not(.static-sticky) #primary-menu > ul, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	height: 60px;
}
#header.sticky-header:not(.static-sticky).sticky-style-2 {
	height: 161px;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	line-height: 60px;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a i {
	line-height: 59px;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > ul, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > .mega-menu-content, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li.mega-menu > .mega-menu-content {
	top: 60px;
}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-bottom: 20px;
}
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}
#page-title .container {
	position: relative;
}
#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}
#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}
.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}
body.stretched .container-fullwidth .breadcrumb {
	right: 60px !important;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb a:hover {
	color: #1ABC9C;
}
.breadcrumb i {
	width: auto !important;
}
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
#content p {
	line-height: 1.6;
}
.content-wrap {
	position: relative;
	padding: 80px 0;
}
#content .container {
	position: relative;
}
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/

/* Portfolio - Items
-----------------------------------------------------------------*/

#portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}
body:not(.device-touch) #portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}
.portfolio-notitle .iportfolio {
	overflow: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}
.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}
.portfolio-desc h3 a {
	color: #222;
}
.portfolio-desc h3 a:hover {
	color: #1ABC9C;
}
.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
}
.portfolio-desc span a {
	color: #888;
}
.portfolio-desc span a:hover {
	color: #000;
}
.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}
.portfolio-notitle .portfolio-item:hover .portfolio-desc, .portfolio-notitle .iportfolio:hover .portfolio-desc {
	bottom: 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
body.device-touch.device-xs .portfolio-notitle .portfolio-desc, body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
	display: none !important;
}
/* Portfolio - Sidebar
-----------------------------------------------------------------*/
.postcontent #portfolio {
	margin: 0 -12px -12px 0;
}
.postcontent .portfolio-item {
	width: 206px;
	margin: 0 12px 12px 0;
}
.postcontent .portfolio-item .portfolio-image, .postcontent .portfolio-item .portfolio-image a, .postcontent .portfolio-item .portfolio-image img {
	width: 206px;
	height: 155px;
}
.postcontent .portfolio-desc h3 {
	font-size: 17px;
}
.postcontent .portfolio-desc span {
	font-size: 12px;
}
/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-notitle .portfolio-desc {
	height: 70px;
	bottom: -71px;
}
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -50px !important;
}
/* Portfolio - Overlay
-----------------------------------------------------------------*/
.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay, .iportfolio:hover .portfolio-overlay {
	opacity: 1;
}
.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}
.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}
.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}
.portfolio-item:hover a.center-icon, .iportfolio:hover a.center-icon {
	opacity: 1;
}
.portfolio-overlay a:hover {
	color: #1ABC9C;
	background-color: #EEE;
}
.portfolio-item:hover .portfolio-overlay a.left-icon, .portfolio-item:hover .portfolio-overlay a.right-icon, .iportfolio:hover .portfolio-overlay a.left-icon, .iportfolio:hover .portfolio-overlay a.right-icon {
	margin-top: -18px;
}
.portfolio-overlay a i.icon-line-play {
	position: relative;
	left: 2px;
}
.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
}
.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.portfolio-overlay .portfolio-desc h3 {
	font-weight: 600;
	color: #F5F5F5 !important;
	line-height: 1;
}
.portfolio-overlay .portfolio-desc h3 a {
	color: #F5F5F5 !important;
}
.portfolio-overlay .portfolio-desc span {
	margin-top: 7px;
	color: #DDD !important;
}
.portfolio-overlay .portfolio-desc span a {
	color: #DDD !important;
	font-size: inherit;
}
.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}
.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}
.portfolio-overlay .portfolio-desc a:hover {
	background: transparent;
}
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
	display: none !important;
}

/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta,
.portfolio-share {
	list-style: none;
	font-size: 14px;
}

.portfolio-meta li {
	margin: 10px 0;
	color: #666;
}

.portfolio-meta li:first-child { margin-top: 0; }

.portfolio-meta li span {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	color: #333;
}

.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}
/* Post Elements
-----------------------------------------------------------------*/
img.alignleft, div.alignleft {
	float: left;
	margin: 5px 20px 13px 0;
	max-width: 100%;
}
div.alignleft > img, div.alignnone > img, div.aligncenter > img, div.alignright > img {
	display: block;
	float: none;
}
img.alignnone, img.aligncenter, div.alignnone, div.aligncenter {
	display: block;
	margin: 10px 0;
	float: none;
}
img.aligncenter, div.aligncenter, div.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
img.alignright, div.alignright {
	float: right;
	margin: 5px 0 13px 20px;
}
.wp-caption {
	text-align: center;
	margin: 10px 20px 13px 20px;
	font-family: var(--font-family);
	font-style: italic;
}
.wp-caption img, .wp-caption img a {
	display: block;
	margin: 0;
}
p.wp-caption-text {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background-color: #EEE;
	border-radius: 50px;
}
.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}
/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
#shop {
	position: relative;
	margin: 0 -20px -20px 0;
}
.product {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
}
.product-image {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.product-image > a, .product-image .slide a, .product-image img {
	width: 100%;
	height: 100%;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.product-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.product-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}
.product-desc {
	padding: 15px 0;
	font-size: 14px;
}
.product-title {
	margin-bottom: 7px;
}
.product-title h3 {
	margin: 0;
	font-size: 26px;
	color: #e21c11;
	line-height: 1.3;
}
.product-title h3 a, .single-product .product-title h2 a {
	color: #333;
}
.product-title h3 a:hover, .single-product .product-title h2 a:hover {
	color: #1ABC9C;
}
.product-price {
	font-size: 18px;
	font-weight: 600;
	color: #444;
	margin-bottom: 4px;
}
.product-price del {
	font-weight: 400;
	font-size: 90%;
	color: #888;
}
.product-price ins {
	text-decoration: none;
	color: #1ABC9C;
}
.product-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	left: 0;
	z-index: 6;
	bottom: 0px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay, body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay.single {
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}
.product-overlay a {
	display: block;
	float: left;
	width: 50%;
	font-size: 13px;
	color: #474747;
	background-color: #f5f5f5;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.product-overlay.single a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #474747;
	background-color: #f5f5f5;
	text-align: center;
	border-right: none;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-overlay a.item-quick-view {
	border-right: 0;
}
.product-overlay a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}
.product-overlay a:hover {
	background-color: #ccc;
	color: #333333;
}
.sale-flash {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 10px;
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 5;
}
/* Shop - Single
-----------------------------------------------------------------*/

.single-product .product {
	width: 100%;
	margin: 0;
}
.shop-quick-view-ajax, .portfolio-ajax-modal {
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
}
.single-product .product-image, .single-product .product-image img {
	height: auto;
}
.single-product .product-desc {
	padding: 0;
}
.single-product .product-title h2 {
	font-size: 28px;
	margin-bottom: 8px;
}
.single-product .product-price {
	float: left;
	font-size: 24px;
	color: #1ABC9C;
	margin-bottom: 0;
}
.single-product .product-rating {
	float: right;
	position: relative;
	top: 9px;
}
.single-product .product-desc .line {
	margin: 20px 0;
}
.quantity {
	position:relative;
}
.quantity .qty {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	background-color: #EEE;
	text-align: center;
	margin-bottom: 0;
	position:relative;
	z-index:4;
}
.quantity .plus, .quantity .minus {
	display: block;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ddd;
	font-size: 16px;
	font-weight: bold;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	border-radius:0 !important;
	position:absolute;
	z-index:5;
}
.quantity .minus {
	left: 0;
	bottom:0;
}
.quantity .plus {
	right: 0;
	bottom:0;
}
.quantity .plus:hover, .quantity .minus:hover {
	background-color: #ccc;
}
.quantity .qty:focus, .quantity .plus:focus, .quantity .minus:focus {
	box-shadow: none !important;
	outline: 0 !important;
}
	.quantityVertical{
		width:40px !important;
		height:110px !important;
	}
	.quantityVertical .qty {
		width: 40px;
		height: 110px;
		line-height: 110px;
		font-size:15px;
	}
	.quantityVertical .plus, .quantityVertical .minus {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.quantityVertical .plus {
		top:0;
	}
.single-product .add-to-cart.button {
	height: 40px;
	line-height: 40px;
}
.product-meta {
	font-size: 13px;
	color: #777;
}
.product-meta > .panel-body {
	margin-bottom: -5px;
}
.product-meta > .panel-body > span {
	display: block;
	margin-bottom: 5px;
}
.single-product .feature-box.fbox-plain.fbox-small {
	padding-left: 26px;
}
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon {
	width: 20px;
}
.single-product .feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
}
.single-product .feature-box.fbox-plain.fbox-small p {
	margin-left: -26px;
}
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i {
	font-size: 18px;
}
/* ----------------------------------------------------------------
	Cart
-----------------------------------------------------------------*/
.cart .remove {
	font-size: 14px;
	color: #FF0000;
}
.cart .remove:hover {
	color: #000;
}
.cart th {
	padding: 12px 15px !important;
	font-size: 14px;
	color: #555;
}
.cart td {
	padding: 12px 15px !important;
	vertical-align: middle !important;
	border-color: #E5E5E5 !important;
}
.cart-product-thumbnail a {
	display: block;
	width: 68px;
}
.cart-product-thumbnail img {
	display: block;
	width: 64px;
	height: 64px;
	border: 2px solid #EEE;
}
.cart-product-thumbnail img:hover {
	border-color: #1ABC9C;
}
.cart-product-name a, .product-name a {
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.cart-product-name a:hover, .product-name a:hover {
	color: #666;
}
.cart-product-price, .cart-product-quantity, .cart-product-subtotal {
	text-align: center !important;
}
.cart-product-quantity .quantity {
	display: inline-block;
	margin: 0;
	float: none;
}
td.actions {
	padding: 20px 15px !important;
	vertical-align: top !important;
	background-color: #F5F5F5;
}
/* ----------------------------------------------------------------
	Countdown
-----------------------------------------------------------------*/

.countdown {
	display: block;
}
.countdown-row {
	display: block;
	position: relative;
	text-align: center;
}
.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 25%;
	border-left: 1px dotted #BBB;
	color: #888;
	text-transform: capitalize;
}
.countdown-section:first-child {
	border-left: 0;
}
.countdown-amount {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
/* Countdown - Coming Soon
-----------------------------------------------------------------*/

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
	border: none;
	padding: 15px;
}
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 15px !important;
}
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #1ABC9C;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button-dark {
	background-color: #444;
}
.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}
.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-dark:hover {
	background-color: #1ABC9C;
}
.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}
.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}
.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}
.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}
.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: var(--font-family);
}
.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: var(--font-family);
	font-style: italic;
	text-transform: none;
}
.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
}
.button.tright i {
	margin: 0 0 0 5px;
}
.button-mini i {
	margin-right: 3px;
}
.button-mini.tright i {
	margin: 0 0 0 3px;
}
.button-small i {
	margin-right: 4px;
}
.button-small.tright i {
	margin: 0 0 0 4px;
}
.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}
.button-xlarge.tright i {
	margin: 0 0 0 8px;
}
.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}
.button.button-desc.tright i {
	margin: 0 0 0 12px;
}
.button.button-desc div {
	display: inline-block;
}
.button.button-rounded {
	border-radius: 3px;
}

/* ----------------------------------------------------------------
	Promo Boxes
-----------------------------------------------------------------*/
.promo {
	position: relative;
	padding: 30px 200px 30px 0;
}
.promo h3 {
	font-weight: bold;
	margin-bottom: 0;
}
.promo > span, .promo > .container > span {
	display: block;
	color: #444;

	font-weight: 300;
	font-size: 16px;
	margin-top: 6px;
}
.promo a.btn {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -18px;
	left: auto;
	right: 0;
}
.promo a.btn.button-mini {
	margin-top: -12px;
}
.promo a.btn.button-small {
	margin-top: -15px;
}
.promo a.btn.btn-lg {
	margin-top: -22px;
	margin-right: 30px;
}
.promo a.btn.button-xlarge {
	margin-top: -25px;
}
.promo a.btn.button-desc {
	margin-top: -40px;
}
.promoVertAlign {
display:flex;
}
@media (max-width: 991px) {
	.promoVertAlign {display:block;}
}

/* Promo - Light
-----------------------------------------------------------------*/
.promo.promo-light {
	background-color: #EFEFEF;
	border-radius: 3px;
	padding-left: 30px;
}
.promo.promo-light a.button {
	right: 30px;
}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.feature-box:first-child {
	margin-top: 0;
}
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #1ABC9C;
}
.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}
.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #333;
}
.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}
.feature-box .before-heading {
	font-size: 14px;
}
/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large {
	padding: 0 0 0 115px;
}
.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}
.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
	padding: 3px;
}
.feature-box.fbox-outline .fbox-icon i {
	line-height: 56px;
}
/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon {
	padding: 4px;
}
.feature-box.fbox-outline.fbox-large .fbox-icon i {
	line-height: 86px;
}
/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon {
	border-radius: 3px !important;
}
.feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img {
	border-radius: 3px !important;
}
/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon {
	border-radius: 4px !important;
}
.feature-box.fbox-rounded.fbox-large .fbox-icon i, .feature-box.fbox-rounded.fbox-large .fbox-icon img {
	border-radius: 4px !important;
}
/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon {
	border-color: #E5E5E5;
}
.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}
.feature-box.fbox-light .fbox-icon i {
	line-height: 62px;
}
.feature-box.fbox-light.fbox-outline .fbox-icon i {
	line-height: 54px;
}
.feature-box.fbox-light.fbox-large .fbox-icon i {
	line-height: 96px;
}
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
	line-height: 84px;
}
/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon {
	border-color: #444;
}
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img {
	background-color: #333;
}
/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
}
.feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #1ABC9C;
}
.feature-box.fbox-border .fbox-icon {
	padding: 0;
}
.feature-box.fbox-border .fbox-icon i {
	line-height: 62px !important;
}
.feature-box.fbox-border.fbox-large .fbox-icon i {
	line-height: 94px !important;
}
/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon {
	border-color: #E5E5E5;
}
.feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img {
	color: #888;
}
/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon {
	border-color: #333;
}
.feature-box.fbox-border.fbox-dark .fbox-icon i, .feature-box.fbox-border.fbox-dark .fbox-icon img {
	color: #444;
}
/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #1ABC9C;
	border-radius: 0;
}
.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}
.feature-box.fbox-plain .fbox-icon img {
	height: 64px;
}
.feature-box.fbox-plain.fbox-image .fbox-icon {
	width: auto;
}
.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}
.feature-box.fbox-plain.fbox-small {
	padding-left: 42px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon {
	width: 28px;
}
.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}
.feature-box.fbox-plain.fbox-small p {
	margin-left: -42px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon i {
	font-size: 28px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon img {
	height: 28px;
}
.feature-box.fbox-plain.fbox-large .fbox-icon i {
	font-size: 72px;
}
.feature-box.fbox-plain.fbox-large .fbox-icon img {
	height: 96px;
}
.feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img {
	color: #888;
}
.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
	color: #444;
}
/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}
.feature-box.fbox-center.fbox-small {
	padding-left: 0 !important;
}
.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}
.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
.feature-box.fbox-center.fbox-outline .fbox-icon i {
	line-height: 88px;
}
.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}
.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
	line-height: 118px;
}
.feature-box.fbox-center.fbox-light .fbox-icon i {
	line-height: 94px;
}
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
	line-height: 86px;
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
	line-height: 114px;
}
.feature-box.fbox-center.fbox-border .fbox-icon i {
	line-height: 94px !important;
}
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
	line-height: 126px !important;
}
.feature-box.fbox-center.fbox-plain .fbox-icon i {
	font-size: 84px;
}
.feature-box.fbox-center.fbox-plain .fbox-icon img {
	height: 96px;
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
	font-size: 112px;
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
	height: 128px;
}
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}
.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
	line-height: 58px;
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
	line-height: 54px;
}
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
	line-height: 62px !important;
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
	font-size: 56px;
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
	height: 64px;
}
.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}
.feature-box.fbox-center.fbox-plain.fbox-small p {
	margin-left: 0;
}
/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}
.feature-box.fbox-right.fbox-large {
	padding-right: 115px;
}
.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}
.feature-box.fbox-right.fbox-plain.fbox-small {
	padding: 0 42px 0 0;
}
.feature-box.fbox-right.fbox-plain.fbox-small p {
	margin: 0 -42px 0 0;
}
/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon {
	margin-top: 20px !important;
}
.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}
.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
	width: 50px;
}
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
	display: none;
}
.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
	font-family: var(--font-family);
}
/* Feature Box - Background
-----------------------------------------------------------------*/

#primary-menu ul li a.btnChooseStoreFlyout{ height:40px !important; }
#primary-menu ul li.liChooseStoreFlyout a.btnChooseStoreFlyout{ height:50px !important; }
#primary-menu ul li.liChooseStoreFlyout a.btnChooseStoreFlyout span{ display:inline-block;color:#e21c11;text-transform:capitalize;font-size:13px;font-weight:normal }
#primary-menu ul li p{ margin:0 5px; }

.fbox-effect .fbox-icon i {
	z-index: 1;
}
.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fbox-rounded.fbox-effect .fbox-icon i:after {
	border-radius: 3px;
}
.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}
.fbox-effect.fbox-dark .fbox-icon i:after {
	box-shadow: 0 0 0 2px #1ABC9C;
}
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i {
	background-color: #1ABC9C;
}
.fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
	border-radius: 3px;
}
.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}
.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
	box-shadow: 0 0 0 1px #1ABC9C;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
	background-color: #1ABC9C;
}
.fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box {
	padding: 0;
}
.feature-box.media-box .fbox-media {
	margin: 0 0 25px;
}
.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.feature-box.media-box .fbox-media iframe {
	display: block;
}
.feature-box.media-box p {
	margin-top: 17px;
}
.feature-box.media-box.fbox-bg .fbox-media {
	margin: 0;
	background:#eee;
	height:359px;
	overflow:hidden;
	position:relative;
}
.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.feature-box.media-box.fbox-bg .fbox-media img {
	border-radius: 5px 5px 0 0;
}
/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/
.process-steps {
	margin: 0 0 40px;
	list-style: none;
}
.process-steps li {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.process-steps.process-2 li {
	width: 50%;
}
.process-steps.process-3 li {
	width: 33.33%;
}
.process-steps.process-5 li {
	width: 20%;
}
.process-steps li .i-circled {
	margin-bottom: 0 !important;
}
.process-steps li .i-bordered {
	background-color: #FFF;
}
.process-steps li h5 {
	margin: 15px 0 0 0;
	font-size: 16px;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
	font-weight: 600;
	color: #1ABC9C;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
	background-color: #1ABC9C !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-color: #1ABC9C !important;
}
.process-steps li:before, .process-steps li:after {
	content: '';
	position: absolute;
	top: 55px;
	left: 0;
	margin-left: 0px;
	width: 50%;
	border-top: 1px solid #DDD;
	z-index: 100;
}
.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}
.process-steps li:first-child:before, .process-steps li:last-child:after {
	display: none;
}
/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/
.style-msg, .style-msg2 {
	display: block;
	color: #444;
	border-left: 4px solid #444;
	margin-bottom: 20px;
}
.style-msg2 {
	border-left: 4px solid rgba(0,0,0,0.2);
}
.successmsg {
	background: #cedf72;
	color: #6d8003;
	border-left: 4px solid #6d8003;
}
.successmsg a {
	color: inherit;
}
.errormsg {
	background: #e9d9d8;
	color: #BD0E04;
	border-left: 4px solid #BD0E04;
}
.infomsg {
	background: #B9DFF4;
	color: #124F70;
	border-left: 4px solid #124F70;
}
.alertmsg {
	background: #fcf3b6;
	color: #975e06;
	border-left: 4px solid #975e06;
}
.viewmsg {
	background: #acdb48;
	color: #FFFFFF;
	border-left: 4px solid #92BA3D;
}
.style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg {
	display: block;
	padding: 15px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.style-msg2 .msgtitle {
	background: rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
}
.style-msg.viewmsg .sb-msg, .style-msg2.viewmsg .msgtitle, .style-msg2.viewmsg .sb-msg {
	text-shadow: none;
}
.style-msg-light .sb-msg, .style-msg-light .msgtitle {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.style-msg2 .sb-msg {
	font-weight: normal;
}
.style-msg2 ol, .style-msg2 ul {
	margin: 0 0 0 30px;
}
.style-msg2 ol {
	list-style-type: decimal;
}
.style-msg2 ul {
	list-style-type: disc;
}
.alert i, .sb-msg i, .msgtitle i {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 5px;
}
.alert a {
	color:inherit;
}
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/
.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}
body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.i-rounded, .i-circled, .i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}
.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}
.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}
.i-plain:hover {
	color: #777;
}
.i-circled {
	border-radius: 50%;
}
.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.i-alt {
	background-image: url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
}
.i-rounded:hover, .i-circled:hover {
	background-color: #CCCCCC;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}
.process-steps .i-circled {
	background-color: #ccc;
	height: 100px !important;
	line-height: 100px !important;
	width: 100px !important;
	z-index: 101;
	cursor: default;
}
.process-steps .iconAccount {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
}
.process-steps .iconCard {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
}
.process-steps .iconClip {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
}
.process-steps a.i-circled {
	cursor: pointer;
}
/* Icon Size - Small
-----------------------------------------------------------------*/
.i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}
.i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}
.i-small.i-bordered {
	line-height: 26px !important;
}
.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}
/* Icon Size - Small
-----------------------------------------------------------------*/
.i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}
.i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}
.i-medium.i-bordered {
	line-height: 34px !important;
}
.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}
/* Icon Size - Large
-----------------------------------------------------------------*/
.i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}
.i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}
.i-large.i-bordered {
	line-height: 62px !important;
}
.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}
/* Icon Size - Extra Large
-----------------------------------------------------------------*/
.i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}
.i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}
.i-xlarge.i-bordered {
	line-height: 82px !important;
}
.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}
/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/
.i-overlay, .i-overlay a {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.2) url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/grid.png') repeat;
}
.i-overlay a {
	background: transparent;
}
.i-overlay img, .i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px !important;
	height: 48px !important;
	font-size: 48px;
	line-height: 1;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.i-overlay i {
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
}
.on-hover.i-overlay {
	opacity: 0;
}
body:not(.device-touch) .on-hover.i-overlay {
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.on-hover.i-overlay:hover {
	opacity: 1;
}
/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
.darkGray, .darkGrey {color:#333333 !important;}

.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.toggle .toggleta {
	font-weight: bold;
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none;
}
.toggle .toggleta i.toggle-open {
	display: block;
}
.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}
/* Toggle - with Title Background
-----------------------------------------------------------------*/
.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px;
}
.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-bg .togglec {
	padding: 12px 0 0 36px;
}
/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
	border: 1px solid #CCC;
	border-radius: 4px;
}
.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}
.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px;
}
/* Toggle - FAQs
-----------------------------------------------------------------*/

.faqs .toggle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.faqs .toggle .togglet, .faqs .toggle .toggleta {
	font-size: 15px;
}
.faqs .toggle .togglet i {
	top: 1px;
	font-size: 14px;
}
.faqs .toggle .togglec {
	padding-bottom: 10px;
}
/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/
.accordion {
	margin-bottom: 20px;
}
.acctitle {
	display: block;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	border-top: 1px dotted #DDD;
	padding: 10px 0 10px 20px;
}
.acctitlec {
	cursor: auto;
}
.acctitle:first-child {
	border-top: none;
}
.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}
.acctitle i.acc-open, .acctitlec i.acc-closed {
	display: none;
}
.acctitlec i.acc-open {
	display: block;
}
.acc_content {
	position: relative;
	padding: 0 0 15px 20px;
}
/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/
.tabs {
	position: relative;
	margin: 0 0 30px 0;
}
ul.tab-nav {
	margin: 0;
	border-bottom: 1px solid #CCC;
	list-style: none;
}
ul.tab-nav li {
	float: left;
	border: 1px solid #CCC;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}
ul.tab-nav li:first-child {
	margin-left: 15px;
	border-left: 1px solid #DDD;
}
ul.tab-nav li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #DDD;
	font-size: 14px;
	font-weight: bold;
}
ul.tab-nav li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
}
/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs.tabs-alt ul.tab-nav li {
	border-color: transparent;
}
.tabs.tabs-alt ul.tab-nav li:first-child {
	border-left: 0;
}
.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border: 1px solid #CCC;
}
/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #1ABC9C;
}
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
	height: 42px;
	background-color: rgba(255,255,255,0.5)
}
/* Tabs - Bottom Border
-----------------------------------------------------------------*/
.tabs.tabs-bb ul.tab-nav li {
	border: 0;
	margin: 0;
}
.tabs.tabs-bb ul.tab-nav li a {
	background-color: transparent;
	border-bottom: 2px solid transparent;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #1ABC9C;
	top: -2px;
	height: 44px;
	line-height: 44px;
}
/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
	border-bottom: 0;
}
ul.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}
ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}
ul.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #1ABC9C;
	color: #FFF;
}
/* Tabs - Large Navigation
-----------------------------------------------------------------*/


ul.tab-nav-lg {
	margin-bottom: 20px;
	list-style: none;
}
ul.tab-nav-lg li {
	float: left;
	position: relative;
	text-align: center;
	padding: 15px;
}
ul.tab-nav-lg li a {
	display: inline-block;
	color: #444;
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul.tab-nav.tab-nav-lg li i {
	display: block;
	font-size: 28px;
	margin: 0 0 7px;
}
ul.tab-nav-lg li.ui-tabs-active a {
	color: #1ABC9C;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before, ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: auto;
	bottom: -50px;
	border: solid transparent;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}
/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 0px 0 0;
}
ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}
/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child {
	margin-left: 0;
}
.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}
/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}
.side-tabs ul.tab-nav li {
	float: none;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	height: auto;
	text-align: left;
}
.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}
.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}
.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}
.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display: block !important;
}
/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 {
	border: 0;
}
.side-tabs ul.tab-nav.tab-nav2 li {
	border: 0;
	margin: 6px 0 0;
}
.side-tabs ul.tab-nav.tab-nav2 li:first-child {
	margin-top: 0;
}
.side-tabs ul.tab-nav.tab-nav2 li a {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
	right: 0;
}
/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}
.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}
.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}
.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}
/* ----------------------------------------------------------------
	Pricing Boxes
-----------------------------------------------------------------*/

.pricing {
	position: relative;
}
.pricing [class^=col-] {
	padding: 0;
	margin-top: 20px;
}
/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
	position: relative;
	border: 1px solid rgba(0,0,0,0.075);
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}
/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
	padding: 15px 0;
	background-color: #F9F9F9;
	border-radius: 3px 3px 0 0;
	text-shadow: 1px 1px 1px #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.pricing-title h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}
.pricing-title span {
	display: block;
	color: #999;
	font-weight: 300;
	font-size: 14px;
	margin-top: 3px;
	text-transform: uppercase;
}
/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
	position: relative;
	padding: 25px 0;
	color: #333;
	font-weight: 300;
	font-size: 64px;
	line-height: 1;
}
.pricing-price:after {
	content: '';
	position: absolute;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.1);
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.pricing-price span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 3px 0 0;
	font-size: 28px;
	font-weight: normal;
}
.pricing-price span.price-tenure {
	vertical-align: baseline;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	margin: 0 0 0 3px;
}
/* Pricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features {
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
.pricing-features ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}
.pricing-features li {
	padding: 6px 0;
	font-size: 14px;
}
/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action {
	padding: 15px 30px;
}
/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-box.best-price {
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	z-index: 10;
}
.pricing-box.best-price {
	margin: -20px -1px 0 -1px;
}
.pricing-box.best-price .pricing-title {
	background-color: #FFF;
	padding: 20px 0;
}
.pricing-box.best-price .pricing-title h3 {
	font-size: 22px;
}
.pricing-box.best-price .pricing-price {
	color: #1ABC9C;
	font-size: 72px;
}
/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/

.pricing-box.pricing-minimal .pricing-price {
	background-color: #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
.pricing-box.pricing-minimal .pricing-price:after {
	display: none;
}
/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/

.pricing.pricing-5 .pricing-box {
	float: left;
	width: 20%;
	margin-top: 20px;
}
.pricing.pricing-5 .pricing-box.best-price {
	margin-top: 0;
}
.pricing.pricing-5 .pricing-box:nth-child(5) {
	margin-left: -1px;
}
.pricing.pricing-5 .pricing-title h3 {
	font-size: 18px;
}
.pricing.pricing-5 .best-price .pricing-title h3 {
	font-size: 20px;
}
/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

.pricing-box.pricing-extended {
	background-color: #FFF;
	text-align: left;
}
.pricing-box.pricing-extended .pricing-desc {
	float: left;
	width: 75%;
	padding: 25px;
}
.pricing-box.pricing-extended .pricing-title {
	background-color: transparent;
	padding-top: 0;
	text-align: left;
}
.pricing-box.pricing-extended .pricing-features {
	border: 0;
}
.pricing-box.pricing-extended .pricing-features ul {
	padding: 15px 0 0 0;
}
.pricing-box.pricing-extended .pricing-features li {
	padding: 6px 0;
	font-size: 15px;
	width: 50%;
	float: left;
}
.pricing-box.pricing-extended .pricing-features ul li i {
	position: relative;
	top: 1px;
	width: 16px;
	margin-right: 2px;
}
.pricing-box.pricing-extended .pricing-action-area {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 25%;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,0.05);
	background-color: #F9F9F9;
	padding: 30px;
	border-radius: 0 3px 3px 0;
	text-align: center;
}
.pricing-box.pricing-extended .pricing-action-area .pricing-price, .pricing-box.pricing-extended .pricing-action-area .pricing-action {
	padding: 0;
}
.pricing-box.pricing-extended .pricing-action-area .pricing-price {
	padding-bottom: 20px;
}
.pricing-box.pricing-extended .pricing-action-area .pricing-price:after {
	display: none;
}
.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
}
.pricing-box.pricing-extended .pricing-meta {
	color: #999;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.table-comparison, .table-comparison th {
	text-align: center;
}
.table-comparison th:first-child, .table-comparison td:first-child {
	text-align: left;
	font-weight: bold;
}
/* ----------------------------------------------------------------
	Counter
-----------------------------------------------------------------*/


.counter {
	font-size: 42px;
	font-family: var(--font-family);
}
.adCounter {
	text-align: right;
}
.counter.counter-small {
	font-size: 28px;
}
.counter.counter-large {
	font-size: 56px;
}
.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}
.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}
.counter + h5 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}
.counter.counter-lined + h5:before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
}
.counter.counter-small + h5 {
	font-size: 13px;
}
.counter.counter-large + h5, .counter.counter-xlarge + h5 {
	font-size: 15px;
	font-weight: 300;
}
.widget .counter + h5 {
	opacity: 0.7;
}
/* ----------------------------------------------------------------
	Animated Rounded Skills
-----------------------------------------------------------------*/
.rounded-skill {
	display: inline-block;
	margin: 0 15px 15px;
}
body:not(.device-touch) .rounded-skill {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.rounded-skill + h5 {
	margin-bottom: 0;
}
.easyPieChart {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.easyPieChart i {
	font-size: 42px;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
/* ----------------------------------------------------------------
	Skills Bar
-----------------------------------------------------------------*/
.skills {
	margin: 0;
	list-style: none;
	padding-top: 25px;
}
.skills li {
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}
.skills li:first-child {
	margin-top: 0;
}
.skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #1ABC9C;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}
.skills li .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}
.skills li .progress-percent .counter {
	font-weight: 400;
	font-family: var(--font-family);
}
.progress-percent:after, .progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}
.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.skills li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}
/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay .overlay-wrap, .text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
body:not(.device-touch) .overlay .overlay-wrap, body:not(.device-touch) .text-overlay {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.overlay .overlay-wrap i {
	position: absolute;
	opacity: 0.8;
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	color: #FFF;
}
.overlay:hover .overlay-wrap, .overlay:hover .text-overlay {
	opacity: 1;
}
.overlay-danger {
	position: absolute;
    height: 25%;
    width: 100%;
    background: #e21c11;
    padding: 20px;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .95;
    color: #ffffff;
    border-radius: 4px;
    display: table;
}
div.overlay-danger p {display: table-cell;vertical-align: middle;text-align: center;}
@media (max-width: 768px) {
	.overlay-danger{ display:none; }
}
.text-overlay {
	position: absolute;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
}
.text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4 {
	margin: 0;
	color: #F5F5F5;
}
.text-overlay-title h2 {
	font-size: 28px;
}
.text-overlay-title h3 {
	font-size: 17px;
	font-weight: 600;
}
.text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4, .text-overlay-meta {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-overlay-meta {
	color: #CCC;
	font-size: 13px;
}
.text-overlay-meta span i {
	position: relative;
	top: 1px;
	font-size: 14px;
}
/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 .sm-form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .sm-form-control:-ms-input-placeholder {
color: #999;
}
.sm-form-control::-webkit-input-placeholder {
color: #999;
}
.sm-form-control[disabled], .sm-form-control[readonly], fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
.sm-form-control {
	height: auto;
}
.form-control {
	border-radius: 3px;
}
.form-control:active, .form-control:focus {
	border-color: #999;
	box-shadow: none;
}
label {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	font-family: var(--font-family);
	color: #555;
	margin-bottom: 10px;
}
label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}
form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
	margin-bottom: 25px;
}
option {
	font-weight: bold; font-size: 19px;
}
.select-wide {
	width: 228px !important;
}

/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/


#contact-form-overlay, #contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0;
}
label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}
label.error {
	display: none !important;
}
.form-control.error, .sm-form-control.error {
	border-color: #E42C3E;
}

.wc-webchat{ width:100%;position:static;box-shadow:none;background-image:none !important; }
.wc-webchat > header {
    height: 40px;
    background-color: #e21c11;
    color: #fff;
    margin-left: 0px;
    text-indent: 10px;
    font-size: large;
    line-height: 40px;
    cursor: pointer;
	border-radius:4px;
}
.wc-terminate {
    background-color: transparent !important;
    color: #333 !important;
    border-width: 0;
    width: 120px;
    height: 30px;
	font-size:36px;
	font-weight:bold;
}
.wc-terminate:hover {
    color: #e21c11 !important;
	background-color: transparent !important;
}
.wc-webchat section.wc-initiating{ background-color:none !important; }
.wc-chatbox{ padding:0 !important;height:350px !important; }
.wc-webchat input[type="text"], .wc-webchat input[type="email"]{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wc-webchat input[type="submit"], .wc-webchat input[type="button"]{
	color: #ffffff;
	background-color: #e21c11;
	border-color: #d90f04;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wc-webchat input[type="submit"]:hover, .wc-webchat input[type="button"]:hover{
	background-color: #CB170D;
}
.wc-progress, .wc-announcement, .wc-welcome{
	color:#e21c11 !important;
}
.wc-status{ color:#333 !important; }
.wc-typing{ background-color:#999;border:1px solid #999 !important; }
.wc-message{ border:1px solid #999; }
.wc-history li .wc-name, .wc-transcript{ color:#e21c11 !important; }
.modal-footer .btn{
	font-size:14px;
}

/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 450px;
}
.gmap img {
	max-width: none !important;
}
.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: var(--font-family);
}
#map-overlay {
	position: relative;
	padding: 100px 0;
}
#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}

@media (min-width: 415px) and (max-width: 766px) {
	div.slide > .col_half {width:46%;}
	div.slide > .col_half.col_last {width:50%;}
}
@media (min-width: 415px) {
.sliderTextPadding {padding-left:53px;padding-top:65px;}
}

.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	bottom:0px;
	right: 100px;
	margin: 0;
}

@media (min-width: 415px) and (max-width: 766px) {
	.flex-control-nav {
		bottom:0px;
		right: 17%;
	}
}
@media (min-width: 767px) {
	.flex-control-nav {
		bottom:30px;
		right:16%;
	}
}
@media (max-width: 414px) {
	.flex-control-nav {
		right: 42%;
		display: none;
	}
}


.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #ee2e24;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	background: #ffffff;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #ee2e24; }

/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 550px;
	color: #EEE;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 64px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-theme .owl-controls { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(226,28,17,0.3);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 44px;
	width: 34px;
	height: 52px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	text-align: center;
	margin-left: 0px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.flex-prev i { margin-left: 4px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }

.flex-next i { margin-left: 8px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: #ee2e24 !important; }


/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}


/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/

.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #1ABC9C;
	margin-bottom: 30px;
}
.title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #1ABC9C;
	text-align: right;
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
	margin-bottom: 0;
}
.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}
.title-block h1 + span {
	font-size: 22px;
}
.title-block h2 + span {
	font-size: 19px;
}
.title-block h3 + span {
	font-size: 17px;
}
.title-block h4 + span {
	font-size: 15px;
	margin-top: 3px;
}
/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block {
	margin-bottom: 50px;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
	color: #333;
}
.emphasis-title h1, .emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.heading-block h1 {
	font-size: 32px;
}
.heading-block h2 {
	font-size: 30px;
}
.heading-block h3 {
	font-size: 26px;
}
.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}
.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}
.heading-block .before-heading {
	margin-bottom: 7px;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	margin-left: auto;
	margin-right: auto;
}
.heading-block h1 + span {
	font-size: 24px;
}
.heading-block h2 + span {
	font-size: 22px;
}
.heading-block h3 + span, .heading-block h4 + span {
	font-size: 20px;
}
.heading-block ~ p:not(.lead) {
	font-size: 15px;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
	margin: 30px auto 0;
}
.tright .heading-block, .heading-block.tright, .heading-block.title-right {
	direction: rtl;
}
.heading-block.noborder:after, .heading-block.nobottomborder:after {
	display: none;
}
.heading-block.border-color:after {
	border-color: #1ABC9C;
}
/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title {
	margin: 0 0 50px;
}
.emphasis-title h1, .emphasis-title h2 {
	font-size: 64px;
	letter-spacing: -2px;
}
.emphasis-title h1 strong, .emphasis-title h2 strong {
	font-weight: 700;
}
/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
	position: relative;
	margin-bottom: 30px;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
}
.fancy-title h4, .fancy-title h5, .fancy-title h6 {
	padding-right: 10px;
}
.fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 3px double #E5E5E5;
	left: auto;
	top: 46%;
	right: 0;
}
.fancy-title.title-border:before {
	top: 49%;
	border-top: 1px solid #EEE;
}
.fancy-title.title-border-color:before {
	top: 49%;
	border-top: 1px solid #1ABC9C;
	opacity: 0.6;
}
/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center {
	text-align: center;
}
.title-center h1, .title-center h2, .title-center h3 {
	padding: 0 15px;
}
.title-center h4, .title-center h5, .title-center h6 {
	padding: 0 10px;
}
/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right {
	text-align: right;
}
.title-right h1, .title-right h2, .title-right h3 {
	padding: 0 0 0 15px;
}
.title-right h4, .title-right h5, .title-right h6 {
	padding: 0 0 0 10px;
}
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
	display: block;
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 2px solid #1ABC9C;
}
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-dotted-border {
	background: url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/icons/dotted.png') repeat-x center;
}
/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-family: var(--font-family);
	font-style: italic;
	font-weight: 400;
	color: #999;
}
/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #e21c11;
	width: 100%;
	font-weight: bold;
}
.divider.divider-margin {
	margin: 70px 0;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}
.divider.divider-thick:after, .divider.divider-center.divider-thick:before, .divider.divider-center.divider-short.divider-thick:before {
	border-top-width: 3px;
}
.divider.divider-short:after {
	width: 30%;
}
.divider.divider-vshort:after {
	width: 12%;
}
.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}
.divider a {

	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.divider a:hover {
	color: #888;
}
/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right {
	text-align: right;
}
.divider.divider-right:after {
	left: auto;
	right: 30px;
}
/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center, .divider.divider-center.divider-short {
	text-align: center;
}
.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}
.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}
/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}
.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}
.divider.divider-center.divider-vshort:before, .divider.divider-center.divider-vshort:after {
	width: 6%;
}
/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded {
	color: #BBB;
}
.divider.divider-rounded:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-border:after, .divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}
.divider.divider-rounded i, .divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
}
.divider.divider-rounded.divider-right:after, .divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}
/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border {
	color: #E5E5E5;
}
.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}
/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before, .divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/


blockquote p {
	margin-bottom: 15px;
}
blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}
blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}
.quote {
	border: none !important;
	position: relative;
}
.quote p {
	position: relative;
}
.quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE;
}
.quote.blockquote-reverse:before {
	content: "\e7ae";
	left: auto;
	right: 0;
}
/* ----------------------------------------------------------------
	Text Rotater
-----------------------------------------------------------------*/
.text-rotater > .t-rotate > .animated {
	display: inline-block;
}
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
	display: none;
	z-index: 501;
	position: fixed;
	width: 44px;
	height: 44px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 150px;
	cursor: pointer;
	border-radius: 2px;
}
body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
#gotoTop:hover {
	background-color: #1ABC9C;
}

.goToTopLower{ bottom:50px !important; }
/* ----------------------------------------------------------------
	Error 404
-----------------------------------------------------------------*/
.error404 {
	display: block;
	font-size: 216px;
	font-weight: 600;
	color: #DDD;
	line-height: 1.35;
	letter-spacing: 4px;
}
.error404-wrap .container {
	z-index: 7;
}
.error404-wrap .error404 {
	line-height: 0.9;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 244px;
	color: #FFF !important;
	opacity: 0.2;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.error404-wrap .heading-block h4 {
	font-weight: 300;
	margin-bottom: 8px;
}
.error404-wrap .heading-block span {
	font-size: 17px;
}
.error404-wrap form {
	max-width: 500px;
}
/* ----------------------------------------------------------------
	Preloaders
-----------------------------------------------------------------*/


.preloader, .preloader2, .form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/ajax-loader.gif") center center no-repeat #FFF;
}
.preloader2 {
	background-color: transparent;
}
.form-process {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: rgba(255,255,255,0.7);
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
}
.device-lg.sticky-footer #header, .device-md.sticky-footer #header {
	z-index: 199;
}
.device-lg.sticky-footer #slider, .device-lg.sticky-footer #page-submenu, .device-lg.sticky-footer #page-title, .device-lg.sticky-footer #content, .device-md.sticky-footer #slider, .device-md.sticky-footer #page-submenu, .device-md.sticky-footer #page-title, .device-md.sticky-footer #content {
	z-index: 2;
}
.device-lg.sticky-footer #footer, .device-md.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}
.footer-widgets-wrap .col_full, .footer-widgets-wrap .col_half, .footer-widgets-wrap .col_one_third, .footer-widgets-wrap .col_two_third, .footer-widgets-wrap .col_three_fourth, .footer-widgets-wrap .col_one_fourth, .footer-widgets-wrap .col_one_fifth, .footer-widgets-wrap .col_two_fifth, .footer-widgets-wrap .col_three_fifth, .footer-widgets-wrap .col_four_fifth, .footer-widgets-wrap .col_one_sixth, .footer-widgets-wrap .col_five_sixth {
	margin-bottom: 0;
}
#copyrights {
	padding: 40px 0;
	background-color: #DDD;
	font-size: 14px;
	line-height: 1.8;
}
#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}
.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}
.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}
.copyrights-menu {
	margin-bottom: 10px;
}
.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}
#copyrights .col_half {
	margin-bottom: 0 !important;
}
#copyrights a:first-child {
	margin-left: 0;
}
#copyrights .tright a:last-child {
	margin-right: 0;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
}
.footer-container{ font-size: 16px;line-height: 1.75;overflow:hidden;}
.footer-container .newsletter a{ text-decoration: none;transition: all .25s; }
.footer-container .newsletter a:hover{ text-decoration: underline !important;color:#333;transition: all .25s; }
.footer-container h4, .footer-container h4 a, .footer-container h3{ color:#fff;line-height: 32px; }
.footer-container .social-links, .footer-container .footer-links { margin: 0;padding:0; }
.footer-container .pdf { padding:0; }
.hyvee-footer .resources .resource-list { width:auto; }
/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget {
	position: relative;
	margin-top: 50px;
}
.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}
.widget:first-child {
	margin-top: 0;
}
.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}
.widget > h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sidebar-widgets-wrap .widget > h4 {
	letter-spacing: 1px;
}
.widget p:not(.lead) {
	font-size: 14px;
}
/* Newsletter Widget
-----------------------------------------------------------------*/
.subscribe-widget h5 {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}
/* ----------------------------------------------------------------
	Bootstrap Specific
-----------------------------------------------------------------*/
.table .success {
	color: #3c763d;
}
.table .info {
	color: #31708f;
}
.table .warning {
	color: #8a6d3b;
}
.table .danger {
	color: #a94442;
}
.btn-link, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #1ABC9C;
}
.btn-link:hover, .btn-link:focus {
	color: #222;
}
.boot-tabs {
	margin-bottom: 20px !important;
}
.carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-chevron-left {
	left: 50%;
}
.carousel-control .icon-chevron-right {
	right: 50%;
}
.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.img-circle {
	border-radius: 50% !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #1ABC9C !important;
	border-color: #1ABC9C !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #1ABC9C;
}
label.radio, label.checkbox {
	padding-left: 20px;
}
.input-group-lg > .input-group-addon {
	line-height: 1;
}
/* ----------------------------------------------------------------
	Cookie Notification
-----------------------------------------------------------------*/
#cookie-notification {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #EEE;
	color: #444;
	z-index: 99;
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
}
.cookie-noti-btn {
	margin-top: 15px;
}
/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/
.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}
/* ----------------------------------------------------------------
	Page Transitions
-----------------------------------------------------------------*/
body:not(.no-transition) #wrapper, .animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: transparent;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes bouncedelay {
	 0%, 80%, 100% {
	-webkit-transform: scale(0.0)
	}
	 40% {
	-webkit-transform: scale(1.0)
	}
}
 @keyframes bouncedelay {
	 0%, 80%, 100% {
	 transform: scale(0.0);
	 -webkit-transform: scale(0.0);
	}
	40% {
	 transform: scale(1.0);
	 -webkit-transform: scale(1.0);
	}
}
/* Message Banners */
.messages {
	background: #ffd670;
	color: #666;
	border: 1px solid #FFBF54;
	font-size: 14px;
	padding: 10px 15px;
	margin-bottom: 1em;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.messages p, .messages h1, .messages h2, .messages h3, .messages h4 {
	margin-bottom: .5em;
}
.group_3of4 .messages, .group.structure > .messages {
	padding: 10px 1.5%;
	margin-bottom: 1.5em;
}
.messages.site_message {
	z-index: 550;
	padding: 10px 1.5%;
	width: 97%;
	margin-bottom: 0;
	border-top: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.messages.message_basic {
	background: #eee;
	border: 1px solid #ddd;
}
.messages.message_success {
	color: #468847;
	border: 1px solid #d6e9c6;
	background: #dff0d8;
}
.messages.message_danger {
	color: #f2dede;
	border: 1px solid #9D0001;
	background: #C00001;
	text-align: center;
	margin-bottom: .5em;
}
.messages label input[type="checkbox"] {
	margin-right: .25em;
	height: 18px;
	width: 18px;
}
a.closeMessages {
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	margin: 0 .5em 0 0;
	text-decoration: none;
	line-height: 1.6ex;
	color: #666;
	float: left;
}
.messages.message_danger a, .messages.message_danger a {
	color: #FFF;
	font-weight: bold;
}

/* Recaptcha */
@media all and (min-width: 240px) and (max-width: 479px) {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-moz-transform: scale(0.77);
		-webkit-transform: scale(0.77);
		-o-transform: scale(0.77);
		transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-o-transform-origin: 0 0;
	}
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Font Icons
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'font-icons';
    src: url('fonts/font-icons.eot');
    src: url('fonts/font-icons.eot?#iefix') format('embedded-opentype'), url('fonts/font-icons.woff') format('woff'), url('fonts/font-icons.ttf') format('truetype'), url('fonts/font-icons.svg#font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lined-icons';
    src: url('fonts/lined-icons.eot');
    src: url('fonts/lined-icons.eot?#iefix') format('embedded-opentype'), url('fonts/lined-icons.woff') format('woff'), url('fonts/lined-icons.ttf') format('truetype'), url('fonts/lined-icons.svg#lined-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Simple-Line-Icons';
	src: url('fonts/Simple-Line-Icons.eot');
	src: url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),  url('fonts/Simple-Line-Icons.woff') format('woff'),  url('fonts/Simple-Line-Icons.ttf') format('truetype'),  url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"], .docs-navigation ul ul li.current a:after {
	display: inline-block;
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-line-"], [class*=" icon-line-"] {
    font-family: 'lined-icons';
}

[class^="icon-line2-"], [class*=" icon-line2-"] {
    font-family: 'Simple-Line-Icons';
}
.icon-2x {font-size: 2em;}
.icon.pull-left {margin-right: .3em;}
.icon.pull-right {margin-left: .3em;}

.icon-question-sign:before {content: "\e710";}
.icon-print2:before {content: "\e6e8";}
.icon-youtube-play:before {content: "\e804";}
.icon-file-add:before {content: "\e639";}
.icon-reorder:before {content: "\e76d";}
.icon-print:before {content: "\e887";}
.icon-shopping-cart:before {content: "\e72f";}
.icon-remove-sign:before {content: "\e70e";}
.icon-angle-left:before {content: "\e7a4";}
.icon-angle-right:before {content: "\e7a5";}
.icon-angle-up:before {content: "\e7a6";}
.icon-angle-down:before {content: "\e7a7";}
.icon-calendar3:before {content: "\e728";}
.icon-remove:before {content: "\e6c9";}
.icon-ok:before {content: "\e6c8";}
.icon-map-marker2:before {content: "\e6f9";}
.icon-email3:before {content: "\e866";}
.icon-question-sign:before {content: "\e710";}
.icon-line-paper:before {content: "\e034";}
.icon-line-loader:before {content: "\e105";}
.icon-line-circle-plus:before {content: "\e040";}
.icon-line2-close:before {content: "\e082";}
.icon-line-arrow-left:before {content: "\e094";}
.icon-line-align-left:before {content: "\e027";}
.icon-line-download:before {content: "\e069";}
.icon-line-grid:before {content: "\e102";}
.icon-line-check:before {content: "\e116";}
.icon-line-circle-check:before {content: "\e042";}
.icon-line2-check:before {content: "\e080";}
.icon-line-align-justify:before {content: "\e026";}
.icon-line2-credit-card:before {content: "\e025";}
.icon-line2-book-open:before {content: "\e04c";}
.icon-line2-envelope:before {content: "\e086";}
.icon-thumbs-up:before {content: "\e73b";}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Responsive CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.specialPrice {margin-bottom: 15px !important;}
.specialPrice small {
	font-size: 11px;
	text-transform: lowercase !important;
	display: inline-block;
}
.specialPrice h3.withCard {
	line-height: 1.1;
	padding: 0 0 5px 0;
}
.specialPrice h3.withoutCard {
	color: #333 !important;
	font-size: 23px;
	border-top: 1px dotted #ccc;
	line-height: 1.1;
	padding: 5px 0;
}
#textView .specialPrice h3 {
	line-height: 0.8 !important;
}
#textView .specialPrice h3.withCard {
	margin: 10px 0 0 0 !important;
}
#textView .specialPrice h3.withoutCard {
	margin: 0 !important;
}
.noStoreAds {
	width: 96%;
	z-index: 2;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.groupLevelAdd {
	width: 200px;
	height: 45px;
	position: relative;
	display: inline-block;
}
.groupLevelAdd .product-overlay {
	height: 45px;
	line-height: 45px;
}
.groupLevelAdd .quantity {
	float:none;
	margin-right: 0px;
}
.groupLevelAdd .quantity .qty {
	width: 100% !important;
}
.groupItem .img-thumbnail {
	width: 300px;
	height: 300px;
	padding: 25px;
	position: relative;
}
.groupItem .img-thumbnail table {
	width: 100%;
	height: 250px;
	margin: 0;
}
#myTab2 {
	padding: 3px 0 0;
}
.form-group-sm select.form-control {
	height: 34px;
}
.rightborder {
	border-right: 1px solid #cccccc;
}
.subscribeimage {
	background-image: url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/subscribeemailspreview-up.jpg?1');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.social a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 8px;
}
.social a:hover {
	background-position: center bottom;
}
.social a.social-fb {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/line-facebook.png?3);
}
.social a.social-tw {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/line-twitter.png?1);
}
.social a.social-pin {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/line-pinterest.png?1);
}
.social a.social-yt {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/line-you-tube.png?1);
}
.social a.social-ins {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/line-instagram.png?1);
}
.viewButtons {
	width: 225px;
	padding: 0 20px 0 0;
	margin: -10px 0 0 0;
	position: relative;
}
.viewButtonsDetail{ width:160px; }
.btn-group-justified a {
	font-size: 12px;
	padding: 5px;
}
.btn-group-justified a i {
	font-size: 1.5em;
	display: block;
}
.viewButtons .alert {
	position: absolute;
	top: -107px;
	left: -30px;
	width: 400px;
}
.viewButtons .close {
	right: 0 !important;
}
.alert .arrow,  .alert .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.alert .arrow {
	border-width: 11px;
}
.alert .arrow:after {
	border-width: 10px;
	content: "";
}
.alert.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #acdb48;
	border-top-color: rgba(172, 219, 72, 1);
	bottom: -11px;
}
.alert.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #acdb48;
}
.dealsGrid {
	clear: both;
	padding: 10px 0 20px 0;
}
.fbox-media {
	border: 1px solid #E5E5E5 !important;
	border-radius: 5px 5px 0 0 !important;
	overflow: hidden;
}
.fbox-media img {
	border: none !important;
	border-radius: 0px !important;
}
.error404 {
	font-size: 190px;
	line-height: 1.2;
	letter-spacing: 0px;
}

.errorOGS{
	font-size:275px;
}

.errorOGS img{
	width:275px;
}

.perks_toggle {cursor: pointer;font-size:21px;}
.perks_toggle i {width: 16px;text-align: center;font-size: 13px;line-height: 22px;float: right;position: relative;}
.perks_parent .perks_child{display:none; font-size: 12px;}
.perks_parent:first-child .perks_child{display:block;font-size: 12px;}

.columnCountFive {column-count:5;-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */ word-wrap: normal !important;}
.columnCountSix {column-count:6; -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */ word-wrap: normal !important;}

@media (max-width: 1199px) {
	canvas {
		max-width: 100%;
		height: auto !important;
	}
	.adCounter {
		text-align: right;
	}
	.promo h3 {
		font-size: 20px;
	}
	.promo > span,  .promo > .container > span {
		font-size: 15px;
	}
	ul#cbGroup li.checkbox label {
		width: auto;
		margin: 0;
		padding: 5px 15px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
		display: block;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	#wrapper {
		width: 1000px;
	}
	.adCounter {
		text-align: right;
	}
	#header.transparent-header.floating-header .container {
		width: 1030px;
		padding: 0 30px;
	}
	#header.transparent-header.floating-header.sticky-header .container {
		width: 970px;
		padding: 0 15px;
	}
	#primary-menu ul li a {
		padding: 0 5px;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.login {
		padding: 32px 5px 32px 5px;
	}
	#primary-menu ul li.mega-menu .mega-menu-content,  .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: 940px;
	}
	.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: 1030px;
	}
	.ei-slider {
		height: 450px;
	}
	.postcontent {
		width: 690px;
	}
	.sidebar {
		width: 210px;
	}
	.sidebar .widget iframe {
		width: 210px !important;
	}
	/* ----------------------------------------------------------------
		Portfolio
		-----------------------------------------------------------------*/

	.portfolio-item {
		width: 226px;
	}
	.portfolio-item .portfolio-image,  .portfolio-item .portfolio-image a,  .portfolio-item .portfolio-image img {
		width: 226px;
		height: 170px;
	}
	/* Shop - 3 Columns
		-----------------------------------------------------------------*/

	.product-3 .product {
		width: 293px;
	}
	.product-3 .product-image {
		height: 391px;
	}
	/* Shop - 3 Columns - Sidebar
		-----------------------------------------------------------------*/

	.postcontent .product-3 .product {
		width: 213px;
	}
	.postcontent .product-3 .product-image {
		height: 284px;
	}
	/* Shop - 2 Columns - Sidebar
		-----------------------------------------------------------------*/

	.postcontent .product-2 .product {
		width: 325px;
	}
	.postcontent .product-2 .product-image {
		height: 434px;
	}
	/* Shop - 2 Columns - Both Sidebar
		-----------------------------------------------------------------*/

	.bothsidebar .product-2 .product {
		width: 200px;
	}
	.bothsidebar .product-2 .product-image {
		height: 267px;
	}
	/* Shop - 1 Column - Both Sidebar
		-----------------------------------------------------------------*/

	.bothsidebar .product-1 .product-image {
		width: 200px;
		height: 267px;
	}
	.landing-video {
		width: 465px;
		height: 262px;
		margin: 19px 0 0 75px;
	}
	.panel .portfolio-meta li {
		padding-left: 22px;
	}
	.panel .portfolio-meta li span {
		display: block;
		margin-left: -21px;
	}
	.portfolio-single-image-full.portfolio-single-thumbs,  .portfolio-single-image-full .swiper-container {
		height: 400px;
	}
	.bnews-slider {
		width: 817px;
	}
	.landing-form-overlay {
		bottom: -142px;
	}
	.process-steps .i-circled {
		background-color: #ccc;
		height: 100px !important;
		line-height: 100px !important;
		width: 100px !important;
	}
	.process-steps .iconAccount {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
	}
	.process-steps .iconCard {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
	}
	.process-steps .iconClip {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
	}
	div#tab-2 p.pull-right {
		font-size: 17px;
		padding-top: 7px;
	}
	.specialPrice {
		margin-bottom: 15px !important;
	}
	.specialPrice small {
		font-size: 11px;
		text-transform: lowercase !important;
		display: block;
	}
	.specialPrice h3.withCard {
		line-height: 1.4;
		padding: 0 0 5px 0;
	}
	.specialPrice h3.withoutCard {
		color: #333;
		font-size: 23px;
		border-top: 1px dotted #ccc;
		margin-bottom: 15px;
		line-height: 1.4;
		padding: 5px 0;
	}
	#textView .specialPrice h3 {
		line-height: 1.1 !important;
	}
	#textView .specialPrice h3.withCard {
		margin: 10px 0 0 0 !important;
	}
	#textView .specialPrice h3.withoutCard {
		margin: 0 !important;
	}
	#myTab2 {
		padding: 8px 0 0;
		text-align: center;
		clear: both;
		border-top: 1px solid #ddd;
	}
	#myTab2 label {
		margin: 0;
	}
	.viewButtons {
		width: 300px;
		padding: 0 0px 0 0;
		margin: -10px auto 20px auto;
		clear: both;
		position: relative;
	}
	.viewButtonsDetail{ margin:5px 0 0px 0;display:inline-block;width:150px; }
	.btn-group-justified a {
		font-size: 12px;
		padding: 5px;
	}
	.btn-group-justified a i {
		font-size: 1.5em;
		display: inline-block;
		vertical-align:middle;
	}
	.viewButtonsDetail .btn-group-justified a{ font-size:1.1em;line-height:1.3; }
	.viewButtonsDetail .btn-group-justified a i { font-size:1em; }
	.viewButtons .alert {
		position: absolute;
		top: -125px;
		left: 0;
		width: 100%;
	}
	.alert.top .arrow {
		left: 90%;
	}
	div#divLoginForm span.checkbox label {
		width: auto;
		margin: 0;
		padding: 5px 15px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	.subscribeimage {
		position: relative;
		display: block;
		margin: 0 auto;
	}
	.error404 {
		font-size: 130px;
		line-height: 1;
		letter-spacing: 0px;
	}
	.errorOGS{
		font-size:250px;
	}

	.errorOGS img{
		width:250px;
	}

	.feature-box.media-box.fbox-bg .fbox-media {
		height:290px;
	}
}

@media (max-width: 991px) {
	#wrapper {
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.adCounter {
		text-align: right;
	}
	#header.full-header .container,  .container-fullwidth {
		padding: 0 15px !important;
		margin: 0 auto;
		width: 750px !important;
	}
	.postcontent,  .postcontent.bothsidebar,  .sidebar {
		width: 100%;
		margin-right: 0;
		float: none !important;
		margin-bottom: 40px !important;
		padding-bottom: 40px;/*border-bottom: 1px solid #EEE;*/
	}
	.sidebar.col_last {
		float: none;
		margin-bottom: 0 !important;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#header,  #header-wrap {
		height: auto !important;
	}
	#header.sticky-header #header-wrap {
		position: relative;
	}
	#header-trigger {
		display: none;
	}
	#logo {
		display: block;
		height: 100px;
		float: none;
		margin: 0 auto 0 !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		padding: 0 !important;
	}
	#logo a.standard-logo {
		display: inline-block;
	}
	#primary-menu {
		display: flex;
		height: auto !important;
	}
	#primary-menu-trigger {
		opacity: 1;
		pointer-events: auto;
		top: 25px;
		margin-top: 0;
		left: 0;
		z-index: 1;
	}
	#primary-menu .container #primary-menu-trigger {
		top: 5px;
		left: 0;
	}
	#primary-menu > ul,  #primary-menu > div > ul {
		display: block;
		transition: all 1s ease-out;
		opacity: 0;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 0px !important;
		overflow: hidden;
	}
	#primary-menu > ul.show,  #primary-menu > div > ul.show {
		opacity: 1;
		height: auto !important;
	}
	#primary-menu > div > ul {
		margin-top: 60px !important;
	}
	body:not(.top-search-open) #primary-menu-trigger {
		opacity: 1;
		-webkit-transition: opacity .2s .2s ease, top .4s ease;
		-o-transition: opacity .2s .2s ease, top .4s ease;
		transition: opacity .2s .2s ease, top .4s ease;
	}
	#primary-menu ul li {
		float: none;
		margin: 0 !important;
		text-align: left !important;
		border-top: 1px solid #EEE;
	}
	#primary-menu ul li:first-child {
		border-top: 0;
	}
	#primary-menu ul li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 5px !important;
		border: none !important;
		margin: 0 !important;
	}
	#primary-menu ul li i {
		line-height: 49px;
	}
	#primary-menu > ul > li.sub-menu > a,  #primary-menu > .container > ul > li.sub-menu > a {
		background-image: url("https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/submenu.png");
		background-position: right center;
		background-repeat: no-repeat;
	}
	#primary-menu ul ul,  #primary-menu ul li .mega-menu-content {
		position: relative;
		width: auto;
		background-color: transparent !important;
		box-shadow: none;
		border: 0;
		border-top: 1px solid #EEE;
		z-index: 1;
		top: 0 !important;
		padding-left: 15px;
	}
	#primary-menu ul li .mega-menu-content {
		padding-left: 0;
	}
	#primary-menu ul ul ul {
		top: 0 !important;
		left: 0;
	}
	#primary-menu ul ul.menu-pos-invert,  #primary-menu ul li .mega-menu-content.menu-pos-invert {
		left: 0;
		right: 0;
	}
	#primary-menu ul ul ul.menu-pos-invert {
		right: 0;
	}
	#primary-menu ul ul li {
		float: none;
		margin: 0;
		border-top: 1px solid #EEE;
	}
	#primary-menu ul ul a {
		height: 44px !important;
		line-height: 44px !important;
		padding-left: 5px !important;
		font-size: 13px !important;
		text-transform: none;
		font-weight: 400;
	}
	#primary-menu ul ul a i {
		line-height: 43px;
	}
	#primary-menu ul ul li:hover > a {
		background-color: transparent !important;
		font-weight: 600;
		padding-left: 5px;
		color: #1ABC9C !important;
	}
	#primary-menu ul li .mega-menu-content,  #primary-menu ul li.mega-menu-small .mega-menu-content,  #primary-menu ul li.mega-menu .mega-menu-content,  .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,  .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto;
		margin: 0;
		top: 0;
	}
	.container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,  #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto !important;
		margin: 0 !important;
	}
	#primary-menu ul li .mega-menu-content ul {
		display: block;
		position: relative;
		top: 0;
		min-width: inherit;
	}
	#primary-menu ul li .mega-menu-content > ul {
		float: none;
	}
	#primary-menu ul li .mega-menu-content ul {
		display: block !important;
		opacity: 1 !important;
		top: 0;
		left: 0;
	}
	#primary-menu ul li .mega-menu-content ul ul {
		border-top: 1px solid #EEE;
	}
	#primary-menu ul li .mega-menu-content.col-2 > ul,  #primary-menu ul li .mega-menu-content.col-3 > ul,  #primary-menu ul li .mega-menu-content.col-4 > ul,  #primary-menu ul li .mega-menu-content.col-5 > ul {
		width: auto;
		margin: 0;
		border-left: 0;
		border-top: 1px solid #EEE;
	}
	#primary-menu ul li .mega-menu-content > ul:first-child {
		border: 0;
	}
	#primary-menu ul li .mega-menu-content ul a {
		height: 40px;
		line-height: 40px;
	}
	#primary-menu ul li .mega-menu-content ul {
		width: 100%;
		border: 0;
		box-shadow: none;
		background-color: transparent;
	}
	#primary-menu ul ul i {
		line-height: inherit;
	}
	#primary-menu > div > #top-cart {
		margin: 20px 0 !important;
	}
	#primary-menu ul.windows-mobile-menu li.sub-menu {
		position: relative;
	}
	#primary-menu ul.windows-mobile-menu li.sub-menu a {
		background-image: none !important;
	}
	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
		position: absolute;
		cursor: pointer;
		width: 32px;
		top: 0;
		right: 0;
		z-index: 1;
		padding: 0 !important;
		text-align: center !important;
	}
	#primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
		display: none;
	}
	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
		margin: 0 !important;
	}
	/* Responsive Sticky Header
		-----------------------------------------------------------------*/

	.sticky-responsive-menu #header {
		min-height: 100px;
		-webkit-transition: min-height .4s ease;
		-o-transition: min-height .4s ease;
		transition: min-height .4s ease;
	}
	.responsive-sticky-header #header-wrap {
		z-index: 199;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
		-webkit-backface-visibility: hidden;
	}
	.responsive-sticky-header #logo,  .responsive-sticky-header #logo img {
		height: 60px;
	}
	.responsive-sticky-header #primary-menu-trigger {
		top: 5px;
	}
	.responsive-sticky-header #primary-menu > ul,  .responsive-sticky-header #primary-menu > .container > ul {
		max-height: 300px;
		overflow-y: scroll;
		margin-bottom: 20px;
	}
	.responsive-sticky-header #primary-menu > ul,  .responsive-sticky-header #primary-menu > .container > ul {
		margin-bottom: 20px !important;
	}
	.responsive-sticky-header #top-cart {
		margin: 20px 0;
	}
	.responsive-sticky-header #top-cart .top-cart-content {
		top: 40px;
	}
	.ei-slider {
		height: 350px;
	}
	.ei-title h3 {
		display: none;
	}
	/* Portfolio - Items
		-----------------------------------------------------------------*/

	#portfolio:not(.portfolio-1) {
		margin: 0 -12px -12px 0 !important;
	}
	#portfolio:not(.portfolio-1) .portfolio-item {
		width: 232px;
		margin: 0 12px 12px 0;
	}
	#portfolio:not(.portfolio-1) .portfolio-item .portfolio-image,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image a,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image img {
		width: 232px;
		height: 175px;
	}
	/* Portfolio - Items - 1 Column - Full Width
		-----------------------------------------------------------------*/
	.shop-quick-view-ajax,  .portfolio-ajax-modal {
		width: 90% !important;
	}
	.small-thumbs .entry-title h2,  .ievent .entry-title h2 {
		font-size: 18px;
	}
	.entry-meta li {
		font-size: 12px;
		margin: 0 10px 10px 0;
	}
	/* Blog - Grid - 3 Columns
		-----------------------------------------------------------------*/
	.post-masonry-full .entry {
		width: 33.30% !important;
	}
	.post-masonry-full.grid-3 .entry {
		width: 50% !important;
	}
	.post-timeline .entry {
		width: 290px !important;
	}
	.post-timeline .entry.entry-date-section {
		width: 100% !important;
	}
	.product {
		width: 226px;
	}
	.product-image {
		height: 301px;
	}
	.product:not(.product-2):not(.product-3) .product-title h3 {
		font-size: 18px;
	}
	/* Shop - 2 Columns - Sidebar
		-----------------------------------------------------------------*/

	#shop.product-2,  #shop.product-3 {
		margin: 0 -20px -20px 0;
	}
	#shop.product-2 .product,  #shop.product-3 .product {
		width: 350px;
		margin: 0 20px 20px 0;
	}
	#shop.product-2 .product-image,  #shop.product-3 .product-image {
		height: 467px;
	}
	.pricing [class^=col-md-] .pricing-box.best-price {
		margin-top: 0;
	}
	.pricing.pricing-5 .pricing-box.best-price {
		margin-top: 20px;
	}
	.device-sm .pricing.pricing-5 .pricing-title h3,  .device-sm .pricing.pricing-5 .best-price .pricing-title h3 {
		font-size: 14px;
	}
	.device-sm .pricing.pricing-5 .pricing-title span {
		font-size: 12px;
	}
	.device-sm .pricing.pricing-5 .pricing-price {
		font-size: 48px;
	}
	.device-sm .pricing.pricing-5 .pricing-price span {
		font-size: 20px;
	}
	.device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
		font-size: 12px;
	}
	.device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
		padding: 15px 0;
	}
	.pricing-box.pricing-extended .pricing-desc,  .pricing-box.pricing-extended .pricing-action-area {
		position: relative;
		float: none;
		width: auto;
		padding: 25px;
	}
	.pricing-box.pricing-extended .pricing-action-area {
		height: auto;
		border-left: 0;
		border-top: 1px solid rgba(0,0,0,0.05);
		border-radius: 0 0 3px 3px;
	}
	.section > .testimonial {
		padding: 0 40px !important;
		max-width: none;
	}
	.promo:not(.promo-full) {
		padding: 30px 20px !important;
	}
	.promo a.button {
		position: relative !important;
		top: 0 !important;
		margin: 20px 0 0 !important;
		left: 0 !important;
		right: 0;
	}
	#contact-form-overlay-mini {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto;
	}
	.bnews-title {
		float: none;
		display: inline-block;
	}
	.bnews-slider {
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
	.error404 {
		font-size: 180px;
	}
	.landing-form-overlay {
		position: absolute;
		width: 100%;
		max-width: 400px;
		right: auto;
		left: 50%;
		margin-left: -200px;
		bottom: 0;
	}
	div#tab-2 p.pull-right {
		display: block;
		float: none !important;
		padding: 0 0 10px 0;
		text-align: left;
		clear: both;
	}
	.process-steps .i-circled {
		background-color: #ccc;
		height: 100px !important;
		line-height: 100px !important;
		width: 100px !important;
	}
	.process-steps .iconAccount {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
	}
	.process-steps .iconCard {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
	}
	.process-steps .iconClip {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
	}
	#myTab2 {
		padding: 10px 0 0;
		text-align: center;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.viewButtons {
		width: 300px;
		padding: 0 0px 0 0;
		margin: -10px auto 20px auto;
		clear: both;
		position: relative;
	}
	.btn-group-justified a {
		font-size: 12px;
		padding: 5px;
	}
	.btn-group-justified a i {
		font-size: 1.5em;
		display: inline-block;
		vertical-align:middle;
	}
	.viewButtonsDetail{ width:150px;display:inline-block;margin-top:3px; }
	.viewButtonsDetail .btn-group-justified a{ font-size:1.1em;line-height:1.3; }
	.viewButtonsDetail .btn-group-justified a i { font-size:1em;display:inline-block; }
	.viewButtons .alert {
		position: absolute;
		top: -125px;
		left: 0;
		width: 100%;
	}
	.alert.top .arrow {
		left: 90%;
	}
	.social a {
		width: 40px;
		height: 40px;
		margin: 10px 10px 5px 10px;
	}
	.error404 {
		font-size: 120px;
		line-height: 1;
		letter-spacing: 0px;
	}
	.errorOGS{
		font-size:200px;
	}

	.errorOGS img{
		width:200px;
	}

	@keyframes slideIn {
		from {left:-400px;}
		to {left:0px;}
	}
	@keyframes slideOut {
		from {left:0px;}
		to {left:-400px;}
	}
	#primary-menu > ul.show,  #primary-menu > div > ul.show {
              z-index:1;
		left:0;
		opacity:1;
		animation-name: slideIn;
		animation-duration: .4s;
	}
	#primary-menu > ul,  #primary-menu > div > ul {
		display: block;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 0px !important;
		overflow: hidden;
		position:absolute;
		left:-1000px;
		top:61px;
		width:100%;
		background:#fff;
		height: auto !important;
		opacity:0;
		animation-name: slideOut;
		animation-duration: .4s;
		box-shadow:0 0 3px #999;
	}
	#primary-menu > ul li{ padding:0 10px;position:absolute;top:0;left:0;width:50%; }
	#primary-menu > ul li:nth-child(2){ top:50px; }
	#primary-menu > ul li:nth-child(3){ top:100px; }
	#primary-menu > ul li:nth-child(4){ top:150px; }
	#primary-menu > ul li:nth-child(5){ top:200px; }
	#primary-menu > ul li.changeStore{ padding:0 20px 110px 20px;margin:0;display:block;float:right;border-left:1px solid #eee;border-top:none;position:relative; }
	#primary-menu > ul li.login{ padding:10px 20px;margin:0;position:absolute;bottom:50px;right:0;width:50%;top:auto;left:auto; }
	#primary-menu > ul li.mobileContact{ padding:0px 20px;height:50px;position:absolute;right:0;bottom:0;border-right:none;width:50%;top:auto;left:auto; }

}

@media (min-width: 768px) and (max-width: 991px) {
	#logo {
		height: 60px;
	}
	#primary-menu-trigger {
		margin-top: -20px;
	}
	h1, .adCounter {
		font-size: 28px !important;
	}
	.adCounter {
		text-align: right;
	}
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: 400px !important;
	}
	.sidebar-widgets-wrap {
		position: relative;
		margin: 0 -38px -40px 0;
	}
	.sidebar-widgets-wrap .widget {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: 340px;
		margin: 0 37px 40px 0;
		padding-top: 0;
		border-top: 0;
	}
	.landing-video {
		width: 352px;
		height: 199px;
		margin: 14px 0 0 60px;
	}
	.promo {
		text-align: center;
	}
	.promo a.btn {
		position: relative;
		margin-top: 20px;
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.promo a.btn.btn-lg {
		margin-right: auto;
		margin-top: 20px;
	}
	#header {
		border-bottom: 1px solid #ccc !important;
	}
	.quickLinks .col_one_sixth, .quickLinks .col_one_fifth {
		width: 33%;
		display: inline-block;
		margin-right: 0 !important;
	}
	.quickLinks .col_one_sixth .heading-block h4, .quickLinks .col_one_fifth .heading-block h4 {
		font-size: 13px;
	}
	div#tab-2 p.pull-right {
		display: block;
		float: none !important;
		padding: 0 0 10px 0;
		text-align: left;
		clear: both;
	}
	.heading-block .counter.lgfont {
		font-weight: 300;
		font-size: 22px !important;
	}
	.process-steps .i-circled {
		background-color: #ccc;
		height: 100px !important;
		line-height: 100px !important;
		width: 100px !important;
	}
	.process-steps .iconAccount {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
	}
	.process-steps .iconCard {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
	}
	.process-steps .iconClip {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
	}
	#footer .col_two_third, #footer .col_one_third {
		width: 48%;
	}
	#receiptOptions label {
		width: 45%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	#expReminderOptions label {
		width: 45%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	div.togglec li.checkbox label {
		width: 100%;
		margin: 0;
		padding: 5px 5px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	div#divLoginForm span.checkbox label {
		width: auto;
		margin: 0;
		padding: 5px 15px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	ul.tab-nav li a {
		padding: 0 10px;
		font-size: 13px;
	}
	li.mobileContact {
		height: 40px;
	}
	.specialPrice {
		margin-bottom: 15px !important;
	}
	.specialPrice small {
		font-size: 11px;
		text-transform: lowercase !important;
		display: block;
	}
	.specialPrice h3.withCard {
		line-height: 1.4;
		padding: 0 0 5px 0;
	}
	.specialPrice h3.withoutCard {
		color: #333;
		font-size: 23px;
		border-top: 1px dotted #ccc;
		margin-bottom: 15px;
		line-height: 1.4;
		padding: 5px 0;
	}
	#textView .specialPrice h3 {
		line-height: 1.1 !important;
	}
	#textView .specialPrice h3.withCard {
		margin: 10px 0 0 0 !important;
	}
	#textView .specialPrice h3.withoutCard {
		margin: 0 !important;
	}
	#myTab2 {
		padding: 10px 0 0;
		text-align: center;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.subscribeimage {
		bottom: -122px;
		display: block;
		margin: 0 auto;
	}

	.columnCountFive {column-count:3;-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */}
		.columnCountSix {column-count:4; -webkit-column-count: 4; /* Chrome, Safari, Opera */
		-moz-column-count: 4; /* Firefox */}

	.feature-box.media-box.fbox-bg .fbox-media {
		height:280px;
	}

}

@media (min-width: 621px) and (max-width: 767px) {
	.coupons_home ul li:nth-child(6) {
		display: none !important;
	}
	.deals_home ul li:nth-child(7) {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.perks_parent:first-child .perks_child{display:none;}
}

@media (max-width: 767px) {
	body {
		padding: 0 !important;
	}
	#wrapper {
		width: 100% !important;
	}
	.container-fullwidth {
		margin: 0 auto;
		padding: 0 15px !important;
	}
	h1, .adCounter {
		font-size: 28px !important;
		text-align: center;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	#gotoTop {
		right: 10px;
	}
	#slider:not(.swiper_wrapper) .slider-caption,  .nivo-caption,  .flex-caption,  .slider-caption p,  .slider-caption .button,  .camera_caption,  .ei-title,  .slider-arrow-top-sm,  .slider-arrow-bottom-sm {
		display: none !important;
	}
	.slider-caption h2 {
		margin-bottom: 0 !important;
	}
	.flex-control-nav li {
		opacity: 1 !important;
	}
	.postcontent,  .postcontent.bothsidebar,  .sidebar,  .col_full,  .col_half,  .col_one_third,  .col_two_third,  .col_three_fourth,  .col_one_fourth,  .col_one_fifth,  .col_two_fifth,  .col_three_fifth,  .col_four_fifth,  .col_one_sixth,  .col_five_sixth {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 50px !important;
	}
	.sidebar.col_last {
		margin-bottom: 0 !important;
	}
	form .col_full,  form .col_half,  form .col_one_third,  form .col_two_third,  form .col_three_fourth,  form .col_one_fourth,  form .col_one_fifth,  form .col_two_fifth,  form .col_three_fifth,  form .col_four_fifth,  form .col_one_sixth,  form .col_five_sixth {
		margin-bottom: 25px !important;
	}
	#page-title {
		padding: 10px 0 15px 0 !important;
		text-align: center;
	}
	#page-title h1 {
		line-height: 1.5;
		font-size: 24px;
	}
	#page-title .breadcrumb {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0px 0 0 !important;
	}
	#page-title #portfolio-navigation,  #portfolio-ajax-title #portfolio-navigation {
		position: relative;
		top: 0;
		left: 0;
		margin: 15px auto 0;
	}
	#portfolio-ajax-title {
		text-align: center;
	}
	#logo {
		height: auto;
		transform: scale(.6);
	}
	#primary-menu-trigger {
		margin-top: -20px;
	}
	.nobottommargin {
		margin-bottom: 10px !important;
	}
	.bottommargin-xsm {
		margin-bottom: 10px !important;
	}
	.bottommargin-sm {
		margin-bottom: 10px !important;
	}
	/* Blog
		-----------------------------------------------------------------*/

	.small-thumbs .entry-image,  .ievent .entry-image {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.entry-title h2 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.entry-meta li {
		font-size: 11px;
		margin: 0 10px 10px 0;
	}
	.product-1 .product {
		width: 100%;
	}
	.product-1 .product-image {
		float: none !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 20px !important;
	}
	.product-1 .product-title h3 {
		font-size: 19px;
	}
	.product-1 p {
		display: none;
	}
	.pricing-box.best-price {
		margin-top: 0;
	}
	.pricing.pricing-5 .pricing-box {
		float: none;
		width: 100%;
	}
	.pricing-box.pricing-extended .pricing-features li {
		width: auto;
		float: none;
	}
	.button.button-desc {
		padding: 20px 17px;
		font-size: 15px;
		max-width: 100%;
	}
	.button.button-desc span {
		font-size: 11px;
	}
	.process-steps li {
		float: none;
		width: auto !important;
		margin-top: 20px;
	}
	.process-steps li:first-child {
		margin-top: 0;
	}
	.process-steps li h5 {
		margin: 10px 0 0 0;
	}
	.process-steps li:before,  .process-steps li:after {
		display: none;
	}
	.title-block {
		padding: 2px 0 3px 15px;
		border-left-width: 5px;
	}
	.title-block-right {
		padding: 2px 15px 3px 0;
		border-right-width: 5px;
	}
	.title-block h1 + span {
		font-size: 18px;
	}
	.title-block h2 + span {
		font-size: 17px;
	}
	.title-block h3 + span {
		font-size: 15px;
	}
	.title-block h4 + span {
		font-size: 13px;
	}
	.heading-block h1 {
		font-size: 30px;
	}
	.heading-block h2 {
		font-size: 26px;
	}
	.heading-block h3 {
		font-size: 22px;
	}
	.heading-block h4 {
		font-size: 19px;
	}
	.heading-block h1 + span {
		font-size: 20px;
	}
	.heading-block h2 + span {
		font-size: 18px;
	}
	.heading-block h3 + span,  .heading-block h4 + span {
		font-size: 17px;
	}
	.heading-block ~ p:not(.lead) {
		font-size: 15px;
	}
	.emphasis-title h1,  .emphasis-title h2 {
		font-size: 44px !important;
	}
	/* Copyrights
		-----------------------------------------------------------------*/

	#copyrights .col_half {
		text-align: center;
	}
	#copyrights .col_half:last-child {
		display: none;
	}
	#copyrights .footer-logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px !important;
	}
	.promo a.btn {
		position: relative;
		margin-top: 20px;
		display: block;
	}
	.promo a.btn.btn-lg {
		margin-right: 0px;
		margin-top: 20px;
	}
	div#tab-2 p.pull-right {
		display: block;
		float: none !important;
		padding: 0 0 10px 0;
		text-align: center;
		clear: both;
	}
	div#tab-2 ul.tab-nav li:first-child, div#tabs ul.tab-nav li:first-child {
		border-top: 1px solid #ccc;
		;
		margin: 0;
	}
	div#tab-2 ul.tab-nav li, div#tabs ul.tab-nav li {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		height: auto;
		width: auto !important;
	}
	div#tab-2 ul.tab-nav li.ui-tabs-active, div#tabs ul.tab-nav li.ui-tabs-active {
		border-bottom: 1px solid #ccc;
	}
	div#tab-2 ul.tab-nav li a, div#tabs ul.tab-nav li a {
		height: 41px;
		line-height: 41px;
	}
	.groupLevelAdd {
		width: 200px;
		height: 45px;
		position: relative;
	}
	.groupLevelAdd .product-overlay {
		height: 45px;
		line-height: 45px;
	}
	.groupLevelAdd .quantity .qty {
		width: 200px !important;
	}
	.groupItem .img-thumbnail {
		width: 300px;
		height: 300px;
		padding: 25px;
	}
	.groupItem .img-thumbnail table {
		width: 100%;
		height: 250px;
		margin: 0;
	}
	#myTab2 {
		padding: 10px 0 0;
		text-align: center;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.subscribepanel.rightborder.rightpadding-sm {
		padding: 0px;
		border: 0px;
	}
	.subscribeimage {
		display: block;
		padding-bottom: 100px;
		background-position: bottom center;
	}

	.columnCountFive {column-count:3;-webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */}
	.columnCountSix {column-count:3; -webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */}

	.feature-box.media-box.fbox-bg .fbox-media {
		height:230px;
	}

}

@media (min-width: 569px) and (max-width: 767px) {
	.pagination > li {
		display: none;
	}
	.pagination > li#liNext, .pagination > li#liNextTop, .pagination > li#liNextBottom, .pagination > li#liPrevious, .pagination > li#liPreviousTop, .pagination > li#liPreviousBottom, .pagination > li.active {
		display: inline;
	}
}

@media (min-width: 621px) and (max-width: 767px) {
	.deals_home.anonymous ul li:nth-child(4) {
		display: block !important;
	}
	.deals_home ul li:nth-child(8) {
		display: none !important;
	}
}

@media (min-width: 480px) and (max-width: 620px) {
	.deals_home.anonymous ul li:nth-child(4) {
		display: none !important;
	}
	.feature-box.media-box.fbox-bg .fbox-media {
		height:175px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	.container,  #header.full-header .container,  .container-fullwidth {
		width: 100% !important;
	}
	#top-search form input {
		padding-right: 60px;
	}
	.swiper_wrapper:not(.force-full-screen),  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: 300px !important;
	}
	.swiper_wrapper .slider-caption h2 {
		font-size: 36px;
	}
	.ei-slider {
		height: 250px;
	}
	#header.transparent-header.floating-header .container {
		width: 470px;
		padding: 0 15px;
	}
	.heading-block {
		margin-bottom: 30px;
	}
	/* Portfolio - Items
		-----------------------------------------------------------------*/

	#portfolio:not(.portfolio-1) {
		margin: 0 -6px -6px 0;
	}
	#portfolio:not(.portfolio-1) .portfolio-item {
		margin: 0 6px 6px 0;
	}
	/* Portfolio - Items - 5 & 6 Columns
		-----------------------------------------------------------------*/

	#portfolio:not(.portfolio-1) .portfolio-item {
		width: 217px;
	}
	#portfolio:not(.portfolio-1) .portfolio-item .portfolio-image,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image a,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image img {
		width: 217px;
		height: 162px;
	}
	/* Portfolio - Items - 5 & 6 Columns - No Margin
		-----------------------------------------------------------------*/

	#portfolio.portfolio-nomargin:not(.portfolio-1) .portfolio-item {
		width: 219px;
	}
	#portfolio.portfolio-nomargin:not(.portfolio-1) .portfolio-item .portfolio-image,  #portfolio.portfolio-nomargin:not(.portfolio-1) .portfolio-item .portfolio-image a,  #portfolio.portfolio-nomargin:not(.portfolio-1) .portfolio-item .portfolio-image img {
		width: 219px;
		height: 164px;
	}
	/* Portfolio - Items - Descriptions
		-----------------------------------------------------------------*/

	#portfolio:not(.portfolio-1) .portfolio-desc {
		padding: 15px 5px 10px;
	}
	#portfolio:not(.portfolio-1) .portfolio-desc h3 {
		font-size: 16px;
	}
	#portfolio:not(.portfolio-1) .portfolio-desc span {
		font-size: 14px;
	}
	#portfolio.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
		height: 78px;
		padding: 15px 5px;
		bottom: -79px;
	}
	#portfolio.portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,  #portfolio.portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
		bottom: -78px;
		border-bottom: 0;
	}
	/* Portfolio - Items - Overlay
		-----------------------------------------------------------------*/

	#portfolio.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,  #portfolio.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,  .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,  .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon {
		margin-top: -55px !important;
	}
	#portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a {
		margin: 20px 0 0 !important;
	}
	#portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
		margin-left: 5px !important;
		margin-right: 0 !important;
	}
	/* Portfolio - Items - 1 Column - Full Width
		-----------------------------------------------------------------*/
	.post-grid:not(.post-masonry) .entry-image iframe {
		height: 246px;
	}
	#shop:not(.product-1) {
		margin: 0 -12px -12px 0;
	}
	#shop:not(.product-1) .product {
		margin: 0 12px 12px 0;
		width: 214px;
	}
	#shop:not(.product-1) .product-image {
		height: 285px;
	}
	#shop:not(.product-1) .product-title h3 {
		font-size: 17px;
	}
	.error404,  .error404-wrap .error404 {
		font-size: 160px;
	}
	.content-wrap {
		padding: 0 0 20px 0 !important;
		width: auto;
	}
	.landing-video {
		position: relative;
		top: 12px;
		width: 333px;
		height: 187px;
		margin: 19px 0 0 53px;
	}
	.promo a.btn {
		position: relative;
		margin-top: 20px;
		display: block;
	}
	.promo a.btn.btn-lg {
		margin-right: 0px;
		margin-top: 20px;
	}
	.postcontent #coupons.product-3 {
		margin: 0 0px -25px 0 !important;
	}
	#header {
		border-bottom: 1px solid #ccc !important;
	}
	.quickLinks .col_one_sixth, .quickLinks .col_one_fifth, .quickLinks .col_one_fourth {
		width: 49%;
		display: inline-block;
	}
	.quickLinks .col_one_sixth .heading-block h4, .quickLinks .col_one_fifth .heading-block h4, .quickLinks .col_one_fourth .heading-block h4 {
		font-size: 14px;
	}
	.process-steps li {
		text-align: left !important;
		vertical-align: middle;
	}
	.process-steps a.i-rounded, .process-steps div.i-circled {
		float: left !important;
		margin: 0 10px !important;
		z-index: 0;
	}
	.process-steps a.i-rounded, .process-steps a.i-circled {
		float: left !important;
		margin: 0 10px !important;
		z-index: 0;
		cursor: pointer !important;
	}
	.process-steps h5, .process-steps p {
		float: left !important;
		margin: 0 !important;
		width: 80%;
	}
	.process-steps .i-circled {
		background-color: #ccc;
		height: 52px !important;
		line-height: 52px !important;
		width: 52px !important;
	}
	.process-steps .iconAccount {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	.process-steps .iconCard {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	.process-steps .iconClip {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	div.couponSorting ul {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto !important;
		padding: 0;
	}
	div.couponSorting div.pull-right {
		display: block;
		float: none;
		width: 50%;
		margin-top: 10px;
		margin-right: 0 !important;
		padding: 0 5px;
	}
	div.couponSorting div.pull-right label {
		margin-bottom: 2px;
	}
	.heading-block .counter.lgfont {
		font-weight: 300;
		font-size: 18px !important;
	}
	.homepagePerksCard {
		width: 40%;
		margin-bottom: 25px;
	}
	div#tab-2 p.pull-right {
		display: block;
		float: none !important;
		padding: 0 0 5px 0;
		text-align: center;
		clear: both;
	}
	div#tab-2 ul.tab-nav li:first-child, div#tabs ul.tab-nav li:first-child {
		border-top: 1px solid #ccc;
		;
		margin: 0;
	}
	div#tab-2 ul.tab-nav li, div#tabs ul.tab-nav li {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		height: auto;
	}
	div#tab-2 ul.tab-nav li.ui-tabs-active, div#tabs ul.tab-nav li.ui-tabs-active {
		border-bottom: 1px solid #ccc;
	}
	div#tab-2 ul.tab-nav li a, div#tabs ul.tab-nav li a {
		height: 41px;
		line-height: 41px;
	}
	.footer-logo {
		margin-bottom: 0 !important
	}
	form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
		margin-bottom: 10px !important;
	}
	.footer, footer {
		text-align: center;
		font-size: 12px;
	}
	#copyrights {
		font-size: 13px;
		padding: 15px 0 0 0;
	}
	.copyrights-menu a {
		font-size: 13px;
	}
	.subscribe-widget {
		max-width: 300px;
		margin: 0 auto;
	}
	.subscribe-widget h5 {
		margin-bottom: 8px;
	}
	.ordivider {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	#receiptOptions label {
		width: 25%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	#expReminderOptions label {
		width: 25%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	div.togglec li.checkbox label {
		width: 100%;
		margin: 0;
		padding: 5px 5px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	div#divLoginForm span.checkbox label {
		width: auto;
		margin: 0;
		padding: 5px 15px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	#primary-menu > ul,  #primary-menu > div > ul {
		display: block;
		transition: all 1s ease-out;
		opacity: 0;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 0px !important;
		overflow: hidden;
	}
	li.mobileContact {
		height: 40px;
	}
	.specialPrice {
		margin-bottom: 15px !important;
	}
	.specialPrice small {
		font-size: 11px;
		text-transform: lowercase !important;
		display: block;
	}
	.specialPrice h3.withCard {
		line-height: 1.4;
		padding: 0 0 5px 0;
	}
	.specialPrice h3.withoutCard {
		color: #333;
		font-size: 23px;
		border-top: 1px dotted #ccc;
		margin-bottom: 15px;
		line-height: 1.4;
		padding: 5px 0;
	}
	#textView .specialPrice h3 {
		line-height: 1.1 !important;
	}
	#textView .specialPrice h3.withCard {
		margin: 10px 0 0 0 !important;
	}
	#textView .specialPrice h3.withoutCard {
		margin: 0 !important;
	}
	.groupLevelAdd {
		width: 200px;
		height: 45px;
		position: relative;
		margin: 0 auto;
	}
	.productAssetDetail span {text-align: left !important;}
	.groupItem * {
		text-align: center !important;
	}
	.groupLevelAdd .product-overlay {
		height: 45px;
		line-height: 45px;
	}
	.groupLevelAdd .quantity .qty {
		width: 200px !important;
	}
	.form-group-sm select.form-control {
		height: 34px;
	}
	#pageView .col_one_third {
		width: 30.63%;
		float: left;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.results_page label, .results_sort label {
		display: inline-block;
	}
}

@media only screen and (max-width: 620px) {
	.results_sort {
		margin-right: 0 !important;
	}
	#divBottomNav .results_page {
		clear: none !important;
	}
	.results_page {
		clear: both;
	}
	#myTab2 {
		padding: 10px 0 0;
		text-align: center;
		clear: both;
	}
	.fancy-title {
		display: inline-block;
		float: left;
	}
	#SpecialPricing p {
		display: inline-block;
	}
	#SpecialPricing p#btnAllSpecial, #SpecialPricing p#btnAllSpecial a {
		display:block;
	}
	#JustForYou p {
		display: inline-block;
	}
	#JustForYou p#btnAllSpecialJFY, #JustForYou p#btnAllSpecialJFY a {
		display:block;
	}
	#divBottomNav #ulPagingBottom {
		margin-top: 21px !important;
	}
}

@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
	.container,  #header.full-header .container,  .container-fullwidth {
		width: 100% !important;
	}
	a.standard-logo img {
		width: auto;
		height: 70px;
	}
	.swiper_wrapper:not(.force-full-screen),  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,  .ei-slider {
		height: 180px !important;
	}
	.swiper_wrapper .slider-caption h2 {
		font-size: 28px;
	}
	#header.transparent-header.floating-header .container {
		width: 310px;
		padding: 0 15px;
	}
	.heading-block {
		margin-bottom: 15px;
	}
	#portfolio-filter li {
		width: 50%;
	}
	#portfolio:not(.portfolio-1) {
		margin: 0 !important;
	}
	#portfolio:not(.portfolio-1) .portfolio-item {
		width: 280px;
	}
	#portfolio:not(.portfolio-1) .portfolio-item .portfolio-image,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image a,  #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image img {
		width: 280px;
		height: 211px;
	}
	.post-grid:not(.post-masonry) .entry-image iframe {
		height: 157px;
	}
	#shop:not(.product-1) {
		margin: 0;
	}
	#shop:not(.product-1) .product {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#shop:not(.product-1) .product-image {
		height: 373px;
	}
	#shop:not(.product-1) .product-title h3 {
		font-size: 19px;
	}
	.si-share span {
		display: none;
	}
	.emphasis-title h1,  .emphasis-title h2 {
		font-size: 40px !important;
	}
	.error404,  .error404-wrap .error404 {
		font-size: 120px;
	}
	.landing-video {
		position: relative;
		top: 9px;
		width: 212px;
		height: 119px;
		margin: 19px 0 0 34px;
	}
	.landing-form-overlay {
		margin-left: -155px;
	}
	.button.button-desc {
		padding: 20px 17px;
		font-size: 15px;
		max-width: 100%;
	}
	.button.button-desc span {
		font-size: 11px;
	}
	.promo a.btn {
		position: relative;
		margin-top: 20px;
		display: block;
	}
	.promo a.btn.btn-lg {
		margin-right: 0px;
		margin-top: 20px;
	}
	.postcontent #coupons.product-3 {
		margin: 0 0px -25px 0 !important;
	}
	/*	table.couponList tr th:nth-child(1), table.couponList tr td:nth-child(1), table.couponList tr th:nth-child(2), table.couponList tr td:nth-child(2), table.couponList tr th:nth-child(4), table.couponList tr td:nth-child(4){ display:none; }*/

	.content-wrap {
		padding: 0 0 20px 0 !important;
		width: auto;
	}
	.product-image {
		height: 150px;
	}
	.bottommargin-sm {
		margin-bottom: 5px !important;
	}
	.topmargin-sm {
		margin-top: 5px !important;
	}
	.bottommargin-md {
		margin-bottom: 15px !important;
	}
	.topmargin-md {
		margin-top: 15px !important;
	}
	h1.nobottommargin {
		margin-bottom: 0 !important;
	}
	h1.pull-left, .adCounter.pull-right {
		float: none !important;
		text-align: center;
	}
	#header {
		border-bottom: 1px solid #ccc !important;
	}
	.adCounter {
		font-size: 30px !important;
		margin-bottom: 8px !important;
		line-height: 1em;
	}
	.quickLinks {
		padding: 5px 0 0 0;
	}
	.quickLinks .col_one_sixth, .quickLinks .col_one_fifth, .quickLinks .col_one_fourth {
		width: 49%;
		display: inline-block;
		margin: 0 !important;
		vertical-align: top;
	}
	.quickLinks .col_one_sixth .heading-block h4, .quickLinks .col_one_fifth .heading-block h4, .quickLinks .col_one_fourth .heading-block h4 {
		font-size: 13px;
	}
	.heading-block .counter.lgfont {
		font-weight: 300;
		font-size: 18px !important;
	}
	.homepagePerksCard {
		width: 50%;
		margin-bottom: 15px;
	}
	div.couponSorting ul.pagination {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto !important;
		padding: 0;
		text-align: right;
	}
	div.couponSorting div.pull-right {
		display: block;
		float: none;
		width: 50%;
		margin-top: 10px;
		margin-right: 0 !important;
		padding: 0 5px;
	}
	div.couponSorting div.pull-right label {
		margin-bottom: 2px;
	}
	div#tab-2 p.pull-right {
		display: block;
		float: none !important;
		padding: 0 0 5px 0;
		text-align: center;
		clear: both;
	}
	div#tab-2 ul.tab-nav li:first-child, div#tabs ul.tab-nav li:first-child {
		border-top: 1px solid #ccc;
		;
		margin: 0;
	}
	div#tab-2 ul.tab-nav li, div#tabs ul.tab-nav li {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		height: auto;
	}
	div#tab-2 ul.tab-nav li.ui-tabs-active, div#tabs ul.tab-nav li.ui-tabs-active {
		border-bottom: 1px solid #ccc;
	}
	div#tab-2 ul.tab-nav li a, div#tabs ul.tab-nav li a {
		height: 41px;
		line-height: 41px;
	}
	#fsRewards img {
		max-width: 100px;
	}
	#fsRewards p:not(.lead) {
		clear: both;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.process-steps li {
		text-align: left !important;
		vertical-align: middle;
	}
	.process-steps a.i-rounded, .process-steps div.i-circled {
		float: left !important;
		margin: 0 10px !important;
		z-index: 0;
	}
	.process-steps a.i-rounded, .process-steps a.i-circled {
		float: left !important;
		margin: 0 10px !important;
		z-index: 0;
		cursor: pointer !important;
	}
	.process-steps h5, .process-steps p {
		float: left !important;
		margin: 0 !important;
		width: 70%;
	}
	.process-steps .i-circled {
		background-color: #ccc;
		height: 52px !important;
		line-height: 52px !important;
		width: 52px !important;
	}
	.process-steps .iconAccount {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-person.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	.process-steps .iconCard {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-card.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	.process-steps .iconClip {
		background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/coupons-scissors.png) no-repeat center center #ccc;
		background-size: 85%;
	}
	.footer-logo {
		margin-bottom: 0 !important
	}
	form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
		margin-bottom: 10px !important;
	}
	.footer, footer {
		text-align: center;
		font-size: 12px;
	}
	#copyrights {
		font-size: 12px;
		padding: 15px 0 0 0;
	}
	.copyrights-menu a {
		font-size: 13px;
	}
	.subscribe-widget h5 {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.social a {
		width: 40px;
		height: 40px;
		margin: 10px 8px 5px 8px;
	}
	.nobottommargin {
		margin-bottom: 5px !important;
	}
	#createForm a, #renameForm a {
		width: 44%;
		float: left;
		margin: 5px;
		font-size: 14px;
	}
	#createCancel, #renameCancel {
		display: block;
		text-align: center;
		border: 1px solid #ccc;
		background: #eee;
		border-radius: 4px;
		color: #555;
		padding: 5px;
	}
	#receiptOptions label {
		width: 45%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	#expReminderOptions label {
		width: 45%;
		margin: 5px 5px 15px 5px;
		float: left;
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 5px 5px 5px 30px;
		background: #f5f5f5;
	}
	div.togglec li.checkbox label, #cbGroup li.checkbox label {
		width: 100%;
		margin: 0;
		padding: 5px 5px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	div#divLoginForm span.checkbox label {
		width: auto;
		margin: 0;
		padding: 5px 15px 5px 26px;
		border: 1px solid #eee;
		border-radius: 4px;
		background: #f5f5f5;
	}
	li.mobileContact {
		height: 40px;
	}
	.specialPrice {
		margin-bottom: 15px !important;
	}
	.specialPrice small {
		font-size: 11px;
		text-transform: lowercase !important;
		display: block;
	}
	.specialPrice h3.withCard {
		line-height: 1.4;
		padding: 0 0 5px 0;
	}
	.specialPrice h3.withoutCard {
		color: #333;
		font-size: 23px;
		border-top: 1px dotted #ccc;
		margin-bottom: 15px;
		line-height: 1.4;
		padding: 5px 0;
	}
	#textView .specialPrice h3 {
		line-height: 1.1 !important;
	}
	#textView .specialPrice h3.withCard {
		margin: 10px 0 0 0 !important;
	}
	#textView .specialPrice h3.withoutCard {
		margin: 0 !important;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		font-size: 16px !important;
	}
	.cparagraph {
		text-align: center;
	}
	.noStoreAds {
		position: absolute;
		width: 96%;
		z-index: 2;
		margin: auto;
	}
	.deals_home.anonymous ul li:nth-child(4) {
		display: none !important;
	}
	.groupLevelAdd {
		width: 100%;
		height: 45px;
		position: relative;
	}
	.groupItem * {
		text-align: center !important;
	}
	.groupLevelAdd .quantity .qty {
		width: 100% !important;
	}
	.groupItem .img-thumbnail {
		width: 225px;
		height: 225px;
		padding: 25px;
	}
	.groupItem .img-thumbnail table {
		width: 100%;
		height: 175px;
		margin: 0;
	}
	.groupItem .img-thumbnail img {
		max-width: 175px;
		max-height: 175px;
	}
	.results_page label, .results_sort label {
		display: inline-block;
	}
	.results_sort {
		margin-right: 0 !important;
	}
	.results_page {
		clear: both;
	}
	#myTab2 {
		padding: 20px 0 20px 0 !important;
		margin: 0 !important;
		text-align: center;
		clear: both;
	}
	.fancy-title {
		display: inline-block;
		float: left;
		max-width: 100%;
		margin-bottom: 15px !important;
	}
	.fancy-title h5 {
		line-height: 18px !important;
	}
	.viewButtons {
		width: 100%;
		padding: 0 0px 0 0;
		margin: 0px 0 15px 0;
		clear: both;
		position: relative;
	}
	.viewButtonsDetail{ margin:5px 0 10px 0; }
	.btn-group-justified a {
		font-size: 12px;
	}
	.btn-group-justified a i {
		font-size: 2.5em;
		display: block;
	}
	.viewButtonsDetail .btn-group-justified a{ font-size:1.2em;line-height:1.4; }
	.viewButtonsDetail .btn-group-justified a i { font-size:1em;display:inline-block; }
	.viewButtons .alert {
		position: absolute;
		top: -130px;
		left: 0;
		width: 100%;
		z-index: 3;
	}
	.alert.top .arrow {
		left: 90%;
	}
	.mdfont-sm {
		font-size: 16px !important;
	}
	.fbox-media, .fbox-desc {
		display: table-cell !important;
	}
	.fbox-media {
		width: 33% !important;
		height:auto !important;
		vertical-align: middle;
		border: 1px solid #dddddd !important;
		border-radius: 5px 0 0 5px !important;
		overflow: hidden;
	}
	.fbox-media img {
		border: none !important;
		border-radius: 0px !important;
	}
	.fbox-desc {
		width: 66% !important;
		vertical-align: middle;
		border: 1px solid #dddddd !important;
		border-left: none !important;
		border-radius: 0 5px 5px 0 !important;
		padding: 5px !important;
	}
	.error404 {
		font-size: 40px;
		line-height: 1;
		letter-spacing: 0px;
	}

	.errorOGS{
		font-size:100px;
	}

	.errorOGS img{
		width:100px;
	}

	.columnCountFive {column-count:2;-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */}
		.columnCountSix {column-count:2; -webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */}

	#primary-menu > ul,  #primary-menu > div > ul {
		top:63px;
	}

	#primary-menu > ul li{ padding:0 10px;position:relative;display:block;float:none;width:100%; }
	#primary-menu > ul li:nth-child(2){ top:auto; }
	#primary-menu > ul li:nth-child(3){ top:auto; }
	#primary-menu > ul li:nth-child(4){ top:auto; }
	#primary-menu > ul li:nth-child(5){ top:auto;border-bottom:none; }
	#primary-menu > ul li.changeStore{ padding:0 10px 0px 10px;margin:0;display:block;float:none;border-left:none;border-top:1px solid #eee;position:relative; }
	#primary-menu > ul li.login{ padding:10px;margin:0;position:relative;bottom:auto;right:auto;width:100%;top:auto;left:auto; }
	#primary-menu > ul li.mobileContact{ padding:0px 10px;height:50px;position:relative;right:auto;bottom:auto;border-right:none;width:100%;top:auto;left:auto; }

}

@media (min-width: 375px) and (max-width: 479px) {
	.form-group-sm select.form-control {
		height: 32px;
	}
}

@media (max-width: 374px) {
	#coupons #ddlSort {
		width: 140px;
	}
	.form-group-sm select.form-control {
		height: 32px;
	}
	.subscribeimage {
		background-size: 93%;
		padding-bottom: 100px;
	}
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
#logo a.standard-logo {
	display: none;
}
#logo a.retina-logo {
	display: inline-block;
}
.owl-carousel.owl-loading,  .preloader,  .preloader2,  .form-process {
	background-image: url('https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/preloader@2x.gif');
	background-size: 24px 24px;
}
.widget_recent_comments li {
	background-image: url("https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/widget-comment@2x.png");
	background-size: 15px 26px;
}
.widget_nav_menu li a,  .widget_links li a,  .widget_meta li a,  .widget_archive li a,  .widget_recent_entries li a,  .widget_categories li a,  .widget_pages li a,  .widget_rss li a,  .widget_recent_comments li a {
	background-image: url("https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/icons/widget-link@2x.png");
	background-size: 4px 20px;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and ( min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min-resolution: 192dpi) and (max-width: 991px), only screen and ( min-resolution: 2dppx) and (max-width: 991px) {
#logo a.standard-logo {
	display: none;
}
#logo a.retina-logo {
	display: inline-block;
}
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Colors
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
::selection {
	background: #e21c11;
}

::-moz-selection {
background: #e21c11;
}

::-webkit-selection {
background: #e21c11;
}
#primary-menu > ul > li > a {
	color: #333;
}
a, h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor), #primary-menu > ul > li:hover a, #primary-menu > ul > li.current a, #primary-menu > div > ul > li:hover a, #primary-menu > div > ul > li.current a, #top-cart a:hover, .breadcrumb a:hover, #portfolio-filter li a:hover, .portfolio-desc h3 a:hover, .portfolio-overlay a:hover, #portfolio-navigation a:hover, .entry-title h2 a:hover, .entry-meta li a:hover, .post-timeline .entry:hover .entry-timeline, .post-timeline .entry:hover .timeline-divider, .ipost .entry-title h3 a:hover, .ipost .entry-title h4 a:hover, .spost .entry-title h4 a:hover, .mpost .entry-title h4 a:hover, .comment-content .comment-author a:hover, .product-title h3 a:hover, .single-product .product-title h2 a:hover, .product-price ins, .single-product .product-price, .feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img, .feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img, .process-steps li.active h5, .process-steps li.ui-tabs-active h5, .pricing-box.best-price .pricing-price, .btn-link, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .dark .post-timeline .entry:hover .entry-timeline, .dark .post-timeline .entry:hover .timeline-divider {
	color: #e21c11;
}
.color, #primary-menu ul ul li:hover > a, .iconlist-color li i, .dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, .dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, .overlay-menu #primary-menu.dark > ul > li:hover > a, .overlay-menu #primary-menu.dark > ul > li.current > a {
	color: #e21c11 !important;
}
#top-cart > a > span, #portfolio-filter li.activeFilter a, .entry-link:hover, .sale-flash, .button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime), .button.button-dark:hover, .feature-box .fbox-icon i, .feature-box .fbox-icon img, .fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i, .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, .i-rounded:hover, ul.tab-nav.tab-nav2 li.ui-state-active a, .testimonial .flex-control-nav li a, .skills li .progress, .owl-theme .owl-dots .owl-dot span, #gotoTop:hover, .dark .button-dark:hover, .dark .fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-effect.fbox-dark:hover .fbox-icon i, .dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, .dark .i-rounded:hover, .dark .i-circled:hover, .dark ul.tab-nav.tab-nav2 li.ui-state-active a, .ei-slider-thumbs li.ei-slider-element, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #e21c11;
}
.bgcolor, .button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover, .process-steps li.active a, .process-steps li.ui-tabs-active a, .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #A2BC13 !important;
}
.post-timeline .entry:hover .entry-timeline, .post-timeline .entry:hover .timeline-divider, .cart-product-thumbnail img:hover, .feature-box.fbox-outline .fbox-icon, .feature-box.fbox-border .fbox-icon, .dark .post-timeline .entry:hover .entry-timeline, .dark .post-timeline .entry:hover .timeline-divider, .dark .cart-product-thumbnail img:hover, .heading-block.border-color:after {
	border-color: #e21c11;
}
#primary-menu ul ul, #primary-menu ul li .mega-menu-content, #primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after, .fancy-title.title-border-color:before, .dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content, .tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	border-top-color: #e21c11;
}
.title-block {
	border-left-color: #e21c11;
}
.title-block-right {
	border-right-color: #e21c11;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6, .more-link, .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom-color: #e21c11;
}
.border-color, .process-steps li.active a, .process-steps li.ui-tabs-active a, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color: #A2BC13 !important;
}
.fbox-effect.fbox-dark .fbox-icon i:after, .dark .fbox-effect.fbox-dark .fbox-icon i:after {
	box-shadow: 0 0 0 2px #e21c11;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, .dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
	box-shadow: 0 0 0 1px #e21c11;
}
.button:hover {
	background-color: #b10503;
}

@media only screen and (max-width: 991px) {
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a,  #primary-menu ul ul li:hover > a {
		color: #e21c11 !important;
	}
}

@media only screen and (max-width: 767px) {
	#portfolio-filter li a:hover {
		color: #e21c11;
	}
}
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Custom
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.line, .double-line {border-top: 1px solid #ccc;}
h1 {color: #e21c11;}
.alert {border-radius: 0;}
.mdfont {font-size: 16px !important;}
.lgfont {font-size: 22px !important;}
.xsmfont {font-size: 10px !important;}
.smfont {font-size: 12px !important;}
.border {border: 1px solid #dddddd;}
.disclaimer {
	font-size: 11px;
	font-style: italic;
	margin-top: 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}
.resetLink {
	color: #740D0A;
	text-decoration: underline !important;
	font-weight: bold;
}
.style-msg a {
	color: inherit;
	text-decoration: underline !important;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #A2BC13;
    border-color: #9ca858;
}
.btn-ghost{
	color:#e21c11;
	border:1px solid #e21c11;
	background:#fff;
}
.btn-ghost:hover{
	color:#FFF;
	border:1px solid #b10503;
	background:#b10503;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #6B7C0D;
	font-weight:normal;
}
.btn-default:hover .badge {
    background-color: #3f3f3f;
}
.ATCMessageAlert {
    position: relative;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #555;
    margin-bottom: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.ATCMessageAlert.alert-dismissable .close, .ATCMessageAlert.alert-dismissible .close {
    top: -10px;
    right: -10px;
    color: #555;
    opacity: 1;
    font-size: 20px;
    width: 20px;
    position: absolute;
    float: none;
    height: 20px;
    background: #ffffff;
    line-height: 20px;
    border-radius: 50%;
}
.ATCMessageAlert.alert i{
    position: relative;
    top: 1px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.ATCMessageAlert.alert.top .arrow {
    left: 75%;
    border-top-color: #333;
    border-top-color: rgba(51, 51, 51, 1);
}
.ATCMessageAlert.alert.top .arrow:after {
    border-top-color: #FFF;
}
/* ----------------------------------------------------------------
	Animation
-----------------------------------------------------------------*/
.animated {
	opacity: 1 !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#TopNav {
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.5;
}
#TopNav .container {
	position: relative;
}
#TopNav a {
	font-weight: bold;
	cursor: pointer;
}
.dealsTopNav {
	background: #eee;
	color: #555;
}
.dealsTopNav a {
	color: #333;
	text-decoration: none;
}
.dealsTopNav a:hover {
	color: #e21c11;
	text-decoration: none;
}
#TopNav .profile {
	border-top: 3px solid #e21c11;
	background: #fff;
	width: 200px;
	position: absolute;
	z-index: 1040;
	top: 24px;
	right: 0;
	font-size: 16px;
	box-shadow: 0px 0px 8px #999;
	border-collapse: initial;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#TopNav .profile p {
	font-weight: 300;
	display: block;
	padding: 8px;
	font-size: 13px;
}
#TopNav .profile a {
	font-weight: 300;
	display: block;
	padding: 8px;
	background: #f5f5f5;
	color: #333;
}
#TopNav .profile a:hover {
	background: #ccc;
	color: #333;
}
#TopNav .profile p a {
	font-weight: 300;
	display: block;
	padding: 0px;
	background: #fff;
}
#TopNav .profile p a:hover {
	background: #fff;
	color: #e21c11;
}
div.livechat_button {
	display: inline-block;
}
div.livechat_button a {
	text-transform: capitalize;
}
.btn-chat {
	display: inline-block;
}
.btn-chat a {
	background-color: #e21c11;
	border-color: #d90f04;
	padding: 5px 12px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #d90f04;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
}
.btn-chat a:hover {
	background-color: #b10503;
}
.btn-chat a:active, .btn-chat a:focus {
	border: 1px solid #d90f04;
}
.btn-lg-chat a {
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 50px;
}
div.contactButtons .btn-chat {
	width: 45%;
	margin: 0 5px
}
div.contactButtons .btn-chat a {
	width: 100%;
	margin: 0;
}
h5.tagline {
	font-weight: 400;
	margin: 40px 0 0 0px;
	float: left;
}
#header {
	border-bottom: none;
	box-shadow: 0 0 3px #999;
}
#top-cart #list-icon {
	width: 23px;
	height: 30px;
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/shopping-list.png) no-repeat 0 0;
}
#top-cart #list-icon:hover {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/shopping-list.png) no-repeat 0 -30px;
}
#top-cart > a > span {
	right: -10px;
	top: -7px;
}
.search {
	width: 30%;
}
.search input {
	width: 100%;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
}
.search .btn {
	padding: 0px 12px 0px 12px;
	height: 34px;
	line-height: 34px;
	border: none;
}
.search .btn img {
	max-width: 14px;
}
.search button.btn {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}
.search .input-group select.form-control {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1000;
	width: 85px;
	font-size: 11px;
	height: 20px;
	padding: 0;
	border-radius: none;
}
.sticky-header .search {
	margin: 12px 0 0 0;
}
.login {
	padding: 15px 10px 15px 10px;
}
.sticky-header .login{ padding:12px 10px 15px 10px; }
#primary-menu ul li a {
	letter-spacing: 0;
}
#primary-menu ul li.login a {
	display: block;
	height: 32px;
	line-height: 12px;
	padding: 9px 15px;
	color: #FFF;
}
#primary-menu ul li a.btnChooseStoreFlyout {
	height: 40px !important;
}
#primary-menu ul li.liChooseStoreFlyout a.btnChooseStoreFlyout{ height:50px !important; }
#primary-menu ul li.liChooseStoreFlyout a.btnChooseStoreFlyout span{ display:inline-block;color:#e21c11;text-transform:capitalize;font-size:13px;font-weight:normal }
#primary-menu ul li p {
	margin: 0 5px;
}
#primary-menu ul li.mobileContact a {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0px !important;
	width: 100%;
	text-align: center;
	float: none;
	background: #fff;
	color: #e21c11;
	text-transform: capitalize;
	border: 1px solid #e21c11 !important;
	border-radius: 4px;
}
#primary-menu ul li.changeStore p a {
	font-size: 15px;
	font-weight: bold;
	display: block;
	line-height: 17px !important;
	text-transform: capitalize;
	height: auto !important;
	margin-bottom: 12px !important;
}
#primary-menu ul li.changeStore p a.mobileMenuAddress {
	font-size: 13px;
	font-weight: normal;
	display: block;
	line-height: 17px !important;
	text-transform: capitalize;
	color: #e21c11;
	margin-bottom: 8px !important;
}
.mobileContact .livechat_button {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0px !important;
	width: 45%;
	text-align: center;
	float: right;
	background: #e21c11;
	color: #fff;
	text-transform: capitalize;
	border-radius: 6px;
}
.mobileContact .livechat_button a {
	display: block;
	width: 100% !important;
	border-radius: 4px;
}
#primary-menu ul li.mobileContact a:hover {
	background: #e21c11;
	color: #fff;
}
#primary-menu ul li.changeStore p a.mobileLocation {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/map-bg.jpg);
	border-radius: 4px;
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	margin-left: 20px !important;
}
#primary-menu ul li.changeStore p a.mobileLocation i {
	font-size: 25px !important;
	line-height: 25px !important;
	margin: 0 !important;
	top: 4px !important;
	width: auto !important;
}
.sticky-header #primary-menu ul li.login a {
	height: 32px !important;
	line-height: 12px !important;
}
.bottommargin-xsm {
	margin-bottom: 10px;
}
.bottommargin-xxsm {
	margin-bottom: 5px;
}
.topmargin-xsm {
	margin-top: 10px;
}
.topmargin-xxsm {
	margin-top: 5px;
}
.rightmargin-xsm {
	margin-right: 10px;
}
.bottompadding-sm {
	padding-bottom: 30px;
}
.bottompadding-xsm {
	padding-bottom: 10px;
}
.toppadding-xsm {
	padding-top:10px;
}
.allpadding-xsm {
	padding: 10px;
}
.bottompadding {
	padding-bottom: 50px !important;
}
.rightpadding-sm {
	padding-right: 20px;
}
.emphasis-title p {
	margin: 0 0 50px;
	color: #fff;
}
.noPageText {
	color: #6D8003;
	padding: 3px 5px;
	margin-top: 5px;
	font-weight: bold;
	border-top: 1px solid #A2BC13;
}
/* ----------------------------------------------------------------
	Mobile Menu X
-----------------------------------------------------------------*/
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s
}
.c-hamburger:focus {
	outline: 0
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 13px;
	right: 13px;
	height: 4px;
	background: #555
}
.c-hamburger span::after, .c-hamburger span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #555;
	content: ""
}
.c-hamburger span::before {
	top: -8px
}
.c-hamburger span::after {
	bottom: -8px
}
.c-hamburger--htx {
	background-color: #FFF
}
.c-hamburger--htx span {
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s
}
.c-hamburger--htx span::after, .c-hamburger--htx span::before {
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}
.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform
}
.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform
}
.c-hamburger--htx.is-active {
	background-color: #FFF
}
.c-hamburger--htx.is-active span {
	background: 0 0
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
.content-wrap {
	padding: 0px 0 80px 0;/*border-bottom:1px solid #bdbdbd;*/
}
.smallStoreSelector {
	padding: 6px;
	background-color: #eeeeee;
}
#page-title {
	padding: 20px 0 0px 0;
	/*background-image:url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/paperbottom-breadcrumb.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: none;
}
.breadcrumb {
	position: relative !important;
	width: auto !important;
	margin: 0 0 0 0px !important;
	background-color: transparent;
	padding: 0 15px !important;
	font-size: 12px;
	line-height: 24px;
}
.breadcrumb a {
	color: #333;
	cursor: pointer;
}
.breadcrumb a:hover {
	color: #e21c11;
	cursor: pointer;
}
.breadcrumb a.label {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #333;
}
#slider h1 {
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	font-size: 60px;
	text-shadow: 0px 0px 3px #000;
}
#slider p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
}
.heading-block::after {
	display: none;
}
#portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
}
#portfolio-filter li {
	display: inline-block;
	position: relative;
}
#portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #fff;
}
#portfolio-filter li:first-child a {
	border-left: none;
}
#portfolio-filter li a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #555;
}
#portfolio-filter li.activeFilter a {
	color: #555 !important;
	background-color: #fff;
	margin: -1px 0;
	padding: 12px 18px;
	border: 1px solid #ccc;
}
#portfolio-filter li.activeFilter a {
	font-weight: bold;
}
#portfolio-filter li.filterButton {
	display: inline-block;
	position: relative;
	border-left: 1px solid #ccc;
	padding: 0 0 0 25px;
	margin: 0 0 0 10px;
}
#portfolio-filter li.filterButton a.button {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	border-radius: 0px 0px 0px 0px;
	border: none;
}
#portfolio-filter li.filterButton a.button:hover {
	border: none;
}
.portfolio-meta li {
	margin: 0 0 3px 0;
}
.fs-amount {
	font-size: 45px;
	color: #e21c11;
	display: block;
	line-height: 1em;
	font-weight: bold;
}
.progress {
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
}
.progress-bar {
	padding: 0px 10px;
}
.progress-bar .pull-left {
	text-align: left;
}
.ULarticle, .OLarticle {
	margin-left: 40px;
}
.entry-meta li {
	font-family: var(--font-family);
}
.section {
	background: #eee;
}
.dark .section p a, .section.dark p a {
	color: #fff;
	text-decoration: underline !important;
}
.form-group label {
	margin-bottom: 3px;
}
.required {
	font-weight: bold;
	color: #ff0000;
	font-size: 15px;
	font-family: var(--font-family);
}
small.required {
	font-size: 11px;
}
.label-h2 {
	font-size: 40%;
	vertical-align: middle;
	font-weight: normal;
	display: inline-block;
	padding: .4em .6em;
}
.coupon-stepper {
    padding: 20px 0;
    width: 100%;
}
.process-steps .i-alt, .process-steps a.i-circled:hover {
    background-color: #e21c11;
}
.process-steps a:hover {
	color: #b10503;
}
.process-steps h5 a {
	color: #444;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .icon-angle-left, .carousel-control .icon-angle-right {
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 1;
	color: #fff;
	background: #e21c11;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 43px;
	margin: 0 !important;
	opacity: 1;
}
.carousel-control .icon-next, .carousel-control .icon-angle-right {
	right: -10px;

}
.carousel-control .icon-prev, .carousel-control .icon-angle-left {
	left: -10px;
}
small.shorter {
	font-size: 9px;
	line-height: 1.1;
}
.accPref {
	float: right;
}
/* ----------------------------------------------------------------
	Skills Bar
-----------------------------------------------------------------*/
.skills {
	padding-top: 15px;
	margin-bottom: 10px;
}
.skills li {
	margin-left: 140px;
	height: 10px;
}
.skills li > span {
	top: -6px;
	left: -140px;
}
.rewards {
	margin: 0;
	list-style: none;
	padding-top: 25px;
	color: #333;
}
.rewards li {
	position: relative;
	margin-top: 38px;
	height: 20px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.rewards li:first-child {
	margin-top: 0;
}
.rewards li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 0 6px;
	margin: 0;
	text-align: left;
	font-size: 11px !important;
	z-index: 50;
}
.rewards li .progress.bg-danger {
	background-color: #e21c11;
	color: #fff;
}
.rewards li .progress.bg-warning {
	background-color: #FC7613;
	color: #fff;
}
.rewards li .progress.bg-success {
	background-color: #A2BC13;
	color: #fff;
}
.rewards li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
}
.rewards li em {
	font-style: normal;
	z-index: 55;
	position: absolute;
	right: 3px;
	top: 0px;
	color: #222222;
}
/* ----------------------------------------------------------------
	Coupons Page
-----------------------------------------------------------------*/
#NotLoggedIn, #CouponNoFS {
	padding: 30px 0 10px 0;
	z-index: 1;
}
.coupon-image {
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	border: 1px dashed #393939;
	text-align: center;
	border-radius: 6px;
}
.postcontent #coupons.product-3 {
	margin: 0 -25px -25px 0;
}
#coupons .product, .groupCoupons .product {
	border: 1px dashed #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	width: 196px;
	height: 300px;
	word-wrap: break-word;
}
#coupons .productSmall {
	border: 1px dashed #ccc;
	border-radius: 10px;
	padding: 10px 10px 50px 10px;
	width: 196px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
#coupons .product-desc, .groupCoupons .product-desc {
	height: 135px;
	padding: 10px 0 0 0;
}
#coupons .productSmall .product-desc {
	padding: 0px 0 0 0;
	height: auto;
}
#coupons .product-desc a, .groupCoupons .product-desc a {
	color: #e21c11;
}
#coupons .product-desc div.secondaryAction {
	display: block;
	width: 90%;
	text-align: center;
	color: #999;
	text-transform: uppercase;
	position: absolute;
	bottom: 50px;
}
#coupons .product-desc div.secondaryAction a {
	color: #999;
	text-transform: uppercase;
}
#coupons .product-desc div.secondaryAction a:hover {
	color: #e21c11;
}
#coupons .product-desc small, .groupCoupons .product-desc small {
	text-transform: uppercase;
	color: #333;
}
.product-image a {
	display: block;
	text-align: center;
}
.product-image > a, .product-image .slide a, .product-image img {
	max-height: 100px;
	width: auto;
	height:auto;
}
#coupons .product-image, .groupCoupons .product-image {
	text-align: center;
	height: 100px;
}
.couponShell {
	border: 2px dashed #ccc;
	border-radius: 10px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.couponShell h3 {
	color: #e21c11;
}
.couponShell small {
	color: #333;
}
.couponAction {
	color: #CC0000;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	background: #f2f2f2;
}
#tabs span.label {
	font-size: 100%;
}
.modal-body p {
	word-wrap: break-word;
}

/* ----------------------------------------------------------------
	Home Page
-----------------------------------------------------------------*/
.heading-block .counter {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 22px;
}
.portfolio-item .product {
	border: 1px solid #ccc;
	padding: 10px;
	width: 196px;
	height: 360px;
	margin: 0 12px;
}
.portfolio-item .product.viewDeals {
	border: 1px solid #ccc;
	padding: 60px 10px 10px 10px;
	width: 196px;
	height: 390px;
	background: #eee;
}
.rewards.reverse li {
	background-color: #FFF;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.coupons_home {
	max-width: 850px;
	margin: 0 auto;
}
.deals_home {
	max-width: 850px;
	margin: 0 auto;
}
#coupons .product.hundred {
	width: 100%;
}
#portfolio article .icon-angle-right {
	height: auto;
	position: absolute;
	top: 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -23px;
}
.product-desc.short {
	height: auto;
}
.lhnormal {
	line-height: normal;
}
table.featuredPricing td {
	vertical-align: middle !important;
	background: #fff;
}
.imageCell {
	background: #fff;
	text-align: center;
	padding: 5px !important;
	height: 50px !important;
	width: 50px !important;
}
.imageCell img {
	max-width: 50px;
	max-height: 50px;
}
.paperbot {
	display: none;
	bottom: 0px;
	position: absolute;
	z-index: 3;
	height: 40px;
	width: 100%;
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/ripped-paper.png) repeat-x;
}
.papertop {
	display: none;
	top: 0px;
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/paperbottom.png) repeat-x;
}
.paperDivider {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/ripped-paper.png) repeat-x;
	height: 40px;
	display: none;
}
.sectionpapertop {
	display: none;
	top: 0px;
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/section-toppaper.jpg) repeat-x;
}
.sectionpaperbot {
	display: none;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/section-botpaper.jpg) repeat-x;
}
.ordivider {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #eeeeee;
	border-radius: 100%;
	border: 1px solid #444444;
	top: 31%;
	left: 33%;
	line-height: 64px;
}
/* ----------------------------------------------------------------
	Ads Page
-----------------------------------------------------------------*/
.adCounter {
	color: #e21c11;
	font-size: 36px;
	font-family: var(--font-family);
	line-height: 1.5;
	margin: 0 0 0px;
}
.weeklyAds {
	margin: 10px 0 20px 0;
}
.weeklyAds .oc-item {
	text-align: center;
}
.adImage {
	max-height: 182px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	margin: 0 10px;
}
.weeklyAds h3 {
	font-size: 17px;
	margin: 10px 0 0px 0;
}
.weeklyAds span {
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 3px;
	text-transform: uppercase;
}
.fancy-title h5 {
	line-height: 35px;
}
.nav-pills a {
	padding: 4px 8px !important;
}
.postcontent #deals.product-3 {
	margin: 0 -25px -25px 0;
}
#deals .product, #SpecialPricing .product, #JustForYou .product {
	border: 1px solid #ccc;
	padding: 10px;
	width: 196px;
	height: 360px;
	background: #fff;
}
#deals .product-desc, .portfolio-item .product-desc, #SpecialPricing .product-desc, #JustForYou .product-desc {
	height: 148px;
	padding: 10px 0 0 0;
	font-weight: 300;
	line-height: 1.4em;
}
#deals .product-desc a, .portfolio-item .product-desc a, #SpecialPricing .product-desc a, #JustForYou .product-desc a {
	color: #e21c11;
}
#deals .product-desc span, .portfolio-item .product-desc span, #SpecialPricing .product-desc span, #JustForYou .product-desc span {
	color: #e21c11;
	font-style: italic;
	font-size: 85%;
	display: block;
	width: 100%;
}
#deals .product-desc small, .portfolio-item .product-desc small, #SpecialPricing .product-desc small, #JustForYou .product-desc small {
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	display: block;
}
#deals .moreOptions a, .portfolio-item .moreOptions a, #SpecialPricing .moreOptions, #JustForYou .moreOptions {
	text-decoration: underline !important;
}
#deals .product-image, .portfolio-item .product-image, #SpecialPricing .product-image, #JustForYou .product-image {
	text-align: center;
	height: 150px;
	padding: 3px;
	position: relative;
	background: #fff;
}
#deals .product-image table, .portfolio-item .product-image table, #SpecialPricing .product-image table, #JustForYou .product-image table {
	text-align: center;
	height: 144px;
	width: 100%;
}
#deals .product-image img{ max-height:150px; }
#myTab2 a {
	color: #555;
	padding: 6px 6px;
	border-radius: 4px;
	background: #eee;
	font-size: 13px;
}
#myTab2 a:hover {
	color: #555;
	background: #ddd;
}
#myTab2 a.active {
	color: #fff;
	background: #e21c11;
}
#myTab2 a.active:hover {
	color: #FFF;
	background: #b10503;
}
.product-title {
	font-size: 20px;
	font-weight: 600;
	color: #444;
	margin-bottom: 4px;
	line-height: 1.5;
}
.product-title del {
	font-weight: 400;
	font-size: 90%;
	color: #888;
}
.product-title ins {
	text-decoration: none;
	color: #e21c11;
}
#deals .quantity, .portfolio-item .quantity, #SpecialPricing .quantity, #JustForYou .quantity {
	margin-top: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#deals a.add-to-cart, .portfolio-item a.add-to-cart {
	z-index: 2;
	position: relative;
}

#deals .product-overlay, .portfolio-item .product-overlay, #SpecialPricing .product-overlay, #JustForYou .product-overlay {
	bottom: 0;
	height: 45px;
	left: 0;
	line-height: 45px;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 6;
}
#deals .product-overlay .btn, .portfolio-item .product-overlay .btn, #SpecialPricing .product-overlay .btn, #JustForYou .product-overlay .btn {
	border: none;
	border-radius: 0px;
	display: block;
	margin: 0;
	width: 100%;
	background: #f5f5f5;
	height: 45px;
	color: #474747;
}
#deals .product-overlay.single a, .portfolio-item .product-overlay.single a, #SpecialPricing .product-overlay.single a, #JustForYou .product-overlay.single a {
	background-color: #f5f5f5;
	border-right: medium none;
	color: #474747;
	display: block;
	float: left;
	font-size: 13px;
	text-align: center;
	width: 100%;
	height: 45px;
}
#deals .product-overlay .btn:hover, #deals .product-overlay.single a:hover, .portfolio-item .product-overlay .btn:hover, .portfolio-item .product-overlay.single a:hover, #SpecialPricing .product-overlay .btn:hover, #SpecialPricing .product-overlay.single a:hover, #JustForYou .product-overlay .btn:hover, #JustForYou .product-overlay.single a:hover {
	background: #ccc;
	color: #333333;
}
.coupon-flash, .fs-flash, .dfy-flash, .seasonal-flash, .video-flash {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	z-index: 100;
	position: absolute;
	top: -5px;
}
.coupon-flash {
    right: -5px;
	padding: 5px 8px 5px 8px;
	border-radius: 4px;
	font-size: 13px;
}
.coupon-flash:hover {
	color: #fff;
}

.coupon-flash a {
    background-color: #e21c11;
}

.coupon-flash a:hover {
    background-color: #b10503;
}
.fs-flash {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/fuel-saver-bug.png);
	background-repeat: no-repeat;
	right: -6px;
	top: -6px;
	width: 40px;
	height: 40px;
}
.dfy-flash {
	background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/dealsforyou-bug.png);
	background-repeat: no-repeat;
	right: -6px;
	top: -6px;
	width: 68px;
	height: 44px;
}
.seasonal-flash {
	background-color: #e21c11;
	right: -5px;
}
.video-flash {
	background-color: #e21c11;
	left: -5px;
}
.video-flash:hover {
	color: #FFF;
	cursor: pointer;
}

.coupon-text {
	display: block;
	color: #fff;
	background-color: #e21c11;
	right: -5px;
	padding: 6px 8px 6px 8px;
	clear: both;
	border-radius: 4px;
	margin-top: 4px;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 12px;
	width: 120px;
	text-align: center;
}
.coupon-text:hover {
	background-color: #b10503;
	color: #fff;
	text-decoration: none !important;
}
.loaded-flash{
	transition: all 1s ease-in-out 0s ;
	background-color:#A2BC13;
	right: -5px;
	padding: 5px 20px;
	border-radius: 3px;
	font-size: 13px;
	position: absolute;
	top:-5px;
	z-index: 100;
	color:#fff;
	text-align: center;
	-webkit-transform: rotateY(360deg); /* Safari */
    transform: rotateY(360deg); /* Standard syntax */
}
.loaded-flash:hover{
	background-color:#9ca858;
	color:#fff;
}
.coupon-text.loaded-flash{
	position:relative;
	top:auto;
	padding: 6px 8px 6px 8px;
	font-size: 12px;
	border-radius: 4px;
	right:0;
}
.seasonal-text {
	display: block;
	margin-top: 3px;
	color: #e21c11;
}
.video-text {
	display: block;
	margin-top: 3px;
	color: #e21c11;
}
.fs-text {
	display: block;
	margin-top: 3px;
	color: #000;
}
.modal-body table.table td {
	vertical-align: middle;
}
.productDetail em {
	color: #e21c11;
}
.productDetail small {
	color: #333;
}
.textViewOptions {
    margin-top: 10px;
    position: relative;
}
#textView a{ text-decoration:underline !important; }
#textView a.btn, #textView a.coupon-text{
	text-decoration: none !important;
}
#textView a.coupon-text{
	float:right;
}
#textView a.btn:hover {
	text-decoration: none !important;
}
#textView h3 {
	font-size: 18px;
	line-height: 24px;
	color: #e21c11;
	font-weight:bold;
}
#textView em {
	color: #e21c11;
}
#textView small {
	color: #333;
}
#textView td {
	position: relative;
}
#textView .table > tbody > tr:first-child > td {
	border: 0px;
}
#textView .quantity {
	margin-top: 0;
	width: 150px;
	position: relative;
}
#textView.narrow .quantity {
	margin-top: 0;
	width: 140px;
	position: relative;
	height: 40px;
}
#textView a.add-to-cart {
	z-index: 6;
	position: absolute;
	top: 7px;
	left: 8px;
	width: 150px;
	margin: 0;
	height: 46px;
	color: #333;
	background-color: #f5f5f5;
	text-shadow: none;
	line-height: 46px;
	text-transform: capitalize;
	font-weight: normal;
	text-decoration: none !important;
	letter-spacing: normal;
	font-size: 13px;
	padding: 0;
	text-align: center;
}
#textView.narrow a.add-to-cart {
	z-index: 6;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	margin: 0;
	height: 40px;
	color: #333;
	background-color: #f5f5f5;
	text-shadow: none;
	line-height: 41px;
	text-transform: capitalize;
	font-weight: normal;
	text-decoration: none !important;
	letter-spacing: normal;
}
#textView a.add-to-cart:hover, #textView.narrow a.add-to-cart:hover {
	background-color: #ccc;
	color: #333;
}
.textViewOptions{ position:relative;margin-top:10px; }
.textViewImage{ margin-left:8px;max-width:70px;max-height:70px }
#textView.narrow .quantity .plus, #textView.narrow .quantity .minus {
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width:40px;
}
#textView.narrow .quantity .qty {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
#textView.narrow .specialPrice {margin-bottom: 5px !important;}
.price {
	color: #e21c11;
	font-size: 16px;
}
.switch {
	display: block;
}
.switch label.switchLabel {
	float: left;
	line-height: 30px;
	margin: 0 2px 0 0;
	display: block;
	height: 30px;
}
.onoffswitch {
	position: relative;
	width: 125px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: left;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	margin: 0;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 28px;
	padding: 0;
	line-height: 28px;
	font-size: 12px;
	color: white;
	font-family: var(--font-family);
	font-weight: normal;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Family view";
	padding-left: 10px;
	background-color: #e21c11;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "Individual view";
	padding-right: 10px;
	background-color: #e21c11;
	color: #FFFFFF;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 22px;
	height: 22px;
	margin: 3px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 97px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.carousel {
	border: 1px solid #ccc;
	float:left;
    width:100%;
}
.carousel-inner > .autoHeight > img {
  max-height: 91vh;
}
@media (max-width: 767px) {
.carousel-inner > .autoHeight > img {
  max-height: inherit;
}
}
.slide a.right.carousel-control {
	right: 0;
	border-radius: 3px 0 0 3px;
	width: 50px;
	z-index: 1;
}
.slide a.left.carousel-control {
	left: 0;
	border-radius: 0 3px 3px 0;
	width: 50px;
	z-index: 1;
}
.pageNumber {
	padding: 5px 10px;
	text-align: center;
}
#deals .product.specialProduct {
	border: 1px solid #666;
	padding: 10px;
	width: 196px;
	height: 390px;
	background: #fff;
	color: #e21c11;
}
.specialProductItems {
	display: block;
	width: 100%;
	background: #eee;
	clear: both;
	margin-bottom: 30px;
	border: 1px solid #666;
	padding: 12px;
}
.specialProductItems p {
	margin: 10px;
	line-height: 36px;
	color: #e21c11;
}
.specialProductItems .lead {
	font-weight: bold;
}
.specialProductItems .line {
	margin: 10px 0 !important;
}
.postcontent .product-3 .specialProductItems .product {
	margin: 10px 12px 12px 0 !important;
}
.specialProduct .product-desc strong {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 20px !important;
	display: block;
}
.specialProduct .product-overlay a.active {
	background: #666 !important;
	color: #fff !important;
}
img.downArrow {
	position: absolute;
	left: 0;
	bottom: -26px;
	z-index: 1000;
}
.varietiesGrid div img {
	float: right;
}
#btnSearch[disabled] {
	background-color: #A2BC13;
}

.filterNotice{ display:block;background:#cedf72;color:#6d8003;border-left:3px solid #6d8003;font-size:13px;line-height:17px;width:100%;padding:5px 8px;margin-top:-15px; }
.filterNotice strong{ text-decoration:none !important; }
a.filterNotice:hover{ color:#6d8003 !important;text-decoration:underline !important;cursor:pointer; }
/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
.toggle {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.toggle.perksToggle .togglet, .toggle.perksToggle {
	display: block;
	font-family: var(--font-family);
	font-size: 12px;
	padding: 0px 0;
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal
}
.toggle .togglet {
	color: #333;
}
.toggle .toggleta {
	color: #A2BC13;
}
.toggle .perksToggle {
	color: #cccccc;
}
.toggle .togglet i {
	width: 16px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	float: right;
	position: relative;
}
.toggle .toggleta {
	font-weight: bold;
}
.toggle .togglec {
	padding: 0;
	display: none;
}
/* ----------------------------------------------------------------
	Perks Page
-----------------------------------------------------------------*/
.fuelBadge {
	background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/deals/images/FuelSaverPerks-Badge-words.png) no-repeat center;
	margin: 10px auto;
	position: relative;
}
#content p.counter {
    line-height: 132px;
}
.fuelBadge .counter {
	color: #ffffff;
	font-weight: bold;
	height: 142px;
    left: 0;
	position: absolute;
    text-align: center;
	top: 0;
    width: 100%;
}
.fsSmall {
	font-size: 60px !important;
}
.fsLarge {
	font-size: 40px !important;
}
.blackbox {
	background-color:#000000;
	color:#cccccc;
}
.blackbox .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #222;
}
.blackbox .table > tbody > tr > td {
	border-top: 0px;
}
.perksdivider {
	border-right: 1px solid #333;
	border-left:1px solid #333;
}

.blackbox .paddingleft-sm { padding-left:30px;}

.blackbox .paddingright-sm {padding-right: 30px;}

.blackbox .text-warning {color: #cccccc;}

.bottomBorder {border-bottom:1px solid #cccccc;}
.darkGrayBorder, .darkGreyBorder {border-color: #333333 !important;}
.topBorder {border-top:1px solid #cccccc;}
.darkGrayBorder, .darkGreyBorder {border-color: #333333 !important;}

.fuelAdImage {
	max-width: 140px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

@media (min-width: 768px) {
.perksColLast {
    margin-right: 0px !important;
    margin-left: 4% !important;
}
}

@media (min-width: 621px) and (max-width: 767px) {
.perksColHalf {
    width: 48% !important;
    float: left;
    margin-right: 4%;
}
.perksColLast {
    margin-right: 0px !important;
    margin-left: 4% !important;
}

#receiptOptions label, #expReminderOptions label {
    width: 22% !important;
}

.hideClear {
    clear: none !important;
    overflow: visible !important;
}
}

/* ----------------------------------------------------------------
	Shopping List Page
-----------------------------------------------------------------*/
.coupon {
	border: 1px dashed #8a6d3b;
	margin: 8px 0;
	padding: 5px 8px;
	border-radius: 3px;
}
#the-sticky-div.sticky {
	position: fixed;
	top: 70px;
	width: 191px;
	z-index: 1000;
}
#the-sticky-tr.sticky {
	position: fixed;
	top: 60px;
	width: 902px;
	z-index: 1000;
}
#the-sticky-tr.sticky table {
	background: #eee;
	color: #000;
	height: 52px;
}
#the-sticky-tr.sticky table th {
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
#sortable {
	list-style: none;
}
#sortable li {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	text-align: center;
	cursor: move;
	margin-bottom: 3px;
}
tr.headerRow {
	height: 52px;
}
.table > thead > tr.headerRow > th {
	height: 52px;
	vertical-align: middle;
	line-height: 1em;
}
.table tr.disabled td {
	color: #999;
}
.table tr.disabled td .coupon {
	border: 1px dashed #ccc;
	color: #ccc;
	position: relative;
	background: #eee;
}
.table tr.disabled td a {
	color: #ccc;
}
.table tr.disabled td input {
	cursor: default;
}
.table tr.disabled td .quantity .plus:hover, .table tr.disabled td .quantity .minus:hover {
	background-color: #DDD;
}
.checkItem.checked, .checkItem.checked:focus, .table tr.disabled .checkItem.checked, .table tr.disabled .checkItem.checked:focus {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #ffffff;
}
.checkItem:focus {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #333333;
}
.listFuelAmount {
	display: block;
	color: #e21c11;
	font-style: italic;
	font-size: 85%;
}

table.shoppingList{ border-bottom:none !important;border-color:#fff !important; }
.table > thead > tr > th { padding: 8px 5px; }
.shoppingList tr.active th{ background:#eee;border-bottom:none;padding:1px 8px 3px 8px; }
.shoppingList > tbody > tr > td{ border-bottom: 1px solid #eee;border-top:none !important;padding:10px 5px 10px 5px;line-height:1.3;position:relative; }
.shoppingList .quantity{ width:130px; }
.shoppingList [type="checkbox"]:not(:checked), .shoppingList [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.shoppingList [type="checkbox"]:not(:checked) + label.removeItem, .shoppingList [type="checkbox"]:checked + label.removeItem, .shoppingList [type="checkbox"]:not(:checked) + label.selectItem, .shoppingList [type="checkbox"]:checked + label.selectItem{
	margin:0;
	padding:0;
	position:absolute;
	left:-5px;
	top:5px;
	cursor:pointer;
	background:#fff;
	box-shadow:0px 1px 3px #999;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50%;
	font-size:40px;
	color:#CCC;
}
.shoppingList [type="checkbox"]:not(:checked) + label.selectItem, .shoppingList [type="checkbox"]:checked + label.selectItem{
	font-size:30px;
}
.shoppingList [type="checkbox"]:checked + label.removeItem{
	background:#e21c11;
	color:#fff;
}
.shoppingList [type="checkbox"]:not(:checked) + label.selectItem:hover{
	color:#999;
}
.shoppingList [type="checkbox"]:checked + label.selectItem:hover, .shoppingList [type="checkbox"]:checked + label.selectItem{
	background:#2f8532;
	color:#fff;
}
.listPrice{
	color:#e21c11;
	display:block;
	font-weight:bold;
	font-size:18px;
}
.listPrice span.hidden-xs{
	color:#555 !important;
}
.cellImage{ width:13%;text-align:center; }
.cellImage img{ max-height:75px;max-width:75px; }
.cellDescription{ width:77%; }
.cellQTY{ width:10%; }
.pastEffective{font-weight:normal !important;}
.listRemove{
	display: block;
	margin-top:5px;
}
.listActions a{
	font-weight:normal;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hidden-xxs{ display:none; }
	.listRemove {
		margin-left: 9px;
		font-size: 20px;
	}
    .listActions a{
        display:inline-block;
        margin:10px 0;
        font-size:13px;
    }
}

.deleteActions{
	position:fixed;
	top:0;
	left:40%;
	width:400px;
	z-index:1000;
	margin-top:90px;
	height:46px;
}
.DeleteAlert{
	background:#e21c11;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:15px;
	width:75%;
	display:block;
	float:left;
	line-height:16px;
	cursor:pointer;
}
.DeleteAlert:hover{
	background:#BD0E04;
	color:#fff !important;
}
.cancelAlert{
	background:#ddd;
	color:#555;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:15px;
	width:25%;
	display:block;
	float:left;
	line-height:16px;
	cursor:pointer;
}
.cancelAlert:hover{
	background:#ccc;
	color:#333 !important;
}
@media (max-width: 479px) {
	.deleteActions{
		bottom:0;
		top:auto;
		left:0;
		width:100%;
		padding:0;
		margin-top:0;
	}
	.cellImage img{ max-height:50px;max-width:50px; }
}

/* ----------------------------------------------------------------
	Store Page
-----------------------------------------------------------------*/
.storeInfo {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.storeDetail {
	background: #fff;
	height: 512px;
	margin: 20px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.58);
	padding: 10px 20px;
	position: relative;
}
.directorPhoto {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 125px;
	height: 125px;
}
.storeDetail img {
	margin-bottom: 10px;
}
.storeDetail .lead {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.storeDirector span.lead {
	font-size: 13px;
}
.storeDirector {
	margin-bottom: 10px;
	margin-left: 100px;
}
#content .storeDetail p {
	line-height: 1.4em;
}
#content .storeDetail hr {
	margin-top: 15px;
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer .footer-widgets-wrap {
	padding: 80px 0 40px 0;
}
.subscribe-widget input[type="text"] {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
/* ----------------------------------------------------------------
	Flexbox
-----------------------------------------------------------------*/
.flex-container * {
	box-sizing: border-box;
}
.flex-container {
	display: inline-block;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.flex {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0px 0 15px 0;
	display: inline-block;
	vertical-align: top;
}
.flex.contactForm {
	flex: 2 1 auto;
	margin-right: 20px;
	max-width: 60%;
}
.flex.contactFormIFrame {
	padding: 0;
	border: none;
	min-width: 100%;
	width: 100%;
}
.flex.contactInfo {
	flex: 1 1 auto;
	max-width: 35%;
	position: relative;
}
.gmap {
	width: 100%;
	height: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
br.hidden-md {
	display: block !important;
}
}

@media (min-width: 480px) and (max-width: 768px) {
.gmap {
	width: 40%;
	float: right;
	height: 175px;
	margin-top: -100px;
}
.contactButtons a {
	width: 25%;
	margin: 0 5px;
}
div.contactButtons .btn-chat {
	width: 25%;
	margin: 0 5px
}
}

@media (max-width: 768px) {
.flex-container {
	flex-wrap: wrap;
}
.flex.contactForm {
	flex: 1 1 auto;
	margin-right: 0px;
	max-width: 100%;
}
.flex.contactInfo {
	flex: 1 1 auto;
	max-width: 100%;
}
}

@media only screen and (max-width: 620px) {
.flex-container.flex-4x.fullWide li.product, .flex-container.flex-4x.fullWide li.product.even {
	width: 100% !important;
	margin-right: 0px !important
}
}

@media (max-width: 479px) {
.gmap {
	width: 100%;
	float: none;
	height: 175px;
	margin-top: 0;
}
.contactButtons a {
	width: 45%;
	margin: 0 5px;
}
div.contactButtons .btn-chat {
	width: 45%;
	margin: 0 5px
}
}

@media (max-width: 991px) {
.search {
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: none;
}
.perksdivider {
	border-left:0px;
	border-right:0px;
}
.blackbox .paddingright-sm {
	padding-right: 0px;
}
.blackbox .paddingleft-sm { padding-left:0px;}

.results_sort {
	float: none !important;
	margin-right: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.results_sort {
	text-align: right !important;
}
}

@media (max-width: 767px) {
.results_sort {
	text-align: center !important;
}
}

@media (max-width: 479px) {
.search {
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: none;
}
.perksdivider {
	border-left:0px;
	border-right: 0px;
}

.blackbox .paddingleft-sm { padding-left:0px;}

.blackbox .paddingright-sm {
	padding-right: 0px;
}
.accPref {
	float: none;
	display: block;
	margin-bottom: 15px;
}
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Spinutech
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* --- coupons panel --- */

.panel-ranks .panel-footer .col_one_third small {
	line-height: 1.3em;
}
.container {
	width: auto;
	max-width: 1200px;
}
.row {
	margin: 0;
}
.alert {
	z-index: 2;
}
/*.postcontent #coupons.product-3 {
    margin: 0;
}*/


.lazy-loading {
	padding: 5em 0;
	text-align: center;
}
h1 {
	display: inline-block;
}
.mobileContact {
	padding-bottom: 15px;
	height: 1%;
	overflow: hidden;
	border: 0!important;
}

@media (max-width: 991px) {
.search {
	width: 50%;
}
.sticky-header #primary-menu ul li.login a {
	height: 50px!important;
	line-height: 50px!important;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a {
	color: #333 !important;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li a:hover {
	color: #e21c11 !important;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.login:hover a {
	color: #fff !important;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.mobileContact:hover a {
	color: #fff !important;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.mobileContact a:hover {
	background: #bd0e04;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.sidebar-widgets-wrap {
	margin: 0 !important;
}
/*list right column */
.col_one_fifth.col_last .table.table-bordered tr, .col_one_fifth.col_last .table.table-bordered td {
	display: block;
	border: 0;
	text-align: left;
}
.col_one_fifth.col_last .table.table-bordered tr {
	border-bottom: 1px solid #ddd;
}
.col_one_fifth.col_last .table.table-bordered tr:last-child {
	border-bottom: 0;
}
.col_one_fifth.col_last .table.table-bordered tr td:first-child {
	padding-bottom: 0;
}
.col_two_third.portfolio-single-image {
	width: 50%;
}
.col_one_third.col_last.listColumn.nobottommargin {
	width: 46%;
}
}

@media (min-width: 768px) {
.container {
	padding: 0 25px;
}

.flex-container.flex-4x.fullWide li.product, .flex-container.flex-4x.fullWide li.product.even {
	width: 100% !important;
	margin-right: 0px !important
}

}

@media only screen and (max-width: 767px) {
.search {
	margin: 0 0 15px;
}
.content-wrap {
	padding: 2em 0;
	width: auto;
}
/*.postcontent #coupons.product-3 {
    margin: 0;
  }*/
#page-title {
	padding: 0 0 15px;
}
/* --- coupons panel --- */
.panel-ranks .panel-footer .col_one_third {
	float: left;
	width: 30%;
	margin-right: 3.333%;
	margin-bottom: 0 !important;
}
.counter.counter-small {
	font-size: 1.5em;
}
/* --- tabs --- */
ul.tab-nav li:first-child {
	margin: 0;
	border: 0;
}
ul.tab-nav li {
	float: none;
	width: auto !important;
}
.form-inline .form-control {
	width: auto;
	display: inline;
}
.pull-right.rightmargin.page-options, .pull-right.rightmargin.page-options .rightmargin-sm {
	margin: 0 !important;
}
h1 {
	display: block !important;
}
.pagination > li {
	display: none;
}
.pagination > li#liNext, .pagination > li#liNextTop, .pagination > li#liNextBottom, .pagination > li#liPrevious, .pagination > li#liPreviousTop, .pagination > li#liPreviousBottom, .pagination > li.active {
	display: inline;
}
.portfolio-meta {
	width: 300px;
	margin: 0 auto !important;
	float: none !important;
}
.dealsText .listView tr {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 1em 0;
	font-size: 1.1em;
}
.dealsText .listView td {
	width: 100%;
	display: block;
	padding-left: 0;
	border: 0;
}
#textView a.add-to-cart {
	left: 0;
}
.couponList.table-bordered {
	border: 0;
}
.couponList.table-bordered thead {
	display: none;
}
.couponList.table-bordered tr {
	border-top: 1px solid #ddd;
	display: block;
	padding: 1em 0;
	font-size: 1.1em;
}
.couponList.table-bordered td {
	width: 100%;
	display: block;
	padding-left: 0;
	border: 0;
}
.couponList.table-bordered td.center {
	text-align: left !important;
}
.couponList.table-bordered td:before {
	font-weight: bold;
	display: inline;
}
.couponList.table-bordered td:nth-child(2):before {
	content: 'Valid Dates: ';
}
.couponList.table-bordered td:last-child:before {
	content: 'Value: ';
}
#divPrint .btn {
	display: none;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
.lists_admin label {
	display: block;
}
.lists_admin .btn {
	display: block;
}
.lists_admin .form-inline .form-group {
	display: block;
}
.lists_admin .form-inline .form-control {
	display: block;
	width: 100%;
}
}
/*--- Overides All---*/

/*Reset fix*/

form {
	margin-bottom: 0;
}
/*Close button bigger*/

.modal-header .close {
	font-size: 2.75em;
	line-height: .75em;
}
/*Prevent Sticky Footer*/

.device-lg.sticky-footer #footer, .device-md.sticky-footer #footer {
	position: relative;
}
.container {
	width: auto !important;
	max-width: 1200px;
}
.postcontent {
	width: 79.3%;
}
.sidebar {
	width: 17.2%;
	margin-right: 3.5%;
	clear: left;
}
.product {
	float: none;
	width: auto;
	margin: 0;
}
.product {
	overflow: visible !important;
	padding: 10px 10px 50px !important;
	width: auto !important;
	height: auto !important;
}
#coupons .product {
	border: 1px dashed #333;
	border-radius: 10px;
	padding: 10px 10px 75px !important;
}
.product-desc {
	height: auto !important;
}
.product-image {
	height: auto;
}
.product-overlay {
	bottom: 0px;
	overflow: hidden;
}
#coupons .product-overlay {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.btn-nav-mobile, .btn-nav-mobile.filters-on {
	display: none;
}
.btn {
	white-space: normal;
}
.form-group a {
	white-space: nowrap;
}
.form-group select {
	margin-bottom: .5em;
}
#content {
	overflow: initial;
	margin-bottom: 0 !important;
}
.sidebar.navs {
	margin-bottom: 0px;
}
/*search*/
.clear-helper {
	left: -1.25em;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
	position: absolute;
	z-index: 9;
	line-height: 1em;
	text-decoration: none;
}
#txtSearch::-ms-clear {
display: none;
}
/*.device-lg.sticky-footer #header, .device-md.sticky-footer #header {z-index:0;}*/

/*--- Default border-box---*/

/*--- Flex Grid ---*/
.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 1em;
}
.flex-container li.product {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left; /* for IE */
	background: #FFF;
	padding: 0;
	margin-right: 3.5%;
	margin-bottom: 2em;
}
/* remove #coupons from Hy-Vee and code below */
.flex-container.flex-4x li.product {
	width: 22.375% !important;
}
.flex-container.flex-4x li.product.fourth {
	margin-right: 0 !important;
}
/*.flex-container.flex-3x li.product {
            width: 31%!important;
        }
        .flex-container.flex-3x li.product:nth-of-type(3n) {
            margin-right: 0!important;
        }*/

/*--- no-border-box ---*/

.no-flexbox .flex-container {
	clear: both;
	margin: 0 0 2em;
	padding: 0;
}
.no-flexbox .flex-container > li {
	padding: 0;
	margin-right: 3.5%;
	margin-bottom: 2em;
	display: block;
	float: left;
}
.no-flexbox .flex-container.flex-2x > li {
	width: 48.25%;
}
.no-flexbox .flex-container.flex-3x > li {
	width: 31%;
}
.no-flexbox .flex-container.flex-4x > li {
	width: 22.375%;
}
.no-flexbox .flex-container.flex-5x > li {
	width: 17.2%;
}
.no-flexbox .flex-container.flex-6x > li {
	width: 13.75%;
}
.no-flexbox .flex-container > li.clear_even, .no-flexbox .flex-container > li.clear_third, .no-flexbox .flex-container > li.clear_fourth, .no-flexbox .flex-container > li.clear_fifth, .no-flexbox .flex-container > li.clear_sixth {
	display: none;
	margin: 0;
}
/*---set up/style clears---*/
.no-flexbox .flex-container.flex-2x > li.even, .no-flexbox .flex-container.flex-3x > li.third, .no-flexbox .flex-container.flex-4x > li.fourth, .no-flexbox .flex-container.flex-5x > li.fifth, .no-flexbox .flex-container.flex-6x > li.sixth {
	margin-right: 0;
}
/*---margin of last item---*/
.no-flexbox .flex-container.flex-2x > li.clear_even, .no-flexbox .flex-container.flex-3x > li.clear_third, .no-flexbox .flex-container.flex-4x > li.clear_fourth, .no-flexbox .flex-container.flex-5x > li.clear_fifth, .no-flexbox .flex-container.flex-6x > li.clear_sixth {
	display: block;
	width: 100%;
}

/*---show clears---*/

@media only screen and (max-width: 991px) {
/*.device-lg.sticky-footer #header, .device-md.sticky-footer #header {
	z-index: 1;
}*/
.postcontent {
	width: 100%;
	clear:both;
}
.sidebar {
	width: 100%;
	margin-right: 0;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 1.5em !important;
}
/*------ mobile nav ------*/

.navs .btn-nav-mobile.filters-on {
	display: table;
	color: #FFF;
	text-align: center;
	background: #e21c11;
	margin: 0 auto 5px auto;
}
.navs .btn-nav-mobile:hover, .btn_moble_back:hover {
	background: #BD0E04;
}
.navs.show-nav-mobile .btn-nav-mobile:after {
	content: ' ';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background: rgba(0,0,0,.5);
}
.navs .nav_sections {
	padding: 1em;
	margin: 0;
	position: fixed;
	top: 0;
	left: -260px;
	bottom: 0;
	width: 260px;
	z-index: 9999;
	overflow: auto;
	-webkit-transition: left .25s, -webkit-transform .25s;
	transition: left .25s, transform .25s;
	background: #fff;
}
.navs.show-nav-mobile .nav_sections {
	left: 0;
}
}

@media only screen and (max-width: 767px) {
	.flex-container.flex-4x li.product {
		width: 31% !important;
	}
	.flex-container.flex-4x li.product.fourth {
		margin-right: 3.5% !important;
	}
	.flex-container.flex-4x li.product.third {
		margin-right: 0 !important;
	}
	/*---remove defaults for breakpoints---*/
	.no-flexbox .flex-container.flex-3x > li.clear_third, .no-flexbox .flex-container.flex-4x > li.clear_fourth, .no-flexbox .flex-container.flex-5x > li.clear_fifth, .no-flexbox .flex-container.flex-6x > li.clear_sixth {
		display: none;
	}
	/*---hide default clears---*/
	.no-flexbox .flex-container.flex-3x > li.third, .no-flexbox .flex-container.flex-4x > li.fourth, .no-flexbox .flex-container.flex-5x > li.fifth, .no-flexbox .flex-container.flex-6x > li.sixth {
		margin-right: 3.5%;
	}
	/*---over-ride default margin---*/
		/*---4, 5, 6 column to 3---*/
	.no-flexbox .flex-container.flex-4x > li, .no-flexbox .flex-container.flex-5x > li, .no-flexbox .flex-container.flex-6x > li {
		width: 31%;
	}
	/*---establish widths---*/
	.no-flexbox .flex-container.flex-3x > li.third, .no-flexbox .flex-container.flex-4x > li.third, .no-flexbox .flex-container.flex-5x > li.third, .no-flexbox .flex-container.flex-6x > li.third {
		margin-right: 0;
	}
	/*---last column---*/
	.no-flexbox .flex-container.flex-3x > li.clear_third, .no-flexbox .flex-container.flex-4x > li.clear_third, .no-flexbox .flex-container.flex-5x > li.clear_third, .no-flexbox .flex-container.flex-6x > li.clear_third {
		display: block;
		width: 100%;
	}
	/*---show clears---*/

		/*-----Shopping List-----*/

	#the-sticky-tr {
		display: block;
		text-align: left;
	}
	#the-sticky-tr .text-center {
		text-align: left;
	}
	#the-sticky-tr .shoppingList th {
		/*display: inline-block;*/
		width: auto;
		border: 0;
		vertical-align: center;
	}
	#the-sticky-tr .shoppingList th:nth-child(3), #the-sticky-tr .shoppingList th:nth-child(4), #the-sticky-tr .shoppingList th:nth-child(5) {
		display: none;
	}
	#the-sticky-tr .shoppingList th:nth-child(1) {
		/*width: 100px;*/
	}
	#the-sticky-tr .shoppingList #removeAll {
		margin-top: .5em;
		line-height: .9em;
	}
/*	#the-sticky-tr .shoppingList #removeAll:after {
		content: 'Select All';
		display: block;
		width: 80px;
		left: 2em;
		position: absolute;
	}*/
	#the-sticky-tr .itemLabel {
		/*display: none !important;*/
	}
	.shoppingList tr, .shoppingList th, .shoppingList td {
/*		display: block;
		width: 100%;
		height: 1%;
		overflow: hidden;*/
		font-size: 1.1em;
	}
	.shoppingList tbody tr td:first-child {
/*		padding-top: 15px;
		border-top: 1px solid #ddd;*/
	}
	.shoppingList tbody tr td {
/*		padding: 0 0 15px 0;
		border-right: 0;
		border-top: 0;*/
	}
	.shoppingList tbody tr td.text-center, .shoppingList tbody tr td.text-right {
		text-align: left;
	}
/*	.shoppingList .remove:after {
		content: ' Select Item';
		display: block;
		width: 100px;
		left: 1.15em;
		top: -.125em;
		position: relative;
	}*/
	.shoppingList > tbody > tr > td:first-child{ padding:10px 5px 10px 0px; }
	.shoppingList > tbody > tr > td:last-child{ padding:10px 0px 10px 5px; }
	.results_filters select.col_one_fifth {
		margin: 1em 0 0 0 !important;
	}
	.results_filters .pagination {
		margin-bottom: 1em !important;
	}
	.hideList.pull-right {
		float: left !important;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 620px) {
	.flex-container.flex-4x li.product {
		width: 48.25% !important;
	}
	.flex-container.flex-4x li.product.third {
		margin-right: 3.5% !important;
	}
	.flex-container.flex-4x li.product.even {
		width: 48.25% !important;
		margin-right: 0 !important;
	}
	/*---3, 4, 5, 6 column to 2---*/
	.no-flexbox .flex-container.flex-3x > li, .no-flexbox .flex-container.flex-4x > li, .no-flexbox .flex-container.flex-5x > li, .no-flexbox .flex-container.flex-6x > li {
		width: 48.25%;
	}
	/*---establish widths---*/
	.no-flexbox .flex-container.flex-3x > li.even, .no-flexbox .flex-container.flex-4x > li.even, .no-flexbox .flex-container.flex-5x > li.even, .no-flexbox .flex-container.flex-6x > li.even {
		margin-right: 0 !important;
	}
	/*---last column---*/
	.no-flexbox .flex-container.flex-3x > li.third, .no-flexbox .flex-container.flex-4x > li.third, .no-flexbox .flex-container.flex-5x > li.third, .no-flexbox .flex-container.flex-6x > li.third {
		margin-right: 3.5%;
	}
	.no-flexbox .flex-container.flex-3x > li.clear_third, .no-flexbox .flex-container.flex-4x > li.clear_third, .no-flexbox .flex-container.flex-5x > li.clear_third, .no-flexbox .flex-container.flex-6x > li.clear_third {
		display: none;
	}
	.no-flexbox .flex-container.flex-3x > li.clear_even, .no-flexbox .flex-container.flex-4x > li.clear_even, .no-flexbox .flex-container.flex-5x > li.clear_even, .no-flexbox .flex-container.flex-6x > li.clear_even {
		display: block;
		width: 100%;
	}
	/*---show clears---*/

	.search {
		width: 100%;
	}
	.results_page {
		float: left !important;
	}
	.results_view {
		clear: left !important;
		border-top: 1px solid #ddd;
		padding-top: 1.25em;
	}
	.postcontent .search {
		padding-bottom: 1.25em;
	}
	.cellImage{ width:20%; }
	.cellDescription{ width:65%; }
	.cellQTY{ width:15%; }
}

@media only screen and (max-width: 320px) {
	.shoppingList tr, .shoppingList th, .shoppingList td {
		font-size: 1em;
	}
	.cellImage{ width:17%; }
	.cellDescription{ width:70%; }
	.cellQTY{ width:13%; }
}

@media only screen and (min-width: 991px) and (max-width: 1023px) {
	.toggle .togglet, .toggle .toggleta {
		font-size: .8em;
	}
}

/*-----Subscribe Banner CSS-----*/
.subscribe
  {
	position: fixed;
	bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(0,0,0,.85);
	color: white;
	font-size: 16px;
	padding: 15px 0px;
	margin:0;
	padding-top: 20px;
	z-index: 400;
  }

@media (min-width: 1199px) {
  	.subscribeText {
		padding-top: 5px;
	}
}

.subscribeForm {
	width:450px;
}

@media (max-width: 1100px) {
  	.subscribeForm {
		width: 300px;
  	}
}

@media (max-width: 1199px) {
	.subscribeText {
		margin-top: -10px;
	}
}
#subscribeClose {
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity=50);
  	color:black;
  	font-size: 40px;
  	padding-bottom:10px;
  	background: rgba(190,190,190,.8);
  	border: 1px;
  	border-radius: 30px;
  	width: 40px;
  	height: 40px;
  	position: absolute;
  	right: 30px;
  	top: -20px;
}
button#subscribeClose {
	padding: 0;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
}

/*-----End of Subscribe Banner CSS-----*/

/* IE8 Hacks */

.no-mediaqueries .hidden-lg, .no-mediaqueries .hidden-md, .no-mediaqueries #primary-menu-trigger .icon-reorder {
	display: none!important;
}
.no-mediaqueries .iconfont {
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
}
.no-mediaqueries #top-cart > a > span {
	background: #e21c11;
}

.sidebar-widgets-wrap label label {padding:0;}


/* npd New Perks Dashboard --------------------------------- */

.npd-dashboard {
    margin: 0 auto 40px;
}


.npd-dashboard h4,
.npd-adbanner h4 {
    margin-bottom: 0;
}

.npd-header {
    background-color: #000;
    color: #fff;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.npd-header .counter {
    font-size: inherit;
    display: block;
}

.npd-header .counter p {
    margin: 0;
}

.npd-userdetails {
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 1em;
    text-align: center;
    white-space: normal;
}

.npd-userdetails .pipe {
    display: none;
}

.npd-totalsaved.counter  {
    font-size: inherit;
}

.npd-userdetails p {
    display:inline-block;
	margin:0;
    vertical-align: top;
}

.npd-utilitynav {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.npd-utilitynav a {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.npd-utilitynav a:hover {
    color: #fff;
    text-decoration: underline;
}

.npd-utilitynav span:before {
        -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content:"";
    display: inline-block;
    height: 20px;
    margin-right: .25em;
    vertical-align: middle;
    width: 20px;
}

.npd-faq {
    display: none;
}

.npd-faq span:before {
    background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/perks/images/fsp-question.svg);
}

.npd-manage-profile {
    background-color: #e21c11;
    display: block;
    padding: 1em 1.5em;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}

.npd-manage-profile span:before {
    background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/perks/images/fsp-gear.svg);
}

.npd-manage-profile:hover {
    background-color: #b10503;
}

.npd-body {
    background-color: #F5F5F5;
    padding: 40px 0;
}

.npd-body p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.npd-body .rounded-skill {
    display: block;
    margin: 10px auto;
}

.npd-body .perks_parent {
    border-bottom: 1px solid #ccc;
}

.npd-body .perks_parent:last-child {
    border-bottom: none;
}

.npd-body .perks_toggle {
    color: #000;
    font-weight: bold;
    padding: .5em 0;
}

.npd-body .perks_toggle i {
    line-height: 33px;
}

.npd-body .perks_toggle:after {
    clear: both;
    content: "";
    display: table;
}

.npd-body .perks_parent .perks_child {
    font-size: 14px;
}

.npd-body .rewards li {
    background-color:#fff;
}

.npd-body .rewards li > span {
    color: #000;
}

.npd-adbanner {
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.npd-adbanner .container {
    overflow: hidden;
}

.npd-adbanner .row {
    position: relative;
}

.npd-adbanner hr {
    background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/perks/images/fsp-divider.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 767px 30px;
    border :none;
    display: block;
    height: 75px;
    width: 100%;
    z-index: 1;
}

.npd-adbanner a {
    display: inline-block;
    margin-right:.5em;
    vertical-align: top;
    width: 99px;
}

.npd-adbanner img {
    height: auto;
    max-width: 220px;
    width: 100%;
}

.npd-perkslinks hr.double {
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    height: 11px;
    position: relative;
}

.npd-perkslinks h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    padding-top:.75em;
}

.npd-perkslinks p {
    font-size: 16px;
    line-height: 1.43;
}

.npd-perkslinks a {
    font-weight: bold;
}

#loginToAddToCart {
	background-color: #ffffff !important;
    color: #E21C11 !important;
    border: 1px solid #E21C11 !important;
}

#loginToAddToCart:hover {
	background-color: #E21C11 !important;
    color: #ffffff !important;
    border-color: #E21C11 !important;
}

.loginToAddToCart {
	background-color: #ffffff !important;
    color: #E21C11 !important;
    border: 1px solid #E21C11 !important;
}

.loginToAddToCart:hover {
	background-color: #E21C11 !important;
    color: #ffffff !important;
    border-color: #E21C11 !important;
}

.redDownArrow {
	max-height: 120px;
}

@media (min-width:768px) {

    .npd-header .counter {
        display: inline-block;
        vertical-align: top;
    }

    .npd-userdetails {
        float:left;
        padding: .65em 0 0 1em;
        text-align: left;
    }

    .npd-userdetails .pipe {
        color: #fff;
        display: inline-block;
        height: auto;
        font-size: 20px;
        margin: 0 .25em;
        text-indent: 0;
        vertical-align: baseline;
    }

    .npd-utilitynav {
        float: right;
        text-align: right;
    }

    .npd-utilitynav li {
        display: inline-block;
        vertical-align: middle;
    }

    .npd-utilitynav a {
        display: inline-block;
    }

    .npd-manage-profile {
        margin-left: 1em;
    }

    .npd-adbanner hr {
        bottom: 50%;
        height: 30px;
        margin: 0 0 -384px -15px;
        position: absolute;
        right: 50%;
            -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
            -webkit-transform-origin: center right;
        transform-origin: center right;
        width: 767px;
    }
}

@media (min-width:992px) {

    .npd-userdetails {
        font-size: 18px;
    }

    .npd-adbanner {
        text-align: initial;
    }
}

/* end npd New Perks Dashboard------------------- */
