@import url("font-awesome.min.css");
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");*/

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-style: normal;
	src: url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot');
	src: url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot?#iefix') format('embedded-opentype'),
	local('Source Sans Pro Light'),
	local('Source-Sans-Pro-300'),
	url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff2') format('woff2'),
	url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff') format('woff'),
	url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.ttf') format('truetype'),
	url('./../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.svg#SourceSansPro') format('svg');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-style: normal;
	src: url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot');
	src: url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'),
	local('Source Sans Pro'),
	local('Source-Sans-Pro-regular'),
	url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff2') format('woff2'),
	url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff') format('woff'),
	url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.ttf') format('truetype'),
	url('./../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 600;
	font-style: normal;
	src: url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot');
	src: url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix') format('embedded-opentype'),
	local('Source Sans Pro Semibold'),
	local('Source-Sans-Pro-600'),
	url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2') format('woff2'),
	url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff') format('woff'),
	url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf') format('truetype'),
	url('./../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.svg#SourceSansPro') format('svg');
}

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}



	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}


/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row > * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -25px 0 -1px 0px;
		}

		.row.uniform > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px 0px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28tablet\29 + *,
		.\31 1u\24\28tablet\29 + *,
		.\31 0u\24\28tablet\29 + *,
		.\39 u\24\28tablet\29 + *,
		.\38 u\24\28tablet\29 + *,
		.\37 u\24\28tablet\29 + *,
		.\36 u\24\28tablet\29 + *,
		.\35 u\24\28tablet\29 + *,
		.\34 u\24\28tablet\29 + *,
		.\33 u\24\28tablet\29 + *,
		.\32 u\24\28tablet\29 + *,
		.\31 u\24\28tablet\29 + * {
			clear: left;
		}

		.\-11u\28tablet\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28tablet\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28tablet\29 {
			margin-left: 75%;
		}

		.\-8u\28tablet\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28tablet\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28tablet\29 {
			margin-left: 50%;
		}

		.\-5u\28tablet\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28tablet\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28tablet\29 {
			margin-left: 25%;
		}

		.\-2u\28tablet\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28tablet\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		background: #ffffff;
		font-family: 'Source Sans Pro';
		font-weight: 400;
		color: black;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro';
		font-weight: 300;
		color: #777;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		text-transform: uppercase;
		color: black;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border: 0;
	}

	a {
		-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		color: #666;
		text-decoration: none;
		/*border-bottom: solid 1px #ddd;*/
	}

		a strong {
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

		a:hover {
			color: #ed786a;
			border-bottom-color: rgba(255, 255, 255, 0);
		}

			a:hover strong {
				color: #ed786a;
			}

	strong, b {
		font-weight: 600;
		/*color: #666;*/
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p {
		text-align: justify;
		margin-bottom: 2em;
	}

	ul, ol, dl, table, blockquote {
		margin-bottom: 2em;
	}

	br.clear {
		clear: both;
	}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		/*border: solid 6px #ebebeb !important;*/
	}

		.image:hover {
			opacity: 0.9;
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1.5em 0;
			position: relative;
			top: 0.5em;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}


.testimonial {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	display: inline-block;
/*	border: solid 6px #ebebeb !important;*/
}

.testimonial:hover {
	opacity: 0.9;
}

.testimonial img {
	display: block;
	width: 100%;
	box-shadow: 10px 10px 5px #333;
}

.testimonial.fit {
	display: block;
	width: 100%;
}

.testimonial.featured {
	display: block;
	width: 100%;
	margin: 0 0 3.5em 0;
}

.testimonial.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
	position: relative;
	top: 0.5em;
}

.testimonial.centered {
	display: block;
	margin: 0 0 2em 0;
}

.testimonial.centered img {
	margin: 0 auto;
	width: auto;
}

/* List */

	ul.default {
		list-style: disc;
		margin-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ul.default li:first-child {
				margin-top: 0;
			}

	ul.links {
		list-style: decimal;
		margin-left: 1em;
	}

		ul.links li {
			display: inline;
			border-left: solid 1px #d0d0d0;
			padding-left: 1em;
			margin-left: 1em;
		}

			ul.links li:first-child {
				margin-left: 0;
				padding-left: 0;
			}

	ul.actions {
		margin-top: 2.5em;
		clear: both;
	}

	ul.divided li {
		border-top: solid 2px #e5e5e5;
	}

		ul.divided li:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

	ul.icons > li {
		position: relative;
		padding: 2em 0 0 3em;
	}

		ul.icons > li:before {
			position: absolute;
			left: 0;
			top: 2em;
			display: block;
			background: #878787;
			color: #e4e4e4;
			width: 1.65em;
			height: 1.65em;
			border-radius: 1.65em;
			line-height: 1.65em;
			text-align: center;
			box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		}

		ul.icons > li:first-child {
			padding-top: 0;
		}

			ul.icons > li:first-child:before {
				top: 0;
			}

	ol.default {
		list-style: decimal;
		margin-left: 1em;
	}

		ol.default li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ol.default li:first-child {
				margin-top: 0;
			}


/* Bullet List*/

	ul.bullet {
	margin-top: 1em;
	}

	ul.bullet li {
		list-style: disc;
		margin: 0 0 .6em 0;
		padding-left: .2em;
		border-top: none;
		font-weight: 600;
		font-size: initial;
		text-align: left;
	}

	/*ul.bullet	li:before {
		font-family: 'FontAwesome';
		content: '\f061';
		margin:0 10px 0 -15px;
		color: #888;
	}*/


/* Form */

	form label {
		font-weight: 600;
		text-transform: uppercase;
		color: #888;
		display: block;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"]
	input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		/*display: block;*/
		border: 0;
		background: #e8e8e8;
		width: 100%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		line-height: 1.25em;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]
		input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f0f0f0;
		}

	form textarea {
		min-height: 11em;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #E5E5E5;
			}

				table.default tbody tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.75em 1em 0.75em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: bold;
				padding: 0.75em 1em 0.75em 1em;
			}

			table.default thead {
				background: #878787;
				color: #fff;
				font-weight: 400;
				text-transform: uppercase;
				border: 0;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			}

			table.default tfoot {
				background: #F0F0F0;
				border-top: solid 2px #E5E5E5;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #ed786a;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		outline: 0;
		font-size: 1em;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		font-weight: 600;
		text-align: center;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			padding-right: 0.75em;
			opacity: 0.5;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #fd887a;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #ed786a;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #878787;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #979797;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #878787;
			}

/* Box */

	.box .excerpt .date {
		background: #878787;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
          padding: 0px 10px;
		}

		.icon > .label {
			display: none;
		}

/* Wrappers */



	#header-wrapper {
		position: relative;
		background: #fff;
		text-align: center;
	}

		#header-wrapper p {
			text-align: center;
		}

	#banner-wrapper {
		position: relative;
		overflow: hidden;
		background: #fff;
		color: #fff;
		text-align: center;
		/*border-top: solid 2px #e5e5e5;*/
		border-bottom: solid 2px #e5e5e5;
		/*box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
	}

		#banner-wrapper p {
			text-align: center;
		}

	#features-wrapper {
		position: relative;
		overflow: hidden;
		background: #fff;
		text-align: center;
		border-bottom: solid 2px #e5e5e5;
		font-family: "Source Sans Pro";
		/*box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
		border-top: solid 2px #e5e5e5;
	}

		#features-wrapper p {
			text-align: center;
		}

		#features-wrapper .actions {
			margin-top: .25em;
		}

	#main-wrapper {
		position: relative;
		overflow: hidden;
		background: #ffffff;
		/*border-bottom: solid 2px #e5e5e5;*/
		/*box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
	}

	#testimonial-wrapper {
		position: relative;
		overflow: hidden;
		background:#F7F4EE;;
		/*background: #fff8f8;
      background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);*/
    background-size: 50px 50px;
		color: #fff;
		text-align: center;
		border-top: solid 2px #e5e5e5;
		/*border-bottom: solid 2px #e5e5e5;*/
		/*box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
		}

	#testimonial-wrapper .inner {
	/*background: url("./../images/banner.jpg");
	background-size: cover;*/
	}

	/*#testimonial-wrapper .row {
		margin-top: 40px;
		margin-bottom: 40px;
	}*/


	#testimonial-wrapper p {
	text-align: center;
	}

	#testimonial-wrapper h2 {
		font-size: 1.5em;
		font-weight: 600;
	}

	.testimonial-text {
		padding-top: 10px;
		font-family: "Archer", Georgia, "Georgia", serif;
		font-style: italic;
		font-size: 16px;
		color: #555;
		text-align: center;
	}

	#instagram-wrapper {
	position: relative;
	overflow: hidden;
	background: #fff;
		text-align: center;

	}

	#footer-wrapper {
		position: relative;
		overflow: hidden;
		border-top: solid 2px #e5e5e5;
		background: #f0f0f0;
    /*background-image: radial-gradient(#fff 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;*/
	}

		#footer-wrapper form input[type="text"],
		#footer-wrapper form input[type="email"],
		#footer-wrapper form input[type="password"],
		#footer-wrapper form select,
		#footer-wrapper form textarea {
			background: #f7f7f7;
		}

			#footer-wrapper form input[type="text"]:focus,
			#footer-wrapper form input[type="email"]:focus,
			#footer-wrapper form input[type="password"]:focus,
			#footer-wrapper form select:focus,
			#footer-wrapper form textarea:focus {
				background: #fff;
			}

		#footer-wrapper h2 {
			text-align: center;
			color:#888;
		}

/* Header */

	#header {
		position: relative;
		/*border-bottom: solid 2px #e5e5e5;
		box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
	}

		#header h1 {
			font-family: 'Arvo';
			font-weight: 700;
			color: #ed786a;
			text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
		}

			#header h1 a {
				border: 0;
			}

		#header p {
			text-transform: uppercase;
			font-weight: 400;
			color: #888;
		}

/* Nav */

	#nav {
		cursor: default;
	}

		#nav > ul > li > a {
			border: 0;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 400;
			color: #777;
			outline: 0;
		}

			#nav > ul > li > a:before {
				display: inline-block;
				background: #878787;
				color: #e4e4e4;
				/*width: 1.65em;
				height: 1.65em;*/
				border-radius: 1.65em;
				line-height: 1.65em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
				margin-right: 0.75em;
				-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
			}

			#nav > ul > li > a > span {
				-moz-transition: color 0.25s ease-in-out;
				-webkit-transition: color 0.25s ease-in-out;
				-o-transition: color 0.25s ease-in-out;
				-ms-transition: color 0.25s ease-in-out;
				transition: color 0.25s ease-in-out;
			}

		#nav > ul > li.active > a:before, #nav > ul > li:hover > a:before {
			background: #ED786A;
			color: #fff;
		}

		#nav > ul > li.active > a > span, #nav > ul > li:hover > a > span {
			color: #ED786A;
		}

/* Features */

/* Banner */

	#banner {
		position: relative;
		text-transform: uppercase;
	}

		#banner p {
			font-weight: 400;
		}

		#banner strong {
			color: inherit;
		}

	.banner2 {
		position: relative;
		text-transform: uppercase;
	}

	.banner2 p {
		font-weight: 400;
	}

	.banner2 strong {
		color: inherit;
	}

/* Content */

	#content > section,
	#content > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		text-align: center;
	}

		#content > section:first-child,
		#content > article:first-child {
			border-top: 0;
			box-shadow: none;
		}

/* Sidebar */

	#sidebar > section,
	#sidebar > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
	}

		#sidebar > section:first-child,
		#sidebar > article:first-child {
			border-top: 0;
			box-shadow: none;
		}

/* Copyright */

	#copyright {
		border-top: solid 2px #e5e5e5;
		text-align: center;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 4px, rgba(255,255,255,.5) 36px);
	}

	.couponbar {
		margin-left:1em;
		margin-right:1em;
		margin-bottom:1.5em;
		padding:10px;
		background:  rgba(91, 192, 222, 0.33);
		border-radius: 5px;
		text-align: center;
		border: 3px dashed black;
		border-width: 1px;
	}

	.couponbar section, article {
		margin: 0px !important;
	}

	.couponbar  article {
		margin: 0px !important;
	}

	.couponbar  ul {
		margin: 0px !important;
	}



	.miniadvert {
		margin-left:1em;
		margin-right:1em;
		margin-bottom:1.5em;
		border: 2px dotted #bbb;
		border-width: 2px;
		text-align: center
	}

	.miniadvert:before{
		content: '';
		display: block;
		position: absolute;
		background: url("images/New_Image.png");
		width: 51px;
		height: 50px;
		margin-top: -22px;
		margin-left: -17px;
	}

	.miniadvert section header {
		font-weight: 600;
	}

	#signup-feature h3:before {
		position: relative;
		display: inline-block;
		color: #fff;
		background: black !important;
		/*#2f333b url("images/overlay.png");*/
		border-radius: 1em;
		text-align: center;
		height: 28px;
		width: 28px;
		margin-right: 1em;
		font-size: 16px;
		line-height: 28px;
		padding: 0px 0px 5px 2px;

	}

	#signup-feature h3 {
		color: black !important;
		font-size: 1em;
		letter-spacing: 2px;
		margin: 0 0 0 0;
		text-align: -webkit-auto;
	}

	#signup-feature p {
		margin: 0 0 0 3em;
	}

	#about-dog {
		/*	visibility: hidden;
			display: none;*/
		padding-top:30px;
	}

	#signup-intro span {
		/*	color: #777 !important;*/
		font-weight: 600;
		text-align: center;
	}

	#signup-intro-dog span {
		color: #777 !important;
		font-weight: 600;
	}

	.learn-section-arrow {
		width: 79px;
		height: 43px;
		background: transparent url("images/arrow-down-whatsinside.png") no-repeat top left;
		position: absolute;
		margin-left: -40px;
		left: 50%;
		bottom: -43px;
		z-index: 5;
	}


/* Desktop */

@media screen and (min-width: 737px) {

    /* Basic */

    body, input, textarea, select {
        line-height: 1.65em;
        font-size: 13pt;
    }

    h2 {
        font-size: 1.65em;
        font-weight: 400;
        letter-spacing: 4px;
        /*	margin: 0 0 1.5em 0;*/
        line-height: 1.75em;
    }

    #banner-desktop {
        padding-top: 175px;
    }

    #banner-desktop h2 {
        font-size: 2.5em;
        font-weight: 800;
        letter-spacing: 4px;
        margin: 0 0 1.5em 0;
        line-height: 1.5em;
    }

    .banner-desktop h2 {
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 4px;
        margin: 0 0 .5em 0;
        line-height: 1.5em;
    }

    #award-thumbnail {
        height: 150px;
    }

    h3 {
        font-size: 1em;
        letter-spacing: 2px;
        margin: 0 0 1.25em 0;
    }

    /* Table */

    table.default thead {
        font-size: 0.85em;
        letter-spacing: 2px;
    }

    /* Button */

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        font-size: 0.85em;
        letter-spacing: 2px;
        padding: 0.85em 2.75em 0.85em 2.75em;
    }

    /* List */

    ul.actions li {
        display: inline-block;
        margin-left: 1em;
    }

        ul.actions li:first-child {
            margin-left: 0;
        }

    ul.divided li {
        margin: 2.5em 0 0 0;
        padding: 2.5em 0 0 0;
    }

    /* Box */

    .no-sidebar .box .post > header {
        text-align: center;
    }

    .box.excerpt .date {
        display: inline-block;
        font-size: 0.85em;
        letter-spacing: 2px;
        padding: 0.25em 1em 0.25em 1em;
        margin: 0 0 2.5em 0;
    }

    /* Wrappers */

    #features-wrapper {
        padding: 1em 0 0 0;
    }

    #banner-wrapper {
        /*padding: 3em 0 3em 0;*/
    }

    #main-wrapper {
        padding: 1.5em 0 1.5em 0;
    }

    #footer-wrapper {
        padding: 6em 0 1em 0;
    }

    #testimonial-wrapper {
        padding: 1em 0 2em 0;
    }

    #instagram-wrapper {
        padding: 3em 0 3em 0;
    }

    /* Header */

    #header {
        padding: 1em 0 1em 0;
    }

        #header h1 {
            font-size: 3em;
            letter-spacing: 13px;
        }

        #header p {
            margin: 2.5em 0 0 0;
            font-size: 0.85em;
            letter-spacing: 3px;
        }

    #branding {
        float: left;
    }

    /* Nav */

    #nav {
        position: absolute;
        top: 1em;
        left: 0;
        width: 100%;
    }

        #nav > ul > li {
            display: inline-block;
            padding-right: 1em;
        }

            #nav > ul > li:last-child {
                padding-right: 0;
            }

            #nav > ul > li > a {
                display: block;
            }

                #nav > ul > li > a > span {
                    font-size: 0.85em;
                    letter-spacing: 3px;
                }

            #nav > ul > li > ul {
                display: none;
            }

    .dropotron {
        text-align: left;
        border: solid 1px #e5e5e5;
        border-radius: 4px;
        background: #fff;
        background: rgba(255, 255, 255, 0.965);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        padding: 0.75em 0 0.5em 0;
        min-width: 12em;
        margin-top: calc(-0.5em + 1px);
        margin-left: -2px;
    }

        .dropotron.level-0 {
            margin-top: 1.5em;
            margin-left: -1em;
        }

            .dropotron.level-0:after {
                content: '';
                display: block;
                position: absolute;
                left: 1.25em;
                top: calc(-0.75em + 1px);
                border-left: solid 0.75em rgba(255, 255, 255, 0);
                border-right: solid 0.75em rgba(255, 255, 255, 0);
                border-bottom: solid 0.75em #fff;
            }

            .dropotron.level-0:before {
                content: '';
                display: block;
                position: absolute;
                left: 1.25em;
                top: -0.75em;
                border-left: solid 0.75em rgba(255, 255, 255, 0);
                border-right: solid 0.75em rgba(255, 255, 255, 0);
                border-bottom: solid 0.75em #ccc;
            }

        .dropotron span, .dropotron a {
            display: block;
            padding: 0.3em 1em 0.3em 1em;
            border: 0;
            border-top: solid 1px #f0f0f0;
            outline: 0;
        }

        .dropotron li:first-child > span, .dropotron li:first-child > a {
            border-top: 0;
            padding-top: 0;
        }

        .dropotron li:hover > span, .dropotron li:hover > a {
            -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
            -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
            color: #ed786a;
        }

    /* Banner */

    #banner {
        padding: 10em 0 10em 0;
        height: 446px;
        margin-right: 0px;
    }

        #banner p {
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 4px;
        }

        #banner:before, #banner:after {
            content: '';
            display: block;
            /*position: absolute;*/
            top: 50%;
            width: 35px;
            height: 141px;
            margin-top: -70px;
            /*background: url("images/bracket.svg");*/
            opacity: 0.15;
            display: none;
        }

        #banner:before {
            left: 0;
            display: none;
        }

        #banner:after {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            right: 0;
        }

    .banner2 {
        padding: 10em 0 10em 0;
        height: 446px;
    }

        .banner2 p {
            /*font-size: 2em;
				line-height: 1em;
				letter-spacing: 2px;
				margin-bottom: 1em;*/
        }

        .banner2:before, .banner2:after {
            content: '';
            display: block;
            /*position: absolute;*/
            top: 50%;
            width: 35px;
            height: 141px;
            margin-top: -70px;
            /*background: url("images/bracket.svg");*/
            opacity: 0.15;
            display: none;
        }

        .banner2:before {
            left: 0;
            display: none;
        }

        .banner2:after {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            right: 0;
        }

    /* Content */

    #content > > section,
    #content > > article {
        margin: 5em 0 0 0;
        padding: 5em 0 0 0;
    }

        #content > > section:first-child,
        #content > > article:first-child {
            margin: 0;
            padding: 0;
        }

    /* Sidebar */

    #sidebar > section,
    #sidebar > article {
        margin: 5em 0 0 0;
        padding: 5em 0 0 0;
    }

        #sidebar > section:first-child,
        #sidebar > article:first-child {
            margin: 0;
            padding: 0;
        }

    /* Copyright */

    #copyright {
        /*margin-top: 6em;*/
        padding-top: 1em;
    }

    #banner-desktop {
        display: inline;
    }

    #banner-mobile {
        display: none;
    }

    .banner-desktop {
        display: inline;
    }




    #features img {
        width: 350px;
    }


    div.utility-nav {
        text-align: right;
        padding: 0;
    }

    #header-wrapper {
        margin-top: -28px;
    }

        #header-wrapper img {
            margin-left: 70px;
        }

    #banner-container div {
        display: inline-block;
        /*padding-top: 10px;*/
        padding-right: 4px;
    }

    .sumome-icon {
        display: none;
    }

    #signup-intro img {
        /*height: 490px;*/
        width: 380px;
        /*margin-top: -35px;*/
    }

    #signup-intro-dog img {
        height: 455px;
        margin-top: -25px;
    }

    #signup-feature {
        padding-top: 25px;
    }

    /*	#testimonial-wrapper .row > * {
			padding: 0px;
		}
*/
    .rescue-banner {
        position: absolute;
        top: 36%;
        left: 62%;
        min-height: 1000px;
    }

        .rescue-banner a {
            left: 25%;
        }

    .intro-banner {
        position: absolute;
        top: 34%;
        left: 49%;
        /* min-height: 1000px; */
        right: 16%;
    }

        .intro-banner a {
            left: 35%;
        }

    .rescue-banner h2 {
        color: black;
    }

    .rescue-banner p {
        text-transform: none;
        color: black;
        margin-bottom: .5em;
        margin-right: 3em;
        font-weight: 400;
    }

    .rescue-banner a {
        padding: .5em 2em 0.5em 2em;
    }


    .intro-banner h2 {
        color: white;
        text-align: center;
    }

    .intro-banner p {
        text-transform: none;
        color: white;
        text-align: center;
        font-weight: 600;
        margin-bottom: .5em;
    }

    .intro-banner a {
        padding: .5em 2em 0.5em 2em;
    }

    .flexslider {
        min-height: 500px;
    }

    #mini-advert-mobile {
        display: none;
    }

    #features-wrapper {
        border-top: solid 2px #e5e5e5;
    }

    .couponbar {
        margin-left: 10em;
        margin-right: 10em;
    }

        .couponbar ul li {
            display: inline;
        }

        .couponbar li + li:before {
            content: " | ";
            padding: 0 10px;
        }

    .whats-inside {
        height: 650px;
        margin: -60px auto 0px auto;
        background: url("images/Dapper-Dog-Beach_whatsinside_edited_1200_1.jpg") no-repeat center center;
    }

    #banner-wrapper .inner {
        background: url("images/Dapper_Dog_Beach_new.jpg") no-repeat center center;
        background-size: cover;
        margin-top :-50px;
    }

    #press-wrapper {
        padding: 2em 0px 0em 0px;
    }

        #press-wrapper .wrapper {
            position: relative;
            width: 1200px;
            height: 100%;
            margin: 0 auto;
        }

        #press-wrapper h3 {
            position: absolute;
            top: -11px;
            left: 50%;
            margin-left: -59px;
            padding: 0 15px;
            background-color: #fff;
        }

    .press-divider {
        height: 3px;
        margin-bottom: 15px;
        background: url(images/dotted-border.png) repeat;
    }

    #press-wrapper ul li {
        display: inline-block;
        margin-top: 15px;
    }

        #press-wrapper ul li + li {
            margin-left: 15px;
        }

    .countdown {
        display: inline;
        color:black;
    }

     .countdown li {
        display: inline !important;
    }

        .countdown .header {
            display: inline;
             font-size: 1.25em;
             padding:0 5px;
        }

        .countdown .text{
            font-size: 2.5em;
            font-weight: 600;
            color: #ed786a;
            display: inline;
        }

        .countdown .footer{
            display: inline;
             font-size: 1.25em;
               padding:0 5px;
        }

}


	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 960px;
				line-height: 1.75em;
				font-size: 12pt;
			}

			input, textarea, select {
				line-height: 1.75em;
				font-size: 12pt;
			}

			h2 {
				margin: 0 0 1em 0;
				font-size: 1.5em;
			}

			h3 {
				margin: 0 0 1em 0;
			}

			h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* Image */

			.image.featured {
				margin: 0 0 2.5em 0;
			}

		/* Wrappers */

			#features-wrapper {
				padding: 4em 0 4em 0;
			}

			#banner-wrapper {
				/*padding: 2em 0 2em 0;*/
			}

			#main-wrapper {
				padding: 2em 0 4em 0;
			}

			#footer-wrapper {
				padding: 4em 0 6em 0;
			}

		#testimonial-wrapper
		{
			padding: 4em 0 4em 0;
		}

			#instagram-wrapper {
				padding: 2em 0 2em 0;
			}

		/* Header */

			#header {
				/*padding: 9em 0 4em 0;*/
			}

				#header h1 {
					font-size: 2em;
				}

				#header p {
					margin: 1.5em 0 0 0;
				}

		/* Nav */

			#nav > ul > li {
				padding-right: 1.25em;
			}

		/* Banner */

			#banner {
				padding: 7em 0 7em 0;
			}

			.banner2 {
				padding: 7em 0 7em 0;
			}

		/* Copyright */

		#copyright {
			margin-top: 5em;
			padding-top: 2em;
		}

		#banner-desktop {
			display : inline;
		}

		#banner-mobile {
			display: none;
		}

		.banner-desktop {
			display : inline;
		}
	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 11pt;
				letter-spacing: 0;
			}

		#banner-value h3 {
			font-size: .85em;
			letter-spacing: 2px;
			text-align: center;
			margin: 20px 0 1.5em 0;
		}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 2px;
				text-align: center;
				margin: 0 0 1.5em 0;
			}

				h2 br, h3 br, h4 br, h5 br, h6 br {
					display: none;
				}

		/* Sections/Article */

			section, article {
				clear: both;
				margin: 2em 0 2em 0 !important;
			}

				section > :first-child, section:first-child, article > :first-child, article:first-child {
					margin-top: 0 !important;
				}

				#testimonial-wrapper section > :first-child {
					margin-top: 40px !important;
				}

		/* Image */

			.image.left {
				width: 40%;
			}

			.image.featured {
				margin: 0 0 2em 0;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				letter-spacing: 2px;
				display: block;
				padding: 0.85em 2.75em 0.85em 2.75em;
			}

		/* List */

			ul.links li {
				display: block;
				border: 0;
				padding: 0.25em 0 0 0;
				margin: 0;
			}

			ul.divided li {
				margin: 2.75em 0 0 0;
				padding: 2.75em 0 0 0;
			}

			ul.icons {
				padding: 0 !important;
				margin: 0 0 0.5em 0 !important;
			}

		/* Box */

			.box.excerpt .date {
				display: block;
				letter-spacing: 2px;
				padding: 0.25em 1em 0.25em 1em;
				margin: 0 auto 2.5em auto;
				text-align: center;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 1;
			}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					border: 0;
				}

					#titleBar .toggle:before {
						display: inline-block;
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						content: '\f0c9';
						display: block;
						width: 60px;
						height: 40px;
						/*background: rgba(232, 232, 232, 0.9);
						border-radius: 4px;
						position: absolute;
						left: 5px;
						top: 5px;
						box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);*/
						text-align: center;
						line-height: 40px;
						font-size: 18px;
						color: #aaa;
					}

					#titleBar .toggle:active:before {
						opacity: 0.5;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #444;
				border-right: solid 2px #3c3c3c;
				font-weight: 400;
				text-transform: uppercase;
				color: #888;
				letter-spacing: 2px;
				font-size: 0.85em;
			}

				#navPanel .link {
					display: block;
					color: #ddd;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #3c3c3c;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-weight: 600;
						color: #fff;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Wrappers */

			#header-wrapper {
				padding: 0 20px 0 20px;
			}

			#features-wrapper {
				padding: 1em 20px 1em 20px;
			}

			#banner-wrapper {
				/*padding: 2em 0 2em 0;*/
			}

			#main-wrapper {
				padding: 1.5em 20px 1.5em 20px;
			}

			#testimonial-wrapper
			{
				/*padding: 2em 0 2em 0;*/
              padding: 3em 0;
			}


		#footer-wrapper {
				padding: 4em 20px 3em 20px;
			}

			#instagram-wrapper {
				padding: 2em 0 2em 0;
			}

		/* Header */

			#header {
				/*padding: 6em 0 4em 0;*/
			}
      		
      		#header img {
            float: none !important;
              margin-top: 10px;
      		}

				#header h1 {
					font-size: 2em;
					letter-spacing: 8px;
					line-height: 1.25em;
				}

				#header p {
					margin: 1.25em 0 0 0;
					letter-spacing: 2px;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 13em 20px 13em 60px;
				margin: 0 !important;
			}

				#banner p {
					font-size: 1.75em;
					line-height: 1.25em;
					letter-spacing: 3px;
				}

					#banner p br {
						display: none;
					}
			.banner2 {
				padding: 5em 20px 5em 20px;
				margin: 0 !important;
			}

		/* Content */

			#content > section, #content > article {
				margin: 4em 0 0 0 !important;
				padding: 4em 0 0 0 !important;
			}

				#content > section:first-child, #content > article:first-child {
					margin: 0 !important;
					padding: 0 !important;
				}

		/* Sidebar */

			#sidebar {
				border-top: solid 2px #e5e5e5;
				box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
				margin-top: 4em !important;
				padding-top: 4em !important;
			}

				#sidebar > section, #sidebar > article {
					margin: 4em 0 0 0 !important;
					padding: 4em 0 0 0 !important;
				}

					#sidebar > section:first-child, #sidebar > article:first-child {
						margin: 0 !important;
						padding: 0 !important;
					}

		/* Footer */

			#footer .icons {
				margin: 0 0 2em 0 !important;
			}

				#footer .icons:last-child {
					margin-bottom: 0;
				}

		/* Copyright */

			#copyright {
				margin-top: 2em;
				padding-top: 2em;
			}

		div.utility-nav {
			text-align:right;
			padding: .5em;
		}

		form.customer-form button{
			margin-left: -20px;
		}

		#signup-div {
		/*display: none;*/
		}

		#signup-feature{
			padding-top:25px;
		}

		.rescue-banner  {
			display:block;
			margin-top:10px;
		}

		.rescue-banner a {
			margin: 0 20px;
		}

		.intro-banner  {
			display:block;
			margin-top:10px;
		}

		.intro-banner a {
			margin: 0 20px;
		}

		.intro-banner section

		.rescue-banner  h2{
			color: black;
			margin-bottom:.5em;
			margin-top:.5em;
			padding:10px 0 15px 0;
		}

		.rescue-banner  p{
			text-transform: none; color: black;margin-bottom: .5em;font-weight: 400;
		}

		.rescue-banner a {
			padding: .5em 2em 0.5em 2em;
		}


		.intro-banner  h2{
			color: black;
			margin-bottom:.5em;
		}

		.intro-banner  p{
			text-transform: none;
			color: black !important;
			text-align: center;
			font-weight: 400;
			margin-bottom: .5em;
		}

		.intro-banner a {
			padding: .5em 2em 0.5em 2em;
		}

		#banner-desktop  {
			right: 0;
		}

		#banner-desktop h2 {
			display: none;
		}

		#banner-desktop a {
			display: none;
		}

		#award-thumbnail {
			height:90px;
			margin: -20px;
			margin-left: -350px;
		}

		#banner-mobile {
			display: inline;
		}

		#banner-mobile h2 {
			font-size: 2em;
			font-weight: 800;
			/*letter-spacing: 3px;*/
			margin: 0 0 2em 0;
			line-height: 1.25em;
			color:white;
		}




		.flex-direction-nav a {
			margin: -150px 0 0 !important;
		}

		.flexslider {
			min-height: 400px;
			margin: 0 0 30px 0;
		}

		#mini-advert-mobile{
			display: block;
			margin-top: 1.5em;

		}

		#mini-advert-mobile section header{
			margin-top: 1.5em !important;
		}

		#mini-advert{
			display: none;
		}

		.utility-nav{
			display:none;
		}

		#mobile-nav {
			display: inline;
		}

		.whats-inside {
			margin-left: -20px;
			margin-right: -20px;
			padding-top: 240px;
			background: url("images/Dapper-Dog-Beach_whatsinside_edited_1200_1.jpg") no-repeat center center;
			background-size: cover;
		}

		#banner-wrapper .inner {
			background: url("images/Dapper_Dog_Beach_new.jpg")  5%;
			background-size:cover;
            margin-top :-80px
		}

		#press-wrapper {
			    padding: 2em 0px 0em 0px;
		}

		#press-wrapper .wrapper {
			    width: 100%;
    			padding: 0 15px;
		}

		#press-wrapper h3 {
			    position: absolute;
			    margin-top: -11px;
			    left: 50%;
			    margin-left: -59px;
			    padding: 0 15px;
			    background-color: #fff;
			    text-transform: initial;
		}

		.press-divider {
			height: 3px;
		    margin-bottom: 15px;
		    background: url(images/dotted-border.png) repeat;
		}

		#press-wrapper ul {
			
		    margin-left: 30px;
		   
		}

		 #press-wrapper ul li {
			    display: inline-block;
			    margin-top: 15px;
			    margin-right: auto;
			    margin-left: auto;
		}

		#press-wrapper ul li+li {
    		margin-left: auto;
    		margin-right: auto;
		}

		#crazymamaref {
			margin-left: 40px !important;
		}

		#brokedogref {
			margin-left: 30px !important;
		}

		#banner-wrapper{
			border-bottom: solid 0px #e5e5e5 !important; 
		}

         .countdown {
            display: block;
            color:black;
        }

         .countdown li {
            display: block;
            }

            .countdown .header {
                
                 font-size: 1em;
                 padding:5px 0;
            }

            .countdown .text{
                font-size: 2.5em;
                font-weight: 600;
                color: #ed786a;
                display: inline;
            }

            .countdown .footer{
                
                 font-size: 1em;
            }

	}

	@media screen and (min-width: 1600px)
	{
		#banner {
			padding: 10em 0 10em 0;
			height: 650px;
			margin-right: 100px;
		}

		.banner2 {
			padding: 10em 0 10em 0;
			height: 650px;
		}

		#banner-desktop h2 {
			font-size: 3em;
			font-weight: 800;
			letter-spacing: 4px;
			margin: 0 0 1.5em 0;
			line-height: 1.75em;
		}



	}

#nav > ul > li > a:before {
	background: #eee;
	color: #999;
}

#features img {
	/*height: 400px;*/
    /*  border: 1px #ddd;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;*/
}

#footer div.row form {
	float: none;
	text-align: center;
}

#footer div.row form input {
	/*width: 50%;
	margin: 0 auto 30px auto;
  	border: 2px dashed #ffffff;
    box-shadow: 0 0 0 3px #f5f5f5;*/
}

#footer div.row form .button {
 margin-bottom: 30px; 
}

nav#nav ul {
 margin-top: 2em; 
 margin-left: 9em;
  float: right;
}

#header img {
 float: left; 
}



#cj_test_banner {
 display:none; 
}

div.banner-text {
	position: absolute;
	/* right: 0; */
	bottom: 20px;
	padding: 20px;
	top: 0%
}

.banner-text h2 {
 color: white;
  margin: 0 !important;
}

#banner ul {
 margin-bottom: 0 !important; 
}

.banner2 ul {
	margin-bottom: 0 !important;
}

/*@media screen and (max-width: 736px) {
 div.banner-text {
   display:none;
  }
}*/

div.utility-nav {
/* background: #f0f0f0;
    background: -webkit-linear-gradient(left, #f0f0f0 , white);
    background: -o-linear-gradient(right, #f0f0f0, white); 
    background: -moz-linear-gradient(right, #f0f0f0, white);
    background: linear-gradient(to right, #f0f0f0 , white);
*/
	background: #ffffff;
}

div#banner-wrapper ul.actions, div#features-wrapper ul.actions {
 float:none; 
}

div#banner-wrapper ul.actions {
    padding: 0 20px;
}

div#main-wrapper ul.actions {
margin: 0;
    float: none;
    text-align: center;
    padding: 0;
}

div#footer.container {
 margin-bottom: 30px; 
}

div.subscribe {
 background: #ffffff;
 padding-bottom: 30px;
}

form.product-form select, form.product-form textarea {
 background: rgba(242,222,222,0.31);
 color #777;
 padding: 15px;
}

form.product-form label {
 padding: 20px 0;
 margin: 0px;
}



form.customer-form select, form.customer-form textarea, form.customer-form input {
	background: rgba(242,222,222,0.31);
	color #777;
	padding: 10px;
	margin-bottom: 17px;
	width: 100%;
}

form.customer-form label {
	padding: 0;
}

form.customer-form button{
	background: #0ea0c7;
	margin-bottom: 17px;
}

form.customer-form a{
	margin-left: -20px;
}





label#product-term-price {
 font-size: .75em;
  float: left;
}

div.headline-container {
 padding-top: 30px; 
}

label#product-term-desc {
	float:left;
  	font-size: 1em;
	text-transform: none;
}

div.select-button-container {
 	clear: both;
	padding: 20px 0px;
}

/*section.sand-bg {
  background: url("./../images/sand-bg.png");
}*/


#main-wrapper article{
	margin-bottom: 0em;
}

#main-wrapper article.box.excerpt {
 margin-top: 85px; 
  /*background: url("./../images/bone.png") no-repeat;
  background-size: contain;*/
}

#main-wrapper article.box.excerpt p {
	margin-bottom: 1em;
	/*background: url("./../images/bone.png") no-repeat;
      background-size: contain;*/
	font-size: initial;
}



.whats-inside-filler {
	height: 600px;
	margin: 0 auto;
	background: url("images/Dapper-Dog-Beach_whatsinside_filler.jpg") no-repeat center center;

}

div.utility-nav a {
 padding: 0 5px;
  z-index: 2;
}

@media screen and (max-width: 736px) {

  #main-wrapper #sidebar {
	border: none;
	padding: 0;
	box-shadow: none;
	margin: 0 !important;
  	padding: 0 !important;
	}
  
  #footer div.row form input {
  width: 100%;
  }
  
	#features img {
	width: 250px;
		/*width:100%;*/
	}

	#signup-intro img {
		width: 100%;

	}

	#signup-intro-dog  {
		display:none;
	}

	#signup-feature h3:before {
		margin-right: .8em;
		margin-left: -1.25em;
	}

	#signup-feature p {
		margin: 0 0 0 1.8em;
	}

	#signup-feature h3 {
		font-size: .9em;
	}

}



.whats-inside img {
   /* box-shadow: -3px 3px 0 3px #ebebeb, -30px 30px 15px rgba(0, 0, 0, .4);
    transform: rotate3d(1, 1, 0, 20deg);*/
    -webkit-transition: all 0.3s ease;
    border-radius: 3px;
    margin-bottom: 30px;

}

	#main-wrapper h2
	{
		font-size: 1.5em;
		font-weight: 600;
		margin-bottom: 25px;
	}


	#features-wrapper h2 {
		font-size: 1.5em;
		font-weight: 600;

	}


div#features-wrapper{
    background: #f7f7f9;
   /* background-image: radial-gradient(#f5f5f5 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%);*/
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
}

	div#instagram-wrapper {
		background: #ffffff;
		/* background-image: radial-gradient(#f5f5f5 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%);*/
		background-size: 30px 30px;
		background-position: 0 0, 15px 15px;
	}




#features-wrapper div[class^=glyph-]:before {
	background: transparent url("images/how-it-works-icons-2.svg") top no-repeat;
	content: "";
	display: block;
	width: 102px;
	height: 102px;
	margin: 22px auto;
	background-size: 102px;
	font-family: "Source Sans Pro";
}

#features-wrapper .glyph-on-schedule:before, #non-members section #product-promise .icon-on-schedule:before {
	background-position: 0 -128px!important;
}

#features-wrapper .glyph-free-ship:before, #non-members section #product-promise .icon-free-ship:before {
	background-position: 0 -256px!important;
}


#features-wrapper .glyph-smart-snack:before, #non-members section #product-promise .icon-on-schedule:before{
	background-position: 0 -1px!important;
}

#main-wrapper div[class^=glyph-]:before {
	background: transparent url("images/whats-inside-icons.svg") top no-repeat;
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	margin: 22px auto;
	background-size: 100px;
	font-family: "Source Sans Pro";
}

#main-wrapper .glyph-organic:before {
	background-position: 0 -112px!important;
	/*margin-left: 89px;*/
}

#main-wrapper .glyph-made-in-usa:before {
	background-position: 0 -240px!important;
	/*margin-left: 89px;*/
}

#main-wrapper .glyph-personal:before {
/*	margin-left: 50px;*/
}

#main-wrapper p{
	margin-bottom: 0px;
	font-size: initial;
}

article.box.excerpt.about {
 margin-top: 0 !important; 
}

ol.decimal-list {
  list-style-type: decimal;
  list-style-position: inside;
      padding-left: 20px;
    margin-top: .5em;
}

.list-title {
 margin-bottom:0 !important;
  font-style: italic;
}

div.faq p {
 margin-top: 1em; 
}

div.faq strong {
	color:#e97770 !important;
}

a.fancybox img {
     padding: 0 .5em 0 0;
    border-radius: 68px;
}

.fancybox-overlay {
     background: rgba(91, 192, 222, 0.33); 
}


div.mc-field-group input {
	width: 50%;
	margin: 0 auto 30px auto;
	border: 2px dashed #ffffff;
	box-shadow: 0 0 0 3px #f5f5f5;
}

div.mc-field-group input {
	width: 50%;
	margin: 0 auto 30px auto;
	border: 2px dashed #ffffff;
	box-shadow: 0 0 0 3px #f5f5f5;
}

	#mc-embedded-subscribe {
	margin-bottom: 30px;
	background: #ed786a;
}

	#banner-container div{
		color : #FFF !important;
		display: inline-block;
		padding-right: 2px;
	}

	.sumome-popup-button  {
		float: none !important;
	}


	.accordion {
		margin: 0;
		padding: 10px;
		/*  border-top: #e97770 1px solid;*/
		background: white;
		text-decoration: none;
		color:black !important;
		font-size: 1.2em;
		font-weight: 600;
		position: relative;
	}

	.accordion-open {
		background: white;
		color: black;
	}

	.accordion-open span {
		display: block;
		position: absolute;
		right: 3px;
		top: 25%;
		padding: 10px;
	}

	.accordion-open span {
		background: url("images/minus_orange_1.png") center center no-repeat;
	}

	.accordion-close span {
		display: block;
		position: absolute;
		right: 3px;
		top: 25%;
		background: url("images/plus_orange.png") center center no-repeat;
		padding: 10px;
	}

	.logo {
    background: transparent url('images/Dapper_Dog_logo.svg') top no-repeat;
    content: '';
    display: block;
    width: 102px;
    height: 102px;
    margin: 22px auto;
    background-size: 102px;

}