/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0px;
}

body,button,input,select,textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,code,kbd,samp {
    font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

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

small {
    font-size: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

/* 	Normalize.css ends here
	Your wonderful and creative styles begin here */

.chalkboard {
	background: transparent url(../images/bg-chalkboard.jpg) no-repeat 0 0;
	width: 600px;
	height: 400px;
	margin: 0;
	position: relative;
}

	.chalkboard-inner {
		display: table-cell;
		vertical-align: middle;
		padding: 32px 20px 0 20px;
		height: 285px;
		width: 600px;
	}

	.chalkboard p {
        font-family: 'Sketchnote Square', 'sketchnote-square';
		color: white;
		font-size: 36px;
		text-align: center;
		line-height: 1.6;
		margin: 0;
	}

.piccsy-chalkboard {
	display: block;
	position: absolute;
	bottom: 12px;
	left: 240px;
}

.fortunecookie {
	background: transparent url(../images/bg-fortunecookie.jpg) no-repeat 0 0;
	width: 454px;
	height: 253px;
	margin: 0;
	position: relative;
	padding: 198px 0 0 145px;
}

.fortunecookie p {
	font-family: 'Arial Bold', sans-serif;
	color: #252525;
	font-size: 17.35px;
	margin: 0;
	font-weight: bold;
	width: 336px;
	height: 76px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 60px;
	text-align:center;
}

.piccsy-fortunecookie {
	position: absolute;
	bottom: 16px;
	left: 240px;
}

.holdingposter {
	width: 600px;
	height: 745px;
	background: transparent url(../images/bg-holdingposter.jpg) no-repeat 0 0;
	margin: 0;
	position: relative;
}

	.holdingposter-inner {
		display: table-cell;
		vertical-align: middle;
		width: 421px;
		height: 627px;
		padding: 36px 0 0 88px;
	}

	.holdingposter p {
		text-align: center;
		font-size: 44px;
		font-weight: bold;
		color: #202643;
	}

	.piccsywhite {
		position: absolute;
		bottom: 20px;
		left: 238px;
	}
	
	.type1 {
		width: 275px;
		height: 552px;
		border-top: solid 13px black;
		border-bottom: solid 13px black;
		margin: 0;
		position: relative;
		text-align: center;
		text-indent: -6px;
		text-transform: uppercase;
	}
	
		.line1 {
			color: #602d34;
			font-size: 83px;
			margin: 4px 0 0 0;
			padding: 0 0 11px 0;
			line-height: 1;
		}

		.line2 {
			border-bottom: solid 3px #602d34;
			margin: -12px 0 3px 0;
			line-height: .85;
			font-size: 166px;
			padding: 0;
		}
		
		.line3 {
			border-top: solid 3px #602d34;
			margin: 0;
			font-size: 55px;
			padding: 3px 0 0 0;
		}

		.line4 {
			color: #602d34;
			line-height: .85;
			font-size: 166px;
			margin: -5px 0 0 0;
		}
		
		.line5 {
			font-size: 30px;
			line-height: .7;
			margin: 5px 0 0 0;
			background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffffff), color-stop(24%, #ffffff), color-stop(25%, #000000), color-stop(35%, #000000), color-stop(36%, #ffffff), color-stop(53%, #ffffff), color-stop(54%, #000000), color-stop(64%, #000000), color-stop(65%, #ffffff), color-stop(100%, #ffffff)); /* Safari 4+, Chrome 2+ */
			bdackground: -webkit-linear-gradient(white 0%, white 24%, black 25%, black 35%, white 36%, white 53%, black 54%, black 64%, white 65%, white 100%); /* Safari 5.1+, Chrome 10+ */
		}

			.line5 span {
				background: white;
				padding: 0 8px;
			}
		
		.line6 {
			font-size: 74px;
			margin: 0;
			color: #602d34;
			padding: 0;
			line-height: 1.2;
		}

	.type1-bottom {
		padding-top: 60px;
		width: 275px;
		margin: auto;
	}

	.piccsyblack {
		width: 123px;
		margin: auto;
		display: block;
	}

.buildings {
	width: 600px;
	height: 849px;
	background: transparent url(../images/bg-buildings.jpg) no-repeat 0 0;
	margin: 0;
	position: relative;
}

	.buildings-inner {
		display: table-cell;
		vertical-align: middle;
		width: 465px;
		height: 849px;
		padding: 0 67px 0 68px;
	}

	.buildings p {
		line-height: 78px;
		height: 77px;
		padding: 0 23px 0 23px;
		margin: 35px 0 35px 0;
		background-color: rgba(217, 54, 74, 0.65);
		color: white;
		font-size: 35px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
	}

	.piccsy-buildings {
		position: absolute;
		bottom: 20px;
		left: 232px;
	}

	.canvas1 {
		width: 436px;
		height: 443px;
		background: transparent url(../images/bg-canvas.jpg) no-repeat 0 0;
		margin: 0;
		padding: 53px 82px 0 82px;
		position: relative;
	}

		.canvas1-inner {
			width: 457px;
			height: 267px;
			margin: 0 auto;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			font-size: 53px;
			color: #c45860;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		.canvas1-inner p {
			margin: 0;
		}

	.piccsy-canvas {
		position: absolute;
		bottom: 14px;
		left: 239px;
	}
	
	.crumpledpaper {
		width: 600px;
		height: 698px;
		margin: 0;
		background: transparent url(../images/bg-crumpledpaper.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.crumpledpaper-inner {
			width: 500px;
			height: 595px;
			padding: 31px 50px 72px 50px;
			display: table-cell;
			font-size: 53px;
			text-align: center;
			vertical-align: middle;
			line-height: 64px;
		}
		
	.piccsy-crumpledpaper {
		position: absolute;
		bottom: 14px;
		left: 239px;
	}
	
	.frame {
		width: 330px;
		height: 490px;
		background: transparent url(../images/bg-frame.jpg) no-repeat 0 0;
		margin: 0;
		position: relative;
		padding: 69px 135px 147px 135px;
	}
	
		.frame-inner {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			width: 330px;
			height: 490px;
			color: #82688b;
			font-size: 65px;
			text-transform: uppercase;
			overflow: hidden;
			line-height: 65px;
		}
		
		.frame-inner p {
			margin: 0;
		}
	
	.piccsy-frame {
		position: absolute;
		bottom: 14px;
		left: 239px;
	}
	
	.icameisaw {
		background: transparent url(../images/bg-icameisaw.jpg) no-repeat 0 0;
		width: 280px;
		height: 680px;
		padding: 34px 160px 86px 160px;
		margin: 0 auto;
		position: relative;
	}
	
		.icameisaw-inner {
			display: table-cell;
			vertical-align: middle;
			width: 280px;
			height: 680px;
			color: white;
			text-transform: uppercase;
			font-size: 64px;
			text-align: center;
			font-weight: bold;
		}
		
			.icameisaw-inner p {
				margin: 0;
				padding-top: 123px;
				background: transparent url(../images/bg-heart.png) no-repeat top center;
			}
			
		.piccsy-icameisaw {
			position: absolute;
			bottom: 21px;
			left: 239px;
		}

	.iphone {
		width: 600px;
		height: 1160px;
		margin: 0 auto;
		background: transparent url(../images/bg-iphone.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.iphone-inner {
			width: 263px;
			background: url(../images/bg-iphone-msg-top.jpg) no-repeat top center,
						url(../images/bg-iphone-msg-bottom.jpg) no-repeat bottom center,
						url(../images/bg-iphone-msg-middle.jpg) repeat-y top center;
			padding: 10px 34px 0 30px;
			font-size: 20px;
			color: #000;
			position: absolute;
			font-family: Arial, Helvetica, sans-serif;
			left: 70px;
			top: 434px;
		}
		
		.iphone-inner p {
			margin: 0 0 16px 0;
		}
		
		.piccsy-iphone {
			position: absolute;
			bottom: 106px;
			left: 239px;
		}
		
	.label {
		width: 450px;
		height: 800px;
		background: transparent url(../images/bg-label.jpg) no-repeat 0 0;
		margin: 0;
		padding: 0 75px;
		position: relative;
	}

		.label-inner {
			display: table-cell;
			vertical-align: middle;
			width: 450px;
			height: 716px;
			font-size: 26px;
			text-transform: uppercase;
			-webkit-transform: rotate(-1.5deg);
			transform: rotate(-1.5deg);
			-webkit-backface-visibility: hidden;
		}
		
		.label-inner p {
			text-align: center;
		}

		.li2 p {
			margin: 0 0 15px 0;
		}

		.label-inner p span {
			background: black;
			color: white;
			margin: -2px 0 0 0;
			padding: 10px 20px 5px 20px;
			text-align: center;
			line-height: 10px;
		}
		
		.piccsy-label {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.notepad {
		width: 387px;
		height: 648px;
		margin: 0;
		padding: 51px 78px 132px 135px;
		background: transparent url(../images/bg-notepad.jpg) no-repeat 0 0;
		position: relative;
	}
	
	.np3 {
		background: transparent url(../images/bg-notepad3.jpg) no-repeat 0 0;
	}

		.notepad-inner {
			display: table-cell;
			vertical-align: middle;
			height: 648px;
			font-size: 68px;
			line-height: 66px;
			color: #555555;
		}
		
			.notepad-inner p {
				margin: 0;
			}
		
		.piccsy-notepad {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.pictureandtype3 {
		width: 355px;
		height: 131px;
		margin: 0;
		padding: 143px 122px 203px 123px;
		background: transparent url(../images/bg-pictureandtype3.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.pictureandtype3-inner {
			display: table-cell;
			width: 355px;
			height: 131px;
			vertical-align: middle;
			text-align: center;
			color: white;
			font-size: 45px;
			line-height: 45px;
			font-family: MenInBlackCreditsRegular, 'Arial Narrow', sans-serif;
			text-transform: uppercase;
			font-weight: normal;
		}
		
			.pictureandtype3-inner p {
				margin: 0;
			}
		
		.piccsy-pat3 {
			position: absolute;
			bottom: 14px;
			left: 239px;
		}
	
	.pictureandtype4 {
		width: 392px;
		height: 161px;
		margin: 0;
		padding: 192px 104px 247px 104px;
		background: transparent url(../images/bg-pictureandtype4.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.pictureandtype4-inner {
			display: table-cell;
			width: 392px;
			height: 161px;
			vertical-align: middle;
			text-align: center;
			color: white;
			font-size: 45px;
			line-height: 45px;
			font-family: MenInBlackCreditsRegular, 'Arial Narrow', sans-serif;
			text-transform: uppercase;
		}
		
			.pictureandtype4-inner p {
				margin: 0;
			}
			
	.pictureandtype5 {
		width: 392px;
		height: 161px;
		margin: 0;
		padding: 192px 104px 247px 104px;
		background: transparent url(../images/bg-pictureandtype5.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.pictureandtype5-inner {
			display: table-cell;
			width: 392px;
			height: 161px;
			vertical-align: middle;
			text-align: center;
			color: white;
			font-size: 45px;
			line-height: 45px;
			font-family: MenInBlackCreditsRegular, 'Arial Narrow', sans-serif;
			text-transform: uppercase;
		}
		
			.pictureandtype5-inner p {
				margin: 0;
			}
			
		.piccsy-postit {
			position: absolute;
			bottom: 14px;
			left: 239px;
		}
			
	.postit {
		width: 350px;
		height: 182px;
		margin: 0;
		padding: 168px 120px 272px 130px;
		background: transparent url(../images/bg-postit.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.postit-inner {
			display: table-cell;
			width: 350px;
			height: 182px;
			vertical-align: middle;
			text-align: center;
			color: white;
			font-size: 40px;
			line-height: 50px;
			color: #252525;
			letter-spacing: 3px;
			-webkit-transform: rotate(3deg);
			transform: rotate(3deg);
			-webkit-backface-visibility: hidden;
		}
		
			.postit-inner p {
				margin: 0;
			}
			
	.speechbubble {
		width: 466px;
		height: 241px;
		margin: 0;
		padding: 119px 65px 240px 69px;
		background: transparent url(../images/bg-speechbubble.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.speechbubble-inner {
			display: table-cell;
			vertical-align: middle;
			width: 466px;
			height: 241px;
			color: white;
			font-family: MenInBlackCreditsRegular;
			font-size: 60px;
			line-height: 60px;
			text-transform: uppercase;
			text-align: center;
		}

			.speechbubble-inner p {
				margin: 0;
			}
			
		.piccsy-speechbubble {
			position: absolute;
			bottom: 14px;
			left: 239px;
		}
		
	.type2 {
		width: 337px;
		height: 588px;
		margin: 0;
		padding: 82px 134px 131px 131px;
		background: transparent url(../images/bg-type2.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.type2-inner {
			display: table-cell;
			vertical-align: middle;
			width: 337px;
			height: 588px;
			color: white;
			font-family: MenInBlackCreditsRegular;
			font-size: 110px;
			line-height: 126px;
			text-transform: uppercase;
			text-align: center;
			text-shadow: -1px -1px #7c96b5,
						 -2px -2px #7c96b5,
						 -3px -3px #7c96b5,
						 -4px -4px #7c96b5,
						 -5px -5px #7c96b5,
						 -6px -6px #7c96b5,
						 -7px -7px #7c96b5,
						 -8px -8px #7c96b5,
						 -9px -9px #7c96b5,
						 -10px -10px #7c96b5,
						 -11px -11px #7c96b5,
						 -12px -12px #7c96b5,
						 -13px -13px #7c96b5,
						 -14px -14px #7c96b5,
						 -15px -15px #7c96b5,
						 -16px -16px #7c96b5,
						 -17px -17px #7c96b5,
						 -18px -18px #7c96b5,
						 -19px -19px #7c96b5,
						 -20px -20px #7c96b5,
						 -21px -21px #7c96b5,
						 -22px -22px #7c96b5,
						 -23px -23px #7c96b5,
						 -24px -24px #7c96b5,
						 -25px -25px #7c96b5,
						 -26px -26px #7c96b5,
						 -27px -27px #7c96b5,
						 -28px -28px #7c96b5,
						 -29px -29px #7c96b5,
						 -30px -30px #7c96b5,
						 -31px -31px #7c96b5,
						 -32px -32px #7c96b5,
						 -33px -33px #7c96b5,
						 -34px -34px #7c96b5,
						 -35px -35px #7c96b5,
						 -36px -36px #7c96b5,
						 -37px -37px #7c96b5,
						 -38px -38px #7c96b5,
						 -39px -39px #7c96b5,
						 -40px -40px #7c96b5,
						 -41px -41px #7c96b5;
		}

			.type2-inner p {
				margin: 0 0 0 20px;
			}
			
		.piccsy-type2 {
			position: absolute;
			bottom: 14px;
			left: 239px;
		}
		
	.type3 {
		width: 268px;
		height: 615px;
		margin: 0 auto;
		padding: 58px 166px 127px 166px;
		background: #ebebeb;
		position: relative;
	}
	
		.type3-inner {
			display: table-cell;
			vertical-align: middle;
			width: 268px;
			height: 615px;
			color: #ccc;
			font-size: 120px;
			line-height: 110px;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 5px 5px #000;
		}

			.type3-inner p {
				margin: 0;
			}

		.piccsy-type3 {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.type4 {
		width: 296px;
		height: 610px;
		margin: 0;
		padding: 76px 146px 118px 158px;
		background: transparent url(../images/bg-type4.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.type4-inner {
			width: 296px;
			height: 570px;
			color: #fff;
			font-size: 64px;
			line-height: 1;
			text-transform: uppercase;
			text-align: center;
			padding: 40px 0 0 0;
		}
			.type4-inner p.section-1 {
				margin-top: 2px;
			}
			
			.type4-inner p {
				margin: 0 0 32px 0;
				-webkit-transform: skew(-12deg) rotate(-10.7deg);
				-webkit-backface-visibility: hidden;
				letter-spacing: -3px;
			}

			/* .type4-inner p:nth-child(5), .type4-inner p:nth-child(6) {
				-webkit-transform: skew(-11.3deg, -11.3deg);
				margin-top: -2px;
			} */

		.piccsy-type4 {
			position: absolute;
			bottom: 68px;
			left: 239px;
		}

	.type5 {
		width: 502px;
		height: 472px;
		margin: 0 auto;
		padding: 32px 49px 96px 49px;
		background: transparent url(../images/bg-type5.jpg) no-repeat 0 0;
		position: relative;
	}

		.type5-inner {
			display: table-cell;
			vertical-align: middle;
			width: 502px;
			height: 472px;
			font-size: 120px;
			line-height: 92px;
			text-transform: uppercase;
			text-align: center;
		}

			.type5-inner p {
				margin: 0;
				color: transparent;
				-webkit-background-clip: text;
				background-image: url(../images/bg-type5-wood.jpg);
				letter-spacing: 0px;
			}
			
			.type5-inner p:nth-child(2) {
				font-size: 128px;
				padding-top: 2px;
			}

		.piccsy-type5 {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.type6denim {
		width: 288px;
		height: 526px;
		margin: 0;
		padding: 104px 156px 170px 156px;
		background: transparent url(../images/bg-type6.jpg) no-repeat 0 0;
		position: relative;
	}
	
		.type6denim-inner {
			display: table-cell;
			vertical-align: middle;
			width: 288px;
			height: 526px;
			color: #9c94a3;
			font-size: 120px;
			line-height: 110px;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 3px 3px #f2f2f3,
						 8px 8px #775153;
		}

			.type6denim-inner p {
				margin: 0;
			}

		.piccsy-type6denim {
			position: absolute;
			bottom: 68px;
			left: 239px;
		}

	.type7 {
		width: 362px;
		height: 566px;
		margin: 0 auto;
		padding: 84px 119px 150px 119px;
		background: transparent url(../images/bg-type7.jpg) no-repeat 0 0;
		position: relative;
	}

		.type7-inner {
			display: table-cell;
			vertical-align: middle;
			width: 362px;
			height: 566px;
			color: #221f1f;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 6px -6px #f2f2f3,
						 8px -8px #999964;
		}
			
			.type7-border {
				border-top: solid 2px black;
				border-bottom: solid 2px black;
				padding: 4px 0;
			}
			
				.type7-border2 {
					border-top: solid 2px #9f9f6e;
					border-bottom: solid 2px #9f9f6e;
					padding-top: 10px;
					padding-bottom: 6px;
				}

			.type7-inner p {
				margin: 0 0 -1px 0;
				text-indent: -10px;
				font-size: 120px;
				line-height: 120px;
			}
			
			.type7-inner p:nth-child(3), .type7-inner p:last-child {
				margin-left: -6px;
			}
			
		.piccsy-type7 {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.typewriter {
		width: 479px;
		height: 172px;
		margin: 0;
		padding: 29px 61px 198px 60px;
		background: transparent url(../images/bg-typewriter.jpg) no-repeat 0 0;
		position: relative;
	}

		.typewriter-inner {
			display: table-cell;
			vertical-align: bottom;
			width: 479px;
			height: 172px;
			color: #252525;
			font-size: 25px;
			line-height: 35px;
			font-weight: bold;
			text-align: center;
		}
			
			.typewriter-inner p {
				margin: 0;
			}

		.piccsy-typewriter {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}
		
	.type8 {
		width: 485px;
		height: 415px;
		margin: 0 auto;
		padding: 143px 58px 242px 57px;
		background: transparent url(../images/bg-type8.jpg) no-repeat 0 0;
		position: relative;
	}

		.type8-inner {
			display: table-cell;
			vertical-align: middle;
			width: 485px;
			height: 415px;
			color: #252525;
			text-align: center;
		}
			
			.type8-inner p {
				margin: 0;
				text-transform: uppercase;
			}

			.type8-inner p:nth-child(odd) span {
				background: transparent url(../images/bg-type8.jpg) no-repeat 0 0;
				padding: 0 10px;
			}
			
			.type8-inner p:nth-child(odd) {
				color: black;
				font-size: 46px;
				-webkit-transform: skew(-8deg, -8deg);
				background: -webkit-linear-gradient(transparent 0%, transparent 31%, black 32%, black 42%, transparent 43%, transparent 49%, black 50%, black 60%, transparent 61%, transparent 100%); /* Safari 5.1+, Chrome 10+ */
			}
			
			.type8-inner p:nth-child(even) {
				font-size: 110px;
				color: #c1272c;
				text-shadow: 3px 3px #f9f8e4,
							 7px 7px black;
				-webkit-transform: skew(-8deg, -8deg);
				margin: -15px 0 0 -10px;
				line-height: 110px;
			}

		.piccsy-type8 {
			position: absolute;
			bottom: 24px;
			left: 239px;
		}

#block-3d:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/piccsy-white.png) no-repeat top left;
}

#block-3d
{
	width:600px;
	height:700px;
	box-sizing:border-box;
	border:solid 16px #FFF;
	background:url(../images/bg.3Dblock.png) no-repeat top left;
	background-size:cover;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	position:relative;
}

#block-3d p
{

	display:block;
	text-align:center;
	text-transform:uppercase;
	/*word-spacing:600px;*/
	width:80%;
	color:rgb(192,60,99);
	text-shadow:
	1px 1px 0 rgb(125,30,51),
	2px 2px 0 rgb(125,30,51),
	3px 3px 0 rgb(125,30,51),
	4px 4px 0 rgb(125,30,51),
	5px 5px 0 rgb(125,30,51),
	6px 6px 0 rgb(125,30,51),
	7px 7px 0 rgb(125,30,51),
	8px 8px 0 rgb(125,30,51),
	9px 9px 0 rgb(125,30,51),
	10px 10px 0 rgb(125,30,51),
	11px 11px 0 rgb(125,30,51),
	12px 12px 0 rgb(125,30,51),
	13px 13px 0 rgb(125,30,51),
	14px 14px 0 rgb(125,30,51),
	10px 10px 0 rgba(0,0,0,.1),
	12px 11px 0 rgba(0,0,0,.05),
	14px 12px 0 rgba(0,0,0,.05),
	16px 13px 0 rgba(0,0,0,.05),
	18px 14px 0 rgba(0,0,0,.05),
	20px 15px 0 rgba(0,0,0,.05),
	22px 16px 0 rgba(0,0,0,.05),
	24px 17px 0 rgba(0,0,0,.05),
	26px 18px 0 rgba(0,0,0,.05),
	28px 19px 0 rgba(0,0,0,.05),
	30px 20px 0 rgba(0,0,0,.05),
	32px 21px 0 rgba(0,0,0,.05),
	34px 22px 0 rgba(0,0,0,.05),
	36px 23px 0 rgba(0,0,0,.05);
	font-family: "Futura PT Web Extra Bold", "futura-pt-1","futura-pt-2","futura-pt";
	font-style: normal;
	font-weight: 800;
	font-size:5em;
	margin:0;
	margin-top:-10%;
	margin-left:-5%;
	line-height:1;
	word-break:break;
}

#black-background:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.f0456f.shared.png) no-repeat top left;
}

#black-background
{
	position:relative;
	width:540px;
  padding: 0 30px;
	height:700px;
	box-sizing:border-box;
	background:#000;
	display:block;

}
#black-background .inner {
  display: table;
  height: 626px;
  overflow: hidden;
  width: 100%;
}

#black-background p
{
	display:table-cell;
  vertical-align: middle;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	color:rgb(247,246,192);
	font-family: "Futura PT Web Cond Book", "futura-pt-condensed-1", "futura-pt-condensed-2", "futura-pt-condensed";
	font-style: normal;
	font-weight: 400;
	font-size:4.2em;
	line-height:1;
	word-break:break;
}

#black-background b {
	font-style: normal;
	font-weight: 400;
}

#black-background p > span:nth-child(1n) { color:rgb(225,105,44); }
#black-background p > span:nth-child(2n) { color:rgb(102,193,198); }
#black-background p > span:nth-child(3n) { color:rgb(216,30,53); }

#cardboard { position:relative; }

#cardboard:after
{
	position:absolute;
	content:'';
	bottom:30px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#cardboard,
#cardboard-inner
{
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:400px;
	box-sizing:border-box;
}

#cardboard
{
	background:url(../images/stone.cardboard.png) no-repeat top left;	
}

#cardboard-inner
{
	background:url(../images/card.cardboard.png) no-repeat top left;
}

#cardboard p
{
	display:block;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	width:80%;
	color:rgb(0,0,0);
	font-family: "GoodDogNew", "gooddog-new-1", "gooddog-new-2", "gooddog-new", cursive;
	font-style: normal;
	font-weight: 400;
	font-size:2em;
	word-break:break;
}

#clothesline-black:after
{
	position:absolute;
	content:'';
	bottom:50px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.c2c2c2.shared.png) no-repeat top left;
}

#clothesline-black
{
	position: relative;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:847px;
	box-sizing:border-box;
	background:url(../images/bg.clothesline-black.png) no-repeat top left;
}

#clothesline-black p
{
	text-transform:capitalize;
	display:block;
	text-align:center;
	width:65%;
	color:rgb(194,194,194);
	-webkit-transform:skew(0deg,-12deg); 
	transform:skew(0deg,-12deg); 
	-ms-transform:skew(0deg,-12deg); 
	-o-transform:skew(0deg,-12deg); 
	-moz-transform:skew(0deg,-12deg); 
	transform-origin:center center;
	-moz-transform-origin:center center;
	-webkit-transform-origin:center center;
	-o-transform-origin:center center;
	white-space:nowrap;
	font-family: "QuimbyGubernatorial", "quimby-gubernatorial-1","quimby-gubernatorial-2", "quimby-gubernatorial", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:55px;
	word-spacing:-5px;
	letter-spacing:0px;
	word-break:break;
  margin-left: -15px;
}

#clothesline-black p > span.big
{
	display:block;
	padding:15px 0;
	margin:auto;
	font-size:80px;
	word-spacing:-20px;
	letter-spacing:0px;
	margin-left:-5%;
	line-height:1;
}

#clothesline-black p > span:last-child { margin-left:-10%; }

#clothesline:after
{
	position:absolute;
	content:'';
	bottom:50px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#clothesline
{
	position: relative;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:847px;
	box-sizing:border-box;
	background:url(../images/bg.clothesline.png) no-repeat top left;
}

#clothesline p
{
  position: relative;
  top: -5px;
	display:block;
	text-align:left;
	text-transform:uppercase;
	width:auto;
	max-width:60%;
	color:rgba(216,30,53,.7);
	word-spacing:500px;
	font-family: "DIN Condensed Web", "din-condensed-web-1","din-condensed-web-2","din-condensed-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:7.8em;
	line-height:1.01;
	word-break:break;
}

#clothesline p > span.superimposed
{
	color:rgba(54,166,106,.8);
	margin-top:-.5em;
	margin-bottom:-.5em;
	text-align:right;
	margin-left:1em;
}

#clothesline p > span.superimposed:nth-child(2) {
  width: 310px;
  text-align: left;
}

#clothesline p > span.superimposed:nth-child(4) {
  width: 310px;
  text-align: left;
  position: relative;
  margin-right: -44px;
}


#cut-paper:after
{
	position:absolute;
	content:'';
	bottom:30px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.fbf7f5.shared.png) no-repeat top left;
}

#cut-paper
{
	position: relative;
	width:600px;
	height:750px;
	box-sizing:border-box;
	background:url(../images/bg.cutpaper.png) no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#cut-paper p
{
	display:block;
	text-align:center;
	text-transform:lowercase;
	width:80%;
	padding-bottom:50px;
	color:#fef9f8;
	position:relative;
	font-family: "Embryo", "embryo-1", "embyro-2", "embryo";
	font-style: normal;
	font-weight: 400;
	font-size:4.5em;
	/*background:url(../images/texture.cutpaper.png) repeat center center;
	-webkit-background-clip: text;*/
	text-shadow:
	0px 0px 0 #fef9f8,
	1px 1px 0 rgba(0,0,0,.2),
	2px 2px 0 rgba(0,0,0,.2),
	3px 3px 0 rgba(0,0,0,.2),
	4px 4px 0 rgba(0,0,0,.2);
}

#cut-paper p > span.big
{
	display:block;
	font-size:1.5em;
	line-height:0.9;
}

#cut-paper-2:after
{
	position:absolute;
	content:'';
	bottom:30px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.fbf7f5.shared.png) no-repeat top left;
}

#cut-paper-2
{
	position: relative;
	width:600px;
	height:750px;
	box-sizing:border-box;
	background:url(../images/bg.cutpaper.png) no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#cut-paper-2 p
{
	display:block;
	text-align:center;
	text-transform:lowercase;
	width:80%;
	padding-bottom:50px;
	color:transparent;
	position:relative;
	font-family: "Embryo", "embryo-1", "embyro-2", "embryo";
	font-style: normal;
	font-weight: 400;
	font-size:4.5em;
	text-transform:uppercase;
	background:url(../images/texture.cutpaper.png) repeat center center;
	-webkit-background-clip: text;
}

#cut-paper-2 p > span.big
{
	display:block;
	font-size:1.5em;
	line-height:0.9;
}

#diagonal:after
{
	position:absolute;
	content:'';
	bottom:30px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#diagonal
{
	position: relative;
	width:600px;
	height:800px;
	box-sizing:border-box;
	background:url(../images/bg.diagonal.png) #FFF no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#diagonal p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:60%;
	padding-bottom:50px;
	color:#1b1b13;
	position:relative;
	word-break:break;
	font-family: "TabletGothic", "tablet-gothic-1", "tablet-gothic-2", "tablet-gothic";
	font-style: normal;
	font-weight: 900;
	font-size:2.8em;
	-webkit-transform:skew(0deg,-12deg); 
	transform:skew(0deg,-12deg); 
	-ms-transform:skew(0deg,-12deg); 
	-o-transform:skew(0deg,-12deg); 
	-moz-transform:skew(0deg,-12deg); 
	transform-origin:center center;
	-moz-transform-origin:center center;
	-webkit-transform-origin:center center;
	-o-transform-origin:center center;
}

#diagonal p > span.big
{
	display:block;
	font-size:2.2em;
	line-height:0.9;
	margin-bottom:-10px;
}

#dots:after
{
	position:absolute;
	content:'';
	bottom:60px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.ed145b.shared.png) no-repeat top left;
}

#dots
{
	position: relative;
	width:600px;
	height:600px;
	box-sizing:border-box;
	background:url(../images/bg.dots.png) #FFF no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center top;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: top center;
	-moz-box-align: top center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	position:relative;
}

#dots p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:359px;
	color:#ed145b;
	margin-top:9%;
	padding:10px 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: top center;
	-moz-box-align: top center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	box-sizing:content-box;
	position:relative;
	word-break:break;
	font-family: "Proxima Nova Alt Black", "proxima-nova-alt-1", "proxima-nova-alt-2", "proxima-nova-alt", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size:3.6em;
	line-height:1;
	background:url(../images/dots.dots.png) no-repeat top left;
	min-height:398px;
	height:398px;
}

#frame-12:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#frame-12
{
	position: relative;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:700px;
	box-sizing:border-box;
	background:url(../images/bg.frame1.png) no-repeat top left;
}

#frame-12 p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:353px;
	color:#000;
	font-family: "Bebas Neue", "bebas-neue-1", "bebas-neue-2", "bebas-neue";
	font-style: normal;
	font-weight: 400;
	font-size:4.35em;
	margin:0;
	margin-top:-70px;
	line-height:0.9;
	word-break:break;
}

#pencils:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.ffffff.shared.png) no-repeat top left;
}

#pencils
{
	position: relative;
	width:600px;
	height:775px;
	box-sizing:border-box;
	background:url(../images/bg.pencils.png) no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#pencils p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:90%;
	color:#ffffff;
	font-family: "Tekton Pro LightCond", "tekton-pro-condensed-1", "tekton-pro-condensed-2", "tekton-pro-condensed";
	font-style: normal;
	font-weight: 300;
	font-size:3.8em;
	line-height:1;
	word-break:break;
}

#pencils-2:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/piccsy-white.png) no-repeat top left;
}

#pencils-2
{
	position: relative;
	width:600px;
	height:775px;
	box-sizing:border-box;
	background:url(../images/bg.pencils.png) no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#pencils-2 p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:85%;
	color:#ffffff;
	font-family: "GoodKitty", "good-kitty-1", "good-kitty-2", "good-kitty";
	font-style: normal;
	font-weight: 400;
	font-size:2.8em;
	line-height:1;
	word-break:break;
}

#poster:after
{
	position:absolute;
	content:'';
	bottom:50px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/piccsy-white.png) no-repeat top left;
}

#poster
{
	position: relative;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:736px;
	box-sizing:border-box;
	background:url(../images/bg.poster.png) no-repeat top left;
}

#poster p
{
	display:block;
	text-align:center;
	width:60%;
	color:#fff;
	border-top:solid 8px #FFF;
	border-bottom:solid 8px #FFF;
	font-size:1em;
	line-height:1.01;
	word-break:break;
	padding:10px 0;
}

#poster p > span
{
	padding-top:10px;
}

#poster p > span:nth-child(1)
{
	display:block;
	font-family: "LTC Broadway Engraved", "ltc-broadway-engraved-1", "ltc-broadway-engraved-2", "ltc-broadway-engraved";
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:3em;
}

#poster p > span:nth-child(2)
{
	display:block;
	font-family: "Cowboyslang Expanded", "cowboyslang-expanded-1", "cowboyslang-expanded-2", "cowboyslang-expanded";
	font-style: normal;
	font-weight: 400;
	font-size:5em;
	text-transform:uppercase;
	-webkit-text-fill-color: black;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	text-shadow:
	1px 1px #fff,
	2px 2px #fff,
	3px 3px #fff,
	4px 4px #fff,
	5px 5px #fff;
	
}

#poster p > span:nth-child(3)
{
	display:block;
	font-family: "Bello Pro", "bello-pro-1", "bello-pro-2", "bello-pro";
	font-style: normal;
	font-weight: 400;
	font-size:3em;
	padding-top:20px;
	margin-bottom:-10px;
}

#poster p > span:nth-child(4)
{
	display:block;
	text-transform:uppercase;
	font-family: "Aurea UltraRoman", "aurea-ultra-1", "aurea-ultra-2", "aurea-ultra";
	font-style: normal;
	font-weight: 400;
	font-size:8em;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: black;
	text-shadow:-3px 5px #FFF;
	letter-spacing:20px;
	padding-left:.2em;
}

#redbackground:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.f0456f.shared.png) no-repeat top left;
}

#redbackground
{
	position: relative;
	width:540px;
  padding: 0 30px;
	height:700px;
	box-sizing:border-box;
	background:#d81e35;
	display:block;
}

#redbackground .inner {
  display: table;
  overflow: hidden;
  height:626px;
  width:100%;
 }

#redbackground p
{
	display:table-cell;
  vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	width:80%;
	color:rgb(247,246,192);
	font-family: "HooliganRegularJF", "hooligan-1", "hooligan-2", "hooligan";
	font-style: normal;
	font-weight: 400;
	font-size:3.9em;
	word-break:break;
}

#redbackground b {
	font-style: normal;
	font-weight: 400;
}

#redbackground p > span:nth-child(1n) { color:rgb(225,105,44); }
#redbackground p > span:nth-child(2n) { color:rgb(102,193,198); }
#redbackground p > span:nth-child(3n) { color:rgb(232,110,131); }

#reflection:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#reflection
{
  position: relative;
	width:600px;
	height:750px;
	box-sizing:border-box;
	background:#eaeaea;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	position:relative;
}

#reflection p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:300px;
	color:#000;
	font-family: "Motor Normal", "motor-1", "motor-2", "motor";
	font-style: normal;
	font-weight: 400;
	font-size:3.5em;
	line-height:1;
	word-break:break;
	margin:0;
	margin-top:2em;
	line-height:0.8;
	
}

#reflection p > span.big
{
	display:block;
	font-size:2em;
}

#reflection p.reflection
{
	margin:0 !important;
	-webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    opacity:.2;
    position:relative;
}

#reflection p.reflection:after
{
	background: -webkit-gradient(linear, left top, left center, from(rgba(234,234,234,0)), to(rgb(234,234,234)));
    background: -moz-linear-gradient(top, rgba(234,234,234,0), rgb(234,234,234));
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    width:100%;
    height:102%;
    content:'';
    position:absolute;
    top:-2px;
    left:0;
}

#seafoam:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.56464b.shared.png) no-repeat top left;
}

#seafoam
{
	position: relative;
	width:600px;
	height:640px;
	border:solid 26px #ede9df;
	box-sizing:border-box;
	background:#bdcbc8;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	word-break:break;
}

#seafoam p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:80%;
	color:#54464b;
	margin:0;
	margin-top:-10%;
	text-shadow:4px 4px 0 #ece8de;
	font-family: "Bebas Neue", "bebas-neue-1", "bebas-neue-2", "bebas-neue";
	font-style: normal;
	font-weight: 400;
	font-size:4.5em;
	line-height:1.2;
	letter-spacing:4px;
}

#stone:after
{
	position:absolute;
	content:'';
	bottom:30px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#stone
{
	position: relative;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:400px;
	box-sizing:border-box;
	background:url(../images/stone.cardboard.png) no-repeat top left;	
}

#stone p
{
	margin-top:-5%;
	display:block;
	text-align:center;
	text-transform:uppercase;
	word-spacing:10px;
	width:80%;
	word-spacing:15px;
	letter-spacing:1px;
	line-height:1.3;
	color:rgba(0,0,0,.9);
	text-shadow: 0px 1px 1px rgba(255,255,255,.6);
	font-weight:bold;
	font-size:2.5em;
	word-break:break;
}

#type-a p:after
{
	display:block;
	content:'';
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-6px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:#000;
}

#type-a
{
	position: relative;
	width:600px;
	height:700px;
	box-sizing:border-box;
	background:url(../images/bg.type1.png) no-repeat top left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

#type-a p
{
	display:block;
	text-align:center;
	width:80%;
	padding-bottom:50px;
	color:#000;
	position:relative;
	word-break:break;
	font-family: "Proxima Nova Alt Extrabold", "proxima-nova-alt-1", "proxima-nova-alt-2", "proxima-nova-alt";
	font-style: normal;
	font-weight: 800;
	font-size:2.8em;
	margin-top:-5%;
	text-transform:uppercase;
}

#type-a p:first-letter {
  text-transform: uppercase;
}

#type-a:first-child { padding-top:0; }

#type-a p > arc
{
	display:block;
	padding:15px 0;
}

#type-a p > b
{
	display:block;
	font-size:2.5em;
	margin-top:-20px;
	line-height:1;
  text-transform: uppercase;
}

#type-a p > span.small
{
	display:block;
	padding:15px 0;
	color:#ebebeb;
	font-family: "QuimbyGubernatorial", "quimby-gubernatorial-1", "quimby-gubernatorial-2", "quimby-gubernatorial", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:none;
	font-size:0.7em;
}

#type-a .with-love {
	position:absolute;
	content:'';
	bottom:70px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.ebebeb.shared.png) no-repeat top left;
}

#type-b:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.000000.shared.png) no-repeat top left;
}

#type-b
{
	width:600px;
	height:700px;
	box-sizing:border-box;
	background:#fff200;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	position: relative;
}

#type-b p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:85%;
	color:#000;
	word-break:break;
	font-family: "Proxima Nova Alt Extrabold", "proxima-nova-alt-1", "proxima-nova-alt-2", "proxima-nova-alt";
	font-style: normal;
	font-weight: 800;
	font-size:2.3em;
	color:#231f20;
	line-height:0.8;
}

#type-b p > span.big
{
	display:block;
	padding:30px 0;
	font-size:2.5em;
	text-shadow:
	1px 1px 0 #bfb200,
	2px 2px 0 #bfb200,
	3px 3px 0 #bfb200,
	4px 4px 0 #bfb200,
	5px 5px 0 #bfb200,
	6px 6px 0 #bfb200,
	7px 7px 0 #bfb200,
	8px 8px 0 #bfb200,
	9px 9px 0 #bfb200,
	10px 10px 0 #bfb200;
}

#type-b p > dot
{
	display:inline;
	position:relative;
	font-size:1.4em;
}

#type-b p > dot:after
{
	display:block;
	position:absolute;
	right:-54px;
	top:50%;
	margin-top:-6px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:#000;
	content:'';
}

#type-b p > dot:before
{
	position:absolute;
	left:-54px;
	top:50%;
	margin-top:-6px;
	display:block;
	width:12px;
	height:12px;
	border-radius:6px;
	background:#000;
	content:'';
}

#type-c:after
{
	position:absolute;
	content:'';
	bottom:20px;
	left:50%;
	width:140px;
	height:54px;
	margin-left:-70px;
	background:url(../images/footer.ea1608.shared.png) no-repeat top left;
}

#type-c
{
	width:600px;
	height:600px;
	box-sizing:border-box;
	background:#eae9e5;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	position: relative;
}

#type-c p
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:65%;
	color:#ea1608;
	font-family: "Bebas Neue", "bebas-neue-1", "bebas-neue-2", "bebas-neue";
	font-style: normal;
	font-weight: 400;
	font-size:4.1em;
	line-height:1;
	word-break:break;
	margin:0;
	margin-top:-10%;
}

#christmas-1
{
	position: relative;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width:600px;
	height:609px;
	box-sizing: border-box;
	background: url(../images/christmas1-bg.jpg) no-repeat top left;
}

/**
 * christmas1.eco template
 */
#christmas-1 p
{
	text-transform: capitalize;
	display: block;
	text-align: center;
	width: 65%;
	color: rgb(63,34,20);
	-webkit-transform: skew(0deg,-12deg);
	transform: skew(0deg,-12deg);
	-ms-transform: skew(0deg,-12deg);
	-o-transform: skew(0deg,-12deg);
	-moz-transform: skew(0deg,-12deg);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	white-space: nowrap;
	font-family: "quimby-gubernatorial", "QuimbyGubernatorial", "quimby-gubernatorial-1","quimby-gubernatorial-2", "quimby-gubernatorial", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	word-spacing: -5px;
	letter-spacing: 0px;
	word-break: break;
	text-shadow:-3px 3px 0 rgba(25,25,25,.25);
}

#christmas-1 p .long
{
	font-size:30px
}

#christmas-1 p > span.big 
{
	display: block;
	padding: 15px 0;
	margin: auto;
	font-size: 60px;
	word-spacing: -20px;
	letter-spacing: 0px;
	margin-left: -5%;
	line-height: 1;
}

#christmas-1 p > span:last-child 
{
	font-size:45px;
}

/**
 * christmas2.eco template
 */
#christmas-2
{
	position: relative;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: vertical;
	box-pack: center;
	box-align: center;
	width:600px;
	height:700px;
	background: url(../images/christmas2-bg.jpg) no-repeat top left;
	box-sizing: border-box;
}

#christmas-2 p
{
	display:block;
	margin:2px auto;
	width:400px;
	text-align:center;
	text-transform:uppercase;
}

#christmas-2 table:first-child
{
	margin-top:-80px;
}

#christmas-2 .tree
{
	color:rgb(103,165,80);
	font-size: 48px;
	line-height:44px;
	text-transform:uppercase;
}

#christmas-2 .tree td div
{
	height: 40px;
	overflow: hidden;
}
#christmas-2 table.tree
{
	width: 400px;
}

#christmas-2 span.tree-sprite
{
	background: url(../images/tree.svg) repeat-x center left;
	width: 34px;
	height: 40px;
	display: inline-block;
	margin:0 5px;
}

#christmas-2 span.tree-sprite-blank
{
	width: 1px;
	height: 34px;
	display: inline-block;
}

#christmas-2 p.green-banner
{
	color:#FFF;
	background:rgb(103,165,80);
	font-size: 56px;
	position:relative;
	margin:2px 33px;
	width:334px;
	height:64px;
}

#christmas-2 p.green-banner:before,
#christmas-2 p.green-banner:after
{
	content:'';
	height:0;
	width:0;
	border-top:solid 32px rgb(103,165,80);
	border-bottom:solid 32px rgb(103,165,80);
	top:0;
	position:absolute;
}

#christmas-2 p.green-banner:before
{
	border-left:solid 33px transparent;
	right:100%;
}

#christmas-2 p.green-banner:after
{
	border-right:solid 33px transparent;
	left:100%;
}

#christmas-2 table.snowflake .text
{
	color:rgb(175,54,46);
	font-size:69px;
	line-height:69px;
	font-family: "Futura PT Web Extra Bold","futura-pt",sans-serif;
	font-weight:800;
	text-transform:uppercase;
}

#christmas-2 table.snowflake
{
	width:400px;
}

#christmas-2 .snowflake td div
{
	height:50px;
	overflow:hidden;
}

#christmas-2 span.snowflake-sprite
{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin:0 5px;
	background: url(../images/snowflake.svg) repeat-x center left;
}

#christmas-2 span.snowflake-sprite-blank
{
	width: 1px;
	height: 50px;
	display: inline-block;
}


#christmas-2 .tree,
#christmas-2 p.green-banner
{
	font-family: "League Gothic","league-gothic",sans-serif;
}

#christmas-2 .dots
{
	height:20px;
	width:400px;
	background:#000;
	margin:10px auto;
	background:url(../images/circle-brown.png) repeat-x;
	background-position:4px 0px;
}

/**
 * christmas3.eco template
 */
#christmas-3
{
	position: relative;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: vertical;
	box-pack: center;
	box-align: center;
	box-sizing: border-box;
	background:url(../images/christmas3-bg.jpg) no-repeat top left;
	width:600px;
	height:564px;
}

#christmas-3 p:first-child
{
	margin-top:50px;
}

#christmas-3 p
{
	font-family: "Proxima Nova Alt Extrabold", "proxima-nova-alt", "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
	font-weight:800;
	font-size:50px;
	line-height:50px;
	margin:2px auto;
	text-transform:uppercase;
	color:rgb(35,31,32);
}

#christmas-3 p.black-banner
{
	font-size:16px;
	line-height:20px;
	background:rgb(35,31,32);
	position:relative;
	padding:5px 20px;
	color:#FFF;
}

#christmas-3 p.black-banner:before,
#christmas-3 p.black-banner:after
{
	content:'';
	height:0;
	width:0;
	border-top:solid 15px rgb(35,31,32);
	border-bottom:solid 15px rgb(35,31,32);
	top:0;
	position:absolute;
}

#christmas-3 p.black-banner:before
{
	border-left:solid 15px transparent;
	right:100%;
}

#christmas-3 p.black-banner:after
{
	border-right:solid 15px transparent;
	left:100%;
}

#christmas-3 p.black-banner dot
{
	position:relative;
	padding:0 20px;
}

#christmas-3 p.black-banner dot:before
{
	content:'';
	background:#FFF;
	width:6px;
	height:6px;
	border-radius:3px;
	position:absolute;
	top:50%;
	left:0;
	margin-left:-3px;
	margin-top:-3px;
}

#christmas-3 p.black-banner dot:after
{
	content:'';
	background:#FFF;
	width:6px;
	height:6px;
	border-radius:3px;
	position:absolute;
	top:50%;
	right:0;
	margin-right:-3px;
	margin-top:-3px;
}

#christmas-3 p.black-banner:first-child
{
	font-size:24px;
	line-height:24px;
	height:22px;
}

#christmas-3 p.black-banner:first-child:before,
#christmas-3 p.black-banner:first-child:after
{
	border-top:solid 16px rgb(35,31,32);
	border-bottom:solid 16px rgb(35,31,32);
}

/**
 * weird fixes
 */
.tk-futura-pt {
	font-family: "futura-pt";
	font-weight: 700;
}

.tk-quatro-slab {
	font-family: "quatro-slab";
	font-weight: 900;
}
