/* -- this is the custom css by Chris--  */

@font-face {
  font-family: 'FontAwesome';
  src: url('/templates/j51_nina/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/templates/j51_nina/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.container_header {
	padding-top: 1rem;
}

h1 {
  font-size: 2.0em;
   font-weight: 700;
}
h2,
.content-category h1,
.registration h1 {
  margin-bottom: 0.6rem;
  font-size: 2.2em;
  font-weight: 400;
}

/* -- Containers -- */
#container_base1_modules,
#container_base2_modules,
#container_base1_modules a,
#container_base2_modules a {
  color:#efefef;
  background-color:#00382C
}

/* -- Modules -- */
.module_menu .module_surround {
  height: 100%;
  padding: 0px 45px 20px;
  box-sizing: border-box;
}

.module .module_surround, .module_menu .module_surround {
    height: 100%;
    padding: 0px 40px 20px;
}

/* -- Footer Menu  -- */
.footermenu ul li a,
.footermenu ul li span {
  text-decoration: none;
  padding: 0 5px;
  color: #ffffff !important;
}
.footermenu ul li a:hover,
.footermenu ul li span:hover {
  color: #aaa !important;
}






/* =============== Typography - Table Stales à la JSN Vintage =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
	margin: auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}
table.table-style th {
	text-align: center;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 0px solid #fff;
	color: #ffffff;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: #f2f2f2;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	/*background: #404040;*/
	background: #00382c;
	border-right: 1px groove #999999;
}

/* Mobile */
@media only screen and (max-width: 440px) {
  #content_remainder,
  .items-row .item {
    width: 100% !important;
  }
  .maincontent {
  padding: 70px 15px;
}
  }