#footer {
    background:url(../img/background-footer.jpg) no-repeat center;
    background-size:cover;
    border-top:0;
    padding-top:30px;
    padding-bottom:36px;
    color:#3F4749;
    position: relative;
    z-index:1;
    line-height: normal;
}

#footer:before {
    content:"";
    display: block;
    width:100%;
    height:6px;
    top:0;
    left:0;
    background: #351e1a;
    background: -moz-linear-gradient(left,  #351e1a 0%, #e32025 24%, #010101 80%);
    background: -webkit-linear-gradient(left,  #351e1a 0%,#e32025 24%,#010101 80%);
    background: linear-gradient(to right,  #351e1a 0%,#e32025 24%,#010101 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#351e1a', endColorstr='#010101',GradientType=1 )";
    position: absolute;
    z-index:2;
}

#footer h2 {
    margin-bottom:0;
    font-size:1.4em;
}

#footer a {
    color:inherit;
    text-decoration:none;
}

#footer .row {
    align-items: stretch;
}

#footer .information {
    text-align: center;
    width:308px;
    flex-grow:0;
}

#footer .additional-icons {
    margin:10px auto;
    font-size:3.1em;
}

#footer .phone-number {
    color:#ED1C24;
    font-size:1.9em;
}

#footer li {
    margin-bottom:0;
}

#footer .row > * {
    border-right: solid 2px #3F4749;
}

#footer .row > *:last-child {
    border-right:0;
}

#footer .menu-widgets {
    padding:0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Bebas Neue', 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:#3F4749;
    flex-shrink:0;
}

#footer .menu-widgets li {
    color:#848688;
    display: inline;
}

#footer .menu-widgets li:after {
    content: "\00a0" "|" "\00a0";
}

#footer .menu-widgets li:last-child:after {
    display: none;
}

#footer #nav_menu-3 li {
    color:#ED1C24;
}

#footer .menu-widgets .widget {
    margin-bottom: 25px;
}

#footer .menu-widgets .widget:last-child {
    margin-bottom: 0;
}

#footer .contact-widgets {
    padding-left:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width:350px;
    flex-grow:0;
}

#footer .contact-widgets .wpcf7-form-control {
    text-align:center;
    border-radius:5px;
    border:solid 2px #848688;
    padding-top:9px;
    padding-bottom:9px;
    width:100%;
    box-sizing: border-box;
}

#footer .contact-widgets > .widget {
    margin-bottom:32px;
}

#footer .contact-widgets > .widget:last-child {
    margin-bottom:0;
}

#footer .contact-widgets h2 {
    font-family: 'Bebas Neue', 'Roboto Condensed', sans-serif;
    color:#ED1C24;
    font-size:1.6em;
}

#footer .contact-widgets .wpcf7-form p {
    margin: 0 auto;
}

#footer .social {
    text-align:center;
    font-size: 2.7em;
    line-height: 0;
}

#footer .social li {
    display:inline;
}

#footer .social li:after {
    content: "\00a0";
}

#footer .social li:last-child:after {
    display: none;
}

#footer .contact-widgets .textwidget {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
}

.to-top {
    background: url(../img/top.png) no-repeat center;
    width:40px;
    height: 60px;
    position: relative;
    z-index:99;
    bottom:100px;
    left:50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left:634px;
    cursor: pointer;
    display: none;
}

.below-threshold ~ .to-top {
    display: block;
}

.sidetab {
    position:fixed;
    z-index:99;
    top:50%;
    left:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width:40px;
    height:350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.sidetab a {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
/* ============= sidetab - WIN FREE GEAR ================ */

.sidetab.win-free-gear {
    background-image: url(../img/win-free-gear-tab.png);

    display: none !important; /* Removal this feature requested */
}

.hide-win-free-gear .sidetab.win-free-gear {
    display: none;
}
.sidetab.win-free-gear.gear-hover {
    display: none;
    background: none;
    width: 300px;
    vertical-align: top;
}

.sidetab.win-free-gear.gear-hover.shown {
	display: block;

    display: none !important; /* Removal this feature requested */
}

.sidetab.win-free-gear.gear-hover img{
	max-width: 130px;
}
.sidetab.win-free-gear.gear-hover .gear-content {
	width: 261px;
    height: 350px;
    display: inline-block;
    background: #fff;
    padding: 0px;
    text-align: center;
    vertical-align: middle;

    background-image: url(../img/PB_GiveawayTabBkgd2x.jpg);
    background-size: cover;
    
    display: none !important; /* Removal this feature requested */

}
.sidetab.win-free-gear.gear-hover .gear-content h3 {
	text-transform: uppercase;
    color: #ed1c24;
    width: 90%;
    margin: auto;
    font-size: 17px;
    line-height: 20px;
    padding-top: 20px;
}
.sidetab.win-free-gear.gear-hover .gear-content h5 {
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #3f4749;
}
.sidetab.win-free-gear.gear-hover .gear-content a {
	position: relative;
    text-decoration: none;
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 8px auto auto auto;
    display: block;
    max-width: 85px;
    white-space: nowrap;
    text-align: center;
}
.sidetab.win-free-gear.gear-hover .gear-margin {
    background-image: url(../img/win-free-gear-tab-red.png);
    width: 39px;
    height: 350px;
    display: inline-block;
    float: right;
    position: relative;
}
.sidetab.win-free-gear.gear-hover .gear-row.last{
	border-top: solid 1px #3f4749;
    margin: 15px auto auto auto;
    padding-top: 0px;
    width: 85%;
}

/* ============= sidetab - COMPARE ================ */
.sidetab.specs-compare {
    background-image: url(../img/compare-tab-gray.png);
    display: none;
    height: 185px;
}

.sidetab.specs-compare.specs-hover {
    display: none;
    background: none;
    width: 289px;
    vertical-align: top;
}

.sidetab.specs-compare.specs-hover.shown {
	display: block;
}

.sidetab.specs-compare.specs-hover .specs-compare-content {
	background: #3f4749;
    width: 250px;
    min-height: 400px;
    display: inline-block;
    text-align: center;
}
.sidetab.specs-compare.specs-hover .specs-compare-content a {
	display: block;
    padding: 5px;
    background: #ED1C24;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    margin: 20px auto;
    position: relative;
}

.specs-compare-items ul {
    padding: 0;
    max-width: 120px;
    margin: auto;
}
.specs-compare-items ul li {
    height: 70px;
    vertical-align: middle;
    background: #fff;
    padding: 0 20px;
    margin: 10px 0;
    line-height: 70px;
    position: relative;
}

.specs-compare-items ul li .product-logo{
	display: inline-block;
    margin: auto;
    vertical-align: middle;
    line-height: 70px;
    height: auto;
}

.sidetab.specs-compare.specs-hover .specs-compare-content span.checked:after {
    display:none;
    content: "\e909";
    font-family: 'parker-bows' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: -45px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    background: #ED1C24;
    color: #3f4749;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidetab.specs-compare.specs-hover .specs-compare-margin {
    background-image: url(../img/compare-tab-red.png);
    width: 39px;
    height: 185px;
    display: inline-block;
    float: right;
    position: relative;
    top: 100px;
}



@media (max-width: 768px) {
    #footer {
        background-image:url(../img/mobile-footer-bg.jpg);
    }
    #footer .menu-widgets {
        display: none;
    }

    #footer .contact-widgets,
    #footer .information {
        width:auto;
        box-sizing: border-box;
        padding-left:0;
        padding-right:0;
    }

    #footer .information {
        border-right:0;
        border-bottom:solid 2px #3F4749;
        margin-left:60px;
        margin-right:60px;
        padding-bottom:30px;
        margin-bottom:30px;
    }

    .break-mobile {
        display: block;
    }

    .desktoplink {
        margin-top:32px;
    }
}

@media (max-width:1300px) {
    .to-top {
        left: auto;
        right:0;
        margin-left:0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@media (max-width:768px) {
    .to-top {
        display: none;
    }
}
