/**
 * @copyright   Copyright (C) Bonacia 2015. All rights reserved.
 * @author      Connor Stokes.
**/

@charset "utf-8";
/* RESPONSIVE CSS */

/* BASED ON FULL WIDTH */
/*1080px margin - 12px*/
.grid_1{width:7%;}/*79px*/
.grid_2{width:15.5%;}/*170px*/
.grid_2-5{width:20%;}/*261px*/
.grid_3{width:24%;}/*261px*/
.grid_4{width:32.5%;}/*352px*/
.grid_5{width:41%;}/*443px*/
.grid_6{width:49%;}/*534px*/
.grid_7{width:57.5%;}/*625px*/
.grid_8{width:66%;}/*716px*/
.grid_9{width:74.5%;}/*807px*/
.grid_10{width:83%;}/*898px*/
.grid_11{width:91.5%;}/*989*/
.grid_12{width:100%; /*background: #f00;*/}/*1080px*/

/*Header*/
.header_grid_1{width:7%;}/*79px*/
.header_grid_2{width:15.5%;}/*170px*/
.header_grid_3{width:24%;}/*261px*/
.header_grid_4{width:32.5%;}/*352px*/
.header_grid_5{width:41%;}/*443px*/
.header_grid_6{width:49%;}/*534px*/
.header_grid_7{width:57.5%;}/*625px*/
.header_grid_8{width:66%;}/*716px*/
.header_grid_9{width:74.5%;}/*807px*/
.header_grid_10{width:83%;}/*898px*/
.header_grid_11{width:91.5%;}/*989*/
.header_grid_12{width:100%;}/*1080px*/

/*Footer*/
.footer_grid_1{width:7%;}/*79px*/
.footer_grid_2{width:15.5%;}/*170px*/
.footer_grid_3{width:24%;}/*261px*/
.footer_grid_4{width:32.5%;}/*352px*/
.footer_grid_5{width:41%;}/*443px*/
.footer_grid_6{width:49%;}/*534px*/
.footer_grid_7{width:57.5%;}/*625px*/
.footer_grid_8{width:66%;}/*716px*/
.footer_grid_9{width:74.5%;}/*807px*/
.footer_grid_10{width:83%;}/*898px*/
.footer_grid_11{width:91.5%;}/*989*/
.footer_grid_12{width:100%;}/*1080px*/

/********content**********************************/
.header_grid_1,.header_grid_2,.header_grid_3,.header_grid_4,.header_grid_5,.header_grid_6,.header_grid_7,.header_grid_8,.header_grid_9,.header_grid_10,.header_grid_11,.header_grid_12,
.footer_grid_1,.footer_grid_2,.footer_grid_3,.footer_grid_4,.footer_grid_5,.footer_grid_6,.footer_grid_7,.footer_grid_8,.footer_grid_9,.footer_grid_10,.footer_grid_11,.footer_grid_12,
.grid_1,.grid_2,.grid_2-5,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
	margin: 10px 0.5%;
	float: left;
	display: block;
}
.full{width: 100%;}
.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.no-top {margin-top: 3px; margin-bottom: 3px;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

@media screen and (max-width: 1195px) {
}
@media screen and (max-width: 1150px) {
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 780px) {
.header_grid_1,.header_grid_2,.header_grid_3,.header_grid_4,.header_grid_5,.header_grid_6,.header_grid_7,.header_grid_8,.header_grid_9,.header_grid_10,.header_grid_11,.header_grid_12,
.footer_grid_1,.footer_grid_2,.footer_grid_3,.footer_grid_4,.footer_grid_5,.footer_grid_6,.footer_grid_7,.footer_grid_8,.footer_grid_9,.footer_grid_10,.footer_grid_11,.footer_grid_12,
.grid_1,.grid_2,.grid_2-5,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 .grid_12 {
		width: 95%;
		margin-left: 2%;
		margin-right: 2%;
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;

	}

	.full{

		width: 100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}

	.grid_12 {

		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

}
