/*@media screen {*/
    /* Reset */
    * {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px;
        font: inherit;
        vertical-align: baseline;
        text-align: left;
        z-index: 1;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    /* Base Rules */
    /* Floats */
    #page {
        margin: 0;
        padding: 0;
        border: 0;
        position: relative;
        z-index: 5;
    }

    .clear {
        clear: both;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    /* Headings */
    h1 {
        font-size: 1.5em; /* 20px */
    }

    h2 {
        font-size: 1.25em; /* 20px */
    }

    h3 {
        font-size: 1.125em; /* 18px */
    }

    h4 {
        font-size: 1em; /* 16px */
    }

    h5 {
        font-size: 0.875em; /* 14px */
    }

    h6 {
        font-size: 0.875em; /* 14px */
    }

    /* Basic */

    .sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
        border-top: 0;
    }

    .stickycanvas {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        border-top: 0;
    }

    .text_center {
        text-align: center;
    }

    .italics {
        font-style: italic;
    }

    .bold {
        font-weight: bold;
    }

    .notbold {
        font-weight: normal;
    }

    .smalldetails {
        font-size: 12px;
    }

    .nospacing {
        margin: 0;
        padding: 0;
    }

    /***** Global *****/
    /* Body */
    body {
        background: #dfdfdf;
        color: #111111;
        font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
        line-height: 1.2;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Bree Serif', Georgia, serif;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: .8em;
    }

    a {
        color: #2d4c7f;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    a:hover {
        color: #3c94d8;
    }

    p {
        line-height: 1.45em;
    }

    /* Browser Detection */

    .oldBrowserDetected {
        /*display: none;*/
        background-color: #2d4c7f;
        color: #ffffff;
        padding: 15px;
    }

    .oldBrowserDetected p a {
        margin: 0;
        padding: 0;
        color: #ffffff;
    }

    .oldBrowserDetected p a:hover {
        color: #f0f0f0;
    }

    /* Header Start */

    #topbar {
        background: #fdfdfd;
        position: -webkit-sticky;
        top: 0;
        margin: 0;
        padding: 0;
        border-top: 1px solid #2d4c7f;
        border-bottom: 5px solid #2d4c7f;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
    }

    .wrapper {
        width: 1260px;
        margin: 0 auto;
        text-align: center;
    }


    header {
        margin-bottom:150px;
    }

    /* Top bar logo */
    #toplogo {
        display: block;
        width: 10%;
        margin: 10px 0 0 0;
        overflow: visible;
    }

    .toplogo {
        padding-top: 12px;
        width: 140px;
    }

    /* Main site navigation */
    nav#sitenav {
        font-family: 'Bree Serif', Georgia, serif;
        display: inline-block;
        width: 910px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    nav#sitenav ul {
        margin: 0 auto;
        padding: 0;
    }

    nav#sitenav ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        font-size:18px;
    }

    nav#sitenav > ul > li > a {
        margin: 0;
        color: #2d4c7f;
        display: inline-block;
        line-height: 80px;
        padding: 0 20px;
        text-decoration: none;
    }

    nav#sitenav > ul > li:hover {
        background-color: #2d4c7f;
    }

    nav#sitenav > ul > li:hover > a {
        color: #ffffff;
    }

    .nav-follow {
        font-size: 22px!important;
        line-height: 83px!important;
    }

    .nav-follow a {
        padding: 0 10px!important;
    }

    /*nav#sitnav ul li#nav-follow-us  a {
        display:inline-block!important;
        font-size: 20px!important;
    }
    nav#sitnav ul li#nav-follow-us a:hover {
        border: 1px solid #DDDDDD!important;
    }

    nav#sitenav ul li#nav-follow-us:hover {
        background-color:transparent!important;
    }*/



    /* DropDown code */
    nav > ul > li > div {
        background-color: #2d4c7f;
        border-top: 0;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        visibility: hidden;
        z-index: 100;
        -webkit-transiton: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -ms-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        -transition: opacity 0.25s;
    }

    nav > ul > li > div ul {
        margin-left: 100px;
        text-align: center;
    }

    nav > ul > li > div ul > li {
        display: inline-block;
    }

    nav > ul > li > div ul > li > a {
        color: #f0f0f0;
        display: block;
        padding: 15px 30px;
        text-decoration: none;
    }

    nav > ul > li > div ul > li:hover > a {
        color: #2d4c7f;
        background-color: rgba( 255, 255, 255, 0.8);
    }

    nav > ul > li:hover > div {
        display: block;
        opacity: 1;
        visibility: visible;
    }


        /*multi column nav*/

  nav#sitenav ul li div ul.multicolumn {
     -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
      width: 1100px;
      padding-bottom:10px;
 }

  nav#sitenav ul li div ul.multicolumn li a {
      min-width:200px;
      text-align:center;
  }


    /* Search Box in Nav Bar */
    #search {
        display:inline-block;
        position:absolute;
        bottom:100px;
        left: 30%;
        font-family:'Open Sans',Verdana,Arial,sans-serif;
    }

    #search_container {
        background-color:#2d4c7f;
    }

        #search input, .search_input {
            width: 70%;
            font-size: 30px;
            background-color: #f9f9f9;
            border: 1px solid #2d4c7f;
            padding: 8px 15px;
            margin: 0;
        }

    #search_button, .search_button {
        padding: 8px 20px 8px 21px;
        background-color: #2d4c7f;
        color: #fff;
        margin: 0 0 0 0px;
        /*border-top: 1px solid #2d4c7f;
        border-bottom: 1px solid #2d4c7f;
        border-right: 1px solid #2d4c7f;*/
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 30px;
        display:inline-block;
    }

        #search_button:hover, .search_button:hover {
            color: #2d4c7f;
            background-color: #dddddd;
            /*border-top: 1px solid #2d4c7f;
            border-bottom: 1px solid #2d4c7f;
            
            border-right: 1px solid #2d4c7f;*/
            text-align: center;
        }

        #search_bar {
            
        }

    .search_result {
        margin: 0px 10px 30px 10px;
    }

    .search_result .ui-state-highlight {
        color:inherit;
    }

    .search_company,.businesscard {
        font-weight:700;
        font-size:21px;
        display:inline-block;
        text-decoration:none;
    }

    .search_company:hover,.businesscard:hover {
        text-decoration:underline;
    }

    .search_url_cite {
        color:#027516;
        font-size:.9em;
    }

    .search_category_community, .search_description {
        font-size:.9em;
        color:#777777;
    }

    .search_category_community a {
        color:#777777;
        text-decoration:none;
    }



#search_container {
    /*border:1px solid #2d4c7f;*/
    width: 500px;
    -moz-box-shadow: 0px 15px 5px rgba(1, 1, 1, .75);
    -webkit-box-shadow: 0px 15px 5px rgba(1, 1, 1, .75);
    box-shadow: 0px 0px 15px 5px rgba(1, 1, 1, .75);
}


.search_bar {
    text-align:center;
}

    /*AutoComplete flyout */
    .autocomplete_list {
        visibility: visible;
        margin: 0px !important;
        padding: 3px;
        background-color: white;
        color: windowtext;
        border: buttonshadow;
        border-width: 1px;
        border-style: solid;
        cursor: default;
        text-align: left;
        list-style-type: none;
        overflow: auto;
        font-weight: normal;
        font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
        font-size: 16px;
        z-index:1000000;
    }

    /* AutoComplete highlighted item */
    .autocomplete_highlighted_listitem {
        background-color: #EFEFEF;
        color: #000000;
        padding: 3px;
    }

    /* AutoComplete item */
    .autocomplete_listitem {
        background-color: window;
        color: windowtext;
        padding: 3px;
    }

    #searchLoading {
        visibility: hidden;
    }


    .header_banner {
        margin: 90px 0px 10px 90px;
    }



    /* Large Header Image */
    #headerimage {
        /* Overright the height in the layout_homepage and layout_subpage CSS files*/
        background: #373737 50% 50% no-repeat;
        background-size: cover;
        width: 100%;
        height: 400px;
        margin: 65px 0 0 0;
        padding: 0;
        z-index: 0;

    }

    .weatherdisplay {
        display: block !important;
        min-width: 250px;
    }

    .weather {
        padding-top: 100px;
        float: left;
    }

    .weatherdisplay p {
        line-height:1.25;
    }

    .weather .alert .city {
        color:white!important;
    }

    /*.weather a {
        background-color: #eee;
        padding: 7px 21px;
        font-size: 24px;
        color: #2d4c7f;
        text-decoration: none;
        box-shadow: 0px 0px 10px #888888;
    }

    .weather a:hover {
        background-color: #2d4c7f;
        color: #fff;
        text-decoration: none;
    }*/











    .top_lang_canc_button {
        float: right;
        padding: 10px 25px;
        background-color: #2d4c7f;
        color: #fff;
        font-family: 'Bree Serif', Georgia, serif;
        text-decoration: none;
    }

        .top_lang_canc_button:hover {
            background-color: #fff;
            color: #2d4c7f;
        }




    .header_wrapper {
        width: 1250px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        margin-bottom: 74px;
        z-index: 5;
        text-align:center;
        position:relative;
    }


    .notices {
        float: right;
    }

    #appnav {
        /*position:relative;*/

    }

    /* Application Navigation */
    nav#appnav {
        width: 1240px; /* 1062px for 6*/
        margin: 0 auto;
        z-index: 1;
        text-align: center;
        position:absolute;
        bottom:-130px;
    }

    nav#appnav ul {
        margin: 0;
        padding: 0;
    }

    nav#appnav ul li {
        display: block;
        float: left;
        list-style-type: none;
        height: 200px;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        width: 175px;
        background-color: #f7f7f7;
        border-top: 1px solid #ddd;
        border-left: 1px solid rgba(0,0,0,0.3);
        border-bottom: 1px solid #9d9d9d;
    }

    nav#appnav li:first-child {
        border-left: 1px solid #d1d1d1;
    }

    nav#appnav li:last-child {
        border-right: 1px solid #d4d4d4;
    }

    nav#appnav > ul > li > a {
        margin: 0;
        padding: 0;
        border: 0;
        text-decoration: none;
    }

    .appnavbox_top {
        padding: 15px 0;
        margin: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        text-align: center;
        color: #fff;
        background-color: #2d4c7f;
    }

    .appnavbox_top h2 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        text-align: center;
    }

    .appnavbox_mid {
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%;
        height: 70px;
        background: #333;
    }

    .appnavbox_mid img {
        margin: -12px 0 0 0;
        width: 100%;
        background-color: #fff;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .appnavbox_bot {
        padding: 15px 10px;
        margin: 0;
        text-align: center;
    }

    .appnavbox_bot p {
        text-align: center;
        color: #373737;
        font-size: 12px;
    }

    nav#appnav > ul > li:hover {
        background-color: #fff;
    }

    nav#appnav > ul > li:hover .appnavbox_top {
        color: #2d4c7f;
        background-color: #f7f7f7;
    }

    nav#appnav > ul > li:hover .appnavbox_mid img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    /* Header End */

    /* Featured Business Start */
    #FeaturedBusiness {
        width: 100%;
        height: 225px;
        margin: 40px 0 0 0;
    }
    /* Featured Business End */

    /* Content Start */
    #content {
        width: 1280px;
        margin: 0px auto 0 auto;
        padding: 0;
    }

    #content main {
        width: 980px;
    }

    section {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        margin: 20px;
        box-shadow: 0px 0px 15px #888888;
    }

    section:hover {
        background-color: #fdfdfd;
    }

    aside {
        width: 300px;
        float: right;
        margin-bottom:20px;
    }

    .displayad {
        width: 100%;
        background-color: #2d4c7f;
        box-shadow: 0px 0px 15px #888888;
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        .displayad:hover {
            background-color: #fff;
            opacity: 0.7;
        }

    .communityphotolink {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .communityphoto {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        .communityphoto:hover {
            opacity: 0.7;
        }

    .sidebar {
        margin: 20px 0;
    }

    .left-most {
        margin-left: 0;
    }

    .col-1-4 {
        width: 300px;
    }

    .col-2-4 {
        width: 610px;
    }

    .col-3-4 {
        width: 940px;
    }

    .col-4-4 {
        width:1280px;
    }

    section p {
        padding: 15px;
    }

    section .header {
        background: #2d4c7f;
        color: #fff;
        padding: 10px 15px;
    }

    section .header h1 {
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    section .header h2 {
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    section .header_link {
        background: #2d4c7f;
        color: #fff;
        padding: 10px 15px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    section .header_link h2 a {
        color: #fff;
        text-decoration: none;
    }

    section .header_link h1 {
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    section .header_link h2 {
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    section .header_link:hover h2 a {
        color: #2d4c7f;
    }

    section .header_link:hover {
        color: #2d4c7f;
        background-color: #fff;
        }

                ul.share-buttons{
                list-style: none;
                padding: 0;
                text-align:center;
                padding:15px;
            }

            ul.share-buttons li{
                display: inline;
            }



    .text_input {
        width: 90%;
        font-size: 15px;
        background-color: #f9f9f9;
        border: 1px solid #2d4c7f;
        padding: 4px 10px;
        margin: 7px 0;
    }

        .text_input:hover {
            background-color: #f0f0f0;
        }

    section input.link {
        width: 100%;
    }


    section .button {
        display: block;
        text-decoration: none;
        background: #2d4c7f;
        color: #fff;
        text-align: center;
        padding: 10px 0px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        width: 100%;
    }

    section a.button:hover {
        text-decoration: underline;
        background-color: rgba( 0, 0, 20, 0.05);
        color: #2d4c7f;
    }


    .section_content {
        background-color: #ffffff;
        padding: 10px;
    }





    /* Twitter Feed */
    ul.tweets, ul.newsarticles, ul.events {
        list-style: none;
        font-size: 14px;
        line-height: 1.3em;
    }

    ul.tweets li, ul.newsarticles li, ul.events li {
        padding: 10px 15px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    ul.tweets li a, ul.newsarticles li a, ul.events li a {
        text-decoration: none;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    ul.tweets li:nth-child(odd), ul.newsarticles li:nth-child(odd), ul.events li:nth-child(odd) {
        background-color: #eee;
    }

    ul.tweets li:hover, ul.newsarticles li:hover, ul.events li:hover {
        color: #fff;
        background-color: #2d4c7f;
    }

    ul.tweets li:hover a, ul.newsarticles li:hover a, ul.events li:hover a {
        color: #fff;
        text-decoration: underline;
    }


    /* Ad on the bottom of the page */
    #bottomdisplayad {
        text-align: center;
        margin: 40px;
    }

    #bottomdisplayad img {
        box-shadow: 0px 0px 15px #888888;
        background-color: #fff;
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    #bottomdisplayad img:hover {
        opacity: 0.7;
    }

    ul.LocalMarketListing {
        width: 100%;
        vertical-align: top;
    }

    ul.LocalMarketListing li {
        display: inline-block;
        width: 25%;
        background-color: #fff;
    }

    ul.LocalMarketListing li:nth-child(even) {
        background-color: #eee;
    }

    ul.LocalMarketListing li .lm_img {
        width: 100%;
        height: 150px;
        background-color: #333;
        margin-bottom: 20px;
        overflow: hidden;
    }

    ul.LocalMarketListing li img {
        width: 110%;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    ul.LocalMarketListing li a.button {
        text-decoration: none;
        padding: 0px;
        background: transparent;
        color: #2d4c7f;
    }

    ul.LocalMarketListing li a.button div.link {
        text-align: center;
        padding: 10px 0px;
        background: #2D4C7F;
        color: white;
    }

    ul.LocalMarketListing li p {
        text-align: center;
        margin: 0;
        padding: 0 15px;
    }

    ul.LocalMarketListing li .lm_item_margin {
        margin-bottom: 15px;
    }


    ul.LocalMarketListing li div.lm_details_wrapper {
        min-height: 100px;
    }

    ul.LocalMarketListing li p.lm_item_name {
        font-size: 16px;
    }

    ul.LocalMarketListing li p.lm_company {
        font-size: 10px;
    }

    ul.LocalMarketListing li p.lm_description {
        font-size: 14px;
    }

    ul.LocalMarketListing li a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    ul.LocalMarketListing li a:hover div.link {
        background-color: rgba( 0, 0, 20, 0.05);
        color: #2d4c7f;
    }


    #information_container {
        height: 200px;
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

    #information_container ul.scrollbar {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: inline-block;
        width: 25%;
        padding: 0px;
        margin: 0px;
        background: #ffffff;
        border: none;
    }

    #information_container ul.scrollbar li {
        background: #fff;
        float: left;
        width: 100%;
        border: none;
        margin: 0px;
    }

    #information_container ul.scrollbar li a {
        padding: 10px 15px;
        display: block;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        border: none;
    }


    #information_container ul.scrollbar li a, #information_container ul.scrollbar li a:focus, #information_container ul.scrollbar li a:active {
        outline: none;
        border: none;
    }

    #information_container ul.scrollbar li a {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        border: none;
        font-weight: normal;
        text-decoration: none;
        font-size: 15px;
        color: #2D4C7F;
        border: none;
        display: block;
        width: 100%;
    }

    #information_container ul.scrollbar li a:hover {
        background-color: #2d4c7f;
        color: #fff;
    }

    #information_container ul.scrollbar li.ui-state-active {
        background-color: #303030 !important;
        color: #fff;
        border: none;
    }


    #information_container ul.scrollbar li.ui-state-active a {
        text-decoration: none;
        color: white;
        font-weight: normal;
        font-size: 15px;
        border: none;
    }


    #information_container ul.scrollbar li:nth-child(even) {
        background-color: #eee;
    }

    #information_container .links_and_numbers {
        vertical-align: top;
        display: inline-block;
        padding: 10px 15px;
    }

    #information_container .links_and_numbers h2 {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #information_container .links_and_numbers ul {
        display: block;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin: 10px 0 0 0;
        width: 650px;
    }

    #information_container .links_and_numbers ul li {
        display: block;
        padding: 3px 10px;
    }

    #information_container .links_and_numbers ul li a {
        font-size: 16px;
        display: inline-block;
    }



    /* Content End */

    /* Footer Start */
    footer {
        width: 100%;
        background: #303030;
        text-align: center;
        clear: both;
    }

    #footerwrapper {
        width: 1280px;
        margin: 0 auto;
        padding: 50px 50px 0 50px;
        text-align: center;
    }

    #footerinformation {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    .footer-column {
        vertical-align: top;
        display: inline-block;
        color: #ccc;
        margin-right: 25px;
    }

    .footer-column:last-child {
        margin-right: 0;
    }

    .footer-column a {
        color: #fff;
    }

    .footer-column a:hover {
        color: #2b79b6;
    }

    .footer-column ul li {
        padding: 3px 10px;
    }

    .footer-column #photogallery {
        width: 500px;
    }

    .footer-column #photogallery li {
        background-color: #191919;
        display: inline-block;
        width: 88px;
        height: 66px;
        margin: 3px;
        padding: 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        overflow: hidden;
        text-align: center;
    }

    .footer-column #photogallery li img {
        max-width: 100%;
        max-height: 170%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-column #photogallery li:hover {
        background-color: #2d4c7f;
    }

    .workwedo {
        position: relative;
        width: 150px;
        height: 50px;
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .workwedo:hover {
        opacity: 0.8;
    }

    .top {
        text-align: center;
        color: #303030;
        background-color: #191919;
        padding: 7px 25px;
    }

    #copyright {
        background: #191919;
        width: 100%;
        text-align: center;
    }

    #copyrightinfo {
        width: 1240px;
        margin: 0 auto;
        color: #fff;
        padding: 25px;
        font-size: 14px;
    }

    #copyrightinfo a {
        color: #fff;
    }

    #copyrightinfo a:hover {
        color: #2d4c7f;
    }

    #copyrightinfo p {
        text-align: center;
    }
    /* Footer End */


    /* Classifieds */

    /*#ui-id-8 {
        font-family: 'Bree Serif', Georgia, serif;
        font-weight: 400;
    }*/



    #cancellations table {
        padding: 0;
        margin: 0;
        font-size: 0.9em;
        font-weight: normal;
        width: 100%;
    }

    #cancellations td {
        padding: 5px 10px;
    }

    #cancellations tr {
        padding-top: 5px;
    }

    #cancellations tr:nth-child(even) {
        background-color: #eee;
    }

    #cancellations a {
        display: block;
        width: 100%;
        padding: 5px 0;
        color: #fff;
        background-color: #2d4c7f;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        #cancellations a:hover {
            color: #2d4c7f;
            background-color: #eee;
            text-decoration: underline;
        }

        body#index .ui-dialog {
            z-index:1001;
        }


        .ui-dialog.red-title .ui-dialog-titlebar {
            background: #CC0000!important;
            color:#ffffff!important;
            border: 1px solid #CC0000;
        }

        .ui-dialog.red-title .ui-dialog-title:before {
            content: "\f071";
	        font-family: FontAwesome;
            padding-right: 10px;
                
        }


    .form_success_message {
        color: #56a654;
        font-style: italic;
    }






    /*** Error Message Styles ***/
    .message_display {
        text-align: center;
        padding: 25px 0;
    }

    .message_display_header {
        text-align: center;
        padding: 0 25px 0 25px;
        margin: 0;
    }

    .message_display_success {
        background-color: #7fb62e;
        color: #fff;
    }

    .message_display_error {
        background-color: #C4011E;
        color: #fff;
    }



    .error_page h1 {
        font-size: 40px;
    }

    .error_page h2 {
        font-size: 24px;
    }
/*}*/


/* New home marketplace */
.homepage_marketplace {
    background-color: #fff;
    display: block;
    clear: both;
}


        li.product_item:hover {
            /*cursor: pointer;*/
            background-color: #2d4c7f;
            color: #fff;
        }

            li.product_item:hover, li.product_item:hover .item_content a  {
                color: #fff;
            }

.homepage_marketplace .product_item {
    position: relative;
    display: block;
    float: left;
    margin: 25px 0 0 20px;
    padding: 10px;
    height: 310px;
    border: #CCCCCC 1px solid;
    background-color:#f5f5f5;
    font-size: .85em;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    width:185px;
}

    .homepage_marketplace .product_item .marketplace_display_image {
        width:180px;
        overflow: hidden;
        text-align: center;
        height: 130px;
        background-repeat:no-repeat;
        background-size: contain;
        background-position:center center;
    }

        .homepage_marketplace .product_item .marketplace_display_image img {
            height: 100%;
            vertical-align: middle;
        }

        .homepage_marketplace .product_item .more_deals {
            position:absolute;
            bottom:5px;
            left:5%;
            text-align:center;
            border-top: 1px solid #cccccc;
            height:65px;
            width:90%;
            padding-top:5px;
        }

        .homepage_marketplace .product_item .item_price {
            margin:5px 0px;
            padding-bottom:5px;
        }

    .homepage_marketplace .product_item .item_content {
        padding: 10px;
        text-align: center;
    }

    .product_item h3 {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .homepage_marketplace .product_item:last-child {
        margin-bottom: 15px;
    }

.homepage_marketplace .marketplace_details_link {
    position: absolute;
    bottom: 10px;
    width: 260px !important;
}

.homepage_marketplace li.product_item:hover a.marketplace_details_link {
    background-color: #eee;
    color: #2d4c7f;
}

.homepage_marketplace .flyer_customer_link {
    font-size: .9em;
}

.homepage_marketplace .flyer_reg_price {
    display: block;
    text-decoration: line-through;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}

.homepage_marketplace .flyer_sale_price {
    display: block;
    text-align: center;
    font-weight:bold;
    font-size: 1em;
}

.homepage_marketplace .flyer_rebate_description {
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}




.homepage_marketplace a.market_app_link {
    border-radius:20px;
    background-color:#eeeeee;
    border: 1px solid #dddddd;
    padding:10px;
    margin:5px;
    display:inline-block;
    text-decoration:none;
}

    .homepage_marketplace a.market_app_link i {
        padding-right:5px;
    }

.homepage_marketplace a.market_app_link:hover {
    color:#3b3b3b !important;
}


.homepage_marketplace li:hover a.market_app_link {
    color:#3b3b3b !important;
}

.homepage_marketplace li:hover a.market_app_link i {
   padding-right:5px;
}
