html {
    background: url("../../images/bg_showcase.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    background: transparent;
}

.well{
    background-image: none !important;
    background-color: #ffffff !important;
    border-radius: 16px !important;
    min-height: 200px;
}


.page-header > h1{
    color: #fff;
    font-size: 70px;
    text-shadow: 0 1px 0 #323231;
    letter-spacing: -1px;
    text-align: center;
}
.page-header{
    border-bottom: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}


.navbar-nav > li > a, .navbar-brand, .navbar-toggle  {
    padding-top:25px !important;
    padding-bottom:25px !important;
}
.navbar {
    min-height:70px !important
}
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(33, 32, 32, 1);
    background: -webkit-linear-gradient(top, rgba(71, 70, 70, 1) 0%, rgba(33, 32, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 70, 70, 1) 0%, rgba(33, 32, 32, 1) 100%);
    border-bottom-width: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(125, 124, 124, 1);
    background-color: rgba(33, 32, 32, 1);
    background: -webkit-linear-gradient(top, rgba(71, 70, 70, 1) 0%, rgba(33, 32, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 70, 70, 1) 0%, rgba(33, 32, 32, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(214, 211, 211, 1);
    background-color: rgba(248, 248, 248, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(214, 211, 211, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #212020;
}