/* html5reset.css - 01/11/2011 */

html,  div, span, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
hgroup, menu, nav, section, summary,
time, mark, audio, video, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    vertical-align: baseline;
    background: transparent;
}

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

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}



/* change colours to suit your needs */
ins {
    background-color: #999;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #999;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* my additional css  */


/*  SECTIONS  ============================================================================= */

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


/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	     }
}	
/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;

	
}


.span_6_of_8 {
	width: 74.6%;

	
	
}
.span_4_of_8 {
	width: 47.8%;
	margin: 2% 2% 0 0; 
} 
.span_2_of_8 {
	width: 25.4%;
	
	 
}

}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}

	.span_6_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}


}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flexbox-container > div {
	
	padding: 10px;
	
}

.flexbox-container > div:first-child {
	margin-right: 12px;
}

.flexbox-container > div:last-child {
	             border-left: solid 1px #ccc;
             background: #e9e9e9;
}