/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */

/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}
audio, canvas, video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden] {
display:none
}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body {
	margin:0;
}
a:focus {
	outline:thin dotted;
}
a:active, a:hover {
	outline:0;
}
h1 {
	font-size:2em;
	margin:0.67em 0;
}
abbr[title] {
	border-bottom:1px dotted;
	cursor:help;
}
b, strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
mark {
	background:#ff0;
	color:#000;
}
code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em;
}
pre {
	white-space:pre-wrap;
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019";
}
small {
	font-size:80%;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:0;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border:0;
	padding:0;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
}
button, input {
	line-height:normal;
}
button, select {
	text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* =Buttons
-------------------------------------------------------------- */
a.btn, .btn, button {
	margin:5px;
	display:inline-block;
	color:#FFF;
	border:1px solid #000;
	background-color:#000;
	font-size:1em;
	line-height:1.4em;
	text-decoration:none;
	cursor:pointer;
	transition:all .1s linear 0s;
	-moz-transition:all .1s linear 0s;
	-webkit-transition:all .1s linear 0s;
	-o-transition:all .1s linear 0s;
	padding-top: .7em;
	padding-right: 1em;
	padding-bottom: .7em;
	padding-left: 1em;
}
:hover.btn {
	border:1px solid #CCC;
	background-color:#FFF;
	color:#333;
}
a.btn.small, .btn.small {
	font-size:.8em !important;
	line-height:1.2em;
	padding-top: .4em;
	padding-right: .7em;
	padding-bottom: .4em;
	padding-left: .7em;
	
}
.btn.white {
	border-color:#CCC;
	background-color:#FFF;
	color:#333;
}
:hover.btn.white {
	border-color:#000;
	background-color:#000;
	color:#FFF;
}
.btn.red {
	border-color:#E74C3C;
	background-color:#E74C3C;
}
:hover.btn.red {
	border-color:#E74C3C;
	background-color:#b93d30;
	color:#FFF;
}
.btn.blue {
	border-color:#3498DB;
	background-color:#3498DB;
}
:hover.btn.blue {
	border-color:#3498DB;
	background-color:#2a7aaf;
	color:#FFF;
}
.btn.green {
	border-color:#2ECC71;
	background-color:#2ECC71;
}
:hover.btn.green {
	border-color:#2ECC71;
	background-color:#25a35a;
	color:#FFF;
}
/* =Globals
-------------------------------------------------------------- */
.img-left {
	float:left;
	border:none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
.img-right {
	float:right;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.txt-big {
	color:#a2bd30;
	font-weight:bold;
	line-height:26px;
}
.txt-left {
	text-align:left;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}
.txt-justify {
	text-align:justify;
}
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	padding:4px 7px 4px;
	color:#000;
	line-height:19px;
	display:inline-block;
	background:#00deff;
	font-weight:bold;
}
.intro {
	font-size:130%;
	line-height:130%;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.inline {
	display:inline;
}
.block {
	display:block;
}
.hidden {
	display:none;
}
.hide {
	display:none;
}
.bfix {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
	content:'';
	display:table;
}
.row:after, .clearfix:after {
	clear:both;
}
/*
.row, .clearfix {
	zoom:1
}
*/
/* =Gridiculous
-------------------------------------------------------------- */

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-size:100%;
	line-height:1.3;
}
.grid {
	margin:0 auto;
	max-width:1200px;
	width:100%;
}
img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wfull {
	width:100%;
	max-width:100%;
}
.w320 {
	max-width:320px;
}
.w640 {
	max-width:640px;
}
.w960 {
	max-width:960px;
}
.row {
	width:100%;
	margin-bottom:20px;
}
.row .row {
	width:auto;
	margin:0;
}
.c1 {
	width:8.33%;
}
.c2 {
	width:16.66%;
}
.c3 {
	width:25%;
}
.c4 {
	width:33.33%;
}
.c5 {
	width:41.66%;
}
.c6 {
	width:50%;
}
.c7 {
	width:58.33%;
}
.c8 {
	width:66.66%;
}
.c9 {
	width:75%;
}
.c10 {
	width:83.33%;
}
.c11 {
	width:91.66%;
}
.c12 {
	width:100%;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	min-height:1px;
	position:relative;
	margin:0;
	padding:0;
	clear:none;
	float:left;
 	*behavior:url(boxsizing.htc);
}
.s1 {
	margin-left:8.33%;
}
.s2 {
	margin-left:16.66%;
}
.s3 {
	margin-left:25%;
}
.s4 {
	margin-left:33.33%;
}
.s5 {
	margin-left:41.66%;
}
.s6 {
	margin-left:50%;
}
.s7 {
	margin-left:58.33%;
}
.s8 {
	margin-left:66.66%;
}
.s9 {
	margin-left:75%;
}
.s10 {
	margin-left:83.33%;
}
.s11 {
	margin-left:91.66%;
}
.end {
	float:right!important;
}
.padded {
	padding:0.5em;
}
.padded-left {
	padding-left:0.5em;
}
.padded-right {
	padding-right:0.5em;
}
.padded-top {
	padding-top:0.5em;
}
.padded-bottom {
	padding-bottom:0.5em;
}
.padded-sides {
	padding:0 0.5em;
}
.padded-vertical {
	padding:0.5em 0;
}
.padded-inner {
	padding:1em;
}
.padded-inner-sides {
	padding:0 1em;
}
.padded-reverse {
	margin:0 -0.5em;
	width:auto;
	box-sizing:content-box;
	float:none;
}
.padded-reverse-all {
	margin:-0.5em;
	width:auto;
	box-sizing:content-box;
	float:none;
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px) {
.row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
	width:100%;
	margin-bottom:20px;
}
.row .row > div:last-child {
	margin-bottom:0 !important;
}
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
body {
	font-size:90%;
}
.row {
	margin-bottom:0!important;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-bottom:20px;
}
}
