.title-section{
	background-color: #D1D101;
}
.navbar.speaking.stick, .navbar.speaking.sticky, .navbar.speaking.open,.section-page_title {
    background: #D1D101;
}

.section-page_title .text {
    max-width: 1050px;
	padding-left: 30px;
}

.request-vo-production-button{
	background-color: #D1D101 !important;
    border-color: #D1D101 !important;
	color: #191919;
}
.request-vo-production{
  background-color: #ffffff; /* white background */
  border-left: 4px solid #d1d100; /* yellow stroke on the left */
  /* Optional: Add shadow for depth */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > a, .navbar-nav > li > .no-link{
	color: #191919;
}
.request-vo-production input {
  border: 1px solid #cccccc !important;
}

.request-vo-production input[type="submit"] {
  background:#287BD7 !important;
}
.request-vo-production textarea {
  border: 1px solid #cccccc !important;
}


.section-page_title{
	color: #191919;
}
#menu-vo-production.navbar-nav ul a:hover, #menu-vo-production.navbar-nav ul .no-link:hover {
    color: #D1D101;
}
.language-switcher .button{
	color: #191919;
}
.language-switcher .button:after {

    border-top: 6px solid #191919;

}

.title-bg .overlay.overlay-desk{
	background: -moz-linear-gradient(left,  rgba(209,209,1,1) 0%, rgba(209,209,1,0.75) 75%, rgba(209,209,1,0.25) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(209,209,1,1) 0%,rgba(209,209,1,0.75) 75%,rgba(209,209,1,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(209,209,1,1) 0%,rgba(209,209,1,0.75) 75%,rgba(209,209,1,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc1', endColorstr='#4000acc1',GradientType=1 ); /* IE6-9 */
}
.title-bg .overlay.overlay-mob{
	background: -moz-linear-gradient(top,  rgba(209,209,1,0.25) 0%, rgba(209,209,1,0.75) 25%, rgba(209,209,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(209,209,1,0.25) 0%,rgba(209,209,1,0.75) 25%,rgba(209,209,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(209,209,1,0.25) 0%,rgba(209,209,1,0.75) 25%,rgba(209,209,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4000acc1', endColorstr='#00acc1',GradientType=0 ); /* IE6-9 */
}
