
body {
    font-family: "Open Sans";
    color: #3e3d3b;
    font-size: 14px;
	background:url("../images/Background.jpg");
    background-attachment:fixed;
    background-size: cover;
    background-color: #f6f4ec;
}

.listing:nth-child(even) {
    background-color:rgba(52, 52, 52, 0.17);
}

#is_valutec {
    color:black;
    border:1px black solid;
}
.ui-btn {
    font-size: 16px !important;
}

.heading-top,
.heading-top2,
.product-des-name {
    background-color: rgba(146, 132, 115, 0.78);
}

#main {
    background: none;
}

#main > .container {
    background-color: rgba(255,255,255,1);
    padding-top:30px;
    padding-bottom:30px;
    margin-top: 88px !important;
}

.navbar-nav > li > a {
	
    box-sizing: border-box;
    height: 35px;
    padding: 0 7px;
    font-size: 20px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 900;
    text-decoration: none;
    display: block;
    color: #5c2313;
    line-height: 3.7;
    text-transform: uppercase;
 
    
}
.navbar-nav > li > a:hover {
	
     font-size: 17px !important;
	color: #d55929;
}
.navbar-nav > li.nav-active > a {
    color: #d55929;
}


.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 62px;
    right: 10px;
    left: 10px;
    height: 3px;
    background: #928473;
    opacity: 0;
}

.navbar {
    background-color: #ffffff;
    position: absolute;
}

.navbar .container {
    max-width:1305px !important;
    
}


footer {
    text-align:center;
    background-color: rgba(0, 0, 0, 0.85);
    color:white;
}


footer a {
    color: #D8D4D2;
}

.content-header + .row-fluid > .span4 {
    border-right: 1px #0B0A08 solid;
    padding-right: 6px;
}

.invoice_top_header {
    border-bottom: solid 3px #000 !important;
}

.align_center_of_page {
   border: 2px solid #000 !important;
}

.invoice_amount_bg {
    background: #262626 !important;
}

.desktop-logo {
     width: 190px !important;
     height: 190px !important;
     padding: 5px 0 5px 0;
}
label {
    font-size: 13.5px;
}

.accnav > li > a {
    font-size: 24px !important;
    line-height: 36px !important;
}

.productname {
    font-size: 24px !important;
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 25px !important;
    font-weight: 600!important;
}

#menu .item_name {
    color: #6A6054;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu .category_name {
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #CC3333;
    border-bottom: 1px black dashed;
    font-size: 29px !important;
}

.locationSelected {
    border-radius: 3px !important;
    background: #000 !important;
}

.container {
    width: 95% !important;
    max-width: 1280px;
}
.item:nth-child(even) {
    background: rgb(246, 244, 236) !important;
}

#content-right-bg {
    background: none !important;
    background-color: #F6F4EC !important;
}


#main {
      padding-top: 140px !important;
}