
.smile-gallery .entry-content {
	max-width: 1250px;
	text-align: center;
	margin: auto;
}

.smile-gallery .ui-tabs-nav {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	margin: 4rem 0 5.5rem;
	text-align: center;
}

.smile-gallery .ui-tabs-nav li {
	display: inline-block;
	list-style: none;
}

.smile-gallery .ui-tabs-nav li {
	border-right: 1px solid #e3e3e3;
	height: 60%;
	margin: 15px 0;
	padding: 0px 55px;
}

.smile-gallery .ui-tabs-nav li:last-child {
	border-right: none;
}

.smile-gallery .ui-tabs-nav li a {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a8a8a;
	cursor: pointer;
}

.smile-gallery .ui-tabs-nav li a:hover {
	color: #bd9763;
}

.smile-gallery .ui-tabs-nav li.ui-state-active a {
	color: #bd9763;
	border-bottom: 2px solid #bd9763;
}

.smile-gallery .important-text {
	font-size: 3.2rem;
	max-width: 1000px;
	text-align: center;
}

.smile-gallery  div#n2-ss-19 .n2-ss-layer .n2-font-c37905622d9d2f4408066067d52b6e99-hover {
	color: #fff;
}


@media screen and (max-width: 1024px) {
    .smile-gallery .ui-tabs-nav li:nth-child(2) {
		border-right: none;
	}
}

@media screen and (max-width: 674px) {
    .smile-gallery .ui-tabs-nav li {
		border-right: none;
	}
}


