* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {
    background-color: white;
    font-family: 'Roboto', serif;
    /* background-image: url('../img/bg.jpg'); */
    background-color: #f6f6f6;
    background-attachment: initial;
    padding-top: 58px;
    word-wrap: break-word;
    color: #333; }

/**
 * Text styles
 */
.text-default { font-size: initial; }
.text-primary { color: #333 !important; }
.text-handwrite {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.4em; }

a, a:hover,a:active,a:link,a:visited { 
  color: #0E4FC8; }

/**
 * Background styles
 */
.bg-secondary { background-color: #204A87 !important; }
.bg-primary { background-color: #2E3436 !important; }
.bg-black-trans { background: rgba(0,0,0,0.5); }

/**
 * Border styles
 */
 .border-right-dashed { border-right: 1px dotted rgba(255,255,255,0.3); }

/**
 * Navigation
 */

.navbar-brand img { height: 48px; }

.navbar {
  box-shadow: 0px 3px 45px 0px rgba(0,0,0,0.2);
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
}

.nav-links a { font-weight: 600; }


/**
 * Articles
 */
article {
  background: white;
  border: 1px solid #c0c0c0;
  word-wrap: normal;
}

article h2 {
  /* color: #9F0100 !important; */
  color: #204A87 !important;
  padding: 5px 0;
}

article h2 a {
  color: inherit !important;
}

textarea, input[type=text] { background: #FFFAD0 !important; }

/**
 * Buttons
 */
.btn-primary {
  background: #204A87;
  color: white !important;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid #307ED5;
  letter-spacing: 1px;
  padding: 15px 20px;
}

/**
 * Line
 */
hr {
    border-top: 1px dotted #c0c0c0;
    height: 1px; }

/**
 * Slider
 */
#slider a, 
#slider a:hover, 
#slider a:active, 
#slider a:link, 
#slider a:visited, 
#slider a:active {
  text-decoration: none;
  color: #FFF8C0 !important;
}
#slider h2 {
  background: rgba(22,66,40,0.8);
  color: white;
}
#slider p { background: rgba(46,52,54,0.9); }

/**
 * Baner
 */
.contact-btn { 
  position: absolute;
  right: 10px; top: 10px; 
  background: transparent;
  margin: 0;
  padding: 5px 10px 0 10px;
  border: 0;
}
.contact-btn span {
  font-size: 2em;
}

#baner-data a { color:  #043161; }
#baner-data { z-index: 900; }

/**
 * Footer
 */
#kontakt a { 
  color: #EDD400; 
}

footer { background-color: #121212; }

/** 
 * Bread
 */

#breadcrumbs {
  font-weight: 600;
}

/**
 * Side links
 */
 .side-links {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }
 
.side-links li {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}

  .side-link {
   margin: 5px;
   /* background: #7a1111; */
   background: #204A87;
   color: white;
   border-bottom: 4px solid #c0c0c0;
  }

 .side-link a {
   display: block;
  color: inherit;
 }

.side-link a span {
  padding: 15px 10px;
  display: block;
}

 /**
  * Posts
  */

.blog-collapse {
  height: 125px;
  overflow: hidden;
  position: relative;
}

.post-expand {
  right: 0px;
  bottom: 0px;
  position: absolute;
  background: white;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 0;
}