	.voting-page .title-content-outer {
    padding-bottom: 0;
		margin: auto;
}
	.voting-page .header-In {
		min-height: 350px;
		padding-top: 60px;
		
	}
	.voting-page-header {
		background: #DDB039;
background: radial-gradient(circle,rgba(188, 99, 0, 1) 0%, rgba(221, 176, 57, 1) 100%);
		position: relative;
	}
	.voting-page-header:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: url(../images/voting-header.jpg);
    	background-size: cover;
    	background-position: center top;
	}
.voting-outer .pos-relative {
	padding-top: 20px;
}
.voting-outer .header-In {
	align-items: center;
	justify-content: center;
}
.zoneName {
	color: #707070;
}

.zone-title {
	border-bottom: 1px solid #d39c27;
}
.voting-container {
	width: 100%;
}
.zone-nav-outer {
    margin: 0px -5px;
}
.zone-nav-outer .nav-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin: 2px auto 10px auto;
	transition: .5s ease-in-out;
}
.zone-nav {
    margin: 5px;
    padding: 6px 12px;
    background-color: #fff;
    width: auto;
    border-radius: 5px;
    color: #d39c27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	white-space: nowrap;
	border: 1px solid #e9d6ae;
}
.zone-nav-active {
    color: #fff;
    background-color: #d39c27;
}
a.zone-link {
    color: #7a5d1f;
    text-decoration: none;
}
.zone-nav-active a.zone-link {
	color: #fff;
}

.zone-container {
    width: 100%;
}
.zone-title-blk {
    width: 100%;
}
.zone-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	border-bottom: 1px solid #d39c27;
    margin-bottom: 10px;
	color: #bc6300;
}
.zone-place {
    font-size: 14px;
	margin-bottom: 10px;
}

span.zone-place-name {
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
	display: inline-block;
}
span.zone-place-name:before {
    position: absolute;
    background-color: #d39c27;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	top: 6px;
	left: 0;
	content: "";
}
.item-each {
/*	width: 16.65%;*/
	width: 20%;
    padding: 8px;
	text-align: left;
}
.voting-container-In {

}

.zone-nav-sticky-top {
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background-color: #fff;
    -webkit-animation: .5s cubic-bezier(.25,.46,.45,.94) both slide-in-top;
    animation: .5s cubic-bezier(.25,.46,.45,.94) both slide-in-top;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
    padding: .9375rem;
    z-index: 999;
}
.vtradiospan {
    font-size: 14px;
}

.album.photos {
    width: 100%;
	margin-bottom: 10px;
	position: relative;
    border-radius: 5px;
}
.album.photos:after {
    content: "";
    cursor: pointer;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 5px;
    bottom: 5px;
    background-image: url(../images/zoom.svg) !important;
    background-color: rgb(16 16 16 / 50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    z-index: 9;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 5px;
    pointer-events: none;
}
.gallerySlider {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin: 0 -5px;
}
.votingbtn {
	background-color: #d39c27;
    padding: 4px 8px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    max-width: 100px;
    margin: 8px 0;
    cursor: pointer;
}
.votingbtn:hover, .votingbtn-active  {
    background: #8d640b;
}
.album.photos a img {
	border-radius: 8px;
}

label.votinglabel {
    cursor: pointer;
	display: block;
}
.know-more-btn {
	width: auto;
    font-size: 13px;
    color: #000;
    padding: 5px 0px;
    text-align: left;
    max-width: inherit;
    border-radius: 4px;
	margin: 5px 0;
    color: #fff;
/*    border: 1px solid #eee;*/
    margin: 0;
	display: none;
}
.know-more-btn a {
	text-decoration: none;
	color: #d39c27;
}
.vote-bottom-blk {
    width: 100%;
}
h3.album_title {
    font-size: 14px;
	font-weight: 600;
	min-height: 22px;
    line-height: 18px;
	color: #bc6300;
}
p.album_title {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
.nolink { color: #bfbfbf !important }
.votinglabel input[type="radio"] {
    margin-top: -2px;
}
.vote-now-block {
	width: 100%;
    padding: 15px;
    margin: auto;
    max-width: 600px;
    background-color: #fcf2e0;
    border-radius: 10px;
    margin: 20px auto;
}