body
{
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

img
{
	max-width: 100%;
	border: 0;
}

.icon
{
	font-family: FontAwesome;
	font-weight: normal !important;
	cursor: pointer;
	cursor: hand;
}

#fejlec
{
	color: white;
	text-align: center;
	background-image: url("hatter.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #002277;
}

#scrollDown
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

#scrollDown .icon
{
	padding-bottom: 20px;
	font-size: 58px;
	line-height: 30px;
}

.wrap
{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

p span
{
	font-weight: bold;
	color: #003f8f;
}

a 
{
	color: #003f8f;
	text-decoration: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table, table td
{
	height: 100%;
	padding: 0;
}

.left
{
	float: left;
	width: 49%;
	text-align: right;
	display: none;
}

.right
{
	float: right;
	width: 49%;
	text-align: left;
}

.clear
{
	clear: both;
}

h1
{
	display: inline-block;
	background-color: white;
	line-height: 70px;
	color: #0064b4;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0 20px;
	margin: 0;
	font-size: 36px;
	margin-top: 28px;
}

#meet,
#texts,
#scrollDown
{
	display: none;
}

p
{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
	color: #666;
}

.padding
{
	padding: 30px;
	padding-top: 0;
}

.right p
{
	line-height: 24px;
	color: white;
}

.paragraph
{
	margin: 3% 0;
}

.paragraph.first
{
	margin-top: 0;
}

.paragraph p
{
	margin: 0;
}

.paragraphTextLeft
{
	float: left;
	width: 69%;
}

.paragraphImageLeft
{
	float: left;
	width: 29%;
}

.paragraphTextRight
{
	float: right;
	width: 69%;
}

.paragraphImageRight
{
	float: right;
	width: 29%;
}

a.button
{
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	color: white;
	line-height: 46px;
	background-color: #003f8f;
	padding: 0 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

#bookCover
{
	width: 39%;
	float: left;
	text-align: right;
}

#turnYourBody
{
	width: 59%;
	float: right;
}

#turnYourBodyContent
{
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	font-weight: 700;
}

#turnYourBodyContent a.button
{
	margin: 0;
	margin-top: 12px;
}

#turnYourBodyContent span
{
	color: #003f8f;
	font-weight: 800;
}

@media (max-width: 740px)
{
	#scrollDown
	{
		display: none;
	}

	.left img
	{
		padding-top: 20px;
	}

	.left,
	.right
	{
		float: none;
		width: 100%;
		text-align: center;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	a.button
	{
		margin: 0;
	}
	
	.padding
	{
		padding: 10px;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.paragraph p
	{
		font-size: 14px;
		line-height: 24px;
	}
	
	#turnYourBodyContent
	{
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 640px)
{
	h1
	{
		line-height: 54px;
		font-size: 24px;
	}
	
	.left img
	{
		max-width: 80%;
	}
		
	.right p
	{
		font-size: 14px;
	}
	
	.paragraphImageRight,
	.paragraphTextLeft,
	.paragraphImageLeft,
	.paragraphTextRight,
	#bookCover,
	#turnYourBody
	{
		float: none;
		width: 100%;
	}
	
	.paragraphImageRight,
	.paragraphImageLeft,
	#bookCover,
	#turnYourBody
	{
		text-align: center;
	}
}

@media (max-width: 340px)
{
	h1
	{
		line-height: 38px;
		font-size: 18px;
		margin-top: 6px;
	}

	.right p
	{
		font-size: 12px;
		line-height: 18px;
	}
	
	.left img
	{
		width: 160px;
	}
	
	a.button
	{
		font-size: 14px;
		line-height: 34px;
	}
}