.d-td-none img {
    max-width: 30%;
}

.navbar-nav {
    padding-right: 100px;
    font-size: large;
}

.navbar-nav a:hover {
  color: #ce9d00;
}


.ms-md-2 a {
    color: rgb(15, 13, 9);
    text-decoration: none;
}

.listacadruleg {
    color: #ce9d00;
    text-decoration: none;
    font-size: larger;
}

.listacadruleg a:hover{
    color: #020202;
}

/* contacte ------------------------ */
.lista-contacte {
	text-align: left;
}

/************basic contact form************/

.contact-form {
	border: 1px solid #ddd;
 	border-radius: 4px;
 	padding: 1px;
	margin: 5px;
}

/*Form width*/
.wpcf7 {
    text-align: left;
    width: 100%;
}

/*Input Field widths*/
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.wpcf7-textarea {
	height: 190px;
} 

.wpcf7-text {
	height: 40px;
    padding-left: 10px;
}

/*Label Font, color*/
.wpcf7-form p {
	color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/*Response messages - Error & Success*/
.wpcf7-response-output {
    margin-bottom: 30px !important;
}

/***********borders************/

/*Form border*/
.wpcf7 {
    padding: 20px 25px !important;
    padding-bottom: 0px !important;
}

/***********colors************/

/*Submit button background & border*/
.wpcf7-submit {
    background-color: #050505 !important;
    color: #5A5050 !important;
    font-weight: bold !important;
}

.wpcf7-form label{
	/*display: none;*/
	margin-bottom: 0px;
}

/*Input Field Text color*/
.wpcf7-text, .wpcf7-textarea {
	color: #777;
}

/****background-images********/

/*Form background*/
.wpcf7 {
    /*background-image: url(http://i.imgur.com/iAFPf0G.jpg);*/
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-size: cover;
}

/*Submit button background & border*/
.wpcf7-submit {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

/*Submit button Hover styles*/
.wpcf7-submit:hover {
    border-color: transparent !important;
    background-color: #ffc300 !important;
    color: #FFFFFF !important;
}

/*Input Field border*/
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #ffc300 !important;
}

span.wpcf7-not-valid-tip {
	color: #5A3D3D;
}