/***********************************************************************************/
/*                                  Reset Browser                                  */
/***********************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.clearfix {
	clear: both;
}

/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
	font-family: 'helvetica_neuebook';
	src: url(../fonts/helvetica_neue-webfont.eot'.html');
	src: url('../fonts/helvetica_neue-webfont.eot?#iefix')
		format('embedded-opentype'), url(../fonts/helvetica_neue-webfont.woff'.html')
		format('woff'), url(../fonts/helvetica_neue-webfont.ttf'.html')
		format('truetype'),
		url('../fonts/helvetica_neue-webfont.svg#helvetica_neuebook')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: bold;
	src: url(../fonts/helveticaneue_bold-webfont.eot'.html');
	src: url('../fonts/helveticaneue_bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url(../fonts/helveticaneue_bold-webfont.woff'.html') format('woff'),
		url(../fonts/helveticaneue_bold-webfont.ttf'.html') format('truetype'),
		url('../fonts/helveticaneue_bold-webfont.svg#helveticaneuebold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #2094c4;
	text-decoration: none;
	outline: none; /* Remove dashed frame for IE8,FF  */
}

p {
	padding: 0 0 15px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite,em,i {
	font-style: italic;
}

blockquote {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {
	background: #f4f4f4;
	font: 13px 'Courier 10 Pitch', Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

::-webkit-input-placeholder {
	color: #484848;
}

:-moz-placeholder {
	color: #484848;
}

::-moz-placeholder {
	color: #484848;
}

:-ms-input-placeholder {
	color: #484848;
}

:placeholder {
	color: #484848;
}

/***********************************************************************************/
/*                               Layout & Composition                              */
/***********************************************************************************/
body {
	color: #000;
	font: normal 12px/21px "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	width: 100%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: .625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content_area ul,ol {
	margin: 0 0 1.625em 2.5em;
}

.content_area ul {
	list-style: square;
}

.content_area ol {
	list-style-type: decimal;
}

.content_area ol ol {
	list-style: upper-alpha;
}

.content_area ol ol ol {
	list-style: lower-roman;
}

.content_area ol ol ol ol {
	list-style: lower-alpha;
}

.content_area ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}

.content_area img {
	max-width: 100%;
}

.content_area .wp-caption {
	max-width: 100%;
}

img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img
	{
	max-width: 100%;
	/* When images are too wide for containing element, force them to fit. */
	height: auto;
	/* Override height to match resized width for correct aspect ratio. */
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,img.alignright,img.aligncenter {
	margin-bottom: 12px;
}
/*  PageNavi */
.page_navi {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 0px 0 20px 0;
}

.page_navi a {
	margin: 1px;
}

.page_navi a:hover,.page_navi a.current {
	color: #005982;
}

/***********************************************************************************/
/*                                      Style                                      */
/***********************************************************************************/
/*Overall*/
body {
	background: url(../images/bodybg.png);
}

#all {
	width: 780px;
	margin: 0 auto;
}

.round {
	border-radius: 5px;
}

.blue {
	color: #2286d4 !important;
}

.red {
	color: #d20312 !important;
}

.bt {
	overflow: hidden;
}

.bt a {
	display: block;
}

.bt a:hover {
	position: relative;
	top: 6px;
}

.bt span {
	font-weight: bold;
	font-size: 18px;
	padding-left: 60px;
	color: #fff;
}

.posf {
	position: fixed !important;
	top: 0;
}

.tac {
	text-align: center;
}

.tac p {
	padding: 0;
}

/*header*/
#hd {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.logo {
    text-align: center;
	margin-bottom: 20px;
}

.logo img {
    max-height: 80px;
    max-width: 100%;
}

.dtame-blue-bt {
	width: 410px;
	height: 70px;
	right: 20px;
	bottom: 0;
	position: absolute;
}

.dtame-blue-bt a {
	width: 410px;
	height: 70px;
	background: url(../images/bt/dtame-blue-bt.png) no-repeat;
}

.dtame-blue-bt span {
	line-height: 62px;
	padding-left: 54px;
}
/*body*/
#bd {
	background: #999;
	padding: 20px 20px 20px 20px;
}

.section {
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.section-bggray {
	background: #e7e7e7;
}

.section-bglightgray {
	background: #f5f4f0;
}

.section-bgblue {
	background: #2286d4;
}

.section-bglightblue {
	background: #c9ecfa;
}

.section-bgwhite {
	background: #fff;
}

.section-body {
	font-size: 18px;
	color: #666666;
}

.section-body.info {
	font-size: 15px;
	padding-top: 20px;
}

.section-body.info strong {
	color: #2286d4;
}

.tac {
	text-align: left;
}

.only_mobile {
	display: none;
}

.section-body h2 {
	font-size: 32px;
	color: #999;
	font-weight: bold;
}

.large-font {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
/*footer*/
#ft {
	padding: 0 20px 40px 20px;
	background: #fff;
	overflow: hidden;
}

#ft a {
	color: #d20312;
	font-size: 14px;
	position: relative;
	top: -6px;
}

#ft li {
	float: left;
	border-left: 2px solid #000;
	padding: 0 5px;
	height: 12px;
}

.ft-left {
	background: #fff url(../images/footerline.png) repeat-x;
	float: left;
	width: 50%;
	padding-top: 20px;
}

#ft .ft-left li:first-child {
	padding-left: 0;
	border-left: none;
}

.ft-right {
	width: 50%;
	padding-top: 20px;
	float: right;
	background: #fff url(../images/footerline.png) repeat-x;
}

.ft-right ul {
	float: right;
}

#ft .ft-right li:first-child {
	border-left: none;
}

#ft .ft-right li:last-child {
	padding-right: 0;
}

/*Equality Landing*/
.marriage-equality {
	padding-bottom: 60px;
	margin-bottom: 20px;
}

.marriage-equality .section-header {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 10px;
}

.marriage-equality .section-body {
	margin-top: 5px;
	line-height: 1.4;
}

.htviye-bt {
	width: 460px;
	height: 96px;
	margin: 0 auto;
	margin-top: 5px;
}

.htviye-bt a {
	width: 460px;
	height: 96px;
	background: url(../images/bt/htviye-bt.png) no-repeat;
}

.error-bt {
	width: 250px;
	height: 96px;
	margin: 0 auto;
	margin-top: 5px;
}

.error-bt a {
	width: 250px;
	height: 96px;
	background: url(../images/mobile/bt/htviye-bt.png) no-repeat;
}

.error-bt span {
	line-height: 63px;
	font-size: 18px;
	padding-left: 66px;
}

.htviye-bt span {
	line-height: 86px;
	font-size: 18px;
	padding-left: 66px;
}

.pledge {
	margin-bottom: 20px;
}

.pledge .section-body {
	padding-left: 280px;
	background-image: url(../images/votebg.png);
	background-repeat: no-repeat;
	min-height: 250px;
}

.pledge .large-font {
	color: #999999;
	font-size: 38px;
}

.share-bt {
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
}

.sof-bt {
	width: 200px;
	height: 60px;
	background: url(../images/bt/sof-bt.png) no-repeat;
	float: left;
}

.sof-bt span {
	line-height: 56px;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-left: 56px;
}

.sot-bt {
	width: 200px;
	height: 60px;
	background: url(../images/bt/sot-bt.png) no-repeat;
	float: right;
}

.sot-bt span {
	line-height: 56px;
	font-size: 15px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-left: 62px;
}

.dtame-bottom {
	margin-top: 20px;
	padding: 40px 20px;
	margin-bottom: 20px;
}

.dtame-bottom .section-body {
	background-image: url(../images/handbg.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 130px;
	min-height: 70px;
	overflow: hidden;
}

.dtame-bottom .large-font {
	font-size: 14px;
	color: #fff;
	width: 260px;
	float: left;
	margin-left: 30px;
	line-height: 1.2;
}

.dtame-red-bt {
	width: 250px;
	height: 70px;
	float: right;
}

.dtame-red-bt a {
	width: 250px;
	height: 70px;
	background: url(../images/bt/dtame-red-bt.png) no-repeat;
}

.dtame-red-bt span {
	font-size: 18px;
	display: block;
	margin-left: 60px;
	padding-left: 0;
	padding-top: 10px;
}

.bjlogo {
	position: absolute;
	top: 20px;
	right: 20px;
}

.bjlogo a {
	display: block;
	text-indent: -9999px;
	width: 180px;
	height: 70px;
	background: url(../images/bjlogo.png) no-repeat;
}

/*Equality Home*/
.share-top {
	width: 700px;
	position: relative;
	overflow: visible;
	z-index: 10;
	margin-bottom: 20px;
}

.share-top .section-body {
	overflow: hidden;
	position: relative;
}

.share-top .section-body a:hover {
	position: relative;
	top: 6px;
}

.share-top .section-body span {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 50px;
	line-height: 45px;
	display: block;
}

.stf-bt {
	float: left;
	width: 190px;
	height: 50px;
	background: url(../images/bt/stf-bt.png) no-repeat;
}

.stf-bt span {
	padding-left: 46px !important;
}

.mad-bt {
	width: 190px;
	height: 50px;
	background: url(../images/bt/mad-bt.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -95px;
}

.mad-bt:hover {
	position: absolute !important;
	top: 6px !important;
}

.stt-bt {
	float: right;
	width: 190px;
	height: 50px;
	background: url(../images/bt/stt-bt.png) no-repeat;
}

.marriage-vote {
	margin-bottom: 20px;
}

.marriage-vote .section-header {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 20px;
}

.enter-postcode {
	overflow: hidden;
}

.enter-postcode .left-info p {
	margin-top: 5px;
	line-height: 1.2;
}

.left-info {
	float: left;
	width: 325px;
}

.info h2 {
	color: #2286d4;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.left-info h2 {
	color: #2286d4;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.left-info p {
	font-size: 18px;
	color: #666666;
}

.right-form,.right-info {
	float: right;
	width: 325px;
}

label.error {
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
	padding: 2px 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: absolute;
	left: 3px;
	top: 80px;
	z-index: 9;
}

#postcode_form_2 label.error {
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
	padding: 2px 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
	left: 3px;
	top: 0px;
}

.form-info {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-top: -16px;
	margin-bottom: 4px;
}

.postcode_form_p {
	width: 340px;
	height: 80px;
	position: relative;
	background: url(../images/code-bg.png) no-repeat;
}

.postcode-input {
	width: 205px;
	background: #f4f4f4;
	height: 74px;
	border: none;
	font-size: 48px;
	color: #2286d4;
	font-weight: bold;
	left: 110px;
	top: 1px;
	letter-spacing: 10px;
	position: relative;
	overflow: hidden;
	line-height: 80px\0;
}

.postcode-input::-ms-clear,.email-input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.email_form_p {
	width: 340px;
	height: 80px;
	position: relative;
	background: url(../images/email-bg.png) no-repeat;
}

.email-input {
	width: 205px;
	background: #f4f4f4;
	height: 74px;
	border: none;
	font-size: 28px;
	color: #2286d4;
	font-weight: bold;
	left: 110px;
	top: 1px;
	position: relative;
	overflow: hidden;
	line-height: 80px\0;
}

:-ms-input-placeholder {
	color: #2286d4;
}

:-moz-placeholder {
	color: #2286d4;
}

::-moz-placeholder {
	color: #2286d4;
}

::-webkit-input-placeholder {
	color: #2286d4;
}

.submit-code-wrap {
	display: block;
	height: 80px;
	overflow: hidden;
	padding-bottom: 0;
}

.submit-code {
	width: 320px;
	height: 90px;
	text-indent: -9999px;
	background: url(../images/bt/submit-bt.png) no-repeat;
	border: none;
	cursor: pointer;
}

.submit-code:hover {
	position: relative;
	top: 6px;
}

.posf-fix {
	display: none;
}

.vote-logo {
	position: absolute;
	left: 50%;
	width: 140px;
	height: 140px;
	margin-left: -990px;
	top: -26px;
	background: url(../images/vote-logo.png) no-repeat;
	z-index: 10;
}
/*Equality Results*/
.results {
	font-size: 24px !important;
	color: #999999 !important;
	font-weight: bold;
	padding-bottom: 16px;
}

.electorates_name {
	margin-left: 45px;
}

.hover {
	color: #d20312 !important;
	cursor: pointer;
}

.results-text {
	font-weight: bold;
	font-size: 35px !important;
	line-height: 1.5em;
	padding: 0;
}

.current-vote {
	width: 110px;
	height: 60px;
	background: url(../images/votes-bg.png) no-repeat;
	padding-left: 110px;
	font-size: 38px;
	line-height: 58px;
	font-weight: bold;
	float: left;
	border: none;
}

.vote-result .left-info {
	width: 300px;
	margin-left: 40px;
	position: relative;
	top: 8px;
}

.vote-result .right-info {
	height: 60px;
	margin-top: 10px;
	overflow: hidden;
}

.result-bt {
	display: block;
	width: 70px;
	height: 60px;
	background: url(../images/bt/result-bt.png) no-repeat;
	float: left;
	margin-left: 10px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	position: relative;
	right: -223px;
}

.result-bt:hover {
	position: relative;
	top: 6px;
}

#postcode_form_2 p {
	padding: 0;
	position: absolute;
	width: 220px;
}

.vote-info {
	width: 610px;
	margin: 0 auto;
}

.vote-info h2 {
	margin-bottom: 10px;
}

.vote-pl {
	padding-bottom: 0;
	margin-bottom: 60px;
	position: relative;
}

.vote-pl .section-body {
	padding: 10px 40px;
}

.vote-pl .body-title {
	overflow: hidden;
	margin-bottom: 10px;
}

.vote-pl h2 {
	color: #2286d4;
	font-size: 30px;
	font-weight: bold;
	/*border-right: 2px solid #999999;
	/*float: left;*/
	display: inline;
	padding-right: 10px;
	line-height: 30px;
}

.vote-pl .title-des {
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
}

.vote-pl .body-content {
	border-bottom: 1px solid #bbb;
}

.vote-pl .body-print {
	margin: 20px 0;
	padding-bottom: 20px;
	line-height: 30px;
	border-bottom: 1px solid #bbb;
}

.vote-pl .body-email {
	margin: 20px 0;
	color: #7e7e7e !important;
	font-weight: bold;
	background: url(../images/email-ico.png) no-repeat;
	font-size: 16px;
	line-height: 30px;
	padding-left: 35px;
}
.vote-pl .body-email input {
    border: 1px solid #999;
    border-radius: 3px;
    color: #2286d4;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    width: 300px;
    padding: 0 10px;
}
.vote-pl .body-email button {
	border: none;
	border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
	background: #CE1323;
	color: #fff;
	padding: 8px;
    height: 54px;
}

.section-body a {
	color: #d5051d;
	cursor: pointer;
}

.vote-pl .body-print a {
	color: #7e7e7e !important;
	font-weight: bold;
	background: url(../images/print-ico.png) no-repeat;
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding-left: 35px;
}

.vote-pl .body-content a {
	color: #d5051d;
}

.pplist {
	margin-bottom: 40px;
}

.pp-header {
	border-radius: 5px;
	overflow: hidden;
	background: #e6e6e6;
}

.pp-sign {
	width: 82px;
	/*height: 80px;*/
	height: 38px;
	float: left;
	padding-top: 42px;
	padding: 42px 4px 0 4px;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.pp-avatar {
	height: 80px;
	float: left;
	min-width: 80px;
}

.pp-content {
	padding: 20px 0 10px 15px;
	float: left;
}

#parties .pp-content {
	height: auto;
	width: 380px;
}

#candidates .pp-content {
	padding: 20px 15px 0 15px;
	height: auto;
	width: 360px;
}

.pp-title {
	overflow: hidden;
}

.pp-title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	float: left;
	padding-right: 10px;
	border-right: 2px solid #666666;
}

#senate_candidates .pp-title h3,#candidates .pp-title h3 {
	font-size: 14px;
}

.pp-title.no-border h3 {
	border-right: 0px;
}

.pp-title .title-des {
	font-size: 16px;
	color: #666666;
	padding-left: 10px;
	word-wrap: break-word;
}

#senate_candidates .pp-title .title-des,#candidates .pp-title .title-des
	{
	font-size: 12px;
	/*width: 160px;*/
	float: left;
}

#senate_candidates .pp-title .title-des.maximum,#candidates .pp-title .title-des.maximum
	{
	line-height: 1em;
	margin-top: 0px;
}

.pp-slogn {
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
	line-height: 1em;
	/*max-width: 300px;*/
}

.pp-slogn p {
	padding: 0;
}

#senate_candidates .pp-slogn,#candidates .pp-slogn {
	font-size: 12px;
	line-height: 1.2em;
}

#senate_candidates .pp-slogn p,#candidates .pp-slogn p {
	padding: 0;
}

.triangular {
	float: right;
	cursor: pointer;
	width: 60px;
	height: 80px;
	background: #bbbbbb url(../images/triangular-lower.png) no-repeat center
		center;
}

.pp-body {
	display: none;
	background: #e6e6e6;
	padding: 20px;
}

.pp-quote {
	background: url(../images/quote.png) no-repeat;
	padding-left: 80px;
	font-style: italic;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 1.2;
}

.pp-video {
	padding: 40px 0;
	background: url(../images/line.png) repeat-x;
}

.youtube {
	margin: 0 auto;
	width: 360px;
	height: 260px;
}

.pp-meta {
	text-align: center;
	padding: 20px 0;
	background: url(../images/line.png) repeat-x;
}

.pp-meta a {
	color: #d5051d;
	font-size: 14px;
	margin: 20px 0 0 40px;
}

.tel:before {
	content: url(../images/tel-ico.png);
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.email:before {
	content: url(../images/email-ico.png);
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.website:before {
	content: url(../images/website-ico.png);
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.pp-sign {
	background-position: center;
}

.pplist-green2 .pp-sign {
	background: #099b36 url(../images/green2-ico.png) no-repeat;
}

.pplist-green .pp-sign {
	background: #099b36 url(../images/green-ico.png) no-repeat;
}

.pplist-orange .pp-sign {
	background: #d57105 url(../images/orange-ico.png) no-repeat;
}

.pplist-red .pp-sign {
	background: #d5051d url(../images/red-ico.png) no-repeat;
}

.show {
	background-image: url(../images/triangular-upper.png);
}

.senate-des {
	font-size: 30px;
	color: #999999;
	font-weight: bold;
	padding-left: 10px;
}

.read-more {
	width: 32px;
	height: 32px;
	background: url(../images/read-more.png);
	position: absolute;
	top: 28px;
	left: 14px;
}

.read-less {
	background: url(../images/read-less.png);
}

.vote-pl.last {
	margin-bottom: 40px;
}

.results01 {
	margin-top: -20px;
}

.senate-btl .pplist {
	display: none;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#all {
		width: 720px;
		margin: 0 auto;
	}
	.dtame-bottom .large-font {
		font-size: 14px;
		color: #fff;
		width: 215px;
		float: left;
		margin-left: 30px;
		line-height: 1.2;
	}
	.share-top .section-body a:hover {
		position: relative;
		top: 0px;
	}
	.mad-bt:hover {
		position: absolute !important;
		top: 0px !important;
	}
	.share-top {
		width: 640px;
		position: relative;
		overflow: visible;
		z-index: 10;
		margin-bottom: 20px;
	}
	.left-info {
		float: left;
		width: 305px;
	}
	.vote-result .left-info {
		width: 275px;
		margin-left: 40px;
		position: relative;
		top: 8px;
	}
	#parties .pp-content {
		height: auto;
		width: 330px;
	}
	#candidates .pp-content {
		padding: 20px 15px 0 15px;
		height: auto;
		width: 300px;
	}
	#senate_candidates .pp-content {
		padding: 20px 15px 0 15px;
		height: auto;
		width: 300px;
	}
	.pp-title {
		overflow: hidden;
	}
	.pp-title h3 {
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		float: left;
		padding-right: 10px;
		border-right: 2px solid #666666;
	}
	#senate_candidates .pp-title h3,#candidates .pp-title h3 {
		font-size: 14px;
	}
	#senate_candidates .pp-title .title-des,#candidates .pp-title .title-des
		{
		font-size: 12px;
		width: 150px;
		float: left;
	}
	.mobile {
		display: none;
	}
	.current-vote {
		height: 45px;
	}
	.postcode-input {
		width: 160px;
		height: 55px;
		border: none;
		color: #2286d4;
		font-weight: bold;
		left: 110px;
		letter-spacing: 10px;
		line-height: 35px;
	}
	.email-input {
		width: 165px;
		height: 58px;
		border: none;
		color: #2286d4;
		font-weight: bold;
		left: 110px;
		line-height: 80px\0;
		overflow: hidden;
	}
}

@media only screen and (max-width: 320px) {
	/***********************************************************************************/
	/*                                      Style                                      */
	/***********************************************************************************/
	/*Overall*/
	body {
		background: url(../images/bodybg.png);
	}
	#all {
		width: 300px;
		margin: 0 auto;
	}
	.round {
		border-radius: 5px;
	}
	.blue {
		color: #2286d4 !important;
	}
	.red {
		color: #d20312 !important;
	}
	.bt {
		overflow: hidden;
	}
	.bt a {
		display: block;
	}
	.bt a:hover {
		position: relative;
		top: 6px;
	}
	.bt a:hover {
		position: relative;
		top: 6px;
	}
	.bt span {
		font-weight: bold;
		font-size: 18px;
		padding-left: 60px;
		color: #fff;
	}
	.posf {
		position: fixed !important;
		top: 0;
	}
	.tac {
		text-align: center;
	}
	.tac p {
		padding: 0;
	}

	/*header*/
	#hd {
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	.dtame-blue-bt {
		width: 410px;
		height: 70px;
		right: 20px;
		bottom: 0;
		position: absolute;
	}
	.dtame-blue-bt a {
		width: 410px;
		height: 70px;
		background: url(../images/bt/dtame-blue-bt.png) no-repeat;
	}
	.dtame-blue-bt span {
		line-height: 62px;
		padding-left: 54px;
	}
	/*body*/
	#bd {
		background: #fff;
		padding: 10px;
	}
	.section {
		padding: 10px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.section-bggray {
		background: #e7e7e7;
	}
	.section-bglightgray {
		background: #f5f4f0;
	}
	.section-bgblue {
		background: #2286d4;
	}
	.section-bglightblue {
		background: #c9ecfa;
	}
	.section-bgwhite {
		background: #fff;
	}
	.section-body {
		font-size: 12px;
		color: #666666;
	}
	.section-body.info {
		font-size: 11px;
		padding-top: 20px;
	}
	.section-body.info strong {
		color: #2286d4;
	}
	.tac {
		text-align: left;
	}
	.section-body h2 {
		font-size: 20px;
		color: #999;
		font-weight: bold;
	}
	.large-font {
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1;
	}
	/*footer*/
	#ft {
		padding: 0 20px 40px 20px;
		overflow: hidden;
		background: #fff url(../images/footerline.png) repeat-x;
	}
	#ft a {
		color: #d20312;
		font-size: 14px;
		position: relative;
		top: -6px;
	}
	#ft li {
		padding: 0;
		height: 15px;
		width: 100%;
		border-left: none;
	}
	.ft-left {
		padding-top: 20px;
		width: 100%;
		float: none;
	}
	.ft-right {
		width: 80%;
		float: none;
		background: none;
	}
	.ft-right ul {
		float: left;
	}
	/*Equality Landing*/
	.marriage-equality {
		margin-bottom: 0px;
	}
	.marriage-equality .section-header {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
		margin-top: 10px;
	}
	.marriage-equality .section-body {
		margin-top: 5px;
		line-height: 1.4;
	}
	.htviye-bt {
		width: 250px;
		height: 70px;
		margin: 0 auto;
		margin-top: 5px;
	}
	.htviye-bt a {
		width: 250px;
		height: 70px;
		background: url(../images/mobile/bt/htviye-bt.png) no-repeat;
	}
	.htviye-bt span {
		font-size: 17px;
		display: block;
		margin-left: 60px;
		padding-left: 0;
		padding-top: 10px;
		line-height: 1.5em;
	}
	.pledge {
		margin-bottom: 20px;
	}
	.pledge .section-body {
		padding-left: 280px;
		background-image: url(../images/votebg.png);
		background-repeat: no-repeat;
		min-height: 250px;
	}
	.pledge .large-font {
		color: #999999;
		font-size: 38px;
	}
	.share-bt {
		height: 60px;
		margin-top: 20px;
		overflow: hidden;
	}
	.sof-bt {
		width: 200px;
		height: 60px;
		background: url(../images/bt/sof-bt.png) no-repeat;
		float: left;
	}
	.sof-bt span {
		line-height: 56px;
		font-size: 14px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
			"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		padding-left: 56px;
	}
	.sot-bt {
		width: 200px;
		height: 60px;
		background: url(../images/bt/sot-bt.png) no-repeat;
		float: right;
	}
	.sot-bt span {
		line-height: 56px;
		font-size: 15px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
			"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		padding-left: 62px;
	}
	.dtame-bottom {
		margin-top: 20px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.dtame-bottom .section-body {
		background-image: url(../images/handbg.png);
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 95px;
		padding-left: 0px;
		min-height: 70px;
		overflow: hidden;
	}
	.dtame-bottom .large-font {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.2;
		float: left;
		width: auto;
	}
	.dtame-red-bt {
		width: 250px;
		height: 70px;
		margin: 0 auto;
		float: none;
	}
	.dtame-red-bt a {
		width: 250px;
		height: 70px;
		background: url(../images/bt/dtame-red-bt.png) no-repeat;
	}
	.dtame-red-bt span {
		font-size: 17px;
		display: block;
		margin-left: 60px;
		padding-left: 0;
		padding-top: 10px;
	}
	.bjlogo {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.bjlogo a {
		display: block;
		text-indent: -9999px;
		width: 100px;
		height: 39px;
		background: url(../images/mobile/bjlogo.png) no-repeat;
	}

	/*Equality Home*/
	.share-top {
		position: relative;
		overflow: visible;
		z-index: 10;
		margin-bottom: 20px;
		width: 260px;
	}
	.share-top .section-body {
		overflow: hidden;
		position: relative;
	}
	.share-top .section-body a:hover {
		position: relative;
		top: 0px;
	}
	.share-top .section-body span {
		font-size: 10px;
		text-transform: uppercase;
		padding-left: 33px;
		width: 50px;
		display: block;
		line-height: 19px;
		margin-top: 12px;
	}
	.stf-bt {
		float: left;
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/stf-bt.png) no-repeat;
	}
	.stf-bt span {
		padding-left: 33px !important;
	}
	.mad-bt {
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/mad-bt.png) no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -40px;
	}
	.mad-bt:hover {
		position: absolute !important;
		top: 0px !important;
	}
	.stt-bt {
		float: right;
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/stt-bt.png) no-repeat;
	}
	.marriage-vote {
		margin-bottom: 20px;
	}
	.marriage-vote .section-header {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.enter-postcode {
		overflow: hidden;
	}
	.enter-postcode .left-info p {
		margin-top: 5px;
		line-height: 1.2;
	}
	.left-info {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.2;
		width: auto;
		float: right;
		margin-left: 0;
	}
	.info h2 {
		color: #2286d4;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.left-info h2 {
		color: #2286d4;
		text-transform: uppercase;
		font-size: 17px;
		line-height: 1;
		font-weight: bold;
	}
	.left-info p {
		font-size: 12px;
		color: #666666;
	}
	.right-form,.right-info {
		width: 250px;
		margin: 0 auto;
		float: left;
	}
	label.error {
		color: #D8000C;
		background-color: #FFBABA;
		border: 1px solid;
		padding: 2px 5px;
		background-repeat: no-repeat;
		background-position: 10px center;
		position: absolute;
		left: 3px;
		top: 63px;
		z-index: 9;
	}
	#postcode_form_2 label.error {
		color: #D8000C;
		background-color: #FFBABA;
		border: 1px solid;
		padding: 2px 5px;
		background-repeat: no-repeat;
		background-position: 10px center;
		position: relative;
		left: 3px;
		top: 0px;
	}
	.form-info {
		color: #666;
		font-size: 12px;
		text-align: center;
		margin-top: -16px;
		padding: 0 10px;
		margin-bottom: 4px;
	}
	.postcode_form_p {
		width: 250px;
		height: 80px;
		position: relative;
		background: url(../images/mobile/code-bg.png) no-repeat;
	}
	.postcode-input {
		width: 125px;
		height: 43px;
		border: none;
		font-size: 35px;
		color: #2286d4;
		font-weight: bold;
		left: 75px;
		letter-spacing: 10px;
		overflow: hidden;
		line-height: 35px;
	}
	.email_form_p {
		width: 250px;
		height: 80px;
		position: relative;
		background: url(../images/mobile/email-bg.png) no-repeat;
	}
	.email-input {
		width: 145px;
		height: 48px;
		border: none;
		font-size: 25px;
		color: #2286d4;
		font-weight: bold;
		left: 80px;
		line-height: 80px\0;
		overflow: hidden;
	}
	:-ms-input-placeholder {
		color: #2286d4;
	}
	:-moz-placeholder {
		color: #2286d4;
	}
	::-moz-placeholder {
		color: #2286d4;
	}
	::-webkit-input-placeholder {
		color: #2286d4;
	}
	.submit-code-wrap {
		display: block;
		height: 80px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.submit-code {
		width: 320px;
		height: 90px;
		text-indent: -9999px;
		background: url(../images/mobile/bt/submit-bt.png) no-repeat;
		border: none;
		cursor: pointer;
	}
	.submit-code:hover {
		position: relative;
		top: 6px;
	}
	.posf-fix {
		display: none;
	}
	.vote-logo {
		position: absolute;
		left: 50%;
		width: 300px;
		height: 140px;
		margin-left: -70px;
		top: -26px;
		background: url(../images/mobile/vote-logo.png.html) no-repeat;
		z-index: 10;
	}
	/*Equality Results*/
	.results {
		font-size: 20px !important;
		color: #999999 !important;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.electorates_name {
		margin-left: 45px;
	}
	.hover {
		color: #d20312 !important;
		cursor: pointer;
	}
	.results-text {
		font-weight: bold;
		font-size: 22px !important;
		line-height: 1.5em;
		padding: 0;
	}
	.current-vote {
		width: 98px;
		height: 35px;
		background: url(../images/mobile/votes-bg.png) no-repeat;
		padding-left: 83px;
		font-size: 35px;
		line-height: 25px;
		font-weight: bold;
		float: left;
		border: none;
	}
	.vote-result .left-info {
		width: auto;
		float: none;
		margin-left: 0;
	}
	.vote-result .right-info {
		height: 60px;
		margin-top: 10px;
		overflow: hidden;
	}
	.result-bt {
		display: block;
		width: 70px;
		height: 60px;
		background: url(../images/mobile/bt/result-bt.png) no-repeat;
		float: left;
		margin-left: 10px;
		border: none;
		cursor: pointer;
		text-indent: -9999px;
		position: relative;
		right: -180px;
	}
	.result-bt:hover {
		position: relative;
		top: 6px;
	}
	#postcode_form_2 p {
		padding: 0;
		position: absolute;
		width: 220px;
	}
	.vote-info {
		margin: 0 auto;
		width: auto;
	}
	.vote-info h2 {
		margin-bottom: 10px;
	}
	.vote-pl {
		padding-bottom: 0;
		margin-bottom: 60px;
		position: relative;
	}
	.vote-pl .section-body {
		padding: 0;
	}
	.vote-pl .body-title {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.vote-pl h2 {
		color: #2286d4;
		font-size: 20px;
		font-weight: bold;
		/*border-right: 2px solid #999999;
	/*float: left;*/
		display: inline;
		padding-right: 5px;
		line-height: 30px;
	}
	.vote-pl .title-des {
		font-size: 15px;
		font-weight: bold;
		color: #999999;
		padding-left: 10px;
	}
	.vote-pl .body-content {

	}
	.vote-pl .body-print {
		margin: 20px 0;
		line-height: 30px;
	}
    .vote-pl .body-email button {
        width: 320px;
    }
	.section-body a {
		color: #d5051d;
	}
	.vote-pl .body-print a {
		color: #7e7e7e !important;
		font-weight: bold;
		background: url(../images/print-ico.png) no-repeat;
		font-size: 8px;
		line-height: 14px;
		display: block;
		padding-left: 35px;
	}
	.vote-pl .body-content a {
		color: #d5051d;
	}
	.pplist {
		margin-bottom: 40px;
	}
	.pp-header {
		border-radius: 5px;
		overflow: hidden;
		background: #e6e6e6;
	}
	.pp-sign {
		width: 75px;
		/*height: 80px;*/
		height: 38px;
		float: left;
		padding-top: 42px;
		font-size: 8px;
		line-height: 14px;
		color: #FFF;
		text-align: center;
		font-weight: bold;
	}
	.pp-avatar {
		height: 80px;
		float: left;
		min-width: 80px;
		display: none
	}
	#candidates .pp-content,.pp-content {
		padding: 2px 2px 0 5px;
		float: left;
		width: 175px;
	}
	#parties .pp-content {
		height: auto;
		width: 165px;
	}
	.pp-title h3 {
		font-size: 20px;
		font-weight: bold;
		color: #666666;
		float: left;
		padding-right: 10px;
		border-right: 2px solid #666666;
	}
	#senate_candidates .pp-title h3,#candidates .pp-title h3 {
		font-size: 16px;
		border-right: 0;
		width: 175px;
	}
	#parties .pp-title h3 {
		font-size: 16px;
		border-right: 0;
		width: 165px;
	}
	.pp-title.no-border h3 {
		border-right: 0px;
	}
	.pp-title .title-des {
		font-size: 16px;
		color: #666666;
		padding-left: 10px;
		word-wrap: break-word;
	}
	#senate_candidates .pp-title .title-des,#candidates .pp-title .title-des
		{
		font-size: 11px;
		width: 175px;
		float: left;
		padding: 0;
	}
	#senate_candidates .pp-title .title-des.maximum,#candidates .pp-title .title-des.maximum
		{
		line-height: 1em;
		margin-top: 0px;
	}
	.pp-slogn {
		font-size: 14px;
		color: #666666;
		margin-top: 4px;
	}
	#senate_candidates .pp-slogn,#parties .pp-slogn,#candidates .pp-slogn {
		font-size: 11px;
		line-height: 1em;
	}
	#senate_candidates .pp-slogn p,#parties .pp-slogn p,#candidates .pp-slogn p
		{
		padding: 0;
	}
	.triangular {
		float: right;
		cursor: pointer;
		width: 20px;
		height: 80px;
		background: #bbbbbb url(../images/triangular-lower.png) no-repeat center
			center;
		position: absolute;
		right: 11px;
		opacity: 0.5;
	}
	.pp-body {
		display: none;
		background: #e6e6e6;
		padding: 5px;
	}
	.pp-quote {
		background: url(../images/mobile/quote.png) no-repeat;
		padding-left: 30px;
		font-style: italic;
		font-size: 10px;
		color: #7f7f7f;
		line-height: 1.2;
	}
	.pp-video {
		padding: 40px 0;
		background: url(../images/line.png) repeat-x;
	}
	.youtube {
		margin: 0 auto;
		width: 250px;
	}
	.share-top .section-body span.mobile,.mobile {
		display: none;
	}
	.pp-meta {
		text-align: center;
		padding: 20px 0;
		background: url(../images/line.png) repeat-x;
	}
	.pp-meta a {
		color: #d5051d;
		font-size: 10px;
		margin: 2px 0 0 2px;
	}
	.tel:before {
		content: url(../images/mobile/tel-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.email:before {
		content: url(../images/mobile/email-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.website:before {
		content: url(../images/mobile/website-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	/*
	.pplist-green .pp-sign {
		background: #099b36 url(../images/green-ico.png) no-repeat;
		background-position: center;
	}
	.pplist-orange .pp-sign {
		background: #d57105 url(../images/orange-ico.png) no-repeat;
		background-position: center;
	}
	.pplist-red .pp-sign {
		background: #d5051d url(../images/red-ico.png) no-repeat;
		background-position: center;
	}
	*/
	.show {
		background-image: url(../images/triangular-upper.png);
	}
	.senate-des {
		font-size: 12px;
		color: #999999;
		font-weight: bold;
	}
	.read-more {
		width: 32px;
		height: 32px;
		background: url(../images/read-more.png);
		position: absolute;
		top: 9px;
		left: 241px;
	}
	.read-less {
		background: url(../images/read-less.png);
	}
	.vote-pl.last {
		margin-bottom: 40px;
	}
	.results01 {
		margin-top: -20px;
	}
	.senate-btl .pplist {
		display: none;
	}
}

@media only screen and (min-width : 321px) and (max-width : 767px) {
	/***********************************************************************************/
	/*                                      Style                                      */
	/***********************************************************************************/
	/*Overall*/
	html {
		-webkit-text-size-adjust: none;
		/* Prevent font scaling in landscape */
	}
	body {
		background: url(../images/bodybg.png);
	}
	#all {
		width: 420px;
	}
	.round {
		border-radius: 5px;
	}
	.blue {
		color: #2286d4 !important;
	}
	.red {
		color: #d20312 !important;
	}
	.bt {
		overflow: hidden;
	}
	.bt a {
		display: block;
	}
	.bt a:hover {
		position: relative;
		top: 6px;
	}
	.bt a:hover {
		position: relative;
		top: 6px;
	}
	.bt span {
		font-weight: bold;
		font-size: 18px;
		padding-left: 60px;
		color: #fff;
	}
	.posf {
		position: fixed !important;
		top: 0;
	}
	.tac {
		text-align: center;
	}
	.tac p {
		padding: 0;
	}

	/*header*/
	#hd {
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	.dtame-blue-bt {
		width: 410px;
		height: 70px;
		right: 20px;
		bottom: 0;
		position: absolute;
	}
	.dtame-blue-bt a {
		width: 410px;
		height: 70px;
		background: url(../images/bt/dtame-blue-bt.png) no-repeat;
	}
	.dtame-blue-bt span {
		line-height: 62px;
		padding-left: 54px;
	}
	/*body*/
	#bd {
		background: #fff;
		padding: 10px;
	}
	.section {
		padding: 10px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.section-bggray {
		background: #e7e7e7;
	}
	.section-bglightgray {
		background: #f5f4f0;
	}
	.section-bgblue {
		background: #2286d4;
	}
	.section-bglightblue {
		background: #c9ecfa;
	}
	.section-bgwhite {
		background: #fff;
	}
	.section-body {
		font-size: 12px;
		color: #666666;
	}
	.section-body.info {
		font-size: 11px;
		padding-top: 20px;
	}
	.section-body.info strong {
		color: #2286d4;
	}
	.tac {
		text-align: left;
	}
	.section-body h2 {
		font-size: 20px;
		color: #999;
		font-weight: bold;
	}
	.large-font {
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1;
	}
	/*footer*/
	#ft {
		padding: 0 20px 40px 20px;
		overflow: hidden;
		background: #fff url(../images/footerline.png) repeat-x;
	}
	#ft a {
		color: #d20312;
		font-size: 14px;
		position: relative;
		top: -6px;
	}
	#ft li {
		padding: 0;
		height: 15px;
		width: 100%;
		border-left: none;
	}
	.ft-left {
		padding-top: 20px;
		width: 100%;
		float: none;
	}
	.ft-right {
		width: 55%;
		float: none;
		background: none;
	}
	.ft-right ul {
		float: left;
	}
	/*Equality Landing*/
	.marriage-equality {
		margin-bottom: 0px;
	}
	.marriage-equality .section-header {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
		margin-top: 10px;
	}
	.marriage-equality .section-body {
		margin-top: 5px;
		line-height: 1.4;
	}
	.htviye-bt {
		width: 250px;
		height: 70px;
		margin: 0 auto;
		margin-top: 5px;
	}
	.htviye-bt a {
		width: 250px;
		height: 70px;
		background: url(../images/mobile/bt/htviye-bt.png) no-repeat;
	}
	.htviye-bt span {
		font-size: 17px;
		display: block;
		margin-left: 60px;
		padding-left: 0;
		padding-top: 10px;
		line-height: 1.5em;
	}
	.pledge {
		margin-bottom: 20px;
	}
	.pledge .section-body {
		padding-left: 280px;
		background-image: url(../images/votebg.png);
		background-repeat: no-repeat;
		min-height: 250px;
	}
	.pledge .large-font {
		color: #999999;
		font-size: 38px;
	}
	.share-bt {
		height: 60px;
		margin-top: 20px;
		overflow: hidden;
	}
	.sof-bt {
		width: 200px;
		height: 60px;
		background: url(../images/bt/sof-bt.png) no-repeat;
		float: left;
	}
	.sof-bt span {
		line-height: 56px;
		font-size: 14px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
			"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		padding-left: 56px;
	}
	.sot-bt {
		width: 200px;
		height: 60px;
		background: url(../images/bt/sot-bt.png) no-repeat;
		float: right;
	}
	.sot-bt span {
		line-height: 56px;
		font-size: 15px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
			"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		padding-left: 62px;
	}
	.dtame-bottom {
		margin-top: 20px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.dtame-bottom .section-body {
		background-image: url(../images/handbg.png);
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 95px;
		padding-left: 0px;
		min-height: 70px;
		overflow: hidden;
	}
	.dtame-bottom .large-font {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.2;
		float: left;
		width: auto;
	}
	.dtame-red-bt {
		width: 250px;
		height: 70px;
		margin: 0 auto;
		float: none;
	}
	.dtame-red-bt a {
		width: 250px;
		height: 70px;
		background: url(../images/bt/dtame-red-bt.png) no-repeat;
	}
	.dtame-red-bt span {
		font-size: 17px;
		display: block;
		margin-left: 60px;
		padding-left: 0;
		padding-top: 10px;
	}
	.bjlogo {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.bjlogo a {
		display: block;
		text-indent: -9999px;
		width: 100px;
		height: 39px;
		background: url(../images/mobile/bjlogo.png) no-repeat;
	}

	/*Equality Home*/
	.share-top {
		position: relative;
		overflow: visible;
		z-index: 10;
		margin-bottom: 20px;
		width: 380px;
	}
	.share-top .section-body {
		overflow: hidden;
		position: relative;
	}
	.share-top .section-body a:hover {
		position: relative;
		top: 0px;
	}
	.share-top .section-body span {
		font-size: 10px;
		text-transform: uppercase;
		padding-left: 33px;
		width: 50px;
		display: block;
		line-height: 19px;
		margin-top: 12px;
	}
	.stf-bt {
		float: left;
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/stf-bt.png) no-repeat;
	}
	.stf-bt span {
		padding-left: 33px !important;
	}
	.mad-bt {
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/mad-bt.png) no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -40px;
	}
	.mad-bt:hover {
		position: absolute !important;
		top: 0px !important;
	}
	.stt-bt {
		float: right;
		width: 80px;
		height: 50px;
		background: url(../images/mobile/bt/stt-bt.png) no-repeat;
	}
	.marriage-vote {
		margin-bottom: 20px;
	}
	.marriage-vote .section-header {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.enter-postcode {
		overflow: hidden;
	}
	.enter-postcode .left-info p {
		margin-top: 5px;
		line-height: 1.2;
	}
	.left-info {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.2;
		width: auto;
		float: right;
		margin-left: 0;
	}
	.info h2 {
		color: #2286d4;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.left-info h2 {
		color: #2286d4;
		text-transform: uppercase;
		font-size: 17px;
		line-height: 1;
		font-weight: bold;
	}
	.left-info p {
		font-size: 12px;
		color: #666666;
	}
	.right-form,.right-info {
		width: 250px;
		margin: 0 auto;
		float: left;
		padding-left: 65px;
	}
	label.error {
		color: #D8000C;
		background-color: #FFBABA;
		border: 1px solid;
		padding: 2px 5px;
		background-repeat: no-repeat;
		background-position: 10px center;
		position: absolute;
		left: 3px;
		top: 63px;
		z-index: 9;
	}
	#postcode_form_2 label.error {
		color: #D8000C;
		background-color: #FFBABA;
		border: 1px solid;
		padding: 2px 5px;
		background-repeat: no-repeat;
		background-position: 10px center;
		position: relative;
		left: 3px;
		top: 0px;
	}
	.form-info {
		color: #666;
		font-size: 12px;
		text-align: center;
		margin-top: -16px;
		padding: 0 10px;
		margin-bottom: 4px;
	}
	.postcode_form_p {
		width: 250px;
		height: 80px;
		position: relative;
		background: url(../images/mobile/code-bg.png) no-repeat;
	}
	.postcode-input {
		width: 125px;
		height: 43px;
		border: none;
		font-size: 35px;
		color: #2286d4;
		font-weight: bold;
		left: 75px;
		letter-spacing: 10px;
		overflow: hidden;
		line-height: 35px;
	}
	.email_form_p {
		width: 250px;
		height: 80px;
		position: relative;
		background: url(../images/mobile/email-bg.png) no-repeat;
	}
	.email-input {
		width: 145px;
		height: 48px;
		border: none;
		font-size: 25px;
		color: #2286d4;
		font-weight: bold;
		left: 80px;
		line-height: 80px\0;
		overflow: hidden;
	}
	:-ms-input-placeholder {
		color: #2286d4;
	}
	:-moz-placeholder {
		color: #2286d4;
	}
	::-moz-placeholder {
		color: #2286d4;
	}
	::-webkit-input-placeholder {
		color: #2286d4;
	}
	.submit-code-wrap {
		display: block;
		height: 80px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.submit-code {
		width: 320px;
		height: 90px;
		text-indent: -9999px;
		background: url(../images/mobile/bt/submit-bt.png) no-repeat;
		border: none;
		cursor: pointer;
	}
	.submit-code:hover {
		position: relative;
		top: 6px;
	}
	.posf-fix {
		display: none;
	}
	.vote-logo {
		position: absolute;
		left: 50%;
		width: 140px;
		height: 140px;
		margin-left: -70px;
		top: -26px;
		background: url(../images/mobile/vote-logo.png.html) no-repeat;
		z-index: 10;
	}
	/*Equality Results*/
	.results {
		font-size: 20px !important;
		color: #999999 !important;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.electorates_name {
		margin-left: 45px;
	}
	.hover {
		color: #d20312 !important;
		cursor: pointer;
	}
	.results-text {
		font-weight: bold;
		font-size: 22px !important;
		line-height: 1.5em;
		padding: 0;
	}
	.current-vote {
		width: 98px;
		height: 35px;
		background: url(../images/mobile/votes-bg.png) no-repeat;
		padding-left: 83px;
		font-size: 35px;
		line-height: 25px;
		font-weight: bold;
		float: left;
		border: none;
	}
	.vote-result .left-info {
		width: auto;
		float: none;
		margin-left: 0;
	}
	.vote-result .right-info {
		height: 60px;
		margin-top: 10px;
		overflow: hidden;
		padding-left: 0px;
	}
	.result-bt {
		display: block;
		width: 70px;
		height: 60px;
		background: url(../images/mobile/bt/result-bt.png) no-repeat;
		float: left;
		margin-left: 10px;
		border: none;
		cursor: pointer;
		text-indent: -9999px;
		position: relative;
		right: -180px;
	}
	.result-bt:hover {
		position: relative;
		top: 6px;
	}
	#postcode_form_2 p {
		padding: 0;
		position: absolute;
		width: 220px;
	}
	.vote-info {
		margin: 0 auto;
		width: auto;
	}
	.vote-info h2 {
		margin-bottom: 10px;
	}
	.vote-pl {
		padding-bottom: 0;
		margin-bottom: 60px;
		position: relative;
	}
	.vote-pl .section-body {
		padding: 0;
	}
	.vote-pl .body-title {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.vote-pl h2 {
		color: #2286d4;
		font-size: 20px;
		font-weight: bold;
		/*border-right: 2px solid #999999;
	/*float: left;*/
		display: inline;
		padding-right: 5px;
		line-height: 30px;
	}
	.vote-pl .title-des {
		font-size: 15px;
		font-weight: bold;
		color: #999999;
		padding-left: 10px;
	}
	.vote-pl .body-content {

	}
	.vote-pl .body-print {
		margin: 20px 0;
		line-height: 30px;
	}
    .vote-pl .body-email button {
        width: 320px;
    }
	.section-body a {
		color: #d5051d;
	}
	.vote-pl .body-print a {
		color: #7e7e7e !important;
		font-weight: bold;
		background: url(../images/print-ico.png) no-repeat;
		font-size: 8px;
		line-height: 28px;
		display: block;
		padding-left: 35px;
	}
	.vote-pl .body-content a {
		color: #d5051d;
	}
	.pplist {
		margin-bottom: 40px;
	}
	.pp-header {
		border-radius: 5px;
		overflow: hidden;
		background: #e6e6e6;
	}
	.pp-sign {
		width: 75px;
		/*height: 80px;*/
		height: 38px;
		float: left;
		padding-top: 42px;
		font-size: 8px;
		line-height: 14px;
		color: #FFF;
		text-align: center;
		font-weight: bold;
	}
	.pp-avatar {
		height: 80px;
		float: left;
		min-width: 80px;
		display: block;
	}
	.posf {
		position: relative !important;
		top: 0;
	}
	#candidates .pp-content,.pp-content {
		padding: 2px 2px 0 5px;
		float: left;
		width: 175px;
	}
	#parties .pp-content {
		height: auto;
		width: 165px;
	}
	.pp-title h3 {
		font-size: 20px;
		font-weight: bold;
		color: #666666;
		float: left;
		padding-right: 10px;
		border-right: 2px solid #666666;
	}
	#senate_candidates .pp-title h3,#candidates .pp-title h3 {
		font-size: 16px;
		border-right: 0;
		width: 175px;
	}
	#parties .pp-title h3 {
		font-size: 16px;
		border-right: 0;
		width: 165px;
	}
	.pp-title.no-border h3 {
		border-right: 0px;
	}
	.pp-title .title-des {
		font-size: 16px;
		color: #666666;
		padding-left: 10px;
		word-wrap: break-word;
	}
	#senate_candidates .pp-title .title-des,#candidates .pp-title .title-des
		{
		font-size: 11px;
		width: 175px;
		float: left;
		padding: 0;
	}
	#senate_candidates .pp-title .title-des.maximum,#candidates .pp-title .title-des.maximum
		{
		line-height: 1em;
		margin-top: 0px;
	}
	.pp-slogn {
		font-size: 14px;
		color: #666666;
		margin-top: 4px;
	}
	#senate_candidates .pp-slogn,#parties .pp-slogn,#candidates .pp-slogn {
		font-size: 11px;
		line-height: 1em;
	}
	#senate_candidates .pp-slogn p,#parties .pp-slogn p,#candidates .pp-slogn p
		{
		padding: 0;
	}
	.triangular {
		float: right;
		cursor: pointer;
		width: 20px;
		height: 80px;
		background: #bbbbbb url(../images/triangular-lower.png) no-repeat center
			center;
		position: absolute;
		right: 11px;
		opacity: 0.5;
	}
	.pp-body {
		display: none;
		background: #e6e6e6;
		padding: 5px;
	}
	.pp-quote {
		background: url(../images/mobile/quote.png) no-repeat;
		padding-left: 30px;
		font-style: italic;
		font-size: 10px;
		color: #7f7f7f;
		line-height: 1.2;
	}
	.pp-video {
		padding: 40px 0;
		background: url(../images/line.png) repeat-x;
	}
	.youtube {
		margin: 0 auto;
		width: 250px;
	}
	.share-top .section-body span.mobile,.mobile {
		display: none;
	}
	.pp-meta {
		text-align: center;
		padding: 20px 0;
		background: url(../images/line.png) repeat-x;
	}
	.pp-meta a {
		color: #d5051d;
		font-size: 10px;
		margin: 5px 0 0 5px;
	}
	.tel:before {
		content: url(../images/mobile/tel-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.email:before {
		content: url(../images/mobile/email-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.website:before {
		content: url(../images/mobile/website-ico.png);
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	/*
	.pplist-green .pp-sign {
		background: #099b36 url(../images/green-ico.png) no-repeat;
		background-position: center;
	}
	.pplist-orange .pp-sign {
		background: #d57105 url(../images/orange-ico.png) no-repeat;
		background-position: center;
	}
	.pplist-red .pp-sign {
		background: #d5051d url(../images/red-ico.png) no-repeat;
		background-position: center;
	}
	*/
	.show {
		background-image: url(../images/triangular-upper.png);
	}
	.senate-des {
		font-size: 12px;
		color: #999999;
		font-weight: bold;
	}
	.read-more {
		width: 32px;
		height: 32px;
		background: url(../images/read-more.png);
		position: absolute;
		top: 9px;
		left: 241px;
	}
	.read-less {
		background: url(../images/read-less.png);
	}
	.vote-pl.last {
		margin-bottom: 40px;
	}
	.results01 {
		margin-top: -20px;
	}
	.senate-btl .pplist {
		display: none;
	}
}
