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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



.row{
	clear: both;
	xoverflow: hidden;
}
.content .row{
	margin: 0 auto;
}
.row:after,.fullwidth:after {
    content: '';
    display: block;
    clear: both;
}
.half,.third,.fifth,.fourth,.twothird,.threefourth,.fourfifth{
	float: left;
}
.fullwidth{
	width: 100%;
	/*height: 100%;*/
	max-width: 1920px;
	margin: 0 auto;
	clear: both;
	xoverflow: hidden;
	box-sizing: border-box;
}
.half{
	width: 50%;
}
.half .item{
	max-width: 600px;
}
.half.left{
	position: relative;
	right: 0px;
}
.third{
	width: 33.3334%;
}
.twothird{
	width: 66.6667%;
}
.fourth{
	width: 25%;
}
.fifth{
	width: 20%;
}
.threefourth{
	width: 75%;
}
.fourfifth{
	width: 80%;
}
.center{
	text-align: center;
}




@media (min-width: 1921px) {
}
/* Large desktop */
@media (min-width: 1200px) and (max-width: 1360px) {
	 .fullwidth{
	 	max-width: 100%;
	 }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.fullwidth{
		xmax-width: 1000px;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
@media (max-width: 1000px) {	
	.fullwidth{
		xmax-width: 700px;
	}
	
	.half{
		width: 100%;
		float: none;
	}
	.half .item{
		width: 100%;
		max-width: 100%;
	}
	.third, .twothird{
		width: 50%;
	}
	.fourth{
		width: 100%;
		clear: both;
	}
	.threefourth{
		width: 100%;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 769px) {
	
	.third, .twothird, .fourth, .threefourth{
		width: 100%;
	}

} 
/* Landscape phones and down */
@media (max-width: 580px) {
	
	
}