.btn{
    background: rgb(247,106,56); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,106,56,1) 0%, rgba(234,90,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,106,56,1)), color-stop(100%,rgba(234,90,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* IE10+ */

    border: 1px solid #D34930;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}


.btn:hover{
    background: rgb(234,90,53); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,90,53,1) 0%, rgba(247,106,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,90,53,1)), color-stop(100%,rgba(247,106,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* IE10+ */
    
}

.check-list li{
    background: url('../../img/check-list-orange.png') no-repeat 0 center;
}


a:hover{
    color: #f76a38;
}
a.read-more:hover{
    color: #f76a38;
}

span.text-color{
    color: #f76a38;
}


span.dropcap-color{
    background: #f76a38;
    font: 20px 'BebasRegular', sans-serif;
    color: #fff;
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

#header{
    border-top: 8px solid #f76a38;
}



#nav li.active, #nav li:hover{
    background: #f76a38;
}

.page-title .title h1{  
    border-bottom: 1px solid #f76a38;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5{
    border-bottom: 1px solid #f76a38;
}

.tweets-list-container-2.tweet-home li a{
    color: #f76a38;
}

.tweets-list-container-2.tweet-home li:hover{
    background: url('../../img/tweet-home-hover-orange.png') 0 30px no-repeat;
}

.tweets-list-container-2.tweet-home li:first-child:hover{
    background: url('../../img/tweet-home-hover-orange.png') 0 0 no-repeat;
}

span.sixthy,
span.seventhy,
span.eighty,
span.seventhy-five{
    background: #f76a38;
}

.icon-app{
    background: url('../../img/icon-app-orange.png') no-repeat;
    width: 55px;
    height: 55px;
}

.icon-flexi{
    background: url('../../img/icon-flexi-orange.png') no-repeat;
    width: 55px;
    height: 55px;
}

.icon-mac{
    background: url('../../img/icon-mac-orange.png') no-repeat;
    width: 55px;
    height: 55px;
}

#portfolio-filter li:hover, 
#portfolio-filter li.active{
    background: #f76a38;
}

#portfolio-filter li:hover:before,
#portfolio-filter li.active:before{
    content: "";
    background: url('../../img/portfolio/filter-hover-orange.png') no-repeat 0 center;
    width: 11px;
    height: 32px;
    display: block;
    position: absolute;
    left: -7px; 
}

.portfolio-zoom a:hover,
.portfolio-single a:hover{
    background-color: #f76a38;
}

.portfolio:hover figcaption{
    border-bottom: 1px solid #f76a38;
}

.portfolio:hover .caption-title .title{
    color: #f76a38;
}

.pagination li.active{
    background: #f76a38;
}

.nivo-prevNav:hover{
    background: #f76a38 url('../../img/portfolio/arrow-left.png') center center no-repeat !important;
}

.nivo-nextNav:hover{
    background: #f76a38 url('../../img/portfolio/arrow-right.png') center center no-repeat !important;      
}

.carousel-pagination a.selected{
    background: url('../../img/carousel-bullet-active-orange.png') no-repeat center;
}

.post-info > ul li a:hover{
    color: #f76a38;
}

.post-info h1:hover{
    color: #f76a38;
}

.post-category:hover{
    background: #f76a38;
}

.pagination li:hover{
    background: #f76a38;
}

.comment-meta a:hover,
.comment-meta a.author:hover{
    color: #f76a38;
}


.post-category .category-image{
    background: url('../../img/blog/category-image-orange.png') no-repeat center;
    width: 55px;
    height: 55px;
    display: block;
}

.post-category .category-video{
    background: url('../../img/blog/category-video-orange.png') no-repeat center;
    width: 55px;
    height: 55px;
    display: block; 
}

.post-category .category-print{
    background: url('../../img/blog/category-print-orange.png') no-repeat center;
    width: 55px;
    height: 55px;
    display: block; 
}

#comment-reply{
    background: rgb(247,106,56); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,106,56,1) 0%, rgba(234,90,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,106,56,1)), color-stop(100%,rgba(234,90,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* IE10+ */

    border: 1px solid #D34930;
}


#comment-reply:hover{
    background: rgb(234,90,53); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,90,53,1) 0%, rgba(247,106,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,90,53,1)), color-stop(100%,rgba(247,106,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* IE10+ */
}

.contact-form .submit{
    background: rgb(247,106,56); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,106,56,1) 0%, rgba(234,90,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,106,56,1)), color-stop(100%,rgba(234,90,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247,106,56,1) 0%,rgba(234,90,53,1) 100%); /* IE10+ */

    border: 1px solid #D34930;
}

.contact-form .submit:hover{
    background: rgb(234,90,53); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,90,53,1) 0%, rgba(247,106,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,90,53,1)), color-stop(100%,rgba(247,106,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,90,53,1) 0%,rgba(247,106,56,1) 100%); /* IE10+ */
}

.tweet-icon{
    background: url('../../img/tweet-big-orange.png') no-repeat;
}

.tweets-list-container li a{
    color: #fbc5b2;
}

#footer a.read-more{
    color: #f76a38;
}

.copyright .breadcrumbs li a:hover{
    color: #f76a38;
}

.copyright .breadcrumbs li.active a{
    color: #f76a38;
}

#tweet-sroll-wrapper{
    background: #f76a38;
}


#recentcomments li a{
    color: #f76a38;
}