/* Backgrounds ----------------------------------------------------------*/

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.btn-primary,
.btn-primary:hover,
.style-caption h1,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover,
.title-color,
.tags a:hover,
.title-aside,
.pagination .active,
.info-player h4 a,
.tooltip-inner,
.portfolioFilter .current,
.portfolioFilter a:hover,
.owl-theme .owl-controls .owl-buttons div,
#theme-options .layout-style li.active,
.thumbs li:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.pagination > .active > a,
.pagination > .active:hover > a{
	background: #c73410; 
	background-color: #c73410; 
}
.footer-down{
	background: #c73410 url("../../../img/img-theme/footer-down.png") repeat-x left 1px;
}
.events-carousel li .header-post .date{
	background: #c73410;  
	background: rgba(225, 72, 63, 0.6);
}
.events-carousel li .header-post .date.upcoming{
	background: #c73410;  
	background: #c73410;
}

/* Colors ----------------------------------------------------------*/

blockquote > a,
.tweet_time a,
.tweet_text a,
.tags i,
.text-resalt,
.post-item h4 a:hover,
.post-item p a,
.links li i,
.entry-title a,
.info-clubs h4 a:hover,
.sf-menu .sf-mega ul li a:hover,
.sf-menu li li a:hover,
.crumbs ul li a:hover,
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover,
.crumbs li a,
.page-error h1 i,
.sitemap li a:hover,
.pagination > li > a, .pagination > li > span,
address i,
address a,
.list li i,
.events-carousel h4 a,
.pagination > li:hover a{
	color: #c73410;
}

/* Borders ----------------------------------------------------------*/

.nav-tabs li.active:after {
	border: 6px solid #c73410;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -11px;
	content: "";
	left: 50%;
	margin-left: -6px;
	position: absolute;
	z-index: 101;
}
.nav-tabs li.active a {
    background-color: #c73410 !important;
    color: white !important; 
    border:0px !important;
    margin:0px !important;
}
.style-caption p,
.item-clubs{
	border-right: 5px solid #c73410;	
}
.titles.color-outline
{
    border-width: 1px;
    border-color: #c73410;
    border-style: solid;
    
    border-left: 5px solid #c73410;
   /* border-right: 5px solid #c73410;*/
    
    border-radius: 0px;
}
.titles h4{
    border-left: 5px solid #c73410;
}

.titles.color-outline h4
{
    border-style: none;
}
.pagination > .active > a,
.pagination > .active:hover > a{
	border-color: #c73410;
}
.style-caption h1:before{
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #c73410;
}
.crumbs:before{
	border-bottom: 20px solid #c73410;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #E1483F;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.mainmenu,
.sf-menu .sub-current,
.header-2,
.header-2 .is-sticky{
	border-bottom: 3px solid #c73410;
}
header,
.overlay-player,
.crumbs{
	border-top: 3px solid #c73410;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #c73410; /* IE8 fallback colour */
}
ul.sub-current .current  > .sf-with-ul:focus:after,
ul.sub-current .current:hover > .sf-with-ul:after,
ul.sub-current .current .sfHover > .sf-with-ul:after {
  border-left-color: #c73410; /* IE8 fallback colour */
}

/* additions */
.text-primary{
    
    color: #c73410;
}

.label {
    font-weight: normal;
}
.form-group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
label.valid {
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    color: #c10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}
.mainmenu .selected a{
    color:#c73410;
}
a{
    color:#c73410;
}
a:hover{
    color:#c73410;
}