/*   
Caterpillar
January 04 2014
*/

/* Reset styles */
	
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%;
	vertical-align: baseline;
	font: inherit;
	}
	
/* 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: square;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* end */

body {
	font-family: 'Headland One', serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

/**/

.content-menu {
	position: fixed;
	top: 20px;
	width: 200px;
	background: white;
	padding: 20px 10px;
	left: -210px;
	border-right: 10px solid #12832D;
}
.menu {
	position: relative;
	border: 1px dashed #C3CEC6;
	border-right: none;
	border-left: none;
	padding: 30px;
}
.open {
	z-index: 10;
}
.hide {
	z-index:1;
}
.hide, .open {
	position: absolute;
	background: white;
	border: 1px dashed #C3CEC6;
	border-left: none;
	padding: 19px 10px 5px;
	height: 30px;
	width: 70px;
	right: -91px;
	bottom: 30px;
	text-align: center;
	color: #12832D;
	font-size: 16px;
	cursor: pointer;
}
.content-menu ul {
	list-style: circle;
}
.content-menu ul ul {
	list-style: disc;
padding: 20px;
}
.content-menu ul li {
	margin-bottom: 10px;
}
.content-menu a {
	color: black;
text-decoration: none;
}
.content-menu a:hover {
	color: #7FABE2;
}

/**/

#header {
	max-width: 700px;
	margin: 0 auto 40px;
	padding: 0 10px;
	text-align: center;
}

/**/

#img {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
	padding: 40px 0;
}

/**/

#content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
#content ul {
	text-align: center;
	margin-top: 60px;
}
#content ul li {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-right: 1px dashed #C3CEC6;
	padding: 0 40px;
}
#content ul li a {
	display: block;
}
#content ul li:last-child {
border-right: none;
}
#content img {
	margin-bottom: 10px;
	width: 70px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
#content img:hover {
	-webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
}
#content li {
	-webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
#content li:hover {
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
#content h2 {
	text-align: center;
}

/**/

#main {
	max-width: 881px;
	margin: 100px auto 0;
	overflow: hidden;
	padding: 0 10px;
}
.section {
	position: relative;
	border-top: 1px dashed #C3CEC6;
	overflow: hidden;
}
.main-icon {
	float: left;
	max-width: 180px;
	margin-top: 20px;
}
.main-content {
	float: left;
	max-width: 650px;
	margin-left: 20px;
	border-left: 1px dashed #C3CEC6;
	padding: 20px 0 50px 20px;
}
.main-content a {
	font-weight: 900;
}

/**/

#footer {
	width: 100%;
	padding: 50px 0 40px;
	margin: 50px 0 0;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
}
#footer a {
	color: #686868;
}
#footer a:hover {
	color: #fff;
}
#footer h3 {
	color: #555555;
}
#footer ul {
	text-align: left;
}
.footer-content {
	max-width: 700px;
	margin: 0 auto 10px;
	overflow: hidden;
	padding: 0 10px;
}
.footer-links {
	width: 50%;
	float: left;
}
.footer-img {
	width: 50%;
	float: left;
}
.wtt {
	font-size: 10px;
	margin: 40px 0 0;
	text-align: center;
}

/**/

h1 {
	font-size: 82px;
    margin: 20px 0;
}
h2 {
	font-size: 58px;
	margin: 20px 0 30px;
}
h3 {
	font-size: 32px;
	margin: 20px 0 30px;
}
h1, h2, h3 {
	letter-spacing: -1px;
	color: #12832D;
	font-weight: 100;
}
a {
	color: #E2630E;
	text-decoration: none;
}
a:hover {
	color: #7FABE2;
}
p {
	margin-bottom: 20px;
	line-height: 1.5;
}
img {
	max-width: 100%;
}
strong {
	font-size: 110%;
    font-weight: 900;
}
hr {
	border: 0;
	height: 1px;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(145, 144, 144, 0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: -o-linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	background: linear-gradient(left, rgba(0,0,0,0),rgba(145, 144, 144, 0.5),rgba(0,0,0,0));
	margin: 35px 0 33px 0;
}
ol, 
ul {
    list-style: circle;
}
ol li, 
ul li {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1070px), 
only screen and (max-device-width: 1070px) {
	.content-menu {
		display: none;
	}	
} 
@media only screen and (max-width: 910px), 
only screen and (max-device-width: 910px) {
	.main-icon {
		display: none;
	}	
} 

