@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	background: #FFFFFF;

}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
	font-family: 'Raleway', sans-serif !important;
	color: #242424;
	font-weight: 900;
	font-style:italic;
	letter-spacing: -0.03em;
		}	
h2{
	position: relative;
	font-size: 2.5em;
	color: #242424;
	font-weight: bold;
	font-family: 'Slabo 27px', sans-serif !important;
	text-transform: uppercase;
	margin-bottom:0.25em;
}

h3{
	font-size: 2em;
	color: #242424;
	font-weight: 400;
	font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
	margin-bottom:0.5em;
	}
p{
	font-size: 1em;
	color: #242424;
	font-family: 'Open Sans', sans-serif !important;
	margin-top:12px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

a{
	text-decoration:none;
		padding-left: 0.2em;
		padding-right: 0.2em;
	color: #242424;
}

a:hover{
	color: #999999;
}

@media only screen and (max-width: 1280px) {

	body {
		background-color: #FFFFFF;
	}

    h1 {
		font-size: 5em;
		font-style:italic;
	}

	h2 {

		font-weight: normal;
		font-size: 1.5em;
	}

	p {
		font-size: 1em;
	}




