body, html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

header {
	width: 100%;
	height: 80px;
}

header h1 {
	margin: 0;
	padding: 0;
}




div#search {
	width: 100%;
	height: 161px;
	background: #75c0e8;
	position: relative;
	bottom: 23px;
	margin-bottom: -23px;
	z-index: 1;
	/*
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; */
	border-bottom: 4px #83c7ea solid;
	padding: 23px 0 0 0;
}

div#search .wrap-search {
	position: relative;
	height: 134px;
}

div#search .middle {
	margin: auto auto;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px #6caccf solid;
	border-radius: 22px;
}

div#search .buttons {
	position: absolute;
	right: 0;
}

div#search .form-control {
	height: 41px;
	border: none;
	outline: none;
	box-shadow: none;
	color: #92c601;
	text-transform: uppercase;
	font-size: 15px;
}

div#search .form-control:focus {
	outline: none;
	box-shadow: none;
}

/* Placeholders */
div#search ::-moz-placeholder {
	color: #a1a1a1;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

div#search ::-webkit-input-placeholder {
	color: #a1a1a1;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

div#search :-ms-input-placeholder {
	color: #a1a1a1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

div#search :-moz-placeholder {
	color: #a1a1a1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

div#search .search-btn {
	font-size: 15px;
	width: 58px;
	border: none;
	border-left: 3px dotted #cdcdce;
	height: 41px;
	position: relative;
	left: 2px;
	background: none;
	color: #91c602;
	font-size: 19px;
	font-weight: bold;
	border-right: 2px solid #6caccf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	color: #92c601;
}

div#search .search-btn:active {
	background: #7daa01;
}

div#search .search-btn:focus {
	outline: none;
}

div#search .search-btn:hover {
	border-right: 2px solid #6caccf;
	border-left: 3px solid #cdcdce;
	background: #91c602;
	color: #fff;
}

div#search .search-btn i {
	position: relative;
	right: 3px;
}

.btn-green {
	background: #92c601;
	height: 40px;
	border-radius: 22px;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-green-square {
	border-radius: 5px;
	text-transform: uppercase;
}

.btn-green:hover {
	background: #8abb01;
	color: #fff;
}

.btn-green:active {
	background: #7daa01;;
	color: #fff;
}

.btn-green  i {
	padding-right: 8px;
}

.btn-green span {
	font-weight: 700;
	text-transform: uppercase;
}

.logout-button {
	height: 80px;
	position: relative;
	float: right;
	width: 80px;
}

.logout-button span {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 20px;
	color: #757575;
	font-size: 12px;
	margin: auto auto;
	text-align: center;
	width: 100%;
	display: block;
}

.loggedin-button {
	height: 80px;
	position: relative;
	float: right;
	width: 80px;
}

.loggedin-button span {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 20px;
	color: #757575;
	font-size: 12px;
	margin: auto auto;
	text-align: center;
	width: 100%;
	display: block;
}

.login-button {
	height: 80px;
	position: relative;
	float: right;
	width: 80px;
}

.login-button a {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 20px;
	color: #757575;
	font-size: 12px;
	margin: auto auto;
	text-align: center;
	width: 100%;
	display: block;
}

.progress-bar {
	overflow-x: visible;
	white-space: nowrap;
	color: black; /* color is for demo purposes */
}

.signup-button {
	height: 80px;
	position: relative;
	width: 240px;
	float: right;
}

.btn-green.btn-signup {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#nav ul {
	padding-left: 0px;
}

#nav ul li {
	color: #fff;
	display: block;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: bold;
	text-shadow: 2px 2px 2px #026aa7;
	font-weight: 600;
	z-index: 4;
}

#nav ul li.account-menu {
	background: #016CB6;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: #208ECF 1px solid;
}

#nav ul li a span {
	padding: 6px 12px 10px 12px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#nav ul li.children-large ul {
	width: 650px;
}

#nav ul li ul {
	display: none;
	width: 250px;
	position: absolute;
	background: #fff;
	height: auto;
	z-index: 4;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	padding: 10px 5px 20px 5px;
}

#nav ul li ul li {
	z-index: 4;
	display: list-item;
	list-style-type: none;
	float: none;
	color: #767677;
	padding: 5px 0 0 20px;
	height: auto;
	font-size: 15px;
	position: relative;
}

#nav ul li.children-width ul li {
	display: block;
	float: left;
}

#nav ul li.children-large ul li {
	width: 290px;
}

#nav ul li ul li a {
	color: #a8a6a7;
	height: auto;
}

#nav ul li ul li a span {
	color: #767677;
	-webkit-font-smoothing: antialiased;
}

#nav ul li ul li a:before {
	content: "\f105 ";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#nav ul li ul li a span {
	padding: 0px 0px 0px 12px;
	border-top-right-radius: none;
	border-top-left-radius: none;
	-webkit-font-smoothing: antialiased;
}

#nav ul li a {
	/* border-bottom:  3px solid rgba(255,255,255,0); */
	
}

#nav ul li.active a {
	box-shadow: 0px -6px 0px -3px #93c700 inset;
	box-sizing: border-box;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;
}

#nav ul li:hover a {
	/*  border-bottom: 3px solid #fff; */
	
}

#nav ul li:hover a span {
	border-bottom: #fff 2px solid;
	-text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#nav ul li:hover a {
	box-shadow: none;
}

#nav ul li.home {
	
}

#nav ul li.home a {
	padding: 0px 0 0 5px;
}

#nav ul li.home a span {
	padding: 6px 14px 5px 14px;
}

#nav ul li.home  i {
	position: relative;
	top: -3px;
}

#nav ul li.home {
	font-size: 20px;
	text-align: center;
}

#nav ul li.home a span {
	padding-left: 15px;
	padding-right: 15px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	display: block;
	height: 33px;
}

#nav ul li a i {
	padding-left: 5px;
	font-size: 17px;
	position: relative;
	top: 2px;
}

#nav ul li:hover a span {
	background: #fff;
	color: #018bd4;
}

#nav ul li:hover ul li a span {
	color: #767677;
}

#nav ul li:hover ul li a:hover, #nav ul li:hover ul li a:hover span {
	color: #018bd4;
}

#nav nav {
	display: block;
	width: auto;
	border-radius: 3px;
	border-left: rgba(0, 140, 211, 0.8) 1px solid outside;
	background: #01a0e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYTBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzAwOWJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzAwOTdkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAyOGZkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzAwNzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTcxYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #01a0e2 0%, #009bde 19%, #0097dc 21%, #028fd7
		40%, #0076c6 83%, #0171c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01a0e2),
		color-stop(19%, #009bde), color-stop(21%, #0097dc),
		color-stop(40%, #028fd7), color-stop(83%, #0076c6),
		color-stop(100%, #0171c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #01a0e2 0%, #009bde 19%, #0097dc 21%,
		#028fd7 40%, #0076c6 83%, #0171c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #01a0e2 0%, #009bde 19%, #0097dc 21%, #028fd7
		40%, #0076c6 83%, #0171c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #01a0e2 0%, #009bde 19%, #0097dc 21%, #028fd7
		40%, #0076c6 83%, #0171c3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #01a0e2 0%, #009bde 19%, #0097dc 21%, #028fd7
		40%, #0076c6 83%, #0171c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#01a0e2',
		endColorstr='#0171c3', GradientType=0); /* IE6-8 */
	height: 43px;
	position: relative;
	z-index: 2;
}

#top {
	height: 32px;
	background: #e8edf1;
}

#top ul {
	display: table;
}

#top ul li {
	display: table-cell;
	padding: 0 0 0 25px;
	height: 32px;
	vertical-align: middle;
	font-size: 12px;
}

#top ul li a {
	color: #777777;
}

#top-brands {
	background: #e8edf0;
	height: 118px;
	border-top: #e2e5ea 1px solid;
}

#featured-offers {
	border-top: #e0e4e9 1px solid;
	min-height: 946px;
	background: #f8f8f8;
}

#basic-content {
	border-top: #e0e4e9 1px solid;
	min-height: 946px;
	background: #fff;
}

/**
 * STICKY MENU
 */
#nav.sticky, header.sticky, #sticky-background {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2;
}

#nav.sticky {
	top: 54px;
}

#nav.sticky nav, #nav.sticky ul, #nav.sticky li {
	height: 34px;
}

#nav.sticky  ul {
	padding-top: 0px;
}

#nav.sticky ul li {
	padding: 4px 0 0 0;
}

#nav.sticky ul li a {
	padding-top: 1px;
}

#nav.sticky  ul li.home a span {
	padding: 8px 14px 0px 14px;
}

.progress-bar {
	overflow-x: visible;
	white-space: nowrap;
	color: black; /* color is for demo purposes */
}

#nav.sticky ul li.home {
	padding-top: 6px;
}

#nav.sticky ul li a {
	height: 28px;
}

#nav.sticky  ul li a span {
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 15px;
	/* padding: 6px 12px 10px 12px;*/
}

#nav.sticky ul li a {
	padding-top: 1px;
}

#wrapper.sticky {
	padding-top: 175px;
}

#nav.sticky  ul li ul {
	height: auto;
	padding: 10px 0 15px 0;
}

#nav.sticky ul li ul li {
	height: auto;
	padding: 3px 0;
	padding-left: 20px;
	z-index: 4;
}

#nav.sticky ul li ul li a {
	padding-bottom: 0px;
	height: auto;
}

#nav.sticky ul li ul li a span {
	padding: 0px 0px 0px 12px;
}

header.sticky .signup-button, header.sticky .login-button, header.sticky .logout-button,
	header.sticky .loggedin-button {
	height: 54px;
}

header.sticky .btn-green {
	height: 32px;
	padding-top: 3px;
}

header.sticky h1 img {
	height: 54px;
	width: auto;
}

header.sticky {
	top: 0;
}

#sticky-background {
	background: #fff;
	width: 100%;
	height: 72px;
	z-index: 1;
	top: 0;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}

#top-brands {
	height: 119px;
}

#top-brands h4 {
	font-size: 16px;
	text-align: center;
	color: #777777;
	margin-bottom: 15px;
	margin-top: 20px;
}

#top-brands .brand {
	width: 102px;
	height: 52px;
	border-radius: 5px;
	border: 1px solid #d4d9dc;
	background: #fff;
	margin-left: 24px;
	display: table;
	float: left;
	-webkit-box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.1);
}

#top-brands .brand span {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

#top-brands .brand:hover {
	border-color: #aaa;
}

#top-brands .brand.first {
	margin-left: 0px;
}

.content h2 {
	color: #018ad2;
	font-size: 26px;
	font-weight: 700;
	-text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.content h2 span {
	color: #757575;
	-text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}

#featured-offers {
	padding-bottom: 45px;
}

#featured-offers h2 {
	margin-top: 50px;
	margin-bottom: 18px;
}

#featured-offers ol {
	width: auto;
	border: #e4e4e4 1px solid;
	list-style-type: none;
	padding: 0;
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0x 0px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.2);
}

#featured-offers ol li {
	margin-left: 0px;
	display: table;
	width: 100%;
}

#featured-offers ol li div.offer, #featured-offers ol li div.number,
	#featured-offers ol li div.arrow, #featured-offers ol li div.bullet,
	#featured-offers ol li div.icon {
	min-height: 80px;
	display: table-cell;
	vertical-align: middle;
}

#featured-offers ol li div.bullet {
	width: 50px;
	color: #91c700;
	font-size: 25px;
	text-align: right;
	vertical-align: top;
	padding: 11px 10px 0 0;
}

#featured-offers ol li div.icon {
	text-align: center;
	color: #767676;
	font-size: 25px;
	width: 63px;
}

#featured-offers ol li div.number {
	padding: 0 15px;
	width: 50px;
}

#featured-offers ol li div.arrow {
	padding: 0 15px;
	color: #b7b7b7;
	width: 42px;
}

#featured-offers ol li div.number .badge {
	background: #92c701;
	font-size: 14px;
	font-weight: bold;
}

#featured-offers ol li:nth-child(even) {
	background: #f5f9fc;
}

#featured-offers ol li:nth-child(odd) {
	background: #ffffff;
}

#featured-offers ol li:hover {
	background: #e6f4ff;
	cursor: pointer;
}

#featured-offers ol li.no-table {
	display: block;
}

#featured-offers ol li.no-table div.trow {
	display: table;
}

#featured-offers ol li:hover div.offer h2 a, #featured-offers ol li:hover div.offer h3 a,
	#featured-offers ol li:hover div.arrow, #featured-offers ol li:hover div.icon
	{
	color: #018ad2;
}

#featured-offers ol li:hover div.number .badge {
	background: #018ad2;
}

#featured-offers ol li div.offer h2, #featured-offers ol li div.offer h3
	{
	display: inline;
	padding: 0 7px 0 0;
	margin: 0;
}

#featured-offers ol li div.offer h2 a, #featured-offers ol li div.offer h3 a
	{
	color: #767676;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#featured-offers ol li div.offer span.label {
	background: #008bd4;
	position: relative;
	top: -2px;
	padding: 0px 4px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 14px;
}

#featured-offers ol li div.offer p {
	font-size: 14px;
	color: #777777;
}

#featured-offers ol li div.offer h2, #featured-offers ol li div.offer {
	
}

#featured-offers ol li div.offer {
	padding-top: 15px;
}

#featured-offers ol.explaination li:first-child {
	height: 148px;
}

#featured-offers ol.explaination {
	margin-top: 53px;
}

#featured-offers ol.explaination h4 {
	margin-top: 0px;
	color: #018ad2;
	width: 100%;
	padding: 20px 20px 0 20px;
	margin: 0;
	font-size: 21px;
	font-weight: 600;
}

#featured-offers ol.explaination h2, #featured-offers ol.explaination h3
	{
	color: #767676;
	font-weight: 600;
	font-size: 18px;
}

#featured-offers ol.explaination div.offer {
	vertial-align: top;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}

#featured-offers ol.explaination li:hover:nth-child(odd) {
	background: #fff;
}

#featured-offers ol.explaination li {
	cursor: default;
}

#featured-offers ol.explaination li:hover:nth-child(even) {
	background: #f5f9fc;
}

#featured-offers ol.explaination li:hover h3, featured-offers ol.explaination li:hover h2
	{
	color: #767676;
}

#featured-offers .more span {
	color: #767676;
	font-size: 15px;
}

#featured-offers .more {
	text-align: right;
}

#featured-offers .more a:hover {
	text-decoration: none;
}

#featured-offers .more a:hover span {
	text-decoration: underline;
}

#featured-offers .more i {
	padding-left: 8px;
}

#signup-row {
	background: #e8edf1;
	min-height: 119px;
	border-top: #e1e5e9;
}

#signup-row h5 {
	color: #767676;
	font-size: 27px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	height: 118px;
	text-align: right;
	width: 100%;
}

#signup-row .signup-button {
	height: 118px;
	vertical-align: middle;
	text-align: left;
	float: none;
	padding-left: 14px;
	'
}

#signup-row .signup-button .btn-signup.btn-green i {
	padding-right: 19px;
}

#signup-row .signup-button .btn-signup {
	height: 50px;
	font-size: 22px;
	padding-left: 40px;
	padding-right: 40px;
}

#signup-row h5 span {
	color: #008bd4;
	font-weight: 700;
}

#signup-row .trow {
	display: table;
	width: 100%;
}

#signup-row .signup-button .arrow {
	position: relative;
	z-index: 1;
	bottom: 88px;
	left: 350px;
	background: url('/bundles/hootmarketingcore/images/arrow.png');
	width: 30px;
	height: 66px;
}

#content-row {
	background: #ffffff;
	min-height: 427px;
	padding: 60px 0 60px 0;
}

#content-row h2 {
	font-size: 27px;
	font-weight: 800;
	color: #008bd4;
	margin-bottom: 15px
}

#content-row h2 span {
	font-weight: 600;
	color: #767676;
}

#content-row  p {
	color: #767676;
	font-size: 16px;
	line-height: 125%;
	font-weight: normal;
}

.social-square {
	list-style-type: none;
	width: 270px;
}

.social-square li {
	clear: left;
	font-size: 14px;
	color: #757676;
	margin-bottom: 24px;
}

.social-square li div {
	margin: 0 14px 0 0;
	padding: 0 0 8px 0;
	float: left;
	color: #008bd4;
	font-size: 55px;
	line-height: 55px;
}

.social-square li h6 {
	font-size: 27px;
	font-weight: 700;
	padding: 0px;
	margin: 0;
	color: #008bd4;
}

footer {
	color: #767676;
	padding: 35px 0 35px 0;
	background: #f8f8f8 /* #d4d9dc */;
	min-height: 417px;
	font-size: 14px;
}

footer ul.footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul.footer-nav.footer-nav-dubble {
	display: table;
}

footer ul.footer-nav.footer-nav-dubble li {
	float: left;
	display: table-cell;
	width: 50%;
}

footer ul.footer-nav li a {
	color: #767676;
}

footer ul.footer-nav li a:hover {
	color: #008bd4;
}

footer ul.footer-nav li a:before {
	content: "\f105 ";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

footer ul.footer-nav li a span {
	padding-left: 10px;
}

footer h3 {
	font-size: 27px;
	font-style: italic;
	color: #767676;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

footer h3 span {
	color: #008bd4;
	font-weight: 700;
}

footer .likebox {
	margin-top: 5px;
}

footer .likebox ul li {
	display: inline-block;
	margin-right: 15px;
}

footer .likebox ul li:last-child {
	margin-right: 0;
}

footer .likebox ul li.twitter {
	width: 76px;
	overflow: hidden;
}

footer .likebox ul li.facebook {
	position: relative;
	bottom: 10px;
}

footer .likebox ul li.google-plus {
	position: relative;
	bottom: 5px;
}

footer h4 {
	font-size: 20px;
	font-weight: 700;
}

footer .copyright {
	margin-top: 25px;
	border-top: 1px #e7e7e7 solid;
}

footer .copyright .container {
	padding-top: 25px;
	text-align: center;
}

.facebook-inschrijven a {
	display: block;
	width: 275px;
	height: 38px;
	background: #3b5998;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
	font-size: 19px;
	font-weight: 600;
	line-height: 35px;
	border: 1px solid #133783;
	border-radius: 30px;
}

.facebook-inschrijven a:hover {
	text-decoration: none;
	color: #fff;
}

.facebook-inschrijven a .fa, .submit-inschrijven .fa {
	font-size: 16px;
	padding-right: 16px;
}

.facebook-inschrijven a strong {
	font-weight: 900;
}

.col-line {
	border-left: #ccc 1px solid;
	min-height: 350px;
}

.bread-crumb {
	padding: 15px 0 15px 0;
}

.bread-crumb a {
	text-decoration: underline;
}

.bread-crumb .divider {
	padding: 5px;
}

#featured-offers .well {
	padding: 15px;
	background: #fff;
	color: #767676;
	font-size: 14px;
}

#featured-offers .well .title {
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: bold;
	font-size: 18px;
	color: #767676;
	margin: 2px 0 15px 0;
}

#featured-offers .well .blue-title, #featured-offers .blue-title {
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: bold;
	font-size: 25px;
	color: #2694d7;
	margin: 2px 0 15px 0;
}

#featured-offers .well .blue-title-regular, #featured-offers .blue-title-regular
	{
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: normal;
}

#featured-offers h1 {
	font-size: 27px;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: 600;
	color: #767676;
	margin-top: 0px;
}

ul.shop-categories {
	list-style-type: none;
	margin-left: 0px;
}

ul.shop-categories li {
	margin-left: -40px;
	padding: 0;
}

ul.shop-categories li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
	padding-right: 8px;
}

ul.shop-categories li a, ul.sub-categories li a {
	color: #767676;
}

ul.sub-categories {
	list-style-type: none;
	margin-left: 0px;
}

ul.sub-categories li {
	margin-left: -40px;
	padding: 0;
}

ul.sub-categories li ul li {
	margin-left: 0;
	padding: 0;
}

ul.sub-categories li ul {
	
}

.sub-title {
	color: #008bd4;
	font-style: italic;
	font-weight: 600;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.shop-title, #featured-offers h2.shop-title {
	color: #767676;
	font-size: 20px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: 600;
}

a.shop-title, .shop-title a {
	color: #767676;
}

a.discount {
	border: #92c600 3px dashed;
	display: inline-block;
	color: #92c600;
	padding: 0px 10px 2px 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	min-width: 110px;
	height: 39px;
	margin-right: 10px;
}

a.discount-white {
	border-color: #fff;
	color: #fff;
}

a.discount-md {
	width: 165px;
	box-sizing: border-box;
	margin-right: 0px;
	height: auto;
}

a.discount-btn {
	padding: 0px 30px 4px 30px;
	height: 40px;
	width: auto;
}

.label-discount {
	border: #92c600 1px dashed;
	background-color: #fff;
	color: #92c600;
}

.description {
	margin: 10px 0px 25px 0;
	color: #767676; font-size 14px;
	display: block;
}

ul.sub-categories li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
	padding-right: 8px;
}

.earning {
	text-align: center;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	padding: 8px 10px;
	background: #75C0E8;
}

a.earning {
	display: block;
	color: #fff;
	height: 96px;
}

a.earning:hover {
	background: #0192D9;
	text-decoration: none;
}

a.earning:ACTIVE {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .7);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .7);
}

.earning span.icon {
	font-size: 30px;
	color: #fff;
	display: block;
}

.earning span.caption {
	display: block;
	height: 40px;
	line-height: 100%;
}

.earning:hover span.caption {
	color: #fff;
}

a.earning-green {
	color: #fff;
	background: #92C601;
}

a.earning-green span.icon {
	color: #fff;
}

.shop-rating {
	padding-top: 20px;
	clear: both;
	width: 203px;
	margin: 0 auto;
}

.shop-rating .rating-label {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
}

.shop-rating .ratebox-static {
	display: inline-block;
	margin-left: 10px;
	top: 3px;
}

.well.well-top {
	border-bottom: none;
	margin-bottom: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.well.well-bottom {
	border-top: none;
	margin-top: 0px;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: bold;
	font-size: 25px;
	color: #2694d7;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.well.well-blue {
	border-radius: 0px;
	border-bottom: 0px;
	border-top: 0px;
	margin: 0px;
	paddding: 0px;
	background: #f5f9fc;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #f5f9fc;
}

#featured-offers .well.well-blue {
	background: #f5f9fc;
}

#featured-offers .well.well-gradient-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a0e2+0,0071c3+100 */
	background: #00a0e2; /* Old browsers */
	background: -moz-linear-gradient(top, #00a0e2 0%, #0071c3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a0e2),
		color-stop(100%, #0071c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00a0e2 0%, #0071c3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00a0e2 0%, #0071c3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00a0e2 0%, #0071c3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #00a0e2 0%, #0071c3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e2',
		endColorstr='#0071c3', GradientType=0); /* IE6-9 */
}

.center {
	text-align: center;
}

.shop-like-container {
	width: 177px;
	margin: 10px auto 0px auto;
}

.shop-like-container .facebook {
	overflow: hidden;
	width: 120px;
	height: 21px;
	float: left;
}

.shop-like-container .gplus {
	width: 57px;
	overflow: hidden;
	float: left;
	position: relative;
}

.shop-description {
	height: 240px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #767676;
	font-size: 14px;
}

.btn-white {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #414141;
}

.btn-space-right {
	margin-right: 10px;
}

.btn-space-left {
	margin-left: 10px;
}

.btn-square {
	text-transform: uppercase;
	border-radius: 5px;
}

#shopDiscountBlue {
	position: relative;
	top: 5px;
}

#featured-offers .well .title.darkgrey-title, #featured-offers .title.darkgrey-title
	{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
}

#featured-offers .grey-title {
	width: 400px;
	font-size: 27px;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: 600;
	color: #767676;
	margin: 0 0 15px 0;
}

.box-title {
	color: #404040;
	font-weight: bold;
	padding-bottom: 5px;
}

.like-arrow {
	width: 32px;
	height: 32px;
	-ms-transform: scaleX(-1) rotate(210deg); /* IE 9 */
	-webkit-transform: scaleX(-1) rotate(210deg);
	/* Chrome, Safari, Opera */
	transform: scaleX(-1) rotate(210deg);
	filter: FlipH;
	-ms-filter: "FlipH";
	max-width: 32px;
	max-height: 32px;
	float: right;
	position: relative;
	right: 30px;
	bottom: 15px;
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB9ElEQVRYR+2X4U2EQBCFvQrUCsQK1A60ArUCzwrUCsQKtAOxAs8KxArUCqQErUDfl+wk3AHLHIH9403ykttj4L15O8susy1/ZEq9F2bCmf+2eCYP80SupCvhR6iEY89Nnpw+ARA9BuLrQMx/kwswu09ERvUPoRp+nwqIwY0PT5WxnC4H5qFyiO+E75qA25UHLjQGL7U8t67YFGAzAraFS6EMbtgU7Gh8KNCQCP4Nzjy52ZXY1wM8C7tz4VXA9kxAxGqQQ+67cC6Ya1E9HgE8gGpx40J46xBgeUzHgUD/9PaIV4BVQeWIgSQWhS7SrEdCFUtcV0AP79JlRO4FEZ33TSkAp6ieqcu7FEwpAM65wOt7X2htyqkFIAIX6IlWF1IIYGmyj+BCI1IIyMT6FQTgxlKkEAAh808/NJZvKgGlyEGjDzYC/o0DbNVsTvRBslXAq5ju58zAFr0bxkkE2PbN0mMvyAQOLo2YqgcgLYRK4CV0E8ZJBFApFdsuiAuMW2NsB5hvCHn/29y3Np+pGVMAxJBCTsU0HgdUxp0xhgAj5fyH7YyfhU+htfHqaoYIoCKO6nQ6SwviQmDJcY3vBr4RcKQ3hgigQgJiCyplz+cQmgs44YqhAnAAIQBy3GC+Ia9czCFpXQGZ7mNdE8wxLpTCQmAK1o4/2F1hIS5iyzYAAAAASUVORK5CYII=');
}

#featured-offers .promotion-code {
	margin-bottom: 15px;
}

#featured-offers .promotion-code .well {
	padding: 0px;
	height: 200px;
	margin-bottom: 0px;
}

#featured-offers .promotion-code .title {
	background: #f5f9fc;
	font-size: 17px;
	font-weight: bold;
	color: #2694d7;
	padding: 15px;
	height: 66px
}

#featured-offers .promotion-code .text {
	padding: 5px 15px 10px 15px;
}

#featured-offers .promotion-code .codeButton {
	padding: 5px 15px 10px 15px;
	position: relative;
	width: 100%;
	height: 40px;
}

#featured-offers .promotion-code .codeButton a {
	position: absolute;
}

#featured-offers .promotion-code .codeButton a.btn {
	z-index: 1;
}

#featured-offers .promotion-code .codeButton a.discount {
	text-align: right;
	padding-right: 10px;
	top: 5px;
	font-size: 23px;
	width: 157px;
	left: 22px
}

#featured-offers .promotion-code .expiry {
	text-align: center;
	color: #92c600;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 8px;
}

.feedback {
	
}

#featured-offers .feedback-entry .title {
	color: #2694d7;
	float: left;
	max-width: 500px;
	margin-bottom: 0px;
}

.feedback  .feedback-score-general {
	float: left;
	margin-left: 20px;
}

.feedback .feedback-box {
	background: #f5f9fc;
	padding: 15px;
	margin-left: 20px;
}

.feedback .feedback-entry  .author-rule {
	clear: left;
}

.feedback .feedback-entry  .author-rule {
	color: #767676;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.feedback-part {
	width: 150px;
	float: left;
	clear: both;
}

.feedback-score {
	float: left;
}

.search-results {
	background: #fff;
	border: #e4e4e4 1px solid;
	position: relative;
	width: 684px;
	margin: 2+px 0 0 0;
	padding: 0;
	-webkit-box-shadow: -7px 6px 6px -6px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: -7px 6px 6px -6px rgba(0, 0, 0, 0.41);
	box-shadow: -7px 6px 6px -6px rgba(0, 0, 0, 0.41);
}

.search-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.search-results li {
	display: block;
}

.search-results li a {
	padding: 5px 15px;
	display: block;
}

.search-results li a:hover {
	background: #2694d7;
	text-decoration: none;
}

.search-results li a:hover .icon {
	color: #fff;
}

.search-results li a:hover .text {
	color: #fff;
}

.search-results li .icon {
	text-align: center;
	color: #2694d7;
	font-size: 25px;
	width: 54px;
	padding-right: 10px;
}

.search-results li .text {
	color: #767676;
	font-size: 16px;
}

.search-results li:nth-child(odd) {
	background: #f5f5f5;
}

.raterater-wrapper .raterater-rating-layer {
	color: #92c601;
}

.raterater-wrapper    .raterater-bg-layer {
	color: #fff;
}

.raterater-wrapper    .raterater-bg-layer {
	color: #fff;
}

.raterater-wrapper    .raterater-outline-layer {
	color: #92c601;
}

.raterater-wrapper   .raterater-hover-layer {
	color: #92c601;
}

.modal-body.feedback .control-label {
	text-align: left;
}

.modal-body .raterater-input {
	position: relative;
	top: 10px;
}

#promotionCode .modal-content, #shopModal .modal-content {
	width: 650px;
}

#promotionCode img {
	margin-right: 25px;
}

#promotionCode .expiry {
	color: #2694d7;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-size: 13px;
	font-style: italic;
	color: #2694d7;
}

#promotionCode .title, #shopModal .title {
	width: 400px;
	font-size: 27px;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: 700;
	color: #767676;
}

#shopModal .title {
	margin: 0 0 15px 0;
	padding: 0;
}

#shopModal .description {
	margin-left: 25px;
}

#promotionCode .codeWrapper, #shopModal  .discountWrapper {
	clear: both;
	background: #f5f9fc;
	padding: 15px;
	margin-top: 15px;
	min-height: 20px;
}

#shopModal .discountWrapper .discount-btn {
	display: block;
	width: 400px;
	margin: 0 auto 15px auto;
	font-size: 26px;
	padding: 5px;
	height: 50px;
	box-sizing: border-box;
}

#shopModal .discountWrapper .without-discount {
	padding-left: 30px;
	color: #a94442;
	text-decoration: underline;
}

#shopModal .discountWrapper .btn-register {
	width: 160px;
}

#shopModal .discountWrapper .btn-to-shop {
	width: 400px;
}

#promotionCode 	.input-wrapper {
	border: 2px solid #e3e3e3;
	background: #fff;
	width: 400px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 7px;
}

#promotionCode 	.input-wrapper input {
	background: transparant;
	border: none;
	height: 40px;
	width: 220px;
	margin-left: 15px;
	font-family: 'Source Sans Pro', 'Sans Serif';
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
}

#promotionCode 	.input-wrapper .btn {
	
}

#promotionCode 	.btn-to-shop {
	width: 400px;
	margin: 10px auto 0px auto;
	display: block;
}

#promotionCode .links {
	text-align: right;
}

#promotionCode .links a {
	color: #767676;
	text-decoration: underline;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}

.forgot-pass {
	margin-left: 15px;
	text-decoration: underline;
}

.form-login .control-label {
	color: #000;
	text-align: left;
	font-size: 14px;
}

.form-login .radio label, .form-login .checkbox label {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.form-login .radio, .form-login .checkbox {
	margin-bottom: 5px;
}

.form-login {
	padding-top: 15px;
	clear: both;
}

.input-group-addon-facebook {
	background: #007CD5;
	color: #fff;
}

.input-group.referral-social {
	padding-bottom: 3px;
	clear: both;
}

.referral-social a.input-group-addon:hover {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.input-group-addon-twitter {
	background: #75C0E8;
	color: #fff;
}

.input-group-addon-gplus {
	background: #CD3E2D;
	color: #fff;
}

.input-group-addon-linkedin {
	background: #025084;
	color: #fff;
}

.well.saldi .currency {
	font-size: 36px;
	font-weight: bold;
}

.well.saldi .number {
	font-size: 30px;
}

.well.saldi .decimal {
	font-size: 22px;
}

.well.saldi .virtualCurrency {
	color: grey;
}

#mobileMenu {

	color: #fff;
	with: auto;
	text-align: right;
	font-size: 24px;
	padding-right: 10px;
	padding-top: 5px;
}

#mobileMenu a {
	color: #fff;
}

#mobileMenu a:hover {
	color: #000;
}

.sticky #mobileMenu {
	padding-top: 0px;
}

.shopLogo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.progress-bar {
	overflow-x: visible;
	white-space: nowrap;
	color: black; /* color is for demo purposes */
}


.dailyoffer-entries {

}

.dailyoffer-entries .entry {

}

.dailyoffer-entries .entry {
	min-height: 440px;
}

.dailyoffer-entries .entry .price_old {

	text-decoration: line-through;
}

.dailyoffer-entries .entry .current_price .price {
	font-weight: bold;
	font-size: 16px;
	color: #0f8031;
}

.dailyoffer-entries .entry .top-images {
	min-height: 233px;
}

.dailyoffer-entries .entry .button {
	text-align:  center;
	margin-top: 20px;
}


.dailyoffer-entries .entry img {
	margin: 0 auto;
}

.dailyoffer-entries .entry .logo {
	margin: 0 auto 15px auto;
}

.dailyoffer-entries .entry .product-image-link {
	text-align: center;
	display: block;
}

.dailyoffer-entries .entry .logo-link {
	text-align: center;
	display: block;
}

.dailyoffer-entries .entry .expiry {
	background: #75C0E8;
	color:#fff;
	margin: -15px -15px 15px -15px;
	padding: 5px;
}

.dailyoffer-entries .entry  .description {
	display: block;
	border-top: 1px lightgrey solid;
	border-bottom: 1px lightgrey solid;
	padding: 10px 0;
	min-height: 62px;
	display: block;
}



@media ( max-width :767px) {
	.logo {
		width: 100%;
		height: auto;
	}
	.btn-green {
		padding-left: 5px;
		padding-right: 5px;
	}
	a.discount {
		font-size: 22px;
		width: 110px;
	}
	.shopLogo {
		float: none;
		width: 100%;
	}
}

@media ( max-width :1200px) {
	div.brands {
		width: 100%;
		overflow: hidden;
	}
	div.innerBrands {
		width: 10000000px;
	}
}

@media ( max-width :992px) {
	nav.gradient ul {
		display: none;
		background: #028ED6;
		width: 100%;
	}
	#nav .menuWrapper ul li {
		
	}
	#nav ul li a span {
		display: block;
		width: auto;
	}
	#nav ul li {
		float: none;
		width: auto;
	}
	#nav ul li:hover ul {
		display: none;
		position: static;
		width: auto;
	}
	#nav ul li ul a span {
		display: inline;
	}
	#nav ul li a span {
		padding: 6px 12px 10px 12px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}
	#nav ul li.children-width ul li {
		display: block;
		float: none;
	}
	#signup-row .signup-button .btn-signup.btn-green i {
		padding-right: 19px;
	}
	#signup-row .signup-button {
		margin-right: 40px;
		width: auto;
		padding-right: 30px;
	}
	#signup-row .signup-button .btn-signup {
		height: 40px;
		font-size: 16px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#signup-row .signup-button .arrow {
		left: 1px;
		top: -40px;
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: fliph; /*IE*/
		filter: fliph; /*IE*/
	}
	#featured-offers .well.saldi .title {
		font-size: 16px;
		height: 35px;
	}
	.well.saldi .currency {
		font-size: 30px;
		font-weight: bold;
	}
	.well.saldi .number {
		font-size: 24px;
	}
	.social-square {
		width: auto;
		padding: 0px;
		margin-top: 20px;
	}
	.social-square li {
		display: block;
	}
	#content-row {
		padding-bottom: 0px;
	}
	#featured-offers {
		padding-bottom: 0px;
	}
	footer {
		padding: 20px 0 20px 0;
	}
}

@media ( min-width :768px) {
}

@media ( min-width :992px) {
}

@media ( min-width :1200px) {
}