
.aspan-highlightText{
    color: black;
    font-size:1.3em;
    text-decoration:underline;
    font-family:"Roboto Condensed", sans-serif;
}

#scrollToTop {
    display:none;
    position:fixed;
    bottom:4em;
    right:10px;
    cursor:pointer;    
}
#scrollToTop button {
    font-weight:500;
    color:#333;
}
#pageHeader{
    margin: 0 auto 20px;
    position: relative;
}

.vertical-center {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}
.form-control{ /*override xs settings where width becomes 100% */
    display:inline-block;
    vertical-align: middle;
    width:initial;
}

#homePage .center-block .form-control {
    width:100%;
}

.ellipsis{
    /*auto ellipsis: */
    width:90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.navbar-static-top {
    margin-bottom: 19px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    box-shadow:inset 0 0 0 1px #CDBC34;
}



.dropdown-menu{
    border-bottom:0;
    border-radius: 0;
    padding:0;
    margin:0;
    width:100%;
}
.dropdown-menu>li>a{
    padding:8px;
    border-bottom:1px solid #CDBC34;

}
#aspan-logo-bar{
    padding:16px 0 12px 16px;
}
.aspan-h1{
    font-family:'Roboto', sans-serif;
    font-size:1.5em;
    text-transform: uppercase;
    color:#3F3636;
    margin:0;
    line-height:1em;
}

.aspan-h2{
    font-family:'Roboto', sans-serif;
    font-size:1.4em;
    color:black;
    margin:0;

}

.breadcrumbBreakdown{
    font-weight:bold;
    font-size:17px;
    text-transform: capitalize;

}


.aspan-top-bar{
    min-height:27px;
}

.aspan-top-tagline{
    margin-left:10px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    letter-spacing: 3px;
}

.aspan-top-links{
    margin:0 10px 0 0;
}
.aspan-top-links>li>a{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size:15px;
    text-transform: uppercase;
}

.aspan-nav-active{
    background-color:#CDBC34;
}
.artspan-lightgraybg{
    background-color:#EAEAEA;
}

#keywords-label, #keywords-box{
    display:inline-block;
}
#keywords{
    width:12em;
}
.glyphicon-search{
    /*background-color:#CDBC34;*/
}

/*.aspan-btn-group{
    display:inline-block;
}*/
.aspan-dropdown-toggle{
    color:#595555;
    border-color:#9E9493;
    border-radius:0.6em;
    height:2.2em;
    background-color: #F6F6F6;
    font-family: 'Roboto Black', sans-serif;
    text-transform: uppercase;

    min-width:160px;
    padding:5px 2px 5px 5px;
    font-size: 11px;

}

.aspan-dropdown-toggle:hover, .aspan-dropdown-toggle:focus, .aspan-dropdown-toggle:active, .aspan-dropdown-toggle.active, .open>.aspan-dropdown-toggle.btn-default {
    border-color: #FF6759;
}
.aspan-dropdown-toggle:active, .aspan-dropdown-toggle.active, .open>.aspan-dropdown-toggle.btn-default {
    border-bottom:0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.aspan-dropdown-caret{
    margin-left:0.75em;
    margin-top:-0.01em;
}

.aspan-dropdown-toggle-plain{
    border-radius:0;
    background-color:white;
    font-family: 'Roboto', sans-serif;
    font-size:10px;
    min-width:120px;
}
#resultSortSelectWrapper{
    margin-top:10px;
}
.sortButtonBoldText{
    font-weight:bold;
}


.aspan-dropdown-menu{
    width:100%;    /*of parent - btn-group*/
    border:1px solid #FF6759;
    border-top:none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin:0;

    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}
.aspan-dropdown-menu li a, .aspan-dropdown-menu li a:hover, .aspan-dropdown-menu li a:focus{
    padding:5px 0 5px 8px;
    border:none;
    background-color: #F6F6F6;
}
.aspan-dropdown-menu li a:hover, .aspan-dropdown-menu li a:focus{
    color:#231F20;
    font-weight:700;
    background-color:#FFA19F;
}


#aspan-outer-container{
    background-color:white;
    box-shadow: 0px 0px 15px #0f0f0f;
    padding:0;
    margin-bottom:2em;
}





/*
.artspan-input-group-limited{
    min-width:130px;
    max-width:350px;

}
.artspan-input-group-limited:focus{

}
.artspan-input-control-limited{
    min-width:130px;
    max-width:350px;
    width:250px;
    transition:width 0.3s ease-in-out;
}
.artspan-input-control-limited:focus{
    width:320px;
    transition:width 0.3s ease-in-out;
}
*/


#pageHeader h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    margin:0 0 0.25em 2em;
    color:#786767;
}        

footer {
    background-color:#d5d5d3;
    padding:3em;
}

footer h5 {
    font-weight:bold;
    font-size:1.1em;
    margin:5px 0 0 0;
}

footer ul {
    margin:0;
    padding:0;
}

footer ul li {
    list-style-type: none;
    margin:0;
    padding:0;
}

footer ul li a,
footer ul li a:hover{
    font-size: 1em;
    text-decoration: none;
}

/*footer #contactArtspan {
    padding:50px 0 0 0;
}*/

footer #contactArtspan h5 {
    margin-top:2em;
    text-transform: uppercase;
}

footer #contactArtspan span {
    cursor:pointer;
}

footer #contactArtspan span a,
footer #contactArtspan span a:hover{
    text-decoration: none;
    color:#000;
}

footer #contactArtspan span:hover {
    opacity: 0.65;
}

.dashedLineBottom{
    margin:0;
    padding:0;
    border-bottom:1px dashed #807171;
    width:100%;
}




.hitBox,
.usePointer {
    cursor:pointer;
}
/*overrides for very small screens*/

@media (max-width: 992px) {
    footer .container .row ul li,
    footer .container .row h5 {
        text-align: center;
    }
    .aspan-top-links>li>a {
        font-size: 12px;
    }
}    

/*these come in ABOVE 400px*/
@media (min-width: 400px) {
    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .aspan-top-links>li>a {
        font-size: 15px;
    }
    .aspan-dropdown-toggle{
        font-size:13px;
        min-width:190px;
    }
    .aspan-dropdown-toggle-plain{
        font-size:12px;
        min-width:160px;
    }

}


/* Shop and Search Results */
#artspan-shop-seo-header-container{

}
#aspan-shop-seo-header, #aspan-shop-seo-caret, #aspan-shop-seo-subheader{
    display:inline-block;
    padding-right:1em;
}

#aspan-shop-seo-caret{
    font-size:1.4em;

}
#aspan-shop-seo-body{
    padding-top:1em;
    padding-left:5em;
}
#aspan-shop-seo-clearResults{
    margin-left:16em;
}
#aspan-shop-seo-clearResults a{
    color:#6D6A6A;
    text-decoration:underline;
}
#aspan-shop-seo-clearResults a:hover{
    color:black;
}

#aspan-shop-filterBar{
    margin:2em 0;

}

.aspan-color-picker{

}
.aspan-color-picker>li{
    padding:0;
    border:1px solid gray;
    width:25px;
    height:25px;
    margin-bottom:5px;
}
.aspan-color-picker>li.aspan-color-section-separator{
    border-left:1px solid black;
    width:2px;
    margin-left:5px;
}
.aspan-color-picker>li a{
    display:inline-block;
    width:100%;
    height:100%;
}
.aspan-color-picker>li a:hover, .aspan-color-picker>li a:active{
    text-decoration:none;
}
.aspan-color-picker li.selected, .aspan-color-picker li:hover{
    border-bottom:2px solid black;
}

#aspan-shop-selectedColor {
    display: inline-block;
    margin-left: 12px;
    margin-top: -2px;
    height: 20px;
    width: 22px;
    border:1px solid black;
    border-radius: 3px;
}

.noColorSelected {
    background: -moz-linear-gradient(top,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 255, 0, 1) 15%,
        rgba(0, 255, 0, 1) 30%,
        rgba(0, 255, 255, 1) 50%,
        rgba(0, 0, 255, 1) 65%,
        rgba(255, 0, 255, 1) 80%,
        rgba(255, 0, 0, 1) 100%
        );
    background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%, rgba(255, 0, 0, 1)),
        color-stop(15%, rgba(255, 255, 0, 1)),
        color-stop(30%, rgba(0, 255, 0, 1)),
        color-stop(50%, rgba(0, 255, 255, 1)),
        color-stop(65%, rgba(0, 0, 255, 1)),
        color-stop(80%, rgba(255, 0, 255, 1)),
        color-stop(100%, rgba(255, 0, 0, 1)));
}

.blackAndWhiteSelector {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 46%, rgba(0,0,0,1) 46%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,rgba(255,255,255,1)), color-stop(46%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 46%,rgba(0,0,0,1) 46%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 46%,rgba(0,0,0,1) 46%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 46%,rgba(0,0,0,1) 46%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 46%,rgba(0,0,0,1) 46%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#aspan-button-forsale, #aspan-button-allart{
    display:block;
    margin-top:10px;
    margin-bottom:5px;
    max-width: 140px;
    min-width: 75px;
    padding:0.25em;

    border:1px solid black;


    text-transform: uppercase;
    text-align:center;
    background-color:white;
    color:#4D4E4E;
}
#aspan-button-forsale:hover, #aspan-button-allart:hover{
    text-decoration:none;
}
#aspan-button-forsale.active, #aspan-button-allart.active{
    background-color:#DDCF60;
}
#aspan-button-forsale.active a, #aspan-button-allart.active a{
    color:black;
}

.aspan-button-left, .aspan-button-right {
    display:inline-block;
    min-width:120px;
    min-height:60px;
}

.aspan-button-left{
    padding-right:5px;
}
.aspan-button-right{
    padding-left:5px;
}

#aspan-shop-pagination ul{
    margin:10px 0;
}

#aspan-shop-sort{

}

#aspan-shop-results{
    margin-top:2em;
}

.aspan-artwork-box{
    margin-bottom:30px;

}

.aspan-artwork-box-interior{
    background-color:white;
    height:375px;
    margin:1.2em auto 0;
    position: relative;
    /*box-shadow: 6px 6px 5px #B0B0B0;*/
}

.aspan-artwork-prints-available, .aspan-artwork-original-available{
    position:absolute;
    top:0;
    right:0;

    z-index:2;
    height:350px;
    width:100%;

    background-size:contain;
    background-repeat:no-repeat;
    background-position:top right;
}

.aspan-artwork-prints-available{
    background-image:url("/images/prints-available.png");
}
.aspan-artwork-original-available {
    background-image:url("/images/original-available.png");
}


.aspan-image-container{
    height:290px;

    position:relative;

}
.aspan-img-responsive{
    height:auto;
    display:block;

    max-height:90%; /*gives it some white padding*/
    max-width: 90%;

    position:absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px black;


}
.aspan-img-responsive:hover{
    max-height:100%;
    max-width:100%;
}

.aspan-artwork-box-footer{

    position: absolute;
    bottom: 10px;
    left:10px;
    font-size:12px;
    width:99%;


}

.aspan-artwork-title{
    color:#8C8080;
    text-transform: uppercase;
    font-style:italic;



}
.aspan-artwork-artist{
    color:#5B5050;
    font-size:1.1em;
}
.aspan-artwork-price-range{
    margin-top:2px;
    text-transform: uppercase;
    color:#8C8080;
}
.aspan-artwork-price{
    color:#000;
    font-weight:bold;
}

.ff-left #aspan-shop-seo-body{
    font-size: 0.8em;
}

.ff-left #aspan-shop-seo-clearResults {
    margin-left: 0em;
}