.t3-footer .fa {
   min-width:20px;
   color:#f5c230;

}

.t3-footer {
  background:#202020;
  border-top:6px solid #0fa0e7;
}

.t3-copyright {
   padding:15px 0px;
   background:#111;
   color:#ddd;
   font-size:12px;
}


.t3-footnav .t3-module {
   background:none;
}



.jashadow {
	background: transparent url("../../../../images/shadow/shadow1.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 60px;
}

#Mod100,
#Mod145,
#Mod166,
#Mod167
{
 padding:40px;
 border-bottom:5px dotted #7d8a9c;
}

.tile3 {
 text-align:center;
 background:#fafafa;
 padding:50px 30px;
 margin:5px;
 
 width:30%;
 min-width:300px;
 
 border-radius:16px;

}





/* ADDED BY VA */
/* BOOK NOW */
.book-now {
  position: fixed;
  right: 24px;
  top: auto;
  z-index: 999;
  display:block;
  top: 110px;
}
.book-now .btn {
  height: 50px;
  width: 50px;
  line-height: 1;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size:11px;
  padding-top:12px;

}
.book-now .btn:hover,
.book-now .btn:active,
.book-now .btn:focus {
  outline: none;
  color:#000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.book-now a {
  outline: none;
}


.btn-booknow {
  color:#fff;
  background-color:#fb8c22;
}
               


