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

/*********** 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: #f39c12;
}

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

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

.custom_section_layout:hover {
    border: 3px solid #f39c12;
    background: #f39c1233;
}

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


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


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

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


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

