/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.dev-block {
    padding: 0 0 3px;
}
.dev-block a {
    text-decoration: none;
    color: #000;
}
.dev-block a > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #fff;
}
.dev-block span {
    padding: 5px 3px 0 0;
}
.dev-block a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}
.dev-block img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …<feColorMatrix type=\'saturate\' values=\'.0\'/></filter></svg>#grayscale");
    filter: gray;
    position: relative;
    top: -1px;
	    
}
.footer_top b {color:#777;}


.whatsapp {
	width:96px;
	position:fixed;
	bottom:154px; right:46px;
	z-index:500;
	display:block;
}
.whatsapp span {
	background:rgba(0,0,0,0.9);
	border-radius:5px;
	padding:5px 15px;
	color:#fff;
	position:absolute;
	bottom:calc(100% + 10px);
	left:0;
	white-space:nowrap;
	opacity:0;
	z-index:-1;
	transition:300ms;
}
.whatsapp img {
	display:block;
	width:70px;
	transition:300ms;
	margin:0 auto;
}
.whatsapp img:hover {
	transform:scale(0.89);
}
.whatsapp img:hover + span {
	opacity:1;
	z-index:1;
}
.whatsapp i {
	background:rgba(80,201,93,0.8);
	border-radius:5px;
	padding:3px 0px;
	color:#fff;
	position:absolute;
	top:calc(100% + 5px);
	left:0;
	font-weight:bold;
	white-space:nowrap;
	font-style:normal;
	transition:300ms;
	width:100%;
	text-align:center;
}
.whatsapp img:hover + span + i {
	background:rgba(80,201,93,1);
}

@media screen and (max-width: 767px) {
	.whatsapp {bottom: 68px;}
}

.opt {font-size:18px;line-height:26px; color:#000;}
.opt  span{font-size:18px; font-weight:bold;}