.breadcrumbs {
	font-size: 12px;
	margin:0;
	text-align: center !important;
}
.li-inline li{
	display: inline;
	padding:0 2px
}
.bg-trans {
	background: transparent !important;
}
.bg-trans:hover {
	background: transparent !important;
}
.pricing-box.style-1.active, .pricing-box.style-1:hover {
	background: #fff none repeat scroll 0 0;
	border: 0 solid #e3e2e2;
	box-shadow: 0 20px 30.4px 2.6px rgba(0, 0, 0, 0.24);
	transition: box-shadow 0.2s ease-in-out 0s;
	transform: scale(1.01, 1.01);
	z-index:99;
}
.pricing-box ul.fea-lists li {
  border-bottom: 1px solid #e0e0e0;
  line-height: 30px;
}
.pricing-box ul.fea-lists li:last-child {
  border-bottom: 0;
}
.ul-catagory {
  border: 2px solid #3498db;
  box-shadow: 8px 8px 48px #dddddd;
}
.cbp-l-filters-underline {
  margin-bottom: 0px;
}
.p-first-inline p:first-child{
	display: inline;
}
.logo-custom {
  display: block;
  height: 50px;
  padding: 10px 0;
}
ul.social-icons.style-two li i {
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
/*product details overview ol,ul*/
.overview-ol ol,.overview-ul ul{
	position: relative;
}
.overview-ol ol > li::before,.overview-ul ul > li::before {
	border-radius: 15px;
	color: #3498db;
	content: "\f00c";
	font-family: FontAwesome;
	left: 10px;
	position: absolute;
}
.overview-ol ol > li:hover,.overview-ul ul > li:hover {
	color:#000;
}
.col-fea-box-white-top105:before {
	top: 105px;
	left: 20px;
	right: 20px;
}
.col-fea-box-white-top105 {
	padding: 15px;
}
/*product details demo ol,ul*/
.demo-ol ol,.demo-ul ul {
	margin: 0;
	padding: 0;
}
.demo-ol ol > li,.demo-ul ul > li {
	background: #3498db none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	line-height: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.demo-ol ol > li:last-child,.demo-ul ul > li:last-child {
	margin-bottom: 0px;
}
.demo-ol ol > li > a,.demo-ul ul > li > a {
	background: #3c3c3c none repeat scroll 0 0;
	color: #fff;
	float: right;
	padding: 0 15px;
}
.demo-ol ol > li > a:hover,.demo-ul ul > li > a:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
}

/*product details according styles*/
#prod-prod-accordian {
	background: #004050;
	color: white;
}
/*heading styles*/
#prod-accordian p {
	background: #3498db none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	line-height: 34px;
	padding: 0 10px;
}
/*links*/
#prod-accordian ol li a,#prod-accordian ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
	background: #003545;
}
/*hover effect on links*/
#prod-accordian ol li a:hover,#prod-accordian ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#prod-accordian ol,#prod-accordian ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	margin-top: -10px;
	padding: 15px 15px 15px 30px;
}
#prod-accordian .active {
	display: block;
}
.price-design li:first-child {
  background: #3498db none repeat scroll 0 0;
  padding: 15px 0;
  font-weight: 200 !important;
  font-size: 45px;
  color: #fff;
}
.bg-black li:first-child {
  background: #000 none repeat scroll 0 0;
  font-size: 22px;
  font-weight: 300 !important;
}
.p-inline p{
	display: inline;
}
/*testimonial img-circle */
.img-circle {
	border: 1px solid #79ddff;
	box-shadow: 10px 10px 43px -22px #3498db;
}
/* img-box-shadow */
.img-box-shadow{box-shadow: 2px 2px 5px #3498db;}
/* home slider beside news & offers */

.col-fea-box-custom{
	background: #7145FF;
}
.offer-tag {
  position: absolute;
  top: 25px;
  right: 5px;
  z-index: 999
}
.offer-button {
  background: #23c000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 600 14px Arial;
  margin: 15px auto 0;
  padding: 10px 25px;
  text-transform: uppercase;
  width: 130px;
}
/* lightblue.css class */
.service-title {
  background: #3498db url("../img/clouds-white-small.png") no-repeat scroll left bottom;
}
.orange-button, .blue-button, .samll-grey-button:hover, .pricing-box.style-1:hover .samll-grey-button, .pricing-box.style-1.active .samll-grey-button, .col-fea-box-white::before {
  border: 1px solid #3498db;
}