#offcanvas-toggler > i {
    display: inline-block;
    padding: 5px;
    font-size: 40px;
/*    background: transparent;*/
    background: white;
    margin: 5px 0 27px 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

/* barva odkazů */
a {
	color: #003399;
}

a:hover {
  color: #0e9cd1!important;
}

body {
	color: #000000;
}

/* šířka stránky */
.layout-boxed .body-innerwrapper {
    max-width: 1000px;
    margin: 0px auto;
    box-shadow: 0px 0px 0px transparent;
}


/*průhlednost pozadí stránky*/
.layout-boxed .body-innerwrapper {
	background-color: transparent;

}
/* žádný stín kolem stránky */
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0px auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

/*logo - neboli textový slogan nahoře*/
.logo  {
	text-align: center;
	/*	color: #718E8E;*/
		/*text-shadow: 10px 0px 8px rgba(255, 255, 255, 1);*/
	color: #79889B;
}

div.logo a {
	text-align: center;
	/*	color: #718E8E;*/
		/*text-shadow: 10px 0px 8px rgba(255, 255, 255, 1);*/
	color: #79889B;
}

.logo-slogan a {
		color: #79889B;
}

div.logo a:hover {
  color: #0e9cd1!important;
}

a:hover.logo {
  color: #0e9cd1!important;
}



div.logo-slogan a:hover {
		  color: #0e9cd1!important;
}

#sp-logo {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*
.logo h1 {
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
		font-family: Anton, sans-serif;
}

.logo-slogan {
	font-size: 70px;
	font-weight: bold;
	padding-top:0px;
	text-transform: uppercase;
	line-height: normal;
		font-family: Anton, sans-serif;	
		margin-top:-10px;
}
*/
.logo h1 {
	font-size: 30px;
	font-weight: normal;
		font-family: "Anton", sans-serif!important;
		text-transform:uppercase;
}

h1.logo {
	font-size: 30px;
	font-weight: normal;
		font-family: "Anton", sans-serif!important;
		text-transform:uppercase;
}

.logo-slogan {
    font-size: 70px;
    font-weight: bold;
    padding-top: 0px;
    line-height: normal;
    font-family: "Parisienne",cursive;
    margin-top: -10px;
    border-top: 1px solid #79889B;
      text-align: center;
    margin-left: 30%;
    margin-right: 30%;
		color: #79889B;
}


/* mezera mezi menu a obsahem */


/*průhledné pozadí obsahu a vlastnosti obsahu */
/*article.item {
    background-color: rgba(255, 255, 255, 0.8);
	padding:10px;
}*/

#sp-main-body
{
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 100px;
	padding-left: 10px;
	width:100%;

}

.uvod #sp-main-body
{
	background-color: rgba(0,0,0,0.0)!important;

}

#sp-main-body .uvod
{
	background-color: rgba(0,0,0,0.0)!important;

}





/* patička*/
#sp-footer {
	background-color: rgba(93, 93, 93, 0.8);
	position:fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:35px;
	padding: 5px;
	z-index: 1500;
}

/* menu */
#sp-header {
   /* background: #FFF none repeat scroll 0% 0%;
    height: 90px;*/
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	background-color: transparent;
	text-align:center;
}

.sp-megamenu-parent {
	list-style: outside none none;
	padding: 0px;
	margin: 0px;
	z-index: 9;
	display: block;
	float: none;
	
}

.sp-megamenu-parent > li > a {
	display: inline-block;
	padding: 0px 40px;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	background-color: rgba(93, 93, 93, 0.8);
	margin-left: 1px;
}

.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent >li.active>a:hover {
	color: #FFF;
	background-color: rgba(82,102,133,0.8);
}

.sp-megamenu-parent >li.active>a {
	color: #000;
	background-color: rgba(255,255,255,0.8);
}

/* původní CSS k menu

.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #22b8f0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #22b8f0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #22b8f0;
}
*/

.tabulka-sirka-30 {
	width:30%;
}

.entry-header h2 {
	margin: 8px 0px 0px;
	font-size: 38px;
line-height: 1.2;
	font-family: Anton, sans-serif;
	text-transform: uppercase;
	color: #79889b;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.podnadpis {
	font-size: 40px;
	line-height: 1;
	font-family: Anton, sans-serif;
	text-transform: none;
	color: #a7c3f1;
	letter-spacing: 1px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/* blog */
.mod-articles-category-group {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -10px;
    color: #79889B;
    margin-bottom: 5px;
    margin-top: 5px;
}
.mod-articles-category-date {
    font-size: 12px;
    margin-bottom: -10px;
    color: #3368AB;
    padding-left: 17px;
}

.sp-module ul > li > a {
	display: block;
	line-height: normal;
	padding: 2px 0px;
	transition: all 300ms ease 0s;
/*	font-size: 13px;*/
	color: #000;
	margin-bottom: -5px;
}

#sp-right {
	background-color: transparent;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

.sppb-section {
margin-left: -150px!important;
}

.mod-articles-category-title {
	font-size:14px;
	line-height:14px!important;
}

/*menu štítky */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #7DA5DA;
    border-radius: 10px;
    float: right;
}

.tagspopular li {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 5px;
	padding-bottom:10px;
}

/* úvodní obrázek v blogu */
.blog .entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
   /* margin-top: 30px;
    width: 300px;
    float: right;
    padding-right: 0;
    margin-bottom: -10px;
    margin-left: 15px;*/

    width: 200px;
	margin-bottom:-83px;
	float:left;
	margin-right: 20px;
margin-bottom: 5px;


}

.blog .entry-header {
position: relative;
margin-bottom: 10px;
padding-bottom: 30px;
display: contents;
	/*background-color: rgba(255, 255, 255, 0.80);*/
}

.entry-header h2 a:hover {
    color: #79889B;
}

/*)
article.items-leading DIV - tohle je úžasná věc, takhle se dají nastylovat všechny systémem automaticky očíslovaný DIVy
{

}
*/

.blog article.item {
    margin-bottom: 50px;
	padding-bottom:30px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}



/* vyhledávání ve štítcích - nadpisy */
.list-striped h3, .list-striped h3 a {
	margin: 8px 0px 0px;
	font-size: 38px!important;
	line-height: 1;
	font-family: Anton, sans-serif;
	text-transform: uppercase;
	color: #79889b!important;
	letter-spacing: 1px;
	margin-top:25px;
}

/* ------------- portfolio ---------------------*/
.portfolio_detail label {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
	visibility:collapse;
}

.p-box .hover-wrapper i.fa {
    font-size: 180px !important;
    padding-right: 0px;
}

/* ikona zavřít v lightboxu */
#jcemediabox-popup-closelink {

    right: 35px;
}

/* simple portfolio */
.sp-simpleportfolio .sp-simpleportfolio-image {
	display: inline;
	max-width: 50%;
	height: auto;
	float: left;
	width: 50%;
	min-width: 250px;
	margin-right:20px;
}

.sp-simpleportfolio .sp-simpleportfolio-image {
    margin-bottom: 20px;
    position: relative;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
    width: 40%;
    float: right;

}

.sp-simpleportfolio-meta {
	visibility:collapse;
}

.sp-simpleportfolio-tags {
	visibility:collapse;
}

.btn-zoom {
	visibility:collapse;
}

.btn-view {
	font-size:18px!important;
}

.sp-simpleportfolio-title {
	font-size:24px!important;
}

.stin{
-webkit-box-shadow: 4px 9px 16px 0px rgba(0,0,0,0.77);
-moz-box-shadow: 4px 9px 16px 0px rgba(0,0,0,0.77);
box-shadow: 4px 9px 16px 0px rgba(0,0,0,0.77);
}

.article-info > dd {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	visibility:visible!important;
	display:inline!important;
}


[itemprop="datePublished"] {	visibility:visible!important;
	display:inline!important;}
	
	.tooltip {
	visibility:hidden!important;
	display:none!important;
}

/* nadpis stránky */

.page-header {
    margin: 8px 0px 0px;
    font-size: 38px;
    line-height: 1;
    font-family: Anton, sans-serif;
    text-transform: uppercase;
    color: #79889b;
    letter-spacing: 1px;
    margin-bottom: 15px;
}