.futer li a {
color: rgb(255, 255, 255);
}
.futer li a:hover {
background-color: rgb(245, 119, 9);
color: rgb(255, 255, 255);
}
.futer p a {
color: rgb(255, 255, 255);
}
.futer p a:hover {
padding: 0px 0px;
display: block;
background-size: 100%;
background-color: rgb(245, 119, 9);
color: rgb(255, 255, 255);
}
.blogimg a.uk-align-left img {
    max-width: 300px;
    height: auto;
}
.myhover a {
color: rgb(245, 119, 9);
  
}
.blogimg-m img {
    max-width: 300px;
    height: auto;
	float: left;
    margin: 12px 12px 12px 0; 
}
.imagescale {
 overflow:hidden;
 transition: all 0.5s ease-out;
 }
.imagescale:hover{
 transform: scale(1.2);
 }
.block1 p {
  width: 194px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .5s;
}
.block1 p:hover {
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
  height: auto;
}
.country h3 {
  color: #444444;
}
.country li {
  padding: 0.5% 0.5% 0.5%;
}
div h2.sprocket-features-title a {
  font-size: 22px;
}