@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Audiowide);

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body {
	background: #CCC;
}
.headerWrapper {
	width: 100%;
	height: auto;
	background: #333;
	padding: 10px 0;
	position: fixed;
	z-index: 1000;
}
.headerLogo {
	width: 70%;
	height: 15px;
	float: left;
	display: block;
	margin-left: 10px;
	position: relative;
	z-index: 150;
}
.navWrapper {
	width: 83%;
	height: 30px;
	margin-right: 10px;
	float: right;
	display: block;
	margin-top: 20px;
}
.logoWrapper {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin-right: 40px;
	float: right;
}
.logoWrapper img {
	margin: 0 10px;
	max-height: 25px;
}
.sliderWrapper {
	width: 100%;
	height: auto;
	background: url(../images/slider-bg.png);
	background-repeat: repeat;
	padding: 95px 15px 0px 15px;
}
.sliderShadow {
	width: auto;
	height: 15px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -30px;
}
.contentWrapper {
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 30px;
}
.contentContainer {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}
.contentContainer h2 {
	font-size: 36px;
	font-weight: normal;
}
.headerSpan {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 24px;
}
.contentContainer p {
	font-size: 20px;
	text-align: justify;
}
#mantra {
	width: 70%;
	padding: 20px 0px 50px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#imageLeft {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 10px;
	border-right: 0px solid #999;
	border-bottom: 2px solid #999;
}
#imageRight {
	float: right;
	display: block;
	margin-left: 10px;
	padding: 10px;
	border-left: 0px solid #999;
	border-bottom: 2px solid #999;
}
.flippingGridWrapper {
	width: 100%;
	height: auto;
	background: #CCC;
}
.footerWrapper {
	width: 100%;
	height: auto;
	background: #222;
	padding: 30px 0;
}
.footerLeft {
	width: 40%;
	height: auto;
	float: left;
	display: block;
	margin-left: 35px;
	color: #555;
}
.footerRight {
	width: 40%;
	height: auto;
	float: right;
	display: block;
	margin-right: 35px;
	text-align: right;
}
.nav {
	color: #666;
}
#iconLink {
	padding-top: 15px;
}
/* Contact Form CSS */
.formWrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
.formWrapper h3 {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.formLabel {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 16px;
}
.formInput {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
}
.formComments {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}
.formDropdown {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
}
#hex {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	text-align: center;
}
.formButton {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	font-size: 24px;
	background: #333;
	color: #CCC;
	border: none;
	border-bottom: 3px solid #FF0000;
	padding: 5px 5px 10px 5px;
	margin-left: 10px;
	float: right;
}
.formButton:hover {
	color: #333;
	background: #FF0000;
}
#contactLogo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contactPhone {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
}
#tapToCall {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	font-size: 24px;
	width: 100%;
	padding: 10px 0px 5px 0px;
	background: #000;
	visibility: visible;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #F00;
	box-shadow: 2px 2px 0px #F00
}
#tapToCall:hover {
	background: #F00;
	color: #333;
}

@media only screen and (min-width: 481px) {

}

@media only screen and (min-width: 769px) {
.headerWrapper {
	width: 100%;
	height: auto;
	background: #333;
	padding: 10px 0;
	position: fixed;
	z-index: 1000;
}
.headerLogo {
	width: 30%;
	height: 50px;
	float: left;
	display: block;
	margin-left: 40px;
}
.navWrapper {
	width: 50%;
	height: 50px;
	margin-right: 10px;
	float: right;
	display: block;
	margin-top: 0px;
}
.logoWrapper {
	width: auto;
	height: 50px;
	float: left;
	display: block;
	margin-right: 75px;
	float: right;
}
.logoWrapper img {
	margin: 0 15px;
	max-height: 50px;
}
.headerLogo {
	position: relative;
	z-index: 150;
}
.sliderWrapper {
	width: 100%;
	height: auto;
	background: url(../images/slider-bg.png);
	background-repeat: repeat;
	padding: 85px 15px 5px 15px;
}
.sliderShadow {
	width: auto;
	height: 35px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -35px;
}
.contentWrapper {
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 50px;
}
.contentContainer {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}
.contentContainer h2 {
	font-size: 36px;
	font-weight: normal;
}
.headerSpan {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 24px;
}
.contentContainer p {
	font-size: 26px;
}
#mantra {
	width: 70%;
	padding: 20px 0px 50px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 36px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#imageLeft {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 10px;
	border-right: 2px solid #999;
	border-bottom: 0px solid #999;
}
#imageRight {
	float: right;
	display: block;
	margin-left: 10px;
	padding: 10px;
	border-left: 2px solid #999;
	border-bottom: 0px solid #999;
}
.flippingGridWrapper {
	width: 100%;
	height: auto;
	background: #CCC;
}
.footerWrapper {
	width: 100%;
	height: auto;
	background: #222;
	padding: 30px 0;
}
.footerLeft {
	width: 40%;
	height: auto;
	float: left;
	display: block;
	margin-left: 35px;
	color: #555;
}
.footerRight {
	width: 40%;
	height: auto;
	float: right;
	display: block;
	margin-right: 35px;
	text-align: right;
}
.nav {
	color: #666;
}
/* Contact Form CSS */
.formWrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
.formWrapper h3 {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.formLabel {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	color: #999;
	font-size: 16px;
}
.formInput {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
}
.formComments {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}
.formDropdown {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
}
#hex {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	text-align: center;
}
.formButton {
	font-family: 'Audiowide', cursive;
	font-weight: 100;
	font-size: 24px;
	background: #333;
	color: #CCC;
	border: none;
	border-bottom: 3px solid #FF0000;
	padding: 5px 5px 10px 5px;
	margin-left: 10px;
	float: right;
}
.formButton:hover {
	color: #333;
	background: #FF0000;
}
#contactLogo {
	width: 70%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#contactPhone {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 34px;
	text-align: center;
}
#tapToCall {
	width: 100%;
	height: 0px;
	padding: 0px;
	visibility: hidden;
}
}