.img-thumbnail {
	padding: 10px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  margin-left: auto;
  margin-right: auto;
}

.offer-page .btn-group,
.offer-page .btn-group-vertical {
    display: inherit;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    text-align: left;
    border-width: 1px;
    color: #1E1E1E;
    background-color: #EBEBEB;
    border-color: #2E6DA4;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    text-align: left;
    border-width: 1px;
    color: #1E1E1E;
    background-color: #EBEBEB;
    border-color: #FFF;
}

.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn-group:hover, .btn-group-vertical > .btn-group > .btn:hover {
    text-align: left;
    color: #FFF;
    background-color: #2E6DA4;
}


.offer-nav a.current-offer:before,
.offer-nav a.current-offer:visited:before,
.offer-nav a:hover:before {
  border-right-color: #1289d5;
}

.offer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  overflow: visible;
}
.offer-nav li {
	display: block;
}
.offer-nav a, .offer-nav a:visited {
	display: block;
	background: #EBEBEB;
	font-weight: bold;
	color: #7b7b7b;
	line-height: normal;
	margin-bottom: 1px;
	padding: 15px;
	position: relative;
}
.offer-nav a.current-offer:before {
	content: "";
	border: 24px solid transparent;
	border-right-color: #EBEBEB;
	border-right-width: 14px;
	position: absolute;
	left: -38px;
	top: 0;
	transition: 0.18s;
}
.offer-nav a.current-offer,
.offer-nav a.current-offer:visited,
.offer-nav a:hover {
	color: #FFF;
	text-decoration: none;
 	background-color: #1289d5;
}

