@font-face{font-family:FFDINWebBold;src:url(../fonts/2FAF15_1_0.eot);src:url(../fonts/2FAF15_1_0.eot?#iefix) format('embedded-opentype'), url(../fonts/2FAF15_1_0.woff2) format('woff2'), url(../fonts/2FAF15_1_0.woff) format('woff'), url(../fonts/2FAF15_1_0.ttf) format('truetype')}
@font-face{font-family:DINOTMedium;src:url(../fonts/2FAF15_2_0.eot);src:url(../fonts/2FAF15_2_0.eot?#iefix) format('embedded-opentype'), url(../fonts/2FAF15_2_0.woff2) format('woff2'), url(../fonts/2FAF15_2_0.woff) format('woff'), url(../fonts/2FAF15_2_0.ttf) format('truetype'), local('DINOT Medium'), url(../fonts/2FAF15_2_0.otf) format('truetype')}
@font-face{font-family:'DINPro-Bold';src:url(../fonts/DINPro-Bold.otf);}
@font-face{font-family:'DINPro-Medium';src:url(../fonts/DINPro-Medium.otf);}
@font-face{font-family:'DINPro-Regular';src:url(../fonts/DINPro-Regular.otf);}
 
/** New Font Added */
@font-face{font-family:'Akkurat';src:url(../fonts/Akkurat.otf);}
@font-face{font-family:'Akkurat-Bold';src:url(../fonts/Akkurat-Bold.otf);}
@font-face{font-family:'Akkurat-BoldItalic';src:url(../fonts/Akkurat-BoldItalic.otf);}
@font-face{font-family:'AkkuratLight';src:url(../fonts/AkkuratLight.otf);}
@font-face{font-family:'HelveticaNeue';src:url(../fonts/HelveticaNeueLight.ttf);}
@font-face{font-family:'HelveticaNeueBold';src:url(../fonts/Helvetica Neu Bold.ttf);}

* {
    /*font-family: 'DINPro-Regular', sans-serif!important;*/
    font-family: "Akkurat"!important;
}

html.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: #333 url('/static/css/img/ajax-loader.gif') no-repeat 50% 50%;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    -o-transition: background-color 0;
    -ms-transition: background-color 0;
    transition: background-color 0;
}

html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0.2;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    -moz-transition: opacity 0;
    -o-transition: opacity 0;
    -ms-transition: opacity 0;
    transition: opacity 0;
}

body {
    float: left;
    width: 100%;
    position: relative;
    font-family: "Akkurat"!important;
    color: #4a261a!important;
}

.fa {
    font-family: "FontAwesome"!important;
}

sup,
span {
    font-family: inherit;
}

sup {
    font-size: 55%;
    top: -0.75em;
}

#page_47 #conForm {
    float: left;
    width: 100%;
}

span.star-required {
    color: red;
}

img.ui-datepicker-trigger,
button.ui-datepicker-trigger {
    display: none;
}

img {max-width: 100%}

.about-wrapper {
    padding-bottom: 0!important;
}

.container-promo {
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.tab_content h1 {
  color: #f7901e;
  font-size: 44px;
  font-weight: normal;
  font-family: 'Akkurat-Bold', sans-serif!important;
  margin: 10px 0 20px;
}

.tab_content h2 {
  font-size: 30px!important;
  color: #f7901e!important;
  margin-top: 0!important;
  font-weight: normal;
  font-family: 'Akkurat-Bold', sans-serif!important;
}

.tab_content h5 {
    margin: 20px 0 25px;
    color: #585857;
    font-weight: 400;
    font-size: 16px;
  	font-family: 'HelveticaNeue',sans-serif !important;
}

h5.purchase_date {
  	margin-bottom: 0;
}
h5.entries_close_date {
  	margin-top: 7px;
}

.box-message {
    margin: 0 auto;
    padding: 7px;
    width: 100%;
}
.box-message:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-message > h1 {
  margin: 0;
}
.box-message > p {
  color: #585857;
  font-size: 24px!important;
  line-height: 1.4em!important;
  margin: 0!important;
  text-align: center;
  font-family: 'HelveticaNeue',sans-serif !important;
}
.text-bold {
  font-weight: 600;
  font-family: 'HelveticaNeueBold',sans-serif !important;
}

.close-header {
    font-size: 32px!important;
}

.close-box-message {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0 10px 20px;
    width: 80%;
}
    .close-box-message p {
        color: #ff0000;
        font-size: 24px;
    }

.p-entries {
  color: #4a261a;
  font-size: 18px;
  margin: 35px 0 !important;
  text-align: center!important;
}

.tab_content {
  text-align: center;
  position: relative;
}
     
#tab-two h1 {
  line-height: 1.2em;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px;
}
 #tab-two h2 {
  line-height: 1.2em;
  margin: 10px 0;
  font-size: 20px !important;
  color: #f7901e !important;
  width: 100%;
  padding: 0 10%;
  text-align: left;
}
#tab-two {
  padding-top: 30px;
}
 h2.personal-details,
 h2.purchase-details {
  text-align: left!important;
}
 h2.purchase-details {
  margin-top: 25px!important;
}

.please-enter-text {
    text-align: center!important;
    margin-bottom: 5px!important;
}

.card-form {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding: 0 10%;
}
.card-form h1, .card-form h2 { text-transform: uppercase; }
#tab-two .card-form h2 {
  padding: 0;
}

.entries-close,
.purchase-date {
    font-weight: 400;
    margin:0!important;
  	color: #585857;
}

.enter-now-wrapper {
    display: block;
    float: none;
    margin: 0;
  	position: relative;
}
.enter-now-wrapper p {
    bottom: -6px;
    margin: 0!important;
    position: absolute;
    text-align: right!important;
  	color: #585857;
	font-weight: 400;
}
.how-to-enter-btn {
    background-image: url(/static/images/advocate_promo/enternow.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 106px;
    width: 191px!important;
    text-indent: -500px;
     -webkit-border-radius: 0; 
      -moz-border-radius: 0; 
      border-radius: 0;
}

::placeholder {
  color: transparent;
}
:-ms-input-placeholder {
  color: transparent;
}
::-ms-input-placeholder {
  color: transparent;
}

.check-label .terms-link {
   text-decoration: none!important;
}

select#gender_select.form-input {
  width: 18.25%;
}

.clear {clear: both;}

.check-container {
  line-height: 2em;
  margin: 20px 0;
}
.terms-order ol {
    padding-left: 23px;
}
.terms-order li, .terms-order p {
  line-height: 1.4em!important;
  font-size: 12px!important;
  padding-left: 5px;
  text-align: left;
  font-family: 'Arial',sans-serif !important;
}
.terms-order p {
  font-size: 12px!important;
  line-height: 16px!important;
  margin: 5px!important;
  text-align: left;
}
.lower-latin > li {
  list-style-type: none;
}
.lower-roman > li {
    list-style-type: lower-roman;
}

.container-promo > footer {
  position: inherit;
}

/*footer {
  bottom: -40px !important;
}*/

.iradio_square-yellow {
  background: url('/static/media/freinds-furever/images/yellow.png') 0 0 no-repeat;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  /*background-position: 0 0;*/
  height: 23px;
}

.iradio_square-yellow.hover,
.iradio_square-yellow:hover,
.iradio_square-yellow:active {
 background-position: -72px 0;
}
.iradio_square-yellow.checked {
 background-position: -96px 0;
}

.tab > nav {
  background: none;
  height: 54px;
}

#closed .box-message p {
    font-size: 20px;
}
#closed {
    margin: 100px 0;
}
#closed .box-message {
    padding: 35px 10px;
}
label[for="capInput"] {
    margin-left: 0 !important;
}

.about-wrapper h2, 
.about-wrapper p {
    text-align: center;
}
.about-wrapper p {
    font-family: 'HelveticaNeue',sans-serif !important;
  	color: #585857;
}

.container-promo a {
    color: #585857!important;
    text-decoration: none!important;
}

.container-promo a:hover,
.container-promo a:focus {
    color: #585857!important;
    text-decoration: underline!important;
}

#tabs-three a,
#tabs-three a:hover,
#tabs-three a:focus {
    color: #000!important;
}

#upload_file { 
	display: inline; 
	margin-top: 10px;
	width: 40%;
}

/** White Box */
.white-box {
    margin: 20px auto 0 !important;
  	padding: 20px 20px 50px;
  	height: auto;
    min-height: 460px;
    width: 100%!important;
    background-color: rgba(255,255,255,0.9);
    position: relative!important;
    overflow: hidden;
  	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
#tab-two .white-box {
	margin-bottom: 60px!important;
}

#tabs-three .white-box {
	margin-bottom: 35px!important;
}

.white-box #closed,
.white-box #thankyou {
    position: static;
    margin: 0;
    overflow: hidden;
}
.white-box h2.close-header {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #f7901e !important;
    font-family: "Akkurat-Bold",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    font-size: 54px!important;
}
.white-box h2.thankyou-header {
    color: #f7901e!important;
    font-family: "Akkurat-Bold",Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    font-size: 40px!important;
    margin-top: 35px;
    margin-bottom: 25px;
}
.white-box #thankyou p {
    font-size: 28px!important;
	font-weight: normal;
    line-height: 32px!important;
    margin-top: 0;
    margin-bottom: 0;
	color: #585857;
    font-family: 'HelveticaNeue',sans-serif !important;
}
.white-box #thankyou .hidden-xs p:nth-child(1) {
    margin-top: 25px!important;
}
.white-box #thankyou .hidden-xs p:nth-child(2) {
    margin-top: 30px!important;
}
.white-box #thankyou p.enjoy {
    margin-top: 30px!important;
    margin-bottom: 0!important;
	font-family: "Akkurat-Bold",Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	color: #f7901e;
}
.white-box #thankyou p.team {
    font-family: "Akkurat-Bold",Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	color: #f7901e;
}
.white-box #thankyou p.termslink-footertext.visible-xs {
    font-size: 16px !important;
    margin-top: 30px !important;
}
.triangle-with-shadow {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  display: none;
}
.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: rotate(45deg); /* Prefixes... */
  top: -30px;
  right: 145px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.closed-promo .white-box,
.thankyou-page .white-box {
    margin-top: 30px!important;
    margin-bottom: 0!important;
    width: 100%!important;
}
.thankyou-page .white-box {
    margin-top: 25%!important;
}

/*.closed-promo .white-box {
    min-height: 360px;
}*/

@media only screen and (min-width : 768px){
 	.closed-promo .white-box {
        min-height: 200px;
    }
}


.closed-promo .tabs-wrapper {
    background-position: 50% top;
}

.closed-promo .tabs_item .white-box {
  	margin-top: 0!important;
    margin-bottom: 50px!important;
}

.thankyou-page .white-box {
    padding: 30px 35px;
}

.streetnumber_field {
    padding-right: 0;
}

.suburb_field {
  	padding-right: 10px;
}

.streetname_field,
.streetsuffix_field,
.state_field,
.postcode_field {
    padding-left: 0;
    padding-right: 0;
}
.state_field {
    margin-top: 7px;
}
.streetnumber_field .form-label,
.streetsuffix_field .form-label,
.postcode_field .form-label {
  width: 50%;
}

.streetnumber_field input,
.streetsuffix_field input,
.postcode_field input{
    width: 35%;
}

.streetname_field .form-label {
  width: 20%;
}

.streetname_field input{
    width: 75%;
}

.suburb_field .form-label {
  width: 25%;
}

.suburb_field input{
    width: 73%;
}

/* Design for a width of 320px */
@media only screen and (max-width: 767px) {

    .tab > nav {
      background: #f7921d;
      height: 60px;
    }
    .pageId_203 .tab > nav {
      background: #f7921d;
    }
    .tab_content h2 {
        /*font-family: 'DINPro-Bold', sans-serif!important;*/
        font-size: 20px;
        text-align: center;
    }

	.card-form {
		margin: 0 auto;
        text-align: left;
        width: 100%;
        padding: 0 3%;
	}

	input#txtCaptcha {
	    width: 80%;
	}
	#closed .box-message p {
		font-size: 18px;
	}
	#closed {
		margin: 10px 0;
	}
	#closed .box-message {
		padding: 15px 10px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 989px) {  
	
    .tab_content h2 {
        /*font-family: 'DINPro-Bold', sans-serif!important;*/
        text-align: center;
    }
	.card-form {
		margin: 0px auto;
		text-align: left;
		width: 100%;
		padding: 0 5%;
	}

	input#txtCaptcha {
	    width: 48%;
	}
}
/*============ MAIN BANNER ============*/

.main-banner {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
}

.main-banner-img {
    width: 100%;
    float: left;
}

img.new-berocca-img {
    max-width: 11%;
    display: inline-block;
    vertical-align: top;
    display: none;
}

.fb-box-wrapper {
    position: absolute;
    bottom: 0;
    margin-left: 15px;
}

.fb-box-wrapper p {
    font-family: inherit;
}

.fb-box-inner {
    display: inline-block;
}

img.fb-logo {
    display: inline-block;
    width: 20%;
}

p.fb-text {
    display: inline-block;
    font-size: 23px;
}

p.warning {
    font-size: 14px;
}


/*============ TABS SETTINGS ============*/

.tabs-wrapper {
    /*float: left;*/
    width: 100%;
    background-color: transparent;
    background-image: url("/static/images/advocate_promo/cat-bg.jpg");
    background-size: cover; /*100% auto;*/
    background-repeat: no-repeat;
    background-position: 100% top;
    padding: 0 10%;
    min-height: 1200px;
}

.tab {
  	clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    font-family: inherit;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px!important;
    padding: 0 !important;
    width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px!important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0!important;
    position: relative;
    width: 33.33%;
    height: 54px!important;
    border-right: 5px solid transparent;
    font-weight: bold;
}
.tabs li:last-child {
  border-right-style: none;
  width: 33.341%!important;
}

.pageId_203 .tabs li {
    width: 100% !important;
}

.tabs a {
    background-color: #fcba75;
    color: #fff!important; 
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'DINPro-Medium', sans-serif!important;*/
    display: block;
    letter-spacing: 0;
    outline: none;
    text-decoration: none!important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 8px 10px 10px;
    height: 70px !important;
}

.tabs a:hover,
.tabs a:focus,
.current a {
    color: #FFF!important;
    background: #f7921e;
    text-decoration: none!important;
}

.tabs_item {
    display: none;
    /*padding: 30px;*/
    width: 100%;
    margin: 0 auto;
}

.tabs_item:first-child {
    display: block;
    position: relative;
}

.tabs_item.enter-tab {
  padding: 0;
  text-align: center; 
  padding: 0;  
}

nav select.tabs {
    display: none;
}

select.tabs {
    width: 100%;
    height: 60px;
    cursor: pointer;
    background-color: #f7921d;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Akkurat-Bold', sans-serif !important;
    font-wieght: normal;
  	text-align: center;
}

select.tabs option{
    cursor: pointer;
}

select.tabs,
select.tabs:hover,
select.tabs:focus {
    outline: none !important;
    border: 1px solid #f7921d;
}


/*============ TAB ONE ============*/

.how-to-enter-head {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /*font-family:FFDINWebBold;*/
    font-size: 27px;
}

.entry-form {
    width: 35%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
}

.entry-form:hover,
.entry-form:focus,
a.how-to-enter-btn:hover,
a.how-to-enter-btn:focus {
    text-decoration: none!important;
    color: #fff!important;
    /*background: #bf0000;*/
}

.purchase {
    background: #00893c;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 10px auto;
    width: 100%;
    padding: 10px 0;
    position: relative;
}

.purchase p {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

img.number {
    position: absolute;
    left: -20px;
    top: -5px;
    width: auto;
}

/*============ TAB TWO ============*/
.persenal-detail {
    background: #ffed00;
    color: #00893c;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 41%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.persenal-detail.purchase-detail {
    width: 34%;
}

.persenal-detail.consent-detail {
    width: 20%;
}

.tab-two-form {
    width: 100%;
    margin: 20px 0 0;
    display: block;
}
.tab-two-form p {
    font-size: 15px!important;
}

.form-label,
.form-input {
    display: inline-block;
}

.form-label {
    width: 40%;
    font-size: 15px;
    vertical-align: middle;
    color: #585857;
    font-weight: 600;
  	line-height: 16px;
  	font-family: 'HelveticaNeue',sans-serif !important;
}

.form-input {
    background: transparent;
    border: 2px solid #585857;
    width: 59%;
    height: 30px;
    margin: 7px 0;
    padding: 2px;
    -webkit-transition-duration: 0.50s;
    transition-duration: 0.50s;
  	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 0; 
 	-moz-border-radius: 0; 
 	border-radius: 0; 
}
#barcode {
    width: 40%;
}

.form-input#purchase_date {
    width: 40%;
}

.upload-label {
    margin-top: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    width: 20%;
    border-radius: 0;
    padding: 3px 6px;
    border: 1px solid #b5b5b5;
    background: #f6f8f7;
    text-align: left;
    top: -5px;
}
.fileUpload input.form-upload-file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-input:hover,
.form-input:focus {
    outline: none !important;
    border: 2px solid #585857;
    /*width: 58%;*/
}

select.form-input {
    background: #e9e9e9;
    color: #000;
    cursor: pointer;
    width: 55%;
    font-size: 14px;
}
select.select-date {
    background: #e9e9e9;
    color: #000;
    cursor: pointer;
    width: 16%;
    font-size: 14px;
}

select.select-date {
    display: inline-block;
    width: 16% !important;
    height: 34px;
}

.date-wrapper {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-bottom: 20px;
}

.state-select {
  	margin-bottom: 10px;
    background: transparent;
    border: 2px solid #585857;
    height: 30px;
}

/*.purchase-label {
    vertical-align: top;
}*/

select.form-input.sm {
  width: 150px;
}

select.form-input.sm:hover, select.form-input.sm:focus {
  border: 1px solid #D4AB5D;
  outline: medium none !important;
  width: 150px;
}

select.select-date:hover,
select.select-date:focus {
    width: 85%;
    outline: none !important;
    border: 1px solid #D4AB5D;
}

select.form-input:hover,
select.form-input:focus {
    width: 55%;
    outline: none !important;
    border: 1px solid #D4AB5D;
}

.error,
select.form-input.error,
select.select-date.error {
    color: red;
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.2);
}

label.error {
    color: red;
    display: block;
    margin-bottom: 10px;
    border: none;
    background: transparent;
    margin-left: 0; /*40%;*/
  	font-family: 'HelveticaNeue',sans-serif !important;
}

.date-wrapper label.error,
.check-container label.error {
    margin-left: 0 !important;
}

p.adress-head {
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #000;
}

.berocca-drink {
    font-size: 15px;
    display: inline-block;
    color: #000;
}

.check-yes {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.check-condition {
    width: 20px;
    height: 20px;
    margin-right: 10px !important;
    vertical-align: bottom;
}

#ui-datepicker-div {
    width: 400px;
}

.how-to-enter-head.terms-head {
    width: 30%;
    margin: 0 0 10px;
}

.check-label {
    font-weight: 600;
    vertical-align: top;
    padding-left: 5px;
    font-family: 'HelveticaNeue',sans-serif !important;
    color: #585857;
    font-size: 16px;
}

label.i-wish span {
    margin-left: 3px;
}

.terms-link,
.terms-link:hover,
.terms-link:focus {
    color: #000;
    text-decoration: underline;
}

span.check-container {
    color: #000;
}

/*============ TABS THREE ============*/

#tabs-three {
    width: 100%;
    padding: 0 0 30px;
}

#tabs-three .how-to-enter-head.terms-head {
    width: 55%;
    margin: 0 0 10px;
}

.heading {
    color: #00893c;
    font-size: 15px;
}

.terms-order {
    padding-left: 0;
}

.sub-header {
  	text-transform: uppercase;
}

.terms-order .sub-header {
    text-transform: none;
}
.terms-order .sub-header:nth-child(2) {
    margin-left: -18px !important;
}

.terms-order li a {
    color: #4a261a;
    text-decoration: underline;
}

.terms-order p {
    text-align: justify!important;
  	color: #000;
}

.black-bullet {
    list-style-type: disc;
    margin-left: 5px!important;
    padding-left: 0;
    display: block;
}
.black-bullet li {
    list-style-type: disc;
    padding-left: 10px!important;
  	color: #000;
}

.new-permit {
    font-weight: bold;
    color: #000;
}

ol li {
    margin: 10px 0;
    text-align: justify;
    color: #000;
}

table.terms-table {
    width: 70%;
    margin: 10px 0;
    text-align: center !important;
    background: transparent;
    color: #000;
}

table.terms-table thead {
    text-align: center;
    text-transform: initial;
    font-weight: normal !important;
}

table.terms-table td,
table.terms-table thead th {
    border-left: 0;
    padding: 0 !important;
}

table.terms-table tbody tr {
    background: transparent;
}

table.terms-table tbody tr td {
    text-align: center;
}

.promotion-text {
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}

.enter-btn {
    border-style: none;
    cursor: pointer;
}


/*============ FOOTER ============*/
footer {
    overflow: hidden;
    float: none;
    width: 100%;
}

footer#scratchcard-foot {
    float: none;
    width: 100%;
    clear: both;
	margin-top: -44px;
    /*margin-top: -10px;*/
    /*background: #d4ab5d;
    margin-bottom: 20px;*/
}

.footer-inner2 {
    font-family: inherit;
    position: relative;
    /*margin: 0 auto;
    padding: 15px 20px 30px;*/
}

.footer-inner2 p {
    position: relative;
    top: 0;
    margin: 0!important;
}

.footer-inner2 p,
.footer-inner2 p a {
    text-align: left;
    color: #fff;
    font-size: 12px!important;
    font-weight: 500;
    line-height: 1.2em;
    margin: 10px 0;
    padding-left: 10%;
}
.footer-inner2 p a {
    padding-left: 0;
    color: #fff !important;
    text-decoration: none!important;
}

/*.footer-inner2 .footer-banner-img {
    margin-top: -10px;
}*/

.termslink-footertext a,
.termslink-footertext a:hover,
.termslink-footertext a:focus,
.termslink-footertext a:active {
    text-decoration: none!important;
  	font-family: 'HelveticaNeue',sans-serif !important;
}


/*============ LOGIN ADMIN ============*/

#adminlogin {
    padding: 25px 0;
    width: 70%;
    margin: 0 auto;
}

form#login_form label.optional {
    width: 10%!important;
}

form#login_form #credential_0,
form#login_form #credential_1 {
    color: #000 !important;
    width: 85% !important;
}

form#login_form .buttons {
    margin-left: 15% !important;
}

#adminlogin input {
    color: #fff;
}

form .buttons span.button:hover,
form .buttons span.button:focus {
    background-color: #006533;
}

fieldset {
    padding-top: 10px;
}

.message {
    font-size: 17px;
    padding-bottom: 5px;
}

#submit_button {
    background: none repeat scroll 0 0 #fff;
    color: #00AE42;
    padding: 8px 15px;
    margin: 5px 0;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: none;
    cursor: pointer;
}

#submit_button:hover {
    background: none repeat scroll 0 0 #0E8C3C;
    color: #fff!important;
}


/*============ ADMIN SECTION ============*/

#page_48 #conForm {
    float: left;
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
}

.logout {
    margin-bottom: 20px;
    margin-left: 90%;
    width: 10%;
}

.range-date-left {
    float: left;
}

.range-date label {
    width: 100px;
}

.export-monthly a {
    color: #fff;
}

.range-date-left {
    margin-right: 50px;
}

.export-range {
    float: left;
    width: 400px;
}

.export-monthly {
    float: right;
    width: 660px;
}

.myButton {
    background: #8DC543;
    border-radius: 6px;
    border: 1px solid #8DC543;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.myButton:hover {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.current {
    font-weight: bold;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline;
    margin: 0 auto;
}

.pagination ul li {
    display: inline;
    margin: 5px;
}

.pagination ul li {
    display: inline;
    margin: 5px;
}

#admintable {
    width: 100%;
    margin: 20px 0;
}

#admintable tbody td {
    text-align: left;
}

.adminrow.toprow {
    font-weight: bold;
}

.admincol {
    background: none;
    border: 1px solid #AAA;
    color: #fff;
    font-size: 1.167em;
}

.admincol a {
    text-decoration: underline;
    color: #fff;
}

.admincol a:hover,
.admincol a:focus {
    color: #eca204;
    ;
}

#admintable th {
    background-color: #ccc;
    color: #333;
    background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
}

.even {
    background-color: rgba(0, 0, 0, 0.05);
}

.range-date input {
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 34px;
    width: 60%;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.range-date input:focus {
    outline: none !important;
    border: 1px solid #8DC543;
}

.myButton {
    margin-top: 10px;
}


/*============ ADMIN VIEW DETAILS ============*/

#page_49 #conForm {
    width: 77%;
    margin: 20px auto;
}

#header-wrapper,
#header-wrapper-sub {
    z-index: 0;
}

.adminview {
    font-family: arial;
    text-align: left;
    padding: 20px 0;
}

.viewimg {
    float: right;
}

.adminhead p {
    text-align: center;
}

.adminhead p a {
    display: block;
    margin-top: 10px;
}

.adminhead > a {
    border: 1px solid;
    background: #fff;
    padding: 3px 10px;
    color: #00AE42;
}

.adminhead input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    margin: 5px 0;
    padding: 10px;
}


/*============ THANK YOU ============*/

.thank-you-wrap {
    float: left;
    width: 100%;
    margin: 20px auto;
}

.thanks-img {
    width: 100%;
}


/*============ MEDIA ============*/

@media only screen and (min-width: 768px) and (max-width: 999px) {

.container-promo { width: 100%}

.tab {
    width: 96%!important;
}

.tabs li {
    width: 33.33%;
}

.tabs li:last-child {
  border-right: none!important;
  width: 33.34%!important;
}

.pageId_203 .tabs li {
    width: 100% !important;
}
    #page_47 #conForm {
        position: relative;
        top: 100px;
    }
    #page_48 #conForm {
        overflow-x: scroll;
    }
    #page_49 #conForm {
        width: 85%;
    }
    #page_52 #conForm {
        position: static;
    }
    #adminlogin {
        width: 100%;
        padding: 0 20px;
    }
    img.fb-logo {
        display: inline-block;
        width: 12%;
    }
    p.fb-text {
        font-size: 17px;
        margin-left: 10px;
    }
    p.warning {
        font-size: 10px;
    }

    /*footer#scratchcard-foot {
        margin-bottom: 110px;
    }*/
    .tabs-wrapper {
        min-height: 975px;
    }
    .white-box {
        min-height: 500px;
    }
    .white-box h2.thankyou-header {
        font-size: 36px !important;
    }
    .white-box #thankyou p {
        font-size: 32px !important;
    }
    /*.enter-now-wrapper {
        margin-top: -115px;
    }*/
    .check-label {
      word-wrap: break-word;
      width: 80%;
   }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .how-to-enter-head.terms-head {
        width: 20% !important;
    }
    #tabs-three .how-to-enter-head.terms-head {
        width: 35% !important;
    }
    .persenal-detail {
        width: 38% !important;
    }
    .persenal-detail.purchase-detail {
        width: 30% !important;
    }
    table.terms-table {
        width: 100% !important;
        margin: 0 auto !important;
        margin-left: -29px !important;
    }
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tabs a {
        font-size: 16px;
    }

    .tab {
        width: 96%!important;
    }

    .tabs li {
        width: 33.33%;
    }

    .tabs li:last-child {
        border-right: none!important;
        width: 33.34%!important;
    }

    .tabs_item {
        padding: 30px 0!important;
        width: 100% !important;
    }
    table.terms-table {
        width: 95%;
        margin: 0 auto;
    }
    .how-to-enter-head {
        font-size: 22px;
    }
    .purchase p {
        font-size: 20px;
    }

    .terms-order {
        padding-left: 0;
    }
    .terms-order > p {
        padding: 0;
    }
    /*#tab-two {
        padding-left: 30px !important;
    }*/
    .tab-two-form {
        width: 100%;
    }
    .persenal-detail {
        font-size: 22px;
        width: 55%;
    }
    .persenal-detail.purchase-detail {
        width: 45%;
    }
    select.select-date {
        width: 23%;
    }
    .promotion-text {
        font-size: 16px;
    }
    .date-wrapper {
        width: 18.5%;
    }
    select.select-date,
    select.select-date:hover,
    select.select-date:focus {
        width: 90%;
    }
	/*Calendar by Manya */
	#ui-datepicker-div {
		width: 300px;
	}
	.ui-datepicker table {
		width: 270px !important;
	}
	.ui-datepicker .ui-datepicker-header {
		padding: 0.2em 0;
		position: relative;
	}
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		height: 1.5em;

	}
	.ui-datepicker .ui-datepicker-title {
		line-height: 1.5em;
	}
	.ui-datepicker table {
		font-size: 0.8em;
	}
	.ui-datepicker .ui-datepicker-title select {
		font-size: 0.8em;
	}
    .container-promo {
        margin-top: -10px;
    }

    .tabs-wrapper {
        padding: 0;
        /*min-height: 975px;*/
    }
    .tab {
        width: 100%!important;
        margin-bottom: 10px;
        padding: 0 25px;
    }
    .box-message > p {
        line-height: 1.2em!important;
    }
    /*.white-box {
        min-height: 500px;
    }*/
    .white-box h2.thankyou-header {
        margin-top: 10px !important;
    }
	footer#scratchcard-foot {
      margin-top: -47px!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  footer#scratchcard-foot {
      margin-top: -55px!important;
  }
}

@media only screen and (max-width: 767px) {
    .tab_content {
        margin-top: 15px;
    }
    img.bayer-logo {
        /*width: 8%;
        margin-left: -80px;
        margin-top: 5px;*/
    }
    p.warning {
        font-size: 5px;
    }
    p.fb-text {
        font-size: 10px;
    }
    .fb-box-wrapper {
        margin-left: 5px;
    }
    img.fb-logo {
        width: 8%;
    }
    img.win-ski-img {
        top: 26px;
    }
    .tabs a {
        font-size: 8px;
    }
    .tabs li,
    .tabs a {
        height: 52px !important;
    }

    .tabs_item.enter-tab {
        padding: 0 0 30px; /*30px 10px;*/
        width: 100%;
    }
    .how-to-enter-head {
        width: 90%;
        font-size: 17px;
    }
    .purchase {
        width: 90%;
        padding: 10px 12px;
    }
    .purchase p {
        color: #fff;
        text-align: center;
        font-size: 17px;
    }
    img.number {
        left: -30px;
    }
    footer#scratchcard-foot {
        padding: 0;
        margin-bottom: 0;
        background: none;
    }
    .how-to-enter-head.terms-head {
        width: 100%;
    }
    table.terms-table {
        width: 100%;
        font-size: 12px;
    }
    .tabs_item {
        padding: 30px 10px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .tab-two-form {
        width: 100%;
    }
    .persenal-detail {
        width: 100%;
        margin: 0 auto;
        font-size: 15px;
    }
    .form-label,
    .form-input,
    select.form-input {
        width: 100%;
        border: 1px solid #585857;
        height: 45px;
      	background-color: #fff;
    }
    .form-input:hover,
    .form-input:focus,
    select.form-input:hover,
    select.form-input:focus {
        width: 100%;
        border: 1px solid #585857;
        height: 45px;
        background-color: #fff;
    }
    .promotion-text {
        font-size: 14px;
    }
    label.error {
        margin-left: 0;
    }
    .ui-datepicker table {
        width: 265px !important;
    }
    .check-label {
        width: 80%; 
        vertical-align: top;
    }
    .date-wrapper {
        width: 32%;
    }
    select.select-date,
    select.select-date:hover,
    select.select-date:focus {
        width: 100%;
    }
    #tab-two {
        padding-left: 0;
        padding-right: 0;
    }
    .persenal-detail.purchase-detail,
    .persenal-detail.consent-detail {
        width: 100%;
        margin: 10px 0;
    }
    #tabs-three .how-to-enter-head.terms-head {
        width: 100%;
    }
    #page_48 #conForm {
        overflow-x: scroll;
    }
    #page_49 #conForm {
        width: 85%;
    }
    #page_52 #conForm {
        position: static;
    }
    #adminlogin {
        width: 100%;
        padding: 0 20px;
    }
    nav ul.tabs,
    a.berocca-btn {
        display: none !important;
    }
    .pageId_203 nav ul.tabs {
        display: block !important;
    }
    nav select.tabs {
        display: inline-block;
    }
	/*Calendar by Manya */
	#ui-datepicker-div {
		width: 220px;
	}
	.ui-datepicker table {
		width: 200px !important;
	}
	.ui-datepicker .ui-datepicker-header {
		padding: 0.1em 0;
		position: relative;
	}
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		height: 1.3em;

	}
	.ui-datepicker .ui-datepicker-title {
		line-height: 1.3em;
		margin: 0 1em;
	}
	.ui-datepicker table {
		font-size: 0.7em;
	}
	.ui-datepicker .ui-datepicker-title select {
		font-size: 0.7em;
	}
    .container-promo {
        /*margin-top: -10px;*/
    }
    .tab_entry_form {
        width: 100%!important;
    }
    .table-responsive {
        border: none!important;
        padding: 30px 0 30px 5px!important;
    }
    .terms-order {
        padding: 0 20px 0 15px;
    }
    .terms-order li, .terms-order p {
      padding-left: 0;
    }
    .about-wrapper {
        padding: 0;
    }
    .tab {
        width: 100%;
        margin-bottom: 0;
      	padding-top: 0;
    }
    .box-message > p {
        line-height: 1.2em!important;
      	font-size: 22px !important;
    }

    .tabs-wrapper {
        padding: 20px;
        background-position: 50% top;
    }
    .box-message {
        width: 100%;
    }
    .footer-inner2 p {
        padding: 15px 15px 0;
        margin: 0;
        top: 0;
    }
    #purchase_date.form-input,
    .fileUpload {
        width: 100%;
    }
    label.i-wish span {
        margin-left: -3px;
    }
    .enter-now-wrapper {
        float: none;
        clear: both;
        margin-top: 30px;
    }
    .footer-inner2 .footer-banner-img {
        margin-top: 0;
    }
    .tab-two-form p {
        font-size: 15px!important;
    }
    .black-bullet {
        margin-left: 15px !important;
    }
    .white-box {
        margin-top: 0!important;
      	margin-bottom: 30px !important;
	    padding: 20px 10px;
    }
    .white-box h2.close-header {
        font-size: 54px!important;
    }
    .white-box h2.thankyou-header {
        font-size: 32px!important;
        margin-top: 10px;
    }
    .white-box #thankyou p {
        font-size: 22px!important;
        line-height: 32px!important;
    }
    .white-box #thankyou p.enjoy,
    .white-box #thankyou p.team{
        font-size: 32px !important;
    }
    .closed-promo .white-box, 
    .thankyou-page .white-box {
        margin-top: 50px !important;
      	min-height: 360px;
    }
	.menu-promotion-mobile.open .dropdown-menu a {
       padding-left: 20px!important;
    }
	.menu-promotion-mobile.open .dropdown-menu a:hover,
    .menu-promotion-mobile.open .dropdown-menu a:focus,
    .menu-promotion-mobile.open .dropdown-menu a:active {
       background-color: #ddba6a!important;
    }
	
    footer#scratchcard-foot {
        margin-top: -57px!important;
    }
    .enter-now-wrapper p {
        bottom: 0;
        margin: 15px 0 0!important;
        position: relative;
        text-align: center!important;
    }
    .streetnumber_field {
        padding-right: 15px;
    }
    .streetname_field, .streetsuffix_field, .state_field, .postcode_field {
        padding-left: 15px;
        padding-right: 15px;
    }
    .streetnumber_field .form-label,
    .streetsuffix_field .form-label,
    .postcode_field .form-label,
    .streetname_field .form-label,
    .suburb_field .form-label{
      width: 100%;
    }

    .streetnumber_field input,
    .streetsuffix_field input,
    .postcode_field input,
    .streetname_field input,
    .suburb_field input,
    .state-select {
        width: 100%;
        border: 1px solid #585857;
		height: 45px;
      	background-color: #fff;
    }
    .thankyou-page .white-box {
        padding: 10px;
    }

    /** New custom for Mobile */      
     .tab nav select {
      /* for Firefox */
      -moz-appearance: none;
      /* for Chrome */
      -webkit-appearance: none;
       text-align-last: center;
       text-align: center;
       -ms-text-align-last: center;
       -moz-text-align-last: center;
    }
    /* For IE10 */
    .tab nav select::-ms-expand {
      display: none;
    }

    .how-to-enter-btn.entry-form {
      	text-indent: 0;
      	font-size: 24px;
      	font-weight: 600;
  		font-family: 'HelveticaNeueBold',sans-serif !important;
      	color: #fff!important;
        background-color: #f7921d;
        display: block;
        width: 90% !important;
        background-image: none;
        height: auto !important;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
        clear: both;
    }
	.how-to-enter-btn.entry-form span {
      	font-weight: 600;
      	font-family: 'HelveticaNeueBold',sans-serif !important;
    }
    .white-box p.mandatory-fields {
        margin: 30px 0 0 !important;
    }
    .white-box p.termslink-footertext.visible-xs {
        margin: 0!important;
    }
    h5.entries_close_date {
        margin-top: 40px;
        font-weight: 600;
    }
    #tab-two h2 {
        font-size: 22px !important;
        text-align: center !important;
    }
    #barcode,
    #upload_file {
    	width: 100%;
	}
    #tab-two .entries-close.visible-xs {
        font-weight: 600;
    }
    #tab-two .white-box p.mandatory-fields {
        margin: 5px 0 0 !important;
    }
    #tab-two .white-box {
        margin-bottom: 30px !important;
    }
    #tab-two {
        padding-top: 0;
    }
    ::placeholder {
       color: #585857;
       text-align: center;
       font-family: 'HelveticaNeue-Bold',sans-serif !important;
       font-size: 16px
    }
    :-ms-input-placeholder {
       color: #585857;
       text-align: center;
       font-family: 'HelveticaNeue-Bold',sans-serif !important;
       font-size: 16px
    }
    ::-ms-input-placeholder {
       color: #585857;
       text-align: center;
       font-family: 'HelveticaNeue-Bold',sans-serif !important;
       font-size: 16px
    }

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
   .tabs-wrapper {
        min-height: 800px!important;
    }
    .thankyou-page .tabs-wrapper {
      min-height: 1000px!important;
    }
    .closed-promo .white-box {
        min-height: 200px;
    }
}

@media only screen and (max-width: 667px) {
    .tabs-wrapper {
        min-height: 800px;
    }
  	.thankyou-page .tabs-wrapper {
        min-height: 860px;
    }
    .triangle-with-shadow::after {
        right: 95px;
    }
}

@media only screen and (max-width : 480px){
  .white-box #thankyou {
  	padding: 10px;
	}
    .white-box #thankyou p.enjoy, .white-box #thankyou p.team {
        font-size: 28px !important;
    }

}

@media only screen and (max-width: 360px) {
    .tabs-wrapper {
        min-height: 650px;
    }
    .thankyou-page .tabs-wrapper {
      min-height: 730px;
    }
    .triangle-with-shadow::after {
        right: 75px;
    }
    .white-box {
        min-height: 260px !important;
    }
    .white-box h2.thankyou-header {
        font-size: 28px !important;
    }
    .white-box #thankyou p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .white-box #thankyou p.enjoy, .white-box #thankyou p.team {
        font-size: 25px !important;
    }
    .white-box #thankyou p.termslink-footertext.visible-xs {
        font-size: 13px !important;
    }
    .white-box h2.close-header {
        font-size: 44px !important;
    }
    footer#scratchcard-foot {
        margin-top: -49px!important;
    }
}

@media only screen and (max-width: 320px) {
    .entries-close {
        text-align: center!important;
    }
    .captcha_container {
      margin: 20px 0 25px -15px!important;
   }
}

@media only screen and (min-width: 1200px) {
    #page_47 .container {
        max-width: 1200px !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
  .check-label {
      position: absolute;
  }
}


.nav-inner {
  display: inline-block;
  margin: 29px 10px 10px!important;
  width: 65%!important;
  z-index: 9999;
}
.active.menu-link.page_198 {
  background-color: #000 !important;
  border: 1px solid #000;
  color: #ddba6a !important;
}

.menu-link.page_198 {
background-color: #000 !important;
border: 1px solid #000;
color: #DDBA6A !important;
}

#tabs-three h1.second-header {
    margin-top: 0;
    color: #f7901e;
    font-size: 22px;
}

#tabs-three h1.second-header span {
    font-weight: normal;
    font-family: 'Akkurat-Bold', sans-serif !important;
}

.table-terms {
    border: none;
    border-collapse:collapse;
    padding:5px;
    font-size: 14px;
    color: #4a261a;
}
.table-terms th {
    border: none;
    padding:5px;
    text-align: left;
    vertical-align: top;
}
.table-terms td {
    border: none;
    padding:5px;
    text-align: left;
}
.table-inside {
    margin: 20px 0;
}
.table-inside th,
.table-inside td {
    text-align: center!important;
}

.table-inside .first-th,
.table-inside .first-td {
    text-align: left!important;
    width: 35%;
}
.table-terms .td-left {
    width: 20%;
}
.table-terms .td-right {
    width: 80%;
}

.captcha_container {
    display: table;
    margin: 20px auto 25px;
    width: 100%;
    text-align: center;
}
.g-recaptcha {
  	display: table;
  	margin: 0 auto;
}
.captcha_container #captcha-error {
    background-color: transparent!important;
    border: none!important;
    font-weight: bold;
    text-align: center;
}