



a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }







/* ICONS
============================================================== */
.rounded-icon {
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #c01e2d;
  border: solid 2px #c01e2d;
  background-color: transparent;
  text-decoration: none; }
  .rounded-icon:hover, .rounded-icon:focus, .rounded-icon:active {
    color: white;
    background-color: #c01e2d; }

.bg-dark .rounded-icon,
.overlay .rounded-icon {
  color: white;
  border-color: white;
  background-color: transparent; }
  .bg-dark .rounded-icon:hover, .bg-dark .rounded-icon:focus, .bg-dark .rounded-icon:active,
  .overlay .rounded-icon:hover,
  .overlay .rounded-icon:focus,
  .overlay .rounded-icon:active {
    color: #c01e2d;
    background-color: white; }






/* SCROLL TO TOP
============================================================= */
.scroll-to-top {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #5b6770;
  font-size: 19px;
  color: #FFFFFF;
  text-align: center; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    color: #FFFFFF; }

