h3 b, h4 b {
	background-color: #F26262; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 13px;
	position: relative;
    z-index: 1;
	display: inline-block;
}
.titleh3.margin-bottom-20 b {
	background-color: #F26262; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 13px;
	position: relative;
    z-index: 1;
	display: inline-block;
}
.titleh3.margin-bottom-20{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	border-bottom: 3px solid #F26262;
}
.titleh3.margin-bottom-20 b:after {
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1);
}

.titleh3.margin-bottom-20 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -20px;
    width: 0;
    height: 0;
    border-bottom: 31px solid #F26262;
    border-right: 20px solid transparent;
    z-index: 1;
	opacity: 0.5;
}


h3.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	border-bottom: 3px solid #F26262;
}

h3.margin-bottom-15 b:after {
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1);
}

h3.margin-bottom-15 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -20px;
    width: 0;
    height: 0;
    border-bottom: 31px solid #F26262;
    border-right: 20px solid transparent;
    z-index: 1;
	opacity: 0.5;
}

h4.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	border-bottom: 3px solid #F26262;
}

h4.margin-bottom-15 b:after {
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1);
}

h4.margin-bottom-15 b:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -20px;
    width: 0;
    height: 0;
    border-bottom: 31px solid #F26262;
    border-right: 20px solid transparent;
    z-index: 1;
	opacity: 0.5;
}
.pull-right .nav-tabs>li.active>a, .pull-right .nav-tabs>li.active>a:focus, .pull-right .nav-tabs>li.active>a:hover {
    color: #F26262;
}
/******END - For the new style for titles***/