@charset "UTF-8";
@import url('../../common/fontawesome/font-awesome.min.css');


.clearer, .cl {
    clear: both;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "open_sansregular", Arial, sans-serif;
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #000;
    
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

p {
    text-align: left;
}

p a {
    color: #cc4e29;
}

.wrap_pad {
    padding-top: 30px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.fbbig {
    font-size: 40px;
    color:#fff;
}

.fbbig:hover {
    color: #cc4e29;
}



#header nav {
    height: inherit;
    line-height: inherit;
    vertical-align: middle;
}

#header nav > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#header nav > ul > li {
    border-radius: 4px;
    display: inline-block;
    margin-left: 1.4em;
    padding-left: 0;
}

#header nav > ul > li a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}

#header nav > ul > li a:hover {
    color: #cc4e29;
}

#header nav > ul > li:first-child {
    margin-left: 0;
}


#header_wrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 82px;
    background-color:rgba(0,0,0,0.5);
    z-index: 999;
    border-bottom: 1px solid #cc4e29;
}

#header_wrapper_page {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 82px;
    background-color:#cc4e29;
    z-index: 999;
    border-bottom: 1px solid #cc4e29;
}


#theme_wrap {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    background-color: #f5f5f5;
}

#theme_wrap_page {
    height: 82px;
    position: relative;
    width: 100%;
    overflow: hidden;
  
}


#th_image {
    position: relative;
    width: 100%;
    min-height: 650px;  
}

#th_image img {
    width: 100%;
    min-height: 650px;
    position:absolute;
    left: 0px;
    z-index: 1;
}

#headings_wrap {
    position: absolute;
    top: 200px;
    width: 1000px;
    height: 300px;
    left: 50%; 
    z-index: 9999;
}

#headings {
     position: absolute;
   
    font-size: 38px;
    text-align: left;
    padding-top: 200px;
}

#headings span {
    font-family: 'open_sansbold';
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    line-height: 60px;
}

#headings .bigger {
    font-size: 130%;
}

#headings .smaller {
    font-size: 80%;
}


a.button {
    display: block;
    padding: 12px 18px 12px 18px;
    font-size: 14px;
    color:#fff;
    text-decoration: none;
    font-family: 'open_sanssemibold';
    text-align: center;
}


.w150 {
    width: 150px; 
}

.w120 {
    width: 120px; 
}

.orange {
    background-color: #cc4e29; 
}

.yellow {
    background-color: #e2a11d;
}

.grey {
    background-color: #4d4d4d;
}

#lanmenu {
    position: absolute;
    top: 25px;
    right: 0px;
    font-family: Times New Roman, serif;
}

#lanmenu a {
    display: block;
    float: left;
    color: #fff;

    font-style: italic;
    text-decoration: none;
    padding: 8px 7px 5px 7px;
    font-size: 13px;
}

#lanmenu a.active, #lanmenu a:hover {
    background-color: #cc4e29;
}


#lanmenu_page {
    position: absolute;
    top: 0px;
    right: 140px;
    font-family: Times New Roman, serif;
}

#lanmenu_page a {
    display: block;
    float: left;
    color: #fff;

    font-style: italic;
    text-decoration: none;
    padding: 8px 7px 5px 7px;
    font-size: 13px;
}

#lanmenu_page a.active, #lanmenu_page a:hover {
    background-color: #e2a11d;
}

.logo {
    position: relative;
    float: left;
    margin: 20px 0px 0px 0px;
}


#nav {
   position: absolute;
   right: 0px;
    bottom: -17px;
    height: 30px;

}

#nav a {
    display: block;
    float: left;
    padding: 5px 17px 10px 17px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color:#fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#nav a.active, #nav a:hover {
    background-image: url('/public/ludwig/clip/mdot.png');
    color: #cc4e29;
}

#header_wrapper_page #nav a.active, #header_wrapper_page #nav a:hover {
    background-image: url('/public/ludwig/clip/mdot.png');
    color:#e2a11d;
}

.cf {
    position:absolute;
    margin:0 auto;
    width: 100%;
    height: 650px;
}

.cf img {
    position:absolute;
    width: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
   

}

.cf img.special_b {
    width: 100%;
    height: auto;
    right: 0px;
}

.cf img.top {
    opacity:0;
}

@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.cf img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}


#contentWrap {
    background-color: #f5f5f5;
    padding: 30px 0px 30px 0px
}

#contentWrapPage {
    background-color: #f5f5f5;
   
    width: 100%;
    padding-bottom: 30px;
}

.hpbox {
    width: 100%;
    min-height: 295px;
    line-height: 150%;
    float: left;
    margin: 25px 20px 0px 0px;
    text-align: left;
}

.hpbox h1, .hpbox h2 {
    font-family: 'open_sansbold';
    color: #fff;
    font-size: 26px;
    padding: 0px;
    margin: 30px 0px 15px 30px;
}

.box_kontakt {
    background-color: #0070a3;
    color: #fff!important;
    padding: 35px 35px 35px 50px;
    margin-bottom: 25px;
}

.box_kontakt h2 {
     color: #fff!important;
}

.box_kontakt b {
    font-weight:  bold;
    
}

.box_kontakt p {
    font-size: 120%;
    color: #fff!important;
    padding: 0px!important;
    margin: 0px!important;
}


.hpbox p {
    color:#fff;
    padding: 0px 30px 20px 40px;
    margin: 0px 0px 15px 0px;
}

.hpbox .bpad {
    padding: 0px 30px 20px 30px;
}

.hpbox a {
    color:#fff;
}

.hpbox.yellow {
   line-height: 1.9em;
}

.aktualita {
    padding: 0px 0px 0px 0px;
    
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
}

.aktualita a.header {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.aktualita em {
    font-size: 12px;
}

.aktualita .read_more {
    text-align: right;
    padding: 5px 30px 0px 0px;
    font-size: 13px;
}


.aktualita img {

}

#whiteWrap {
    padding: 40px 0px 50px 0px
}

#bottomWrap {
    background-color: #e2a11d;
    height: 180px;
    width: 100%; 
    color: #fff;
    font-family: 'open_sansitalic';
    font-size: 12px;
}

#bottomStrip {
   
   
}

#bottomStrip .blogo {
    margin: 30px 0px 0px 0px;
}

#faceb {
    position: absolute;
    right: 0px;
    top: 20px;
    
}

#faceb img {
    float: left;
    margin: 0px 15px 0px 0px;
}

#copy {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

#octo {
   position: absolute;
    bottom: 20px;
    right: 0px; 
}

#octo a {
    color:#fff;
    text-decoration: none;
}


h1 {
    color:  #cc4e29;
    text-align: left;
    font-size: 2.5em;
}

#contentStripPage h1 {
    margin-bottom: 20px;
}

h2 {
    color:  #cc4e29;
    text-align: left;
    font-size: 2.3em;
}

#contentStripPage h2 {
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
}

.contentText {
    padding-top: 90px;
}

.contentText p {
    line-height: 1.7em;
    margin-bottom: 1.5em;
}

p.header {
    font-weight: bold;
    font-size: 1.1em;
}

.image_right {
    float: right;
    margin: 0px 0px 20px 30px;
    width: 250px;
}

.image_left {
    float: right;
    margin: 0px 30px 20px 0px;
    width: 250px;
}

.galact .heading {
    color: #cc4e29;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
}

.detail {
    color: #cc4e29;
   
    text-decoration: none;
    
}


#produkt {
    
}

#produkt .img_detail {
    float: left;
   width: 200px;
    height: 300px;
   border: 2px solid #c5c5c5;
   background-color: #fff;
   overflow: hidden;
   text-align: center;
   margin-right: 20px;
   margin-bottom: 200px;
}

#produkt .img_detail img {
    max-width: 200px;
    max-height: 300px;
}

#produkt .cena {
        font-weight: bold;
}

#produkt .cena span {
    color: #cc4e29;
}

.kosik_button_detail {
    background-color: #cc4e29;
    color: #fff;
    border: 1px solid #aaa;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

.vino_product {
    background-color: #fff;
     border: 2px solid #c5c5c5;
     text-align: center;
     min-height: 330px;
     padding: 0px 10px 0px 10px;
    
}


.padder {
    height: 40px;
}


.pdesc {
    
}

h3.ph3 {
    text-align: center;
}

h3.ph3 a {
    color: #cc4e29;
    text-decoration: none;
    font-size: 14px;
}

.pimage {
    padding-top: 15px;
    height: 250px;
  
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.pimage img {
    height: 100%;
}

p.pkosik {
    float: left;
    width: 50px;
    text-align: left;
     padding: 8px 0px 0px 10px;
}

p.price {
    float: right;
    width: 100px;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    padding: 5px 10px 0px 0px;
}

/*
  kosik
*/

table.kosik {
    width: 550px;
    margin-left:30px;
}

table.kosik th {
     background-color:rgba(204,78,41,1);
    color: #fff;
    padding: 7px 0px 7px 10px;
    text-align: left;
    font-size: 13px;
}

table.kosik td {
    background-color: #e1e1e1;
    padding: 3px 10px 3px 10px;
    text-align: right;
}

.formtable td {
    padding: 5px;
    font-weight: bold;
}

input[type=text] {
    border: 1px solid #c5c5c5;
    height: 25px;
    width: 200px;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
}

input[type=text]:focus {
    border: 1px solid #e2a11d;
}

.galact .heading {
    color: #cc4e29;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

.detail {
    color: #cc4e29;
   
    text-decoration: none;
    
}

#filter {
  margin-bottom: 20px;  
  padding-left: 60px;
  clear: both;
  margin-top: 20px;
 
}

.ff_item {
    float: left;
    width: 150px;
}

select {
    padding: 4px;
}

.oceneni {
    width:600px;
    height: 280px;
}

.oceneni img {
    float: left;
    max-width: 130px;
    margin: 0px 25px 25px 0px;
}

ul {
     line-height: 1.9em;
     padding-left: 25px;
     margin-bottom: 20px;
}

.text-center {
    text-align: center;
}





/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/

.vino_product {
    background-color: #fff;
     border: 2px solid #c5c5c5;
     text-align: center;
    
}
.jcarousel li, .jcarousel2 li, .rprod {
    /* Required only for block elements like <li>'s */
    float: left;
    position: relative;
    width: 200px;
    height: 300px;
    border: 2px solid #c5c5c5;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
}

.jcarousel li img, .jcarousel2 li img {
    max-width: 200px;
    max-height: 200px;
}

.rprod img {
   max-width: 200px;
    max-height: 300px; 
}

#rpp {
    padding-left: 60px;
    padding-bottom: 30px;
}

.rprod {
    margin: 0px 10px 10px 0px;
}

.fit {
    width: 100%;
}