@charset "utf-8";

.top-navbar .nav > li a,
.btn-group.btn-select .dropdown-toggle,
.homemenu .homemenu-hover,
.slider .slid-content{
  color: #fff;
}
/* //endccolors */
.product .product-hover ul li {
  background-image: url("../../img/svg/check-icon-white.svg"), none;
}

.header .header-wrapper .logo-box .logo a img,
.header .header-wrapper .logo-box .logo a .logo-img {
  max-height: 150px;
  margin-top: 10px;
}

.clem {
  font-size: 17.5px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0px 50px 20px 50px;
}

/* home tiles */

.homemenu .title {
  position: absolute;
  width: 100%;
}

.homemenu .default .title {
  background-color: #F7F7F7;
  filter: alpha(opacity=70);
  opacity: .7;
}

.homemenu .title h2 {
  margin: 16px 0 22px;
  text-transform: uppercase;
  white-space: nowrap;
}

.homemenu .homemenu-hover {
  padding: 0 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.homemenu h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.homemenu h2 {
		font-size: 26px;
	}
}

.homemenu-hover > ul  {
   list-style-type: disc;
   list-style-image: url('../../img/bullet-white.png');
   list-style-position: inside;
   margin-top: 70px;
   padding: 0 0 0 30px;
 }

.homemenu-hover > ul > li > a{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.homemenu-hover > ul > li > a {
		font-size: 18px;
		line-height: 28px;
	}
	.homemenu-hover > ul {
      margin-top: 65px;
	}
}
@media (max-width: 991px) {
	.homemenu-hover > ul > li > a {
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}
	.homemenu-hover > ul   {
	  padding: 0 0 0 10px;
	  margin-top: 55px;
	}
	
	.homemenu-hover  .title h2 {
		margin-bottom: 10px;
	}
}

/* slider */
.tp-caption a {
  color: #737172;
}
.tp-caption a:hover {
  color: #807E7F;
  text-decoration: underline;
}