@import url(http://fonts.googleapis.com/css?family=Caudex:400,700|Arimo:400,700,400italic,700italic);

body {
    background: #dddddd url('../img/background.jpg') top left no-repeat;
    color: #5e686e;
    font-family: Arimo, sans-serif;
    font-weight: 400;
	padding-top: 0;
}

label, legend {
    color: #666666;
	font-weight: 400;
}

p {
    font-family: Arimo, sans-serif;
}

a {
    color: #41484d;
}

a:hover {
    color: #5e686e;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4 ,h5 ,h6 {
    font-family: Caudex, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.page-title {
    text-align: center;
	margin-top: 0;
}
.navbar  {
    background: transparent;
    border-radius: 0;
	border: none;
    -webkit-box-shadow: none;
}

.panel{
    background: #a4aeaf url('../img/facets.png') top left repeat;
    color: #000000;
    border-color: #5e686e;
	border-radius: 10px;
	padding: 10px 5px;
}

.breadcrumb {
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    font-family: Caudex, sans-serif;
    text-transform: uppercase;
	margin-bottom: 0;
}

.nav {
    font-family: Caudex, sans-serif;
    text-transform: uppercase;
}

.breadcrumb li {
    text-shadow: none;
}

.nav-list > li > a, .nav-list .nav-header {
    text-shadow: none;
}

.nav-list > .active > a, .nav-list > .active > a:hover{
    background: none;
    color: #000000;
    text-shadow: none;
    border-radius: 10px;
    border: 1px solid #5e686e;
}

.navbar .nav a {
    background: #a4aeaf url('../img/facets.png') top left repeat;
    color: #000000;
    text-shadow: none;
    border-radius: 10px;
    border: 1px solid #5e686e;
}

.middle {
    background: rgba(255,255,255,0.50);
	border-radius: 10px;
}

.footer {
    background: none;
}

.dropdown-menu {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.navbar .nav .dropdown-menu a {
    color: #000000;
}

.navbar .nav .dropdown-menu a:hover {
    background: #a4aeaf url('../img/facets.png') top left repeat;
    color: #000000;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav > li > a:hover {
    background: #a4aeaf url('../img/facets.png') top left repeat;
    color: #000000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar .divider-vertical {
    background: none;
    border: none;
}

.navbar .nav > li > a {
    color: #000000;
}

.navbar-header {
    width:100%;
    margin: 0 0 -32px 0;
    padding: 0;
}

.navbar > .container .navbar-brand {
    background: url("../img/brand.png") top left no-repeat;
    height: 0;
    overflow: hidden;
    width: 547px;
    padding: 128px 0;
    color: transparent;
	text-shadow: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.navbar-brand:hover {
    text-shadow: none;
}

.navbar-search .search-query {
    background-color:#dddddd;
    border: 1px solid #5e686e;
}

.navbar-form, .navbar-search {
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}

.help-inline {
	color: #997777;
}

.btn-primary {
	background: #a4aeaf url('../img/facets.png') top left repeat;
    color: #000000;
	border: 1px solid #5e686e;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	font-family: Caudex;
	font-weight: 400;
	text-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	text-transform: uppercase;
}

@media (max-width: 991px) {
    body {
        background-image: none;
    }
    
    .navbar-brand {
        background-size: 100%;
        width:274px;
        padding:72px 0;
    }
    
    .row > .left {
        display: none;
    }
}