body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #1291d0;
}
a:focus {
	outline: 0;
}
.border-right {
	border-right: 1px solid #d7d8d9;
}
.border-left {
	border-left: 1px solid #d7d8d9;
}
#page {
	border-left: 1px solid #d7d8d9;
	border-right: 1px solid #d7d8d9;
}
.container-full {
	margin: 0 auto;
	width: 100%;
}
/* ==========================================================================
   Hlavička
   ========================================================================== */
#header {
/*border-bottom: 1px solid #d7d8d9;*/
}
#logo {
	border-right: 1px solid #d7d8d9;
	padding: 20px;
	height: 135px;
}
.header-menu {
	color:#CCC;
	font-size: 11px;
	font-weight:bold;
	border-right: 1px solid #d7d8d9;
	padding: 10px;
	height: 135px;
	line-height: 19px;
	text-transform: uppercase;
}
.header-menu .first {
	padding-bottom: 20px;
}
.header-menu ul li {
	text-transform: uppercase;
}
.header-menu ul li a {
	color: #1291d0;
}
.header-menu .first, .header-menu .first a {
	color: #999ca0;
}
 @media (max-width: 992px) {
 .header-menu {
 display: none;
}
 .border-right {
 border-right: none;
}
 #logo {
 border-right: none;
}
}
/* ==========================================================================
   Patička
   ========================================================================== */
	.footer-menu ul li {
	font-size: 11px;
	line-height: 19px;
}
.footer-menu ul li {
	text-transform: uppercase;
	color: #595a5d;
}
.footer-menu a {
	color: #595a5d;
}
.footer-menu .first {
	padding-bottom: 20px;
	font-weight: bold;
}
/* ==========================================================================
   Úvodní stránka
   ========================================================================== */

.home-wrapper h2 {
	font-size: 14px;
	color: #1291d0;
}
/* Carousel
   ========================================================================== */
#carousel, 
#carousel-subpage {
	
	padding: 15px;
	border-top: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}

#carousel-subpage {
	border-bottom: 1px solid white;
}

.carousel-inner .item {
	margin: 0 auto;
	padding: 0;
	color: #6c6d71;
	font-size: 20px;
}
.carousel-inner .item div {
	text-align: center;
}

.carousel-inner .item div h3 {
	font-size: 20px;
	font-weight: normal;
	color: #6d6e72;
	margin-top: 15px;
	margin-bottom: 2px;
}

.carousel-inner .item div h3 a {
	color: #6d6e72;
}

.carousel-inner div a:hover {
	text-decoration: none;
}
.carousel-inner .item div p {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.carousel-control .arrow-left, .carousel-control .arrow-right {
	position: absolute;
	top: 30%;
	z-index: 5;
	display: inline-block;
	background-repeat: no-repeat;
	width: 18px;
	height: 43px;
}

.carousel-control .arrow-left {
	background-image: url(../img/arrow-left.png);
	left: -36px;
}
.carousel-control .arrow-right {
	background-image: url(../img/arrow-right.png);
	right: -36px;
}
/* Aktuality
   ========================================================================== */
.news .col-md-2, .news .col-md-4 {
	height: 237px
}
.news .box {
	height: 100%;
	background-color: #d3d3d2;
	border: 1px solid #e7e6e6;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 10px;
}
.news .algorithmic {
	background-image: url(../img/ikona-algorithmic.png);
}
.news .algorithmic:hover {
	background-position: 50% bottom;
}
.news .lide {
	background-image: url(../img/ikona-lide.png);
}
.news .lide:hover {
	background-position: 50% bottom;
}
.news .neuron {
	background-image: url(../img/ikona-neuron.png);
}
.news .neuron:hover {
	background-position: 50% bottom;
}
.news .rozhovor {
	background-image: url(../img/ikona-rozhovor.png);
}
.news .rozhovor:hover {
	background-position: 50% bottom;
}
.news .globopolis {
	background-image: url(../img/ikona-globopolis.png);
}
.news .globopolis:hover {
	background-position: 50% bottom;
}
.news .press {
	background-image: url(../img/ikona-press.png);
}
.news .press:hover {
	background-position: 50% bottom;
}
.news .konference {
	background-image: url(../img/ikona-konference.png);
}
.news .konference:hover {
	background-position: 50% bottom;
}

.news .box:hover {
	background-color: #aac9ea;
	border: 1px solid #bed5ef;
	text-decoration: none;
}
.news .box a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.news span {
	font-size: 11px;
	color: #6e6e71;
	font-weight: bold;
}
.news h4 {
	position: absolute;
	bottom: 10px;
	font-weight: normal;
}
.news-delimiter div {
	height: 30px;
}
/* ==========================================================================
   Úvodní stránka
   ========================================================================== */
/*@media (max-width: 992px) {
    .blocks {
    	height: auto;
    }
}*/

/* ==========================================================================
   Podstránka
   ========================================================================== */
#content {
	border-top: 1px solid #d7d8d9;
}
#content h2 {
	padding: 5px 0 5px 5px;
	color: #1291d0;
	text-transform: uppercase;
}
#content h3 {
	color: #1291d0;
	margin-top: 0;
}
#content .main {
	border-left: 1px solid #d7d8d9;
	border-top: 1px solid #d7d8d9;
}
#content .main-first {
	border-left: 1px solid #d7d8d9;
	border-top: none;
}
#sidebar {
	padding: 10px 10px 0 10px;
	min-height: 250px; /*min-height: 300px; */
	color: #999ca0;
}
#sidebar ul {
	text-transform: uppercase;
	line-height: 2.0em;
}

#sidebar .submenu {
	list-style-type: square;
	padding-left: 20px;
	color: #ffffff;
}

#sidebar .submenu li.active {
	color: #1291d0;
}

@media (max-width: 992px) {
 #sidebar {
 min-height: 0;
}
}
#title,
#profile-photo,
#breadcrumb {
	border-bottom: 1px solid #d7d8d9;
}

#profile-photo {
	padding: 15px;
}

#breadcrumb {
	padding: 5px 10px;
	font-size: 13px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
}

.breadcrumb > li + li:before {
  content: "\003E";
}

.inner-sidebar {
	padding: 10px 0px 0px 5px;
	color: #6e6f72;
	font-size: 18px;
	line-height: 1.2em;
}
.inner-sidebar-photo {
	padding: 15px 0;
	
}
.info-wrapper {
	padding: 10px 0px 5px 0px;
	color: #333333;
	line-height: 1.2em;
	font-size: 14px;
}
.news-wrapper {
	padding: 30px 0 20px 5px;
	line-height: 1.2em;
	color: #333333;
	font-size: 14px;
}
.news-wrapper hr {
	margin: 20px 0 20px -15px;
	color: #d7d8d9;
}
.perex {
	color: #b3b3b3;
	font-size: 20px;
	line-height: 1.3em;
}
.list-unstyled {
	font-size: 11px;
	font-weight:bold;
}

/* ==========================================================================
   Změna vlastností Bootstrapu
   ========================================================================== */
@media (min-width: 1200px) {
 .container {
 max-width: 970px;
}
 nav {
 display: none;
}
}
@media (min-width: 992px) {
 nav {
 display: none;
}
 .col-md-8 {
 width: 80.0009%;
}
 .col-md-6 {
 width: 60.0015%;
}
}
@media (max-width: 992px) {
 .news-delimiter,  .empty {
 display: none;
}

 #carousel p {
 font-size: 30px;
}
 .news .col-md-4 {
 margin-top: 10px;
}
#sidebar {
min-height: 10px;
}
}
.navbar-default {
	background-color: #ffffff;
}
.navbar {
	border-radius: 0;
}
.carousel-control {
	color: #bcbec0;
	opacity: 1;
	text-shadow: none;
	width: 5%;
}
.carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	color: #cccccc;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* ==========================================================================
   Sloupce se stejnou šířkou
   ========================================================================== */
.equal-height {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.row {
	font-size: 15px;
	color:#999;

	overflow: hidden; /*nutné, aby přesah nebyl vidět*/
}

.row address {
	color: #595a5d;
}
/* ==========================================================================
   Různé
   ========================================================================== */

/*Musí být až po všech deklaracích jiných okrajů, aby je tato třída mohla přepsat*/
.no-border {
	border: none;
}
