body {
    background-color: #f4f2e6;
    padding-top: 124px;
    font-size: 15px;
}

a {
    color: #a8252f;
}

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

p, h2, h3, li, .number {
    font-family: 'Lora', serif;
}

.container {
    max-width: 1024px;
}

section .container .inner {
    padding: 0 0 60px;
}

.section-title {
    color: #5b0007;
    margin-top: 40px;
    font-weight: 400;
}

header {
    border-top: 1px #fff solid;
    border-bottom: 1px goldenrod solid;
    padding: 40px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#761e1e+0,361214+100 */
    background: #761e1e; /* Old browsers */
    background: -moz-linear-gradient(top,  #761e1e 0%, #361214 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #761e1e 0%,#361214 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #761e1e 0%,#361214 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#761e1e', endColorstr='#361214',GradientType=0 ); /* IE6-9 */

}

#page-footer {
    padding: 10px 0 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#761e1e+0,361214+100 */
    background: #761e1e; /* Old browsers */
    background: -moz-linear-gradient(top, #361214  0%,  #761e1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #361214 0%,#761e1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #361214 0%,#761e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361214', endColorstr='#761e1e',GradientType=0 ); /* IE6-9 */    
}

#page-footer p {
    font-size: 14px;
    color: #fff;
    color: #d29f68;
}

#page-footer a, #page-footer a:hover, #page-footer a:active, #page-footer a:focus {
    color: #d29f68;
}

#oferta, #kontakt {
    background-color: #fff;
}

#navbar-top {
    transition: all 0.5s ease;
}

#navbar-top.fixed {
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .6);
}

#navbar-top.fixed .navbar-nav {
    margin-top: 25px;
}

.navbar-brand {
    margin-bottom: 30px;
}

.navbar-brand img {
    transition: all 0.5s ease;
}

#navbar-top.fixed .navbar-brand img {
    max-width: 250px;
}

.navbar-default {
    background-color: #f4f2e6;
    border-top-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    /*min-height: 100px;*/
    border-bottom-color: #DAA520;
}

.navbar-default .navbar-nav {
    margin-top: 37px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #5b0007;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Lora', serif;
    font-size: 18px;
    color: #a47a4d;
    -o-transition: ease-out all .3s;
    -ms-transition: ease-out all .3s;
    -moz-transition: ease-out all .3s;
    -webkit-transition: ease-out all .3s;                
    transition: ease-out all .3s;    
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus {
    color: #5b0007;
}

.gold-text {

    color:	#a47a4d; /*if no support for background-clip*/

    background: -webkit-linear-gradient(transparent, transparent),-webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}       

.slider {
    padding: 4px;
    border: 1px #DAA520 solid;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af8a62+0,a47a4d+100 */
    background: #af8a62; /* Old browsers */
    background: -moz-linear-gradient(top,  #d29f68 0%, #a47a4d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d29f68 0%,#a47a4d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d29f68 0%, #a47a4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29f68', endColorstr='#a47a4d',GradientType=0 ); /* IE6-9 */

}

#oferta, #kontakt {
    background: #f7f7f7;    
}

.slider img {
    border: 1px #DAA520 solid;
}

@media (max-width: 991px) {

    body {
        padding-top: 140px;
    }

    .navbar-header {
        /*height: 100px;*/
    }

    .navbar {
        /*min-height: 100px;*/
    }

    .navbar-nav {
        margin-top: 10px!important;
    }

    .navbar-default .navbar-toggle {
        background: transparent;
        border-color: #DAA520;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #DAA520;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: #DAA520;
    }

    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
        background: #fff;
    }    

    .section-title {
        font-size: 18px;
    }

    .fixed .navbar-header {
        /*height: 80px;*/
    }

    #page-footer .list-inline {
        float: left!important;
    }                

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    #page-footer {
        padding: 10px 0 20px 0;
    }

    section .container .inner {
        padding: 0 0 30px;
    }    
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.btn {
    background: transparent;
    border: 1px #DAA520 solid;
    color: #DAA520;
    -o-transition: ease-out all .3s;
    -ms-transition: ease-out all .3s;
    -moz-transition: ease-out all .3s;
    -webkit-transition: ease-out all .3s;                
    transition: ease-out all .3s;                 
}

.btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background: #DAA520;
}            

.title-decoration {
    display: inline-block;
    width: 30px;
    height: 15px;
    opacity: .5;
}

.title-decoration-left {
    margin-right: .5em;
    background: url('/static/style/img/deco_left.png') no-repeat center center;
}            

.title-decoration-right {
    margin-left: .5em;
    background: url('/static/style/img/deco_right.png') no-repeat center center;
}

.thumbnail {
    position: relative;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #DAA520;
}

a.thumbnail:hover .thumbnail-cover {
    opacity: 0;
}

.thumbnail-cover {
    background: #DAA520;
    opacity: .1;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;        
    -o-transition: ease-out all .3s;
    -ms-transition: ease-out all .3s;
    -moz-transition: ease-out all .3s;
    -webkit-transition: ease-out all .3s;                
    transition: ease-out all .3s;                
}

blockquote footer {
    font-size: 18px;
    font-family: 'Sacramento', cursive;
}

abbr[data-original-title], abbr[title] {
    border-bottom-color: #DAA520;
}

.fa {
    color: #DAA520;
}

.dot {
    font-weight: bold;
}

blockquote {
    margin-bottom: 0;
}

.norwap {
    white-space: nowrap;
}