.home_spotlight {
position: relative;
text-align: center;
background: #174A5B;
}
.home_spotlight .box_bottomlink {
color: #fff !important;
font-size: 16px;
font-weight: 700;
background: #E0711D;
width: auto;
height: 44px;
line-height: 44px;
font-family: inherit;
text-transform: none;
float: none;
display: table;
margin: 20px auto;
text-decoration: none !important;
text-align: center;
border: 0px solid #bbbbbb;
border-radius: 100px;
padding: 0 56px;
letter-spacing: 0.4px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.home_spotlight .box_bottomlink:hover {
color: #fff !important;
text-decoration: none !important;
background: 1D8CE0;
}
.home_spotlight .slides .image_frame {
-webkit-box-shadow: -10px 10px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -10px 10px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -10px 10px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-o-box-shadow: -10px 10px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
box-shadow: -10px 10px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.home_spotlight .slides .image_frame {
-webkit-box-shadow: -20px 20px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -20px 20px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -20px 20px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
-o-box-shadow: -20px 20px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
box-shadow: -20px 20px 0 #666666, 0 10px 20px rgba(0, 0, 0, 0.2);
}