/* ERROR.PHP */

/* Odstranění velkejch písmen na začátku každýho slova v tlačítku */
a.btn.btn-primary.btn-lg {
	text-transform:none;
}

/* GLOBÁLNÍ */
/* Logo */
div#sp-logo {
  margin-left: -20px;
  width: 150px;
}
/* Šířka menu */
div#sp-menu {
/*	width: 790px; */
  width:inherit;
}

/* Pozadí menu */
header#sp-header {
	background-image:url(../images/light_grey.png);
	border-bottom-width: 0;
}

/* Podtržení aktivní položky menu */
li.sp-menu-item.current-item.active a {
	text-decoration:underline;
}

/* Sekce nadpisu stránky */
section#sp-page-title {
	background-image:url(../images/light_grey.png);
    margin-bottom: 10px;
}

/* Hlavní obsah stránky */
section#sp-main-body {
	padding-top: 0;
}

/* Partnerská sekce */
section#sp-maintop {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Hlavní logo Vegamotel */
img.sp-default-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Záhlaví */
section#sp-top-bar.hidden-xs {
	background-color: #3399ff;
}

/* Menu */
li.sp-menu-item a {
	padding-left: 10px;
	padding-right: 10px;
}

ul.sp-megamenu-parent {
	float: left;
}

/* Modrý rámeček */
div.blue-message {
	font-size: 18px;
}

/* Článek */
article.item.item-page {
	text-align: justify;
}

/* Nadpis H5 */
h5 {
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: center;
	color:#D41316;
}

/* Nadpis H6 */
h6 {
	margin-top: 25px;
	margin-bottom: 6px;
	color:#0216F8;
}

/* Offcanvas */
div.offcanvas-menu div.offcanvas-inner div.sp-module {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
