﻿.p-0 {
    padding: 0
}

.p-30 {
    padding: 30px;
}

.pt-15 {
    padding: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.m-0 {
    padding: 0
}

.mlr-30 {
    margin: 0px 30px;
}


.row {
    margin: 0px;
}
/*div[class*="col-"] {
    margin: 0px;
}*/

.img-left {
    padding-bottom: 10px;
    padding-right: 10px;
    float: left;
}

.img-right {
    padding-bottom: 10px;
    padding-left: 10px;
    float: right;
}

@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #444;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

    #menu .sub-menu li:last-child {
        border-width: 0;
    }

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    background-color: #09c;
}

    #toggle-menu,
    #menu a {
        padding: 10px;
    }

    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        background-color: rgb(71, 64, 57);
        color: #fff;
        text-decoration: none;
    }

        #menu a:hover {
            background-color: #317AA2;
            color: #fff;
            text-decoration: none;
        }

    #menu .sub-menu {
        display: none;
    }

    #menu input[type="checkbox"]:checked + .sub-menu {
        display: block;
    }

    #menu .sub-menu a:hover {
        color: #FFF;
    }

    #toggle-menu .drop-icon,
    #menu li label.drop-icon {
        position: absolute;
        right: 1.5em;
        top: 1.25em;
    }

    #menu label.drop-icon, #toggle-menu span.drop-icon {
        border-radius: 50%;
        width: 1em;
        height: 1em;
        text-align: center;
        background-color: rgba(0, 0, 0, .125);
        text-shadow: 0 0 0 transparent;
        color: rgba(255, 255, 255, .75);
    }

    #menu .drop-icon {
        line-height: 1;
    }

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
        width: 33.333%;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 18em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

        #menu .sub-menu li {
            border-width: 0 0 1px;
        }

        #menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}


.style11 {
    color: #000000;
    font-style: italic;
}

.style16 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.style21 {
    font-size: 18px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
}

.LogoBG {
    background-color: #9D996C;
    border: 1px solid #FFFFFF;
}

.HeaderBlueBG {
    background-color: #5AA5CD;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.style23 {
    font-size: 16px
}

.style25 {
    font-size: 13px;
    color: #FFFFFF;
}

.style26 {
    font-size: 18px;
    font-weight: bold;
}

.style27 {
    font-size: 12px
}

.style28 {
    color: #FFFFFF
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-green {
    background-color: #8FAC50;
}

.bg-green-2 {
    background-color: #86BE8B;
}

.bg-light-blue {
    background-color: #5AA5CD;
}

.bg-chocolate {
    background-color: rgb(71, 64, 57);
}


#pnl-logo {
    display: block;
    min-height: 145px;
    padding: 15px;
}

#site-sub-title {
    font-size: 15px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    padding: 10px 0px;
}

#call-us {
    background-color: rgb(9, 159, 212);
    margin-bottom: 10px;
}

    #call-us div {
        border: 2px solid #FFF;
        border-bottom: none;
    }

        #call-us div:last-child {
            border-bottom: 2px solid #FFF;
        }

#site-nav .navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.CallOutBGDealAnalyzer {
    background-image: url(/images/calloutdealanalyzerbg_02.gif);
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #FFFFFF !important;
    padding: 0px;
    line-height: 1.4em;
    background-repeat: repeat;
    margin: 0px;
    height: 74px;
}

    .CallOutBGDealAnalyzer a {
        color: #fff;
    }

#footer {
    background-color: rgb(71, 64, 57);
    padding: 25px 0px;
    color: #fff;
}

    #footer ul li {
        list-style: none;
        list-style-image: url('../images/arr_white_2.gif');
        padding-bottom: 10px;
    }



#main-inner-content .row {
    padding: 0px;
}

    #main-inner-content .row [class*="col-"] {
        padding: 0px;
    }

.left-sidebar {
    background-color: #86BE8B;
    padding-bottom: 20px !important;
}

    .left-sidebar img {
        display: inline-block;
    }

.content-fix {
    padding-left: 15px;
}

.col-fix {
    display: flex;
}

#carousel-example-generic {
    margin-top: 10px;
}

.carousel-inner img {
    width: 100%;
}

.carousel-caption {
    padding: 0px;
}

    .carousel-caption h3 {
        font-family: 'Ubuntu Condensed', Impact, Charcoal, sans-serif;
        font-size: 20px;
        line-height: 21px;
        font-weight: bold;
        opacity: 0.8;
        background: #1b1916;
        color: #fff;
        display: inline-block;
        padding: 5px;
    }

@media (min-device-width: 980px) {
    .container {
        width: 990px !important;
    }
}

@media (max-device-width: 980px) {
    .fix-sm {
        clear: both;
        float: none !important;
    }

    .fix-sm-center {
        margin: 0 auto;
    }

    .img-fix {
        width: 100%;
        position: unset !important;
        float: none;
        clear: both;
        padding: 0px;
        margin: 10px 0px;
    }

    .content-fix {
        display: block;
        clear: both;
        padding: 0px;
    }

    .col-fix {
        display: block;
    }

    #site-title {
        padding: 10px 0px !important;
        text-align: center;
    }

        #site-title .style16 {
            font-size: 20px;
        }

    #site-sub-title {
        font-size: 12px;
    }

    #call-us-main {
        padding: 10px 0px !important;
    }

    #footer {
        text-align: center;
    }

        #footer ul {
            display: block;
            margin: 0px;
            padding: 0px;
        }

            #footer ul li {
                list-style-image: none;
            }

    .addthis_default_style {
        display: inline-block;
    }

    .newsletter {
        padding-left: 50px;
        padding-right: 50px;
    }



    .table-fix table {
        display: block;
        clear: both;
        width: 100%;
        height:auto;
    }

        .table-fix table tbody, .table-fix table tr, .table-fix table tr td {
            display: block;
            clear: both;
            width: 100%;
            height: auto;
        }

    .table-fix div, table-fix strong  {
        width: 100%;
        text-align: left;
        height: auto;
    }
    .table-fix img {
        display: block;
        width: 100%;
        height: auto;
    }
}

#content-links img {
    margin: 10px 0px;
}

#wowslider-container1 {
    height: 180px;
}
