section#contactos{
    margin-top: 30px;
    padding-bottom: 20px;
}
section#contactos .container{
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}
section#contactos .container a{
    text-decoration: none;
    color: #666666;
}
section#contactos form{
    margin-top: 30px;
}
section#contactos .fa{
    color: rgba(246,132,40,1);
    font-size: 25px;
}
section#contactos input, section#contactos textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(246,132,40,1);
    box-shadow: none;
    outline: none;
    margin-bottom: 10px;
    outline: none;
}
section#contactos textarea{
    height: 180px;
}
section#contactos button{
    background-color: rgba(246,132,40,1);
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 5px 10px;
    outline: none;
    height: 32px;
}

.btn .caret {
    position: absolute;
    top: 0;
    right: 0px;
    float: right !important;
    margin-right: 10px;
    margin-top: 15px;
}

::-webkit-input-placeholder {
    color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #666666;
}
:-ms-input-placeholder {
    color: #666666;
}
section#contactos .info.sucesso{
    font-size: 16px;
    text-align: center;
    color: #060;
    margin-bottom: 20px;
}
section#contactos .info.erro{
    font-size: 16px;
    text-align: center;
    color: #F00;
    margin-bottom: 20px;
}

.gm-style-iw{
    height: 100% !important;
    overflow: hidden !important;
    width: 100px;
    text-align: center;
    display: inline-block;
}
.bv-form .help-block{
    margin-bottom: 10px!important;
    margin-top: -5px!important;
    color: #F68428;
}


.assunto{
    position: relative;
    top: 0;
    left: 0;
    height: 32px;
}

.elementos_responsive{
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.drop_especial{
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 100%;
}

.drop_especial li{
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border:1px solid #F68428;
    font-size: 12px;
    cursor: pointer;
}

.drop_especial li a {
    padding-left: 13px !important;
    font-size: 14px;
    font-weight: 300;
}

.drop_especial li:focus{
    outline: none;
}


.drop_especial li:hover{
    background-color: #F68428;
}

.drop_especial li:hover a{
    color: #FFFFFF !important;
    background-color: #F68428;
}

.sub_active_responsive{
    background-color: #F68428!important;
}

.sub_active_responsive a{
    color: #666666 !important;
}
.button_dropdown{
    box-shadow: none;
    border-radius: 0px;
    border:1px solid #F68428;
    background-color: #FFFFFF !important;
    width: 100%;
    text-align: left !important;

}

.button_dropdown:focus {
    outline: none !important;
}

.button_dropdown:hover{
    border:1px solid #F68428;
}

.dropdown_especial{
    background-color: #FFFFFF !important;
    height: 32px;
}

.dropdown_especial button{
    border:1px solid #F68428 !important;
    color: #666666 !important;
    font-size: 14px;
    font-weight: 300;
}

.open .button_dropdown{
    border:1px solid #F68428 !important;
}
.dropdown_especial i{
    font-style: normal;
}

.li_active{
    background-color: #F68428 !important;
}

.li_active a{
    color: #FFFFFF !important;
}

#contactos .submit_form i{
    font-size: 14px;
    color: #FFFFFF;
}

#contactos .submit_form button:hover{
    color: #1B67A8;
}
#contactos .submit_form button:hover i{
    color: #1B67A8;
}
#contactos .submit_form button span{
    margin-top: -3px;
    /*display: inline-block;*/
    vertical-align: middle;
    text-align: left !important;
}

.texto_morada a:link{
    color: #666666;
}

.texto_morada a:visited{
    color: #666666;
}

.texto_morada a:hover{
    color: #1B67A8 !important;
}


@media (max-width: 767px) {
    section#contactos textarea {
        margin-top: 10px !important;
    }
}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1200px){

}
@media (min-width: 1201px) {

}