#tabsession-1 .g-heading-v7 h2,
#tabsession-1 .g-heading-v7 .h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	position: relative;
	padding-bottom: 45px;

	color: #383339;
	letter-spacing: 2px;
}
#tabsession-1 .g-heading-v7 .h2 .block-name {
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 5px;
	display: block;
	color: #c94645;
	margin-bottom: 25px;
}
#tabsession-1 .g-heading-v7 .h2:after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 10px;
	background: #c94645;
	position: absolute;
	left: 0;
	bottom: 0;
}
.text-center #tabsession-1 .g-heading-v7 .h2:after,
#tabsession-1 .g-heading-v7.text-center .h2:after {
	left: 50%;
	margin-left: -35px;
}
@media(max-width: 500px) {
	#tabsession-1 .g-heading-v7 h2,
	#tabsession-1 .g-heading-v7 .h2 {
		font-size: 30px;
		padding-bottom: 30px;
	}
	#tabsession-1 .g-heading-v7 .h2:after {
		height: 7px;
	}
}
#tabsession-1 .g-heading-v7 h3,
#tabsession-1 .g-heading-v7 .h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #383339;
}
#tabsession-1 .g-heading-v7 h4,
#tabsession-1 .g-heading-v7 .h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: auto;
	margin: 0 0 5px;
	color: #383339;
}
#tabsession-1 .g-heading-v7 h5,
#tabsession-1 .g-heading-v7 .h5 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: auto;
	margin: 0 0 5px;
	color: #383339;
}
/*--------------------------------------------------
    [8. Gallery Section]
----------------------------------------------------*/
/*Gallery tabs and content design*/
.tab-v2 .tab-content {
	padding: 10px 20px;
	border: none;
}

.tab-v2 .nav-tabs > li > a {
	color: #fff;
	padding: 60px 45px 26px;
	margin: 0;
	position: relative;
	max-width: 300px;
	margin-bottom: 20px;
}

.tab-v2 .nav-tabs > li > a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -1px;
	right: -25px;
	border-top: 68px solid transparent;
	border-bottom: 68px solid transparent;
	z-index: 1;
}

.tab-v2 .nav-tabs > li > a.tab-1 {
	background: #363643;
}

.tab-v2 .nav-tabs > li > a.tab-1:after {
	border-left: 26px solid #363643;
}

.tab-v2 .nav-tabs > li > a.tab-2 {
	background: #33333f;
}

.tab-v2 .nav-tabs > li > a.tab-2:after {
	border-left: 26px solid #33333f;
}

.tab-v2 .nav-tabs > li > a.tab-3 {
	background: #30303b;
}

.tab-v2 .nav-tabs > li > a.tab-3:after {
	border-left: 26px solid #30303b;
}

.tab-v2 .nav-tabs > li > a.tab-4 {
	background: #2d2d37;
}

.tab-v2 .nav-tabs > li > a.tab-4:after {
	border-left: 26px solid #2d2d37;
}

.tab-v2 .nav-tabs > li > a:before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 40px;
	width: 76px;
	height: 76px;
	padding: 20px 13px;
	background: inherit;
	top: -38px;
	left: 50%;
	margin-left: -38px;
	border: 4px solid #fff;
	border-radius: 50px;
}

.tab-v2 .nav-tabs > li > a.tab-1:before {
	content:"\f03e";
}

.tab-v2 .nav-tabs > li > a.tab-2:before {
	content:"\f10b";
}

.tab-v2 .nav-tabs > li > a.tab-3:before {
	content:"\f013";
}

.tab-v2 .nav-tabs > li > a.tab-4:before {
	content:"\f135";
}


.tab-v2 .nav-tabs > li:last-child > a:after {
	visibility: hidden;
}
.tab-v2 .nav-tabs > li > a > strong {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}
/*.tab-v2 .nav-tabs > li > a > span {
	color: #9797a2;
	font-size: 14px;
}*/

.tab-v2 .nav-tabs li.active a {
    background: #c94645;
    padding: 60px 45px 26px;
    border: none;
    color: #fff;
}

.tab-v2 .nav-tabs li.active a:before  {
    background: #c94645;
}

.tab-v2 .nav-tabs li.active a:after  {
    border-left: 26px solid #c94645;
}

/*.tab-v2 .nav-tabs > li.active > a > span {
	color: #f7f7f7;
}*/

@media (max-width: 1200px) {
	.tab-v2 .nav-tabs > li > a,
	.tab-v2 .nav-tabs li.active a {
		padding: 70px 15px 28px;
	}

	.tab-v2 .nav-tabs > li > a:after, .tab-v2 .nav-tabs li.active a:after {
		right: -10px;
	}
}

@media (max-width: 992px) {
	.tab-v2 .nav-tabs > li > a,
	.tab-v2 .nav-tabs li.active a {
		padding: 70px 15px 28px;
	}
}
