/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

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: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a img {
  border: none;
}
/* END RESET*/

/* CSS Document */

body{
  padding: 0;
  margin: 0;
  height:100%;
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  /* padding-top: 20px; */
}

#header {
  background-color: white;
  background:#fff;
  border-bottom: 1px dotted black;
  box-sizing: border-box;
  height: 85px;
  left: 0px;
  padding: 18px;
  position:fixed;
  width: 100%;
}

#container {
  overflow:auto;
  width:100%;
  min-height:100%;
  position:relative;
}

#content {
  padding-top:125px;   /* Height of the header */
  padding-bottom:85px;   /* Height of the footer */
  /* padding-left: 15px; */   /* Used TD instead */
  width:5700px;   /* FOOOOOOO */
  float:left;
  overflow:hidden;
}

#footer {
  box-sizing: border-box;
  position:fixed; 
  padding: 18px;
  bottom:0;
  width:100%;
  height:85px;   /* Height of the footer */
  /* background:#fff; */
}

/* MENU LIST STYLES */
.nav-links {
  /*margin: 100px 75px auto auto;*/
  text-align: left;
} 
.nav-links li {
  display: block;
  float: left;
  padding: 18px 0 18px 0;
  width: 100px;
}
.nav-links > li ~ li {
}
.nav-links li:last-child {
}

/* MENU LIST STYLES */
.site-languages {
  /*margin: 100px 75px auto auto;*/
  text-align: left;
} 
.site-languages li {
  display: block;
  float: right;
  padding: 18px 0 18px 0;
  width: 30px;
}
.site-languages > li ~ li {
}
.site-languages li:last-child {
}

.article250 {
  width:250px;
  height:525px;
  float:left;
  padding-left: 15px;
  padding-right: 70px;
}

.article500 {
  width:500px;
  height:525px;
  float:left;
  padding-left: 15px;
  padding-right: 70px;
}

.article515 {
  width:500px;
  height:525px;
  float:left;
  padding-left: 15px;
  padding-right: 70px;
}

a {
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #000000; 
  FONT-WEIGHT: bold; 
  LETTER-SPACING: -0.03em; 
  TEXT-DECORATION: none;
  border-style: none;
}
a:hover {
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #999999;
  border-style: none;
  
}
a.under:hover {
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  BACKGROUND: #e10000; COLOR: #000000;
  border-style: none;
}

p{
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

h1{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
