
/**
 *	@content:	Genereal CSS
 *	@project:	massagepoint.cz
 *	@author:	davidledl.com
 */

@import url('layout.css');

html, body, h1, h2, h3, h4, p, ul, ol, li, table, td, input, textarea, img, hr {
	margin:	0;
	padding: 0;
	border: 0;
}
section, article, header, footer, nav, figure, figcaption {
   display: block;
}

@font-face {
	font-family: 'JohnSansText';
	src: url('../fnt/johnsanstext-webfont.eot');
	src: url('../fnt/johnsanstext-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fnt/johnsanstext-webfont.woff2') format('woff2'),
		 url('../fnt/johnsanstext-webfont.woff') format('woff'),
		 url('../fnt/johnsanstext-webfont.ttf') format('truetype'),
		 url('../fnt/johnsanstext-webfont.svg#JohnSansText') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JohnSansText';
	src: url('../fnt/johnsanstextbold-webfont.eot');
	src: url('../fnt/johnsanstextbold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fnt/johnsanstextbold-webfont.woff2') format('woff2'),
		 url('../fnt/johnsanstextbold-webfont.woff') format('woff'),
		 url('../fnt/johnsanstextbold-webfont.ttf') format('truetype'),
		 url('../fnt/johnsanstextbold-webfont.svg#JohnSansText') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'JohnSansCondText';
	src: url('../fnt/johnsanscondtext-webfont.eot');
	src: url('../fnt/johnsanscondtext-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fnt/johnsanscondtext-webfont.woff2') format('woff2'),
		 url('../fnt/johnsanscondtext-webfont.woff') format('woff'),
		 url('../fnt/johnsanscondtext-webfont.ttf') format('truetype'),
		 url('../fnt/johnsanscondtext-webfont.svg#JohnSansCondText') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JohnSansCondText';
	src: url('../fnt/johnsanscondtextbold-webfont.eot');
	src: url('../fnt/johnsanscondtextbold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fnt/johnsanscondtextbold-webfont.woff2') format('woff2'),
		 url('../fnt/johnsanscondtextbold-webfont.woff') format('woff'),
		 url('../fnt/johnsanscondtextbold-webfont.ttf') format('truetype'),
		 url('../fnt/johnsanscondtextbold-webfont.svg#JohnSansCondText') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('../fnt/pt_sans/PTS55F.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansBold';
	src: url('../fnt/pt_sans/PTS75F.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html, body {
	height: 100%;
	min-width: 980px;
	font: normal normal 12.0pt/1.35em "PTSans", "JohnSansText", Arial, sans-serif;
	color: #000;
}

a {
	color: #005672;
}

h1, h2, h3, h4 {
	font-family: "JohnSansCondText", "Arial Narrow", Arial, sans-serif;
	margin: 1em 20px;
}

h1 {
	font-size: 2.2em;
	line-height: 1.35em;
	margin: 1em 20px 0.5em;
	color: #9e153b;
}
h2 {
	font-size: 1.3em;
	line-height: 1.35em;
	margin: 1em 20px 0.5em;
	color: #a3bf2a;
}
h3 {
	font-size: 1.1em;
	line-height: 1.35em;
	margin: 1em 20px 0.25em;
	color: #a97e3a;
}
h4 {
	font-size: 0.7em;
	line-height: 1.35em;
	margin: 1.25em 20px 0.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9e153b;
}
h4.sub { margin-top: -1em; }

h1.green, h2.green, h3.green, h4.green { color: #a3bf2a; }
h1.red, h2.red, h3.red, h4.red { color: #9e153b; }

b {
	font: normal normal 12.0pt/1.35em "PTSansBold", "JohnSansText", Arial, sans-serif;
	/*color: #000;*/
}

p, ul, ol, dl {
	margin: 0 20px 0.67em;
}
dt {
	clear: left;
	float: left;
	min-width: 25%;
}
dd {
	margin: 0 0 0 25%;
}
/*
.center dt {
	width: 48%;
	text-align: right;
}
.center dd {
	margin-left: 52%;
	text-align: left;
}
*/
input, textarea, select {
	font: normal normal 10.5pt/1.35em "JohnSansText", Arial, sans-serif;
}

.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.center > div, .center nav a {
	margin-left: auto;
	margin-right: auto;
}

a[name] {
	position: relative;
	top: -40px;
}

.price dt {
	margin-top: 1em;
	float: none;
	font-weight: bold;
	color: #a3bf2a;
}
.price dd {
	margin: 0.25em 0 0.5em;
	font-size: 2.5em;
	line-height: 1em;
	color: #9e153b;
}
.price strike {
	display: block;
	font-size: 0.4em;
	line-height: 0.8em;
}

.action {
	position: relative;
	top: -100px;
	width: 50%;
	margin: 0 auto -28px;
	padding: 4px;
	font: normal bold 1em/20px "JohnSansText";
	letter-spacing: 0.07em;
	text-transform: uppercase;
	background-color: rgba(158, 21, 59, 0.75);
	color: #fff;
	border-radius: 5px;
}
