.colour { color:#B93826; } 
.colour-bg , .label-danger { background: #B93826!important; }
a { color: #B93826; }
a:hover { color:#000; }
.launch_modal { color: #B93826; cursor:pointer; }
.launch_modal:hover {color: #000; }

::selection { background: #B93826; color: #fff; }
::-moz-selection { background: #B93826; color: #fff; }

blockquote { border-left:4px solid #B93826!important;  }

div.tabs ul.nav-tabs li.active a, .panel-heading a:hover { color:#B93826!important; }

#contact .lead, #contact h1 { color:#fff!important; }

.footer a { color: #B93826!important;  }
.footer a:hover { color: #999!important; }

/*  ---------------------------------------------------------------
  	COLOUR OVERLAYS FOR IMAGE BACKGROUNDS
    --------------------------------------------------------------- */
/*  --- COLOUR OVERLAY -- */
#home, #milestones, #contact { box-shadow: inset 0 0 0 1000px rgba(0,0,0,0); }  /* original overlay calor: rgba(232,78,65,0.7)

/*  --- DARK OVERLAY -- */
 #quotes, #charts { box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6); }

/*  ---WHITE OVERLAY -- */
 #clients{ box-shadow: inset 0 0 0 1000px rgba(0,0,0,0); }

/*  ---	MAP ZOOM -- */
#zoom-in, #zoom-out { background-color: rgba(185,56,38,0.9); }
.no-touch #zoom-in:hover, .no-touch #zoom-out:hover { background-color: #B93826; }

/*  ---------------------------------------------------------------
  	VIDEO SECTION BACKGROUND COLOUR
    --------------------------------------------------------------- */
#video { background: #8D3126; }
#trailers {background: #8D3126; }
#entertainers {background: #8D3126; }
#entcast {background: #802921; }
#entsoundtrack {background: #70261E; }
#joezopp {background: #171717; }
#zoppcast {background: #000000; }
#moviemakers {background: #EEEEEE; }

/*  ---------------------------------------------------------------
  	TEXT ROTATOR BACKGROUND COLOUR
    --------------------------------------------------------------- */
#rotator {  background: #8D3126!important; }

/*  ---------------------------------------------------------------
  	FEATURES BACKGROUND COLOUR
    --------------------------------------------------------------- */
#features { background: #B93826; }

/*  ---------------------------------------------------------------
  	BUTTONS
    --------------------------------------------------------------- */
.btn, .btn-big:hover, .btn-big:focus, #pricing .btn,  #pricing .btn:focus,  #pricing  .btn.inverse:hover, .cbp-l-loadMore-button-link:hover, .btn-big-blog:hover,
.cbp-l-inline-view:hover {
	background: #B93826;
	color: #fff;
	border: 1px solid #B93826;
} 
.cbp-l-loadMore-button-link:focus, #pricing  .btn.inverse {
	background: #fff;
	color: #333;
	border: 1px solid rgba(0,0,0,0.5);
}

.btn:hover, #pricing .btn:hover, #pricing .btn:focus, #pricing .btn.inverse {
	background: #222;
	color: #fff;
     border: 1px solid rgba(0,0,0,0.5);
}

/*  ---------------------------------------------------------------
  	SIDEBARS
    --------------------------------------------------------------- */
/* in page toggles */
span.sb-toggle-left, span.sb-toggle-right  { color: #B93826; } 
span.sb-toggle-left:hover, span.sb-toggle-right:hover  { color: #222; }
/* right sidebar */
.sb-slidebar a { color: #B93826; text-decoration: none; }
.sb-slidebar a:hover { color: #bbb; text-decoration: none; }
/* menu left border link colour */
.sb-left .sb-menu li a { border-left: 3px solid transparent; }
.sb-left .sb-menu li a:hover { border-left: 3px solid #B93826; }

/*  ---------------------------------------------------------------
  	SERVICE ICONS
    --------------------------------------------------------------- */
.service, .service2 { background:#B93826!important; }

/*  ---------------------------------------------------------------
   	HOVER CAPTIONS ( TEAM - VIEW PROFILE + WORK - VIEW BUTTONS 
    --------------------------------------------------------------- */
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover { color: #B93826!important; }

/*  ---------------------------------------------------------------
  	PORTFOLIO FILTERS
    --------------------------------------------------------------- */
.cbp-l-filters-button .cbp-filter-item:hover,
.cbp-l-filters-button .cbp-filter-item-active { background-color:transparent!important;  color: #B93826!important; }
.cbp-l-filters-button .cbp-filter-counter { background-color: #222!important; color: #fff!important; }
.cbp-l-filters-button .cbp-filter-counter:before { border-top: 4px solid #222!important;}

/*  ---------------------------------------------------------------
  	PROGRESS BARS/SKILL BARS
    --------------------------------------------------------------- */
.bars-wrapper .progress-bar { background:#B93826!important; }

/*  ---------------------------------------------------------------
  	BLOG - PAGINATION & SIDEBAR HOVER COLOUR
    --------------------------------------------------------------- */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span, 
.sidebar li a:hover, ul.tags li a:hover { color: #B93826!important; }
   
