/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
/*@font-face {
	font-family:"DejaVu Sans Condensed";
	src:url("fonts/DejaVuSansCondensed.eot?") format("eot"),url("fonts/DejaVuSansCondensed.woff") format("woff"),url("fonts/DejaVuSansCondensed.ttf") format("truetype"),url("fonts/DejaVuSansCondensed.svg#DejaVuSansCondensed") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"DejaVu Sans Condensed Bold";
	src:url("DejaVuSansCondensed-Bold.eot?") format("eot"),url("DejaVuSansCondensed-Bold.woff") format("woff"),url("DejaVuSansCondensed-Bold.ttf") format("truetype"),url("DejaVuSansCondensed-Bold.svg#DejaVuSansCondensed-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}*/



/* **** OBECNÉ *******************************************************************
 * ******************************************************************************* */
 * {
	-webkit-transform-style: flat !important;
 	transform-style: flat !important;
 }

body { 
	padding: 25px;
	font-family: arial, sans-serif;
}

.content { 
	font-size: 13px;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, li.resp-tab-item {
	font-family: arial, sans-serif;
}


h3 {
	font-size: 16px;
}

h4, h5, h6 { 
	font-size: 13px;
	text-transform: none;
}


/* **** HLAVIČKA *****************************************************************
 * ******************************************************************************* */
header {
	left: 20px;
	padding: 25px 40px 0 0;
}

header h1 + p {
	padding-left: 0px;
}

/* **** Odkazy ******************************************************************* */
header a {
color: #777 !important; /*aby nebyly odkazy v hlavicce taky barevne*/
}
header .current-menu-item a {
color: #3498db !important; /*aktivni odkazy v menu*/
}
header a:hover {
color: #3498db !important; /*po najeti mysi*/
}
/* **** Navigace ******************************************************************* */
/*Mobil - skrytí všech widgetů na mobilech*/
@media (max-width: 959px){
	header #text-2, header #text-4, header #text-8, header #text-3, header #text-5,
	header hr:nth-of-type(2), header hr:nth-of-type(3), header hr:nth-of-type(4), header hr:nth-of-type(5), header hr:nth-of-type(6), header hr:nth-of-type(7) {
		display: none;
	}
	header {
	    margin-bottom: 0px;
	}
}
/*Vetší zařízení - skrytí části textu v článku O mně*/
@media (min-width: 960px) {
	p.hide-desktop {
		display: none;
	}
}

/*Widgety*/
.widget h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333 !important;
}
.perex h3 {
	font-weight: 700;
	font-size: 15px;
}

/*kontakt*/
h3.kontakt {
	text-transform: none;
	color: #616161 !important;
}
/*copy*/
.copy {
	font-size: 0.9em;
}
/*upozorneni*/
.upozorneni {
	color: #FD0000;
	font-weight: bold;
}
/* **** GRID  *****************************************************************
 * ******************************************************************************* */

.grid img {
   border: 1px solid #dfdfdf;    
}

ul.grid h6 {
font-size: 14px;
}

ul.grid li > div h6 a {
	font-weight: 700;
}
ul.grid li > div a {
	border-bottom: none;
}
ul.grid li > div a:hover {
	border-bottom: 1px dotted #3498db;
}
.excerpt p {
	line-height: 20px;
}



/* **** CONTENT  *****************************************************************
 * ******************************************************************************* */

.content a,
a.underline {
	text-decoration: underline;    
}
a.ebor-button,
.related a,
a.fb,
.grid a {
	text-decoration: none;    
}


/* **** příspěvek / článek  ****************************************************** */
article >h3 > small {
	display: none;	/*skrývá datum u příspěvku*/
}
article >h3 { 
	padding: 34px 0 10px 0;
	text-transform: none;
}

article p,
article li
{ 
	line-height: 18px;
}

article i { 
	color: #3B5998;	
}

.post-136 h3,  /*nadpis Obch pod.*/
.post-122 h3 { /*nadpis Kontakt*/
	color: #3498db !important
}
article >h5 { 
	color: #3498db;
}
.ebor-button {
	padding: 5px 13px;
}

div.fb { 
	text-align: right;
}

/*slider*/

.flexslider {
	margin: 0px 0 10px;
}
.flex-control-nav {
	text-align: right;
	bottom: 0;
}
.flex-control-nav li {
	font-size: 0px;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	border: 2px solid #333;
}
.flex-control-nav li a:hover {
	border-color: #333 !important;
}

.flex-control-nav li a.flex-active {
	background: #333;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	border: 2px solid #333;
}
/*FB plugin*/
.fb_edge_widget_with_comment {
	float: right;
}
div.pluginCountButton,
div.pluginCountButtonNub {
	display: none !important;
}

/*related post by category*/
.related ul { 
	list-style-type: none;
	display: block;
	padding-left: 0;
}
.related li { 
	float: left;
	margin: 5px 20px 5px 0; 
}

.related li {
	text-align: center;
}	
.related li a img {
	display: block;
}

/* **** post O MNĚ *****************************************************************
 * ******************************************************************************* */
 .postid-5069 div.related {
 	display: none;
 }

/* **** KONTAKT *****************************************************************
 * ******************************************************************************* */

/* **** kontaktní formulář  ****************************************************** */

form p {
	margin: auto auto 0.6em;
}

input, textarea {
	min-height: 30px;
}
textarea {
	min-height: 75px;
	padding: 10px;
}
textarea[name="adresa"] {
	width: 50%;
}
input[type="submit"] {
	margin: 5px 0 20px 0;
	background: #1abc9c;
	border: none;
	color: #fff!important;
	font-weight: bold;
}
input[type="submit"]:hover {
	background: #3498db !important;
}

/* top list */
#toplist_cz-2 {display: none;} 
hr:last-of-type {display: none;} 



 

