* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ===========================Reset & Basics ======================= */
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, 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;
	list-style-position: inside;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border-style: solid;
	border-color: #dbdede;
}
figure img {
	width: 100%;
}
/* ===========================Basic Styles======================= */
body {
	font: 14px/1.5 'Arial', serif;
	color: #0e3836;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* ===========================Headings & Paragraphs======================= */
h1, h2, h3, h4, h5, h6 {
	color: #303030;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1, h2, h3,h4, h5, h6 {
	margin-bottom: 15px;
	line-height: 1.2;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.subheader {
	color: #777;
}
p {
	line-height: 1.6;
	margin: 0 0 20px 0;
	
}
i {
	font-style: italic;
}
p img {
	margin: 0;
	height: auto !important;
}
p strong, p a {
	color: #303030;
}
.imgleft, .imageLeft {
	float: left;
	margin: 0 40px 10px 0;
}
.imgright, .imageRight {
	float: right;
	margin: 0 0px 10px 40px;
}
.inner-bottom {
color: #fff !important;padding: 40px;
}
.inner-bottom h1, .inner-bottom p{
color: #fff !important;
}
/* ===========================Links======================= */
a {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/* ========================Forms========================== */
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-family: Arial !important;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
.nonlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ========================Buttons========================== */
.button, .grey-button {
	border: 1px solid #1b1e20;
	padding: 14px 20px;
	line-height: 1;
	background-color: none;
	color: #303030;
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
	
}
.button:active, .grey-button:active
.button:focus,.grey-button:focus {
	color: #fff;
	text-decoration: none;
}
.grey-button {
	background: #8e8e92;
	border: none;
	color: #fff;
}
.button:hover {
	background-color: #212121;
	color: #fff;
}

.button.fullBtn {
	height: 40px;
	padding: 0;
	line-height: 40px;
	color: #fff;
}
.button.fullBtn a {
	color: #fff;
}
.red-button {
	padding: 10px 30px;
	line-height: 1;
	background-color: #f72700;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	border: none;
	display: inline-block;
	vertical-align: top;
}
.red-button:hover {
	background-color: #ffcc33;
}
.grey-button:hover {
	background-color: #89859b;
	color: #fff;
}
.fullBtn {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/* ========================Images========================== */
img {
	outline: none;
	max-width: 100%;
	border: none;
}

/* ========================Messages========================== */
.message {
	border: 1px solid;
	margin: 0px 0 30px 0;
	padding: 10px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
.message {
	border: 1px solid;
	margin: 0px 0 30px 0;
	padding: 10px;
	float: left;
	width: 100%;
	padding-top: 15px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
.msg-button {
	padding: .4em 2em;
	background-color: #1b7cce;
	color: #fff;
	border: none;
	margin-left: 10px;
	margin-top: -6px;
}
.msg-button:hover {
	background-color: #2b488c;
	color: #fff;
}
.checkout {
	background-color: #228B2A;
	color: #fff;
}
.checkout:hover,.btn-cart:hover {
	background-color: #32AD3C;
}

/* ========================Breadcrums========================== */
#breadcrums {
}
#breadcrums a {
	font-size: 12px;
	color: #3b3b3b;
}
#breadcrums .active {
	color: #127eb0;
}
#breadcrums span {
	font-size: 7px;
}
figure img {
	width: 100%
}