/* Orange #1c115a */
/* Orange dark #dd6822 */

.headline-divided.headline-primary .info1 
{
    background: #f6f6f6;
    color: #555;
}

/* Main defaults */
a:hover {
    color: #1c115a;
}

.navigation ul li:hover::before {
    color: #1c115a;
}

.highlight-text {
    color: #1c115a;
}

.highlight-bg {
    color: #1c115a;
}

/* Top header */
#top-header .language-picker .dropdown-menu li a:hover,
#top-header .language-picker .dropdown-menu li:hover
{
    background: #ffffff;
    color: #1c115a;
}

/* Header - nav buttons */
.navbar .nav li.active a,
.navbar .nav li:hover a,
.navbar .nav li.active:hover a,
.navbar .nav li.active a:focus,
.navbar .nav li.active a:active
{	
	font-weight: 800 !important;
    color: #1c115a;
}

.navbar .nav li.active a:hover
{
    color: #1c115a;
}

/* Mobile editions */
@media(max-width: 768px) {
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle {
        background: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #1c115a !important;
    }

    .navbar-default .navbar-toggle:focus .icon-bar, 
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #666666;
    }

    .nav>li:hover,
    .nav>li:hover>a {
        background: #1c115a;
        color: #fff !important;
    }
}

/* Features */
.features .feature i {
    color: #1c115a;
}

.features a:hover .feature,
.features a:hover .feature i,
.features a:hover .feature h1 {
    color: #555;
}

.headline.headline-primary {
    background-color: #1c115a;
}

/* Gallery */
ul.gallery li.item .contents h1,
ul.gallery li.item .contents p {
    color: #fff;
}

/* Pricing plan */
.pricing-plans .plan .title span {
    color: #fff;
    background: #1c115a;
}

.pricing-plans .plan .actions .btn:hover {
    border: 2px solid #1c115a;
    color: #1c115a;
}

/* Effects */
.color-hoverlay:hover .contents {
    background-color: rgba(243, 101, 16, 0.9);
}

.color-hoverlay .btn,
.color-hoverlay .btn-light {
    background: #ffffff;
    color: #1c115a;
    opacity: 0.95;
}

.color-hoverlay .btn:hover,
.color-hoverlay .btn-light:hover {
    background: #222;
    opacity: 1;
    color: #fff;
}

.color-hoverlay .btn-dark {
    background: #222;
    opacity: 0.8;
    color: #fff;
}

.color-hoverlay .btn-dark:hover {
    background: #ffffff;
    color: #1c115a;
    opacity: 0.95;
}

/* Testimonials */
.testimonials .item .person .description .organization {
    color: #1c115a;
}

/* Carousel */
.carousel-indicators .active {
    background-color: #1c115a;
    border-color: #1c115a;
}

/* Page header */
.page-subheader hr {
    border-color: #ececec;
}


/* light blue Buttons */
.btn-ltblue,
.btn-ltblue:focus,
.btn-ltblue:active,
.btn-ltblue:active:focus,
.btn-ltblue.active {
    color: #1c115a !important;
    background: #d1f5e8 !important;
}
.btn-ltblue:hover,
.btn-ltblue.active:hover {
    color: #1c115a !important;
    background: #b1dde2 !important;
}


/* Buttons */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active {
    color: #ffffff !important;
    background: #1c115a !important;
}

.btn-primary:hover,
.btn-primary.active:hover {
    color: #ffffff !important;
    background: #29198c !important;
}


.btn-tclt,
.btn-tclt:focus,
.btn-tclt:active,
.btn-tclt:active:focus,
.btn-tclt.active {
    color: #1c115a !important;
    background: #b1dde2 !important;
}

.btn-tclt:hover,
.btn-tclt.active:hover {
    color: #1c115a !important;
    background: #d1f5e8 !important;
}

/* Forms */
.input:focus,
.textarea:focus,
.select:focus
{
    border: 1px solid #1c115a;
}

/* Tabs */
.nav-tabs-custom .nav li.active a {
    border-bottom: 3px solid #1c115a;
    color: #1c115a;
}

/* Dropdown */
#content .dropdown .dropdown-menu li:hover a {
    color: #1c115a;
}

/* Pagination */
.pagination > li.active a,
.pagination > li.active:hover a,
.pagination > li.active:focus a,
.pagination > li.active:active a {
    background: #1c115a !important;
    border-color: #1c115a !important;
}

.pagination > li a,
.pagination > li:active a,
.pagination > li:focus a,
.pagination > li a:active,
.pagination > li a:focus {
    color: #1c115a;
}

.pagination > li:hover a,
.pagination > li a:hover {
    color: #dd6822;
    background: #f9f9f9;
}

/* Gallery */
.gallery .carousel-indicators li.active
{
    border: 2px solid #1c115a;
    border-radius: 2px;
}

/* Shop detail */
.shop-detail .title .price {
    color: #1c115a;
}

/* Reviews */
.choices.ratings label.star.active {
    color: #1c115a;
}

.choices.ratings label.star.active {
    color: #1c115a; 
}

/* Shop home */
.headline-divided.headline-primary .info {
    background: #1c115a;
    color: #fff;
}

/* Terms */
.terms-conditions .terms-category li:hover a,
.terms-conditions .terms-category li.active,
.terms-conditions .terms-category li.active a
{
    color: #1c115a;
}

.terms-conditions .terms-category li,
.terms-conditions .terms-category li:hover a
{
    display: block;
    text-decoration: none;
}

/* Footer */
.footer-above a {
    color: #d1f5e8; 
}