﻿@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #fff;
    color: #7e7e7e;
    padding-bottom: 50px;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    font-size: 18px;
    color: #0e76bc;
    padding-bottom: 15px;
}

h6 {
    margin-top:15px;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
}

ul {
    list-style: none;
}

#subtitle h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color: grey;
    margin-top:5px;
}

.img-responsive {
    margin: 0 auto;
}

.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.container-sm {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

#header {
    margin: 0 auto;
    background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover;
    height: 662px;
}

#header-interior {
    margin: 0 auto;
    /* background: #ededed; */
    /* in html -- background: url(../img/bg.jpg) center top no-repeat; */
    background-size: cover;
}

#header-interior #top-bar {
    position: static;
}

#top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    overflow: hidden;
    padding: 0 0 10px 0;
}

#top-bar #menu {
    padding-top: 10px;
}

#content {
    padding: 40px 0 0 0;
}

ul.breadcrumb {
    overflow: hidden;
    padding-bottom: 15px;
}

ul.breadcrumb li {
    float: left;
    display: block;
    height: 21px;
    line-height: 21px;
    padding-right: 5px;
}

ul.breadcrumb li a {
    display: block;
    float: left;
    font-size: 18px;
    color: #0e76bc;
    padding-right: 5px;
}

ul#mobile-menu {
    display: none;
}

ul#menu {
    float: left;
    font-size: 14px;
}

ul#menu li {
    display: block;
    float: left;
}

ul#menu li a {
    color: #7b7979;
    display: block;
    padding: 10px;
}

ul#login {
    float: right;
    font-size: 14px;
}

ul#login li {
    float: left;
    display: block;
    margin-left: 5px;
}

ul#login li a {
    display: block;
    padding: 8px 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

ul#login li a,
ul#login li a.dark:hover {
    color: #25aae1;
    background: #fff;
}

ul#login li a:hover,
ul#login li a.dark {
    color: #fff;
    background: #25aae1;
}

#mobile-menu-btn {
    display: none;
}

#logo {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 30px 0;
}

#logo.small {
    padding-top: 15px;
}

#search_box {
    /*height: 47px;*/
    line-height: 47px;
    /*background: #fff;*/
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#search_box #dropdown-btn {
    background: #f3f4f6 url(../img/dropdown.gif) right 20px center no-repeat;
    display: block;
    float: left;
    padding: 0 40px 0 10px;
    font-size: 16px;
    color: #4d4d4d;
    width:15%;
}

#search_box #location-label {
    background: #f3f4f6;
    display: block;
    float: left;
    padding: 0 0 0 4px;
    font-size: 16px;
    color: #4d4d4d;
    width:15%;
    border-top: 1px solid #EDEDED;
    height:47px;
}

#search_box #dropdown-btn:hover {
    background-color: #e6e6e6;
}

#search_box #dropdown {
    display: none;
    position: absolute;
    z-index:10;
    background: white;
    width: 70%;
    top: 55px;
    min-height: 200px;
    border-top: 7px solid #25aae1;
    padding: 0 20px 20px 20px;
    -webkit-box-shadow: 4px 2px 12px 0px rgba(50, 50, 50, 0.63);
    -moz-box-shadow:    4px 2px 12px 0px rgba(50, 50, 50, 0.63);
    box-shadow:         4px 2px 12px 0px rgba(50, 50, 50, 0.63);
}

#search_box .dropdown-up {
    position: absolute;
    top: -16px;
    left: 50px;
}

#search_box #dropdown h2 {
    display: block;
    color: #25aae1;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

#search_box #dropdown ul {
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 50%;
}

#search_box .search_text {
    display: block;
    border: none;
    width: 70%;
    float: left;
    outline: none;
    padding-left:10px;
    height:47px;
}

#search_box #search-location {
    display: block;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #EDEDED;
    width: 70%;
    float: left;
    outline: none;
    padding-left:10px;
    height:47px;
}

#search_box .search_submit {
    float: right;
    width: 15%;
    height: 47px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
    background: #25aae1 url(../img/icon-search.png) center center no-repeat;
}

#subtitle {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    padding-top: 15px;
}

#subtitle.small {
    padding-bottom: 15px;
}

/* locations table */
table.locations {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
}

table.locations tr {
    background: #ececec;
}

table.locations tr:nth-child(even) {
    background: white;
}

table.locations td {
    padding: 10px 0;
    font-size: 14px;
    vertical-align: middle;
}

table.locations td.title {
    font-weight: bold;
    color: #25aae1;
}

table.locations td a {
    font-weight: bold;
    color: #25aae1;
}

table.locations img {
    padding: 0 15px;
}

/* pagination on interior pages */
.pagination {
    text-align: center;
    padding: 35px 0 0 0;
}

.pagination span {
    font-size: 18px;
    padding: 0 15px;
}

/* grey box */
#grey-box {
    background: #ededed;
    overflow: hidden;
}

#grey-box .feature {
    float: left;
    width: 25%;
    padding-bottom: 35px;
    text-align: center;
}

#grey-box .feature img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 10px 0;
}

#grey-box .feature h2 {
    color: #5f5f5f;
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
}

#grey-box .feature p {
    color: #8f8f8f;
    font-size: 14px;
    max-width: 180px;
    margin: 0 auto;
}

/* categories */
#categories {
    padding: 30px 0 80px 0;
    overflow: hidden;
    background: url(../img/categories-bottom.png) bottom center no-repeat;
}

#categories.noborder {
    background: none;
}

#categories h2 {
    font-size: 18px;
    color: #25aae1;
    font-weight: normal;
    padding-bottom: 5px;
}

#categories ul {
    font-size: 14px;
    line-height: 22px;
}

#categories .col {
    float: left;
    width: 25%;
}

.blue-btn {
    color: #fff;
    font-size: 16px;
    background: #25aae1;
    padding: 12px 15px;
    display: inline-block;
    margin: 15px 0;
    font-weight: normal;
}

.blue-btn:hover {
    background: #1e94c5;
}

/* articles */
#articles h2 {
    font-size: 18px;
    color: #25aae1;
    padding-bottom: 15px;
}

.article h3 {
    font-size: 18px;
    color: #0e76bc;
    padding-bottom: 5px;
}

.article p {
    padding-bottom: 20px;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 18px;
}

/* quick links on interior page */
.quick-links {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

#footer {
    padding: 50px 0 0 0;
    text-align: center;
}

#footer ul {
    padding-bottom: 5px;
}

#footer ul li {
    display: inline-block;
}

#footer ul li a {
    font-size: 12px;
    color: #868686;
    text-decoration: underline;
}

#footer p {
    font-size: 12px;
    color: #25aae1;
    padding-bottom: 10px;
}

#map_container {
    overflow: hidden;
    height: 470px;
    width: 100%;
}

#gmap_canvas {
    height: 470px;
    width: 100%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

/* media queries */
@media only screen and (max-width : 480px) {

    input, textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    
    .container,
    .container-sm {
        margin: 0 15px;
        width: auto;
    }

    .img-responsive {
        width: 100%;
    }
    
    #top-bar {
        position: static;
        background: #00aae5;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    
    #header {
        height: 520px;
    }
    
    #logo {
        padding-top: 30px;
    }
    
    #content {
        text-align: center;
    }

    ul.breadcrumb {
        text-align: center;
    }
    
    ul.breadcrumb li {
        display: inline-block;
        float: none;
    }
    
    ul.breadcrumb li a {
        float: none;
        display: inline-block;
    }
    
    #mobile-menu-btn {
        display: none;
        border: none;
        outline: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 18px;
        background: #01aae3;
    }

    #mobile-menu-btn span {
        display: block;
        width: 24px;
        margin-bottom: 4px;
        background: #fff;
        height: 6px;
    }
    
    #map_container {
        height: 200px;
    }

    #gmap_canvas {
        height: 200px;
    }

    #categories {
        text-align: center;
    }

    #articles {
        text-align: center;
    }

    #articles .right {
        float: none;
    }
    
    .quick-links {
        text-align: center;
    }

    ul#menu {
        display: none;
        clear: both;
        float: none;
        overflow: hidden;
        text-align: center;
    }

    ul#menu li {
        float: none;
    }

    #search_box #dropdown {
        width: auto;
        top: 38px;
    }

    ul#login {
        padding: 10px 0;
        float: right;
        overflow: hidden;
        text-align: center;
    }
    
    ul#login li a {
        padding: 0 15px;
        line-height: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    ul#login li a.dark {
        background: #0077bc;
    }
    
    #mobile-menu {
        background: #fff;
        text-align: center;
        padding: 10px 0;
    }
    
    #mobile-menu a {
        color: #00aae5;
        display: block;
        font-size: 16px;
        padding: 5px 0;
    }

    /*#search_box {
        height: 30px;
        line-height: 30px;
    }*/

    #search_box #dropdown-btn {
        width:32%;
    }

    #search_box #location-label {
        width: 40%;
    }

    #search_box .search_text {
        width: 53%;
        /*line-height: 30px;*/
    }

    #search_box #search-location {
        width:60%;
    }

    #search_box .search_submit {
        /*height: 30px;*/
        width: 15%;
        /*background-size: 18px 18px;*/
    }
    
    /*#search_box #dropdown-btn {
        font-size: 14px;
    }*/

    #grey-box .feature {
        width: 100%;
        padding-bottom: 10px;
    }

    #categories .col {
        width: 100%;
    }

    table.locations td {
        font-size: 12px !important;
    }

    table.locations td a {
        font-size: 12px;
    }

}

/* enterosoft */
.web-item {
    margin-top:15px;
    margin-bottom:15px;
}

.web-item > h2, .web-item > h2 > a {
    padding-bottom:0px;
    color: #25aae1;
    font-size:16px;
    margin-bottom:3px;
}

.web-item-link {
    color: #008000;
    font-weight:normal;
}

.image-item {
    float: left;
    height: auto;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position:relative;
}

.image-item-details {
    display:none;
    font-size:9px;
    color:white;
    background-color: black;
    opacity: 0.75;
    padding:5px;
    width:100%;
}

.image-item-details h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    padding-top:0;
    font-size:12px;
    color:white;
}

/*.image-item:hover {
    background: #ededed;
    margin: -00px 0 -45px -00px;
    padding: 10px 10px 55px;
    z-index: 20;
    position: relative;
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
}*/

.image-item:hover .image-item-details {
    display:block;
    position:absolute;
    bottom:0px;
    left:0px;
}

.video-item h2 {
    padding-top:3px;
    font-size:13px;
    font-weight:bold;
    margin-top:3px;
}

.video-item img {
    margin-left:auto;
    margin-right:auto;
}

@media (max-width: 767px) {
    .video-item h2 {
        text-align:center;
    }
}

.shopping-item {
    text-align:center;
}

.shopping-item h2 {
    padding-top:3px;
    font-size:13px;
    font-weight:bold;
    margin-top:3px;
    padding-bottom:0;
    margin-bottom:5px;
}

.shopping-item img {
    margin-left:auto;
    margin-right:auto;
    max-height:125px;
    max-width:125px;
}

.shopping-item .price {
    color:red;
    font-weight:bold;
    margin-bottom:15px;
}

.shopping-item-certified-text {
    font-weight:bold;
    color:orange;
}

.shopping-product h1 {
    font-size: 20px;
}

.shopping-product-featured {
    border:2px solid #25aae1;
}

.shopping-product-image {
    float:left;
}

.shopping-product-content {
    margin-left:175px;
}

@media only screen and (max-width : 480px) {
    .shopping-product-content {
        margin-left:0;
    }

    .shopping-product-image {
        margin-bottom:10px;
    }
}

.shopping-offer-table {
    width:100%;
    margin-top:25px;
}

.shopping-offer-table .price {
    color:red;
    font-weight:bold;
}

.shopping-offer-table td {
    text-align:center;
    padding:8px;
}

.filter-form {
    margin-top:10px;
    margin-bottom:30px;
}

.filter-form select {
    margin-bottom: 10px;
}

#dropdown h2 {
    cursor:pointer;
}

.result-count {
    margin-top:10px;
}

.full-width-container {
    padding-left:20px;
    padding-right:20px;
}

.local-results h6 {
    padding-left:10px;
}

.local-item h2 {
    margin-top:2px;
    margin-bottom:2px;
    padding-bottom:0;
    font-size: 18px;
}

.local-item h2 a {
    font-size:18px;
}

.local-item {
    padding: 10px;
}

.result-item-active {
    background:#ededed;
}

[data-result-item] {
    cursor:pointer;
}

.btn-usseek {
    background-color: #25aae1;
    color: white;
    border-radius:15px;
}

/* youtube */
.youtube-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    min-width:240px;
}

@media (min-width: 768px) {
    .youtube-iframe-container {
        min-width:550px;
    }
}

@media (min-width: 1024px) {
    .youtube-iframe-container {
        min-width:800px;
    }
}

.youtube-iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.shopping-category-list li {
    display:block;
    float:left;
    margin:0px 10px;
}

/* bootstrap override */
.pager li > a {
    background-color: #25aae1;
    color:white;
}

.pager li > a:hover {
    color:#7b7979;
}

.pager li.active a {
    background-color:#eeeeee;
    color:#7b7979;
}
.btn-primary {
    background-color:#25aae1;
}

.breadcrumb {
    background-color:transparent;
    font-size:12px;
    margin-bottom:5px;
}

