body img {
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
  -webkit-filter: grayscale(100%); /* New WebKit */
  filter: grayscale(100%); /* Current draft standard */
}

body img:hover {
  filter: none; /* IE */
  -webkit-filter: grayscale(0); /* Old WebKit */
  -webkit-filter: grayscale(0); /* New WebKit */
  filter: grayscale(0); /* Current draft standard */
}
.facebookchat,
.support__phone,
.bg--main,
footer .copyzone {
  background-color: gray !important;
}
.bg--main:hover {
  background-color: #13629b !important;
}
.clr--second {
  color: #000
}
.clr--second:hover {
  color: #c61913
}
.medium.note__search span,
.medium.note__search,
.clr--main {
  color: #666 !important; 
}
.clr--main:hover {
  color: #13629b !important; 
}
.bg--second {
  background-color: #000
}
.btn:hover,
.support__live:hover,
.bg--second:hover {
  background-color: #c61913
}
.ss-main .ss-multi-selected .ss-values .ss-value,
.note__title:after,
#search__price--btn,
.btn,
.support__live,
.bg--blue,
.bg--main {
  background-color: #666 !important
}
#search__price--btn:hover,
.bg--blue:hover,
.bg--main:hover {
  background-color: #13629b
}
.insight__item {
  border-color: #777;
}
.insight__item--small {
  border-color: #333;
}
.slide__about--desc:before,
.project__desc h3:before {
  background-color: #000
}
.shadow--strong:after {
  border-color: #000
}
body:before {
  position: fixed;
  content: "";
  top: 0; left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #444;
  width: 100%; height: 100%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%) !important;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

}
.banner__child {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%) !important;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
div.about__vision,
.circle.live__support {
  background: #666;
}

.alo-circle {
  border-color: #444;
}
.alo-circle-fill {
  background-color: #555;
}
div.about__vision--item h3 {
  border-color: #444;
}
.slide__about--desc:before,
div.about__vision--item.first-child {
  background-color: #555;
}
.about__vision .tns-controls button:first-child:before,
.about__vision .tns-controls button:last-child:before,
div.about__vision--item.first-child h3{
  color: #fff !important;
}