*{margin:0; padding:0;} img{border:none; -ms-interpolation-mode: bicubic;}
a:focus, input:focus, textarea:focus{outline:none;}
textarea{resize:none; overflow:auto; vertical-align: top;}

::selection{color:#000; background-color:#FFE42A;}
::-moz-selection{color:#000; background:#FFE42A;}

/*
 * HTML5 Boilerplate
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display: block;}
audio[controls], canvas, video {display: inline-block; *display: inline; *zoom: 1;}

.clearfix{zoom: 1;}
	.clearfix:before, .clearfix:after{content: ""; display: table;}
		.clearfix:after{clear: both;}

html{overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
	a:hover, a:active {outline: 0;}
abbr[title]{border-bottom: 1px dotted;}
dfn{font-style: italic;} small{font-size: 85%;}
hr{display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 11px; }
	pre{white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
q {quotes: none;}
	q:before, q:after {content: ""; content: none;}
nav ul, nav ol{list-style: none;}
svg:not(:root){overflow: hidden;}
legend{border: 0; *margin-left: -7px; padding: 0;}
label{cursor: pointer;}
button, input, select, textarea{font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
	button, input{line-height: normal; *overflow: visible;}
	button, input[type="button"], input[type="reset"], input[type="submit"]{cursor: pointer; -webkit-appearance: button;}
input[type="checkbox"], input[type="radio"]{box-sizing: border-box;}
input[type="search"]{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
	button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;}

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

.ir{display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr;}
.hidden {display: none; visibility: hidden;}
.visuallyhidden{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus{clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}
.invisible{visibility: hidden;}

input:valid, textarea:valid{}
input:invalid, textarea:invalid{}

@media print {
	*{background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
	a, a:visited{color: #444 !important; text-decoration: underline;}
	a[href]:after{content: " (" attr(href) ")";}
	abbr[title]:after{content: " (" attr(title) ")";}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after{content: "";}
	img{page-break-inside: avoid; max-width: 100% !important;}
	p, h2, h3 {orphans: 3; widows: 3;}
	h2, h3{page-break-after: avoid;}
	@page{margin: 0.5cm;}
}

/* jQuery FlexSlider v1.8 - http://flex.madebymufffin.com */

.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider, .flex-container {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}

#my_tribute_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top:30px;
}

#my_tribute_outer {
	position:relative;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	margin-top:40px;
}

.inner_container {
	position: relative;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

#artist_number_checkboxes {
	width:100%;
	margin: 0 auto;
}

#search_artist {
	width: 80%;
}

#add_artist {
	position:absolute;
	height:33px;
	width:90px;
	right:10px;
}

#artist_number {
	width:100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	cursor: pointer;
}

.search_text {
	width: 100%;
	height: 20px;
	padding: 5px;
	background-color: #e5e2d7;
	outline: none;
	border: none;
}

.form_text {
	position:relative;
	margin-bottom:20px;
	width: 95%;
	height: 20px;
	padding: 5px;
	background-color: #e5e2d7;
	outline: none;
	border: none;
}

#artist_list {
	position: relative;
	float: left;
	width: 100%;
	margin-top:30px;
}

#chosen_artists_10, #chosen_artists_20, #chosen_artists_30 {
	position:relative;
	display:block;
	float:left;
	list-style: none;
	font-size: 16px;
	margin-right:10px;
}

#chosen_artists_10 li, #chosen_artists_20 li, #chosen_artists_30 li{
	position:relative;
	padding:5px;
	padding-right: 20px;
	border-bottom: 1px solid #d1cebd;
	background-color: #ffffff;
	word-wrap: break-word;
	width: 175px;
	height: auto;
}

.removeArtist {
	position:absolute;
	top:0px;
	right:0px;
	cursor: pointer;
	padding:5px;
	font-size:16px;
	font-weight: bold;
	width:15px;
	height:15px;
	text-align: center;
	margin-left:10px;
}

.tributetree_message {
	position: fixed;
	top: 0;
	width: 100%;
	background: #3b3b3b;
	color: #fff;
 	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	z-index: 99999;
	display: none;
}

.tributetree_message .close {
	position: absolute;
	top: 19px;
	right: 31px;
	text-decoration: none;
	color: #fff;
}

.tributetree_message > span {
	display:block;
	margin-right:40px;
	padding:10px;
}

.ptt_wrapper {
  position: relative !important;
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto 20px;
  border: 1px solid #cea847;
  background: url("../img/tribute_background.jpg") top left repeat;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1312px) {
  .ptt_wrapper {
    width: 90%;
    height: 700px;
    overflow: scroll;
  }
}

.ptt_wrapper img {
  display: block;
  height: 1000px;
  max-width: 950px;
  margin: 0 auto;
  margin-top:20px;
  z-index: 1;
}

.artist_countdown{
	position:absolute;
	bottom: 0px;
	left: 0px;
}

.ptt_message {
  display: block;
  width: 960px;
  overflow: hidden;
  margin: 20px auto 0;
  padding: 20px 20px;
  background: #fdfcf6;
  color: #4e4e4e;
  border-top: 1px solid #cea847;
  border-left: 1px solid #cea847;
  border-right: 1px solid #cea847;
}
@media only screen and (max-width: 1312px) {
  .ptt_message {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #share-header-custom {
margin-top:-75px !important;
}

}

.ptt_message h1 {
  color: #4e4e4e;
  margin-bottom: 0;
}
.ptt_message p {
  padding: 10px 0 0 0;
}

#personalised_tribute_tree {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(252,250,243);
  background: url("../img/tribute_background.jpg") top left repeat;
}

#personalised_tribute_tree li {
  position: absolute;
  color: #cea847;
  border: 1px solid #cea847;
  padding:0px 2px 0px 2px;
  background-color: #fdfcf6;
  list-style-type: none;
  white-space: nowrap;
  width: auto;
  height: auto;
}

#personalised_tribute_tree li {
  position: absolute;
  z-index: 2000;
}

.poster_artists {
	font-size: 14px;
	min-width: 60px;
	text-align: center;
}

.poster_firstname, .poster_surname, .poster_message, .poster_inspired {
	text-align: center; 
	border: none !important; 
	background:none !important;
}

.poster_firstname {
	font-size: 36px; 
	right: 415px; 
	top: 360px;
	width:180px !important;
}

.poster_surname {
	font-size: 36px; 
	right: 415px; 
	top: 395px;
	width:180px !important;
}

.poster_message {
	font-family: 'MostraNuova' !important;
	font-size: 18px !important;
	right: 50px;
	top: 1000px;
	width:900px !important;
}

.poster_inspired {
	font-family: 'MostraNuova' !important;
	font-size: 16px !important;
	right: 0px;
	top: 890px;
	width:100% !important;
}

#name_list li {
	position:relative;
	width: 48%;
	display: block;
	float:left;
}

#generate_tree {
	bottom:10px;
	float:right;
}

@media only screen and (max-width: 800px) {
	#name_list li {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
  #artist_remaining {
  	display:block;
  	clear:both;
    width:100%;
    float:left;
    padding:10px;
  }
}

#tree_code{
	margin: 0;
}

#customTree{
	float:right;
	margin-top:-53px !important;
}
@media only screen and (max-width: 800px) {
	#customTree{
		display:block;
		margin-top:0 !important;
	}
}

#purchaseTreeModal p{
	font-size: 1.2em;
}

.share-header{
	margin-top:10px;
	float:left;
}
@media only screen and (max-width: 800px) {
	.share-header{
		float:right;
	}
}

.block_1 {right: 515px; top: 65px;}
.block_2 {left: 504px; top: 65px;}
.block_3 {right: 670px; top: 195px;}
.block_4 {left: 670px; top: 195px;}
.block_5 {right: 810px; top: 283px;}
.block_6 {left: 800px; top: 283px;}
.block_7 {right: 780px; top: 405px;}
.block_8 {left: 770px; top: 405px;}
.block_9 {right: 678px; top: 565px;}
.block_10 {left: 670px; top: 565px;}
.block_11 {left: 598px; top: 127px;}
.block_12 {right: 605px; top: 127px;}
.block_13 {left: 700px; top: 259px;}
.block_14 {right: 710px; top: 259px;}
.block_15 {left: 770px; top: 313px;}
.block_16 {right: 780px; top: 313px;}
.block_17 {left: 715px; top: 460px;}
.block_18 {right: 725px; top: 460px;}
.block_19 {left: 755px; top: 484px;}
.block_20 {right: 755px; top: 484px;}
.block_21 {left: 540px; top: 25px;}
.block_22 {right: 552px; top: 25px;}
.block_23 {left: 675px; top: 100px;}
.block_24 {right: 695px; top: 100px;}
.block_25 {left: 750px; top: 151px;}
.block_26 {right: 775px; top: 151px;}
.block_27 {left: 782px; top: 235px;}
.block_28 {right: 792px; top: 235px;}
.block_29 {left: 815px; top: 435px;}
.block_30 {right: 815px; top: 435px;}

#customTree{
	float: right;
	height: 33px;
	margin-top: -52px !important;
	background-color: #CEA847 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

#purchaseTree{
	background-color: #CEA847 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top:90px !important;
}


#customTreeText{
color: #fdfcf6 !important;
}

#edit-tree-custom {
margin-top:90px !important;
}



@media only screen and (max-width: 768px) {
#edit-tree-custom {
margin-top:5px !important;
}
#share-header-custom {
margin-top:5px !important;
}

#purchaseTree{
	margin-top:5px !important;
	margin-right: 25px !important;
	font-size: 12px !important;
}

}


@media only screen and (max-width: 900px) {
	#customTree{
		float: left;
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 1040px) {
	#customTree{
		float: left;
		margin-top: 10px !important;
		margin-right: 25px !important;
		font-size: 14px !important;
	}


}



/*html*/.iPadUser /*body*/.home header{display: none !important}