﻿/* testimonial slider */
    .bx-wrapper .bx-viewport
    {
        background: none;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        position: relative;
        opacity: 1;
    }
    .bx-viewport .slide
    {
        min-height: 300px;
        max-height: 300px;
        background-color: transparent;
        display: inline-table;
        position: relative;
    }
    .innerSlide span
    {
        color: White;
        max-height: 180px;
        min-width: 620px;
    }
    .innerSlide a
    {
        color: white; /*#EDEB63;*/
        font-weight: 900;
    }
    .bx-wrapper .bx-controls-direction a
    {
        bottom: 10px;
        display: none;
    }
    .bx-wrapper .bx-prev
    {
        left: 200px;
        /*background: url(/img/sliderLeftArrow.png) no-repeat;*/
    }
    .bx-wrapper img
    {
        width: 200px;
        margin-left: 0px;
    }
    .bx-wrapper .bx-next
    {
        left: 370px;
        /*background: url(/img/sliderRightArrow.png) no-repeat;*/
    }
    .testimonialreadmorebutton
    {
        background-color: #fff;
        color: black !important;
        padding: 5px 20px;
        font-weight: 100 !important;
        transition: all 0.5s;
        margin-right: 20px;
        float:right;    
    }
    .testimonialreadmorebutton:hover
    {
        background-color: #777;
        color: white !important;
        transition: all 0.5s;
    }
    .showsb
    {
        position: absolute;
        right: 0px;
        display: none;
        color: #ccc;
        cursor: alias;
    }
    @media only screen and (max-width:780px)
    {
        .footlinks
        {
            text-align: center;
        }
        .footlinks li
        {
            padding-left: 20px;
            padding-top: 15px;
        }
    }
    @-moz-document url-prefix(){
        .bx-viewport
        {
            height:auto !important;
        }
        .bx-wrapper
        {
            margin-top:5% !important;    
        }
        #testimonials
        {
            overflow:hidden;    
        }
        .bx-controls
        {
            position: absolute;
            top: 290px;
            width: 600px;
        }
    }
    .subnavitem>a {
       max-height:45px !important;
       padding:4px 10px;
    }