/*
Theme Name: re_electro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: re_electro

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding-top: 135px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1,
h2,
h3{
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	border-left: solid 4px #0093be;
	padding-left: 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #f1f1f1;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #fe1334;
	line-height: 1;
	padding: 1em;
	color: white;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #666;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	max-width: 100%;
	padding: .5em;
	line-height: 1em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0093be;
	text-decoration: none;
}

a:visited {
	color: #0093be;
}

a:hover,
a:focus,
a:active {
	color: #404E82;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
.btn-blue {
    padding: .8em 1.5em;
    color: white!important;
    text-decoration: none;
    background: #0093be;
    display: inline-block;
    border-radius: 2px;
    font-size: .9em;
}
.btn-blue:hover{
	background: #171F4D;
	text-decoration: none;
}
.btn-out-blue {
    font-size: 1.2em;
    padding: 1em 2em;
    color: white!important;
    text-decoration: none;
    background: #0093be;
    margin: 10px;
    display: inline-block;
    border-radius: 2px;
}
.btn-out-border {
    font-size: 1.2em;
    padding: .9em 1.9em;
    color: white!important;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
    border-radius: 2px;
    border: solid 2px white;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: black;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 1.3em;
	color: white;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 80px;
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 80px;
	left: -999em;
	padding: 1.5em 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	color: #0093be;
	width: 250px;
	border: none;
	line-height: 4em;
}

.main-navigation ul ul li {
	padding-left: 15px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #23a9fe;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	border: none;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background: white;
	color:#0093be;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a {
	color: #23a9fe;
	border:none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle div {
  background-color: white;
  border-radius: 2px 2px 2px 2px;
  height: 3px;
  margin-top: 2px;
  width: 20px;
}
button.menu-toggle{
	background: transparent;
	padding: 2em;
}
@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
		position: absolute;
		right: 50px;
		top: 50px;
	}
	.main-navigation ul {
		display: block;
	}
}


@media screen and (max-width: 50em) {

	.main-navigation{
		width: 100%;
		float: none;
		padding: 0;
	}
	.menu-toggle{
		float: right;
	}
	.main-navigation ul li {
		width: 100%;
	}
	.main-navigation ul li a {
		line-height: 5em;
		width: 100%;
}
	.main-navigation ul ul li{
		display: none;
	}
}

/* Side menu*/

.widget_nav_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul li{
	background: #0093BE;
}
.widget_nav_menu ul li a{
	color: white;
	display: block;
	padding: 15px;
}
.widget_nav_menu ul ul{
	display: none;
}
.widget_nav_menu ul ul li{
	padding-left: 1em;
	background: white;
}
.widget_nav_menu ul ul li a{
	color: #0093BE;
}
.widget_nav_menu ul ul li.current-menu-item {
	background: #f1f1f1;
}
.widget_nav_menu ul ul li.current-menu-parent {
	background: #f1f1f1;
}
.widget_nav_menu ul li.current-menu-item ul{
	display: block;	
}
.widget_nav_menu ul li.current-menu-parent ul{
	display: block;
}

/* Sub nav page*/
.sub-page-nav ul{
	margin: 0;
	padding: 1em 0;
	list-style: none;
}
.sub-page-nav li{
	display: inline;
	margin-right: 1em;
}

.sub-page-nav a{
	color: white;
	text-transform: uppercase;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.center{
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center{
	text-align: center;
}
/* Spacing */
.space-v-m{
	padding: 2em 0;
}
.spaced-s{
	padding: 1em;
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%!important;
}
.widget ul{
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Colors */
.bg-grey{
	background: #f1f1f1;
}
.bg-magenta{
	background: #cd0e76;
}
.bg-lightblue{
	background: #0093be;
}
.bg-turquoise{
	background: #2ac8c8;
}
.bg-navy{
	background: #171f4d;
}
.wrapper{
	width: 100%;
	float: left;
}
.info-box{
	background: #f1f1f1;
	padding: 1.5em;
	display: block;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
/* Header */
.site-header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    background: #0093be;
    z-index: 999;

    -webkit-box-shadow: 0px 3px 14px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 14px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 14px -11px rgba(0,0,0,0.75);
}

.nav-up {
    top: -58px;
}

.top-header{
	width: 100%;
	display: block;
	float: left;
	background: white;
}
.top-contact{
	float: left;
	font-size: .8em;
	padding-top: 15px;
	padding-right: 15px;
}
.top-contact i{
	color: #0093be;
	font-size: 1.5em;
	margin: 0 10px;
}
.top-contact a{
	color: black;
}
.top-search{
	float: right;
	padding: 12px;
}
.top-search form{
	margin: 0;
	padding: 0;
}
.top-search form input[type="text"]{
	font-size: .9em;
	border: none;
	min-width: 240px;
}
.site-branding{
	float: left;
	background: white;
	padding:0 5px; 
}
.site-branding img{
	display: block;
}
@media only screen and (max-width: 720px) {
	.top-contact{
		display: none;
	}
}

/* Footer*/
.site-info{
	float: left;
	font-size: .8em;
}
.socials{
	float: right;
	font-size: 1.3em;
	padding: 10px 0;
}
.socials ul{
	margin: 0;
	padding: 0;
}
.socials li{
	list-style: none;
	display: inline;
	padding: 0 5px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Home Hero*/
.hero{
    min-height: 400px;
    padding: 0 1.5em;
    text-align: center;
    color: white;
    max-width: 960px;
    margin: 120px auto;
}
.hero h1{
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 600;
}
@media only screen and (max-width: 420px) {
	.hero{
		margin: 50px auto;
	}
	.hero h1{
		font-size: 2em;
	}
}
/* Home About*/
.about-box{
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}
.about-box h2{
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 10em;
	margin: 0;
	padding: 0;
}
.about-box a{
	color: white;
	line-height: 10em;
	display: block;
}
/* Home product */
.products{
	width: 100%;
	position: relative;
}
.products ul{
	font-size: 0;
	margin: 0;
	padding: 0;
}
.products li{
	font-size: 1rem;
	list-style: none;
	display: inline-block;
	width: 33.3%;
	text-align: center;
	vertical-align: top;
	background: white;
	padding-bottom: 2em;
}

.products .textwidget img{
	display: block;

}
.products h2::after{
	display: block;
	margin: .75em auto;
	width: 65px;
	content: "";
	border-bottom: 3px solid #0093BE;
}


@media only screen and (max-width: 680px) {
	.products li{
		width: 100%;
	}
}

/* Home Enel*/
.enel{
	background: #171F4D;
	font-size: .8em;
	padding: 1em 0;
}
.enel .widget{
	margin: 0;
	padding: 0;
}
.enel h3{
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}
.enel a{
	color: white;
}
.enel ul{
	margin: 0;
	padding: 1em;
	list-style: none;
}
.enel ul li{
	padding: .5em 0;
}
.page-header-wide {
    color: white;
    margin-top: 120px;
    min-height: 350px;
}
.page-header {
    color: white;
    width: 75%;
    margin-top: 120px;
    min-height: 450px;
    padding: 0 1.5em;
}
.page-caption{
	padding: 1.5em;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(23, 31, 77);
    /* RGBa with 0.6 opacity */
    background-color: rgba(23, 31, 77, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.page-caption p{
	margin: 0;
	font-weight: 300;
}

.page-header-wide h1,
.page-header h1{
	font-weight: 300;
	font-size: 4em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
}
.page-header-archive{
    width: 75%;
    margin-top: 50px;
    min-height: 280px;
    padding: 0 1.5em;
}
.page-header-archive h1{
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
}
.site-main{
	margin-top: -100px;
	background: white;
	padding: .5em 2em;
}
@media only screen and (max-width: 960px) {
	.page-header {
	    color: white;
	    width: 100%;
	    margin-top: 60px;
	    min-height: 350px;
	    padding: 0 1.5em;
	}
	.page-header-wide h1,
	.page-header-archive h1,
	.page-header h1{
		font-size: 2em;
	}
	.page-header-archive{
		width: 100%;
	}
	.site-main{
		margin-top: 0;
		padding: .5em;
	}
}

.breadcrumbs{
	font-size: .9em;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Listing*/
.product-listing{
	padding-top: 1em;
}
.product-listing ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.product-listing li{
	width: 50%;
	display: inline-block;
	font-size: .8rem;
	vertical-align: top;
}
.product-listing article{
	min-height: 180px;
	display: block;
	border: solid 1px #f1f1f1;
	margin: 5px;
}
.product-thumb{
	float: left;
	max-width: 50%;
}
.product-thumb img{
	display: block;
}

.product-title{
	float: left;
	max-width: 50%;
}
.product-title h2{
	font-weight: 300;
	padding: 0 15px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}
@media only screen and (max-width: 760px) {
	.product-thumb,
	.product-title{
		float: none;
		width: 100%;
	}
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 480px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	.gallery-caption {
		display: block;
	}
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.45%;
}
.span_10_of_12 {
  	width: 82.91%;
}

.span_9_of_12 {
  	width: 74.37%;
}

.span_8_of_12 {
  	width: 65.83%;
}

.span_7_of_12 {
  	width: 57.29%;
}

.span_6_of_12 {
  	width: 48.75%;
}

.span_5_of_12 {
  	width: 40.20%;
}

.span_4_of_12 {
  	width: 31.66%;
}

.span_3_of_12 {
  	width: 23.12%;
}

.span_2_of_12 {
  	width: 14.58%;
}

.span_1_of_12 {
  	width: 6.041%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 960px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}