    .firstcarousel>.item>img, .firstcarousel>.item>a>img{
        	width: 100%;
            max-height: 415px;
    }
        .btn-blue {
			/*background-color: #058;*/
			background-color: #D1002B;
			color: #fff !important;
			cursor: pointer;
			display: block;
			float: left;
			font-size: 15px;
			outline: 0 none;
			padding: 8px 20px;
			text-shadow: none !important;
			white-space: nowrap;
			word-wrap: normal;
        }
        .btn-blue:hover{
            background-color: ;
            /*background-color: #046;*/
            text-decoration: none;
        }
		.tp-caption h3 {
			    color: #FFF;
                display: block;
                float: left;
                font-size: 45px;
                font-weight: 600;
                line-height: 1;
                margin: 0;
                padding: 0;
                text-shadow: 1px 2px 1px #0A0A0A;
            }
		.tp-caption h5 {
			color: #FFF;
			display: block;
			float: left;
			font-size: 22px;
			line-height: 1.5;
			margin: 5px 0 10px;
			padding: 0;
			text-shadow: 1px 1px 3px #222;
		}
@media (max-width: 1046px){
    .tp-caption h3 {
            font-size: 30px;
            font-weight: 600;
        }
        .tp-caption h5 {
            font-size: 15px;
        }
}
@media (max-width: 808px){
    .tp-caption h3 {
            font-size: 20px;
            font-weight: 600;
        }
        .tp-caption h5 {
            font-size: 12px;
        }
}
@media (max-width: 725px){
        .tp-caption h5 {
            top:50%;
        }
}
@media (max-width: 618px){
            .tp-caption h3 {
            padding: 10px 22px;
        }
        .btn-blue {
            bottom: 10%;
            padding: 10px;
        }
}
@media (max-width: 618px){
            .tp-caption h3 {
            font-size: 15px;
            padding: 6px 16px;
        }
}
@media (max-width: 412px){
            .tp-caption h3 {
            font-size: 13px;
            padding: 3px 13px;
        }
            .btn-blue {
            padding: 6px;
        }
}
@media (max-width: 358px){
            .tp-caption h3 {
            font-size: 11px;
            padding: 2px 11px;
        }
            .btn-blue {
            padding: 4px;
            font-size: 10px;
        }
}

ul.nav.navbar-nav {
    position: relative;
    top: 35px;
}

.search input{
    background-color:#FFF !important;
    color:#000 !important;
}

.wrapper .breadcrumbs{
    visibility: hidden!important;
}
