/* Add your custom theme overrides here */

#t-pt {display:none;}

body {color: #0a0a0a;}

#innerbodycontent {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #E5E5E5 #D9D9D9 #CCC;
    box-sizing: border-box;
}

.title-red {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #C9302C;
}

.title-black {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #000000;
}

.title-blue {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #1585cf;
}

.title-gray {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #737b69;
}

.subtitle-black {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #000000;
}

.subtitle-blue {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #1585cf;
}

.subtitle-gray {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #737b69;
}

.subtitle-red {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #C9302C;
}

.carousel .carousel-caption {
    padding:0.5rem;
}

.lighter-background  .caption p,h3 {
    color:#fff;
}

.light-background  .caption p,h3 {
    color:#262626;
}

.table-hover {
    cursor:pointer;
}

.pointer {
    cursor:pointer;
}
.thumbnail {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
img {
    border: 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.close-button {
    position: absolute;
    color: #fff;
    right: 1rem;
    top: .5rem;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fff;
}
.button.hollow:focus, .button.hollow:hover {
    border-color: #0c4d78;
    color: #0c4d78;
}
.button.hollow, .button.hollow:focus, .button.hollow:hover {
    background-color: transparent;
}
.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8;
}
.button:focus, .button:hover {
    background-color: #1583cc;
    color: #fff;
}
.footer-bottom {
    background-color: #292c2f;
    font-size: 1.1rem;
    padding: 1rem;
	min-height: 250px;
	border-bottom: 2px solid #C9302C;
	border-top: 2px solid #236b9b;
}
.footer-bottom .footer-links a {
    list-style: none;
    color: #fff;
    padding: 0rem 0 0.8rem;
    margin: 0;
    font-size: 1.5rem;
	float: left;
}
.footer-bottom ul {
    float: left !important;
    text-align: left;
}
#footer-bottom ul {
    margin: 2em;
}
#footer-bottom li {
  display: block!important;
  line-height: 25px;
  margin: 1ex;
}
.footer-links {
    padding-left: 0 !important;
    margin-left: 0 !important;
}