/*
#1 color = #fe5147;
#2 color = #fe5147;
*/

a:hover,
a:focus {
    color: #fe5147;
}

.circled {
	background: #fe5147;
}

.con1 > div, .con2 > div, .con3 > div { 
	background-color: #fe5147;
}

.scrollup:hover {
	background: #fe5147;
}


/* service */

.service-icon span {
	color: #fe5147;
}



/* button */
.btn-skin {
  background-color: #2d3e50;
  border-color: #2d3e50;
}


/* top */
.top-area {
	background: #fff;
	font-size: 12px;
	height:120px;
}

/* menu */

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #fe5147;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,.navbar-custom.top-nav-collapse .nav li.active a  {
    color: #fe5147;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fe5147;
}

.help-block{
    margin-top: 0px !important;
    font-size: 11px !important;
    /*font-weight: bold;*/
    /*border-radius: 3px !important;
    background-color: #b50401 !important;
    color: #fff !important;
    padding-left: 5px !important;*/
}
.bg-skin {
	background: #fe5147;
}

.highlight-color {
	background-color: #fe5147;
}
.color {
	color: #fe5147;
}

/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#fe5147;
}
.pricing-content.featured h3 {
	background:#fe5147;
}



/* team */
.cbp-l-grid-team-name {
    color: #fe5147;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #fe5147;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #fe5147;
    border:1px solid #fe5147;
}

.cbp-l-filters-dropdownWrap {
    /* @editable properties */
    width: 200px;
    position: absolute;
    right: 0;
    background: #fe5147;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #fe5147;
    border-color: #fe5147;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #fe5147;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #fe5147;
}

.form-control:focus {
  border-color: #006600;
}
