﻿html {
    background-color: #000;
    font-family: Andalus !important;
}

body {
    background-color: #000;
    color: #fff;
}

footer {
    /*margin-top: 25px;*/
    padding-top: 10px;
    background-color: #333;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: -20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    min-width: 280px;
}

a {
    color: #eee;
}

    a:hover {
        color: #ccc;
        text-decoration: none;
    }

header div img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
    margin: 0 auto;
}

.img-width {
    width: 100%;
}

.img-width-80 {
    width: 75%;
}

.img-text {
    position: absolute;
    top: 50%;
    left: 30%;
    font-size: 16pt;
    letter-spacing: 5px;
    color: #ccc;
    font-family: Andalus;
    display: none;
}
/*CUSTOM NAVBAR*/
.navbar-tc {
    background-color: #333 !important;
    border: none;
    font-size: 9pt;
    font-family: Andalus;
    text-align: center !important;
}

    .navbar-tc ul {
        margin: -1px auto !important;
        text-align: center !important;
    }

        .navbar-tc ul li a {
            margin: 0 auto !important;
            text-align: center !important;
        }

    .navbar-tc a {
        color: #B2B2B2 !important;
    }

        .navbar-tc a:hover {
            color: #FFF !important;
        }

.tc-dropdown ul {
    margin-top: -1px;
    background-color: #333;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #333;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}


.row-padding {
    padding-top: 50px;
}

.image-padding {
    padding: 10px;
}

.img-height {
    height: 245px;
}

#contact-area {
    padding: 20px 0 10px 0;
    margin-top: 30px;
    background-color: #444;
}

.img-thumbnail {
    background-color: #666;
    border: none;
}

.paragraph {
    background-color: #222;
    border: 1px solid #444;
    border-radius: 5px;
}

.slider-img {
    display: none;
}

.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

/*.has-error2 {
    color: #fab1b1 !important;
}
.has-error2 > span {
    color: #fab1b1 !important;
}*/
