.underline:after{
	background: #FA0000;
}

.bg-blue{
	background-color:#444343;
}
.bg-dark-blue{
	background-color:#BC1919;
}

.bg-blue-trans{
	background:#1fb4da url(../images/trans-bg-2.png) repeat;
	
}

.footer-icons li{
	background:#BC1919;
}

.footer-icons li a{
	background:#BC1919;

}

.footer-icons li a:hover{
	background:#1fb4da;
}

.back-to-top:hover {    
	color:#1fb4da;
}

.pricing .featured{
	border:#BC1919 1px solid;
	color:#BC1919;
}

.pricing .featured h1{
	color:#BC1919;
}

.pricing .featured .panel-heading{
	background-color:#BC1919;	
}

.pricing .panel-heading{
	background-color:#1fb4da;	
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #1fb4da;
border-color: #BC1919;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #1fb4da;
}

a {
color: #FE0000 ;
}

a:hover {
color: #FE0000 !important;
}

.badge {
	background:#1fb4da;
}
.panel-title > a.selected {
    background: #444343;
}
.carousel-indicators li {
	background:url(../images/carousel.png) no-repeat center center;
}

.carousel-indicators .active {
	background:#1fb4da;
}
.btn-flippy {
  background-color: #BC1919;
/*  border-color: #ccc;*/
}

.btn-flippy:hover,
.btn-flippy:focus,
.btn-flippy:active,
.btn-flippy.active,
.open .dropdown-toggle.btn-flippy {
  /*background-color: #FB0001;*/
  /*border-color: #ffffff;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #BC1919;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #BC1919;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*background-color: #BC1919;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: #BC1919;
}

.flippy-container > div.flippy-back {
	background:#1fb4da;
}
.flippy-title-front{
	background:#000;
}

.flippy-title-back{
	color:#1fb4da;

}
.flippy-featured-container > div {
    border-radius: 10px 10px 0px 10px;
    background: -webkit-linear-gradient(left, white , red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(130deg, white ,#9E1914, #CA2121, #0C0E0D); /* Standard syntax (must be last) */
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 2px 3px 4px #696969;

}
.flippy-featured-container > div.flippy-featured-back {
	background: -webkit-linear-gradient(left, white , red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(130deg,#9E1914, #CA2121, #0C0E0D); /* Standard syntax (must be last) */
}
.flippy-featured-title-front{
	
    
}

.flippy-featured-subtitle-front{
	background:#BC1919;

}

.flippy-featured-title-back{
	border-bottom:dotted 3px #444343;
}

.flippy-blog-container > div.flippy-blog-back {
	background:#1fb4da;
}

.avatar-name{
	color:#1fb4da;	
}
.controls li.active{
	background-color:#1fb4da;

}

.controls li.active:hover{
	background-color:#BC1919;

}
.flippy-btn-container > div {
	background:#1fb4da;

}
.flippy-btn-container > div.flippy-btn-back {
	background:#1fb4da;

}

.blog-date{
	background-color:#1fb4da;
}

.blog-month{
	color:#1fb4da;

}

.blog-title{
	color:#1fb4da;
	
}

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.cbp_tmtimeline:before {
	background: #afdcf8;

}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	color: #BC1919;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #1fb4da;
}

.cbp_tmtimeline > li .cbp_tmlabel {
	color: #1fb4da;
	border-left:5px #1fb4da solid;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	color:#BC1919;
	border-left:5px #BC1919 solid;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {

	border-right-color: #1fb4da;

}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #BC1919;
}

.cbp_tmtimeline > li .cbp_tmicon {

	background: #1fb4da;
	box-shadow: 0 0 0 8px #afdcf8;
}
@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline > li .cbp_tmlabel:after {

		border-bottom-color: #BC1919;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #1fb4da;
	}

}

.under-title{
	color:#1fb4da;
	
}

@media  (max-width: 600px) {
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #1fb4da;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #1fb4da;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1fb4da;
}	
}