/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}


.lead{
    font-size:16px;
}

p{
    font-size:16px;
    font-weight: 300;
}

.jobs{
    color:#AC72CE;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.heading{
    /*background-color:#7D56A8;*/
    background-color:#3F244F;
}


/* Flip around the padding for proper display in narrow viewports */
.container {
    padding-right: 0;
    padding-left: 0;
}
 .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.heading .navbar .container {
    width: auto;
}

/* Customization of the navbar */
.navbar-default {
    background-color: #7d56a8;
    border-color: #643990;
}
.navbar-default .navbar-brand {
    color: #ecf0f1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #cbb4e3;
}
.navbar-default .navbar-text {
    color: #ecf0f1;

}
.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #cbb4e3;
    background-color: #643990;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #cbb4e3;
    background-color: #643990;
}
.navbar-default .navbar-toggle {
    border-color: #643990;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #643990;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ecf0f1;
}
.navbar-default .navbar-link {
    color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
    color: #cbb4e3;
}

.navbar-default .navbar-nav ul{
}



@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #cbb4e3;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #cbb4e3;
        background-color: #643990;
    }

    /*We hide the phone number otherwise it's really ugly on the screen*/
    #informations
    {
        display:none;
    }

    #button-why
    {
        display:none;
    }
    /* also for images. it's facultative here */
    .featurette-image
    {
        display:none
    }

    .features{
        margin-left: 5px;
    }
}



#informations
{
    color:white;
    text-align:right;
    font-size:18px;
}



#logo
{
    margin-left:20px;
}

.glyphicon-earphone
{
}

.contact-number-header
{
    color:white;
}
.contact-number
{
    color: #643990;
}
.text-purple
{
    color: #643990;
}

#provide p
{
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
    width:700px;
    margin-bottom: 10px;
    align:center;
    margin:auto;
}
/* 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: 400px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}


.tales {
    width: 100%;
}
.carousel-inner{
    width:100%;
    max-height: 200px !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.features .col-lg-4 {
    margin-bottom: 2px;
    text-align: center;
}
.features h2 {
    font-weight: normal;
    font-size:38px;

}
.features .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
.features
{
    margin-top:30px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.no-border
{
    padding-left:0px;
    padding-right:0px;
}

.glyphicon-chevron-right
{
    float:right;
}


/* Home care services
------------------------------- */

.panel .panel-heading
{
    background-image:none;
    background-color:#7d56a8;
}
.panel-title
{
    color:white;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .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: 30px;
    }




}




/* CUSTOMIZATION CSS
-------------------------------------------------- */
.featurette .btn
{
    color:#643990;
}

.featurette .text-muted
{
    color:#643990;
    font-size:30px;
}

.text-purple-middle
{
    color:#643990;
    font-size:30px;
}

.featurette .btn:hover
{
    background-color:#428bca;
    color:white;
}


.color-purple
{
    background-color:#dbc1f7;
}

/* FORM CONTACT US */
#form-result-text
{
}


/* FOR MENU PANEL */
.active>a
{
    color:white;
}

.list-group-item:hover
{
    background-color:#428bca;
}

.list-group-item:hover > a { color:white; }
.gray-italic {color:gray;float:right;margin-right:10px;font-style: italic;  }
.list-group-item:hover > .gray-italic {color:white;  }

/*For HOME CARE*/
.list-of-things .lead
{
    margin-left:50px;
    Line-Height: 35px;
}

.glyphicon-purple
{
    color:#7d56a8;
}



/*For NEWS*/
#news h2
{
    color:#643990;
    font-size:30px;
}

h1
{
    color:#643990;
}


/* -------     FOOTER      ----- */
footer{
    margin-top:80px;
}





