/*-
 * Styl - nastavení hlavních oblastí e-shopu
 * Formátování grafických prvků
 * 
 * @author     Pan Petr
 * @package    FotoShop
 * @copyright  (c) 08/2013, Pan Petr
 * @change     -, PanPetr
 *
-*/

/*- --------------------------------------------------------------------------------------- Základní nastavení prvků -*/
.line {line-height: 0; vertical-align: middle; padding: 0}
.w450 {width: 450px}
.w400 {width: 400px}
.w350 {width: 350px}
.w320 {width: 320px}
.w300 {width: 300px}
.w250 {width: 250px}
.w230 {width: 230px}
.w210 {width: 210px}
.w205 {width: 205px}
.w200 {width: 200px}
.w190 {width: 190px}
.w180 {width: 180px}
.w160 {width: 160px}
.w150 {width: 150px}
.w130 {width: 130px}
.w120 {width: 120px}
.w110 {width: 110px}
.w100 {width: 100px}
.w95 {width: 95px}
.w90 {width: 90px}
.w80 {width: 80px}
.w70 {width: 70px}
.w60 {width: 60px}
.w65 {width: 65px}
.w50 {width: 50px}
.w40 {width: 40px}
.w30 {width: 30px}
.w20 {width: 20px}
.w15 {width: 15px}
.w10 {width: 10px}
.w100p {width: 100%}
.w99p {width: 99%}

.h35 {height: 35px}
.h30 {height: 30px}

.pr5 {padding-right: 5px}
.pd5 {padding: 5px}

.mt10 {margin-top: 10px}
.mt8 {margin-top: 8px}
.mt5 {margin-top: 5px}
.mt3 {margin-top: 3px}

/*- nastavení zarovnání -*/
.l {text-align: left}
.r {text-align: right}
.c {text-align: center}
.j {text-align: justify}

/*- nastavení textů -*/
.n {font-weight: normal}
.b {font-weight: bold}

/*- nastavení písma -*/
.pres {text-decoration: line-through}

/*- nastavení barev -*/
.zel {background-color: #adf1ad}
.cer {background-color: #ff6666}
.ora {background-color: #ffb380}

/*- Nastavení vlastností -*/
.NoRepeat {background-repeat: no-repeat}

.t25 {width: 25%}



/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                                      Celá oblast webu
 * Nastavení horního odsazení pro horní menu, u rozlišení 992 - 768 se levá část menu posune o jeden řádek dolů
 * stánka se musí o toto odsadit
 -*/
body {
  padding-top: 50px;
}

/*- nastavení velikosti poxu na titulní straně webu -*/
#frontPage div {
   min-height:350px;
   padding: 0;
   
}
/*- pokud je rozlišení menší než 768 -*/
@media screen and (min-width: 768px) {
    #frontPage div {
        height: 280px;
    }
}
#frontPage .infoButon {
    position:absolute; 
    left:30px; 
    bottom:30px
}

/*- pokud je rozlišení mezi 992 až 768 -*/
@media screen and (min-width: 768px) {
    body {
        padding-top: 100px;
    }
    form.navbar-form .form-group { /*- inputy pro přihlašování do e-shopu -*/
        width: 80px;
    }
}
/*- pokud je rozlišení větší než 992 -*/
@media screen and (min-width: 992px) {
    body {
        padding-top: 50px;
    }
    form.navbar-form .form-group { /*- inputy pro přihlašování do e-shopu -*/
        width: 80px;
    } 
}


footer {
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron.loga {
    padding: 20px;
}
.jumbotron.loga img {
    margin-top: 5px;
}
.jumbotron.loga a {
    text-decoration: none;
}
/*- ................................................................................................................ -*/


/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                               Footer - zápatí stránky
 * Zápatí webu odděleného čarou
 * 
 -*/
.bs-footer {
  padding-top: 20px;
  padding-bottom: 30px;
  /*-margin-top: 50px;-*/
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}
/*- ................................................................................................................ -*/


/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                              Tlačítka sociálních sítí
 * Lišta se sociálními sítěmi v zápatí stránky
 * 
 -*/
.bs-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.bs-social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.bs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-social-buttons .twitter-share-button {
  width: 98px !important;
}
/* Style the GitHub buttons via CSS instead of inline attributes */
.github-btn {
  border: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .bs-social {
    text-align: left;
  }
  .bs-social-buttons li:first-child {
    padding-left: 0;
  }
}
/*- ................................................................................................................ -*/



/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                         Záhlaví stránky webu pod menu
 * Informační pás v záhlaví webu pro zobrazování hlavních informací
 * 
 -*/
.bs-docs-home, /*- barva podkladu a písma -*/
.bs-header {
  color: #ff9933;
  /*-background-color: #C81313;
  background-image: url('../!grafika/top_bg.png');-*/
  text-align: center;
  
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAgMAAAAwzTx3AAAACVBMVEVXPX1dQ4FdR);*/
}

.bs-header {
  /*-padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
  font-size: 16px;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,.15);
}
.bs-header h1 {
  color: #fff;
}
.bs-header p {
  font-weight: 300;
  line-height: 1.5;
}
.bs-header .container {
  position: relative;
}

/*- pokud je rozlišení mezi 992 až 768 -*/
@media screen and (min-width: 768px) {
  .bs-header {
    font-size: 21px;
    text-align: center;
    /*-padding-top: 100px;-*/
  }
  .bs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}
/*- pokud je rozlišení větší než 992 -*/
@media screen and (min-width: 992px) {
  .bs-header h1,
  .bs-header p {
    margin-right: 380px;
  }
  .bs-header {
    text-align: left;
  }
}
/*- ................................................................................................................ -*/



/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                      Informační okénko v záhlaví webu
 * Zobrazí okénko do kterého se budou postupně načítat informační stránky (možno využít pro reklamu)
 * Důležité "!important" je nutné převzít předem nastavené vlastnosti.
 -*/
.carbonad {
  width: auto !important;
  margin: 30px -30px -40px !important;
  padding: 20px !important;
  overflow: hidden; /* clearfix */
  height: auto !important;
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: left;
  background: #F62C2C !important;
  border: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
}
.carbonad-img {
  margin: 0 !important;
}
.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.carbonad-text {
  padding-top: 0 !important;
}
.carbonad-tag {
  color: #cdbfe3 !important;
  text-align: left !important;
}
.carbonad-text a,
.carbonad-tag a {
  color: #fff !important;
}
.carbonad #azcarbon > img {
  display: none; /* hide what I assume are tracking images */
}

/*- pokud je rozlišení mezi 992 až 768 -*/
@media screen and (min-width: 768px) { 
    .carbonad {
        margin: 20px 0 -10px !important;
        border-radius: 4px;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
        min-height: 132px;
        width: 100% !important;
    }
}
/*- pokud je rozlišení větší než 992 -*/
@media screen and (min-width: 992px) {
  .carbonad {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 15px !important;
    width: 330px !important;
    min-height: 132px;
  }
}
/*- ................................................................................................................ -*/


/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                                 Horní navigační lišta     

.navbar-default {
    background-color: #D40B0B;
}
 -*/

/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                         Nastavení celé oblasti web stránky pro mobily     
 * Schování hlavních ovládacích prvků u mobilů vlevo, po kliknutí na tlačítko data-toggle="offcanvas"
 * se posune zobrazení a zobrazí se hlavní menu
 -*/
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right 
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    left: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}/*- ............................................................................................................... -*/


/*- --------------------------------------------------------------------------------------------------------------------
 *                                                                                                 Levá strana levé menu     
 * Levá strana menu
 -*/
.left-menu {
    display: block; 
    position: static; 
    margin-bottom: 5px; 
    width: 100%;
   /*- -o-text-overflow: ellipsis; 
   text-overflow:ellipsis;-*/
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
    top:0;left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/*- schování přesahujícího textu přes menu -*/
.left-menu li a {
    -o-text-overflow: ellipsis; 
    text-overflow: ellipsis;
    overflow: hidden; 
}

.left-menu .l1 a {
    /*-background-color: blue;-*/
}
.left-menu .l2 a {
    background-color: #DDDDDD;
    font-size: 13px;
    padding: 3px 35px;
}
.left-menu .l3 a {
    background-color: #EAEAEA;
    font-size: 12px;
    padding: 3px 45px;
    font-weight: bold;
}
.left-menu .active a {
    background-color: #428bca;
}
.left-menu .active a:hover, .left-menu > li > a:hover, .left-menu > li > a:focus  {
    background-color: #3071a9;
    color: white;
}
/*- ................................................................................................................ -*/


#fotogalerie {
    clear: both;
    
}


/*- -------------------------------------------------------------------------formaátování vlastních prvků Bootstrapu -*/
/*- drobečkova navigace -*/
.breadcrumb {
    background-color: transparent;
} 

/*- plocha pod filtry a stránkování -*/
.well {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

/*- posunuti butonu popisku -*/
#showTextButon {
    position: absolute;
    top:  3px;
    right: 15px;
}

/*- rámeček produktu vypnout -*/
.panel-primary {
    border-color: transparent;
}
.panel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px #DDDDDD solid;
}
/*- nadpis panelu -*/
.panel-primary > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}


/*- ruší rameček u fotek ve výpisu výrobku -*/
.thumbnail {
    background-color: transparent;
    border: 0;
}
/*- ruší rámeček u fotek v detailu -*/
.img-thumbnail {
    background-color: transparent;
    border: 0;
}

/*- posunutí názvu v dialogu nahravani souboru -*/
.plupload_header_text {
    margin-top: 3px;
}

/*- linka dole na strance -*/
.bs-footer {
    border-top: 0;
}



.breadcrumb li:last-child a {
    font-size: 20px;
}

/*- ................................................................................................................ -*/
/*- ............................................................................................... E N D  S T Y L E -*/