@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background-color: rgba(0,0,0,1.00)
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    background-color: rgba(0,0,0,1.00)
;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
strong {
    font-weight: 400;
}
em {
    font-style: italic;
}
h1 {
    font-size: 1.6em;
    color: rgba(230,195,139,1.00);
    padding: 1em 0 0 4.5em;
    font-family: josefin-sans;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    line-height: .8em;
}
.h1HeaderLG {
    font-size: 1.2em;
    color: rgba(34,153,153,0.60);
    font-weight: 400;
    font-family: montserrat;
    font-style: normal;
    /*text-shadow: 6px 5px 4px rgba(0,0,0,.30);*/
    font-variant: normal;
}
h2 {
    padding: .8em 0 .1em 2em;
	font-size: 1.5em;
	color: rgba(230,195,139,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    /*border-bottom: 1px solid rgba(46,46,46,1.00);*/
}
header {
    width: 100%;
	margin: 0 auto;
    background-color: rgba(56,56,56,1.00);
    border-bottom: 3px solid rgba(38,38,38,1.00);
}
.headerContainer {
	width: 1050px;
	margin: 0 auto;
}
.container {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
section {
	width: 1050px;
	margin: 0 auto 5em auto;
	line-height: 1.5;
    overflow: hidden;
}
p {
	margin-top: .9em;
}
article {
	float: left;
	font-style: normal;
	font-weight: 200;
	font-size: 1.3em;
    color: rgba(185,174,136,1.00);
}
.articleArt {
    float: left;
    width: 1000px;
	margin: 1.2em 0 0 25px;
	padding: 0;
    text-align: center;
}
.articleArtTriangle {
    float: left;
    width: 740px;
	margin: 1.2em 0 0 260px;
	padding: 0;
    text-align: left;
}
aside {
   float: left;
   width: 700px;
   margin: 10px 0 0 160px;
   font-weight: 200;
   color: rgba(155,154,154,1.00);
    border-top: 1px solid rgba(32,32,32,1.00);
    /*background-color: rgba(26,26,26,1.00);
   -webkit-border-radius: 6px 6px 6px 6px;
   -moz-border-radius: 6px 6px 6px 6px;
   border-radius: 6px 6px 6px 6px;*/
}
.asideL p {
    margin: .5em 0 1em 4em;
}
.asideL {
    float: left;
    width: 500px;
    line-height: 1.6em;
}
.asideR {
    float: right;
    width: 180px;
}
.asideArrow {
	float: right;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 1.2em 1em;
	border-left: 1px solid rgba(32,32,32,1.00);
	color: #444;
    line-height: 5em;
}
.arrows {
    font-size: 10em;
    font-family: josefin-sans;
    color: rgba(78,139,195,1.00);
    font-weight: 300;
    font-style: normal;
}
.arrows a:link {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
.arrows a:visited {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
.arrows a:hover {
	color: #fff;
	text-decoration: none;
}
.arrows a:active {
	color: #fff;
	text-decoration: none;
}
.asideL a:link {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
    font-size: 1.4em;
}
.asideL a:visited {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
    font-size: 1.4em;
}
.asideL a:hover {
	color: #fff;
	text-decoration: none;
    font-size: 1.4em;
}
.asideL a:active {
	color: #fff;
	text-decoration: none;
    font-size: 1.4em;
}
cite {
	font-style: normal;
}
/*______________________________________________________STYLES*/
.expectations {
	font-size: 1.4em;
}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: .7em;
}
sup {
    vertical-align: baseline;
	font-size: .8em;
}
sub {
    vertical-align: baseline;
	font-size: .8em;
}
.quote {
    margin: -.5em 0 1em 4em;
    color: rgba(230,195,139,1.00);
}
