/* Define the base color */
/* Common styles & typography */
a,
a:hover,
a:focus,
a:active {
  color: #f2333a;
}
.section-heading {
  border-color: #f2333a;
}
.button,
.tp-button {
  background-color: #f2333a;
}
.bullets .active a,
.arrow-left:hover,
.arrow-right:hover {
  background-color: #f2333a;
}
/* Navigation */
.navbar-toggle .icon-bar {
  background-color: #f2333a;
}
.nav li > a:hover,
.nav li.active > a:hover{
  color: #f2333a;
}
/* Featured portfolio */
.featured .overlay {
  background-color: #f2333a;
}
.full-portfolio .fa {
  color: #f2333a;
}
/* Feature box */
.feature-box > .fa {
  color: #f2333a;
}
/*divider */
.spacer {
  background-color: #f2333a;
}
/* Services */
.service:hover .circle {
  -webkit-box-shadow: inset #f2333a 0 0 0 5px;
  -moz-box-shadow: inset #f2333a 0 0 0 5px;
  -ms-box-shadow: inset #f2333a 0 0 0 5px;
  -o-box-shadow: inset #f2333a 0 0 0 5px;
  box-shadow: inset #f2333a 0 0 0 5px;
}
.service .circle .fa {
  color: #f2333a;
}
.service .circle:before {
  background-color: #f2333a;
}
/* Testimonials */
.testimonial .info em {
  color: #f2333a;
}
/* Facts */
.facts .count {
  color: #f2333a;
}
/* Team */
.team:hover {
  background: #f2333a;
}
.social a:hover {
  color: #f2333a;
}
/* Skill */
.skill .bar .value {
  background: #f2333a;
}
/* Portfolio */
.portfolio .overlay {
background:rgba(242,51,58,0.8)
}


.portfolio-filter .filter.active, .portfolio-filter li.active a{
  background: #f2333a;
  color:#fff;
}

/* Twitter icon */
.twitter-icon:after {
  background: #f2333a;
}
/* Contact section */
.address .fa {
  color: #f2333a;
}
/* Footer */
footer {
  background: #f2333a;
}
/* Slider revolution */
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover,
.tp-bullets .bullet.selected {
  background-color: #f2333a !important;
}


#portfolio-list li .more { 
background:#f2333a;
border: 2px solid #f2333a;
}



.nav li:hover:after {
background:#f2333a;
}


.nav li a:hover{
border-bottom:1px solid #f2333a;
}



.flex-control-paging li a.flex-active{
  background-color: #f2333a;
}


.hostingicon i {
  background-color: #f2333a;
}

