/* STYLES FOR TURKEY THE TURTLE SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Screen Size 320px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 320px) {
	
	
	/*  Turkey the Turtle Page Styles - 320px
	–––––––––––––––––––––––––––––––––––––––––––––––– */
	.ttt-page-hero {
		background: url('../images/ttt_page_paper_background.jpg') repeat #ffffff;
		background-size: 110px 110px;
		border-bottom: 1px solid #bbbbbb;
	}

	.ttt-page-image {
    	height: 400px;
		background: url('../images/ttt_page_hero.jpg') no-repeat;
    	background-position: center top;
    	background-size: 1026px 400px;
	}
	
	.ttt-page-headline {
		margin: auto;
		max-width: 1260px;
		text-align: center;
		font-size: 22px;
		line-height: 28px;
		font-weight: 400;
		letter-spacing: -1px;
		color: #662d91;
		padding: 20px 30px 30px 30px;
	}
	
	.ttt-page-subheadline {
		margin: auto;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		color: #000000;
	}
	
	.ttt-page-content {
		margin: auto;
		max-width: 1260px;
		padding: 0px 30px 50px 30px;
	}
	
	.ttt-page-book {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #cccccc;
		display: inline-block;
		padding: 10px 0px 40px 0px;
	}
	
	.ttt-page-book-text {
		max-width: 400px;
		text-align: center;
		margin: auto;
		padding: 0px 0px 15px 0px;
	}
	
	.ttt-page-book-image {
		width: 300px;
		height: 180px;
		background: url('../images/ttt_page_book.jpg') no-repeat;
    	background-position: center top;
    	background-size: 300px auto;
		margin: auto;
	}
	
	.ttt-page-online {
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 30px 0px 0px 0px;
	}
	
	.ttt-page-online-text {
		max-width: 400px;
		text-align: center;
		margin: auto;
		padding: 0px 0px 15px 0px;
	}
	
	.ttt-page-online-image {
		width: 300px;
		height: 180px;
		background: url('../images/ttt_page_online.jpg') no-repeat;
    	background-position: center top;
    	background-size: 300px auto;
		margin: auto;
	}
	
	.ttt-page-stuffed {
		max-width: 1200px;
		text-align: center;
		border-top: 1px solid #cccccc;
		padding: 30px 0px 0px 0px;
		margin-top: 50px;
	}
	
	.ttt-page-stuffed-content {
		max-width: 820px;
		min-height: 320px;
		text-align: center;
		margin: auto;
		background: url('../images/ttt_page_stuffed.jpg') no-repeat;
    	background-position: top center;
    	background-size: 190px 320px;
	}
	
	.ttt-page-stuffed-subheadline {
		margin: auto;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		color: #000000;
		padding: 340px 0px 5px 0px;
	}
	
	.ttt-page-stuffed-text {
		max-width: 620px;
		margin: auto;
		text-align: center;
	}
	
	
	/*  Turkey the Turtle Online Book Styles - 320px
	–––––––––––––––––––––––––––––––––––––––––––––––– */
	.ttt-online-order {
		text-align: center;
		border-bottom: 1px solid #bdc676;
		background-color: #ecf893;
	}
	
		.ttt-online-order-holder {
			margin: auto;
			padding: 15px 30px 15px 30px;
		}
		
		.ttt-online-order-holder-left {
			font-size: 14px;
			color: #000000;
			padding: 0px 0px 10px 0px;
		}
		
		.ttt-online-order-holder-right {
			text-align: center;
		}
		
	.ttt-online-hero {
		text-align: center;
		height: 475px;
		border-bottom: 1px solid #cccccc;
		background: url('../images/ttt_online_book_hero_paper_bg.jpg') repeat-x top;
		background-size: 160px 425px;
	}
	
		.ttt-online-hero-image {
			margin: auto;
			max-width: 880px;
			height: 475px;
			border-bottom: 1px solid #cccccc;
			background: url('../images/ttt_online_book_hero_mobile.jpg') no-repeat center;
			background-size: 880px 475px;
		}
		
		.ttt-online-hero-left {
			float: left;
			width: 0%;
			height: 0px;
		}
		
		.ttt-online-hero-right {
			float: left;
			width: 100%;
			height: 425px;
		}
		
		.ttt-online-hero-logo {
			float: left;
			width: 100%;
			height: 150px;
			background: url('../images/ttt_hero_logo.png') no-repeat center bottom;
			background-size: 300px 130px;
		}
		
		.ttt-online-hero-text-1 {
			float: left;
			width: 100%;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 18px;
			padding-top: 250px;			
		}
		
		.ttt-online-hero-text-2 {
			float: left;
			width: 100%;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 14px;
		}
		
	.ttt-online-p1 {
		padding: 30px 20px 30px 20px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p1-image {
			width: 320px;
			height: 280px;
			margin: auto;
			background: url('../images/ttt_online_book_p1_320.jpg') no-repeat center;
			background-size: 320px 280px;
		}
	
		.ttt-online-p1-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
		}	
	
		.ttt-online-p1-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.4px;
			margin: auto;
		}		
	
	.ttt-online-p2 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p2-image {
			width: 320px;
			height: 275px;
			margin: auto;
			background: url('../images/ttt_online_book_p2_320.jpg') no-repeat center;
			background-size: 320px 275px;
		}
	
		.ttt-online-p2-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
		}	
	
		.ttt-online-p2-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.3px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p3 {
		padding: 50px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p3-image {
			width: 320px;
			height: 280px;
			margin: auto;
			background: url('../images/ttt_online_book_p3_320.jpg') no-repeat center;
			background-size: 320px 280px;
		}
	
		.ttt-online-p3-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.3px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p4 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p4-image {
			width: 320px;
			min-height: 490px;
			margin: auto;
			background: url('../images/ttt_online_book_p4_320.jpg') no-repeat top;
			background-size: 320px 490px;
		}
	
		.ttt-online-p4-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			margin: auto;
			padding-top: 470px;
		}
	
	.ttt-online-p5 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p5-image {
			width: 320px;
			height: 315px;
			margin: auto;
			background: url('../images/ttt_online_book_p5_320.jpg') no-repeat center;
			background-size: 320px 315px;
		}
	
		.ttt-online-p5-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p6 {
		padding: 50px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p6-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p6_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p6-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p6-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p7 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p7-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p7_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p7-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p7-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p8 {
		padding: 50px 0px 20px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p8-image {
			width: 320px;
			min-height: 470px;
			margin: auto;
			background: url('../images/ttt_online_book_p8_320.jpg') no-repeat center center;
			background-size: 320px 345px;
		}
	
		.ttt-online-p8-tt {
			max-width: 1200px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding: 0px 20px 10px 20px;
		}
		
		.ttt-online-p8-top-bubble {
			width: 320px;
			min-height: 123px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			background: url('../images/ttt_online_book_p8_top_bubble_320.png') no-repeat center bottom;
			background-size: 320px 123px;
			padding: 20px 30px 25px 30px;
			margin-left: 0px;
		}
		
		.ttt-online-p8-bottom-bubble {
			width: 320px;
			min-height: 340px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.3px;
			background: url('../images/ttt_online_book_p8_bottom_bubble_320.png') no-repeat center bottom;
			background-size: 320px 103px;
			padding: 285px 30px 0px 30px;
			margin: 0px 0px 0px 0px;
		}
	
	.ttt-online-p9 {
		padding: 30px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p9-image {
			width: 320px;
			height: 270px;
			margin: auto;
			background: url('../images/ttt_online_book_p9_320.jpg') no-repeat center;
			background-size: 320px 270px;
		}
	
		.ttt-online-p9-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p10 {
		padding: 50px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p10-image {
			width: 320px;
			height: 287px;
			margin: auto;
			background: url('../images/ttt_online_book_p10_320.jpg') no-repeat center;
			background-size: 320px 287px;
		}
	
		.ttt-online-p10-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p11 {
		padding: 20px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p11-image {
			max-width: 320px;
			height: 425px;
			margin: auto;
			background: url('../images/ttt_online_book_p11_320.jpg') no-repeat center;
			background-size: 320px 425px;
		}
		
		.ttt-online-p11-tt {
			width: 320px; 
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.3px;
			padding: 20px 30px 0px 30px;
			margin: auto;
		}
	
	.ttt-online-p12 {
		padding: 30px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p12-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p12_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
		
		.ttt-online-p12-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p12-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p13 {
		padding: 50px 0px 0px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p13-image {
			width: 320px;
			height: 285px;
			margin: auto;
			background: url('../images/ttt_online_book_p13_320.jpg') no-repeat center;
			background-size: 320px 285px;
		}
		
		.ttt-online-p13-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p13-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 3px;
		}
	
	.ttt-online-p14 {
		padding: 30px 0px 60px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p14-image {
			max-width: 710px;
			min-height: 470px;
			margin: auto;
			background: url('../images/ttt_online_book_p14_320.jpg') no-repeat center top;
			background-size: 710px 330px;
		}
		
		.ttt-online-p14-left {
			float: left;
			width: 30%;
			height: 450px;
			background: url('../images/ttt_online_book_p14_turkey_320.png') no-repeat bottom right;
			background-size: 195px 180px;
		}
		
		.ttt-online-p14-right {
			float: left;
			width: 70%;
			height: 470px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding: 340px 20px 0px 0px;
		}
	
	.ttt-online-p15 {
		padding: 50px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}						
	
		.ttt-online-p15-image {
			width: 320px;;
			min-height: 320px;
			margin: auto;
			background: url('../images/ttt_online_book_p15_320.jpg') no-repeat center;
			background-size: 320px 320px;
		}
		
		.ttt-online-p15-tt {
			max-width: 1200px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding: 0px 20px 0px 20px;
		}
		
		.ttt-online-p15-yell-box {
			padding: 30px 0px 0px 20px;
		}
		
		.ttt-online-p15-yell-1 {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding-left: 4px;
		}
		
		.ttt-online-p15-yell-2 {
			height: 46px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 52px;
			line-height: 52px;
		}
		
		.ttt-online-p15-bt {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding: 230px 0px 0px 0px;
		}
	
	.ttt-online-p16 {
		padding: 10px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p16-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p16_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p16-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.4px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p17 {
		padding: 50px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p17-image {
			max-width: 710px;
			min-height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p17_320.jpg') no-repeat center top;
			background-size: 710px 263px;
		}
		
		.ttt-online-p17-tt {
			max-width: 710px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding: 0px 0px 10px 20px;
		}
		
		.ttt-online-p17-bt {
			max-width: 710px;
			text-align: right;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			margin: auto;
			padding: 10px 20px 0px 0px;
		}
		
		.ttt-online-p17-left {
			float: left;
			width: 40%;
			height: 130px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding: 15px 0px 0px 20px;
		}
		
		.ttt-online-p17-center {
			float: left;
			width: 20%;
			height: 130px;
		}
		
		.ttt-online-p17-right {
			float: left;
			width: 40%;
			height: 130px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			padding: 15px 20px 0px 0px;
		}
	
	.ttt-online-p18 {
		padding: 50px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p18-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p18_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p18-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p19 {
		padding: 0px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p19-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p19_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
		
		.ttt-online-p19-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p19-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p20 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p20-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p20_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
		
		.ttt-online-p20-tt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p20-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.3px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p21 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p21-image {
			max-width: 320px;
			min-height: 410px;
			margin: auto;
			background: url('../images/ttt_online_book_p21_320.jpg') no-repeat center top;
			background-size: 320px 410px;
		}
		
		.ttt-online-p21-tt {
			width: 320px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding: 20px 30px 0px 30px;
		}
	
	.ttt-online-p22 {
		padding: 0px 0px 30px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p22-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p22_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p22-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p23 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p23-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p23_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p23-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p24 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p24-image {
			max-width: 320px;
			min-height: 415px;
			margin: auto;
			background: url('../images/ttt_online_book_p24_320.jpg') no-repeat center top;
			background-size: 320px 415px;
		}			
		
		.ttt-online-p24-left {
			float: left;
			width: 0%;
			height: 415px;
		}
		
		.ttt-online-p24-right {
			float: left;
			width: 100%;
			height: 415px;
			position: none;
		}
	
		.ttt-online-p24-tt {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding: 20px 30px 0px 30px;
			margin: auto;
			position: none;
		}
	
	.ttt-online-p25 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p25-image {
			width: 320px;
			height: 263px;
			margin: auto;
			background: url('../images/ttt_online_book_p25_320.jpg') no-repeat center;
			background-size: 320px 263px;
		}
	
		.ttt-online-p25-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p26 {
		padding: 0px 0px 0px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p26-image {
			max-width: 320px;
			min-height: 415px;
			margin: auto;
			background: url('../images/ttt_online_book_p26_320.jpg') no-repeat center top;
			background-size: 320px 415px;
		}
		
		.ttt-online-p26-left {
			float: left;
			width: 0%;
			height: 415px;
		}
		
		.ttt-online-p26-right {
			float: left;
			width: 100%;
			height: 415px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			padding: 20px 30px 0px 30px;
			margin: auto;
		}
	
	.ttt-online-p27 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p27-image {
			width: 320px;
			height: 370px;
			margin: auto;
			background: url('../images/ttt_online_book_p27_320.jpg') no-repeat center;
			background-size: 320px 370px;
		}
	
		.ttt-online-p27-bt {
			width: 300px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			margin: auto;
			padding-top: 5px;
		}
	
	.ttt-online-p28 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p28-image {
			max-width: 710px;
			min-height: 600px;
			margin: auto;
			background: url('../images/ttt_online_book_p28_320.jpg') no-repeat center top;
			background-size: 710px 285px;
		}
		
		.ttt-online-p28-left {
			float: left;
			width: 35%;
			height: 600px;
			background: url('../images/ttt_online_book_p28_turkey_320.png') no-repeat bottom right;
			background-size: 206px 330px;
		}
		
		.ttt-online-p28-right {
			float: left;
			width: 65%;
			height: 600px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: -0.5px;
			padding: 305px 30px 0px 20px;
		}
	
	.ttt-online-credits {
		text-align: center;
		border-top: 1px solid #a3a3a3;
		background-color: #eeeeee;
	}

		.ttt-online-credits-container {
			margin: auto;
			max-width: 1260px;
			padding: 15px 30px 50px 30px;
		}
		
		.ttt-online-credits-orderbook {
			margin: auto;
			max-width: 1260px;
			font-size: 14px;
			line-height: 20px;
			color: #000000;
			padding-bottom: 25px;
			border-bottom: 1px solid #c8c8c8;
		}
		
		.ttt-online-credits-left {
			width: 100%;
			text-align: center;
			font-size: 12px;
			line-height: 16px;
			color: #777777;
			display: inline-block;
			padding-top: 25px;
		}
		
		.ttt-online-credits-right {
			width: 0%;
			display: inline-block;
			padding-top: 15px;
		}
		
	

}


/* Screen Size 880px and Larger
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 880px) {
	
	/*  Turkey the Turtle Page Styles - 880px
	–––––––––––––––––––––––––––––––––––––––––––––––– */
	.ttt-page-hero {
		background: url('../images/ttt_page_paper_background.jpg') repeat #ffffff;
		background-size: 220px 220px;
		border-bottom: 1px solid #bbbbbb;
	}

	.ttt-page-image {
		height: 550px;
		background: url('../images/ttt_page_hero.jpg') no-repeat;
    	background-position: center top;
    	background-size: 1600px 600px;
	}
	
	.ttt-page-headline {
		margin: auto;
		max-width: 1260px;
		text-align: center;
		font-size: 30px;
		line-height: 36px;
		font-weight: 300;
		letter-spacing: -1px;
		color: #662d91;
		padding: 40px 30px 40px 30px;
	}
	
	.ttt-page-subheadline {
		margin: auto;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: 400;
		color: #000000;
	}
	
	.ttt-page-content {
		margin: auto;
		max-width: 1260px;
		padding: 0px 30px 50px 30px;
	}
	
	.ttt-page-book {
		width: 50%;
		text-align: center;
		border-right: 1px solid #cccccc;
		border-bottom: 0px;
		display: inline-block;
		padding: 30px 20px 30px 0px;
	}
	
	.ttt-page-book-text {
		max-width: 400px;
		text-align: center;
		margin: auto;
		padding: 0px 0px 15px 0px;
	}
	
	.ttt-page-book-image {
		width: 400px;
		height: 235px;
		background: url('../images/ttt_page_book.jpg') no-repeat;
    	background-position: center top;
    	background-size: 400px 235px;
		margin: auto;
	}
	
	.ttt-page-online {
		width: 50%;
		text-align: center;
		display: inline-block;
		padding: 30px 0px 30px 20px;
	}
	
	.ttt-page-online-text {
		max-width: 400px;
		text-align: center;
		margin: auto;
		padding: 0px 0px 15px 0px;
	}
	
	.ttt-page-online-image {
		width: 400px;
		height: 235px;
		background: url('../images/ttt_page_online.jpg') no-repeat;
    	background-position: center top;
    	background-size: 400px 235px;
		margin: auto;
	}
	
	.ttt-page-stuffed {
		max-width: 1200px;
		text-align: center;
		border-top: 1px solid #cccccc;
		padding: 30px 0px 0px 0px;
		margin-top: 50px;
	}
	
	.ttt-page-stuffed-content {
		max-width: 820px;
		min-height: 320px;
		text-align: left;
		margin: auto;
		background: url('../images/ttt_page_stuffed.jpg') no-repeat;
    	background-position: center right;
    	background-size: 190px 320px;
	}
	
	.ttt-page-stuffed-subheadline {
		margin: auto;
		text-align: left;
		font-size: 24px;
		line-height: 30px;
		font-weight: 400;
		color: #000000;
		padding: 60px 0px 5px 0px;
	}
	
	.ttt-page-stuffed-text {
		max-width: 620px;
		text-align: left;
		margin: 0px;
	}
	
	
	/*  Turkey the Turtle Online Book Styles - 880px
	–––––––––––––––––––––––––––––––––––––––––––––––– */
	.ttt-online-order {
		text-align: center;
		border-bottom: 1px solid #bdc676;
		background-color: #ecf893;
	}
	
		.ttt-online-order-holder {
			margin: auto;
			max-width: 1260px;
			padding: 15px 30px 50px 30px;
		}
		
		.ttt-online-order-holder-left {
			float: left;
			font-size: 14px;
			color: #000000;
			padding: 6px 0px 0px 0px;
		}
		
		.ttt-online-order-holder-right {
			float: right;
		}
	
	.ttt-online-hero {
		text-align: center;
		height: 425px;
		border-bottom: 1px solid #cccccc;
		background: url('../images/ttt_online_book_hero_paper_bg.jpg') repeat-x top;
		background-size: 160px 425px;
	}
	
		.ttt-online-hero-image {
			margin: auto;
			max-width: 1200px;
			height: 425px;
			border-bottom: 1px solid #cccccc;
			background: url('../images/ttt_online_book_hero.jpg') no-repeat center;
			background-size: 1200px 425px;
		}
		
		.ttt-online-hero-left {
			float: left;
			width: 49%;
			height: 425px;
		}
		
		.ttt-online-hero-right {
			float: left;
			width: 50%;
			height: 425px;
		}
		
		.ttt-online-hero-logo {
			float: left;
			width: 359px;
			height: 200px;
			background: url('../images/ttt_hero_logo.png') no-repeat left bottom;
			background-size: 359px 155px;
		}
		
		.ttt-online-hero-text-1 {
			float: left;
			width: 359px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			padding-top: 20px;			
		}
		
		.ttt-online-hero-text-2 {
			float: left;
			width: 359px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 16px;
		}
		
	.ttt-online-p1 {
		padding: 50px 20px 50px 20px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p1-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p1.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p1-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
		}	
	
		.ttt-online-p1-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
		}
		
	.ttt-online-p2 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p2-image {
			width: 768px;
			height: 520px;
			margin: auto;
			background: url('../images/ttt_online_book_p2.jpg') no-repeat center;
			background-size: 768px 520px;
		}
	
		.ttt-online-p2-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
		}	
	
		.ttt-online-p2-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}
		
	.ttt-online-p3 {
		padding: 80px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p3-image {
			width: 768px;
			height: 535px;
			margin: auto;
			background: url('../images/ttt_online_book_p3.jpg') no-repeat center;
			background-size: 768px 535px;
		}
	
		.ttt-online-p3-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}
	
	.ttt-online-p4 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p4-image {
			width: 880px;
			min-height: 740px;
			margin: auto;
			background: url('../images/ttt_online_book_p4.jpg') no-repeat top;
			background-size: 880px 740px;
		}
	
		.ttt-online-p4-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 420px;
		}
	
	.ttt-online-p5 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p5-image {
			width: 768px;
			height: 615px;
			margin: auto;
			background: url('../images/ttt_online_book_p5.jpg') no-repeat center;
			background-size: 768px 615px;
		}
	
		.ttt-online-p5-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}
		
	.ttt-online-p6 {
		padding: 80px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p6-image {
			width: 768px;
			height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p6.jpg') no-repeat center;
			background-size: 768px 500px;
		}
	
		.ttt-online-p6-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p6-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}	
	
	.ttt-online-p7 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p7-image {
			width: 768px;
			height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p7.jpg') no-repeat center;
			background-size: 768px 500px;
		}
	
		.ttt-online-p7-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p7-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}	
		
		
	.ttt-online-p8 {
		padding: 80px 0px 20px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p8-image {
			width: 768px;
			min-height: 600px;
			margin: auto;
			background: url('../images/ttt_online_book_p8.jpg') no-repeat center center;
			background-size: 768px 485px;
		}
	
		.ttt-online-p8-tt {
			max-width: 1200px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 30px;
		}
		
		.ttt-online-p8-top-bubble {
			width: 585px;
			min-height: 170px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			background: url('../images/ttt_online_book_p8_top_bubble.png') no-repeat center center;
			background-size: 585px 170px;
			padding: 22px 25px 25px 35px;
			margin-left: 150px;
		}
		
		.ttt-online-p8-bottom-bubble {
			width: 440px;
			min-height: 170px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			background: url('../images/ttt_online_book_p8_bottom_bubble.png') no-repeat center center;
			background-size: 440px 170px;
			padding: 95px 35px 25px 35px;
			margin: 220px 0px 0px 150px;
		}
	
	.ttt-online-p9 {
		padding: 50px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p9-image {
			width: 768px;
			height: 518px;
			margin: auto;
			background: url('../images/ttt_online_book_p9.jpg') no-repeat center;
			background-size: 768px 518px;
		}
	
		.ttt-online-p9-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}
		
	.ttt-online-p10 {
		padding: 80px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p10-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p10.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p10-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p11 {
		padding: 20px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p11-image {
			max-width: 1200px;
			height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p11.jpg') no-repeat center;
			background-size: 1200px 500px;
		}
		
		.ttt-online-p11-tt {
			width: 50%; 
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 120px 0px 0px 40px;
			margin: 0px;
		}
		
	.ttt-online-p12 {
		padding: 40px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p12-image {
			width: 768px;
			height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p12.jpg') no-repeat center;
			background-size: 768px 500px;
		}
		
		.ttt-online-p12-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p12-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 10px;
		}
		
	.ttt-online-p13 {
		padding: 80px 0px 0px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p13-image {
			width: 768px;
			height: 525px;
			margin: auto;
			background: url('../images/ttt_online_book_p13.jpg') no-repeat center;
			background-size: 768px 525px;
		}
		
		.ttt-online-p13-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p13-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 3px;
		}
		
	.ttt-online-p14 {
		padding: 50px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p14-image {
			max-width: 1200px;
			min-height: 730px;
			margin: auto;
			background: url('../images/ttt_online_book_p14.jpg') no-repeat center top;
			background-size: 1200px 560px;
		}
		
		.ttt-online-p14-left {
			float: left;
			width: 35%;
			height: 730px;
			background: url('../images/ttt_online_book_p14_turkey.png') no-repeat bottom right;
			background-size: 325px 310px;
		}
		
		.ttt-online-p14-right {
			float: left;
			width: 65%;
			height: 730px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 580px 40px 0px 0px;
		}
	
	.ttt-online-p15 {
		padding: 80px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}						
	
		.ttt-online-p15-image {
			width: 768px;;
			min-height: 565px;
			margin: auto;
			background: url('../images/ttt_online_book_p15.jpg') no-repeat center;
			background-size: 768px 565px;
		}
		
		.ttt-online-p15-tt {
			max-width: 1200px;
			text-align: center;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 30px;
		}
		
		.ttt-online-p15-yell-box {
			padding: 40px 0px 0px 200px;
		}
		
		.ttt-online-p15-yell-1 {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding-left: 4px;
		}
		
		.ttt-online-p15-yell-2 {
			height: 62px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 72px;
			line-height: 72px;
		}
		
		.ttt-online-p15-bt {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 390px 0px 0px 240px;
		}
		
	.ttt-online-p16 {
		padding: 80px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p16-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p16.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p16-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}	
	
	.ttt-online-p17 {
		padding: 80px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
		border-bottom: 1px solid #cccccc;
	}
	
		.ttt-online-p17-image {
			max-width: 1200px;
			min-height: 436px;
			margin: auto;
			background: url('../images/ttt_online_book_p17.jpg') no-repeat center top;
			background-size: 1200px 436px;
		}
		
		.ttt-online-p17-tt {
			max-width: 1200px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding: 0px 0px 10px 30px;
		}
		
		.ttt-online-p17-bt {
			max-width: 1200px;
			text-align: right;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding: 5px 30px 0px 0px;
		}
		
		.ttt-online-p17-left {
			float: left;
			width: 40%;
			height: 130px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 30px 0px 0px 30px;
		}
		
		.ttt-online-p17-center {
			float: left;
			width: 18%;
			height: 130px;
		}
		
		.ttt-online-p17-right {
			float: left;
			width: 42%;
			height: 130px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 30px 30px 0px 0px;
		}
	
	.ttt-online-p18 {
		padding: 80px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p18-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p18.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p18-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p19 {
		padding: 0px 0px 50px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p19-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p19.jpg') no-repeat center;
			background-size: 768px 550px;
		}
		
		.ttt-online-p19-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p19-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p20 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p20-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p20.jpg') no-repeat center;
			background-size: 768px 550px;
		}
		
		.ttt-online-p20-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-bottom: 10px;
		}
	
		.ttt-online-p20-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}		
	
	.ttt-online-p21 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p21-image {
			max-width: 1200px;
			min-height: 585px;
			margin: auto;
			background: url('../images/ttt_online_book_p21.jpg') no-repeat center top;
			background-size: 1200px 585px;
		}
		
		.ttt-online-p21-tt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 30px;
		}
	
	.ttt-online-p22 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p22-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p22.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p22-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p23 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p23-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p23.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p23-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p24 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p24-image {
			max-width: 1200px;
			min-height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p24.jpg') no-repeat center top;
			background-size: 1200px 500px;
		}			
		
		.ttt-online-p24-left {
			float: left;
			width: 55%;
			height: 500px;
		}
		
		.ttt-online-p24-right {
			float: left;
			width: 45%;
			height: 500px;
			position: relative;
		}
	
		.ttt-online-p24-tt {
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding-right: 30px;
			margin: 0;
			position: absolute;
			top: 50%;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		
	.ttt-online-p25 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p25-image {
			width: 768px;
			height: 550px;
			margin: auto;
			background: url('../images/ttt_online_book_p25.jpg') no-repeat center;
			background-size: 768px 550px;
		}
	
		.ttt-online-p25-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}	
	
	.ttt-online-p26 {
		padding: 0px 0px 0px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p26-image {
			max-width: 1200px;
			min-height: 500px;
			margin: auto;
			background: url('../images/ttt_online_book_p26.jpg') no-repeat center top;
			background-size: 1200px 500px;
		}
		
		.ttt-online-p26-left {
			float: left;
			width: 45%;
			height: 500px;
		}
		
		.ttt-online-p26-right {
			float: left;
			width: 55%;
			height: 500px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 100px 30px 0px 0px;
		}
	
	.ttt-online-p27 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p27-image {
			width: 768px;
			height: 650px;
			margin: auto;
			background: url('../images/ttt_online_book_p27.jpg') no-repeat center;
			background-size: 768px 650px;
		}
	
		.ttt-online-p27-bt {
			width: 570px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			margin: auto;
			padding-top: 5px;
		}
		
	.ttt-online-p28 {
		padding: 0px 0px 80px 0px;
		max-width: 1200px;
		margin: auto;
	}
	
		.ttt-online-p28-image {
			max-width: 1200px;
			min-height: 1020px;
			margin: auto;
			background: url('../images/ttt_online_book_p28.jpg') no-repeat center top;
			background-size: 1200px 475px;
		}
		
		.ttt-online-p28-left {
			float: left;
			width: 35%;
			height: 1020px;
			background: url('../images/ttt_online_book_p28_turkey.png') no-repeat bottom right;
			background-size: 400px 610px;
		}
		
		.ttt-online-p28-right {
			float: left;
			width: 65%;
			height: 1020px;
			text-align: left;
			font-family: 'Handlee', cursive;
			font-size: 22px;
			line-height: 28px;
			padding: 500px 30px 0px 20px;
		}
		
	.ttt-online-credits {
		text-align: center;
		border-top: 1px solid #a3a3a3;
		background-color: #eeeeee;
	}

		.ttt-online-credits-container {
			margin: auto;
			max-width: 1260px;
			padding: 15px 30px 50px 30px;
		}
		
		.ttt-online-credits-orderbook {
			margin: auto;
			max-width: 1260px;
			font-size: 14px;
			line-height: 20px;
			color: #000000;
			padding-bottom: 15px;
			border-bottom: 1px solid #c8c8c8;
		}
		
		.ttt-online-credits-left {
			width: 50%;
			text-align: left;
			font-size: 12px;
			line-height: 16px;
			color: #777777;
			display: inline-block;
			padding-top: 15px;
		}
		
		.ttt-online-credits-right {
			width: 50%;
			display: inline-block;
			padding-top: 15px;
		}
	
}













