/***** Reset: Based on Eric Meyer's v2.0 *****/
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;
	outline:none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover{
	text-decoration:none;
	font-family:inherit;
}
body, html{
	width:100%; 
	height:100%;
}
/*Clearfix*/
.group:before, .group:after {
    content:"";
    display:table;
}
.group:after {clear:both;}
.group {zoom:1;}/* For IE 6/7 (trigger hasLayout) */
/*Font Reset*/
html{font-size:62.5%;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
em{font-style:italic;}
small{
	font-size:20px; 
	font-size:1.2rem;
}
nav ol,nav ul, #sidebar ol,#sidebar ul{list-style: none;}

/***** Begin CSS Defaults - Fonts & Colors *****/
body, p{
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	font-size: 1.5rem;
	line-height:1.6;
	color:#222;
}
p, h1, h2, h3, h4, h5, h6{
	margin:6px 0;
	margin:.6rem 0;
	line-height:1.6;
}
h1{font-size:24px;font-size:2.4rem;}
h2{font-size:21px;font-size:2.1rem;}
h3{font-size:18px;font-size:1.8rem;}
h4, h5, h6{font-size:16px;font-size:1.6rem;}

/***** Basic Page Layout *****/
body{
	background:#e87b5e;
	position:relative;}
#page-wrap{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:25px 0;
	min-width:320px;
	background-color:#5ae2df;
}
#page-head, #page-content, #contact-bar{
	width:100%;
	clear:both;
	position:relative;
}
/* Header */
#page-head{
	
}
#page-logo{
	position:absolute;
	top:0;
	left:5%;
	width:28%;
	max-width:262px;
	height:190px;
	text-indent:-9999px;
	background:url(img/schedulr-header-logo.png) no-repeat;
	background-size:contain;
	z-index:100;
}
#page-logo-sub{
	margin:0 auto;
	padding-bottom:35px;
	max-width:262px;
	height:190px;
	text-indent:-9999px;
	background:url(img/schedulr-header-logo.png) no-repeat;
	background-size:contain;
	z-index:100;
}
/* Content */
#page-content{
	max-width:1280px;
	width:90%;
	margin:0 auto;
}
#slider{
	margin-top:40px;
	background:none;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#slider .slides img{
	height:auto; 
	width:75%;
	margin:0 auto;
}
div.flex-viewport{
	margin:0 auto;
}
#slider li{text-align:center;}
a.flex-next, a.flex-prev{
	line-height:1;
	color:#666;
}

/* Footer */
#contact-bar{
	background:#e87b5e;
	color:#fff;
	padding:25px 0;
	text-align:center;
	margin:0;
}
/*#contact-bar:before, #contact-bar:after{
	display:block;
	content:'';
	width:5%;
	height:100%;
	background-color:#e87b5e;
	position:absolute;
	left:-5%;
	top:0;
	overflow:hidden;
}
#contact-bar:after{
	left:auto;
	right:-5%;
}*/
#contact-bar h2{
	font-weight:100;
	margin-bottom:2em;
}
#contact-bar-wrap{
	margin:10px auto;
	width:90%;
	max-width:1100px;
}

#contact-bar-wrap a{
	text-decoration:underline;
	color:#fff;
}

#itunes{
	width:110px;
	height:40px;
}

#googleplay{
	width:114px;
	heigh:40px;
}

header #header.info{
	display:none !important;
}

#credits{
	margin-top:15px;
}

#wintergroup-container{
	float:left;
	width:50%;
	font-size:12px;
}

#mch-container{
	float:right;
	width:50%;
	font-size:12px;
}

#wintergroup{
	width:140px;
	float:right;
	margin-right:20px;
	text-align:right;
}

#mch-container p, #wintergroup-container p{
	color:#fff;
}

#wintergroup-container p{
	text-align:right;
	padding-right:73px;
}

#mch-container p{
	text-align:left;
	padding-left:20px;
}

#mch{
	width:110px;
	float:left;
	margin-left:20px;
}
/*#form3 li#fo3li1.notranslate.name, form3 #fo3li3, form3 #fo3li7{
	float:left;
	width:160px;
}*/
/*.name-input, .email-input, .title-input*/
form li{
	float:left;
	width:25%;
	text-align:center;
}
label{display:none;}
form ul, form li{
	list-style:none none;
	margin:10px 0;
	min-width:180px;
}
.hide{display:none;}
#saveForm{
	background:none;
	background-color:#c6664c;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
	font-size:16px;
	line-height:1;
	color:#fff;
	padding:6px 20px;
	margin:0;
	font-weight:normal;
}
input.text{
	padding:4px;
	font-size:16px;
	color:#888;
	border:none;
	outline:none;
	background:none;
	background-color:#fff;
	margin:0 20px;
	width:85%;
	line-height:1;
}
input.error{color:red !important;}
/***** Contact Form *****/
/*#wufoo-q7x2w5{
	width:50%;
	text-align:center;
	margin:0 auto;
}*/

header#header.info{
	padding-top:45px;	
}
@media screen and (max-width : 800px) {
	form li{
		clear:both;
		width:90%;
	}
	input.text{
		width:80%;
	}
}