body#antavo {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-color:#fff;
}

body#antavo.facebook {
	text-align: center;
	overflow: hidden;
}

body#antavo.microsite {
	text-align: center;
}

/*
 * Inside the wrapper (AJAX-content)
 */
#antavo-wrapper {
    font: 12px / 16px helvetica, arial, sans-serif;
    color: #555;
}

#antavo-wrapper.microsite #antavo_body {
    box-shadow: 0px 0px 5px #ccc;
}

#antavo-wrapper a {
    text-decoration: none;
    color: #555;
}

#antavo-wrapper form {
	margin:0px;
}

#antavo_body {
    width: 810px;
    margin: 0px auto;
    text-align: left;
}

#antavo-header-image {
	width:810px;
}

#antavo-header-image img {
	display: block;
}


/*
 * Navbar
 */
#antavo-navbar {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    height: 36px;
    overflow: hidden;
}

#antavo-navbar li {
    float: left;
    list-style: none;
    line-height: 30px;
    padding: 5px 0px 0px 5px;
}

#antavo-navbar li.right {
    float: right;
    padding: 5px 5px 0px 0px;
}

#antavo-navbar li a {
    display: block;
    padding: 0px 10px;
    border: 1px solid transparent;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#antavo-navbar li a.active {
    background-color: #fff;
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0;
    border-top-color: #e0e0e0;
    border-bottom-color: #fff;
}

/*
 * Common
 */
.antavo-markdown img {
	max-width: 100%;
}

#antavo-main .antavo-markdown p {
	margin: 10px 0;
}

/*
 * Main content
 */
#antavo-main {
    padding:20px 0px;
}

#antavo-main h1 {
    margin: 0px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    text-shadow: 1px 1px 0px #fff;
    color: #000;
}

#antavo-main h2 {
    margin: 1px 0 20px 0;
	border:none;
	padding:0px;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    line-height: 27px;
}

.contest_list #antavo-main h2,
.contest_read #antavo-main h2 {
	color:#555;
	text-align:left;
	font-size: 20px;
	margin:0px 0px 10px;
	padding-left:10px;
}
.contest_read #antavo-main h2 {
	clear: left;
}
.contest_read #antavo-main .alert {
	float: left;
}

#antavo-main h3 {
    margin: 15px 0px;
}

#antavo-main p {
    margin: 0px;
}

#antavo-main a {
	text-decoration: underline;
}

#antavo-main .alert {
	display: block;
	background-color: #ffc;
	text-shadow: 1px 1px #fff;
	color: #222;
	padding:7px 15px;
	margin:10px 0px;
	font-size:13px;
}
#antavo-main .alert.error {
	color:#fff;
	background-color:#c43c35;
	text-shadow: 1px 1px #333;
}
#antavo-main .alert.success {
	color:#fff;
	background-color:#5AB467;
	text-shadow: 1px 1px #333;
}
#antavo-main .alert.info {
	color:#fff;
	background-color:#3592c4;
	text-shadow: 1px 1px #333;
}
#antavo-main .alert.warning {
	background-color:#FFCC00;
	text-shadow: 1px 1px #f0f0f0;
}

#antavo-content {
    position: relative;
    margin-bottom:20px;
	min-height:200px;
}

#antavo-main p#antavo-terms {
	border-top:1px dashed #e0e0e0;
	font-size:11px;
	margin-top:10px;
	padding-top:10px;
}


/*
 * Post entry page
 */
#antavo-successful {
	background-color:#f0f0f0;
	border:1px solid #e0e0e0;
	border-radius:5px;
	font-size:20px;
	line-height:125%;
	padding:15px;
	text-align:center;
}

#antavo-entries {
	font-size:20px;
	line-height:40px;
	text-align:center;
	display: none;
}

.antavo-content-bonus-entry #antavo-entries {
	display: block;
} 

#antavo-entries span#counter_text {
	display:inline-block;
	font-size:60px;
	padding:10px 30px 20px;
	margin-top:-1px;
	margin-left: 15px;
	background-color:#f0f0f0;
	border:1px solid #e0e0e0;
	border-top:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

#antavo-wrapper #antavo-entries .button {
	margin-left:10px;
	display:inline-block;
}

#antavo-coupon {
	margin: 0 30px 25px;
	padding: 10px;
	text-align: center;
	line-height: normal;
	background-color: #f8d459;
	border: 3px dashed #444;
	color: #444;
	letter-spacing: 1px;
}
#antavo-coupon span {
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
}

span#antavo-coupon-code {
	margin-left: 5px;
	background-color: #fff;
	border-radius: 3px 3px 3px 3px;
	padding: 4px 10px;
	font-weight: normal;
}

#antavo-share-container {
	background: #fff;
	box-shadow: 0 0 10px #ccc inset;
	border-radius: 5px;
	width: 430px;
	margin: 20px auto 0 auto;
	padding: 25px 30px;
}
#antavo-share-container li .no {
	float: left;
	background-color:#1a3140;
	color: #fff;
	border-radius:20px;
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:16px;
	margin-right:10px;
}
#antavo-share-container #antavo-share-steps li .no {
	margin-top: 4px;
}
#antavo-share-steps {
	list-style: none;
	margin: 0px 0px 10px;
	padding:0px 0px 0px 10px;
}
#antavo-main h2#antavo-share-title, #antavo-main h2#antavo-share-bonus-title {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 25px;
}
/*
 * Show bonus and multiple entries contents
 */
#antavo-share-container.antavo-bonus-entries #antavo-share-bonus-title, 
#antavo-share-container.antavo-bonus-entries #antavo-share-bonus-text,
#antavo-share-container.antavo-multiple-entries li#antavo-multiple-entries-countdown-container {
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*
 * Hide multiple and bonus entries contents
 */
#antavo-share-container #antavo-share-bonus-title, 
#antavo-share-container #antavo-share-bonus-text,
#antavo-share-container li#antavo-multiple-entries-countdown-container {
	display: none;
}
/*
 * Show non-multiple or non-bonus entries contents
 */
#antavo-share-container #antavo-share-title, 
#antavo-share-container #antavo-share-text {
	display: block;
}
/*
 * Hide non-multiple or non-bonus entries things
 */
#antavo-share-container.antavo-bonus-entries #antavo-share-title, 
#antavo-share-container.antavo-bonus-entries #antavo-share-text {
	display: none;
}
#antavo-share-text, #antavo-share-bonus-text {
	text-align: center;
}
#antavo-share-steps li {
	list-style:none;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	font-weight: bold;
	clear:both;
	padding:10px 0px;
	line-height:40px;
}
#antavo-share-container li#antavo-multiple-entries-countdown-container {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
}
#antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-enter-again {
	margin-top: 8px;
	float: left;
	width: 220px;
}
#antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-enter-again span {
	line-height: 16px;
}
#antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-timestamp {
	text-align: center;
}
#antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-timestamp span {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#antavo-wrapper #antavo-button-reenter.button {
	display: inline-block;
}
#antavo-share-steps li .share {
	float:right;
	padding-top:10px;
}
#antavo-share-steps li:last-child .share {
	padding-top: 5px;
	line-height: normal;
}

#antavo-share-steps li .share input,
#contest_entry_share input[type=text] {
	border:1px solid #ddd;
	padding:3px;
	color:#444;
	width:300px;
	height:20px;
	background-color:#fff;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0;
	width:130px;
	display: inline;
	font-size:11px;
}

#antavo-share-steps li .share input:focus {
	border:1px solid #999;
}
#antavo-main a#antavo-share-copy, #antavo-main a#antavo-share-mailto {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-shadow: 1px 1px 1px #000;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 11px;
	line-height: normal;
	padding: 6px 8px;
	text-decoration: none;
	background-color: #31628d;
	background: -webkit-gradient(linear, left top, left bottom, from(#3b6c9d), to(#27577d));
	background: -moz-linear-gradient(top,  #3b6c9d,  #27577d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6c9d', endColorstr='#27577d');
}
a#antavo-facebook-button {
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yL/r/FGFbc80dUKj.png") no-repeat scroll left -188px #29447E !important;
	max-width: 200px;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	height: auto;
	line-height: normal;
	border-style: none;
	text-decoration: none;
}
#antavo-facebook-button span {
	border-bottom: 1px solid #1A356E;
	border-top: 1px solid #879AC0;
	line-height: 14px;
	height: 14px;
	display: block;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-shadow: none;
	padding: 2px 6px 3px;
	margin: 1px 1px 0 22px;
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB !important;
}
.antavo-twitter-button {
	-moz-user-select: none;
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-size: 11px;
	display: inline-block;
	vertical-align: top;
	padding: 2px 3px;
	-moz-box-sizing: border-box;
	height: 20px;
	max-width: 100%;
	text-decoration: none;
}
.antavo-twitter-button span {
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	padding-left: 19px;
	background: url("images/twitter-icon.png") no-repeat scroll 0 50% transparent;
	color: #333333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/*
 * Antavo share button!
 */
a#antavo-facebook-share {
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yL/r/FGFbc80dUKj.png") no-repeat scroll left -232px #29447E !important;
	min-width: 65px;
	max-width: 165px;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	height: auto;
	line-height: auto;
	border-style: none;
}
a#antavo-facebook-share span {
	border-bottom: 1px solid #1A356E;
	border-top: 1px solid #879AC0;
	line-height: 10px;
	height: 10px;
	display: block;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-shadow: none;
	padding: 2px 6px 3px;
	margin: 1px 1px 0 18px;
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB !important;
}
/*
 * Sweepstake answer selector
 */
#antavo-sweepstake-entry label {
	display:block;
	background-color:#f8f8f8;
	border-bottom:1px solid #e0e0e0;
	padding:10px 20px;
	font-weight:bold;
	cursor:pointer;
}

#antavo-sweepstake-entry label span {
	font-size:15px;
	display: inline-block;
	width: 12px;
}
#antavo-sweepstake-entry label input {
	margin:0px 10px;
}

#antavo-sweepstake-entry .button {
	margin-top:20px;
}


/*
 * Entry form
 */
#antavo-entry-form label {
	display:block;
	float:left;
	clear:left;
	width:275px;
	text-align:right;
	margin-right:12px;
	margin-bottom:12px;
	margin-top:5px;
	white-space: normal;
}
#antavo-entry-form label.required:after {
	content:'*';
	color:#c43c35;
	margin-left:2px;
}
#antavo-entry-form div.input {
	float:left;
	width:400px;
	margin-bottom:12px;
}
#antavo-entry-form div.input#antavo-entry-form-button-container {
	margin-left: 287px;
}
#antavo-entry-form div.input#antavo-entry-form-button-container .button {
	max-width: 305px;
}

#antavo-entry-form input[type='text'],
#antavo-entry-form select,
#antavo-entry-form textarea {
	border:1px solid #ddd;
	padding:3px;
	color:#444;
	width:300px;
	height:25px;
	background-color:#fff;
}

#antavo-entry-form select {
	width:308px;
	height:33px;
	padding:7px 3px;
}

#antavo-entry-form textarea {
	height:100px;
	min-height:100px;
	max-height:200px;
	resize:vertical;
}

#antavo-entry-form input[type='text'].invalid,
#antavo-entry-form select.invalid,
#antavo-entry-form textarea.invalid,
#antavo-entry-form .input label.invalid {
	border-color:#c43c35;
}

#antavo-entry-form h3 {
	margin:0px;
}

#antavo-entry-form .input label {
	float:none;
	width:300px;
	text-align:left;
	margin:0px;
	border:1px solid transparent;
	line-height: 1.5;
}

.radio,.checkbox {
	min-height:20px;
	padding-left:20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"]{
	float:left;
	margin-left:-20px;
	margin-top: 3px;
}


#antavo-entry-form .input label #antavo-terms-text:after {
	color: #C43C35;
	content: "*";
	margin-left: 2px;
}

#antavo-entry-form .input label.invalid {
	padding:5px;
	padding-bottom:0px;
}

#antavo-entry-form .input label span {
	width:275px;
	float:left;
}

#antavo-entry-form .input a {
	text-decoration:underline;
}
#antavo-entry-form .fb_iframe_widget {
	overflow: hidden;
}
#antavo-entry-form .antavo-likebox {
	margin-top: 7px;
	width: 305px;
}
#antavo-entry-form .antavo-likebox  .antavo-facebook-page-img {
	float: left;
	margin-right: 10px;
}
#antavo-entry-form .antavo-likebox .antavo-facebook-page-title a {
	display: block;
	margin-bottom: 7px;
	text-decoration: none;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B5998;
	line-height: 15px;
}
#antavo-entry-form .antavo-likebox .antavo-facebook-page-title a:hover {
	text-decoration: underline;
}

/*
 * Footer
 */
#antavo-footer {
    font-family: helvetica, arial, sans-serif;
    color: #555;
    font-size: 11px;
    width: 810px;
    margin: 0px auto;
}
#antavo-footer-inner {
	float:right;
	margin: 10px 15px;
}
#antavo-footer a {
	color: #2195c3;
	display: block;
}
#antavo-footer img,
#antavo-footer span {
	display: block;
	margin-left: 10px;
	float: right;
	text-align: right;
}
#antavo-footer span {
	margin-top: 3px;
	max-width: 250px;
	
}


/*
 * Common classes
 */
.antavo-clear {
    clear: both;
    font-size: 1px;
}

.antavo-clear-left {
	clear:left;
	font-size:1px;
}

#antavo-wrapper .button {
	background-image: none;
	filter: none;
	background-color:#5fbd5f;
	border:1px solid #5fbd5f;
	border-color:#50AB50 #5DBA5D #61C261 #6AC96A;
	border-radius:2px;
	color:#fff;
	cursor:pointer;
	display: inline-block;
	font-weight:bold;
	font-size:15px;
	text-shadow:0px 0px 1px #555;
	padding:0px 10px 2px 10px;
	margin:5px 0px;
	cursor:pointer;
	-webkit-appearance: none;
	height:35px;
	text-decoration: none;
	line-height:35px;
	text-align: center;
}
#antavo-wrapper a.button {
	padding-bottom: 0px;
}
#antavo-wrapper .button.large-button {
	font-size: 28px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
}
#antavo-button-container {
	text-align:center;
	padding:7px 0px;
}
#antavo-wrapper #antavo-button-container .button {
	max-width:85%;
}
#antavo-header-image-placeholder {
	height: 280px;
	line-height: 280px;
}
.antavo-placeholder {
	background: #fff;
	color:#ccc;
	font-size:32px;
	line-height:40px;
	text-align:center;
}
#antavo-product-image-placeholder {
	padding: 120px 0;
}
#antavo-wrapper #antavo-slide-text {
	display: none;
}
#antavo-logo-image-placeholder {
	overflow: hidden;
}
/*
 * Content Box
 */
#antavo-content-box {
	width:165px;
	margin:0px;
	background-color:#fff;
	box-shadow:0px 0px 5px #a0a0a0;
    font:12px / 16px helvetica, arial, sans-serif;
    color:#555;
	z-index:150000;
}
#antavo-content-box.floating {
	position:absolute;
}
 #antavo-content-box.question-box {
	width: 780px;
	margin-bottom: 20px;
}
#antavo-content-box-header {
	position:relative;
	text-align:center;
	padding-top:20px;
}
#antavo-sweepstake-question {
	background-color:#666;
	padding:8px 5px;
	text-align:center;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#antavo-sweepstake-answers label {
	display:block;
	padding:7px 0px;
	float:none;
	width:100%;
	white-space:normal;
	border-bottom:1px solid #e0e0e0;
	cursor:pointer;
	font-weight:normal;
}
#antavo-sweepstake-answers label input {
	margin:0px 5px;
	margin-left:10px;
	float:left;
}
#antavo-sweepstake-answers label span.antavo-label {
	display:block;
	float:left;
	width:260px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#antavo-wrapper #antavo-sweepstake-answers label span.antavo-label {
	width:130px;
}
#antavo-wrapper #antavo-limit {
	border-bottom:1px solid #e0e0e0;
}
#antavo-accepted {
	border-right:solid 1px #e0e0e0;
	width:50%;
	text-align:center;
	float:left;
	padding:5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#antavo-limit.antavo-accepted-hidden #antavo-accepted {
	display: none;
}
#antavo-limit.antavo-accepted-hidden.unlimited {
	display: none;
}
#antavo-limit.unlimited #antavo-accepted {
	display: block;
	width:auto;
	border:none;
	float:none;
}
#antavo-limit.unlimited #antavo-left {
	display: none;
}
#antavo-accepted span.number_block,
#antavo-left span.number_block {
	color:#ccc;
	font-size:32px;
	line-height:36px;
	display:block;
}
#antavo-accepted span.block_text, 
#antavo-left span.block_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#antavo-left {
	width:49%;
	text-align:center;
	float:right;
	padding:5px 0px;
}
#antavo-limit.antavo-accepted-hidden #antavo-left {
	width: auto;
	float: none;
}
#antavo-threshold {
	text-align:center;
	font-size:11px;
	padding:10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*
 * Antavo Expiration countdown
 */
#antavo-expiration {
    float: left;
    height: 30px;
    background: url('default/images/time.png') no-repeat 7px center #666;
    margin-right:15px;
	margin-bottom:5px;
    width: 127px;
    padding: 8px;
    padding-left: 38px;
}
#antavo-content-box #antavo-expiration {
	margin-right:0px;
	margin-bottom:0px;
	float:none;
	background-color:#999;
	width:auto;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:55px;
}
#antavo-wrapper #antavo-content-box #antavo-expiration {
	background-color:#666;
	border-radius:0px;
	padding-left:38px;
}
#antavo-expiration span {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    display: block;
}
#antavo-expiration span#antavo-expiration-time span {
	display: inline;
}

/*
 * Mobile design
 */
#antavo-wrapper.antavo-mobile-view {
	line-height: 200%;
}
#antavo-wrapper.antavo-mobile-view h1 {
	margin-bottom: 30px;
}
#antavo-wrapper.antavo-mobile-view #antavo-header h2 {
	font-size: 23px;
}
.antavo-mobile-view #antavo-promotion-title-container, .antavo-mobile-view #antavo-promotion-text-container {
	float: none;
	width: auto;
}
.antavo-mobile-view #antavo-promotion-text-container {
	margin-bottom: 40px;
	display: none;
}
#antavo-wrapper.antavo-mobile-view #antavo-content-box {
	float: none;
	margin: 0 auto 70px;
}
#antavo-wrapper.antavo-mobile-view #antavo-content {
	margin-bottom: 0;
	border-bottom: 1px solid transparent; 
}
.antavo-mobile-view #antavo-accepted span.number_block, .antavo-mobile-view #antavo-left span.number_block {
	font-size: 38px;
}
.antavo-mobile-view #antavo-accepted span.block_text, .antavo-mobile-view #antavo-left span.block_text {
	font-size: 18px;
	margin-top: 5px;
}
.antavo-mobile-view #antavo-threshold {
	font-size: 18px;
	padding: 35px 0 0 0;
}
.antavo-mobile-view #antavo-expiration,
#antavo-wrapper.antavo-mobile-view #antavo-content-box #antavo-expiration {
	background-image: none;
	padding-left: 8px;
	left: 23px;
	height: 50px;
	bottom: -66px;
	text-align: center;
}
.antavo-mobile-view #antavo-expiration span {
	font-size: 22px;
	line-height: 110%;
}
.antavo-mobile-view #antavo-entry-form .input label span {
	float: none;
	width: 233px;
}
#antavo-wrapper.antavo-mobile-view #antavo-slide-text {
	display: block;
	width: auto;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	font-size: 22px;
}
#antavo-wrapper.antavo-mobile-view #antavo-button-container .button {
	max-width: 380px;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 24px;
}
#antavo-wrapper.antavo-mobile-view #antavo-entry-form-button-container .button {
	margin: 0 auto;
	display: block;
}
#antavo-wrapper.antavo-mobile-view  #antavo-sweepstake-answers label span.antavo-radio {
	background: url("images/antavo-check.png") no-repeat 0 -44px;
	height: 42px;
	width: 42px;
	border-style: none;
	display: block;
	float: left;
	margin-right: 10px;
}
#antavo-wrapper.antavo-mobile-view  #antavo-sweepstake-answers label.active span.antavo-radio {
	background-position: 0 0;
}
#antavo-wrapper.antavo-mobile-view  #antavo-sweepstake-answers label span.antavo-radio input {
	display: none;
}
.antavo-mobile-view #antavo-promotion-content-container {
	float: none;
}
.antavo-mobile-view #antavo-promotion-title {
	font-size: 32px;
}
.antavo-mobile-view #antavo-promotion-description {
	font-size: 20px;
	line-height: 130%;
}

.antavo-mobile-view #antavo-navbar li a {
	font-size: 18px;
}
.antavo-mobile-view #antavo-sweepstake {
	padding-top: 10px;
}
#antavo-wrapper.antavo-mobile-view #antavo-sweepstake-question  {
	font-size: 24px;
	line-height: 120%;
}
#antavo-wrapper.antavo-mobile-view #antavo-sweepstake-answers label span.antavo-label {
	font-size: 22px;
	width: 315px;
	line-height: 37px;
}
.antavo-mobile-view #antavo-share-container {
	width: 360px;
}
/*.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-share-text, 
.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-share-bonus-text {
	width: 300px;
}*/
.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-enter-again {
	width: 290px;
}
.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-enter-again span {
	line-height: 130%;
}
.antavo-mobile-view #antavo-facebook-share {
	display: none;
}
.antavo-mobile-view #antavo-copyright {
	font-size: 16px;
}
.antavo-mobile-view #antavo-main h2 {
	font-size: 31px;
	margin-bottom: 40px;
}
.antavo-mobile-view #antavo-main h3 {
	font-size: 31px;
	margin: 30px 0;
	line-height: normal;
}
.antavo-mobile-view #antavo-main p#antavo-terms {
	font-size: 20px;
}
.antavo-mobile-view #antavo-main #antavo-about-container p {
	font-size: 20px;
	line-height: 130%;
}
.antavo-mobile-view #antavo-entry-form label {
	font-size: 18px;
}
.antavo-mobile-view #antavo-entry-form input[type="text"], .antavo-mobile-view #antavo-entry-form select, .antavo-mobile-view #antavo-entry-form textarea {
	font-size: 18px;
}
.antavo-mobile-view #antavo-entry-form div.input {
	margin-bottom: 30px;
}
.antavo-mobile-view #antavo-successful {
	font-size: 31px;
	height: auto;
}
.antavo-mobile-view #antavo-entries {
	font-size: 28px;
}
.antavo-mobile-view #antavo-main h2#antavo-share-title, .antavo-mobile-view #antavo-main h2#antavo-share-bonus-title {
	font-size: 28px;
}
.antavo-mobile-view #antavo-share-container #antavo-share-text,
.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-share-text, 
.antavo-mobile-view #antavo-share-container #antavo-share-bonus-text,
.antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-share-bonus-text {
	font-size: 20px;
	line-height: 130%;
}
.antavo-mobile-view #antavo-share-steps li, .antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-share-steps li {
	font-size: 26px;
	padding: 10px 0;
}
.antavo-mobile-view #antavo-share-steps li .share input {
	font-size: 18px;
	width: 98%;
	margin: 10px 0;
}
.antavo-mobile-view #antavo-main a#antavo-share-mailto {
	font-size: 22px;
	padding: 6px 18px;
}
.antavo-mobile-view #antavo-main #contest_entry_share #antavo-share-copy,
 .antavo-mobile-view #antavo-share-steps li .share a#antavo-share-copy {
	display: none;
}
.antavo-mobile-view #antavo-share-steps #antavo-facebook-button {
	max-width: 100%;
	background-position: 0 -99px !important;
}
.antavo-mobile-view #antavo-share-steps #antavo-facebook-button span {
	padding: 11px 6px;
	margin-left: 39px;
	font-size: 16px;
}
.antavo-mobile-view #antavo-share-steps .antavo-twitter-button {
	font-size: 22px;
	height: 32px;
	padding: 2px 10px;
}
.antavo-mobile-view #antavo-share-steps li .share {
	float: none;
	display: block;
	text-align: center;
}
.antavo-mobile-view #antavo-share-container li .no {
	font-size: 22px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
}
.antavo-mobile-view #antavo-multiple-entries-enter-again, .antavo-mobile-view #antavo-share-container.antavo-multiple-entries #antavo-multiple-entries-countdown-container #antavo-multiple-entries-timestamp span {
	font-size: 22px;
}
body#antavo.facebook .antavo-mobile-view#antavo-footer,
.antavo-mobile-view#antavo-footer,  
body#antavo.microsite .antavo-mobile-view#antavo-footer,
.antavo-mobile-view#antavo-footer {
	font-size: 16px;
}
.antavo-mobile-view #antavo-footer-inner {
	width: 460px;
	margin-right: 10px;
	margin-top: 20px;
}

html #antavo-wrapper.facebook.antavo-mobile-view #antavo_body, 
html body#antavo.facebook .antavo-mobile-view#antavo-footer #antavo_body,
html .antavo-mobile-view#antavo-footer #antavo_body,  
html #antavo-wrapper.microsite.antavo-mobile-view #antavo_body, 
html body#antavo.microsite .antavo-mobile-view#antavo-footer #antavo_body,
html .antavo-mobile-view#antavo-footer {
	width: 480px;
	overflow-x: hidden;
}
.antavo-mobile-view #antavo-header-image, .antavo-mobile-view #antavo-header-image img, .antavo-mobile-view #antavo-header-image-placeholder, .antavo-mobile-view #antavo-header-image-container .jcrop-holder {
	width: 430px;
}
#antavo-wrapper.antavo-mobile-view #antavo-content-box {
	width: 395px;
}
.antavo-mobile-view #antavo-expiration,
#antavo-wrapper.antavo-mobile-view #antavo-content-box #antavo-expiration {
	width: 345px;
}
.antavo-mobile-view #antavo-entry-form label {
	width: 438px;
	float: none;
	margin-bottom: 3px;
	padding-left: 30px;
	text-align: left;
}
.antavo-mobile-view #antavo-entry-form div.input {
	overflow: hidden;
	padding-left: 30px;
	width: 435px;
	float: none;
}
.antavo-mobile-view #antavo-entry-form div.input p {
	font-size: 18px;
}
.antavo-mobile-view #antavo-entry-form .antavo-likebox {
	width: 415px;
}
.antavo-mobile-view #antavo-entry-form .antavo-likebox .antavo-facebook-page-title a {
	font-size: 18px;
	line-height: 20px;
}
.antavo-mobile-view #antavo-entry-form .antavo-likebox  .antavo-facebook-page-img img {
	width: 90px;
	height: 90px;
}
.antavo-mobile-view #antavo-entry-form div.input#antavo-entry-form-button-container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.antavo-mobile-view #antavo-entry-form input[type="text"], .antavo-mobile-view #antavo-entry-form select, .antavo-mobile-view #antavo-entry-form textarea {
	width: 400px;
}
#antavo-wrapper.antavo-mobile-view #antavo-sweepstake-answers label span.antavo-label {
	width: 220px;
}

/**
 * Contest
 */
.entries_list {
	clear:both;
}
.contest_entry {
	float:left;
	width:170px;
	height:184px;
	overflow:hidden;
	position:relative;
	margin-right:12px;
	margin-bottom:20px;
	padding:8px;
	background-color:#fff;
	text-decoration:none !important;
	box-shadow:0px 0px 3px #ccc;
	color:#5e5e5e !important;
	transition: all 0.25s ease 0s;
}

.contest_entry:hover {
	box-shadow:0px 0px 5px #999;
	margin-top:-3px;
	margin-bottom:23px;
}

.contest_entry .image {
	display:block;
	height:144px;
	border-radius:5px 5px 5px 5px;
	background-position:center;
	background-repeat: no-repeat;
	background-color: #999;
}

.contest_entry .votes {
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	padding:2px 5px;
	background-color:#fff;
	color:#000;
}

.contest_entry .title {
	display:block;
	margin-top:10px;
	padding:0px 2px;
	overflow:hidden;
	height:30px;
}

#antavo-upload-your-entry.contest_entry {
	float:right;
	background-color:#f6f6f6;
	color:#d4d4d4 !important;
	font-size:32px;
	text-align:center;
	line-height:40px;
	vertical-align:bottom;
	margin-right:15px;
}

#antavo-upload-your-entry span {
	display:block;
	padding:50px 0px;
}

.contest_list #antavo-content {
	padding: 1px 0px 0px 15px;
}

.contest_read #antavo-content {
	padding: 1px 15px 0;
}

#contest_entry_image {
	float:left;
	position:relative;
	width:455px;
	border:5px solid #fff;
	margin-right:20px;
	margin-bottom:15px;
	background-color:#fff;
	box-shadow:0px 0px 5px #ccc;
	cursor: pointer;
	outline:none;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#contest_entry_image.large {
	width:770px;
}

#contest_entry_image img {
	border:0px;
	width:100%;
	background-color: #999;
}

#contest_entry_image .votes {
	position:absolute;
	display:block;
	top:18px;
	right:18px;
	background-color:#fff;
	padding:2px 5px;
}

.zoom_image {
	background: url('../images/zoom.png') no-repeat center;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#contest_entry_image:hover .zoom_image {
	opacity: 1;
}

.entries-pager {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#contest_entry_image .entry_pager {
	display: block;
	color: transparent;
	font-size: 1px;
	text-decoration: none;
	position: absolute;
	z-index: 3;
	font-size: 10px;
	width: 51px;
	height: 101px;
	top: 37%;
	right: -51px;
	background: url('../images/pager.png') no-repeat left top;
	-webkit-transition: left 0.2s, right 0.2s ease-out;
	-moz-transition: left 0.2s, right 0.2s ease-out;
	-ms-transition: left 0.2s, right 0.2s ease-out;
	-o-transition: left 0.2s, right 0.2s ease-out;
	transition: left 0.2s, right 0.2s ease-out;
}

#contest_entry_image:hover .entry_pager {
	right: 0;
}

#contest_entry_image .entry_pager:hover {
	background-position: left bottom;
}

#contest_entry_image .entry_pager.pager_previous {
	background-position: right top;
	right: auto;
	left: -51px;
}

#contest_entry_image:hover .entry_pager.pager_previous {
	left: 0;
}

#contest_entry_image .entry_pager.pager_previous:hover {
	background-position: right bottom;
}

#contest_entry_description {
	padding:0px 5px;
	margin-bottom: 15px;
}
.antavo-contest-controls {
	margin: 5px 0;
	text-align: center;
}
form#antavo-order-form {
	display: block;
	margin: 0 0 15px 0;
	clear: both;
}
form#antavo-order-form select {
	background-color: #fff;
	border: 1px solid #DDD;
	font-size: 12px;
	padding: 5px;
	color: #444;
}
#contest_entry_share {
	vertical-align: middle;
	display: table-cell;
}
#contest_entry_share h3 {
	margin-bottom: 5px;
}
#contest_entry_share #antavo-facebook-button,
#contest_entry_share .antavo-twitter-button,
#contest_entry_share #antavo-share-url,
#contest_entry_share #antavo-share-copy,
#contest_entry_share #antavo-share-mailto {
	display: inline-block;
	margin: 0 10px 0 0;
}
#antavo-main #contest_entry_share #antavo-share-copy,
#antavo-main #contest_entry_share #antavo-share-mailto {
	padding: 5px 8px;
}
#contest_entry_share .antavo-twitter-button,
#contest_entry_share .antavo-twitter-button span,
#contest_entry_share #antavo-share-url {
	vertical-align: middle;
}
#contest_entry_share #antavo-share-url {
	width: 100px;
	margin-right: 0px;
	padding: 3px;
}
/**
 * Dialog
 */
#antavo_dialog {
	display:none;
	position:fixed;
	z-index:100;
	top:0px;
	height:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	text-align:center;
}
#antavo_dialog_content {
	box-shadow: 0 0 5px #000;
	background-color:#fff;
	width:305px;
	margin: 55px auto 0;
	text-align:left;
	min-height:300px;
	padding: 10px 20px;
	position: relative;
}
#antavo_dialog_head a {
	font-size: 1px;
	color: transparent;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 18px;
	height: 18px;
	background: #ccc url('images/close.png') no-repeat center;
}
#antavo_dialog #antavo-entry-form h2 {
	text-align: center;
}
#antavo_dialog #antavo-entry-form label {
	float: none;
	width: auto;
	text-align: left;
	margin-bottom: 0;
}
#antavo_dialog #antavo-entry-form div.input {
	float: none;
}
#antavo_dialog #antavo-entry-form div#antavo-entry-form-button-container.input {
	margin-left: 0;
	text-align: right;
}
#antavo_dialog #antavo-entry-form div#antavo-entry-form-button-container.input,
#antavo_dialog #antavo-entry-form div.input {
	width: 305px;
}
#antavo_dialog #antavo_loading {
	width: 305px;
	height: 300px;
}
#antavo_loading {
	width: 100%;
	height: 100%;
	display: block;
	background: url('images/loading.gif') no-repeat center;
}
/**
 * Pager
 */
#antavo-wrapper .pager {
	float: right;
	margin: 0px 5px 20px 0;
}
#antavo-wrapper .pager a {
	background: #f4f4f4;
	border: 1px solid #ccc;
	color: #333;
	display: inline-block;
	margin-left: 5px;
	min-width: 8px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#antavo-wrapper .pager a:hover {
	border-color: #aaa;
}
#antavo-wrapper .pager a.active,
#antavo-wrapper .pager a.active:hover {
	background: #fff;
	border-color: #ccc;
}

/*
 * Mobile contest
 */
.antavo-mobile-view .contest_entry {
	margin-right: 20px;
	margin-left: 20px;
}
.antavo-mobile-view.contest_list #antavo-expiration,
.antavo-mobile-view.contest_read #antavo-expiration {
	position: relative;
	top: 0;
	left: -15px;
	width: 464px;
	float: none;
	margin-bottom: 15px;
	right: auto;
}
.antavo-mobile-view #contest_entry_image {
	width: 440px;
} 
.antavo-mobile-view #contest_entry_description {
	font-size: 22px;
}

.antavo-mobile-view #antavo-main .alert {
	font-size: 20px;
	padding: 20px 25px;
}
/*
 * RTL Languages
 */
.antavo-direction-rtl {
	direction: rtl;
}
.antavo-direction-rtl #antavo_body {
	text-align: right;
}
.antavo-direction-rtl #antavo-navbar li {
	float: right;
}
.antavo-direction-rtl #antavo-navbar li.right {
	float: left;
}
.antavo-direction-rtl #antavo-promotion-content-container {
	float: right;
}
.antavo-mobile-view.antavo-direction-rtl #antavo-promotion-content-container {
	float: none;
}
.antavo-direction-rtl #antavo-promotion-title-container span#antavo-promotion-title {
	float: right;
}
#antavo-wrapper.antavo-direction-rtl #antavo-share-steps li .no {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#antavo-wrapper.antavo-direction-rtl #antavo-share-steps li .share {
	float: left;
}
#antavo-wrapper.antavo-direction-rtl #antavo-sweepstake-entry label span.antavo-label {
	float: right;
}
#antavo-wrapper.antavo-direction-rtl #antavo-sweepstake-question {
	text-align: right;
}
#antavo-wrapper.antavo-direction-rtl #antavo-entry-form label {
	clear: both;
	float: right;
	text-align: left;
	margin-right: 75px;
}
#antavo-wrapper.antavo-direction-rtl.antavo-mobile-view #antavo-entry-form label {
	margin-right: 40px;
	float: none;
	text-align: right;
}
#antavo-wrapper.antavo-direction-rtl #antavo-entry-form label.required:after {
	margin-right: 2px;
	margin-left: 0px; 
}
.antavo-direction-rtl #antavo-entry-form .field div.input {
	margin-right: 10px;
	float: right;
}
.antavo-mobile-view.antavo-direction-rtl #antavo-entry-form .field div.input {
	padding-left: 0;
	padding-right: 30px;
}
#antavo-wrapper.antavo-direction-rtl #antavo-entry-form .input input[type='checkbox'] {
	float: right;
}
#antavo-wrapper.antavo-direction-rtl #antavo-entry-form .input label {
	text-align: right;
	margin: 0;
}
.antavo-mobile-view.antavo-direction-rtl #antavo-entry-form div.input {
	padding-left: 0px;
	padding-right: 30px;
}
#antavo-wrapper.antavo-mobile-view.antavo-direction-rtl #antavo-sweepstake-answers label span.antavo-label {
	float: right;
}
#antavo-wrapper.antavo-mobile-view.antavo-direction-rtl #antavo-sweepstake-answers label span.antavo-radio {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#antavo-content-box.antavo-direction-rtl #antavo-sweepstake-answers label input {
	float: right;
}
.contest_list.antavo-direction-rtl #antavo-main h2, 
.contest_read.antavo-direction-rtl #antavo-main h2 {
	text-align: right;
	padding-left: 0px;
	padding-right: 10px;
}
.antavo-direction-rtl .contest_entry {
	float: right;
}
.antavo-direction-rtl #antavo-order-form {
	float: right;
	margin-right: 20px;
}
.antavo-direction-rtl #contest_entry_share #antavo-facebook-button, 
.antavo-direction-rtl #contest_entry_share .antavo-twitter-button, 
.antavo-direction-rtl #contest_entry_share #antavo-share-url, 
.antavo-direction-rtl #contest_entry_share #antavo-share-copy, 
.antavo-direction-rtl #contest_entry_share #antavo-share-mailto {
	margin: 0 0 0 10px;
}