/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
    /*  padding-top: 54px; */
}

@media (min-width: 992px) {
  body {
    /* padding-top: 56px; */
  }
}

.clickFinger { cursor: pointer;   }

.pageWrapperX{
    width: 1202px;
    margin: 0 auto;
}

.top-buffer { 
    margin-top:8px; 
}

.bg-black {
    background-color: #1a1a1a;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.sponsorzoom {
    position: relative;
    overflow: hidden;
    max-height: 180px;
}
.sponsorzoom img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 180px;
}
.sponsorzoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}