/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.car-pic{
	display: block;
	width: 300px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
        border-radius: 7px;
}
@media screen and (max-width: 480px) {
	.car-pic{
		width: 150px;
		height: 100px;
	}
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.carousel-item img{
    max-height: 405px;
    margin: auto;
}

.bg-dark-gradient{
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.banner-low-price,
.our-price{
    right: 0;
    padding: 7px 12px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
}

.our-price{
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}

.our-price:hover{
    text-decoration: none;
}

.our-price small{
    font-size: 15px;
}

#offers-list-header{
    display: none;
}

.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px); 
}

.modal-backdrop{
    opacity:0.4 !important;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 900px;
    }
}

