﻿/*
#1 color = #e9372e;
#2 color = #3fbbc0;
*/

a:hover,
a:focus {
    color: #ce1127;
}

.circled {
	background: #ce1127;
}

.con1 > div, .con2 > div, .con3 > div { 
	background-color: #ce1127;
}

.scrollup:hover {
	background: #ce1127;
}


/* service */

.service-icon span {
	color: #ce1127;
}



/* button */
.btn-skin {
  background-color: #ce1127;
  border-color: #ce1127;
}


/* top */
.top-area {
	background: #000000;
}

/* menu */

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #ce1127;
}
.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: #ce1127;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #ce1127;
}


.bg-skin {
	background: #ce1127;
}

.bg-moving-pad-1 {
	background: url(../img/dummy/bg-moving-pad-royal.jpg) no-repeat top center;
}
.bg-moving-pad-2 {
	background: url(../img/dummy/bg-moving-pad-blk.jpg) no-repeat top center;
}
.bg-moving-pad-3 {
	background: url(../img/dummy/bg-moving-pad-lt-blue.jpg) no-repeat top center;
}
.bg-moving-pad-4 {
	background: url(../img/dummy/bg-moving-pad-grey.jpg) no-repeat top center;
}
.bg-moving-pad-5 {
	background: url(../img/dummy/bg-moving-pad-blue.jpg) no-repeat top center;
}
.bg-moving-pad-6 {
	background: url(../img/dummy/bg-moving-pad-textile.jpg) no-repeat top center;
}


.bg-serviceSkin {
	background: #ffffff;
}

.bg-serviceSkin a:hover {
	background: #ce1127;
}

.highlight-color {
	background-color: #ce1127;
}
.color {
	color: #ce1127;
}

/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#555;
}
.pricing-content.featured h3 {
	background:#333;
}



/* team */
.cbp-l-grid-team-name {
    color: #3fbbc0;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #ce1127;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #ce1127;
    border:1px solid #ce1127;
}

.cbp-l-filters-dropdownWrap {
    background: #ce1127;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #ce1127;
    border-color: #ce1127;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #ce1127;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #3fbbc0;
}

.form-control:focus {
  border-color: #3fbbc0;
}
