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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	display: inline-block;
	vertical-align: bottom;
	border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

body, html
{
	min-height: 100%;
	height: 100%;
}

strong
{
	font-weight: 700;
}

input, button, textarea
{
	font-family: 'Open Sans', sans-serif;
}

body
{
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	clear: both;
}

.contIn
{
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

.header
{
	height: 120px;
	background: #FFF;
	position: relative;
}

.header h1
{
	float: left;
	margin: 22px 0 0 0;
}

.header h1
{
	font-weight: 700;
	text-decoration: none;
	color: #006eb8;
	font-size: 30px;
}

.header h1 span
{
	font-size: 21px;
	color: #000000;
	display: block;
	font-weight: 300;
	font-style: italic;
	padding: 2px 0 0 0;
}

.header .right
{
	float: right;
	padding: 47px 0 0 0;
}

.header .tel,
.header .mail
{
	float: left;
	background: url("../img/ico_phone.png") no-repeat 0 0;
	font-weight: 700;
	margin: 0 40px 0 0;
	padding: 0 0 0 37px;
	font-size: 18px;
}

.header .mail
{
	background: url("../img/ico_mail.png") no-repeat 0 5px;
	display: block;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

.header .mail:hover
{
	color: #00a8b5;
}

.slider
{
	background: url("../img/slider_bg.jpg") repeat-x center top;
}

.slider .sliderIn
{
	width: 100%;
	background: url("../img/slider_in.jpg") no-repeat center top;
}

.slider .contIn
{
	height: 575px;
	padding: 12px 0 0 0;
}

.slider .ordinacni
{
	width: 567px;
	float: right;
}

.slider .ordinacni .inner
{
	background: url("../img/ordinacni_bg.png") no-repeat 0 16px;
	height: 420px;
	margin: 0 0 15px 0;
	padding: 116px 0 0 0;
}

.slider .ordinacni .inner .in
{
	width: 515px;
	margin: 0 auto;
}

.slider .ordinacni .red
{
	color: red;
	font-weight: 700;
	margin: 15px;
}

.slider .ordinacni h2
{
	font-size: 24px;
	color: #006eb8;
	font-weight: 700;
	text-align: center;
	margin: 17px 0;
}

.slider .ordinacni h2 span
{
	display: inline-block;
	vertical-align: top;
	background: url("../img/ico_clock.png") no-repeat 0 6px;
	padding: 0 0 0 34px;
}

.slider .ordinacni p
{
	font-size: 13px;
	/* font-weight: 300;
	text-align: right; */
	margin: 0 0 10px 15px;
	line-height: 21px;
}

.slider .ordinacni table
{
	width: 100%;
	margin-bottom: 13px;
}

.slider .ordinacni table tr
{
	background: #f6fafc;
}

.slider .ordinacni table tr:nth-child(2n)
{
	background: #eef4f9;
}

.slider .ordinacni table td
{
	line-height: 36px;
}

.slider .ordinacni table td.t1
{
	width: 123px;
	padding: 0 0 0 15px;
	font-weight: 700;
}

.slider .ordinacni table td.t2
{
	width: 151px;
}

.slider .ordinacni table td.t3
{
}

.slider .ordinacni .text
{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #00a8b5;
}

.slider .ordinacni .file
{
	text-align: center;
	padding-top: 20px;
}

.file a
{
	padding: 5px 0 5px 35px;
	background: url('../img/doc.png') left center no-repeat;
	color: #000;
}
.file a:hover
{
	text-decoration: none;
}
.file a.pdf
{
	background: url('../img/pdf.png') left center no-repeat;
	color: #ff0000;
}

.zmenaHodin
{
	background: url("../img/zmena_bg.png") repeat center top;
	height: auto;
	padding-bottom: 35px;
	color: #fff;
}

.zmenaHodin .line
{
	background: #00a8b5;
	height: 7px;
	margin: 0 0 33px 0;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.zmenaHodin h2
{
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	margin: 0 0 19px 0;
}

.zmenaHodin p
{
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
.zmenaHodin hr
{
	border-bottom: 1px dashed #fff;
	background: transparent;
}

.zmenaHodin p.small
{
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	padding-bottom: 30px;
}

.zmenaHodin ul
{
	font-size: 18px;
	color: #FFF;
	padding-left: 30px;
	list-style: disc;
}

.zmenaHodin ul li
{
	font-size: 18px;
	color: #FFF;
	padding: 5px;
}

.zmenaHodin a {
	color: #FFF;
}
.zmenaHodin a:hover {
	text-decoration: none;
}

.zmenaHodin td {
	padding-bottom: 30px;
}

.content {
	padding: 30px 0;
	background: #f2f7fa;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.content h2
{
	font-size: 30px;
	color: #006eb8;
	text-align: center;
	font-weight: 700;
	margin: 20px 0 40px 0;
}
.content p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.content ul {
	margin-left: 20px;
	list-style: disc;
}
.content li {
	font-size: 16px;
	padding: 5px 0;
}
.content a
{
	color: #006eb8;
	text-decoration: none;
	font-weight: 700;
}
.content a:hover
{
	text-decoration: underline;
}

.contact
{
	padding: 33px 0 37px 0;
	background: #f2f7fa;
}

.contact h2
{
	font-size: 30px;
	color: #006eb8;
	text-align: center;
	font-weight: 700;
	margin: 0 0 49px 0;
}

.contact a
{
	color: #000;
	text-decoration: none;
}

.contact a:hover
{
	text-decoration: underline;
}

.contact h2 span
{
	display: inline-block;
	vertical-align: top;
	background: url("../img/ico_place.png") no-repeat 0 8px;
	padding: 0 0 0 28px;
}

.contact .left
{
	float: left;
	padding: 6px 0 0 0;
}

.contact .right
{
	float: right;
}

.contact h3
{
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 11px 0;
}

.contact p
{
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px 0;
}

.contact table
{
	font-size: 16px;
}

.contact table .t1
{
	font-weight: 600;
	width: 108px;
}

.contact table td
{
	line-height: 30px;
}

.contact .right img
{
	border: 4px solid #d0e2ed;
}

.partners
{
	border-bottom: 1px solid #d8d8d8;
	padding: 37px 0 59px 0;
}

.partners h2
{
	font-size: 30px;
	color: #006eb8;
	text-align: center;
	font-weight: 700;
	margin: 0 0 49px 0;
}

.partners h2 span
{
	display: inline-block;
	vertical-align: top;
	background: url("../img/ico_partners.png") no-repeat 0 9px;
	padding: 0 0 0 28px;
}

.partners .logos
{
}

.partners .logos a
{
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}

.footer
{
	font-size: 15px;
	text-align: center;
	padding: 37px 0 36px 0;
}

.footer a
{
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
