@charset "UTF-8";

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway4/raleway_thin-webfont.eot');
    src: url('../fonts/raleway4/raleway_thin-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/raleway4/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway4/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway4/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #292521;
	font-weight: 100;
}
.text_white {
	color: #ffffff;
}

h2 {
	font-family: 'Raleway', 'Open Sans', arial, cursive;
	font-size: 60px;
	line-height: 86px;
	font-weight: 100;
	color: #292521;
	margin-bottom: 26px;
}
h3, .h3 {
	display: block;
	font-family: 'Raleway', 'Open Sans', arial, cursive;
	font-size: 30px;
	color: #292521;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 100;
}

p {
	margin: 0 0 24px 0;
}
::selection {
	background: #C32A22;
	color: #DFDCDC;
}
::-moz-selection {
	background: #C32A22;
	color: #DFDCDC;
}
/* Localized */