/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.imgexpose {
			margin-left:10px;
		}
		input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 170px;
		}
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
border: 0px solid #D8D8D8;
		padding: 5px 15px 5px 15px;
		text-shadow: 0px 0px 0px #FFF;

		background: #2F9CE2;
		border-radius: 3px;
		padding: 0px;
		color: #fff;
		margin: 0;
    	padding: 5px;
    	width: 180px !important;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 600;
    	font-size: 14px;
    	text-shadow:0px;
    	-webkit-appearance: none; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		border: 0px solid #D8D8D8;
		padding: 5px 15px 5px 15px;
		text-shadow: 0px 0px 0px #FFF;

		background: #58baf7;
		border-radius: 3px;
		padding: 0px;
		color: #fff;
		margin: 0;
    	padding: 10px;
    	width: 180px;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 600;
    	font-size: 18px;
    	text-shadow:0px;  }
    .imgexposebottom {
		  margin:0px 0 0 0px;
		  width: 100%;
	}
	.teaser {
		font-size: 20px;
		text-align: center;
	}
	h1.header_title {
		font-size: 18px;
		line-height: 30px;
	}
	.points_title{
		font-size:18px;
		color:#696969;
		line-height: 22px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}
	td {
		font-size: 14px;line-height: 24px;
	}
	a[href^=tel], a[href*="0"]{
    color:inherit;
    text-decoration:none;
	}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.imgexpose {
			margin-left:10px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.imgexpose {
			margin-left:10px;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/