/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/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%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; -moz-transition: color 0.3s ease;-webkit-transition: color .3s ease; transition: color .3s ease; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

h1, h2, h3, h4{margin:0; padding:0;}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _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: 85%; }

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

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

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

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
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; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
html{
	font-family: 'Galindo', cursive;
	font-size:10px;
}

body{
	font-size:1.4rem;
	background:url(../img/bg_yellowDots.jpg) repeat 0 0;
}

html.lt-ie9, .lt-ie9 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.lt-ie-9 .titleHl h1{
	font-size:50px;
}

.p{
	font-family: 'Quicksand', sans-serif;
	font-size:1.7rem;
}

.imgWrap img{
	width:100%;
}

.wrapper{
	position:relative;
	width:676px;
	margin:0 auto;
	background-color:white;
	-webkit-box-shadow: 0 0 92px rgba(19,203,215,.67);
	-moz-box-shadow: 0 0 92px rgba(19,203,215,.67);
	box-shadow: 0 0 92px rgba(19,203,215,.67);
	behavior: url(../ie-css3.htc);
}


.header{
	width:100%;
}

.heroArt{
	position:absolute;
	top:-34px;
	left:0;
	width:160px;
	border:4px solid #7408ee;
	transform:rotate(-7deg);
-ms-transform:rotate(-7deg); /* IE 9 */
-moz-transform:rotate(-7deg); /* Firefox */
-webkit-transform:rotate(-7deg); /* Safari and Chrome */
-o-transform:rotate(-7deg); /* Opera */
	z-index:50;
	behavior: url(../ie-css3.htc);
}

.titleHl{
	position:relative;
	width:70%;
	padding:2% 0 2% 30%;
	background-color:#cf123d;
	background-image: -webkit-linear-gradient(bottom, rgba(194,24,34,.71), rgba(255,153,204,.71));
	background-image: -moz-linear-gradient(bottom, rgba(194,24,34,.71), rgba(255,153,204,.71));
	background-image: -o-linear-gradient(bottom, rgba(194,24,34,.71), rgba(255,153,204,.71));
	background-image: -ms-linear-gradient(bottom, rgba(194,24,34,.71), rgba(255,153,204,.71));
	background-image: linear-gradient(to top, rgba(194,24,34,.71), rgba(255,153,204,.71));
	
	z-index:10;
	behavior: url(../ie-css3.htc);
}
	
	.titleHl h1{
		font-size:5.6rem;
		color:white;
		-moz-transition: font-size 0.3s ease;
		-webkit-transition: font-size 0.3s ease;
		transition: font-size 0.3s ease;
	behavior: url(../ie-css3.htc);
 	}
	
	.titleHl h2{
		font-size:2.2rem;
		color:white;
	}

.main{
	width:100%;
}

.welcome{	
}
	
	.welcome p {
    	clear: both;
    	float: left;
		max-width:60%;
    	margin: 3% 0 0 30%;
	}
	
	.welcome a.btnPrimary, .welcome a.btnSecondary{
		float:left;
		margin:1% 0 0 30%;
	}

.artStripe{
	position:relative;
	overflow:visible;
	float:left;
	margin:5% 0 6%;
}
	.artStripe .imgWrap{
		position:relative;
		width:112px;
		float:left;
		border:4px solid #7408ee;
		background-color:#7408ee;
	}
	
	.art01, .art03, .art05{		
		transform:rotate(-9deg);
		-ms-transform:rotate(-9deg); /* IE 9 */
		-moz-transform:rotate(-9deg); /* Firefox */
		-webkit-transform:rotate(-9deg); /* Safari and Chrome */
		-o-transform:rotate(-9deg); /* Opera */
	behavior: url(../ie-css3.htc);
	}
	
	.art02, .art04, .art06{		
		transform:rotate(9deg);
		-ms-transform:rotate(9deg); /* IE 9 */
		-moz-transform:rotate(9deg); /* Firefox */
		-webkit-transform:rotate(9deg); /* Safari and Chrome */
		-o-transform:rotate(9deg); /* Opera */
	}
	
	.artStripe .art01{width:148px; margin-left:-16px; z-index:600}
	.artStripe .art02{width:136px; margin-left:-16px; border-color:#c4272d; background-color:#c4272d; z-index:500}
	.artStripe .art03{width:128px; margin-left:-10px; z-index:400}
	.artStripe .art04{width:124px; margin-left:-16px; border-color:#c4272d; background-color:#c4272d; z-index:300}
	.artStripe .art05{margin-left:-46px; z-index:200}
	.artStripe .art06{margin-left:-28px; border-color:#c4272d; background-color:#c4272d; z-index:100}
	
.placeOrder{
	float:left;
	width:100%;
}

	.placeOrder h1{
		font-size:2.5rem;
	    color: #C4272D;
		margin-left:4%;
	}
	
	.placeOrder p{
		float:left;
		margin: 0 0 0 4%;
    	width: 57%;
	}
	
	.placeOrder a.btnPrimary{
		margin: 0 auto;
	}
	
	.col01{
		float:left;
		width:54%;
		margin-top:4%;
	}
		
		.col01 section{
			overflow:auto;
			margin:0 0 6% 6%;
			clear:both;
		}
	
		.num{
			float:left;
		  	padding:1% 3%;
			color:white;
			font-size:2.5rem;	
		 	background-color:#c4272d;
		 	border-radius: 50%;
		}
		
		.col01 h1{
			float: left;
    		margin: 1% 0 0 2%;
			font-size:2.3rem;
    	}
		
		.step{
			float:left;
			width:86%;
			margin:-1% 0 0 14%;
			clear:both;
		}
			
			.col01 .step p{
				width:100%;
				margin:0 0 6%;
			}
			
				.step p.terms{
					margin-bottom:2%;
					font-size:1.4rem;
					color:#666;
				}
		
	.col02{
		float:right;
		width:41.420%;
		margin:4% 3% 0 0;
		text-align:center;
	}
	
	.col02 p.terms{
		width:auto;
		margin-top:8%;
		text-align:left;
		font-size:1.4rem;
		color:#666;
	}

.col02 .priceShell{
	width: 96%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #7408ee;
	border: solid 5px #7408ee;
}
	
	.priceShell h1{
		width:100%;
		margin:0;
		color:white;
		text-align:center;	
	}
	
	.priceShell table{
		width:100%;
		background-color:white;
		
	}
	
	.priceShell thead{}
	
	.priceShell thead tr{ border:none;}
	
	.priceShell tr{
		float:left;
		width: 92%;
		padding: 3% 4%;
		border-bottom:1px solid #7408ee;
	}
	
	.priceShell th{}
	
	.priceShell td{ 
		float: left;
	    font-size: 1.8rem;
	    margin: 1% 3%;
	    padding: 2% 0 0;
	}
	
	.priceShell tbody{}
	
	th.price01{
		width:48%;
	}
	
	th.faces, td.faces{
		float:left;
		min-width:34%;
	}
	
	td.price01{ 
		width: 55px;
		height: 43px;
		margin:1% 9% 0 0;
		line-height:2;
		color:white;
		text-align:center;
		
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		background-color: #666;
	}
	
	td.price02{ 
		width: 55px;
		height: 43px;
		margin:0;
		line-height:2;
		color:white;
		text-align:center;
		
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		background-color: #129954;
		border: solid 2px #14c30b;
		background-image: -webkit-linear-gradient(bottom, #0a00b2, #f00 50%, #fffc00);
		background-image: -moz-linear-gradient(bottom, #0a00b2, #f00 50%, #fffc00);
		background-image: -o-linear-gradient(bottom, #0a00b2, #f00 50%, #fffc00);
		background-image: -ms-linear-gradient(bottom, #0a00b2, #f00 50%, #fffc00);
		background-image: linear-gradient(to top, #0a00b2, #f00 50%, #fffc00);
	}

.contact, .contact:visited{
	float: left;
    margin-bottom: 15%;
	color:#0B7AC3;
	text-decoration:none;
}
	
	.contact:hover span{
		text-decoration:underline;
	}

.footer{
	float:left;
	width:100%;
}
	
	.footer a{
		padding-top:2%;
		padding-bottom:2%;
		color:#0B7AC3;
		text-decoration:none;
		text-align:center;
	}
		
		.footer a:hover{
			text-decoration:underline;
		}
		
	.backdoor{
		float:left;
		width:29%;
		margin: 1% 3% 0;
	    padding: 0 1% 0 6%;
		background:url(../img/face.jpg) no-repeat 0 0;
	}
	
	.contactSpecial{
		float: right;
    	width: 46%;
		margin: 0 0 3%;
    	padding: 0 3% 0 6%;
		border-left: 1px solid #666;
	}

a.btnPrimary{
	padding:8px 20px;
	
	color:white;
	
	font-size:1.8rem;
	text-decoration:none;
	
	-webkit-border-radius: 28px/22px;
	-moz-border-radius: 28px/22px;
	
	border-radius: 28px/22px;
	background-color: #129954;
	border: solid 5px #00a01e;
	
	background-image: -webkit-linear-gradient(bottom, rgba(28,151,0,.57), rgba(6,255,0,.57));
	background-image: -moz-linear-gradient(bottom, rgba(28,151,0,.57), rgba(6,255,0,.57));
	background-image: -o-linear-gradient(bottom, rgba(28,151,0,.57), rgba(6,255,0,.57));
	background-image: -ms-linear-gradient(bottom, rgba(28,151,0,.57), rgba(6,255,0,.57));
	background-image: linear-gradient(to top, rgba(28,151,0,.57), rgba(6,255,0,.57));
	
	behavior: url(../ie-css3.htc);
}

.placeOrder a.btn_01{
	float:left;
	margin:1% 0 0 3%;
}


	a.btn_02{
		display:none;
	}

a.btnSecondary{
	padding:1% 2%;
	color:white;
	text-decoration:none;
	-webkit-border-radius: 28px/22px;
	-moz-border-radius: 28px/22px;
	border-radius: 28px/22px;
	background-color: #0b7ac3;
	border: solid 5px #0b7ac3;
	
	behavior: url(../ie-css3.htc);
}

a.btnPrimary:visited { color: white; }
a.btnPrimary:hover { color: white; }

.flexslider{
	margin-bottom:0;
	border:none;
	box-shadow:none;
}

.flex-control-nav{
	bottom:0 !important;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 480px)  {
.wrapper{
	width:100%;
	min-width:320px;
}

	.heroArt{
		display:none;
	}

.placeOrder h1, .titleHl h1{
	text-align:center;
}

.titleHl{
	width:100%;
	padding: 0 0 4%;
}
	
	.titleHl h1 {
    font-size: 3.8rem;
}

.titleHl h2 {
    font-size: 1.8rem;
	text-align:center;
}

.welcome p{
	width:92%;
	max-width:92%;
	margin:0;
	padding:2% 4%;
	text-align:center;
}

.artStripe {
    position: relative;
    overflow: visible;
    float: left;
	width:94%;
    margin: 5% 0 6%;
    padding: 3%;
    text-align: center;
}

.artStripe .imgWrap {
    width: 24% !important;
}

.artStripe .art02{
	margin-left:6%;
}

.placeOrder h1{
	width:86%;
	margin:0 auto;
	font-size:3.3rem;
}
	
	.placeOrder p {
    	float: none;
    	margin: 0 5%;
    	text-align: center;
    	width: 90%;
	}

	.col01{
		width:96%;
		margin:4% 0 0 4%;
	}
	
	.col01 section{
		margin:0;
	}
	
		.placeOrder .col01 h1{
			width:auto;
			margin:2% 0 0 2%;
			font-size:2.4rem;
			text-align:left;
		}
	
	.step {
    	width: 91%;
		margin: 3% 0;
		padding:0 0 0 6%;
	}

		.col01 .step p{
			margin-bottom:3%;
			text-align:left;
		}
	
	.col02{
		float:left;
		width:100%;
	}
	
	.col02 .priceShell{
		width:84%;
		margin:0 auto;
	}
	
	.col02 p.terms {
		border-bottom: 1px solid #666666;
		color: #666666;
		float: left;
		font-size: 1.4rem;
		margin-bottom: 2%;
		margin-top: 2%;
		padding: 0 0 5%;
		text-align: center;
		width: auto;
		}
	
	.contactShell{
		width:50%;
	}
		
	.contact{
		margin-bottom: 5%;
    	margin-left: 10%;
		font-size:1.4rem;
		line-height:1.9;
	}
	
	.footer a{
		color:#0B7AC3;
		text-decoration:underline;
	}
	
	.footer a.backdoor{
		background-position: 8% 20%;
		border-bottom: 1px solid #666666;
		margin: 0 5% 4%;
		padding: 4% 4% 9% 7%;
		width: 79%;
	}
	
	.footer a.contactSpecial{
		border: medium none;
		margin: 0 0 5%;
		padding: 4%;
		width: 92%;
	}
	
	a.btn_02{
		display:block;
	}
	
	a.btnPrimary, a.btnSecondary{
		font-size: 2.4rem;
    margin: 3% 4% !important;
    padding: 2% 0 !important;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 600;
	}
	
	
	.art01, .art06{
		display:none;
	}
	
}

@media handheld and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 320px)  {
/*
.wrapper{
	background-color:#CCC;
	min-width:320px;
}

.heroArt {
	display:none;
}

.titleHl {
    padding: 0;
    width: 100%;
}


.titleHl h1 {
    font-size: 3.8rem;
}
	
	.titleHl h2{
		font-size:1.2rem;
 	}	

.welcome p {
    margin: 0;
    max-width: 92%;
    padding: 3% 4%;
    text-align: center;
}*/

}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
