/*@media (min-width: 650px)
{
.carousel .item>img, div.carousel-inner, .carousel {
    height: calc(100% - 70px) !important;
}
}*/
.carousel-inner>.item>img {
    display: inline-block !important;
}

.carousel.slide
{
	background-color: rgba(43, 126, 228, 0.25);
	height: calc(100% - 200px);
}

.carousel-inner, .carousel-inner .item, .carousel-inner .item img
{
	height: 100%;
}

.carousel-control
{
	background-color: transparent;
    background-image: none !important;
    top:40%;
    font-size: 5em;
    color: black;
}

.carousel  .item{
	padding: 10px;
}

.options .panel
{
	width:250px;
	display: inline-block;
	cursor: pointer;
}
.options i
{
	font-size:4em;
}

.carousel-caption
{
	background-color: #0053a5;
	 box-shadow: 2px 3px rgba(0, 0, 0, 0.5);
        opacity:.5;
}

.btn-client:not(:hover)
{
	background-color: #0053a5;
	color:white !important;
}

.badge-client
{
	background-color: #0053a5;
	color:white !important;	
}

.modal-header {
	background-color: #0053a5;
	color: #ffffff;
}

.modal-title {
	letter-spacing: 1px;
}