#footer-container {
	position: relative !important;
	opacity: 1 !important;
}

.contest-title {
	text-align: center;
	margin: 110px auto 50px;
	font-family: 'goth_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 20px;
	line-height: 22px;
    color: #7f2627;
}
.contest-title span {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.contest-title p {
	margin: 0;
}
.contest-title .inner-title {
	width: 80%;
	margin: 0 auto;
	max-width: 500px;
}

#content-bases {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    max-width: 720px;
    color: #7f2627;
}
#content-bases span {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#content-bases a {
	color: #7f2627;
	text-decoration: none;
}

.concurso_posts {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 50px;
	display: table;
}
.concurso_posts .each-rest {
	margin-bottom: 40px !important;
}
.concurso_posts .cover-rest {
	height: 330px;
}
.concurso_posts .vote_block {
	text-align: center;
	margin-top: 10px;
}
.concurso_posts .action_vote {
    padding: 10px;
    border: 2px solid #7f2627;
    display: table;
    border-radius: 50%;
    margin: 0 auto;
    width: 44px;
    height: 40px;
    background-color: transparent;
    color: #7f2627;
    cursor: pointer;
}
.concurso_posts .action_vote.active {
	color: #fff !important;
	background-color: #7f2627 !important;
}
.concurso_posts .action_vote i {
    font-size: 18px;
    line-height: 18px;
}

.cover-rest .tweet-text {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
    color: #fff;
    vertical-align: middle;
	text-align: center;
	font-family: "goth_medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.cover-rest .tweet-text a {
	text-decoration: underline;
    color: #bbb;
}
.cover-rest .tweet-text .block-tweet {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.cover-rest .tweet-text .inner-tweet {
	width: 70%;
	margin: 0 auto;
	height: auto;
}

.login-rss {
	
}
.login-rss span {
	font-family: "goth_medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.rss-back {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
}
.rss-back span {
    margin: 0 8px;
}
.rss-back span a {
    color: #fff !important;
}
.rss-back span i {
	font-size: 18px;
	line-height: 18px;
	opacity: 0.8;
}
.rss-back span i:hover {
	opacity: 1;
}

.bottom-bases {
	text-align: center;
	margin-bottom: 50px;
}
.bottom-bases .button-bases {
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #997c24;
	color: #997c24;
	color: #7f2627;
	font-family: "goth_medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 16px;
	border-radius: 6px;
	cursor: pointer;
}

.hidden-previo {
	display: none;
	opacity: 0;
}

#popup-vote {
    text-align: center;
    padding: 0!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.8);
    overflow: scroll;
}
#popup-vote #popup-inner {
	position: absolute;
	max-width: 800px;
	width: 90%;
	height: 400px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}
#close-popup i {
	font-size: 24px;
	line-height: 24px;
	color: #000;
}
#popup-vote #get-backimage {
	height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#popup-vote #get-backimage .vote-content {
	position: absolute;
	margin: 0;
	bottom: 10px;
	right: 10px;
	color: #fff;
}
#popup-vote #popup-info {
	font-family: "goth_light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position: relative;
	height: 400px;
	display: table;
}
#popup-vote #popup-info .info-inner {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#popup-vote #popup-info .top-text {
	text-align: justify;
	width: 80%;
	margin: 50px auto;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 18px;
}
#popup-vote #popup-info .top-text span {
	font-family: "goth_medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#popup-vote #popup-info .text-share {
	font-size: 16px;
	line-height: 16px;
	font-family: "goth_bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fd0000;
}
#popup-vote .fiesta-divider {
    color: #fd0000;
    margin: 10px auto 20px;
    height: 10px;
}
#popup-vote  #popup-info #confirm_btn {
	font-size: 18px;
	line-height: 18px;
}

#get-rss {
}
#get-rss span {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#get-rss a {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #333;
    opacity: 0.8;
    width: 34px;
}
#get-rss a:hover {
	opacity: 1;
}
#get-rss i {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
}

#confirm_vote_cont {
	margin-bottom: 30px;
}
#confirm_vote_cont #vote_message {
	color: #000;
	font-family: "goth_bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
}

#modalGracias .close {
	outline: none;
	color: #fff;
	opacity: 1;
	
}
#thanks_message {
	text-align: center;
	margin: 0 auto;
	font-family: "goth_medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-header {
	border: 0;
}
.modal-body {
    border-radius: 0px;
    position: relative;
    padding: 10px;
}
.background-car {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 350px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 400px;
	margin: 0 auto;
}
#modalShare_content {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
}
.border-modal {
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #997c24;
	margin: auto;
}

#sabor_ganador {
    position: absolute;
    height: 450px;
    width: 90%;
    max-width: 900px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
	display: table-cell;
	vertical-align: middle;
}
#sabor_ganador .each-ganador {
	display: table;
	width: 100%;
}
#sabor_ganador .bottom-center {
    text-align: center;
    margin-top: 15px;
    padding: 0;
}
#sabor_ganador .each-img_winner,
#sabor_ganador .each-text_winner {
	margin: 0;
	padding: 0;
}
#sabor_ganador .cover-rest,
#sabor_ganador .winner-botom-border {
	height: 410px;
}
#sabor_ganador .winner-botom-border {
	position: relative;
	border-bottom: 2px solid #997c24;
}
#sabor_ganador .winner-botom-border .r-topline {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 30px;
	background-color: #997c24;
	display: block;
}
#sabor_ganador .block-text {
	text-align: center;
	font-family: "goth_light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #7f2627;
	padding: 15px; 0;
}
#sabor_ganador .block-text p {
	display: block;
	margin: 0;
}
#sabor_ganador .winner-car {
	width: 85%;
	margin: 35px auto;
	display: block;
}
#sabor_ganador .winner-header {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
#sabor_ganador .winner-footer {
	width: 90%;
	margin: 0 auto;
}
#sabor_ganador .winner-footer p {
	margin-bottom: 10px;
}
#sabor_ganador .winner-footer p:last-child {
	margin-bottom: 0;
}
#sabor_ganador .block-text .winner-bold {
	font-family: "goth_bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#sabor_ganador .block-text .winner-big {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#sabor_ganador .block-text .LANG_EN .winner-big {
	font-size: 30px;
	line-height: 30px;
}
#sabor_ganador .block-text .winner-medium {
	font-size: 18px;
	line-height: 20px;
}
#sabor_ganador .block-text .winner-normal {
	font-size: 17px;
    line-height: 17px;
}

@media (max-width:940px) {
	#sabor_ganador .block-text .winner-big {
		font-size: 35px;
		line-height: 35px;
	}
	#sabor_ganador .block-text .LANG_EN .winner-big {
		font-size: 25px;
		line-height: 25px;
	}
	#sabor_ganador .block-text .winner-medium {
		font-size: 16px;
		line-height: 18px;
	}
	#sabor_ganador .block-text .winner-normal {
		font-size: 14px;
		line-height: 14px;
	}
	#sabor_ganador .winner-car {
		margin: 49px auto;
	}
}
@media (max-width:767px) {
	#popup-vote #popup-inner {
		height: auto;
		position: relative;
		margin-top: 70px !important;
		margin-bottom: 50px !important;
		width: 80%;
	}
	#popup-vote #get-backimage {
		height: 250px;
	}
	#popup-vote #popup-info {
		height: auto;
	}
	#popup-vote #popup-info .info-inner {
		position: relative;
		padding: 20px 0;
	}
	#close-popup i {
		color: #fff;
		text-shadow: 0px 0px 4px #000;
	}
	
	#sabor_ganador {
		height: auto;
		position: relative;
		display: table;
		margin: 100px auto 50px;
		width: 80%;
	}
	#sabor_ganador .winner-botom-border {
		position: relative;
		border-bottom: 0px;
		border-left: 2px solid #997c24;
		height: auto;
	}
	#sabor_ganador .winner-botom-border .r-topline {
		bottom: inherit;
		right: inherit;
		top: 0;
		left: 0;
		height: 2px;
		width: 30px;
	}
	#sabor_ganador .winner-car {
		margin: 20px auto;
	}
	#sabor_ganador .block-text .winner-big {
		font-size: 30px;
		line-height: 30px;
	}
	#sabor_ganador .block-text .LANG_EN .winner-big {
		font-size: 20px;
		line-height: 20px;
	}
}
@media (max-width:500px) {
	#sabor_ganador .cover-rest {
		height: 350px;
	}
}
