body {
    background-color: #ffffff;
}

#mapContact{
    height: 400px;
}


.contact-head {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}


.contact-head:before, .contact-head:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #dedede;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.contact-head:before {
    bottom: -6px;
}

.contact-head h3{
    color: #ba1718;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}

.contact-head p {
    color: #777777;
    font-weight: 300;
}

.form-contact {
    padding: 0 15px;
    font-size: 14px;
    color: #777777;
    margin-bottom: 25px;
}

.form-title {
    margin-bottom: 15px;
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
}

.form-contact .form-group {
    position: relative;
}

.form-contact input {
    padding-left: 40px;
}

.form-contact .fa {
    position: absolute;
    left: 15px;
    top: 1.9em;
    color: #bfbfbf;
}

textarea[name="mesaj"].form-control {
    padding-left: 2.5em;
}

.form-body-text .fa {
    top: 1.9em;
    left: 15px !important;
}

.form-body-text textarea {
    height: 102px;
}

.form-contact .btn-black {
    background-color: #000;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid black;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-contact .btn-black:hover {
    background-color: black;
    border: 1px solid red;
}

.base_heading_1 {
    padding-top: 1em;
}

.info-contact {
    padding: 0 15px;
}

.info-contact h4 {
    margin-bottom: 16px;
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    text-transform: uppercase;
}

.info-contact ul {
    color: #777777;
    padding: 0;
}

.info-contact ul li {
    list-style: none;
}

.info-contact ul a {
    color: #777777;
}

.date-contact .fa {
    color: #ba1718;
    margin-right: 8px;
}

.date-contact a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.date-contact a:hover {
    color: #ba1718;
    text-decoration: none;
    padding-left: 10px;
}

.social-contact li {
    display: inline-block;
    margin-right: 10px;
}

.social-contact li a {
    border: 1px solid #999999;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 37px;
}

.social-contact li a:hover {
    border-color: #ba1718;
    background-color: #000;
    color: #ffffff;
}

.contact-evenimente {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-evenimente h3{
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-evenimente h6{
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
}

.contact-evenimente .item figure{
    width: 130px;
    position: relative;
    display: inline-block;
}

.contact-evenimente .item figure:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #000;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.contact-evenimente .item figure figcaption {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -9px auto 0;
    text-align: center;
    opacity: 0;
    line-height: 20px;
}

.contact-evenimente .item figure figcaption a {
    color: #ffffff;
}

.contact-evenimente .item:hover figure:before {
    opacity: 0.7;
}

.contact-evenimente .item:hover figure figcaption {
    opacity: 1;
}

.contact-evenimente .item .text {
    display: inline-block;
    padding-left: 20px;
}

.contact-evenimente .item .text a{
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact-evenimente .item:hover .text a {
    color: #ba1718;
}

.contact-evenimente .item .text p {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #999999;
    margin-bottom: 0;
    line-height: 20px;
}

.contact-evenimente .item .text p i{
    margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
    .zero-pad-left {
        padding-left: 0 !important;
    }
}
