
/*
* Gazoobie Base 6.6
* Copyright 2014, iM Image Marketing inc
* www.gazoobie.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 
*/

/* #Font
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300);
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
}
.button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video, .button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"],input[type="number"], input[type="password"], input[type="email"], input[type="date"], textarea, select, label, legend, p .button, em {
	margin: 0 20px 0 20px;
}
p strong, p a, p b, p u, p i, p pre, p strike, p em {
	margin: 0 0 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-left: 8%;
	list-style: disc;
}
ol li, ul li {
	font-size: 16px;
	line-height: 25px;
    margin-bottom: 15px;
	list-style-position: outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	color: #232323;
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */
h1, h2, h3 {
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 36px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
h2 {
	font-size: 30px;
	line-height: 32px;
	margin-top: 15px;
	margin-bottom: 8px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
}
h5 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: 600;
}
h6 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 22px;
	margin-bottom: 3px;
	font-weight: 600;
	text-transform: uppercase;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #232323;
}
em {
	font-size: 12px;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 3px 0 0;
	clear: both;
	margin: 8px 16px 8px 8px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	color: #000000;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:focus {
	color: #232323;
	text-decoration: none;
}
p a, p a:visited, h1 a, h1 a:visited, h1 a, h2 a:visited, h2 a, h1 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	margin: 0;
	line-height: inherit;
}
/* #Buttons
================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #DADADA;
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	line-height: normal;
	padding: 15px 18px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #F7F7F7;
	background: #9A9A9A;
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-shadow: 0 1px rgba(12, 12, 12, 0.75);
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 1px solid #666;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* Right Column
================================================== */

.rtcol p, .rtcol h2, .rtcol h3, .rtcol h4, .rtcol h5, .rtcol h6 {
	margin: 6px 0;
}
/* #Forms
================================================== */
form {
	margin: 12px 0 12px 0px;
}
fieldset {
	margin: 12px 0 12px 0px;
}
input[type="number"], input[type="text"], input[type="password"], input[type="email"], input[type="date"], textarea, select {
	border: 1px solid #ABABAB;
	padding: 8px 10px 13px 15px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3f3f3f;
	background: #fff;
	width: 75%;
}
select {
	padding: 8px 0 10px 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #888;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
	width: 80%;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 12px 0 4px 2px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #888;
}
.innerdiv.imgwrapRT {
    float: right;
}
.innerdiv.imgwrapRT p {
    margin: 0 10px;
    display: block;
    padding: 0;
}
.innerdiv.imgwrapLF {
    float: right;
}
.innerdiv.imgwrapLF p {
    margin: 0 10px;
    display: block;
    padding: 0;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0
}
.half-bottom {
	margin-bottom: 20px
}
.add-bottom {
	margin-bottom: 40px
}

/* TABLETS Landscape */
@media only screen and (min-device-width : 769px) and (max-device-width : 1200px) and (orientation : landscape) {
}

/* TABLETS Portrait */
@media only screen and (min-device-width : 769px) and (max-device-width : 1200px) and (orientation : portrait) {
}

/* MOBILEPHONES */
@media only screen and (max-width: 768px) {
.button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video, .button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="date"], textarea, select, label, legend, p .button {
	margin: 0 8px 0 8px;
}
p {
	text-align: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}
h1 {
	font-size: 29px;
	line-height: 30px;
}
h2 {
	font-size: 25px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	line-height: 21px;
}
h4 {
	font-size: 18px;
	line-height: 19px;
}
h5 {
	font-size: 15px;
	line-height: 16px;
}
h6 {
	font-size: 14px;
	line-height: 15px;
}
}
