img
{
	max-width: 100%;
	height: auto;
}
table, form, fielset
{
	max-width: 100%;
}
/* Navbar */
.navbar-default {
	background-color: #222222;
	border-color: #222222;
	border-bottom-width: 0;
	box-shadow: 0 -3px #222222 inset;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-bottom-width: 0;
	border-color: #222222;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
	color: #FFF;
	font-weight: bold;
	font-family: Roboto, sans-serif;
	text-shadow: 0 2px #1b1c1e;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #FFF;
	background-color: #2a3038;
	box-shadow: 0 -3px #272d35 inset;
}
@media (max-width: 768px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		color: #FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFF;
		background-color: #2a3038;
		box-shadow: 0 -3px #272d35 inset;
	}
}
/* Header */
header
{
	background: #3498db;
	box-shadow: 0 -3px #9fc6e0 inset;
	padding: 20px 0;
}
@media (max-width: 970px) {
	header
	{
		text-align: center;
	}
}
header .btn
{
	font-size: 13px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 20px 16px;
   -webkit-transition: all .5s;
    transition: all .5s;
}

header .btn-success
{
	border-color: transparent;
	border-width: 0;
	box-shadow: 0 -4px #00B500 inset;
	text-shadow: 0 1px #00B500;
}
header .btn-primary
{
	border-color: transparent;
	border-width: 0;
	box-shadow: 0 -4px #FF4300 inset;
	text-shadow: 0 1px #FF4300;
}
header .btn-success:hover, header .btn-success:focus, header .btn-success:active
{
	border-color: transparent;
	border-width: 0;
	box-shadow: none;
	padding-bottom: 13px;
}
header .btn-primary:hover, header .btn-primary:focus, header .btn-primary:active
{
	border-color: transparent;
	border-width: 0;
	box-shadow: none;
	padding-bottom: 13px;
}
header .modal-content
{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
header .modal-header
{
	border-bottom: 1px solid #34495e;
	background-color: #34495e;
	border-radius: 4px 4px 0 0;
}
header .modal-header h4
{
	color: #FFF;
}
header .modal-header .close
{
	text-shadow: none;
}
header .checkbox, header .form-control
{
	font-size: 13px;
}
header .avatar
{
	float: right;
	margin-left: 15px;
	width: 84px;
	height: 84px;
}
header ul.reset
{
	text-align: right;
}
header ul.reset li, header ul.reset li a
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 12px;
}
header ul.reset li a:hover
{
	color: #0e3e5e;
	text-decoration: none;
}
header ul.reset li.user
{
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 970px) {
	header ul.reset
	{
		text-align: center;
	}
	header .avatar
	{
		float: none;
	}
}
.breadcrumb
{
	margin-bottom: 0;
	background-color: #FFF;
	border-radius: 3px;
}
.breadcrumb > li > a
{
	color: #828282;
}

.smalltext .smalltext {
	font-size: inherit;
}

footer {
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	font-family: Roboto, sans-serif;
}
footer,
footer a,
footer a:link,
footer a:visited,
footer a.new_win:link,
footer a.new_win:visited {
	color: #808080;
}

body .admarker {
	color: #666;
}


/* @group Footer */
.container--footer {
	margin-top: 25px;
	padding-top: 30px;
	border-top: 2px solid transparent;
}
#footer {
	clear: both;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -12px;
	text-align: center;
	padding-bottom: 13px;
	line-height: 1.3;
	clear: both;
	border-bottom: 21px solid transparent;
	position: relative;
}

/* @group Project Info */

#projectInfo {
	width: 100% /* 994px */;
	margin: 0 auto 10px;
	text-align: left;
	position: relative;
}

#footer .text-info,
#footer #projectInfo strong {
	color: #000;
}

#footer #projectInfo a.logo-iinfo {
	margin-right: 5px;
	float: left;
}

#footer #projectInfo p {
	margin: 0 0 4px 150px;
	padding: 0;
	font-size: 13px;
}

#footer #projectInfo ul {
	font-size: 13px;
	margin: 13px 0 0 150px;
}

#footer #projectInfo ul li {
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
}

#footer #projectInfo a {
	color: #0167ab;
	padding-right: 4px;
}

#footer #projectInfo .corner {
	display: none;
}

#footer ul {
	list-style: none;
	margin: 0 0 0 170px;
	padding: 0;
}

#footer a {
	background: none;
	padding: 0;
}

/* @end */

/* @end */


.btn-group {
	margin: 5px 0;
}
.btn-group button {
	display: none;
}
.btn-group .dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 0;
	padding: 0 .5em;
	border-style: none;
	background-color: transparent;
	box-shadow: none;
}
.btn-group .dropdown-menu > li {
	display: inline;
}
.btn-group .dropdown-menu > li > a {
	display: inline-block;
	padding: .5em 1em;
}
.btn-group .dropdown-menu > li > a:hover {
	background-color: inherit;
}
.btn-group .dropdown-menu > li .button_strip_reply,
.btn-group .dropdown-menu > li .button_strip_new_topic {
	border-radius: 5px;
	background-color: #F04C23;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.btn-group .dropdown-menu > li .button_strip_reply:hover,
.btn-group .dropdown-menu > li .button_strip_new_topic:hover {
	background-color: #F04C23;
}
#main_content_section > .pagesection:first-of-type {
	margin-top: 0;
}
.pagesection:after {
  clear: both;
  display: table;
  content: "";
}

.display-info
{
	text-align: center;
	overflow: hidden;
}
.display-info h1 {
	font-size: 24px;
}
.display-info ul.info li {
	float: left;
	margin-left: 1.25em;
	font-size: 1em;
	line-height: 32px;
}
.display-info ul.info li.replies {
	color: #4fb2fc;
	text-transform: lowercase;
}
.display-info ul.info li.views {
	color: #e27c3e;
	text-transform: lowercase;
}
.display-info ul.info li.replies img {
	width: 32px;
	margin-right: 2px;
}
.display-info ul.info li.views img {
	width: 29px;
	margin-right: 2px;
	margin-bottom: 1px;
}
.social_icons
{
	margin-bottom: 10px;
}
.social_icons a
{
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
}
.social_icons a:hover
{
	opacity: 1;
}


/* responsivni design i pro listu IInfa a reklamy (castecne prevzato ze stylu pouzivanych na Root.cz (v LESSu) a Navrcholu.cz) */
#sefa * {
	box-sizing: content-box;
}
/* "body" je pouzivany k umele navyseni specificnosti, protoze reseller.css se nenacita jako jeden z poslednich .css souboru */
body #sefa.iinfoBar {
	display: none;
	left: 0;
	min-width: 0;
	border: 0;
}
body #sefa.iinfoBar #nextItemsButton{
	right: 0;
}
body #sefa.iinfoBar .sub {
	padding: 0 60px 1px 0;
}
body .ad div,
body .ad iframe {
	max-width: 100%;
}
body .ad-skyscraper-sticky-holder {
	width: auto;
}
body .adibb[data-adp='leaderboard']:before,
body .adibb[data-adp*='skyscraper']:before {
	height: 20px;
	line-height: 20px;
	color: #999;
}
body .adLeaderboard {
	margin-top: 0;
}
body .ad,
body .body_message--ad,
body .adLeaderboard,
body .adibb[data-adp='leaderboard'] {
	display: none !important;
	font-size: 0; /* zrušit prázdné místo => pozor může haprovat, až přijdou HTML5 bannery (nutno znovu předepsat font-size) */
}

/* vynutit alespoň částečn responzivní chování reklam */
body .adLeaderboard img,
body .adibb[data-adp='leaderboard'] img {
	width: 100% !important;
	height: auto !important;
}

@media (min-width: 569px) {
	body .body_message .ad,
	body .body_message--ad {
		display: block !important;
		font-size: inherit;
	}
}

@media (min-width: 769px) {

	body #sefa.iinfoBar {
		display: block;
	}
	body #sefa.iinfoBar .sub {
		padding: 0 71px 1px 0;
	}
}
@media (min-width: 929px) {
	body .ad--big-rectangle {
		display: block !important;
	}
}
@media (min-width: 969px) {
	body .ad,
	body .adLeaderboard,
  	body .adibb[data-adp='leaderboard'] {
		display: block !important;
	}
	.navbar-static-top {
		margin-top: 20px;
	}
}
/* // responsivni design i pro listu IInfa a reklamy (castecne prevzato ze stylu pouzivanych na Root.cz (v LESSu) a Navrcholu.cz) */
