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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;line-height:normal;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}strong{font-weight:bold}

/* 
	---------------------------------------------------------------------------------
		DEFAULTS
	--------------------------------------------------------------------------------- 
*/

body {
	background: #EBEBEB;
	font-family: Tahoma, Arial, Helvetica, Arial;
	font-size: 10px;
}

div.wrapper {
	width: 989px;
	margin: 0px auto;
	position: relative;
}

div.header {
	height: 145px;
	background: url(../images/header/background.jpg);
}

div.header * {
	text-indent: -4000px;
}

div.page > ul {
	display: flex;
}

div.page > ul > li {
	width: 16.66667%;
	padding: 25px 5px;
	margin-right: 7px;
	position: relative;
	background: #FFF;
}

div.page > ul > li h2,
div.page > ul > li ul li strong,
div.page > ul > li.six h4 {
	color: #8A490D;
}

div.page > ul > li h2 {
	position: absolute;
	margin-top: -45px;
	font-size: 11px;
	font-weight: bold;
}

div.page > ul > li h3,
div.page > ul > li p {
	margin-bottom: 15px;
}

div.page > ul > li h3 {
	color: #E77B00;
	font-size: 9px;
	font-weight: bold;
}

div.page > ul > li h4 {
	font-size: 9px;
}

div.page > ul > li p,
div.page > ul > li p a,
div.page > ul > li table tr td,
div.page > ul > li ul li {
	color: #777;
	line-height: 16px;
}

div.page > ul > li table {
	width: 100%;
}

div.page > ul > li div.tip,
div.page > ul > li div.tip a {
	color: #FFF;
}

div.page > ul > li div.tip {
	width: 133px;
	margin-left: -5px;
	padding: 15px 10px;
	position: absolute;
}

div.page > ul > li div.tip h4 {
	font-weight: bold;
}

div.page > ul > li div.arrow {
	width: 17px;
	height: 26px;
	position: absolute;
	top: 0;
	right: -8px;
	background: url(../images/background_arrow.png);
}

div.page > ul > li.one,
div.page > ul > li.six {
	width: 143px;
}

div.page > ul > li.one {
	padding-left: 19px;
}

div.page > ul > li.one div.arrow {
	top: 250px;
}

div.page > ul > li.two div.arrow {
	top: 200px;
}

div.page > ul > li.three {
	width: 142px;
}

div.page > ul > li.three div.arrow {
	top: 20px;
}

div.page > ul > li.four {
	width: 146px;
}

div.page > ul > li.four div.arrow {
	top: 300px;
}

div.page > ul > li.four div.tip {
	position: fixed;
	_position: absolute;
	bottom: 0;
	background: #84B627;
	border-radius: 10px 10px 0 0;
}

div.page > ul > li.five {
	width: 142px;
}

div.page > ul > li.five div.arrow {
	top: 150px;
}

div.page > ul > li.six {
	margin-right: 0;
	padding-right: 25px;
	background: #FFFDEE;
}

div.page > ul > li.six p.contact {
	font-size: 9px;
}

div.page > ul > li.six h3.name {
	font-size: 16px;
	font-weight: normal;
}

div.page > ul > li.six h4.mobile {
	font-size: 12px;
}

div.page > ul > li.six img.sandra {
	margin: 0 0 5px -5px;
}

div.page > ul > li.six div.tip {
	left: 10px;
	top: -25px;
	padding: 5px 15px;
	background: #9CBA38;
	border-radius: 0 0 10px 10px;
	color: #173E04;
	font-size: 9px;
	text-align: center;
	line-height: normal;
}

div.page > ul > li.six div.tip img {
	margin-top: 5px;
}

div.page > ul > li.six div.arrow {
	top: 450px;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 12px;
	}

	div.header {
		background-position: right;
	}
	
	h2 {
		display: none;
	}

	div.wrapper {
		width: auto;
	}

	div.page > ul {
		flex-direction: column;
	}

	div.page > ul > li {
		width: auto !important;
		margin: 0 !important;
		padding: 20px !important;
	}

	div.page > ul > li h3 {
		font-size: 1.1rem !important;
	}

	div.page > ul > li h4 {
		font-size: inherit !important;
	}

	div.arrow {
		display: none !important;
	}

	.six {
		order: 1;
	}

	.six-images {
		display: flex;
		align-items: center;
	}

	div.page > ul > li:nth-child(1) {
		order: 2;
	}

	div.page > ul > li:nth-child(2) {
		order: 3;
	}

	div.page > ul > li:nth-child(3) {
		order: 4;
	}

	div.page > ul > li:nth-child(4) {
		order: 5;
	}

	div.page > ul > li:nth-child(5) {
		order: 6;
	}
}