.bg1 {background:#d3d3d3;}
.footer  {color:#d3d3d3;}
.footer a {color:#d3d3d3;}
.copyright {color:#ccc;}
.fa:hover {color:#249e61;}
a {color:#898989;}
a:hover {color:#249e61;}
a:active {color:#28a745;}
.star-icons {color:#dd0000;}
.carousel-caption {color:#ccc;top:130px; bottom: auto; text-align:left;}
.carousel-caption h1 {font-size:22px;color:#fff;}
.carousel-inner img {
	width: 100%; 
/*	max-height:440px;*/
}

.text-bold-500, {
	font-weight: 500 !important;
}
.text-bold-600, .text-semi-bold {
	font-weight: 600 !important;
}
.text-bold-700, .text-bold {
	font-weight: 700 !important;
}
.text-bold-800, .text-bolder {
	font-weight: 800 !important;
}
.text-bold-900, .text-boldest {
	font-weight: 900 !important;
}

.top-cart img {
	width:100%;
}
.footer img {
	max-height: 100px;
}
.footer-link {
	font-weight: 700 !important;
}

.list-group-item-action:hover,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(250,250,250,.7);
	background: rgba(0,0,0,.9);
	border-radius: .25rem;
}


/**
 * FORMS
 */
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 480px) {
	legend {
		margin-bottom: .3rem;
		font-size: 1.2rem;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.for-input-group {
	padding-top: .30rem;
}
.control-label  {
	padding-top: .36rem;
}

.bg-disabled {
	background-color: #eaecf4 !important;
	opacity: 1;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.border-secondary {
	border-color: #ced4da !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #999;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #999;
 }


/*
 * Component: Small Box
 */

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

.small-box p {
  font-size: 1rem;
}

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: .9rem;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box .icon svg {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.small-box:hover .icon > svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .small-box {
/*    text-align: center;*/
  }
  .small-box .icon {
/*    display: none;*/
  }
  .small-box p {
    font-size: 12px;
  }
}
