/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section {
	display: block;
}

td{vertical-align:top;}
a{color:#82000a; text-decoration:none;}
a:hover{color: #ED706E;}
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;
}
img {
display: block;
height: auto;
max-width: 100%;
}


/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clear, .clear:before, .clear:after { zoom: 1; clear: both; line-height:0; display: block; height: 0; overflow: hidden; }


/*------------------------------------*\
  TYPE - 12px BASE
\*------------------------------------*/

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
  font-weight: bold;
  font-family: 'Arvo', serif;
}

h1 {
 font-size: 2em; /* 24px --> 24 % 12 2 */
 line-height: 1.125em; /* 18px --> 18 % 16 = 1.125 */
}

h2 {
  font-size: 1.8em; 
  /*font-size: 1.333em;  16px --> 16 % 12 = 1.333 */
  line-height: 1.125em; /* 18px --> 18 % 16 = 1.125 */
}

h3 {
  font-size: 1.6em; 
  line-height: 1.2857em; /* 18px --> 18 % 14 = 1.2857 */
}

h4, h5, h6 {
  font-size: 1em; /* 12px --> 112 % 12 = 1 */
  line-height: 1.5em; /* 18px --> 18 % 12 = 1.5 */
}

/*--- PARAGRAPHS ---*/
p {
  margin-bottom: 18px;
}

/*--- LISTS ---*/
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: square outside;
  padding-left:20px;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {
background-color: #FFFFFF;
color: #333;
font-family: 'Arvo', serif;
/*font-family: Arial,Helvetica,sans-serif;*/
font-size: 14px;
line-height: 1.42857em;
margin-top: 0;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {background:#231f20;}

.header-text {
    display: block;
    text-align: right;
    color: #fff;
    font-family: 'Arvo', serif;
    font-size: 140%;
    line-height: 100%;
    padding-top: 16px;
}
#header a {color:#fff; text-decoration:none;}
#header .fa {
margin-right: 6px;
margin-top: 4px;
color: #ee1c25;
}

.white {color: #ffffff!important;}
.red {color: #ee1c25;} 
embed, object, iframe{max-width: 100%;}

.navbar {
position: relative;
min-height: 46px;
margin: 0;
background:#ee1c25;
}
.navbar-inverse {
border: none;
}
.navbar-nav {
float: left;
margin: 0;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
}
.navbar-toggle {border: 2px solid;}

.navbar-inverse .nav-justified>li>a {
color: #ffffff;
padding: 13px 0;
font-size: 120%;
line-height: 120%;
font-family: 'Arvo', serif;
text-transform: uppercase;
font-weight: bold;
white-space: nowrap;
}
.navbar-inverse .nav-justified>li>a:hover, .navbar-inverse .nav-justified>li>a:focus {color: #231f20;background-color: transparent;}
.navbar-inverse .nav-justified>.active>a, .navbar-inverse .nav-justified>.active>a:hover, .navbar-inverse .nav-justified>.active>a:focus {
color: #231f20;
background-color: transparent;
}
.navbar-inverse .nav-justified>.open>a,.navbar-inverse .nav-justified>.open>a:hover,.navbar-inverse .nav-justified>.open>a:focus{
color:#231f20;
background-color: transparent;
}
.navbar-inverse .nav-justified>li>a > span {
margin-right: 4px;
}
.nav-justified>li>a {
    text-align: center;
}
.jumbotron {
clear: both;
padding: 0;
margin: 0 auto;
background: transparent;
}

#content {
	padding-bottom:50px; /* Height of the footer element */
}
#footer {
    color: #fff;
    background: #ee1c25;
    padding: 8px 0;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer p {
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}
#footer a {
color: #fff;
text-align: center;
display: block;
text-decoration: none;
}

.nivo-directionNav {
display: none;
}

.slider-wrapper {
    position: relative;
}
.nivo-controlNav {
display: block;
position: absolute;
bottom: 0;
top: auto;
z-index: 10;
width: 306px;
margin: auto;
padding: 0;
left: 0;
right: 0;
}
.nivo-controlNav a {
display: block;
width: 13px;
height: 15px;
background: url(/images/slider_button.png) no-repeat;
text-indent: -9999px;
border: 0;
cursor: pointer;
margin-right: 5px;
float: left;
}
.nivo-controlNav a.active {
background: url(/images/slider_button_on.png) no-repeat;
}

/************* Media Queries *****************/
@media (max-width: 1024px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
  .logo {margin: auto;}
  .header-text {text-align: center; padding-top: 8px; padding-bottom: 8px;}
}

/* Stylesheet: main Modified On 2015-12-07 04:38:28 */
