@charset "utf-8";
/* CSS Document */
/* IMPORTING THE GOOGLE FONTS */
/*@import url(http://fonts.googleapis.com/css?family=Bitter|Open+Sans);*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Oooh+Baby&display=swap');
body {
  padding: 0px;
  background-color: #D3DCE6;
  font-family: 'Lato', sans-serif;
}
.red {
  color: #c00;
  font-size: 12px;
}
small {
  font-weight: 700;
}
li {
  line-height: 1.5em;
}
a:link, a:visited {
  color: #9A1E0A;
}
a:hover, a:focus {
  color: #701707;
}
.row-fluid .span2 {
  width: 13.75%;
}
.row-fluid .span3 {
  width: 22.375%;
}
.row-fluid .span4 {
  width: 31%;
}
.row-fluid .span6 {
  width: 48.25%;
}
.row-fluid .span8 {
  width: 65.5%;
}
.row-fluid [class*="span"] {
  margin-left: 3.5%;
}
.note {
  font-size: .875em;
  line-height: 1.25em;
  color: #666;
  text-align: left !important;
  margin-top: 10px;
  margin-left: 10px;
}
.smallnote {
  font-size: .75em;
  line-height: 1em;
  color: #666;
  text-align: left !important;
  margin-top: 10px;
  margin-left: 10px;
}
h2 {
  font-size: 1.25em;
  font-weight: 700;
  color: #9A1E0A;
  letter-spacing: -.05em;
  margin-bottom: 15px;
}
h2#home {
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.span12 h2 {
    font-size: 2.5em;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #26354A;
  letter-spacing: -.05em;
}
h4 {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: 1.25em;
}
h5 {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: 1.25em;
}
.alert-info {
  background-color: #fc0;
  border-color: #CFA600;
  color: #000;
  width: 75%;
}
.alert {
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto 10px auto;
  padding: 0.75% 3%;
  text-shadow: none;
}
.alert h2 {
  font-size: 1.25em;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 5px 0;
}
.alert p {
  font-size: .85em;
  color: #000;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
/*
section#breaking {
	margin: 20px auto;
	width: 75%;
	padding: 0.75% 3%;
	background-color: #fc0;
	overflow: hidden;
}
section#breaking .bicon {
	background-image: url(../img/icon_alert.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	height: 30px;
	width: 30px;
}
section#breaking .btext {
	float: left;
}
section#breaking h2 {
	font-size: 1.25em;
	font-weight: 600;
	color: #000;
	padding: 5px 0 0 35px;
	margin: 0;section#breaking p {
	font-size: .85em;
	color: #000;
	line-height: 1.4em;
	padding: 5px 0 0 35px;
	margin: 0;
}
}
section#breaking p {
	font-size: .85em;
	color: #000;
	line-height: 1.4em;
	padding: 5px 0 0 35px;
	margin: 0;
}
*/
/* Custom container */
.container {
  margin: 0 auto;
  /*	max-width: 1200px;*/
  padding: 0 3%;
  width: 75%;
}
.ncontainer, .ncontainer2 {
  margin: 0 auto;
  /*	max-width: 1200px;*/
  padding: 20px 0;
  width: 81%;
}
#navigation .ncontainer, #navigation .ncontainer2 {
  padding: 0;
}
header {
  background: url(../img/bg_header_footer.png) repeat;
  padding-top: 20px;
}
header .ncontainer {
  background: url(../img/header02.jpg) no-repeat top right #26354A;
  height: 358px;
}
header .ncontainer2 {
  background: url(../img/header02.jpg) no-repeat top right #26354A;
  height: 201px;
}
#logo {
  background-color: rgba(0, 0, 0, .33);
  border-top: 1px dashed rgba(255, 255, 255, .5);
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  margin: 20px 0;
}
  hr {
    border-top: 1px solid #ddd !important;
	  margin: 40px 0;
  }
#about {
  color: #fff;
  margin-left: 125px;
  width: 50%;
  font-size: 1.2em;
  font-family: 'Oooh Baby', sans-serif;
  line-height: 1.4;
  letter-spacing: 1px;
}
#about a:link, #about a:visited {
  color: #fc0;
}
#about a:hover, #about a:focus {
  color: #fff;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar {
  margin-bottom: 0px;
  background-color: #9A1E0A;
}
nav .container, nav .ncontainer {
  background-color: #9A1E0A;
}
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  /*	width: 1%;*/
  float: none;
}
.navbar .nav li a {
  font-weight: 600;
  text-align: center;
}
.navbar .nav > li > a {
  text-shadow: none;
  color: #fff;
  font-size: .9em;
}
.navbar .nav li:first-child a {
  border-left: 0;
}
.navbar .nav li:last-child a {
  border-right: 0;
}
.navbar-inner {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.navbar .nav > li > a:link, .navbar .nav > li > a:visited {
  background-color: #9A1E0A;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: #701707;
  color: #fc0;
  text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #fc0;
  text-decoration: none;
  background-color: #701707;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
nav {
  background-color: #CC8E84;
}
nav#bar div.container {
  background-color: #9A1E0A;
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}
nav#bar div.container a:link, nav#bar div.container a:visited {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
nav#bar div.container a:hover, nav#bar div.container a:focus {
  color: #fc0;
}
section.container {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer {
  background: url(../img/bg_header_footer.png) repeat;
  padding-bottom: 30px;
  color: #8C9198;
}
footer h2 {
  color: #8C9198;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #fc0;
}
footer div.container {
  background-color: #26354A;
  padding-top: 30px;
  padding-bottom: 20px;
}
#counter {
  text-align: right;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 20px 0;
}
#copyright {
  text-align: right;
  font-size: .8em;
  font-weight: 400;
  padding-top: 20px;
  line-height: 1.4em;
}
table {
  font-size: .9em;
}
table th {
  color: #fff;
  background-color: #26354A;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #d3dce6;
}
.table-bordered th, .table-bordered td {
  border-left: none;
}
.table th, .table td {
  border-top: 1px solid #fff;
}
.table-bordered {
  border-color: transparent;
}
a.btn, input.btn {
  background-color: #26354A;
  color: #fff;
  border-radius: 10px;
  background-image: none;
  background-repeat: no-repeat;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 500;
  font-size: .85em;
  padding: 3px 9px;
}
input.btn {
  padding: 6px 12px;
}
a.btn:hover, input.btn:hover {
  background-color: #192432;
  color: #fff;
}
a.btn-danger {
  background-color: #9A1E0A;
}
a.btn-danger:hover {
  background-color: #701707;
  color: #fff;
}
a.btn-warning {
  background-color: #666;
}
a.btn-warning:hover {
  background-color: #333;
  color: #fff;
}
a.btn-info {
  background-color: #046f9d;
}
a.btn-info:hover {
  background-color: #085271;
  color: #fff;
}
a.btn-clear {
  background-color: #ddd;
  color: #333;
}
a.btn-clear:hover {
  background-color: #eee;
  color: #333;
}
.thumbnail h3, .thumbnail p {
  text-align: center;
}
.thumbnail > img {
  margin-top: 10px;
  max-width: 90%;
}
.rank {
  font-weight: 600;
  font-size: 1.2em;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1199px) {
  .container {
    margin: 0 auto;
    /*	max-width: 1200px;*/
    padding: 0 3%;
    width: 90%;
  }
  .ncontainer, .ncontainer2 {
    margin: 0 auto;
    /*	max-width: 1200px;*/
    padding: 20px 0;
    width: 96%;
  }
  .alert-info {
    background-color: #fc0;
    border-color: #CFA600;
    color: #000;
    width: 90%;
  }
  .alert {
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto 10px auto;
    padding: 0.75% 3%;
    text-shadow: none;
  }
  header .ncontainer {
    background-image: none;
    height: auto;
  }
  header .ncontainer2 {
    background-image: none;
    height: auto;
  }
  #about {
    color: #fff;
    margin: 0 30px;
    padding-bottom: 10px;
    width: auto;
    font-size: .75em;
  }
  .navbar .nav li {
    display: inline-table;
    font-size: .875em;
  }
}
@media (max-width: 979px) {
  .container {
    margin: 0 auto;
    /*	max-width: 1200px;*/
    padding: 0 3%;
    width: 84%;
  }
  .ncontainer, .ncontainer2 {
    margin: 0 auto;
    /*	max-width: 1200px;*/
    padding: 20px 0;
    width: 90%;
  }
  .alert-info {
    background-color: #fc0;
    border-color: #CFA600;
    color: #000;
    width: 84%;
  }
  .alert {
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto 10px auto;
    padding: 0.75% 3%;
    text-shadow: none;
  }
  header .ncontainer {
    background-image: none;
    height: auto;
  }
  header .ncontainer2 {
    background-image: none;
    height: auto;
  }
  #about {
    color: #fff;
    margin: 0 30px;
    padding-bottom: 10px;
    width: auto;
    font-size: .75em;
  }
  .navbar .nav li {
    display: inline-table;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0;
    width: 100%;
  }
  .ncontainer, .ncontainer2 {
    width: 100%;
  }
  .alert-info {
    width: 90%; /* ??? */
  }
  header {
    background: none;
    padding-top: 0px;
  }
  header .ncontainer {
    background-image: none;
    height: auto;
  }
  header .ncontainer2 {
    background-image: none;
    height: auto;
  }
  #about, .alert, hr {
    display: none;
  }
  #logo {
    margin: 10px 0 0 0;
  }

  nav .container, nav .ncontainer {
    background-color: #26354A;
  }
  .navbar .nav > li > a:link, .navbar .nav > li > a:visited {
    background-color: #26354A;
  }
  .navbar .nav > li > a:hover {
    background-color: #701707;
  }
  .navbar .nav li {
    display: block;
    width: 100%;
  }
  .row-fluid .span3, .row-fluid .span4, .row-fluid .span6, .row-fluid .span8 {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    margin: 0;
    padding: 1% 5%;
  }
  .row-fluid [class*="span"] .row-fluid [class*="span"] {
    margin: 0;
    padding: 1% 3% 1% 0%;
  }
  section .row-fluid [class*="span"] {
    border-bottom: 1px solid #ddd;
  }
  section .row-fluid .span12 {
    /*	border-bottom: none;  not a good solution */
  }
  nav#bar div.container {
    text-align: center;
  }
  footer {
    background: none;
    padding-bottom: 0px;
    color: #8C9198;
    font-size: .8em;
    line-height: 1.4em;
  }
  footer h2 {
    font-size: 2em;
  }
  #copyright {
    font-size: 1em;
    text-align: left;
  }
  #counter {
    text-align: left;
  }
  section.container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar .nav li a {
    letter-spacing: 0.2em;
  }
  .navbar .nav > li.active > a {
    background-color: #701707;
  }
  .navbar .nav > li.active > a:after {
    content: " \2193";
  }
}