/*########################################
  ---------- THEME COLOR SCHEMES----------
  ########################################*/
h4, .h4 {
  font-size: 1.125rem;
  color: #003459;
}

h5, .h5 {
  color: #003459;
}

.section-title h2:after {
	background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	content: '';
	display: block;
	height: 3px;
	margin: 15px auto;
	width: 80px;
}

.btn-custom {
    color: #FFF;   
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.btn-custom:hover {
    color: #FFF;
    background: #CC0023;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ED213A, #93291E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ED213A, #93291E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.home-about h5{
    color: #003459;
}

.home-about h5:after {
	background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a.link, footer a{
    color: #CC0023;	
}

footer p {
    margin: 10px 5px 0 5px;
    display: inline-block;
}




a.btn-hover-corner {
	
	
	
  display: inline-block;
  text-decoration: none;
  
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding: 0.5rem 2.5rem;
  overflow: hidden;
  transition: 0.3s ease;
  margin-bottom: 0px;
}

a.btn-hover-corner:before {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-bottom: 2px solid #CC0023;
  border-left: 2px solid #CC0023;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}

a.btn-hover-corner:after {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-top: 2px solid #CC0023;
  border-right: 2px solid #CC0023;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-fa{
    display:inline-block;
    font-size: 16px;
    line-height: 35px;
    background: #FFF;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: 0.3s;
}

.icon-fa:hover{
    background: #CC0023;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ED213A, #93291E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ED213A, #93291E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.showcase-icon-circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: right;
    position: relative;
    background: #CC0023;
}

.post-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #CC0023;
}

.post-caption a:hover {
	color: #CC0023;
    text-decoration: none;
}

.button {
  position: relative;
  -webkit-perspective: 300px;
          perspective: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #CC0023;
}

.flickity-page-dots .dot.is-selected{
    filter:alpha(opacity=100);
    opacity:1;
    width: 20px;
    height: 10px;
    border-radius: 5px;
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.nav >li > a:focus, .nav> li > a:hover {
    background: transparent;
    color: #CC0023;
}

.alert-success {
  color: #FFF;
  background-color: #CC0023;
  border-color: #CC0023;
}

.networks-list .fab{
    color: #CC0023;
}

.counter-statistics .counter{
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2e3738;
    text-align: center;
}

.navbar-fixed-top.scrolled .nav-menu > li:hover > a{
    color: #CC0023;
}

.cd-top {
  background: rgba(204, 0, 35, 1) url(../images/template/cd-top-arrow.svg) no-repeat center 50%;
}

.soc-but a:hover {
	color: #FFF;
    text-decoration: none;
}

.contact-info {
    padding: 0 4.5rem;
}





/*************************header*/
/*######################################
  ---------- PORTFOLIO STYLES ----------
  ######################################*/

.heroe-bg{
    height: 900px;
    position: relative;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles-js:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.4;
}


.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.word{
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.5;
    height: 100px;
    font-family: 'Poppins', sans-serif;
}
















/*####################################
  ---------- DEALER STYLES ----------
  ####################################*/
.rev_slider img{
    width:100%
}

.rev_slider::after{ 
    width: 100%;
	height:30%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
    z-index:100;
    display:block;
    transition:all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 4%, rgba(0,0,0,30) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); 
}

.front-search-container{
	background: #f0f0f0;
	height: 260px;
	position: relative;
    margin-top: -130px;
    z-index: 101;
    overflow-x: hidden;
}

.left-side .row .col-md-4 .form-group .select-form .form-control{
	height: 40px;
	font-size: 14px;
	border-radius: 0px;
	color: #999;
    border: 1px solid #e6e6e6;
}

.left-side .row .col-md-4 .form-group .select-form{
	margin-top: 10px;
}

.left-side .row .col-md-4 .form-group{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	font-size: 14px;
}

.custom-form {
    height: 40px;
	font-size: 14px;
	border-radius: 0px;
	color: #999;
    border: 1px solid #e6e6e6;
}

.custom-form::-ms-expand {
  background-color: transparent;
  border: 0;
}

.custom-form:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.front-search-container .left-side{
	float: left;
	width: 60%;
	height: 260px;
	padding: 40px 30px 40px 30px;
}

.front-search-container .right-side{
	float: right;
	width: 40%;
	background: #CC0023;
	height: 260px;
	padding: 40px 30px 40px 30px;
    color: #FFF;
}

.price-range .ui-button.ui-state-disabled:hover,
.price-range .ui-button.ui-state-disabled:active {
	border: 1px solid #fff;
	background: #fff;
	font-weight: normal;
	color: #FFF;
    font-family: 'Poppins', sans-serif;
}

.btn-search{
	margin-top: 30px;
}

.btn-search .btn-custom{
    background: #FFF;
    color: #CC0023;
}

.btn-search .btn-custom:hover{
    color: #ff002b;
}

.btn-search .btn-custom.disabled, .btn-custom:disabled {
  color: #CC0023;
  background-color: #e9b416;
  border-color: #e9b416;
}

.btn-search .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #CC0023;
  background-color: none;
  border-color: none;
}

.btn-search .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: none;
}
.price-slider{
    margin: 15px 0px 15px 0px;
}

.price-range h5{
    font-size: 0.85rem;
    color: #FFF;
    
}

.rank-label{
    background: transparent;
    border: none;
    font-weight: 500;
    color: #FFF;
    font-size: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,


/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #FFF;
	background: #FFF;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #CC0023;
	background: #333;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: none
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #333;
	background: #333;
	font-weight: normal;
	color: #ffffff;
}

