
/*
 *  Header
 */


header {
    background-color: rgba(255,255,255, 1);
    color: #000000;
    font-family: "Muli";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

header #main-nav {
    background-color: rgba(231,56,150, 1);
}

header .mobile-nav #main-nav {
    background-color: rgba(231,56,150, 1);
}   

header #main-nav .sub-menu {
    background-color: #e73896}

/*
header .visible-phone .navbar-inner {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #ffffff);
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
*/

header #main-nav ul li a:link { color: #ffffff; }
header #main-nav ul li a:visited { color: #ffffff; }
header #main-nav ul li a:hover { color: #000000; }
header #main-nav ul li a:active { color: #000000; }

#banner {
    background-color: #f2f2f2;
}


/*
header #main-nav ul li .sub-menu {
    background-color: #e73896}
*/

.breadcrumbs{
    background-color: #f8b6d2;
    color: #ffffff;
}

.breadcrumbs a:link { color: #ffffff; }
.breadcrumbs a:visited { color: #ffffff!important; }
.breadcrumbs a:hover { color: #e6e6e6; }
.breadcrumbs a:active {	color: #000000; }


/*
 *  Main Body
 */

body {
    color: #575757 ;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}

#content {
    background-color: rgba(255,255,255,1);
}

body h1 {
    color: #e73896 ;
    font-family: "Muli";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}

body h2 {
    color: #9d9d9d;
    font-family: "Lato";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}


#content a:link { color: #e73896; }
#content a:visited { color: #e73896; }
#content a:hover { color: #000000; }
#content a:active { color: #333333; }


h3, h4, h5, h6 {
    font-family: "Muli";
}

/* End Of Body */

/*
 *  Slider Management
 */

.carousel-caption h4 {
    color: #e73896;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}

.carousel-caption h5 {
    color:  #ffffff;
    font-family: Ubuntu;
    font-size: 20px;
    font-style:  normal;
    font-weight: normal;
}

.carousel-caption p {
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;}

.carousel-caption .btn{
    background: #e73896;
    color: #FFFFFF !important;
}

.carousel-caption .btn.btn-link{
    background: initial !important;
}

.carousel-caption .play-movie-text{
    color: #ffffff;
}

.carousel-control{
    background: none;
    border: 0;
}



/*
 *  Feature Posts
 */

.inclusions h3 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #e73896;
}

.inclusions .readmore a{
    color: #ffffff !important;
}

.inclusions .readmore a.square{
    border-radius: 0;
    background: #e73896;
}

.inclusions .readmore a.round{
    border-radius: 5px;
    background: #e73896;
}

.inclusions .readmore a.text {
    background: transparent;
}

.inclusions .readmore a.icon {
    background: transparent;
}

.inclusions .readmore a.icon::before {
    background: #e73896}


/*
 *  Footer
 */

footer.page-footer {
    background: rgba(248,182,210,1);
    color: #ffffff;
    font-family: "Lato";
    font-style: normal;
    font-size:12px;
    font-weight: normal;
}

footer.page-footer h3 {
    color: #b33285;
    font-family: "Ubuntu";
    font-size:14px;
    font-style: normal;
    font-weight: normal;
}

footer .copyright {
    background:rgba(179,50,133,1);
    color: #ffffff;
}
