/* reset5 © 2011 opensource.736cs.com MIT */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    color: white;
    background-color: black;
	font-family: verdana;
    text-align: center;
}
a {
    color: white;
}
h1 {
    font-weight: normal;
	font-size: 200%;
	margin: 10px 0;
    text-align: left;
}
h2 {
    font-weight: normal;
	font-size: 140%;
	margin: 15px 0;
    text-align: left;
    clear: both;
}
p {
    margin: 10px 0;
}

/* vseobecne */
.clear {
  clear: both;
}
.floatLeft {
  float: left;
}
.marginRight10 {
  margin-right: 10px;
}
.fotka {
    display: inline-block;
    padding: 5px;
}
.tamspat {
    margin: 10px 0;
}
.tamspat a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: black;
    background-color: white;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 5px;
}
.tamspat a:hover {
    color: white;
    background-color: black;
}
.tamspat a.dalsia {
    background-color: greenyellow;
}

.reklama {
    margin: 15px 0;
}

.obrClanok {
    float: left;
    margin-right: 10px;
}

/* crumb */
.crumb {
	font-size: 90%;
	margin-top: 15px;
	line-height: 24px;
	margin-bottom: 25px;
	border-bottom: 1px dotted;
    text-align: left;
}
.crumb div {
	display: inline-block;
}
.crumb div a {
	text-decoration: none;
    display: inline-block;
    padding: 5px;
}
.crumb div a:hover {
	text-decoration: underline;
}

/* STRUCTURE */
#pagewrap {
	width: 900px;
	margin: 10px auto;
}
#pagewrap #bg {
	padding: 20px;
}
#header {
	min-height: 60px;
	position: relative;
}

#menu {
	bottom: 0;
	position: absolute;
}

#content {
	width: 100%;
	float: left;
    text-align: center;
}
#content img {
    max-width: 100%;
}
#footer {
    text-align: center;
	clear: both;
}

.clanokPataBlok {
    float: left;
    width: 23%;
    margin: 20px 1%;
    font-weight: 300;
    border: 1px solid #000;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.clanokPataBlok:hover {
    border: 1px solid #fff;
}
.clanokPataBlok h3,
.clanokPataBlok a {
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 5px;
}
.clanokPataBlok p {
    font-size: 90%;
}

/* facebook google plus */
.fb_iframe_widget {
	float: left;
	margin-top: -3px;
}
.plusone {
	float: left;
	margin: 0 10px;
}
.socialne {
    margin: 25px auto;
    text-align: center;
    width: 400px;
}
.fb-share-button.fb_iframe_widget {
    background: none repeat scroll 0 0 white;
    padding: 5px 20px;
    border-radius: 3px;
}

/* cookie */
#cookiesSuhlas {
    width: 100%;
    color: #fff;
    z-index: 99999;
    font-size: 75%;
    position: fixed;
    position: relative;

    text-align: center;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
#cookiesSuhlas p {
    margin: 0;
    line-height: 120%;
}
#cookiesSuhlas a {
    color: #fff;
}
#cookiesSuhlas .cookieOK {
    margin: 0 2px;
    margin-top: 5px;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0.5);
}


/* MEDIA QUERIES */
/* for 980px or less */
@media screen and (max-width: 980px) {
	#pagewrap {
		width: 90%;
	}
	#pagewrap #bg {
		padding: 30px;
	}
}

/* for 700px or less */
@media screen and (max-width: 700px) {
	#pagewrap #bg {
		padding: 10px;
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
    #content .fotka {
        width: 33%;
    }
    #content .fotka img {
        width: 100%;
    }
    .clanokPataBlok {
        width: 48%;
    }
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	#header {
		height: auto;
	}
	#sidebar {
		display: none;
	}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
    #content .fotka {
        width: 50%;
    }
    /*#content .fotka {
        width: 49%;
    }*/
    .clanokPataBlok {
        width: 98%;
    }
    .socialne .floatLeft {
        float: none;
        width: 120px;
    }
    .socialne {
        width: 320px;
    }
}
@media screen and (max-width: 400px) {
    .socialne {
        width: 320px;
    }
}