/**
 * @author Robby Duke
 *
 * @date 10/10/2013
 * @time 2:28:40 PM
 *
 * Copyright (c) Robby Duke 2013
 */
@import url(global.css);

/**
 * Bootstrap typography, because its amazing.
 */

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}
.font-12 {font-size: 12px !important}.center-block {margin-left:auto; margin-right: auto; display: block}

/**
 * Rework the web canvas
 */

* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f5f5f5;
    /*background: url('/assets/img/bg.jpg') no-repeat;*/
    background-attachment:fixed;
}

div.container {
    width: 1033px;
    margin: 0 auto;
    min-height: auto;
    min-height: calc(100% - 372px);
    height: auto !important;
    height: 100%;
    background: white;
    padding:20px 10px;
}

.footer, .push {
    height: 275px; /* .push must be the same height as .footer */
}

div#logo {
    left: inherit;
    margin-left: inherit;
    top:17px;
}

/**
 * Important Stuff
 */

.service-description {
    display: block;
    width: 558px;
    max-width: 558px;
    font-size: 11pt;
    color: #000;
    font-weight: 500;
    background-size: 22px 18px;
    padding: 0px 5px 10px;
    font-size: 13px;
}

.review-text {width:500px;}

#listings div.service > .cell {max-width:255px;}

#header .container {background:none; padding: 0px;}
.footer .container {background:none;}

span.twitter-typeahead {
    float:left;
}

.rounded {border-radius: 3px;}

div.colL {
    width: 728px;
    margin-right: 5px;
}

#map {
    height: 250px;
    width: 300px;
    margin-bottom: 5px;
}

button.fancy {
    display: block;
    width: 145px;
    margin: 0 auto 20px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    color: #3f3f42;
    font-size: 10pt;
    font-weight: 500;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #b7bbc2;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eceff4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceff4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceff4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eceff4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eceff4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eceff4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceff4', GradientType=0);
}

div.noscript {
    font-size: 13px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    height: 36px;
    line-height: 36px;
    color: black;
    font-weight: bold;
    background-color: #fff9d7;
}

/**
 * Global text colors
 */
.dark {
    color: rgb(28, 28, 28)
}

.light {
    color: rgb(104, 103, 108)
}

/**
 *  Cityscape's
 */

div.cityscape {
    background-position: center;
    background: rgb(238, 238, 238);
    display: block;
    height: 100px !important;
    width: 1030px !important;
    z-index: -1 !important;
    margin: 0px auto 45px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.cityscape.img1 {
    background: url('../img/cityscapes/1.jpg') no-repeat center;
}

div.cityscape.img2 {
    background: url('../img/cityscapes/2.jpg') no-repeat center;
}

div.cityscape.img3 {
    background: url('../img/cityscapes/3.jpg') no-repeat center;
}

div.cityscape.img4 {
    background: url('../img/cityscapes/4.jpg') no-repeat center;
}

div.cityscape.img5 {
    background: url('../img/cityscapes/5.jpg') no-repeat top center;
}

div.cityscape.img6 {
    background: url('../img/cityscapes/6.jpg') no-repeat center;
}

div.cityscape.img7 {
    background: url('../img/cityscapes/7.jpg') no-repeat center;
}

/**
 * Cityscape's Search
 */

input.tt-hint {
    background: url('../img/locationin.png') 10px center no-repeat #FFF !important;
}

div.homeSearchBox {
    width: 694px;
    margin: 0px auto 0px auto;
    top: 30%;
    display: block;
    color:black;
}

div.homesearchbox input {border-radius: 4px;}

div.homeSearchBox input.term {
    width: 299px !important;
    margin-right: 12px;
    padding: 10px 10px 10px 40px;
    background: url('../img/search-icon.png') 10px center no-repeat #FFF;
    background-size: 20px 20px;
    height: 40px !important;
}

div.homeSearchBox input.location {
    width: 298px !important;
    margin-right: 15px;
    padding: 10px 10px 10px 40px;
    background-size: 15px 15px;
    height: 40px !important;
}

div.homeSearchBox button.search {
    background: #00C5E5;
    color: white;
    border-radius: 20px;
    border: none;
    font-size: 12pt;
    height: 40px;
    width: 70px
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion p {
    text-align:left;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

/**
 * Front page categories
 */
a.popularCategory {
    width: 325px;
    height: 130px;
    float: left;
    margin-right: 17.67px;
    margin-bottom: 35px
}

a.popularCategory p {
    font-size: 16pt;
    color: white;
    margin-top: -65px;
}

div.overlay {
    border-radius: 4px;
    background: black;
    width: 325px;
    height: 130px
}

span.category-select-icon {
    top: 0px !important;
}

span.white-icon {
    background: #fff;
    border-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    z-index: 2
}

span.category-select-icon > span.category-select-icon {
    margin: auto !important;
    left: 5px;
    bottom: 1px;
    z-index: 3
}

span.category-select-high {
    background-color: #e65e4d;
}

span.category-select-medium {
    background-color: #f98326;
}

span.category-select-low {
    background-color: #faa006;
}

span.front-coffee {
    border-radius: 4px;
    background: url('../img/categories/coffee.jpg') no-repeat center;
    width: 100%;
    height: 100%
}

span.front-restaurant {
    border-radius: 4px;
    background: url('../img/categories/restaurant.jpg') no-repeat center;
    width: 100%;
    height: 100%;
}

span.front-pharmacy {
    border-radius: 4px;
    background: url('../img/categories/pharmacy.jpg') no-repeat center;
    width: 100%;
    height: 100%;
}

span.front-hobby {
    border-radius: 4px;
    background: url('../img/categories/hobby.jpg') no-repeat center;
    width: 100%;
    height: 100%;
}

span.front-towing {
    border-radius: 4px;
    background: url('../img/categories/towing.jpg') no-repeat center;
    width: 100%;
    height: 100%;
}

span.front-bank {
    border-radius: 4px;
    background: url('../img/categories/bank.jpg') no-repeat center;
    width: 100%;
    height: 100%;
}

span.categoryPopular {
    font-size: 24px;
    color: #1e1e1f;
    width: 100%;
    margin-bottom: 30px;
}

span.categoryPopular span {
    color: #A1A1A1;
}

a.popularCategory{text-decoration: none !important;}

hr {
    height: 3px;
    width: 100%;
    background: rgb(223, 224, 229);
    border: none;
    margin: 35px auto;
}

/**
 * Best Businesses
 */
div.bestBusiness {
    width: 190px;
    margin-right: 6.8px;
    margin-bottom: 55px;
    float: left;
}

div.bestBusiness .wrapper {
    height: 160px;
    width: 100%;
    border: 1px solid rgb(239, 243, 248);
    border-radius: 2px;
    margin-bottom: 15px
}

div.bestBusiness img {
    top: 50%;
    margin: 0 auto;
    max-width: 155px;
    max-height: 185px;
}

div.bestBusiness .dark {
    font-size: 12px;
    font-weight: 800;
}

div.bestBusiness .light {
    font-size: 9px;
}

/**
 * Footers
 */
div.footer {
    margin-top:-2px;
    width: 100%;
    background: #1e1e1f;
    color:white;
}

div.footer .gray {
    height: 55px;
    background: rgb(55, 55, 57);
    line-height: 55px
}

div.footer .content {
    width: 984px;
    margin: 0px auto;
    color: #fff;
}

div.footer a {
    color: #fff;
    text-decoration: none;
}

div.footer  a:hover {
    text-decoration: underline;
}



div.footer li {
    display: inline;
    margin-right: 30px;
}

div.footer .links {
    font-size: 14px;
    margin: 0px auto;
    padding-top: 20px;
}

/**
 * Miscelaneous corrections for global.css
 */

div.service-review > .cell:first-child {
    width: 19px !important;
}

div.service-contact {
    border: 1px solid #ddd;
    border-radius: 3px;
}

div.service-info {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 5px;
}

div.service-hours {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: -3px;
    padding-top: 5px;
}

div.service-photo {
    margin-left: 5.88px;
    margin-bottom: 5.88px;
}

div.information {
    display: block;
    background: #fafafa;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 298px !important;
}

div.information div.service-links span:first-child {
    border-top: none;
}

div.information div.service-links:first-child {
    border-bottom: none;
}

div.information div.drip {
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    padding: 10px;
}

div.information div.drip div.arrow {
    background: url('../img/right-arrow-light-small.png') right center no-repeat;
    background-size: 7px 15px;
    margin-right: 10px;
}

div.information div.drip:first-child {
    border-top: none;
}

div.information div.list {
    display: block;
    font-weight: 500 !important;
    text-decoration: none !important;
    color: #000 !important;
    border-top: 1px solid #eaeaea;
    font-size: 14px !important;
    padding: 10px;
}

div.information div.list a {
    font-weight: 500 !important;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 14px !important;
}

div.information div.list div.arrow {
    background: url('../img/right-arrow-light-small.png') right center no-repeat;
    background-size: 7px 15px;
    margin-right: 10px;
}

div.information div.list:first-child {
    border-top: none;
}

div.drop {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
}

div.services-list div.row.service:last-child .cell {
    border-bottom: none;
}

div.well {
    display: block;
    padding: 2px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    font-size: 10pt;
    color: #444;
    border-radius: 3px;
}

p.service-name.has-coupon-usc {
    padding-right: 20px;
    background: url('../img/coupon-icon-usc.png') right center no-repeat;
    background-size: 18px 15px;
}

/* I hate FF */
@-moz-document url-prefix() {
    div.homeSearchBox input.term {
        height:20px !important;
    }

    div.homeSearchBox input.location {
        height: 20px !important;
    }

    div.homeSearchBox {
        width: 900px;
    }

    div.bestBusiness img {
        top: 5%;
    }
}



.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.text-justified {text-align: justify}
.text-center {text-align: center}

img.review-img {margin-right: 5px; border-radius: 4px; height: 25px; width: 25px}

/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    border-radius:3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color: #3c3c3c;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color: #ffffff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
}

#upload ul li{
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    overflow: hidden;
    white-space: nowrap;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left:25px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}
.media > .fl {
    margin-right: 10px;
}
.media > .fr {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

.img-rounded {border-radius: 6px;}
.catLinks {color: #2f2f2f;text-decoration: none; cursor: pointer}
.popper{color: #2f2f2f !important;text-decoration: none !important; cursor: pointer}

@-moz-document url-prefix() {
    div.homeSearchBox {
        float:right;
    }
    div.homeSearchBox input.term, div.homeSearchBox input.location {
        height: 40px !important;
    }
}

.distribute {
    float:left;
    width:100%;
    background:#fff;
    border-bottom:4px solid #000;
    overflow:hidden;
    position:relative;
}

.distribute ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

.distribute ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
}

.distribute ul li a {
    display:block;
    margin:0 0 0 1px;
    padding:3px 10px;
    background:#ddd;
    color:#000;
    text-decoration:none;
    line-height:1.3em;
}

.top-button {display: block;
    width: 77px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    background-size: 77px 31px;
    background: rgb(33, 33, 34);
    border:1px solid rgb(47, 47, 49);
    border-radius: 4px;}

p.service-name {min-height:20px; height:auto; overflow: visible}

a {
    color: #696969;
    text-decoration: none
}

a:hover, a:focus {
    color: #808080;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a.state-item {width:33%; float:left;}