#top-header,
.caption-yellow,
.plan-banner,
.submit-btn input,
.ft-data,
.btn-primary:hover, .btn-primary:focus,
.featured-btm,
.nav-tabs,
.offer-bottom,
.btn-primary,
.dropcap p:first-child:first-letter, .highlight,
.list-style3 li:before, .list-style4 li:before,
.pricing-table:hover, .pricing-table-featured, .pricing-table li.table-heading-multiple, .pricing-tables-2 .pricing-table li.table-heading-multiple:nth-child(2n+1), .pricing-tables-2 .pricing-table li.table-heading-multiple:nth-child(2n), .pricing-tables-2 .pricing-table li.table-heading, .pricing-tables-3 .pricing-table li.table-heading, .pricing-tables-2 .pricing-table li.table-heading-two{
    background-color: #FFE200;
}


#ft-footer a,
#header-banner h1,
.featured-cr,
.tl-author-title,
.breadcrumb a:hover,
#main-menu  li:hover > a {
    color: #FFE200;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
#main-menu li ul{
	border-color:  #FFE200;
}
.search-section {
	margin-top: 0;
	margin-bottom: 60px;
}
.search-section .nav-tabs {
	border-bottom: none;
	background:transparent !important;
}
.search-section .nav-tabs .active {
	position: relative;
}
.search-section .nav-tabs .active:after {
	background: #ffe200 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 20px;
}
.search-section .nav-tabs > li > a {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.76);
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 2px 2px 0 0;
	margin-right: 4px;
}
.search-section .nav > li > a {
	padding: 15px;
}
.search-section .nav-tabs > li {
	margin-bottom: 0px;
}
.search-section .nav-tabs > li > a:hover {
	color: #000000;
	background: #ffe200;
	border: 1px solid transparent;
}
.search-section .nav-tabs > li.active > a, 
.search-section .nav-tabs > li.active > a:focus, 
.search-section .nav-tabs > li.active > a:hover {
	color: #000000;
	background: #ffe200;
	border: 1px solid transparent;
}
.search-section .tab-content {
	color: #07253F;
	background: rgba(117, 106, 15, 0.72);
	padding: 30px 15px;
}
.search-section label {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
	color:#ffffff;
}
.search-section .form-control {
	    background: #ffffff;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.search-section .form-control::-moz-placeholder {
	color: #989DA0;
	opacity:1;
}
.search-section .form-control:-ms-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-webkit-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-o-input-placeholder {
	color: #BEC4C8;
}
.search-section .input-group-addon {
	background: #ffe200;
	color: #ffffff;
	border-top: 1px solid #BEC4C8;
	border-right: 1px solid #BEC4C8;
	border-bottom: 1px solid #BEC4C8;
	border-radius: 0;
}
.search-section .product-search-title {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.search-section .search-col-padding {
	padding-top: 15px;
}
.search-section option {
	color: #07253F;
}

.tran-search-box .nav-tabs {
    border-bottom: 4px solid #ffe200;
}

.search-button {
	background: #FFE200;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.search-button:hover {
	background: #000000;
	color: #fff;
}