/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 300px;
    margin-top: 70px;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 230px;
    background-color: white;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}


/* Sticky footer styles ends
-------------------------------------------------- */

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* Google map
-------------------------------------------------- */

.map-container {
    width: 100%;
    -webkit-filter: sepia(20%);
    filter: sepia(20%);
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    height: 300px;
    border: 0;
}

.map-container iframe.clicked {
    pointer-events: auto;
}

.bg-contact {
    background-image: url("../images/bg-contact.png");
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
}

.bg-404 {
    background-image: url("../images/404-bg.jpg");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.navbar {
    min-height: 70px;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

.navbar-toggle {
    margin-top: 16px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1C69B0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 0;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        margin-top: 16px;
    }
}

.navbar-default .navbar-nav>li>.btn-green:focus,
.navbar-default .navbar-nav>li>.btn-green:hover {
    background: #fff;
    color: #f50002;
		border:1px solid #f50002;
    text-decoration: none;
		border-radius:5px;
}

.navbar-default .navbar-nav>li>a {
    color: #1C69B0;
    font-size: 15px;
    padding: 10px 20px;
}

.desktop {
    margin: 5%;
    padding: 30px 25px;
    background: #f3f3f3;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 44px -9px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 44px -9px rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 44px -9px rgba(0, 0, 0, 1);
}

.panel-default {
    border-radius: 2px 20px 2px 20px;
}

.panel-body {
    padding-top: 12px;
    padding-bottom: 5px;
}

.panel {
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    padding: 5px 15px;
    color: white;
    background-color: #1C69B0;
    border-color: #1C69B0;
    border-radius: 2px 20px 2px 2px;
}

.btn-green {
		border:1px solid #fff;
    background: #f50002;
    color: white;
    padding: 10px 25px;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    transition: all .25s ease;
		border-radius:5px;
}

.btn-green:hover,
.btn-green:focus {
    background: #fff;
    color: #f50002;
		border:1px solid #f50002;
    text-decoration: none;
		border-radius:5px;
}


/*Row with equal height columns*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#mastercard img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

.navbar-brand {
    padding: 12px 15px;
}

.logo {
    height: 45px;
    width: auto;
}

.green {
    color: #578b1a;
}

.orange {
    color: #1C69B0;
}

.white {
    color: white;
}

.gray {
    color: #7a7a7a;
}

.black {
    font-weight: 700;
}

.fa-2x {
    color: #333;
}

.fa-2x:hover {
    color: #1C69B0;
}
.main-color{
	color:#f50002 !important;
}

.bg {
    background-image: url("../images/bg.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.cars-sold-today {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
    margin: 20px;
    padding: 20px;
}

.slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    color: #1C69B0;
    font-size: 25px;
    display: block;
}

.slick-next:before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #1C69B0;
    font-size: 25px;
    display: block;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-slide {
    outline: none;
}

.slide-item {
    border: 1px solid #000000;
    padding: 10px;
    margin: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: .5;
    color: black;
}

.slick-dots li button:before {
    font-size: 10px;
    opacity: .25;
    color: black;
}

.slick-slide.slick-active img {
    transform: scale(1.2) !important;
}

.fa-star {
    color: #daaf02;
}

.brand-logo {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: rgba(224, 43, 26, 0.1);
}

.has-error .form-control:focus {
    background-color: transparent;
}

.radio-group.has-error {
    border: 2px solid #e02b1a;
    background: rgba(224, 43, 26, 0.1);
    border-radius: 6px;
}

.nopadding {
    padding: 0;
    margin: 0;
}

select.input-sm {
    height: 25px;
}

.form-select {
    padding: 0 5px !important;
}

hr {
    margin: 30px -15px 20px;
    border: 0;
    border-top: 1.5px solid #c9c7c7;
}

.sticky-btn {
    display: none;
}

.sticky-btn-show {
    position: fixed;
    display: block;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background: #f3f3f3;
    border-top: 1px solid #a7a7a7;
    z-index: 1000;
    display: block;
}

.input-sm {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-addon {
    font-size: 10px;
}

.slide-item {
    margin-top: 10px;
    height: 250px;
    overflow-y: auto;
}


/*Use this class when you want your content to be hidden*/

.BeforeScroll {
    height: 100px;
    /*Whatever you want*/
    width: 100%;
    /*Whatever you want*/
    display: none;
}


/*Use this class when you want your content to be shown after some scroll*/

.AfterScroll {
    height: 100px;
    /*Whatever you want*/
    width: 100%;
    /*Whatever you want*/
    display: block;
}

.phone-number:focus {
    border-color: #a94442;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .6);
}

@media only screen and (max-width: 767px) {
    .cars-sold-today {
        box-shadow: none;
        margin: 0;
    }
    .bg {
        background-image: url("../images/bg-mobile.png");
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    }
    .form-group {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cars-sold-today {
        box-shadow: none;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1220px) {}

@media only screen and (max-width: 450px) {
    .h1,
    h1 {
        font-size: 30px;
    }
    .h6,
    h6 {
        font-size: 10px;
    }
}

.snow {
    background: #1C69B0;
    /*background-image: url('../images/snow-medium.png'), url('../images/snow-small.png'), url('../images/snow-small.png');
		-webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;*/
    width: 100%;
    z-index: 1;
    
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}


#SnapABug_Button {
    display:none!important;
}