/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

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

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

.white h2 {
    color: #000000;
    font-size: 48px;
    border-bottom: 2px solid #e36126;
}

.wood h2 {
    color: #fff;
    font-size: 48px;
    border-bottom: 2px solid #fff;
    text-shadow: 0px 4px 4px rgba(3, 3, 3, 0.15);
}

.wood {
    background: url(../img/wood.jpg) repeat;
    overflow: hidden;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Slabo 27px', serif;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 60px;
    font-size: 14px;
    color: black;
}




section {
    padding: 100px 0;
}



.no-padding {
    padding: 0;
}


#top {
    background: url(../img/header.png) repeat top center;
    height: 700px;
    padding-top: 30px;
}

.navbar-brand {
    float: left;
    height: 86px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
    position: relative;
    min-height: 86px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 0px;
    border-bottom: 5px solid #8e3d18;
    margin-bottom: 23px;
    background: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: #7d7d7d;
    font-size: 14px;
}

.navbar-nav {
    position: absolute;
    margin: 0px;
    right: 10px;
    bottom: 0;

}

.contact {
    position: absolute;
    right: 10px;
    padding: 12px 0px;
    
    top: 0;

}

.contact p {
        font-size: 12px;
        margin-top: 5px;
        margin-right: 20px;
        border-right: 1px solid #d5d5d5;
        padding-right: 20px;

}

.container {
    padding: 0;
}

.carousel {
    -webkit-box-shadow: 0px 9px 53px -26px rgba(0,0,0,0.82);
-moz-box-shadow: 0px 9px 53px -26px rgba(0,0,0,0.82);
box-shadow: 0px 9px 53px -26px rgba(0,0,0,0.82);
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #e36126;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a.active {
    color: #fff;
    background: #e36126;
    font-size: 14px;
}

.product {

}

.summary {
    background: rgba(0,0,0,0.77);

}

.summary p {
    color: white;
    padding: 15px;
    font-size: 21px;
    font-family: 'Slabo 27px', serif;
}

.summary p span {
    color: #e36126;
    font-weight: bold;
    font-family: 'Slabo 27px', serif;
}

.thumbnail {
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;

}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}

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

.btn {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0px;
}