/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 00px;
    color: #5a5a5a;
}

a{color:#000}
a:hover{color:#000}

.container{width:1082px !important}
.page-title{color:#d10400;font-weight: bold;text-transform: uppercase;font-size:26px}
footer a{color:#fff}
footer a:hover{color:#fff}
hr{margin-top:5px;margin-bottom: 5px}

.btn-black          { color: #ffffff; background-color: #000; border-color: #555; }
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black
{ color: #ffffff; background-color: #444; border-color: #444; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
   
}

#landing_thumb img{}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
    
}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



.comment-respond {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.comment-respond h4.title {
    font-size: 19px;
    line-height: 19px;
}

.comment-respond .comment-form,
.comment-form .input-wrap input,
.comment-form .textarea-wrap textarea {
    width: 100%;
}

.comment-respond .comment-form {
    margin-top: 10px;
}

.comment-form .input-wrap {
    width: 48.05%;
    float: left;
}

.comment-respond.home-getin h4.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 1px;
    font-weight: 500;
}

.comment-respond.home-getin {
    margin: 0;
}

.comment-form .input-wrap.name {
    margin-right: 3.9%;
}

.comment-form .textarea-wrap textarea,
.comment-form .input-wrap input {
    border: 2px solid #dedede;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-form .textarea-wrap textarea:focus,
.comment-form .input-wrap input:focus {
    border-color: #000;
}

.comment-form .textarea-wrap textarea {
    height: 144px;
    padding-top: 15px;
    padding-left: 22px;
    margin-bottom: 14px;
}

.comment-form .input-wrap input {
    margin-bottom: 21px;
    padding-left: 18px;
    height: 50px;
}

.comment-form *::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.comment-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.comment-form *::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.comment-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 00px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
