/*
Theme Name: Affordable Accom
Author: Nicole Paton
Author URI: http://visionfactor.com.au
Description: Custom theme for affordableaccom.com.au based on BlankSlate by TidyThemes
Version: 1.0.0
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: affordableaccom

affordableaccom WordPress Theme © 2014 Vision Factor Design
*/

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,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height:auto;
}

/*Start editor styles */

body{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #404041;
}

a{
	color: #1b75bb;
	text-decoration: none;
}

p{
	margin-bottom: 1em;
	line-height: 1.3em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

ul{
	list-style-type: disc;
}

ol{
	list-style-type: decimal;
}

h1, h2, h3{
	font-family: "Amaranth", sans-serif;
	font-weight: normal;
	color: #1b75bb;
	margin-bottom: 0.6em;
}

h1{
	font-weight: bold;
}

h4, h5, h6{
	font-weight: bold;
	margin-bottom: 0.8em;
}

h1{
	font-size: 26pt;
}

h2{
	font-size: 22pt;
}

h3{
	font-size: 18pt;
}

h4{
	font-size: 16pt;
}

h5{
	font-size: 14pt;
}

h6{
	font-size: 11pt;
}

/* end editor styles */

.container{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}

.container:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
}

#branding{
	height: 150px;
}

.sitetitle{
	float: left;
	width: 50%;
	font-family: "Amaranth", sans-serif;
	font-weight: bold;
	padding: 20px 0;
}

.sitetitle h1{
	width: 300px;
}


.sitetitle h1 a span{
	color: #404041;
}

.calltoaction{
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 30px;
}

.login{
	background-color: #1b75bb;
	color: #FFFFFF;
	display: block;
	width: 280px;
	float: right;
	padding: 8px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 15px;
	font-size: 14pt;
}

.phone{
	color: #26a9e0;
	font-size: 30pt;
	font-weight: bold;
	width: 280px;
	float: right;
	background-image: url(images/phone-icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

a.email{
	color: inherit;
	font-size: 16pt;
	font-family: "Amaranth", sans-serif;
}

a.email:hover{
	color: #f05a28;
}

#banners{
	position: relative;
	height: 240px;
}
.page-template-page-noheader #banners{
	height: 30px;
}

#menu{
	background-color: #404041;
	color: #fff;
	border-radius: 50%;
	width: 480px;
	height: 480px;
	padding: 80px 0 0 200px;
	font-size: 18pt;
	line-height: 36px;
	position: absolute;
	left: -220px;
	z-index: 10;
}

#menu a{
	color: #fff;
}

#menu a:hover{
	color: #27a9e1;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

#menu ul li.current_page_item{
	background-image:url(images/active-item.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#menu ul li.current_page_item a:hover{
	color: #fff;
}

.bannerimage{
	width: 610px;
	height: 610px;
	border-radius: 50%;
	position: absolute;
	border: solid 2px #fff;
	top: -90px;
	left: 180px;
	z-index: 20;
	background-color:#EBEBEB;
}

.cycle-slideshow{
	width: 100%;
	height: 100%;
}

.bannerimageinner{
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 50%;
	background-color:#EBEBEB;
}

.applynow{
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color:#f05a28;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 23px 20px 20px 20px;
	font-size: 24pt;
	line-height: 1.25em;
	z-index: 40;
	left: 64%;
	top: 316px;
	font-family: "Amaranth", sans-serif;
}

a.applynow:hover{
	background-color: #ff3f0b;
}

.keymessage{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: #1b75bb;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 68%;
	z-index: 30;
}

.messageinner{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 30pt;
	line-height: 1.25em;
	font-family: "Amaranth", sans-serif;
	padding: 60px 30px 50px 30px;
}

.rightbubble{
	background-color: #404041;
	border-radius: 50%;
	position: absolute;
	top: -200px;
	left: 95%;
	z-index: 10;
	width: 840px;
	height: 840px;
}

.hozbannerwrap{
	height: 200px;
	z-index: 1;
	position: absolute;
	top: 190px;
	width: 100%;
	background-color:#e0e8f4;
}

.hozbanner{
	height: 100%;
	background-image: url(images/emofront-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}

.band{
	background-color: #eaf0f8;
	padding: 20px 0 40px 0;
	padding-top: 290px;
	min-height: 500px;
}

body.page-template-page-blank{
	background-color: #eaf0f8;
	padding: 50px 0;
}

.page-template-page-smallheader .band{
	padding-top: 30px;
}

.page-template-page-noheader .band{
	padding-top: 50px;
}

.home .band{
	padding-bottom: 20px;
}

.page-template-page-blank table{
	border-top: solid 1px #5394c1;
	border-left: solid 1px #5394c1;
	width: 280px !important;
	margin-bottom: 20px;
}

.page-template-page-blank table td{
	border-bottom: solid 1px #5394c1;
	border-right: solid 1px #5394c1;
	padding: 5px;
}


/*.band a{
	color: #404041;
}*/

.band a:hover{
	color: #ff3f0b;
}

.band .entry-content{
	width: auto;
	max-width: 900px;
}

.single-property .band .entry-content{
	max-width: none;
}

.page-template-page-smallheader .band .entry-content{
	float: left;
	padding-left: 290px;
	width: 100%;
	max-width: none;
}

.page-template-page-noheader .band .entry-content{
	float: left;
	padding-left: 310px;
	width: 100%;
	max-width: none;
}


.page-template-page-two-col .band .entry-content, .page-template-page-three-col .band .entry-content{
	max-width: none;
}

.teasers{
	padding: 30px 0;
}

.propertyteaser{
	float: left;
	width: 32%;
	margin: 0 1% 40px 1%;
}

.propertyteaser h3{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17pt;
	line-height: 20pt;
	margin: 18px 0;
}

.propertyteaser:nth-child(1), .propertyteaser:nth-child(4){
	margin-left: 0;
}

.propertyteaser:nth-child(3){
	margin-right: 0;
}

.teaserthumb{
	border: solid 1px #d1d2d4;
	border-radius: 10px;
}

ul.faqs{
	list-style-type: none;
	padding-top: 15px;
}

.qnumber{
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #1B75BB;
	color: #fff;
	font-weight: bold;
	font-size: 16pt;
	padding: 6px;
	border-radius: 50%;
}

.qwrap{
	margin-left: 50px;
}

.orangebtn{
	display: block;
	padding: 10px 20px;
	text-align: center;
	float: left;
	color: #fff;
	background-color:#f05a28;
	border-radius: 10px;
	font-weight: bold;
}

.orangebtn:hover{
	background-color: #ff3f0b;
}

.bluebtn, .band a.bluebtn{
	display: block;
	padding: 10px 20px;
	text-align: center;
	float: left;
	color: #fff;
	background-color:#1b75bb;
	border-radius: 10px;
	font-weight: bold;
}

.bluebtn:hover{
	background-color: #2386c9;
}

p.question{
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 5px;
	font-size: 14pt;
}

p.answer{
	margin-bottom: 25px;
}

.leftcol, .rightcol{
	width: 50%;
	float: left;
}

.colone, .coltwo, .colthree{
	width: 33%;
	float: left;
}

.entry-content ul, .entry-content ol{
margin: 0 0 20px 20px;
padding: 0 0 0 0;
}

.entry-content ul li{
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

.property_gallery{
	padding: 20px 0;
}

.property_gallery a{
	margin: 0;
	padding: 0;
}

.property_gallery img{
	border: solid 1px #D1D2D4;
	margin: 0 18px 18px 0;
}

.property_gallery img.image5, .property_gallery img.image10, .property_gallery img.image15{
	margin-right: 0;
}

#nav-below{
	padding: 0 0 20px 0;
}

#nav-below:after{
	content: "";
	display: block;
	clear: both;
}

.nav-previous{
	float: left;
}

.nav-previous a{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background-color:#f05a28;
	border-radius: 10px;
	font-weight: bold;
}

.nav-next{
	float: right;
}

.nav-next a{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background-color:#f05a28;
	border-radius: 10px;
	font-weight: bold;
}

.availablerooms{
	background-color:rgba(255,255,255,0.70);
	text-align: center;
}

.availablerooms th{
	font-weight: bold;
}

.availablerooms th, .availablerooms td{
	padding: 5px;
	border-bottom: solid 1px #EAF0F8;
}

/* sticky footer */

* {
  margin: 0;
}
html, body {
  height: 100%;
}

body{
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

html{
  width: 100%;
  overflow-x: hidden;
}
#wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}
#wrapper:after {
  content: "";
  display: block;
}
#footer, #wrapper:after {
  /* .push must be the same height as footer */
  height: 50px;
}
#footer{
	height: 50px;
	padding: 18px 0;
	font-size: 10pt;
	line-height: 14px;
}
#footer {
  background: #404041;
  color: #fff;
}

/* end sticky footer */


/* Gravity forms styling */
body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select{
	background: none;
	background-color: #fff;
	padding: 8px !important;
	font-size: 11pt !important;
	border-radius: 5px;
	border: solid 1px #dae2ed;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	background: none;
	border: none;
	display: block;
	padding: 10px 20px;
	text-align: center;
	float: left;
	color: #fff;
	background-color:#f05a28;
	border-radius: 10px;
	font-weight: bold;
}

body .gform_wrapper #field_1_11{
	height: 1px;
	overflow: hidden;
}

body #field_1_18 label, body #field_3_3 label{
	display: none;
}

body .gform_wrapper #field_1_21 .gfield_required,
body .gform_wrapper #field_1_26 .gfield_required,
body .gform_wrapper #field_1_38 .gfield_required,
body .gform_wrapper #field_1_39 .gfield_required,
body .gform_wrapper #field_1_21 .gfield_label,
body .gform_wrapper #field_1_26 .gfield_label,
body .gform_wrapper #field_1_27 .gfield_label,
body .gform_wrapper #field_1_28 .gfield_label,
body .gform_wrapper #field_1_29 .gfield_label,
body .gform_wrapper #field_1_38 .gfield_label,
body .gform_wrapper #field_1_39 .gfield_label,
body .gform_wrapper #field_3_12 .gfield_label,
body .gform_wrapper #field_3_13 .gfield_label,
body .gform_wrapper #field_3_14 .gfield_label,
body .gform_wrapper #field_3_16 .gfield_label,
body .gform_wrapper #field_3_17 .gfield_label,
body .gform_wrapper #field_3_18 .gfield_label,
body .gform_wrapper #field_3_19 .gfield_label,
body .gform_wrapper #field_3_20 .gfield_label,
body .gform_wrapper #field_3_21 .gfield_label  {
	display: none;
}

body .gform_wrapper .gfield_checkbox li input, body .gform_wrapper .gfield_checkbox li input[type=checkbox]{
	vertical-align: top;
	margin-top: 4px !important;
}


body .gform_wrapper #field_1_14{
	width: 50%;
}


body .gform_wrapper .datepicker{
	width: 88% !important;
}

body #field_1_15, body #field_1_16{
	width: 50%;
	float: left;
	clear: none;
}



/* acf google map */
.mapwrap{
	width: 48%;
	float: left;
	margin: 0 0 20px 4%;
}

.mapwrap iframe{
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.propleft{
	float: left;
	width: 48%;
}


.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

#wp-email-required{
	display: none;
}

#wp-email-submit{
    background: none;
    border: none;
    display: block;
    padding: 10px 20px;
    text-align: center;
    float: left;
    color: #fff;
    background-color: #f05a28;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.gsurvey-survey-field li, .gfield_radio li{
	float: left;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

.gform_wrapper ul li.gsurvey-survey-field.field_description_below div.ginput_container_radio{
	margin: 0;
}

body .fancybox-nav{
	top: 20%;
	height: 60%;
}

@media all and (max-width: 1100px) {
	#menu {
	width: 440px;
	height: 440px;
	padding: 70px 0 0 180px;
	font-size: 18pt;
	line-height: 36px;
	left: -200px;
	}
	.bannerimage{
	width: 560px;
	height: 560px;
	top: -60px;
	left: 170px;
  }
  .keymessage{
	  width: 380px;
	  height: 380px;
	  left: 66%;
  }
  .applynow{
	  left: 65%;
	  top: 325px;
  }
  .band{
	padding-top: 280px;
  }
}

@media all and (max-width: 1000px) {
  #menu {
width: 400px;
height: 400px;
padding: 60px 0 0 160px;
font-size: 18pt;
line-height: 36px;
left: -180px;
}

  .bannerimage{
	width: 500px;
	height: 500px;
	top: -40px;
	left: 160px;
  }

  .keymessage{
	  width: 330px;
	  height: 330px;
	  left: 62%;
  }
  .messageinner{
	  font-size: 27pt;
  }
  .keymessage img{
	  width: 130px;
  }
  .applynow{
	  left: 63%;
	  top: 310px;
  }
  .rightbubble{
	  width: 600px;
	  height: 600px;
	  top: -100px;
  }
 .band{
	padding-top: 220px;
  }

  body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium{
	  width: 99.2%;
  }

  body .gform_wrapper .datepicker{
	width: 86% !important;
	}
	.page-template-page-noheader .band .entry-content{
		padding-left: 280px;
		}

}
@media all and (max-width: 850px) {
	#menu {
	width: 380px;
	height: 380px;
	padding: 60px 0 0 150px;
	font-size: 17pt;
	line-height: 32px;
	left: -170px;
	}
	#menu ul li.current_page_item{
		background-position: 0 5px;
	}
	.bannerimage{
		width: 420px;
		height: 420px;
		top: -30px;
		left: 150px;
	  }
	  .keymessage{
	  width: 320px;
	  height: 320px;
	  left: 62%;
	  top: 10px;
	  }
	  .messageinner{
		  font-size: 26pt;
		  padding: 50px 20px 30px 20px;
	  }
	  .keymessage img{
		  width: 120px;
	  }
	  .applynow{
		width: 110px;
		height: 110px;
		padding: 23px 20px 20px 20px;
		font-size: 20pt;
		line-height: 1.25em;
		left: 62%;
		top: 285px;
	}
	.rightbubble{
	  width: 520px;
	  height: 520px;
	  top: -100px;
  }
	.band{
	padding-top: 180px;
  }
   .entry-content ul{
	  margin-left: 5px;
  }
  .propleft .entry-content ul{
  	 margin-left: 20px;
  }
  .page-template-page-noheader .band{
	  padding-top: 35px;
	  margin-top: 0px;
  }

  .page-template-page-noheader .band .entry-content{
		padding-left: 240px;
		}
		.fancybox-slide--video .fancybox-content{
			height: calc(159vw - 88px) !important;
			max-height: calc(100vh - 88px);
		}
}

@media all and (max-width: 750px) {
	.container{
		width: 94%;
	}
	#menu {
	width: 340px;
	height: 340px;
	padding: 48px 0 0 140px;
	font-size: 16pt;
	line-height: 30px;
	left: -160px;
	}
	#menu ul li.current_page_item{
		background-position: 0 4px;
	}
	.login, .phone{
		width: 220px;
		text-align: center;
	}
	.login{
		margin-bottom: 9px;
	}
	.phone{
		font-size: 26pt;
		margin: 0 0 5px 0;
		background-image: none;
	}
	a.email{
		font-size: 12pt;
	}
	.bannerimage{
		width: 330px;
		height: 330px;
		top: -10px;
		left: 140px;
	  }
	.keymessage{
	  width: 260px;
	  height: 260px;
	  left: 62%;
	  top: 25px;
	  }
	  .messageinner{
		  font-size: 22pt;
		  padding: 40px 15px 20px 15px;
	  }
	  .keymessage img{
		  width: 100px;
	  }
	  .applynow{
			width: 90px;
			height: 90px;
			padding: 18px 15px 18px 15px;
			font-size: 17pt;
			line-height: 1.25em;
			left: 63%;
			top: 250px;
		}

	 .rightbubble{
		  width: 520px;
		  height: 520px;
		  top: -90px;
	  }

  .band{
	padding-top: 175px;
	margin-top: -40px;
	min-height: 200px;
  }

	.propertyteaser{
		width: 49%;
	}
	.propertyteaser:nth-child(2){
		margin-right: 0;
	}
	.propertyteaser:nth-child(3){
		margin-right: 1%;
		margin-left: 0;
	}
	.propertyteaser:nth-child(4){
		margin-right: 0;
		margin-left: 1%;
	}
	.propertyteaser:nth-child(5){
		margin-right: 1%;
		margin-left: 0;
	}
	body .gform_wrapper .datepicker{
		width: 86% !important;
	}
	 .page-template-page-noheader .band .entry-content{
		padding-left: 210px;
		}
}


@media all and (max-width: 650px) {
	#menu {
		width: 320px;
		height: 320px;
		padding: 42px 0 0 140px;
		font-size: 14pt;
		line-height: 28px;
		left: -155px;
	}
	#menu ul li.current_page_item{
		background-position: 0 3px;
	}
	.bannerimage{
		width: 300px;
		height: 300px;
		top: -10px;
		left: 135px;
	  }
	.keymessage{
	  width: 240px;
	  height: 240px;
	  left: 62%;
	  top: 25px;
	  }
	  .messageinner{
		  font-size: 20pt;
		  padding: 30px 15px 15px 15px;
	  }
	  .keymessage img{
		  width: 90px;
	  }
	  .applynow{
			width: 90px;
			height: 90px;
			padding: 18px 15px 18px 15px;
			font-size: 17pt;
			line-height: 1.25em;
			left: 62%;
			top: 230px;
		}

	 .rightbubble{
		  width: 520px;
		  height: 520px;
		  top: -90px;
	  }

  .band{
	padding-top: 150px;
  }
  .sitetitle h1{
	  font-size: 24pt;
  }
  .page-template-page-noheader .band .entry-content{
		padding-left: 190px;
		}
		body .gform_wrapper .datepicker{
		width: 82% !important;
	}

	.mapwrap, .propleft{
		width: 100%;
		margin-left: 0;
		float: none;
	}
}

@media all and (max-width: 550px) {
	#menu {
		width: 300px;
		height: 300px;
		padding: 36px 0 0 132px;
		font-size: 14pt;
		line-height: 26px;
		left: -150px;
	}
	#menu ul li.current_page_item{
		background-position: 0 2px;
	}
	.bannerimage{
		width: 250px;
		height: 250px;
		top: -10px;
		left: 130px;
	  }
	.keymessage{
	  width: 200px;
	  height: 200px;
	  left: 62%;
	  top: 75px;
	  }
	  .messageinner{
		  font-size: 18pt;
		  padding: 20px 15px 10px 15px;
	  }
	  .keymessage img{
		  width: 70px;
	  }
	  .applynow{
			width: 90px;
			height: 90px;
			padding: 18px 15px 18px 15px;
			font-size: 17pt;
			line-height: 1.25em;
			left: 56%;
			top: 230px;
		}

	 .rightbubble{
		  width: 520px;
		  height: 520px;
		  top: -90px;
	  }

  .band{
	padding-top: 160px;
	margin-top: -70px;
  }
  .sitetitle h1{
	  font-size: 22pt;
  }
   .page-template-page-noheader .band .entry-content{
		padding-left: 180px;
		}
	body .gform_wrapper #field_1_14, body .gform_wrapper #field_1_15, body .gform_wrapper #field_1_16{
			width: 100%;
		}
		body .gform_wrapper .datepicker{
		width: 90% !important;
	}

	body .gform_wrapper .ginput_complex .ginput_left, body .gform_wrapper .ginput_complex .ginput_right{
		width: 100%;
	}
	body .gform_wrapper .ginput_complex input[type=text], body .gform_wrapper .ginput_complex .ginput_right input[type=text]{
		width: 99.2% !important;
	}

}

@media all and (max-width: 500px) {
	#menu {
		font-size: 13pt;
	}

	.container{
		width: 92%;
	}

	.phone, .email{
		display: none;
	}

	.login{
		width: auto;
		float: right;
		padding-left: 12px;
		padding-right: 12px;
		border-bottom-right-radius: 0;
	}

	#branding{
		height: 130px;
		width: 100%;
		padding-left: 4%;
	}

	.sitetitle{
		padding-bottom: 0px;
	}

	.bannerimage{
		width: 350px;
		height: 350px;
		top: -30px;
		left: 130px;
	  }

	  .keymessage{
		  display: none;
	  }
	  .applynow{
		  display: none;
	  }

	  .rightbubble{
		  display: none;
	  }

	  .band{
		padding-top: 170px;
		margin-top: -70px;
	  }

	.propertyteaser{
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}


  .page-template-page-noheader .band{
	  padding-top: 290px;
	  margin-top: 0px;
  }

  .page-template-page-noheader .band .entry-content{
		padding-left: 0;
		}

		body .gform_wrapper{
			max-width: 100%;
		}

}

@media all and (max-width: 400px) {
	body{
		min-width: 320px;
		overflow-x: scroll;
	}

	#menu {
		left: -140px;
	}

	#banners{
		min-width: 320px;
		height: 300px;
		width: 100%;
	}

	.bannerimage{
		width: 250px;
		height: 250px;
		top: 20px;
		left: 130px;
	  }
	  .band{
		padding-top: 170px;
		margin-top: -150px;
	  }
}
