a{color:#e67e22}.btn{color:#fff;background-color:#e67e22}.btn.active,.btn:active,.btn:focus,.btn:hover,.open>.dropdown-toggle.btn{background-color:#cf711f}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-nav>.active>a,.navbar-nav>li>a:hover{color:#e67e22}.section-title{border-bottom:1px solid #e67e22;color:#e67e22}.section-subtitle::after{background-color:#e67e22}.slideshow .btn{border:2px solid #e67e22;background-color:rgba(230,126,34,.15)}.slideshow .btn:hover,.slideshow .slide-form .panel .btn{border:2px solid #e67e22;background-color:#e67e22}.slideshow .slide-form .panel .btn:hover{border:2px solid #cf711f;background-color:#cf711f}.slideshow .countdown .count{background-color:#e67e22}.slideshow .carousel-indicators li:hover{border:1px solid #e67e22}.slideshow .carousel-indicators .active{border:1px solid #e67e22;background-color:#e67e22}.features .features-icon{color:#e67e22}.features .features-wrapper:hover .features-icon{background-color:#e67e22}.features .features-content .title,.overview .overview-icon,.overview .title{color:#e67e22}.overview .overview-wrapper:hover .overview-icon,.overview .progress-bar{background-color:#e67e22}path+path{stroke:#e67e22}.gallery .slick-dots .slick-active button:before,.gallery .slick-dots li button:before,.stats .description span,.testimonials a{color:#e67e22}.panel:hover .plan-price,.plan-price{background-color:#e67e22}.panel-popular .plan-price:before{box-shadow:0 0 0 2px #e67e22}.pricing .panel:hover .panel-heading{color:#e67e22}.pricing .badge-popular{background:url(../../images/pricing/badge_popular_carrot.png) no-repeat center center}.contact .map-title a,.team .team-content .name,.team .team-media .team-social{color:#e67e22}.contact .map-title:hover{background-color:#e67e22}.contact .vcard a,.go-top:hover{color:#e67e22}

/*********** ADDED **********/
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.navbar-brand span.brand_subtitle,
.footer-logo span,
.top-bar .brand_subtitle,
#quotes .items .name
{
	color: #e67e22;
}

#login_button .round {
    background-color: #e67e22;
    background: -moz-linear-gradient(#e67e22, #e67e22);
    background: -ms-linear-gradient(#e67e22, #e67e22);
    background: -o-linear-gradient(#e67e22, #e67e22);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e67e22), to(#e67e22));
    background: -webkit-linear-gradient(#e67e22, #e67e22);
    background: linear-gradient(#e67e22, #e67e22);
}

.color-switcher .toggle {
	color: #e67e22;
}

.custom_section_layout:hover {
    border: 3px solid #e67e22;
    background: #e67e2233;
}

.switch-primary>.switch-input:checked~.switch-label {
    background: #e67e22;
}

@media only screen and (min-width: 769px) {
    .card-img span {
        position: absolute;
        top: 21%;
        left: 13%;
        background-image: url('../../img/fumetto-carrot.svg');
        padding: 13px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 500px) and (min-width: 361px){
    .card-img span {
        position: absolute;
        top: 29%;
        left: 14%;
        background-image: url('../../img/fumetto-carrot.svg');
        padding: 15px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}

@media (max-width: 769px) and (min-width: 500px) {
    .card-img span {
        position: absolute;
        top: 15%;
        left: 8%;
        background-image: url('../../img/fumetto-carrot.svg');
        padding: 22px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}

.btn-articles{
    width: 300px !important;
    background-color: #e67e22;
    border: 1px solid #e67e22;
    height:40px;
    line-height: 1.9em;
}

.article-colored-text{
    color: #e67e22;
}

@media only screen and (max-width: 360px) {
    .card-img span {
        position: absolute;
        top: 30%;
        left: 17%;
        background-image: url('../../img/fumetto-carrot.svg');
        padding: 17px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}