.nav-tabs.gallery-tabs {
	padding-right: 0;
	border-bottom: 5px solid #008DBC;
}

.nav-tabs.gallery-tabs li {
	width: 50%;
	padding-right: 2px;
}

.nav-tabs.gallery-tabs li a {
	display: block;
	padding: 20px;
	background: #E5E5E5;
	color: #008DBC;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	margin: 0!important;
	border: 0px;
	border-bottom: 5px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.nav-tabs.gallery-tabs>li.active>a, .nav-tabs.gallery-tabs>li.active>a:hover, .nav-tabs.gallery-tabs>li.active>a:focus {
	background: #008DBC;
	color: #fff;
	border: 0px;
	border-bottom: 5px solid #008DBC;
	border-top: 2px solid #008DBC;
}