/* ADOPTII LA DISTANTA */
p.row {
    clear: both;
}
p.row img {
    float: left;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
}

/* STERILIZARI GRATUITE */
h2.red {
    font-size: 14px;
    color: red;
    text-align: justify;
}

/* DEMERSURI AUTORITATI */
.da-red {
    color: red;
}
.da-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/* ADOPTII */
.a-item {
    clear: both;
    margin-bottom: 30px;
}
.a-item img {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    max-width: 570px;
}
.a-item h1 {
    margin-top: 10px;
    background: #f1f1f1;
    color: #2589b4;
    font-size: 18px;
    padding: 7px;
    color: #705807;
}
.a-item sup {
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px;
}
.a-item p {
    text-align: justify;
}
.a-item .admin {
    margin-top: 20px;
    clear: both;
}
.a-item .common {
    border-bottom: 5px solid #fff;
    margin-bottom: 10px;
}
.a-item textarea {
    width: 558px;
}

/* CONTACT */
.c-head {
    text-align: center;
}
.c-head h2 {
    font-size: 16px;
    font-weight: bold;
}
.c-box {
    width: 320px;
    margin: 20px auto;
    text-align: left;
    background: #f1f1f1;
    padding: 10px;
    font-weight: bold;
}
.c-box p {
    padding-left: 80px;
    position: relative;
    margin: 0px;
}
.c-box span {
    position: absolute;
    font-weight: normal;
    left: 0;
}
.c-form {
    margin-top: 50px;
}
.c-form .row {
    overflow: hidden;
}
.c-form .row .name {
    float: left;
    width: 50px;
    height: 40px;
    text-align: right;
    font-size: 12px;
    line-height: 40px;
}
.c-form .row .value {
    float: right;
    width: 520px;
    overflow: hidden;
}
.c-form input[type=text] {
    width: 200px;
}
.c-form textarea {
    width: 450px;
    height: 130px;
}
.c-form .error {
    font-size: 12px;
}
/* DESPRE - PE INDEX */
.despre {
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    overflow: hidden;
}
.despre h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Twestival logo */
.twestival {
    position: relative;
    background: #ccc url('../../data/pagini/ro/imagini/home/twestival-logo.gif');
    height: 96px;
    width: 420px;
    margin: 0px auto;
}
.twestival a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.twestival a:hover {
    text-decoration: underline;
}
.twestival .box1 {
    position: absolute;
    left: 120px;
    bottom: 15px;
    width: 145px;
}
.twestival .box2 {
    position: absolute;
    left: 275px;
    bottom: 15px;
    width: 145px;
}

/* sterilizari */
.sterilizari p {
    text-align: left;
}

/* MASINA */
.masina {
    border: 2px solid #e1d8b9;
    margin: 20px;
}
.masina h1 {
    background: #e1d8b9;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.masina-text {
    padding: 7px;
}
.masina-box {
    text-align: justify;
}
.masina-box .dinamo {
    color: white;
    font-weight: bold;
    font-size: 12px;
    background: #d81a41;
    padding: 5px;
    margin: 0px;
}