﻿body                {   background: #333; 
                        color: white;
                    }
.desktopbackground {    background: url('/_includes/images/default.jpg') no-repeat fixed; 
                        -webkit-background-size: cover;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: 100% 100%;
}
/*footer {background-color: #2BACFF}*/
footer a {color: white;}
footer .row {background-color:#2BACFF;}
footer a:hover{
  text-decoration: none;
  color: #ebebeb;
}

.bx-wrapper .bx-controls-direction a {z-index:0;}