/* @override 
	http://adamprocter.co.uk/wip/glidecleaning/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.618em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Typecast next*/

body {
    font-family: ratio;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
    background-color: #FFFFFF;
}
.nav {
    background-color: rgba(202, 239, 254, 0.9);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
	border-bottom: 1px solid #999999;
}
.nav p {
    margin: 8px;
} 

.wrapper{

	padding-top: 3em;
	margin-bottom: -1em;
	
	}


.why li:before {
	content: "- " 
}

li{
	line-height: 1.6em;
}
ul{
	margin-bottom: 1em;
}

form{
	font-weight:200;
	/*width: 280px;*/
}

label{
	 display: block;
	 margin-bottom: 5px;
 }
input, textarea{
	width: 90%;
	font-weight:200;
	margin-bottom: 5px;
}
textarea{
	width: 88%;
	padding: 5px;
	color: #878787;
}


.button{display:block;
border:1px solid #aaaaaa;
border-bottom-color:#999999;
-webkit-box-shadow:0 1px 0 #e7e7e7;
-moz-box-shadow:0 1px 0 #e7e7e7;
box-shadow:0 1px 0 #e7e7e7;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
font-weight:200;
text-shadow:0 1px 0 white;
text-align:center;
background-color:#e9e9e9;

background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffffff),color-stop(50%,#f7f7f7),color-stop(50%,#e9e9e9),color-stop(80%,#f0f0f0),color-stop(100%,#f7f7f7));background-image:-webkit-linear-gradient(top,#ffffff 0,#f7f7f7 50%,#e9e9e9 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:-moz-linear-gradient(top,#ffffff 0,#f7f7f7 50%,#e9e9e9 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:-o-linear-gradient(top,#ffffff 0,#f7f7f7 50%,#e9e9e9 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:linear-gradient(top,#ffffff 0,#f7f7f7 50%,#e9e9e9 50%,#f0f0f0 80%,#f7f7f7 100%);
padding: 6px;
width: 92%;
}

.button[type="submit"]{}

.button:hover{cursor:pointer;text-decoration:none;color:#4867aa;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffffff),color-stop(50%,#ffffff),color-stop(50%,#f0f0f0),color-stop(80%,#f0f0f0),color-stop(100%,#f7f7f7));background-image:-webkit-linear-gradient(top,#ffffff 0,#ffffff 50%,#f0f0f0 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:-moz-linear-gradient(top,#ffffff 0,#ffffff 50%,#f0f0f0 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:-o-linear-gradient(top,#ffffff 0,#ffffff 50%,#f0f0f0 50%,#f0f0f0 80%,#f7f7f7 100%);background-image:linear-gradient(top,#ffffff 0,#ffffff 50%,#f0f0f0 50%,#f0f0f0 80%,#f7f7f7 100%)}

.button:active{color:#4867aa;background-color:#bbbbbb;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#bbbbbb),color-stop(100%,#f0f0f0));background-image:-webkit-linear-gradient(top,#bbbbbb,#f0f0f0);background-image:-moz-linear-gradient(top,#bbbbbb,#f0f0f0);background-image:-o-linear-gradient(top,#bbbbbb,#f0f0f0);background-image:linear-gradient(top,#bbbbbb,#f0f0f0);-webkit-box-shadow:0 1px 3px #999999 inset;-moz-box-shadow:0 1px 3px #999999 inset;box-shadow:0 1px 3px #999999 inset;border-color:#999999;border-top-color:#888888}.button.green{border-color:#516526;border-bottom-color:#203e08;background-color:#98ca40;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a7d34d),color-stop(20%,#8fc538),color-stop(50%,#7ab82b),color-stop(50%,#69ab25),color-stop(80%,#579e1f),color-stop(100%,#4e941c));background-image:-webkit-linear-gradient(top,#a7d34d 0,#8fc538 20%,#7ab82b 50%,#69ab25 50%,#579e1f 80%,#4e941c 100%);background-image:-moz-linear-gradient(top,#a7d34d 0,#8fc538 20%,#7ab82b 50%,#69ab25 50%,#579e1f 80%,#4e941c 100%);background-image:-o-linear-gradient(top,#a7d34d 0,#8fc538 20%,#7ab82b 50%,#69ab25 50%,#579e1f 80%,#4e941c 100%);background-image:linear-gradient(top,#a7d34d 0,#8fc538 20%,#7ab82b 50%,#69ab25 50%,#579e1f 80%,#4e941c 100%);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),0px 1px 4px rgba(0,0,0,0.35);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),0px 1px 4px rgba(0,0,0,0.35);box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),0px 1px 4px rgba(0,0,0,0.35);text-shadow:0 1px 0 rgba(0,0,0,0.5);-webkit-font-smoothing:antialiased;color:white}

.main, .header{
		margin-right: 1em;
		margin-left: 1em;
}

.fn, .type{
	display: none;
}

a[href^=tel] {
text-decoration:inherit;
color: #FF7F40 !important; 
}

.tel{
	color: #ff7f40;
}

a:link{
font-family: ratio;
font-style: normal;
font-weight: 400;
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover{
	text-decoration: underline;
}


a:active {
	position: relative;
	top: 1px;
}



p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #003440;
}



h1 {

	font: 4.325em/1.024390243902439em ff-meta-serif-web-pro;
font-style: normal;
    font-weight: 700;
		background: url(../img/slide.png) 480px -1px no-repeat;
			padding-bottom: 5px;
				
			}

h2 {
	font-weight: 200;
	    font-style: normal;
	    font-size: 2.5em;
	    line-height: 1em;
	    color: #000000;
	    margin-bottom: 2px;
}


h3 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #FF196F;
    font-family: ratio;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: -5px;
}

h3.number {
    color: #FF7F40;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 1em;
}

.clean, .char7, .char8, .char9, .char10, .char11{
	color: #00cfff;
}

.quote{
	margin-bottom: 1em;
}

.footer{
	font-weight: 200;
	border-top: 1px solid #a4a4a4;
	clear: both;
	background-color: #edeff2;
		padding-bottom: 1em;
	}

.vcard{
	margin-top: 1em;
}

.footer ul{
	margin-bottom: 15px;
	margin-right: 1em;
	margin-left: 1em;
}

.madeby p, .vcard p{

	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 0;
		
	}
.madeby p{
	font-size: 0.8em;
		color: #00677F;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 350px) {
    /* Style adjustments for viewports that meet the condition */
h1 {
    font-family: ff-meta-serif-web-pro;
    font-size: 5.125em;
    line-height: 1.024390243902439em;
/*        height: 87px;*/
    
}

h1 .char6 {
margin-left: -0.175em;
}

.footer{
	height: 175px;
}

}


@media only screen and (min-width: 720px) {
    /* Style adjustments for viewports that meet the condition */
    .wrapper{
    
    	padding-top: 1em;
    
    }
    h1{
    	    height: 87px;
    	
    }
.nav {
    display: none;
}

.quote{
		padding-left: 0.7em;
	
}

.madeby p{

	margin-right: 0em;
	margin-left: 0em;
	margin-top: 1em;
}

.vcard p{

	margin-right: 1em;
	margin-left: 1em;
}

.footer{
	height: 185px;
}

}

@media only screen and (min-width: 1400px) {
#quoteform{
	margin-top: -440px;
}

.footer{
	height: 150px;
}

}

@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 */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
