
/* Global Styles */

html,
body {
    height: 100%;
    font-family: Poppins, sans-serif;
}

body {
    color: #1D1D1B;
}

body.bg {
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: rgb(167,37,36);
}

a:hover, a:focus {
    color: #cd3a40;
    text-decoration: none;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #B2B2B2;
}

.navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 70px;
    color: #fff;
    background: rgb(167,37,36);
    border-radius: 0;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

#subhederline {
    display: block;
    position: relative;
    top: 70px;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: rgb(178,178,178);
    text-align: center;
}

#subhederline .wrap {
    margin:0 auto;
    height: 70px;
    width: 750px;
}

#subhederline a{
    display: block;
    float: left;
    width: 200px;
    height: 100px;
    margin-left: 15px;
    z-index: 1;
    position: relative;
}

#subhederline a.left{
    padding-top: 40px;
}
#subhederline a.right{
    float: right;
    /*margin-top: 40px;*/
    margin-top: 15px;
}
/*
#subhederline a.right.nabytek{
    background-image: url('../img/nabytek_frame.png');
    background-repeat: no-repeat;
}
#subhederline a.right.vino{
    background-image: url('../img/vino_frame.png');
    background-repeat: no-repeat;
}
#subhederline a.right.rest{
    background-image: url('../img/herink_logo_h.png?v=2');
    background-repeat: no-repeat;
}*/

#subhederline a div{
    padding-top: 30px;
    color: #fff;
    font: 600 25px "Poppins",sans-serif;
}

#subhederline a.rest div {
    /*color: #d8b99d;*/
    padding-top: 45px;
}

#subhederline a small {
    padding-top: 40px;
    color: #fff;
    font: 300 22px "Poppins",sans-serif;
    position: relative;
    top: -8px;
}

a.main_logo {
    display: block;
    float: left;
    padding-top: 21px;
}

.nav>li>a, a.navbar-brand {
    color: #fff;
    text-transform: uppercase;
    /*font: 300 18px/22px "Poppins",sans-serif;*/
    font: 600 18px/22px "Poppins",sans-serif;/*700*/
}

.nav>li>a:focus, .nav>li>a:hover {
    background: #fff;
    color: #000;
}

.nav.navbar-nav {
    position: relative;
    top: 0px;
    right: 0px;
}

.navbar-nav>li>a {
    padding-top: 27px;
    padding-bottom: 21px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

h1.page-header {
    /*text-transform: uppercase;*/
    /*text-transform: lowercase;*/
    /*font: 400 50px "Poppins",sans-serif;*/
    /*font: 900 50px "Poppins",sans-serif;*/
    font: 900 73px "Poppins",sans-serif;
    padding-top: 50px;
}

h1.page-header small {
    width: 100%;
    display: block;
    text-transform: none;
    font: 400 50px "Poppins",sans-serif;
    font-size: 55%; /*65*/
    color: #1D1D1B;
    text-transform: lowercase;
    line-height: 20px;
}


.controls {
   /* width: 100%;
    height: 260px;
    display: block;
    position: absolute;
    top: 0px;*/
}

.controls a {
    font-size: 120px;
    color: #f5f5f5;
    position: absolute;
    top: 60px;
    left: 0px;
}

.controls a:hover, .controls a:focus{ text-decoration: none; color: #e1e1e1;}


.controls a.left { left: -100px; }
.controls a.right { left: 100%; margin-left: 10px; }

.panel-heading h4{ color: #fff; }

.btn {
    border-radius: 0;
}

.btn:hover {
    background: rgb(167,37,36);
    color: #fff;
}

.btn-default {
    text-transform: uppercase;
    font: 400 20px "Poppins",sans-serif;
}

.pagination {
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>li>a, .pagination>li>span {
    color: rgb(167,37,36);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:rgb(167,37,36);
    border-color:rgb(167,37,36);
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: rgb(167,37,36);
}

#map-canvas {
    width:100%;
    height: 100%;
    height:calc(100% - 0px);
}


/**
 * Header area
 */
#decorative1 { margin-top:-2px;padding-top:2px; }
#divHeaderText { margin:0px;padding:10px 0px; }
#divHeaderText { padding-top: 0px; padding-bottom: 30px; border-color: rgb(51, 51, 51); text-align: right; }
#headerSeparator{ margin-top: 7px; border-top-color: rgb(51, 51, 51); border-top-width: 0px; border-top-style: solid; }
#decorative2{ background: rgb(54, 54, 54); }
#contentOuterSeparator{ margin-top: 0px; border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid; margin-bottom: 50px; height: 0px; background-color: transparent; }

#decorative1 {
    position: relative;
    background-color: rgb(240, 240, 240);
    background-image: url('../img/bg1.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 56%;
    background-repeat: no-repeat no-repeat;
    -webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.7);
}
.headerArea, .topArea { padding:20px !important; }

/*#divHeaderLine1 a, #divHeaderLine2 a, #divHeaderLine3 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    text-shadow: inherit;
    font-weight: inherit;
    font-style: inherit;
}*/


#decorative2 {/*opacity:0.95;*/
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

#divHeaderLine1{
    /*letter-spacing: 0px;
    word-spacing: 0px;
    margin-top: 0px;*/
    /*color: rgb(51,51,51);
    font-size: 40px;
    line-height: 64px;
    text-transform: none;
    text-shadow: rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
    font-weight: normal;
    font-style: normal;*/
    text-align: left;
    /*background-color: rgb(255,255,255);
    opacity: 0.9;*/
    padding: 3px 0px;
    max-width: 360px;
}

#divHeaderLine2 {font-size: 15px; line-height: 20px; letter-spacing: 1px; margin-top: 11px; color: rgb(255, 255, 255); text-shadow: none; text-align: left; font-weight: normal; font-style: italic; background-color: rgb(54, 54, 54); opacity: 0.9; padding: 3px 10px; background-position: initial initial; background-repeat: initial initial;}

#divHeaderLine3{margin-top: 18px; color: rgb(0, 0, 0); text-align: left; line-height: 16px; text-transform: none; font-size: 15px;}


/* SIDEBARS */

#sidebar-vinoteka, #sidebar-nabytek, #sidebar-centrum {
    position: fixed;
    left: -145px;
    top: 17 0px;
    display: none;
    width: 250px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.7);
}

#sidebar-nabytek { margin-top: 70px; }
#sidebar-centrum { margin-top: 140px; }


.sidebar-left .img {
    display: block;
    position: relative;
    float: right;
    width: 115px;
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
}

.sidebar-left .text {
    display: block;
    position: relative;
    float: left;
    width: 135px;
    height: 60px;
    text-transform: uppercase;
    font: 500 21px "Poppins",sans-serif;
    text-align: center;
    line-height: 31px;
}

.sidebar-left .text:hover { border-right: 1px solid #fff;}
#sidebar-vinoteka.sidebar-left .text:hover { color: #fff; background: #b32d33; }
#sidebar-nabytek.sidebar-left .text:hover { color: #fff; background: #fbaf43; }
#sidebar-centrum.sidebar-left .text:hover { color: #fff; background: #221e1f; }

#sidebar-vinoteka.sidebar-left .img { background-image: url('../img/vinoteka_logo.png'); }
#sidebar-nabytek.sidebar-left .img { background-image: url('../img/nabytek_logo.png'); }
#sidebar-centrum.sidebar-left .img { background-image: url('../img/stodola_logo.png'); }

/*a.main-logo img {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}*/

/*
rgb(167,37,36)

#1D1D1B

#B2B2B2
 */

.page-header {
    border-bottom: none;
}

#blbost {
    width: 100%;
    height: 300px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.carousel { margin-top: 30px;}

h1.znacka-header {
    text-transform: none;
}

.hp_boxwrap img {
    width: 225px;
}

.hp_box {
    width: 225px; /*360px;*/
    min-height: 100px;
    display: block;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    margin: 0 auto;
}

.hp_box p {
    padding: 7px;
    padding-top: 20px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
}

.hp_boxwrap { text-align: center; }
.hp_boxwrap.left { text-align: right; }
.hp_boxwrap.left .hp_box {float: right;}
.hp_boxwrap.right { text-align: left; }
.hp_boxwrap.right .hp_box {float: left;}

.znacky-title {
    padding-bottom: 80px;
}

.znacka-btn small {
    font-size: 80%;
}

.herink-box{
    padding-bottom: 20px;
}

.herink-box h1{
    padding-top: 0px;
}
#carousel-mob { display: none; }

/* responsive fixes */

button.navbar-toggle { border: 1px solid #fff; padding: 19px 15px; }
.navbar-toggle .icon-bar { background-color: #fff; }

.img-hp-provozujeme {
    display: block;
    margin: 0 auto;
    max-width: 350px;
}

/* Tablet */
@media(max-width:991px) { /*767px 991*/
    /*#subhederline { display: none; }*/

    #subhederline a.right { float: left; width: 100%; height: auto; margin: auto; border-bottom: 1px solid #ffffff4a; }
    #subhederline a div { padding-top: 0; }
    #subhederline a.rest div { padding-top: 0; }


    .nav.navbar-nav { background-color:  #a72524; }

    .hp_boxwrap { text-align: center !important; }
    .hp_boxwrap .hp_box { float: none !important; }

    #blbost { height: 210px; }
    .carousel .controls {display: none;}
    .nav>li>a, a.navbar-brand { font: 600 13px/22px "Poppins",sans-serif;}
}


/* Mobile */
@media(max-width:480px) {
    body.bg { background: none; }
    #blbost { display: none; }
    h1.page-header { font: 900 40px "Poppins",sans-serif; padding-top: 0px; }
    .page-header { margin: 30px 0 20px; }

    .mobile-img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-hp-provozujeme { max-width: 150px; }

    footer { text-align: center; }
    h1.znacka-header { text-align: left; }
    .carousel { margin-top: 0px; }
    #carousel-mob { display: block; }
}