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

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0% 0% 1.6%;
}

.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.53%; }
.span_10_of_12 { width: 83.06%; }
.span_9_5_of_12 { width: 78.83%; }
.span_9_of_12 { width: 74.6%; }
.span_8_of_12 { width: 66.13%; }
.span_7_5_of_12 { width: 61.898%; }
.span_7_of_12 { width: 57.66%; }
.span_6_of_12 { width: 49.2%; }
.span_5_of_12 { width: 40.73%; }
.span_4_of_12 { width: 32.26%; }
.span_3_5_of_12 { width: 26.08%; }
.span_3_of_12 { width: 23.8%; }
.span_2_5_of_12 { width: 19.56%; }
.span_2_of_12 { width: 15.33%; }
.span_1_5_of_12 { width: 5.5%; }
.span_1_of_12 { width: 6.866%; }


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

/*
@media only screen and (max-width: 1300px) {
    .span_1_of_12 {
	display: none;
	width: 0%;
	}
	.span_1_5_of_12 {
	width: 8.252%;
	}
	.span_2_5_of_12 {
	width: 22.8%;
	}
	.span_4_of_12 {
	width: 43.33%;
	}
	.span_5_of_12 {
    width: 47.6%;
	}
	.span_6_of_12{
    width: 51.6%;
	}
	.span_7_of_12 {
	width: 73.0%;    
	}
	.span_7_5_of_12 {
	width: 77.2%;
	}
	.span_10_of_12 {
	width: 96.8%;    
	}

}
*/

/* CSS Reset */

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, font, 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, tr, th, td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}
ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}


.le_menuitem_level_1 ul {
    padding-left: 0 !important;
}

.Nav.large li.le_menuitem_level_2 a {
    background-color: #757575 !important;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

.le_form_control_label {
    font-size: 12px;
    font-weight: bold;
    min-width: 300px;
}

.le_form_control_sublabel {
    font-size: 11px;
    font-weight: normal;
}

.le_form_row_ {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.le_form_float_elements {
    padding-bottom: 10px;
}

.anythingSlider, .anythingSlider-default, .activeSlider {
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 0px !important;
}

.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}