/**
 * @author  (Pavel Kurfürst / www.kurfurst.eu)
 * @package InternetPoradna.cz
 * @subpackage HomePage Custom CSS
 * @copyright Copyright (C) 2013 - 2014 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
**/

/* ***************************************************** */
/* ---------------- GLOBÁLNÍ DEFINICE------------------- */
/* ***************************************************** */

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.6;
    color:#333;
}

/* --------------------
FONTY
-------------------- */

.opensans-font {
    font-family: 'Open Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

/* --------------------
BARVY
-------------------- */
/*
modra #01B5E0
oranzova #EC7404
cervena #B0004D
zelena #68B022
fialova #6D2077
zluta #F0B000

*/

.modra {
    color:#01B5E0;
}

.oranzova {
    color:#EC7404;
}

.cervena {
    color:#B0004D;
}

.zelena {
    color:#68B022;
}

.fialova {
    color:#6D2077;
}

.zluta {
    color:#F0B000;
}

/* --------------------
NASTAVENÍ AFFIXU
-------------------- */
.affix {
    position: fixed;
    top: 100px;
    width:auto;
    -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.affix-bottom {
    position: absolute;
    -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.stopro {
  min-height: 100%;
}

/* ***************************************************** */
/* ---------------------- NAHOŘE ----------------------- */
/* ***************************************************** */

/* --------------------
NAVIGACE
-------------------- */

.navbar {
    border: none;
}

.navbar-collapse {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

/* --------------------
MOTTO
-------------------- */

.lead.info-text {
    margin: 10px 0;
    color: white;
    font-size: 1.5em;
    font-weight: 300;
    font-style: italic;
}

/* ***************************************************** */
/* ------------------- HLAVNÍ OBSAH -------------------- */
/* ***************************************************** */

.lead.leadtext {
    margin: 20px 0;
    color: inherit;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color:#01B5E0;
}

/* --------------------
ODSAZENÍ HLAVNÍHO OBSAHU A SIDEBARU
-------------------- */

#hlavni-obsah {
    margin-top: 100px;
}

/* --------------------
HEAD LINE POD NAVIGACÍ
-------------------- */

#uvod {
    background-color: #01B5E0; 
    background-image: url("http://localhost:1234/2014/poradna2/templates/internetporadna_sablona/images/uvod_obraz.jpg");
    background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 550px;
    margin-top: -10px;
}

#info-pruh {
    background-color: #01B5E0; 
    background-image: url("http://localhost:1234/2014/poradna2/templates/restart_sablona/images/info-text-zelena.jpg");
    background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 50px;
    position: fixed;
    margin-top: -50px;
    z-index:1020;
}

/* --------------------
FB A G+ TLAČÍTKO
-------------------- */

.social {
    color: white;
    margin:10px 0;
}

/* --------------------
ÚPRAVA H3 NADPISŮ V SIDEBARU
-------------------- */

.moduletable h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 300;
}

/* --------------------
ÚPRAVA DROBEČKOVÉ NAVIGACE
-------------------- */

.breadcrumb {
    font-size: .85em;
    font-family: 'Roboto', sans-serif; 
}

/* --------------------
SKRYTÍ NEPOTŘEBNÝCH MAČKÁTEK
-------------------- */

.article-info {
    display: none;
}

.item-page > .btn-group.pull-right {
    display: none;
}

.item > div.pull-left.item-image img {
  margin-right:10px;
  width: 450px;
}

.article-info-term, .hits, .item > .btn-group {
display:none;
}

.category-name, .published {
      display: inline;
}

.published:before
{ 
content:"/ ";
}

/* ***************************************************** */
/* ----------------------- DOLE ------------------------ */
/* ***************************************************** */

/* --------------------
PATIČKA
-------------------- */

#paticka {
  height: 370px;
    width: 100%;
    /*  padding: 10px 0; */
}

#copyright {
    bottom: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 20px 0;
    background-color: #333;
    color: white;
    position: absolute;
}

#copyright a {
    color: white;
}

/* --------------------
LINKY V PATIČCE
-------------------- */

.text-patka {
    margin-left: 10px;
    margin-right: 10px;
}

/* --------------------
ZAROVNÁNÍ MODULU ADDTHIS
-------------------- */

.addthis_toolbox {
    margin-top: 50px;
    position: relative;
}

/* ***************************************************** */
/* --------------------- DOPLŇKY ----------------------- */
/* ***************************************************** */

.butonek {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

/* --------------------
NADPISY V KUNENA FÓRU
-------------------- */
.kheader h3 {
  padding-top: 5px;
}

/* --------------------
ÚPRAVA MODULU HLEDÁNÍ
-------------------- */

.finder {
    margin:5px 0 2px 0;
}

.divider, .control-label {
    display: none;
}

/* --------------------
ODSAZENÍ SUBMENU NAV-PILLS
-------------------- */

.sub {
    margin-left: 20px;
}

/* ***************************************************** */
/* ------------------- SPECIFIKUM ---------------------- */
/* ***************************************************** */

/* --------------------
UPRAVUJE ELEMENTY NA HOMEPAGE
-------------------- */

#spotlight-1 {
  background-color: #EC7404;
  height:400px;
  margin-top:50px;
  text-align: center;
}

#home-popis {
  font-size:24px;
  text-align: justify;
  color:white;
  padding: 20px 10px;
}

#boxy-projekty {
  background-color:white;
  margin-top:-340px;
  /* padding:50px 20px; */
  padding:0;
  box-shadow:0px 0px 20px #3A3B3C;
}

#boxy-projekty h2 {
  font-size:18px;
  text-align: center;
}

#hlavni-obsah {
  margin: 60px 0;
}

#spotA, #spotB, #spotC {
  margin: 30px 0;
}

.pade {
  margin-top: 25px;
}

.seda {
  height: 150px;
  background-color: #ccc;
}

/* --------------------
TLAČÍTKA FB A G+
-------------------- */

.sdileni {
  text-align: center;
}

.socialfb {
  font-size: 5em;
  margin-right: 10px;
  margin-left: 10px;
  color:#3B5998;
}

.socialgp {
  font-size: 5em;
  margin-right: 10px;
  margin-left: 10px;
  color:#DD4B39;
}

.socialfb:hover {
  margin-right: 20px;
  opacity: 0.7;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.socialgp:hover {
  margin-left: 20px;
  opacity: 0.7;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.maly-nadpis {
  font-size: 1.5em;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;  
}
