body {
    background-image: url('img/bg.jpg');
    background-size: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
img {
    border:0px;
}
#container {
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
}
#header {
    background-image: url('img/header.png');
    background-repeat: no-repeat;
    width: 960px;
    height: 160px;
    border-bottom: 1px solid #aed9f5;
}
.menu-link {
    background-image: url('img/menu_icon.png');
    background-position: 110px 30px;
    background-repeat: no-repeat;
    width: 20%;
    padding-top: 20px;
}
.menu-link:hover {
    background-image: url('img/menu_icon_hover.png');
}
.home-link {
    background-image: url('img/home_icon.png');
    background-position: 108px 30px;
    background-repeat: no-repeat;
    width: 20%;
    padding-top: 20px;
}
.home-link:hover {
    background-image: url('img/home_icon_hover.png');
}
#logo {
    width: 20%;
}
a.menu {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
a.menu:hover {
    color: #006aaf;
    background-color: #e0f4ff;
    border-radius: 5px;
}
#container {
    margin: 0 auto;
    text-align: center;
}

.homepage-first-section {
    margin: 1em 0;
    padding: 5px 20px 5px 20px;
}

.homepage-first-section p {
    margin-bottom: 1.5rem;
    text-align: center; color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15pt;
}

#slide {
    border-radius: 10px;
    border: 2px solid #a8d6f4;
    margin: 0 auto;
    width: 876px;
    height: 378px;
    background-image: url('img/slide_bg.png');
    background-repeat: no-repeat;
}
#oferta {
    position: relative;
    margin: 20px 0 0 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 300px;
    height: 340px;
    float: left;
    -moz-box-shadow:    inset 0 0 10px #8b8b8b;
    -webkit-box-shadow: inset 0 0 10px #8b8b8b;
    box-shadow:         inset 0 0 10px #8b8b8b;
}

#oferta img[src*="water-bottle-2"] {
    margin-top: 10px;
    height: 260px;
}
.button {
    border-radius: 5px;
    background-color: #0072bc;
    color: #fff;
    padding: 10px;
}
.button:hover {
    background-color: #015c98;
}
#oferta a {
    text-decoration: none;
}
#oferta_descriere {
    margin: 20px 0 0 35px;
    width: 500px;
    height: 340px;
    background-color: #fff;
    border-radius: 10px;
    float: left;
    -moz-box-shadow:    inset 0 0 10px #8b8b8b;
    -webkit-box-shadow: inset 0 0 10px #8b8b8b;
    box-shadow:			inset 0 0 10px #8b8b8b;
}
#titlu_oferta {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
#descriere {
    font-size: 14px;
    text-align: left;
    margin-left: 40px;
    margin-right: 30px;
}
#beneficii {
    text-align: left;
}
#beneficii p {
    line-height: inherit;
    font-size: inherit;
}
#subtitlu {
    font-size: 16px;
    margin-left: 40px;
}
.water {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 40px;
    background-image: url('img/drop.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}
#footer {
    text-align: right;
    width: 960px;
    height: 390px;
    background-image: url('img/footer_bg.jpg');
    background-repeat: no-repeat;
}
#submenu {
    padding-top: 130px;
    padding-right: 30px;
}
#submenu a {
    margin: 10px;
}
.titlu_produse {
    font-size: 35px;
    color: #000;
    font-weight: bold;
}
.produs {
    border-radius: 10px;
    border: 2px solid #a8d6f4;
    margin: 0 auto;
    width: 876px;
    height: 378px;
    background-image: url('img/slide_bg.png');
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}
.drop_list {
    list-style-image: url('img/drop.png');
    line-height: 20px;
    text-align: justify;
}
.big_title {
    padding: 20px 40px 20px 40px;
    background-color: #0072bc;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0.1em 0.1em #00548b;
    border: 1px solid #00548b;
}
.box_shadow {
    -webkit-box-shadow: 0 6px 4px -4px #00548b;
    -moz-box-shadow: 0 6px 4px -4px #00548b;
    box-shadow: 0 6px 4px -4px #00548b;
}
.form-label {
    color:#000;
    font:12px Arial, Helvetica, sans-serif;
    text-shadow:0 1px 0 #FFF;
    font-weight:700;
}
.form-input,.form-textarea,.form-select {
    background:#fff;
    border:1px solid #D2D4D4;
    border-top:1px solid #A5A6A6;
    border-radius:2px;
    color:#000;
    font:12px Arial, Helvetica, sans-serif;
    padding:7px 6px;
    width: 200px;
    margin-right: 10px;
}
.button2 {
    color:#fff;
    border:1px solid #33668C;
    border-radius:3px;
    background:#3E7CAC url('img/button-blue.png') repeat-x top;
    font-weight:700;
    box-shadow:0 1px 1px #EDEDED;
    padding:5px 8px;
}

.button2:hover {
    opacity:.95;
    cursor: pointer;
}

.button2-inactive,.button2-inactive:hover {
    opacity:.35;
}
#table_comanda {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('img/comanda_bg.png');
    background-repeat: no-repeat;
    background-position: 170px 0px;
}
.comanda_title {
    font-size: 20px;
    border: 1px solid #fff;
    background-color: #dff2ff;
    padding: 5px;
    color: #0072bc;
    font-weight: bold;
}
#total {
    background-color: #dff2ff;
    border: 1px solid #fff;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-shadow:0 1px 0 #FFF;
    width: 198px;
}
#pret {
    position: absolute;
    top: -30px;
    left: -30px;
}
.contact-information {
    vertical-align: top;
    padding-left: 10px;
    font-size: 13px;
}
.mail {
    color:#000;
    font:13px Arial, Helvetica, sans-serif;
    text-shadow:0 1px 0 #FFF;
    font-weight:700;
    text-decoration: none;
}
.mail:hover {
    text-decoration: underline;
}
.separator {
    width: 1px;
    padding: 0;
    background-color: #d1d1d1;
}