@font-face {
	font-family: MKT;
	src: url(http://localhost/clientes/mktdesign/bogdanpreda.com/fonts/neutra.woff);
}
#logotipo{
	width: 150px;
}
.navbar-brand{
	padding: 8px 15px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: rgb(182, 25, 24);
}
.navbar-default .navbar-nav > li > a{
	/*font-family: MKT;
	font-size: 25px;
	font-weight: bold;*/
}
.author{
	color: rgb(182, 25, 24) !important;
}
#contact.contact{
    background: url(../_images/contact-photo.jpg);
    background-position: 50% 0px;
    position: relative;
}
#contact .overlay-point{
    background: url(../_images/point.png) rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
#contact h3{ font-weight: 400 }
#contact p,#contact h2,#contact h3{
    color: white !important;
}
#contact-form input#submit-button{
    background: #00b5e7 !important;
    border-radius: 20px;
    opacity: 0.8;
    width: 20%;
    margin: auto;
}
#contact-form input#submit-button:hover{
    opacity: 1;
}
#contact-form input,#contact-form textarea{
    display: block;
    padding: 10px;
    border: 0;
    width: 100%;
    background: rgba(150, 150, 150, 0.4);
    color: #fff;
}
#contact-form input.contact-input:focus,#contact-form textarea.contact-commnent:focus{
    color: white;
    background: rgba(150, 150, 150, 0.4);
}
#contact-form input::-webkit-input-placeholder,#contact-form textarea::-webkit-input-placeholder{
    color: white;
}
#contact-form input::-moz-placeholder,#contact-form textarea::-moz-placeholder{
    color: white;
}
.pin-contact .label{
    width: 70px;
    border-radius: 50%;
    background: transparent;
    height: 70px;
    border: #00b5e7 3px solid;
    display: inline-block;
    float: left;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.pin-contact .label:hover{
    background: #00b5e7;
    border-color: #fff;
}
.pin-contact .content{
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 260px;
}
.pin-contact .label span{
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    text-align: left;
}
.close-contact{
    position: absolute;
    left: 50%;
    width: 200px;
    height: 100px;
    margin-left: -200px;
    top: -100px;
}
.close-contact::after{
    position: absolute;
    border-bottom: 50px #fff solid;
    border-left: 100px transparent solid;
    border-right: 100px transparent solid;
    border-top: 50px transparent solid;
    left: 50%;
    content: "";
}
.close-contact .arrow{
    position: absolute;
    bottom: 10px;
    left: 100%;
    margin-left: -5px;
    color: #222222;
    z-index: 9;
    font-size: 18px;
}
.close-contact .arrow > span{
    color: rgb(182, 25, 24);
}
.copyright{
    position: relative;
    z-index: 100;
    padding: 20px;
    text-align: center;
    background: #fff;
    width: 100%;
    border-top: #ccc solid 1px;
    color: #222222 !important;
}
.lista-forzada{
    list-style: circle;
    margin-left: 25px;
    text-align: left;
}
.add-prox{ margin-top: 1.5em; }
.add-prox img:hover{ opacity: 0.8; }

#owl-carousel .item{
  margin: 15px;
}
#owl-carousel .item img{
    display: block;
    height: 100px;
    width: auto;
    margin: auto;
    max-width: 90%;
}
/* ******** */
.call-mobil{
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    visibility: visible !important;
}
.call-mobil .label {
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(182, 25, 24);
    border-radius: 50%;
    box-shadow: 0px 1px 5px #212121;
}
.call-mobil .label > span {
    line-height: 60px;
    font-size: 40px;
}
@media screen and (max-width: 500px) {
    #contact-form input#submit-button{
        width: 80%;
    }
    .pin-contact .label, .pin-contact .content{
        float: none;
    }
    .call-mobil{ display: block; }
}