/* CSS Document */

/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

body{
	color: #59220d;
	line-height: 1.5;
	font-size: 14px;
	font-family: sans-serif;
	-moz-transform: rotate(0.028deg);
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}
#h2_margin{
	margin-left:50px;
}
h2 {
	color:#2c78b3;
	font-size:34px;
	padding-top:20px;
}
h3 {
	color:#2c78b3;
	font-size:24px;
	padding-bottom:30px;
}


html{
	-webkit-text-size-adjust: 100%;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
}
ul{
	list-style-type: none;
}

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

img, input, select, textarea {
	vertical-align: middle;
}

a{
	color: #59220d;
	transition: 0.5s;
}
a:hover{
	color: #d53e04;
}

a:hover img{
	opacity: 0.7;
}
#language{
	float:right;
	margin-right:40px;
}

/*Icon Fonts*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-2ppakl');
	src:url('fonts/icomoon.eot?#iefix-2ppakl') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-2ppakl') format('truetype'),
		url('fonts/icomoon.woff?-2ppakl') format('woff'),
		url('fonts/icomoon.svg?-2ppakl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}
