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

.container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}.wideload {
    max-width: 100%;
}
.container .column, .container .columns {
	float: left;
	display: inline;
}
.row {
	margin-bottom: 20px;
}
/* Base Grid */
.container .one.columns, .container .one.columns {
	width: 10%;
}
.container .two.columns {
	width: 20%;
}
.container .three.columns {
	width: 30%;
}
.container .four.columns {
	width: 40%;
}
.container .five.columns {
	width: 50%;
}
.container .six.columns {
	width: 60%;
}
.container .seven.columns {
	width: 70%;
}
.container .eight.columns {
	width: 80%;
}
.container .nine.columns {
	width: 90%;
}
.container .ten.columns {
	width: 100%;
}
.container .one-third.columns {
	width: 33.333%;
}
.container .two-thirds.columns {
	width: 66%;
}
.container .qrt.columns {
	width: 25%;
}
/* #Images
================================================== */
img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Specialty Classes */
.mobilehide {
	display: block;
	visibility: visible;
}
.mobileshow {
	display: none;
	visibility: hidden;
}
.innerdiv {
	margin: 5px;
	float: none;
	padding: 5px;
}
.innerdiv img {
	margin: 0;
	padding: 0;
}

/* TABLETS Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
body {
	float: left;
}
body {
	padding: 8px;
}
.container {
	position: relative;
	width: 100%;
}
.container .column, .container .columns {
	float: left;
	display: inline;
}
.row {
	margin-bottom: 20px;
}
.container .one.columns, .container .one.column {
	width: 20%;
}
.container .two.columns {
	width: 20%;
}
.container .three.columns {
	width: 30%;
}
.container .four.columns {
	width: 50%;
}
.container .five.columns {
	width: 50%;
}
.container .six.columns {
	width: 50%;
}
.container .seven.columns {
	width: 70%;
}
.container .eight.columns {
	width: 80%;
}
.container .nine.columns {
	width: 80%;
}
.container .ten.columns {
	width: 100%;
}
.container .one-third.columns {
	width: 33.333%;
}
.container .qrt.columns {
	width: 25%;
}
.tabletclear {
	clear: both;
	display: block;
	overflow: hidden;
}
}

/* TABLETS Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : portrait) {
body {
	float: left;

}
.mobileclear, .mobilebreak {
	clear: both;
	display: block;
	overflow: hidden;
}
body {
	padding: 8px;
}
.container {
	position: relative;
	width: 100%;
}
.row {
	margin-bottom: 20px;
}
.container .one.columns, .container .one.column {
	width: 100%;
}
.container .two.columns {
	width: 100%;
}
.container .three.columns {
	width: 100%;
}
.container .four.columns {
	width: 50%;
}
.container .five.columns {
	width: 50%;
}
.container .six.columns {
	width: 50%;
}
.container .seven.columns {
	width: 100%;
}
.container .eight.columns {
	width: 100%;
}
.container .nine.columns {
	width: 100%;
}
.container .ten.columns {
	width: 100%;
}
.container .one-third.columns {
	width: 33.333%;
}
.container .qrt.columns {
	width: 25%;
}
.tabletclear {
	clear: both;
	display: block;
	overflow: hidden;
}
.mobilehide {
	display: none !important;
	visibility: hidden !important;
}
.mobileshow {
	display: inherit !important;
	visibility: visible !important;
}
}

/* MOBILEPHONES */
@media only screen and (max-width: 767px) {
body {
	padding: 5px;
}
img {
	width: 100% !important;
	height: auto !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.container {
	width: 100%;
}
.container .columns, .container .column {
	margin: 0;
}
.container .one.columns, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.columns, .container .two-thirds.columns, .container .qrt.columns, .container .one-third-wide.columns, .container .one-third-narrow.columns {
	width: 100%;
}
.container .one-third.columns {
	margin-left: 0;
}
/* Mobile Specialty Classes */
.mobileDouble {
    width: 50% !important;
}
.mobileTriple {
    width: 33.333% !important;
}
.mobileclear, .mobilebreak {
	clear: both;
	display: block;
	overflow: hidden;
}
.mobilehide {
	display: none !important;
	visibility: hidden !important;
}
.mobileshow {
	display: inherit !important;
	visibility: visible !important;
}
}
