/*.slideshow img {*/
    /*width: 100%;*/
/*}*/

.nivoSlider, .nivoSlider img{width:100%;}

/*.nivo-slice {*/
    /*-webkit-background-size: cover !important;*/
    /*-moz-background-size: cover !important;*/
    /*-o-background-size: cover !important;*/
    /*background-size: cover !important;*/
/*}*/

.full-width {
    width: 100%;
}



img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
table {
    width: 100% !important;
}
table img {
    max-width: none;
}

.social-media {
    width: auto;
    display: block;
    margin: 30px auto 0px;
}

#tab-downloads img{
    width: auto;
}

#main-navbar {
    width: 100%;
    background: #3383be;
}


#main-navbar ul li a {
    font-family: 'Droid Sans';
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 8px 12px;
    margin: 10px 0px;
    word-wrap: break-word;
    white-space: normal;
}

#main-navbar ul li a.dropdown-item {
color: #6e6e6e;
}

#main-navbar .dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #1b5c8b;
}

.footer-navigation {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    background-color: #dcdcdc;
}

#footer-bottom {
   background-color: #d1d1d1;
    color: #7b7b7b;
    font-family: 'Droid Sans';
    font-size: 14px;
}

.fbtext {
    font-size: 18px;
    font-weight: bold;
}

div#footer {
    background: none;
    margin-top: 30px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

img#logo {
    width: auto;
}

#search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.button-search.search-submit,#search-label{
    display: -ms-flexbox;
    display: flex;
}

.search-input{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

#customer-box input:not(.button) {
    margin: 0px;
    width: 100%;
}

div.box-color-2 h3.box-color-2-title {
    height: auto;
    padding-bottom: 13px;
}



.box-category > ul {
    font-weight: bold;
}

.subcategory{
    margin-left: 15px;
}
.subcategory  a{
    font-weight: normal;
    /*color: #3383be !important;*/
}

.subcategory2 {
    margin-left: 15px;

}
.subcategory2 a{
    font-weight: normal;
    color: #4c4c4c !important;
}

@media (max-width: 991.98px) {
    .dropdown-menu{
        display: block;
        border: none;
        margin: 10px;
        min-width: 10rem;
    }
}


@media (max-width: 767.98px) {

    #footer-bottom p{
        text-align: center !important;
    }
    #customer-box {
        margin-top: 20px;
    }
    #footer-boxes {
        margin-top: 30px;
    }
    #footer-boxes h3,#footer-boxes a{
text-align: center !important;
        display: block;
    }
    .dropdown-menu {

    }
}

@media (max-width: 575.98px) {
    img#logo {
        display: block;
        margin: 10px auto;
    }
    .bx-wrapper {
        display: none !important;
    }

}

.slider {
    height: 278px;
}
.box-category a {
    text-align: left;
}
.box-category a.active {
    color: #046fbe !important;
}
.subcategory2 > li::before {
    content: "- ";
    float: left;
    margin-left: -11px;
    padding: 6px 5px 5px 0px;

}

.subcategory2 > li {
    padding-left: 11px;
}

.modal-body input[type='text'] {
    background: none;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    margin: 0px;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.modal-body input[type='text']:focus {
    background-color: #fff;
    border-color: #80bdff;
}

.modal-title {
    font-family: Verdana;
}