#sp-destinations-wrapper {
  padding: 5px 0 0px;
  background: #FFFFFF;
}
.sp-top-destinations div.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
  overflow: hidden;
}
.sp-top-destinations div.k2ItemsBlock ul li {
  border-bottom: 0;
  background: none;
  float: left;
  padding: 0;
  width: 20%;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper {
  padding: 0 15px;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper .k2ContantImageinfo {
  background: #f5f5f5;
  padding: 16px 10px 10px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper:hover .k2ContantImageinfo a,
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper:hover .k2ContantImageinfo p {
  color: #fff;
}
.sp-top-destinations div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
}
.sp-top-destinations div.k2ItemsBlock ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.sp-top-destinations div.k2ContantImageinfo p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper:hover .k2ContantImageinfo {
  background: #6a9bac;
}
#sp-popular-packages-wrapper {
    color: #FFF;
    text-align: center;
}
#sp-bottom-wrapper a {
	color: #555;
    text-decoration: none;
}
#sp-bottom-wrapper .module h3{
	font-size: 21px !important;
}

#sp-bottom4 address {
  color: #999;
}
#sp-bottom4 .social a {
  font-size: 18px;
  color: #999;
}
#sp-bottom4 i {
  font-size: 18px;
  border: aliceblue;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  
}
#sp-bottom4   [class^="icon-"]:before{ font: normal normal normal 14px/1 FontAwesome !important;}
#sp-bottom4 .btn {
  padding: 5px;
}
#sp-bottom4 .icon-facebook {
  background-color: #789bde;
}
#sp-bottom4 .icon-google-plus {
  background-color: #dc422b;
}
#sp-bottom4 .icon-pinterest {
  background-color: #e03e44;
}
#sp-bottom4 .icon-linkedin {
  background-color: #49b9e3;
}
#sp-bottom4 .icon-twitter {
  background-color: #8eddff;
}
#sp-bottom4 .icon-youtube {
  background-color: #da5954;
}
.hotel-search-list {
    background-color: #FFF;
}

@media(max-width : 480px) {
	.sp-top-destinations div.k2ItemsBlock ul li {
	   width: 100% !important;
	}
}