.mobile {
    display:none;
}

.grey30{
    color:#4d4d4d;
}

.darkGrey{
    color:#534741;
}

.white{
    color:#fff;
}

.roundCorners{
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em; /* future proofing */
    -khtml-border-radius: 1em; /* for old Konqueror browsers */;
}

.greyGradientBG {
    padding:0;
    background: -moz-linear-gradient(top,  rgba(231,226,242,0) 0%, rgba(173,162,167,0) 68%, rgba(145,132,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,226,242,0)), color-stop(68%,rgba(173,162,167,0)), color-stop(100%,rgba(145,132,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(231,226,242,0) 0%,rgba(173,162,167,0) 68%,rgba(145,132,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(231,226,242,0) 0%,rgba(173,162,167,0) 68%,rgba(145,132,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(231,226,242,0) 0%,rgba(173,162,167,0) 68%,rgba(145,132,132,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(231,226,242,0) 0%,rgba(173,162,167,0) 68%,rgba(145,132,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e2f2', endColorstr='#918484',GradientType=0 ); /* IE6-9 */
}
.roundedRectangleShadow {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #B3B3B3 0 0 10px;
    -moz-box-shadow: #B3B3B3 0 0 10px; 
    box-shadow: #B3B3B3 0 0 10px;
    padding:5px;
}
.roundedRectangleBlueBG {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:5px;
    cursor:pointer;
    background: -moz-linear-gradient(left,  rgba(231,226,242,1) 0%, rgba(231,226,242,0) 50%, rgba(231,226,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,226,242,1)), color-stop(50%,rgba(231,226,242,0)), color-stop(100%,rgba(231,226,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(231,226,242,1) 0%,rgba(231,226,242,0) 50%,rgba(231,226,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(231,226,242,1) 0%,rgba(231,226,242,0) 50%,rgba(231,226,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(231,226,242,1) 0%,rgba(231,226,242,0) 50%,rgba(231,226,242,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(231,226,242,1) 0%,rgba(231,226,242,0) 50%,rgba(231,226,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e2f2', endColorstr='#e7e2f2',GradientType=1 ); /* IE6-9 */
}

.vignette {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.57) 76%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(76%,rgba(255,255,255,0.57)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.57) 76%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.57) 76%,rgba(255,255,255,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.57) 76%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.57) 76%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index:999;
}

.noBackground {
    background:none;
}

.halfOpacity{
    opacity:0.6;
}
.halfOpacityRGB{
    background: rgba(0,0,0,1);
}
.linkfader {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.linkfaderRGB{
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

#frontPageCarousel.carousel {
    min-height:100%;
    width:100%;    
}

#frontPageCarousel .carousel-inner {
    min-height: 100%;
}

#frontPageCarousel .carousel-indicators {
    background-color: #918483;
    width:100%;
    height:1.25em;
    left:30%;
    bottom:-5%;
    overflow:hidden;
}

#frontPageCarousel .carousel-indicators li,
#frontPageCarousel .carousel-indicators li.active {
    border-radius:0;
    width:2em;
    border:0px;
    height:100%;
    margin:0px 10px 5px 1px; 
}

#frontPageCarousel .carousel-indicators li {
    background-color: #E6E6E6;
}

#frontPageCarousel .carousel-indicators li.active {
    background-color: #CDBC34;
    padding:0;
    border:0px;
}

#frontPageCarousel a.carousel-control {
    top:45%;
    width:2em;
    margin:0;
    padding:0;
    display:none;//hide the arrows
}

.carousel-control.left,
.carousel-control.right {
    background-image:none;
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}




#frontPageCarousel .carousel-inner .item img {
    width:100%;
}

#frontPageCarousel .carouselImage {
    height:22em;
    padding:1em 2.75em;
}

#frontPageCarousel .carouselImage h2 { 
    font-family: 'Roboto', sans-serif;
    font-size:2.5em;
    font-weight:700;
}

#frontPageCarousel .carouselImage h4 { 
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:1.10em;
    width:95%;
    margin: 0 auto;
}

#frontPageCarousel .carouselImage img.preloadImg { 
    display:none;
    height:0;
    width:0;
}

#freeTrialBox.roundedRectangleShadow p {
    color:#512184;
    font-weight:bold;
    font-size:1em;
    margin:10px 0 5px 0;
}

#freeTrialBox .roundedRectangleBlueBG h4 {
    margin:5px 0;
}

#freeTrialBox .roundedRectangleBlueBG h4 a {
    color:#f03823;
    font-size:1em;
    letter-spacing:0.05em;
    text-decoration: none;
}

#freeTrialBox .roundedRectangleBlueBG h5 {
    margin:5px 0 2px 0;
}

#freeTrialBox .roundedRectangleBlueBG h5 a {
    font-size:1.75em;
    text-decoration: none;
}

#collectionsBox {
    margin: 0 0 4em 0;
    height:9.5em;
    vertical-align:middle;
}

#collectionsBox h1 {
    font-size:3em;
    padding:0;
    margin: 0.85em auto;
}

#collectionsBox h1 a {
    color:#efefef;
    text-shadow: 0px 0px 2px rgba(0,0,0,1); 
    text-decoration: none;
    letter-spacing:0.05em;
}

#freeTrialBox .glyphicon {
    color:#18142b;
    margin:5px 0 0 0;
    font-size:2em;
    font-weight:normal;
}

#triRow.row {
    padding:0;
    margin:20px 0 0 0;
}
#triRow.row div {
    height:20em;
    text-align:center;
    margin:0 0 1em 0;
    padding:0;
}

#bottomLinks.row {
    padding:0;
    margin:10px 0;
}



#triRow.row div > div {
    text-align:center;
    margin:0 10px 0 0;    
}

#triRow.row #shopForPhotos div {
    margin:0;
}

.threeRowLabel{
    background:none #0f0f0f;
    width:65%;
    height:25%;
    border:1px solid #000;
    padding:5px;
    position: absolute;
    top:35%;
    left:17%;
    opacity: 0.75;
    z-index: 200;
}
.threeRowLabel h2{
    font-size:1.2em;
    color:#fff;
}

#findOriginalArt div.bgFader {

}

#shopForPrints div.bgFader {

}

#shopForPhotos div.bgFader {

}

#triRow #findOriginalArt div.bgFader,
#triRow #shopForPrints div.bgFader,
#triRow #shopForPhotos div.bgFader{
    transition: background-image 0.5s;
    -moz-transition: background-image 0.5s;
    -webkit-transition: background-image 0.5s;
    -o-transition: background-image 0.5s;

}

#topRight {
    padding:0 1.428em;
    max-height:22em;
    overflow:hidden;
}

#topRight .navigation a {
    color:#a5a4a4;
    font-weight:500;
    font-size:1.25em;
    text-decoration:none;
}

#topRight .navigation.active a {
    color:#5D5D5D;
    font-weight:700;
}


#topRight #articleToggler {
    display:none;
}

#topRight .articleContainer {
    clear:both;
    height:5em;
    max-height:5em;
    margin:0.5em 0;
    padding:0;
}

#topRight .articleImage,
#topRight .vignette {
    height:6em;
    width:6em;
}

.vignetter:hover {
    background:none;
}

#topRight .dashedLineBottom {
    clear:both;
    width:100%;
    display:block;
    max-height:0.5em;
}

#topRight .articleImage {
    opacity:0.95;
}

#topRight .articleContainer h4 {
    margin:1em 0 0 0;
}

#topRight .articleContainer h4 a {
    font-size:0.95em;
    font-weight:bold;
    text-decoration:none;
    color:#7C7A7A;
}

#topRight .articleContainer p {
    font-size:0.85em;
    font-style: italic;
    color:#7C7A7A;
}

#topRight .collectionsImageBox {
    margin:0;
    padding:0;
}

#topRight .collectionIndexImage {
    width:4.5em;
    height:4.5em;
    float:left;
}


#topRight #collectionPadder {
    padding: 4em 0 0 0;
}

#topRight #collectionPadder p a {
    color:#a5a4a4;
    text-decoration: none;
}

#topRight #collectionPadder p a:hover {
    color:#888;
}

#topRight #collectionPadder #seeAllLink {
    clear:both;
    margin: 2.75em 0 1.25em 0;
}

#topRight #collectionPadder #seeAllLink p {
    border-bottom:1px dashed #777;
    width:100%;
}

#topRight .collectionsImageOuterContainer {
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
}

#topRight .boxcaption{
    float: left;
    position: absolute;
    background: #CDBC34;
    height: 9em;
    width: 9em;
    top: 9em;
    opacity: .85;
    padding:0.25em 0.5em;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

html.touch #topRight .boxcaption{
    top: 4em;
}

#topRight .boxcaption h5 {
    margin:0;
    padding:0;
}

#topRight .boxcaption h5 a {
    color: #000;
    text-decoration:none;
    font-weight:bold;
}

#topRight .captionfull .boxcaption {
    top: 260;
    left: 0;
}
#topRight .caption .boxcaption {
    top: 220;
    left: 0;
}

#newestArt h3,
h3.articles {
    font-weight:bold;
    font-size:1.6em;
    color:#5D5D5D;
}

#newestArtContainer img.spacerImg {
    width:100%;
    height:100%;
    border:none;
}

#newestArtContainer div.col-md-2 div {
    height:10em;
    padding:0.5em;
}
.newestImageHitbox{
    background-position:center center;
    background-size:cover;
}

#newImageTitle, #newMemberName, #newImagePrice{
    left:0 !important;
    font-size: 0.85em !important;
    height: 1.5em !important;
    padding: 0 !important;
}

#newImageTitle, #newImagePrice{
    color: #8c8080;
    text-transform: uppercase;
}
#newImageTitle{
    font-style: italic;
}
#newMemberName{
    color: #5b5050;
}


.truncated {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
} 

#bottomLinks.row {
    margin: 2em 0;
}

#bottomLinks.row div {
    height:3em;
    text-align:center;
    margin:0;
    padding:0;
}

#bottomLinks.row div > div {
    background-color:#eee;
    text-align:center;
    margin:0 10px 0 0;
}

#bottomLinks div.last div {
    margin-right:0;
}

#bottomLinks.row div > div > div {
    padding:5px;
}

#bottomLinks.row div > div > div h5 {
    margin:0.5em 0 0 0;
}

#bottomLinks.row div > div > div h5 a {
    font-size:1em;
    color:#000;
    text-decoration:none;
}

.addthis_custom_follow{
    display: inline-block;
}

img.hoverImage {
    display:none;
    height:0;
    width:0;
}


/** Responsive **/

@media (max-width:1199px) and (min-width: 993px) {

    #articleToggler,
    #collectionsToggler {
        clear:both;
    }

    #topRight .collectionIndexImage {
        width:4em;
        height:4em;
        float:left;
    }

    #topRight .boxcaption h5 a {
        font-size:0.75em;
    }

    #topRight #articleToggler .articleText {
        padding:0 0 0 1.5em;
    }

    #topRight .articleContainer img {
        max-height:4em;
    }

    #topRight .articleContainer h4 a {
        font-size:0.75em;
    }

    #topRight .articleContainer p {
        font-size:0.65em;
    }
    .dashedLineBottom {
        max-height:0.25em;
    }
    #triRow.row div > div > div h2{
        font-size:1em;
    }
    .threeRowLabel h2{
        font-size:1em;
    }
    #newestArtContainer div.col-xs-6 div {
        height:10em;
        width:10em;
    }
}

@media (max-width: 992px) and (min-width: 601px){
    .maxview {
        display:none;
    }
    .mobile {
        display:inline;
    }
    #bottomLinks.row div {
        margin:5px 0;
    }
    #bottomLinks.row div.last div {
        margin:0 10px 0 0;    
    }    
    #triRow.row div > div > div {
        padding:1px;
        position: absolute;
        top:35%;
        left:17%;
    }

    #triRow.row div > div > div h2 {
        font-size:0.85em;
        width:100%;
    }
    .threeRowLabel h2{
        font-size:0.85em;
        width:100%;
    }

    #triRow.row div {    
        height:15em;
    }
    #triRow.row #shopForPhotos div {
        margin:5px 10px 0 0;           
    }

    #triRow.row div > div {
        margin:5px 10px 0 0;
    }
    #freeTrialBox {
        margin:2em 0;
    }
    #frontPageCarousel .carousel-indicators li,
    #frontPageCarousel .carousel-indicators li.active {
        border-radius: 0;
        width:1em;
    }
    #frontPageCarousel {
        margin-bottom:1em;
    }

    #collectionsBox {
        margin: 1em 0 0 0;
    }

    #topRight .collectionIndexImage {
        width:6em;
        height:6em;
        float:left;
    }

    #topRight .boxcaption{
        height: 12em;
        width: 12em;
        top: 12em;
    }
    #topRight #collectionPadder #seeAllLink {
        clear:both;
        margin: 2em 0 0 0;
    }
    #newestArtContainer div.col-xs-6 div {
        height:10em;
        padding:0.5em;
        margin:0.5em;
    }


}

@media (max-width: 600px) {
    .maxview {
        display:none;
    }
    .mobile {
        display:inline;
    }
    #frontPageCarousel .carouselImage h4 { 
        font-size:0.85em;
        width:95%;
    }
    #frontPageCarousel .carouselImage h2 { 
        font-size:1.75em;
    }

    #triRow.row div {
        display:block;
        width:100%;
    }
    #bottomLinks.row div {
        margin:5px 0;
    }
    #bottomLinks.row div.last div {
        margin:0 10px 0 0;    
    }    
    #newestArtContainer div.col-xs-6 div {
        height:10em;
        padding:0.5em;
        margin:0.5em;
    }
    
    .threeRowLabel{
        left:0;
    }

}