@charset "utf-8";
/* CSS Document */

/*Blue color theme*/
.blue .navbar-default {
    background: #003a78;
    border-color: #003a78;
}
/*.blue .navbar-default .navbar-nav>li>a {
    color: #fff;
}*/
.blue .nav-tabs>li.active>a, .blue .nav-tabs>li.active>a:focus, .blue .nav-tabs>li.active>a:hover {
    color: #003a78;
}
.blue h3.title:after {
    background: #003a78;
}
.blue .input-group-addon {
    background: #007bff;
    color: #fff;
}
.blue .login-wrapper a {
	color: #007bff;
}
.blue .login-wrapper .btn-2 {
    background: rgba(0,58,120,0.8);
	color: #fff;
}
.blue .btn-2b:after {
	background: #003a78;
}
.blue .btn-1 {
    border: 1px solid #003a78;
    color: #003a78;
}
.blue .btn-1c:hover, .blue .btn-1c:active {
    color: #fff;
    background: #003a78;
}







/*yellow color theme*/
.yellow .navbar-default {
    background: #fdb811;
    border-color: #fdb811;
}
.yellow .navbar-default .navbar-nav>li>a {
    color: #000;
}
.yellow .nav-tabs>li.active>a, .yellow .nav-tabs>li.active>a:focus, .yellow .nav-tabs>li.active>a:hover {
    color: #ffb400;
}
.yellow h3.title:after {
    background: #ffb400;
}
.yellow .input-group-addon {
    background: #fdb811;
    color: #fff;
}
.yellow .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 650px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 7%, #ffb604 66%, #ffb604 66%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 7%,#ffb604 66%,#ffb604 66%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 7%,#ffb604 66%,#ffb604 66%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.yellow .carousel-indicators li {
    border: 1px solid #fdb811;
	background: #fce2a2;
}
.yellow .carousel-indicators .active {
    background: #fdb811;
    margin-right: 8px;
}
.yellow .login-wrapper a {
	color: #003a78;
}
.yellow .login-wrapper .btn-2 {
    background: rgba(255,180,0,0.8);
	color: #000;
}
.yellow .btn-2b:after {
	background: #b17d00;
}
.yellow .head_block h2, .yellow .blog-content-info h4 {
    color: #ffb400;
}
.yellow .sub-heading {
	color: #003a78;
}
.yellow .btn-1 {
    border: 1px solid #ffb400;
    color: #ffb400;
}
.yellow .btn-1c:hover, .yellow .btn-1c:active {
    color: #fff;
    background: #ffb400;
}
.yellow .color-footer {
    background: #f49903;
}
.yellow footer .copyright {
    background: #a76800;
}
.yellow .footer-nav input.form-control {
    border: 1px solid rgba(255,255,255,0.6);
    background: transparent;
    color: #fff;
}
.yellow .footer-nav .input-group .input-group-addon {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}
.yellow .footer-nav input.form-control::-webkit-input-placeholder { /* Chrome */
  color: rgba(255,255,255,0.6);
}
.yellow .footer-nav input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.6);
}
.yellow .footer-nav input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.6);
  opacity: 1;
}
.yellow .footer-nav input.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(255,255,255,0.6);
  opacity: 1;
}
