#site-header { top: -80px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.section-intro #site-header { top: 0px; }

#page { height: 100%; padding-top: 0; }
#masthead { z-index: 97; position: fixed; top: 50%; left: 0; width: 100px; height: auto; margin-top: -200px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	/* background-color: rgb(102, 102, 102, 0.4)!important; */
}
.section-intro #masthead { margin-top: -160px; }
#masthead li { position: relative; display: block; width: 100%; height: 100px; background-image: url(../img/masthead-li-background.png); background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url(../polyfills/backgroundsize.min.htc); }
#masthead li.contact { background-image: url(../img/masthead-li-contact-background.png); }
#masthead a { display: block; width: 100%; height: 100%; color: #999; font-size: 12px; text-align: center; padding-top: 30px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#masthead a:hover {
	color: #00a0af;
}
#masthead a h1 { position: relative; top: 10px; visibility: hidden; opacity: 0; font-size: 12px;
	-webkit-transition: visibility 0.5s ease, opacity 0.5s ease, top 0.5s ease;
	-moz-transition: visibility 0.5s ease, opacity 0.5s ease, top 0.5s ease;
	-o-transition: visibility 0.5s ease, opacity 0.5s ease, top 0.5s ease;
	transition: visibility 0.5s ease, opacity 0.5s ease, top 0.5s ease;
}
#masthead a:hover h1 {
    top: 15px;
	visibility: visible;
	opacity: 1;
}
#masthead .icon { position: relative; top: 0; font-size: 22px; line-height: 40px; text-align: center;
	-webkit-transition: top 0.2s linear;
	-moz-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	transition: top 0.2s linear;
}
#masthead a:hover .icon {
	top: -5px;
}
#masthead .intro a .icon { position: absolute; top: -15px; left: 0; width: 100%; text-align: center; opacity: 1; visibility: visible;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
#masthead .intro a:hover .icon {
	top: -25px;
}

@media only screen and (max-width: 800px) and (max-height: 600px) {
    #schedule-demo-bug { display: none; }
}

.section-intro #masthead li.intro a {  }
.section-features #masthead li.features a, .section-print-experts #masthead li.print-experts a, .section-pricing #masthead li.pricing a, .section-contact #masthead li.contact a { color: #00a0af; }

.logo { float: none; margin: 0 auto; position: relative; top: 35%; width: 20%; }
.logo h1, .logo h2 { display: block; width: 100%; padding: 0; margin: 0; overflow: hidden; line-height: 0; font-size: 0; text-indent: -9999px; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); }
.logo h1 { background-image: url(../img/printstore-logo.png); background-image: url(../img/printstore-logo.svg), none; padding-bottom: 5.3125%; }
.logo h2 { background-image: url(../img/printstore-slogan.png); background-image: url(../img/printstore-slogan.svg), none; -webkit-background-size: 69.375% auto; -moz-background-size: 69.375% auto; -o-background-size: 69.375% auto; background-size: 69.375% auto; }
.logo img { visibility: hidden; }
.logo h2 img { width: 69.375%; }
#masthead .logo { top: 20%; width: 60%; }
#masthead .logo h1 { padding-bottom: 0; background-image: url(../img/printstore-logo-small.png); background-image: url(../img/printstore-logo-small.svg), none; }

@media only screen and (max-width: 1024px) {
    #masthead { width: 50px; margin-top: -100px; }
    .section-intro #masthead { margin-top: -60px; }
    #masthead li { height: 50px; }
    #masthead a { padding-top: 5px; }
    #masthead a .text, #masthead a br { display: none; }
    #masthead .logo { top: 0; padding-top: 5px; }
    #masthead a:hover h1 { opacity: 0; }
    #masthead a:hover .icon { top: -2px; }
    #masthead .intro a .icon { top: 0; }
    #masthead .intro a:hover .icon { top: -2px; }
}

.container { position: relative; width: 100%; height: 100%; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url(../polyfills/backgroundsize.min.htc); }

.shim { z-index: -1; position: relative; width: 100%; height: 50%; background-color: #00a0af; background-image: url(../img/background-2.jpg); background-attachment: fixed; background-position: 50% 0; background-repeat: repeat-y; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); }
.shim img { width: 100%; height: 100%; }

.shim-intro { position: absolute; top: 0; height: 100%; }
.shim-features {  }
.shim-pricing {  }
.shim-contact { position: absolute; bottom: 0; height: 100%; background-position: 0 100%; }

.overlay { position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.overlay img { width: 100%; height: 100%; }
.overlay.dark { background-color: #000; }
.overlay.light { background-color: #fff; }

.parallax { background-attachment: fixed; }

.table { float: none; width: 100%; height: 100%; display: table; }
.table-row { float: none; width: 100%; height: 100%; display: table-row; }
.table-cell { float: none; width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center; }

img.has-layout { width: 100%; height: 100%; z-index: -99; }

#intro { background-color: #e9f7f8; }
/* #intro h1, #intro h2 { display: block; width: 100%; clear: both; position: relative; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#intro h1 { top: -20px; }
#intro h2 { top: 10px; }
#intro .start { position: relative; display: block; width: 100%; clear: both; margin-top: 20px; text-align: center; top: -20px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#intro .start a { display: block; margin: 0 auto; float: none; color: #b5e3e8; font-size: 58px; width: 58px; height: 58px; line-height: 58px; }
#intro .start a span { position: relative; top: 0;
	-webkit-transition: top 0.2s linear;
	-moz-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	transition: top 0.2s linear;
}
#intro .start a:hover span {
	top: 5px;
} */
#intro br { display: none; }
#intro .headline { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%;
	height: 40%; 
	padding-top: 30%;
	 
}
#intro h1 {color: #FFFF; text-align: center; font-weight: 100; font-size: 50px; background-color: rgb(0,0,0,0.4);}
#intro h1 span { color: #0078BA; font-weight: 400; text-shadow: 2px 2px #FFFF; }
#intro h2 { font-size: 16px; line-height: 24px; font-weight: 300; color: #FFFF; margin-bottom: 10px; background-color: rgb(0,0,0,0.4);}
#intro .headline .button { display: inline-block; width: 150px; min-width: 100px; clear: none; float: none; }

#intro .branded-backgrounds { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#intro .branded-backgrounds .branded-background { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: transparent; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; }
#intro .branded-background-1 { background-image: url(../img/best.jpg); }
#intro .branded-background-2 { background-image: url(../img/welcome.jpg); }
#intro .branded-background-3 { background-image: url(../img/create.jpg); }
#intro .foreground { position: absolute; left: 0; bottom: 0; width: 100%; height: 60%; }
#intro .counter { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../img/home-intro-counter-tile.png); -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-position: 50% 0; background-repeat: repeat-x; }
#intro .laptop { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../img/home-intro-laptop.png); -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-position: 50% 0; background-repeat: no-repeat; }
#intro .screens { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
#intro .screens .screen { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-position: 50% 0; background-repeat: no-repeat; }
#intro .screen-1 { background-image: url(../img/home-intro-screens-usa-swimming.png); }
#intro .screen-2 { background-image: url(../img/home-intro-screens-redfin.png); }
#intro .screen-3 { background-image: url(../img/home-intro-screens-rover.png); }
#intro .products { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
#intro .products .product { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; background-size: auto 100%; background-position: 50% 0; background-repeat: no-repeat; }
#intro .product-1 { background-image: url(../img/home-intro-products-usa-swimming.png); }
#intro .product-2 { background-image: url(../img/home-intro-products-redfin.png); }
#intro .product-3 { background-image: url(../img/home-intro-products-rover.png); }

/* Animate Intro Slideshow with CSS */
body #intro .branded-background, body #intro .screen, body #intro .product { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 1s linear; -moz-transition: opacity 1s linear; -o-transition: opacity 1s linear; transition: opacity 1s linear; }
body.slide-1 #intro .branded-background-1,
body.slide-2 #intro .branded-background-2,
body.slide-3 #intro .branded-background-3,
body.slide-1 #intro .screen-1,
body.slide-2 #intro .screen-2,
body.slide-3 #intro .screen-3,
body.slide-1 #intro .product-1,
body.slide-2 #intro .product-2,
body.slide-3 #intro .product-3 { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Intro and Masthead Responsive */
@media only screen and (max-width: 1130px) {
    #intro h1 { font-size: 40px; }
    #intro h2 { font-size: 15px; line-height: 22px; }
}
@media only screen and (max-width: 800px) {
    #intro h1 { font-size: 34px; }
    #intro h2 { font-size: 13px; line-height: 20px; }
}
@media only screen and (max-width: 767px) {
    #masthead { display: none; }
}
@media only screen and (max-width: 630px) {
    #intro h1 { font-size: 28px; line-height: 34px; margin-bottom: 10px; }
    #intro h2 { display: none; }
    #intro .headline .button { width: 125px; min-width: 125px; }
}
@media only screen and (max-width: 560px) {
    #intro br { display: block; }
}
@media only screen and (max-height: 760px) {
    #intro .headline { height: 50%; }
    #intro .foreground { height: 50%; }
    #intro .headline .button { margin: 8px 0 0 0; }
}
@media only screen and (max-height: 600px) {
    #intro .headline { height: 60%; }
    #intro .foreground { height: 40%; }
}
@media only screen and (max-height: 480px) {
    #intro .headline .button { margin: 4px 0 0 0; }
}

#features { background-color: #ccc; position: relative; }
#features .wrapper { position: relative; overflow: hidden; width: 100%; height: 100%; margin: 0; padding: 0; }
#features .previous, #features .next { display: block; position: absolute; top: 50%; margin-top: -29px; z-index: 5; font-size: 58px; line-height: 58px; }
#features .previous { left: 10%; }
#features .next { right: 10%; }
#features a.previous span, #features a.next span { position: relative; left: 0; color: #333; opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	transition: left 0.2s linear;
}
#features a.previous:hover span {
	left: -5px;
}
#features a.next:hover span {
	left: 5px;
}
#features.overview a.previous span, #features.overview a.next span, #features a.previous span.light, #features a.next span.light { color: #fff; }

#nav-features { float: none; position: absolute; width: 100%; height: 110px; top: 0; left: 0; padding: 0; z-index: 3; opacity: 1; visibility: visible; background: transparent; }
#nav-features ul { position: absolute; top: 25px; float: none; width: auto; margin: 0 auto; left: 50%; margin-left: -72px; }
#nav-features li { width: auto; }
#nav-features a { font-size: 30px; line-height: 30px; padding: 3px; color: #333; opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#nav-features.light a {
	color: #fff;
}
#nav-features a:hover {
	color: #333; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav-features.light a:hover {
	color: #fff; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} 
.feature-on-demand-printing #nav-features .on-demand-printing a, .feature-instant-print-quotes #nav-features .instant-print-quotes a, .feature-print-templates #nav-features .print-templates a, .feature-manage-inventory #nav-features .manage-inventory a, .feature-full-ui-control #nav-features .full-ui-control a, .feature-visibility-approvals #nav-features .visibility-approvals a {
	color: #333; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.feature-on-demand-printing #nav-features.light .on-demand-printing a, .feature-instant-print-quotes #nav-features.light .instant-print-quotes a, .feature-print-templates #nav-features.light .print-templates a, .feature-manage-inventory #nav-features.light .manage-inventory a, .feature-full-ui-control #nav-features.light .full-ui-control a, .feature-visibility-approvals #nav-features.light .visibility-approvals a {
	color: #fff; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav-titles { position: absolute; top: 60px; clear: both; width: 100%; height: 25px; }
#nav-titles h3 { position: absolute; left: 0; display: block; float: none; width: 100%; font-size: 18px; text-align: center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#nav-features.light #nav-titles h3 {
	color: #fff;
}
.feature-on-demand-printing #nav-titles h3.on-demand-printing, .feature-instant-print-quotes #nav-titles h3.instant-print-quotes, .feature-print-templates #nav-titles h3.print-templates, .feature-manage-inventory #nav-titles h3.manage-inventory, .feature-full-ui-control #nav-titles h3.full-ui-control, .feature-visibility-approvals #nav-titles h3.visibility-approvals { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.overview #nav-titles h3.overview { 
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#features .slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; }
#features .slide { clear: none; position: absolute; top: 0; left: 0; z-index: 0; width: 100%; background-color: #fff; }
#features .slide:first-child {  z-index: 2; }
#features .table { background-color: #00a0af; }
#features #overview .table { background-color: transparent; }
#features .slide h2 { display: block; position: relative; top: 25px; font-size: 50px; line-height: 50px; width: 100%; color: #fff; font-weight: 400; padding: 10px 0 10px 0; text-align: center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#features p.feature-title-icon { position: relative; top: -25px; text-align: center; color: #fff; font-size: 100px; line-height: 100px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#features .ending-hero-image { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url(../polyfills/backgroundsize.min.htc); background-image: url(../img/print-templates-end.jpg); }
#features .ending-hero-image img { width: 100%; height: 100%; }
#features .slide-nav-holder { display: none; }
#features .slide-nav-holder .content-wrapper { width: auto; }
#features .slide-nav-holder a { position: relative; float: none; display: inline-block; width: 130px; text-align: center; font-size: 12px; line-height: 20px; color: #fff; border: 3px solid #fff; padding: 6px 0 8px 0; font-weight: 600; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#features a.next-slide { left: 20px; margin-left: 5px; color: #fff; background: rgb(102, 102, 102); background: rgba(0, 0, 0, 0.6); border-color: rgb(102, 102, 102); border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#features a.next-slide:hover {
	color: #fff;
	border-color: #00a0af;
	background-color: #00a0af;
}
#features a.replay-slide { left: -20px; margin-right: 5px; color: #fff; background: rgb(102, 102, 102); background: rgba(0, 0, 0, 0.6); border-color: rgb(102, 102, 102); border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#features a.replay-slide:hover {
	color: #fff;
	border-color: #00a0af;
	background-color: #00a0af;
}
#features a.next-slide span, #features a.replay-slide span { position: relative; top: 4px; font-size: 20px; line-height: 20px; }

/* Features Responsive */
@media only screen and (max-width: 870px) {
	#features .previous, #features .next { font-size: 36px; }
}
@media only screen and (max-width: 767px) {
	#features .previous, #features .next { top: 6px; margin-top: 0; }
	#features .previous { left: 4%; }
	#features .next { right: 4%; }
}

.content-holder { position: relative; clear: both; width: 100%; }
.content-wrapper { position: relative; float: none; display: block; margin: 0 auto; width: auto; } /* .content-wrapper controls width, nested child element can control height */

#overview { background-image: url(../img/features-background.jpg); z-index: 4; }
#overview h1 { width: 620px; font-size: 32px; line-height: 44px; position: relative; display: block; float: none; margin: 0 auto; top: 40px; z-index: 5; padding: 0 0 20px 0; color: #fff; text-align: center; font-weight: 300; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#overview .feature-tour { position: relative; top: 10px; clear: both; z-index: 5; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#overview .feature-tour a { float: none; display: inline-block; width: auto; font-size: 12px; color: #fff; border: 3px solid #fff; padding: 10px 15px 10px 15px; font-weight: 600; -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#overview .feature-tour a:hover {
	border-color: #00a0af;
	background-color: #00a0af;
	color: #fff;
}

#print-templates p.first { position: relative; display: none; font-weight: 300; font-size: 36px; line-height: 50px; text-align: center; color: #fff; }
#print-templates p.first span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.business-card-holder { top: 40px; display: none; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.business-card-holder .content-wrapper { width: 30%; }
.business-card { position: relative; }
.business-card div { position: absolute; top: 0; left: 0; display: block; opacity: 1; width: 100%; height: 100%; overflow: hidden; line-height: 0; font-size: 0; text-indent: -9999px; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); }
.business-card div img { width: 100%; height: 100%; }
.business-card .business-card-john-smith { display: none; background-image: url(../img/print-templates-business-card-john-smith.html); background-image: url(../img/print-templates-business-card-john-smith.svg), none; }
.business-card .business-card-president { display: none; background-image: url(../img/print-templates-business-card-president.html); background-image: url(../img/print-templates-business-card-president.svg), none; }
.business-card .business-card-888-201-1322 { display: none; background-image: url(../img/print-templates-business-card-888-201-1322.html); background-image: url(../img/print-templates-business-card-888-201-1322.svg), none; }
.business-card .business-card-youremail { display: none; background-image: url(../img/print-templates-business-card-youremail.html); background-image: url(../img/print-templates-business-card-youremail.svg), none; }
.business-card .business-card-name { background-image: url(../img/print-templates-business-card-name.html); background-image: url(../img/print-templates-business-card-name.svg), none; }
.business-card .business-card-title { background-image: url(../img/print-templates-business-card-title.html); background-image: url(../img/print-templates-business-card-title.svg), none; }
.business-card .business-card-phone { background-image: url(../img/print-templates-business-card-phone.html); background-image: url(../img/print-templates-business-card-phone.svg), none; }
.business-card .business-card-email { background-image: url(../img/print-templates-business-card-email.html); background-image: url(../img/print-templates-business-card-email.svg), none; }
.business-card .business-card-brandwebsite { background-image: url(../img/print-templates-business-card-brandwebsite.html); background-image: url(../img/print-templates-business-card-brandwebsite.svg), none; }
.business-card .business-card-editable { display: none; background-image: url(../img/print-templates-business-card-editable.html); background-image: url(../img/print-templates-business-card-editable.svg), none; }
#print-templates .input-fields-holder { margin-top: 20px; display: none; }
#print-templates .input-fields-holder .content-wrapper { width: 250px; } 
#print-templates p.second { position: absolute; font-weight: 300; height: 60px; font-size: 22px; line-height: 30px; text-align: center; color: #fff; }
#print-templates p.second span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#print-templates .input-fields { position: relative; overflow: hidden; margin-top: 10px; height: 50px; }
#print-templates .input-field { position: absolute; overflow: hidden; top: 60px; left: 0; height: 50px; text-align: left; background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#print-templates .input-field div { display: block; font-size: 16px; line-height: 16px; height: 50px; padding: 17px 17px 0 17px; }
#print-templates .input-field .label { position: absolute; top: 0; left: 0; font-weight: 300; color: #666; width: 100%; }
#print-templates .input-field .value { float: left; width: auto; font-weight: 600; color: #00a0af; padding: 17px 0 0 17px; }
#print-templates .input-field .type-cursor { display: none; font-size: 16px; line-height: 16px; height: 50px; float: left; width: auto; font-weight: 600; color: #00a0af; padding: 16px 0 0 0; }
#print-templates .input-field-add-to-cart { border: 5px solid #fff; text-align: center; background-color: transparent; color: #fff; text-transform: uppercase; font-weight: 800; }
#print-templates .input-field-add-to-cart div { padding-top: 12px; background-color: transparent; }
#print-templates .input-field-cursor { position: absolute; float: none; display: none; width: 25px; height: 42px; top: 70px; left: 50%; margin-left: -6px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); background-image: url(../img/print-template-cursor.html); background-image: url(../img/print-template-cursor.svg), none; }
#print-templates .input-field-cursor img { width: 100%; height: 100%; }

#full-ui-control p.first { position: relative; display: none; font-weight: 300; font-size: 36px; line-height: 50px; text-align: center; color: #fff; }
#full-ui-control p.first span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#full-ui-control .laptop-holder { position: relative; display: none; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#full-ui-control .laptop-holder .content-wrapper { position: relative; width: 45%; min-width: 300px; }
#full-ui-control .laptop { position: relative; }
#full-ui-control .laptop-holder .screen { position: absolute; top: 0; left: 0; }
#full-ui-control .ending-hero-image { background-image: url(../img/full-ui-control-end.jpg); }

#instant-print-quotes p.first { position: relative; display: none; font-weight: 300; font-size: 36px; line-height: 50px; text-align: center; color: #fff; }
#instant-print-quotes p.first span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#instant-print-quotes .input-fields-holder { display: none; }
#instant-print-quotes .input-fields-holder .content-wrapper { width: 250px; }
#instant-print-quotes .input-fields { position: relative; overflow: hidden; height: 50px; margin-bottom: 25px; }
#instant-print-quotes .input-field { position: absolute; overflow: hidden; top: 60px; left: 0; height: 50px; text-align: left; background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#instant-print-quotes .input-field-width { left: 0; width: 40%; }
#instant-print-quotes .by { position: absolute; top: 60px; left: 40%; width: 20%; height: 50px; line-height: 50px; font-weight: 800; color: #fff; }
#instant-print-quotes .input-field-height { left: 60%; width: 40%; }
#instant-print-quotes .input-label-quantity { left: 0; width: 40%; padding: 0; line-height: 50px; height: 50px; text-align: center; font-weight: 300; font-style: italic; color: #666; background-color: #eee; border-right: 1px solid #ccc; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
#instant-print-quotes .input-field-quantity { left: 40%; width: 60%; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
#instant-print-quotes .input-fields.price { height: 30px; }
#instant-print-quotes .price .label { position: absolute; top: 40px; font-weight: 600; text-align: center; color: #fff; font-size: 30px; height: 30px; line-height: 30px; }
#instant-print-quotes .input-field div { display: block; font-size: 16px; line-height: 16px; height: 50px; padding: 17px 17px 0 17px; }
#instant-print-quotes .select-box .select-holder { position: absolute; overflow: hidden; top: 17px; left: 17px; width: 182px; height: 16px; padding: 0; }
#instant-print-quotes .select-box .select-holder .label { position: absolute; top: 0; padding: 0; }
#instant-print-quotes .select-box .select-holder .value { position: absolute; top: 21px; padding: 0; }
#instant-print-quotes .input-field-paper .carat { position: absolute; top: 50%; right: 20px; margin-top: -3px; width: 14px; height: 10px; padding: 0; background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); background-image: url(../img/carat.png); }
#instant-print-quotes .input-field-paper .carat.focus { background-image: url(../img/carat-00a0af.png); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#instant-print-quotes .input-field .label { position: absolute; z-index: 0; top: 0; left: 0; font-weight: 300; color: #666; width: 100%; }
#instant-print-quotes .input-field .label .inserted { display: none; position: absolute; top: 0; left: 0; font-weight: 300; color: #666; width: 100%; }
#instant-print-quotes .select-box .label .inserted { padding: 0; }
#instant-print-quotes .input-field .value { position: relative; z-index: 1; float: left; width: auto; font-weight: 600; color: #00a0af; padding: 17px 0 0 17px; }
#instant-print-quotes .input-field .type-cursor { display: none; font-size: 16px; line-height: 16px; height: 50px; float: left; width: auto; font-weight: 600; color: #00a0af; padding: 16px 0 0 0; }
#instant-print-quotes .input-fields-continue { margin-bottom: 0; }
#instant-print-quotes .input-field-continue { border: 5px solid #fff; text-align: center; background-color: transparent; color: #fff; text-transform: uppercase; font-weight: 800; }
#instant-print-quotes .input-field-continue div { padding-top: 12px; background-color: transparent; }
#instant-print-quotes .input-field-cursor { position: absolute; float: none; display: none; width: 25px; height: 42px; top: 70px; left: 50%; margin-left: -6px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -ms-behavior: url(../polyfills/backgroundsize.min.htc); background-image: url(../img/print-template-cursor.html); background-image: url(../img/print-template-cursor.svg), none; }
#instant-print-quotes .input-field-cursor img { width: 100%; height: 100%; }
#instant-print-quotes .ending-hero-image { background-image: url(../img/instant-print-quotes-end.jpg); }

#manage-inventory .content-holder { display: none; }
#manage-inventory p { display: none; }
#manage-inventory p.feature-title-icon { display: block; }
#manage-inventory p.first { position: relative; font-weight: 300; font-size: 36px; line-height: 50px; text-align: center; color: #fff; }
#manage-inventory p.first span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-alerts-holder .content-wrapper { width: 250px; }
#manage-inventory .inventory-alerts { position: relative; height: 50px; overflow: hidden; }
#manage-inventory .inventory-alerts .checkbox { position: relative; top: 51px; float: left; width: 25px; height: 25px; margin-top: 12px; }
#manage-inventory .inventory-alerts .checkbox img { position: absolute; top: 0; left: 0; }
#manage-inventory .inventory-alerts .checkbox img.checked { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-alerts .label { position: relative; top: 51px; float: left; padding-left: 15px; width: auto; height: 50px; line-height: 50px; font-weight: 300; color: #fff; }
#manage-inventory p.second { position: relative; margin-top: 20px; top: 26px; font-weight: 300; font-size: 16px; line-height: 16px; text-align: center; color: #fff; padding: 0 0 5px 0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .input-fields-holder { display: none; }
#manage-inventory .input-fields-holder .content-wrapper { width: 250px; }
#manage-inventory .input-fields { position: relative; overflow: hidden; margin-top: 10px; height: 50px; }
#manage-inventory .input-field { position: absolute; overflow: hidden; top: 60px; left: 0; height: 50px; text-align: left; background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#manage-inventory .input-field div { display: block; font-size: 16px; line-height: 16px; height: 50px; padding: 17px 17px 0 17px; }
#manage-inventory .input-field .label { position: absolute; top: 0; left: 0; font-weight: 300; color: #666; width: 100%; }
#manage-inventory .input-field .value { float: left; width: auto; font-weight: 600; color: #00a0af; padding: 17px 0 0 17px; }
#manage-inventory .input-field .type-cursor { display: none; font-size: 16px; line-height: 16px; height: 50px; float: left; width: auto; font-weight: 600; color: #00a0af; padding: 16px 0 0 0; }
#manage-inventory p.third { display: block; top: 50%; margin-top: -40px; position: absolute; width: 100%; font-weight: 300; height: 80px; font-size: 30px; line-height: 40px; text-align: center; color: #fff; }
#manage-inventory p.third span { position: relative; top: 10px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-cart-counter-holder .content-wrapper { width: 160px; }
#manage-inventory .inventory-cart { position: relative; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-cart.first { left: -166px; }
#manage-inventory .inventory-cart.second { position: absolute; left: -166px; }
#manage-inventory .inventory-cart .cart { position: relative; }
#manage-inventory .inventory-cart .print-sheet { position: absolute; width: 67px; top: -92px; left: 45px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-cart .print-sheet:first-child { top: -112px; left: 67px; }
#manage-inventory .inventory-counter { position: relative; top: 40px; margin-top: 50px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .inventory-counter .counter { position: relative; width: 160px; border: 5px solid #7fcfd7; height: 68px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#manage-inventory .inventory-counter .split { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; border-top: 1px solid #7fcfd7; }
#manage-inventory .inventory-counter .count { position: relative; left: 10px; height: 58px; line-height: 58px; font-size: 40px; letter-spacing: 20px; font-weight: 600; color: #fff; text-align: center; }
#manage-inventory .inventory-counter .label { margin-top: 12px; font-size: 22px; line-height: 22px; text-align: center; font-weight: 800; color: #fff; text-transform: uppercase; }
#manage-inventory .email-holder .content-wrapper { width: 160px; }
#manage-inventory .email { position: relative; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .notify-badge { position: absolute; top: 0px; right: -25px; width: 50px; height: 50px; line-height: 50px; font-size: 30px; font-weight: 800; text-align: center; color: #00a0af; background-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#manage-inventory .ending-hero-image { background-image: url(../img/manage-inventory-end.jpg); }

#print-experts { background-color: #fff; overflow: hidden; }
.gallery { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.gallery-image { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url(../polyfills/backgroundsize.min.htc); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
#print-experts .gallery .first { background-image: url(../img/print-experts-professional.jpg); }
#print-experts .gallery .second { background-image: url(../img/print-experts-display.jpg); }
#print-experts .gallery .third { background-image: url(../img/print-experts-print-collateral.jpg); }
#print-experts .gallery .fourth { background-image: url(../img/print-experts-paper-cutter.jpg); }
#print-experts .details { position: absolute; display: block; top: 0; left: -521px; z-index: 4; width: 500px; height: 100%; padding: 0 0 0 100px; background: rgba(181, 227, 232, 0.95);    
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
#print-experts.active .details {
	left: 0;
}
#print-experts .details h2 { position: relative; top: 20px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; float: none; width: 240px; margin: 0 auto; font-weight: 300; text-align: left; font-size: 24px; line-height: 34px; }
#print-experts .details p { position: relative; top: 20px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; float: none; width: 240px; margin: 0 auto; font-weight: 300; text-align: left; font-size: 13px; line-height: 26px; margin: 8px auto 8px auto; }
#print-experts .details p span { position: relative; }
#print-experts .details .button { width: auto; }
#print-experts .caret { left: auto; right: -21px; top: 50%; bottom: auto; margin-top: -21px; margin-left: auto; width: 21px; height: 41px; opacity: 0.95; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; background-image: url(../img/caret-right-b5e3e8.png); }

/* Print Experts Responsive */
@media only screen and (max-width: 1024px) {
    #print-experts .details { left: -431px; width: 410px; padding: 0 0 0 50px; }
}
@media only screen and (max-width: 767px) {
    #print-experts .details { left: -381px; width: 360px; padding: 0; }
}
@media only screen and (max-width: 480px) {
	#print-experts .table { position: relative; }
	#print-experts .table-cell { position: relative; /* top: -30px; */ }
    #print-experts .details { min-width: 100%; width: 100%; max-width: 100%; left: -100%; width: 100%; padding: 0; }
    #print-experts .caret { display: none; }
}

#contact.container { background-image: url(../img/background-3.jpg); background-position: 50% 50%; background-color: #00a0af; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
/* #contact.container .overlay { background-color: #b5e3e8; } */
/* #contact.container h2.contact-home-heading { font-size: 36px; line-height: 46px; font-weight: 400; color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
} */
#contact.container h2.contact-home-heading { color: #fff; font-size: 30px; line-height: 40px; font-weight: 600; margin-top: -40px; padding-bottom: 20px; text-transform: uppercase; -webkit-transform: rotateZ(-8deg) skewX(-8deg); -moz-transform: rotateZ(-8deg) skewX(-8deg); -ms-transform: rotateZ(-8deg) skewX(-8deg); -o-transform: rotateZ(-8deg) skewX(-8deg); transform: rotateZ(-8deg) skewX(-8deg); -webkit-font-smoothing: antialiased; -webkit-backface-visibility: hidden; }
#contact.container a.button, #contact.container div.button { background-color: transparent; border-color: #fff; color: #fff; }
#contact.container a.button:hover {  background-color: #00a0af; border-color: #00a0af; color: #fff; }
#contact.container div.button:hover { background-color: #fff; color: #00a0af; border-color: #fff; -khtml-border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#contact.container .grid { position: relative; left: 50%; width: 280px; margin-left: -140px; padding: 20px 0 0 0; clear: left; }
#contact.container .grid.section-title { padding: 0; }

/* code for animated blinking cursor */
.type-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; -ms-animation: blink 0.7s infinite; -o-animation: blink 0.7s infinite; animation: blink 0.7s infinite; }
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

#fixed-orientation { display: none; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: rgb(0,0,0); background: rgba(0,0,0,0.9); }
#fixed-orientation .content-wrapper { width: 380px; }
#fixed-orientation img { width: 140px; height: 114px; float: left; }
#fixed-orientation p { display: block; width: auto; height: 114px; color: #fff; float: left; font-weight: 300; font-size: 18px; line-height: 24px; padding: 33px 0 0 20px; text-align: left; }

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

/* Large desktop */
@media only screen and (max-width: 1499px) {

	/* .logo { width: 25%; } */
	
	#overview h1 { width: 600px; font-size: 30px; line-height: 40px; }
	
	#full-ui-control .laptop-holder .content-wrapper { width: 55%; }
}
 
/* Medium desktop */
@media only screen and (max-width: 1200px) {

	/* .logo { width: 30%; } */
	
	.business-card-holder .content-wrapper { width: 40%; }
	
	#full-ui-control .laptop-holder .content-wrapper { width: 60%; }
	
}

/* Small desktop and landscape tablets */
@media only screen and (max-width: 1025px) {

	/* .logo { top: 18%; } */
	
	#print-templates p.first, #full-ui-control p.first, #instant-print-quotes p.first, #manage-inventory p.first, #contact p.first { font-size: 28px; line-height: 40px; }
	
	.business-card-holder .content-wrapper { width: 45%; }
	
	#full-ui-control .laptop-holder .content-wrapper { width: 70%; }
	
	#manage-inventory p.third { font-size: 22px; line-height: 34px; height: 68px; margin-top: -34px; }
}
 
/* Portrait tablets */
@media only screen and (max-width: 800px) {

	/* .logo { width: 40%; top: 30%; } */
	
	#intro { background-position: 0 100%; }
	.shim-intro { background: url(); background-color: #00a0af; }
	
	#features .slide h2 { top: 18px; font-size: 36px; line-height: 36px; }
	#features p.feature-title-icon { top: -18px; font-size: 72px; line-height: 72px; }
	#print-templates p.first, #full-ui-control p.first, #instant-print-quotes p.first, #manage-inventory p.first, #contact p.first { font-size: 22px; line-height: 34px; }
	
	#overview h1 { width: 440px; font-size: 22px; line-height: 32px; }
	
	.business-card-holder .content-wrapper { width: 55%; }
	
	#full-ui-control .laptop-holder .content-wrapper { width: 80%; }
	
	#manage-inventory p.third { font-size: 18px; line-height: 24px; height: 48px; margin-top: -24px; }
}
 
/* Main Nav Breakpoint */
@media only screen and (max-width: 600px) {

	/* #masthead { width: 100%; left: 0; margin-left: 0; } */
	
	#features .slide h2 { top: 12px; font-size: 24px; line-height: 24px; }
	#features p.feature-title-icon { top: -12px; font-size: 48px; line-height: 48px; }
	
	#overview h1 { width: 320px; font-size: 16px; line-height: 26px; }
	
	#print-templates p.second { height: 60px; font-size: 16px; line-height: 24px; }
	
}

@media only screen and (max-width: 568px) {
	
	/* #masthead { display: none; } */

	/* .logo { width: 45%; } */
	
}

/* Phones landscape orientation - Aspect Ratio of 1/1 used in shorthand "landscape" and "portrait" orientation queries */
@media only screen and (max-width: 568px) and (min-aspect-ratio: 13/9) { /* Landscape aspect ratio with keyboard showing - http://abouthalf.com/development/orientation-media-query-challenges-in-android-browsers/ */

	#fixed-orientation { display: block; }
	
}
 
/* Phones */
@media only screen and (max-width: 480px) {

	/* Remove #masthead in all mobile see above media query
	#masthead li { width: 33.3333333333%; height: 60px; }
	#masthead li.intro { display: none; }
	#masthead a { padding-top: 0; }
	#masthead .text { display: none; }
	#masthead .icon { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 60px; }
	#masthead a:hover .icon {
		top: -3px;
	} */

	/* .logo { width: 50%; } */
	
	#nav-features ul { display: none; }
	#nav-titles { top: 20px; }
	/* #features .previous, #features .next { top: 6px; margin-top: 0; font-size: 36px; }
	#features .previous { left: 4%; }
	#features .next { right: 4%; } */
	/* #features .table-cell { padding-bottom: 15px; }
	#overview .table-cell { padding-bottom: 0; } */
	#features .slide h2 { top: 10px; font-size: 20px; line-height: 20px; }
	#features p.feature-title-icon { top: -10px; font-size: 100px; line-height: 100px; }
	#print-templates p.first, #full-ui-control p.first, #instant-print-quotes p.first, #manage-inventory p.first, #contact p.first { font-size: 16px; line-height: 24px; }
	
	#overview .table { position: relative; }
	#overview .table-cell { position: relative; /* top: -30px; */ }
	#overview h1 { width: 100%; padding: 0 9% 20px 9%; font-size: 18px; line-height: 28px; }
	
	.business-card-holder .content-wrapper { width: 90%; }
	#print-templates .input-fields-holder { margin-top: 5px; }
	
	#full-ui-control .laptop-holder .content-wrapper { width: 90%; }
	
	#instant-print-quotes .input-fields { margin-bottom: 15px; }
	#instant-print-quotes .input-fields-continue { margin-bottom: 0; }
	#instant-print-quotes .input-fields-holder:first-child { margin-top: 20px; }
	
	#manage-inventory p.second { margin-top: 15px; }
	#manage-inventory p.third { font-size: 16px; line-height: 24px; height: 48px; margin-top: -24px; }
	#manage-inventory .inventory-cart-counter { position: relative; top: 20px; }
	#manage-inventory .inventory-counter { margin-top: 20px; }
}
 
/* Portrait Phones and Smaller */
@media only screen and (max-width: 320px) {
	
	/* .logo { width: 70%; } */
	
}

/* Retina Display Media Queries */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 600px) and (min-height: 700px),
only screen and (   min--moz-device-pixel-ratio: 1.5) and (min-width: 600px) and (min-height: 700px),
only screen and (     -o-min-device-pixel-ratio: 3/2) and (min-width: 600px) and (min-height: 700px),
only screen and (        min-device-pixel-ratio: 1.5) and (min-width: 600px) and (min-height: 700px),
only screen and (             min-resolution: 144dpi) and (min-width: 600px) and (min-height: 700px),
only screen and (             min-resolution: 1.5dppx) and (min-width: 600px) and (min-height: 700px) {
	
	/* #masthead { left: 50%; width: 600px; margin-left: -300px; }
	#masthead li { height: 150px; }
	#masthead a { font-size: 16px; padding-top: 44px; }
	#masthead h1 { font-size: 16px; }
	#masthead .icon { font-size: 32px; line-height: 60px; }
	#masthead .intro a:hover .icon { top: -20px; } */
	
	#intro .start a { font-size: 68px; width: 68px; height: 68px; line-height: 68px; }
	
	/* #features .previous, #features .next { font-size: 68px; line-height: 68px; margin-top: -34px; }
	#features .slide h3 { font-size: 36px; }
	#features .slide-nav-holder a { font-size: 16px; line-height: 30px; border-width: 4px; padding: 5px 0 10px 0; width: 200px; }
	#features a.replay-slide { margin-right: 10px; }
	#features a.next-slide { margin-left: 10px; }
	#features a.next-slide span, #features a.replay-slide span { position: relative; top: 7px; font-size: 30px; line-height: 30px; } */
	
	#overview .feature-tour { top: 20px; }
	#overview .feature-tour a { font-size: 16px; padding: 15px 25px 15px 25px; }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}