body{
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #3c3c3c;
}

h2{
    font-size: 36px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}


a{
    color: #d85b00;
}


a:hover{
    color: #3C1C00;
}

.btn-dark{
    background-color: #471F10;
    border-color: #2C1D00;
    color: #fff;
}

.btn-dark:hover{
    background-color: #6b3101 !important;
    border-color: #2C1D00;
    color: #fff;
}

.btn-exp{
    background-color: #ff8a36;
    border-color: #a24500;
    color: #fef;
}

h4{
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.container-fluid{
    padding: 60px 50px;
}

.bg-grey{
    background-color: #f6f6f6;
}

.logo-small{
    color: #333b54;
    font-size: 60px;
}

.logo{
    color: #f4511e;
    font-size: 200px;
}

.thumbnail{
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.h-divider{
    margin-top:5px;
    margin-bottom:5px;
    height:1px;
    width:100%;
}

.yellow-tint{
    border-top:1px solid #ffcf00;
}

.borange{
    color: #ff8a23;
}

.lshadow{
    text-shadow: 1px 1px 1px rgb(125, 125, 125);
}

.carousel-caption-center h1{
    font: 400 Lato, sans-serif;
    font-size: 40px;
    color: #ff8a23;
    font-weight: bold;
}

.carousel:hover > .carousel-control{
    visibility: visible;
}

.carousel:hover > .carousel-control-buttons{
    visibility: visible;
}

.carousel-indicators li{
    border-color: #f4511e;
}

.carousel-indicators li.active{
    background-color: #f4511e;
}

.item h4{
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
}


.item span{
    font-style: normal;
}

.panel{
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #aaa !important;
    background-color: #fff !important;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background-color: #262626;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;

    min-height: 0px;
    opacity: 0.9;
}

.navbar li a, .navbar .navbar-brand{
    color: #fff !important;
    letter-spacing: 1px;
}

.navbar-nav li.active > a{
    background-color: #cb5d00 !important;
}

.navbar-nav li a:hover{
    color: #eee !important;
    background-color: #cb5d00 !important;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms east-out;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .navbar-text{
        display: inline-block;
    }
}


@media screen and (min-width: 768px) {
    .navbar-text{
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }

    .item h4 ,h4{
        font-size: 12px;
    }

}

@media (max-width: 600px){
    .navbar-text{
        display: none;
    }
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    background-color: #2d2d30;
    margin-top: 0;
}

.marginBottom-0{
    margin-bottom:0;
}

.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 > 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:#555;
}

.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-container:6px 0 6px 6px;
}

.list-group-item{
    border: none;
}

.navbar-text{
    color: #fff !important;
    line-height: 50px;
    vertical-align: middle;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.form-small{
    max-width: 100px;
}

.form-medium{
    max-width: 300px;
}

.form-xxs{
    max-width: 50px;
}

.product-quantity-price{
    max-width: 150px;
}

.delete-row{
    color: red;
    cursor: pointer;
    padding: 10px;
}

.edit-row{
    color: green;
    padding: 10px;
    cursor: pointer;
}

.main-content-container{
    padding-top: 80px;
}

.glyphicon-steps{
    font-size: 100px;
}

.v-align > a{
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
}

#form-container{
    padding-top: 0;
}

.nav-container{
    padding: 0 20px;
}

.btn-dark:hover{
    background-color: #325b7e;
    color: #fff;
}

.item h4{
    color: #fff;
}

.carousel-resp-img{
    width: 100%;
    height: 600px;

    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;

    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms east-out;
}

.nav-logo{
    display: inline-block;
    height: 50px;
    vertical-align: top;
    position: relative;
}

.nav-logo a{
    text-decoration: none;
    display: inline-block;
}

.nav-logo-borderpulse{
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: solid 2px #f4511e;
    opacity: 0;
    z-index: -1;
}

.navbar-header:hover .nav-logo-borderpulse{
    animation: pulse 2.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
}

.navbar-header img{
    width: 45px;
    height: 45px;
    vertical-align: top;
    border: solid 1px transparent;
    border-radius: 50%;
    margin-top: 2px;
    margin-bottom: 2px;
}

@keyframes pulse{
    0%   { opacity: 1;  }
    20%  { transform:         scale(1.8);
           -webkit-transform: scale(1.8);
           -moz-transform:    scale(1.8);
           -ms-transform:     scale(1.8);
           -o-transform:      scale(1.8);
           opacity: 0}
    100% { transform:         scale(1.0);
           -webkit-transform: scale(1.0);
           -moz-transform:    scale(1.0);
           -ms-transform:     scale(1.0);
           -o-transform:      scale(1.0);
         }
}

@-webkit-keyframes pulse{
    0%   { opacity: 1;  }
    20%  { transform:         scale(1.5);
           -webkit-transform: scale(1.5);
           -moz-transform:    scale(1.5);
           -ms-transform:     scale(1.5);
           -o-transform:      scale(1.5);
           opacity: 0}
    100% { transform:         scale(1.0);
           -webkit-transform: scale(1.0);
           -moz-transform:    scale(1.0);
           -ms-transform:     scale(1.0);
           -o-transform:      scale(1.0);
         }
}

/* Drop down nav menus on hover */
.sidebar-nav{
    padding: 9px 0;
}

.dropdown-menu .sub-menu{
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu{
    visibility: visible;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu{
    margin-top: 0;
}

.navbar .sub-menu:before{
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after{
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.divider{
    background-color: #9e2905 !important;
}

.table-center-cell{
    vertical-align: middle !important;
    text-align: center;
}

.jumbotron{
    background-color: #336b87;
    color: #ececec;
}

.news-timestamp{
    color: #1b842f;
    display: inline-block;
    width: 150px;
}

.page-title{
    margin-top: 80px;
    background-color: #fff;
    color: #b64d00;
    position: relative;
    padding-bottom: 10px;
}

.page-title h1{
    font-size: 46px;
}

@media screen and (max-width: 768px){
    .logo {
        font-size: 150px;
    }

    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }

    .item h4 ,h4{
        font-size: 12px;
    }
    .page-title h1{
        font-size: 36px;
    }
}

.border-bottom-50{
    border-bottom:1px solid #b64d00;
    position: absolute;
    width: 50%;
}

.border-bottom-100{
    border-bottom:1px solid #b64d00;
    position: absolute;
    width: 100%;
}

.plot-button{
    display: inline-block;
    width: 100px;
    background-color: #ffebc9;
    padding: 5px 0;
    text-align: center;
    border-radius: 20px;
    color: #331700;
    cursor: pointer;
    border: solid 1px #ff6300;

    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms east-out;
}

.plot-button:hover{
    background-color: #f3a318;

    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms east-out;
}

.active-button{
    background-color: #ff6300;
}

.active-button:hover{
    background-color: #ff6300;
}
