﻿body{
    background-color:#f0f0f0 !important;
}

body.page_default form#aspnetForm{
    background-color:#f0f0f0;
}

body header{
    border-bottom:0px;
}

body #layout_wrapper{
    padding-left:20px;
    padding-right:20px;
}

.content-wrapper{
    width:100%;
    max-width:1400px;
    display:block;
    margin:0 auto;
    position:relative;
    box-sizing:border-box;
}
/*----header----*/


/*---end header---*/
/*---category links---*/
#aspnetForm #category_links{
    margin-top:140px;
    background-color:#fff;
}

#category_links .category_link.category_link_others, #category_links .category_link.category_link_allpowersystems{
    width:50%;
    box-sizing:border-box;
    margin:0px;
    position:relative;
    padding:0px;
}

#category_links .category_link.category_link_others {
    border-right:1px solid #000;
}
#category_links .category_link.category_link_allpowersystems{
    border-left:1px solid #000;
}

    #category_links .category_link.category_link_others a.category_icon_link:after, #category_links .category_link.category_link_allpowersystems a.category_icon_link:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0,0,0,.5);
        left: 0;
        top: 0;
        cursor: pointer;
    }

    /*#category_links .category_link:nth-child(1):hover > a.category_icon_link:after, #category_links .category_link:nth-child(2):hover > a.category_icon_link:after {
        visibility: hidden;
        opacity:0;
        transition: visibility 0.5s, opacity 0.5s linear;
    }*/ 

#category_links .category_link.category_link_others .category_link_and_count, #category_links .category_link.category_link_allpowersystems .category_link_and_count{
    position:absolute;
    background:transparent;
    top:30%;
    width:100%;
    margin:0 auto;
    color:#fff;
}

#category_links a:hover, #category_links .category_link:hover a {
    text-decoration: none !important;
}

#category_links .category_link.category_link_others span.category_count, #category_links .category_link.category_link_allpowersystems span.category_count
{
    width:100%;
    float:left;
    padding:5px;
    font-size:20px;
    text-align:center;
    text-shadow:0px 3px 3px #000;
}
    #category_links .category_link.category_link_others .category_link_and_count a, #category_links .category_link.category_link_allpowersystems .category_link_and_count a {
        color:#fff;
        font-size:28px;
        line-height:1.3;
        text-shadow:0px 3px 3px #000;
    }
    #category_links .category_link:nth-child(n+4), #category_links .category_link.category_link_allattachments{
    width:33.333%;
    box-sizing:border-box;
    margin:0px;
}
#category_links .category_link .viewText {
    position: absolute;
    top: 60%;
    display: block !important;
    margin: 0 auto !important;
    width: 100%;
}
    #category_links .category_link .viewText a {
        padding: 10px 20px;
        background-color: #FFCD11;
        color: #000;
        border-radius: 20px;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0 auto;
        width: auto !important;
        display: block;
        max-width: 70%;
        display: block;
        font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow", Arial, sans-serif;
    }
#category_links .category_link:nth-child(n+4) .category_icon_link{
    padding:40px 40px 10px 40px;
}

#category_links .categoryText {
    width: 100%;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow", Arial, sans-serif;
    font-size:20px;
}

.seo_text_content.content1{
    margin-top:50px;
}

/*---end category links---*/
/*---footer---*/
footer .footBottom table.services tr .serviceImage img, .details_content table.services tr .serviceImage img  {
    width: 50px;
    height: 50px;
}

    .details_content table.services tr .serviceImage img{
        width:30px;
        height:30px;
        margin-left:10px;
        margin-right:10px;
    }

    footer .footBottom table.services, .details_content table.services {
        width: 100%;
    }

footer .footBottom table.services tbody .details_content table.services tbody{
    flex-wrap:wrap;
}

footer .footBottom table.services .serviceRow, .details_content table.services .serviceRow{
    width:100%;
    float:left;
    padding:0px;
}

footer .footBottom h2 a {
    font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow", Arial, sans-serif;
}

footer .footBottom h2{
    text-align:right;
    margin-top:10px;
}

footer .footBottom table.services tr .serviceText, .details_content table.services tr .serviceText{
    height:60px;
}

footer .socialTable{
    width:100%;
    float:left;
    margin-bottom:15px;
}

footer .socialTable tbody{
    flex-wrap:wrap;
}

footer .socialTable tbody tr{
    width:20%;
    float:left;
}

    footer .socialTable tbody tr td{
        width:100%;
        float:right;
        text-align:right;
    }

    footer .socialTable i {
        font-size: 24px;
    }
footer .rightLine{
    position:relative;
}
footer .rightLine:after {
    content: "";
    display: inline-block;
    right: 0;
    border-right: 1px solid #000;
    height:12px;
    top:4px;
    position:absolute;
}

/*---end footer---*/
/*---search layout---*/
#layout_search{
    width:100%;
    float:left;
    margin-top:120px;
    display:inline-block;
    background-color:#f0f0f0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    
}

.search_facets .search_facet, .search_facets .search_field{
    width:calc(100% / 6);
    padding:20px 10px;
    box-sizing:border-box;
    float:left;
}

.search_facets .search_field.search_field_q{
    background-color:transparent;
    position:relative;
}

/*.search_facets .search_field.search_field_q:before{
    content: "\f002";
    position:absolute;
    font-family:"FontAwesome";
    z-index:99;
    top:30px;
    left:20px;
    color:#333;
    font-weight:900;
    cursor:pointer;
}*/

.search_field_q button {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 2;
    cursor:pointer;
}

#layout_search .search_field_q button {
    top: 20px;
    right: 10px;
    left: unset;
    line-height: 40px;
    width: 40px;
    height:41px;
    text-align: center;
    z-index: 2;
    background-color:#000;
    color:#fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:0px;
}

    #layout_search .search_field_q button:hover, #layout_search .search_field_q button:focus{
        background-color:#333;
    }

    .search_facets .search_field.search_field_q input.search_input {
        padding: 8px 2px 8px 8px !important;
        border: 1px solid #808080 !important;
        border-radius: 5px;
        font-size: 16px;
        font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow", Arial, sans-serif;
        background-color: transparent;
        color: #333 !important;
    }

        .search_facets .search_field.search_field_q input.search_input:hover{
            background-color:#fff;
        }

        .search_facets .search_field.search_field_q input.search_input::placeholder {
            color: #333;
            text-transform: uppercase;
        }

        .search_facets .search_facet .header {
            border: 1px solid #808080 !important;
            border-radius: 5px;
        }

    
