body {
font-family: 'FuturaPT-Light', 'futura', 'Trebuchet MS', Arial, sans-serif !important;
color: #666666;
}

/*.content {max-width: 910px;}*/

/* typography */
.logo {
	color:#000000;
	display: inline-block;	
	width: 500px;
}

h1,h2,h3,h4,h5 {
	font-family: "FuturaPT-Light", "Futura", "Trebuchet MS", Arial, sans-serif;
	color:#333333;
}

h1 {  
    font-size:29px; 
	font-weight:300;
	letter-spacing:-.04em; 
	text-transform:uppercase; 
	vertical-align:top; 
    margin: 0;
    padding:5px 0;
	}
	
h2 {
	font-size: 14px;
	color: #808080;
	font-weight:300;
	}
	
.custom-home h2	{
	font-size: 30.5px;
	font-weight: 300;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #272727;
}
h3 {
	font-weight:normal;
	letter-spacing:-.04em;        
    font-size:18px;
}
h4 {margin-top:0; margin-bottom:0;}
hr.primary {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	width: 100%;}

.logo img {margin: 20px 0;}
a.logo {color: #333333; font-size:24px;}

.page-title {
}

.MAPageTitle {
	font-size: 18px;
	color:#333333;
}

.MANewPar {
	font-size: 14px;
	color: #999999;
}

.custom-home p {
	font-size: 14px;
	color: #666666;
	line-height: 16px;}
	
#customnav_right {}	

.midtop .info, .mid .info  {
	font-size: 14px;
	font-weight: normal;
} 	



/* ------ Slide Show ------- */
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fafafa; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .item img {max-height:400px;}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
} 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Caption */
.carousel-caption p {display:none; color:transparent;}
.new-caption-area {text-align: right;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {max-height: 400px;}


/*----- Navigation -----*/
.navbar {border-radius: 0px; margin-bottom: 0px; min-height: 15px;}
.nav-border {margin-bottom:0; margin-top: 5px;}
.navbar-default {background-color: transparent; border: transparent;}
.navbar-right {background: transparent; border:none; }
.navbar-right .navbar-nav>li>a {font-size: 14px; text-transform: uppercase; color: #999999;}
.navbar-right .navbar-nav>li>a:hover {color:#01bff3; background-color: transparent;}
.navbar-right .navbar-nav>.active>a {background-color: transparent; color:#01bff3;}
.navbar-right .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background-color: transparent; color: #000000;}	
.navbar-right .navbar-toggle {border-color: #cccccc;}
.navbar-right .navbar-toggle .icon-bar {background-color: #333333;}
.navbar-right>li {border-right: 1px solid #999999;}
.navbar-nav>li>a {padding-top: 2px; padding-bottom: 2px;}
.logo.center-block {
  	margin-left: auto;
  	margin-right: auto;
  	height:auto;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.breadcrumb {
	padding: 15px 0 0 0;
	margin: 0;
	background: transparent;
	font-size: 12px;}



/* Links */
a {color: #323232;text-decoration: none;}
a:visited {color:#999999;}
a:hover{color: #e90000; text-decoration: none;}

a.ArtistAssets, a.ArtistAssetsOn, a.ArtworkNextBack {
	font-size: 13px;
	color: #999;
	text-transform: uppercase;}

a.ArtistAssets:hover, a.ArtistAssetsOn:hover, a.ArtworkNextBack:hover {color: #333333;}	

ul.RightNav  {
	margin: 0;
	padding: 0;
	text-align: right;
	}
.RightNav li {list-style-type: none; line-height: 25px;}	
.RightNav a {
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000!important;
}
.RightNav a:hover {color: #01bff3!important;}

.btn-default {background: #999999;}	

a.RightTitle {font-size: 24px; font-weight: normal; text-decoration: none; text-transform: uppercase;color: #000000;}
.news a{color: #272727;}
.news a:visited {color:#999;}
.news a:hover {color: #e90000;}
a.RightTitle:hover{color:#e90000;}	
a.newstitle {font-size: 14px;color: #666666;}
a.newstitle:hover {color: #000000;}
.news a.more{font-size:11px;font-weight:bold;font-style:italic;}
a.MAHome {font-weight: bold; font-size: 11px; color: #272727;}	
footer a {color: #666666;}
footer a:hover {color: #000000;}

a.MAFooter {text-transform: uppercase;}

a.InquiryButton {
	color: #999999;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	width: 120px;
	letter-spacing: 0px;
	text-align: center;
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 3px;
	border: 2px solid #999999;
	outline: 1px solid #ffffff;
	margin-left: 1px;
}

a.InquiryButton:hover {
	color: #ffffff;
	background-color: #999999;
	border: 2px solid #999999;
	outline: 1px solid #ffffff;
}
a.social {color: #666666;}
a.social:visited {color:#999;}
a.social:hover {color: #e90000;}



#ArtistFeaturedInfo {background-color: #aaaaaa;
padding: 10px;
font-size: 14px;
color: #333333;}

.ArtistTeaser {margin: 10px 0 10px 0;}
.artworktitle {font-weight: normal; font-style: italic; }
.artworksubtitle {font-weight: normal; font-style: italic; }
.artworksubtitle:before {content:"(";}
.artworksubtitle:after {content:")";}
.artworkmedia {font-style: normal;}
.ArtworkInfo {font-size: 13px; color: #696969;}
.Title {font-size: 14px; color: #666666;}
.date, .Date {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
}
.news {padding-bottom: 10px;}
.news .date {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
}

/*--- Artist Main Page ---*/

.image-container-artistmain {
	position: relative;
	width:100%;
	height: 200px;
	background: #000;
	margin-bottom:30px;
	overflow: hidden;
}

.image-artistmain {
  	display: block;
 	margin: 0 auto;
  	width:100%;
  	height:auto;
}

.overlay-artistmain {
font-size: 14px;
	position: absolute; 
	letter-spacing: -.05px;
  	bottom: 0; 
  	background: rgb(102, 102, 102);
  	background: rgba(102, 102, 102, 1); /* Black see-through */
  	color: #ffffff; 
  	width: 100%;
  	transition: .5s ease;
  	opacity:0.8;
  	color: white;
  	padding: 10px 0 10px 0;
  	text-align: center;
}

.image-container-artistmain:hover .overlay-artistmain {
  opacity: 1;
}

/* Images */
.frame {padding: 0px; border: 1px solid #333333;}
.social img {
	filter: n; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */}
.social img:hover {
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */}	

.thumbnail {	
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: transparent;
	border: 0px;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.image {display: block;
text-indent: -1000px;
overflow: hidden;
background-size: cover;
width: 100%;
height: 200px;
float: left;}


/* Footer */
footer {
	font-size: 14px;
	margin-top:40px;
	padding: 15px 0 20px 0;
	border-top: 1px solid #ccc;
}

.footertext{
}

.footernav {font-size: 14px;}
.footernav li {text-transform: uppercase;}
.footernav>li>a.footerLink {color: #666666; border-right: 1px solid #cccccc; padding: 10px 15px 10px 0; border-radius: 0;}
.footernav>li>a.footerLink:hover {color: #000000; background: transparent;}
.footernav>li>a.footerLink:last-of-type {border-right: 0;}

footer .navbar-nav>li {padding-top: 0;}
.footer-nav .nav>li>a.footerLink {color: #666666; text-transform: uppercase; font-size: 14px; padding: 0px 15px 0px 0;}
.footer-nav .nav>li:first-of-type {padding-left:0;}
.footer-nav .nav>li:last-of-type {border-right: none;}
.footer-nav .nav>li {padding-left:15px; border-right: 1px solid #666666;}
.footer-nav .nav>li>a:hover {background: transparent; color: #333333;}

.form-group img {background: #fff;}

.simple-subscribe{background: rgba(255,255,255,0.07);border-radius: 4px; padding: 10px;}


.SearchForm {
	border:1px solid #c1c1c1;
	background:rgba(255,255,255,0.03);
	border-radius: 4px;
	padding:10px;
}
	
.ContactUs {
	border:1px solid #c1c1c1;
	background:rgba(255,255,255,0.03);
	border-radius: 4px;
	padding:10px;
}	

.privateLogin {border-color: rgb(215, 215, 215);}

.col-centered {
display: inline-block;
float: none;
/* reset the text-align */
text-align: left;
/* inline-block space fix */
margin-right: -4px;
} 

.text-margin {
	margin:10px 0;
}

.hardrule{
	margin:5px 0 10px 0;
}

.nomargin-bottom {
	margin-bottom: 0;
}



@media (max-width: 992px) {
	.image {height: 150px;}
	.image-container-artistmain {
		height: 175px;}
	/*.image-artistmain {max-height: 175px;}*/	
}

@media (max-width: 767px) {
	.nav-border {border:0px;}
	.col-xs-12 .text-right, .col-xs-12.text-left {text-align: center;} 	
	.logo-wrapper {margin-top:10px; margin-left:10px;}
	a.logo {color: #114B7A; font-size:20px;}   
	.logo.center-block {float: right;}
	.navbar .nav {padding-left: 0; display: flex;justify-content: center;}
	.logo-sm img{max-width: 250px; margin-top:10px; margin-left:10px;}
	.image-container-artistmain {height: 200px;}
	/*.image-artistmain {max-height: 200px;}*/	
}

@media (min-width: 768px) {
	.navbar-nav>li {border-right: 1px solid #999999;}
	.navbar-nav>li:last-of-type {border-right: 0;}
.image-container-artistmain { height: 150px;}
.overlay-artistmain {font-size: 12px;}
}

@media (max-width: 650px){
	.image {height: 175px;}	
	.logo-sm img {max-width: 300px;}	
	.image-container-artistmain {height: 175px;}
}

@media (max-width: 500px){
	.image {height: 175px;}	
	.logo-sm img {max-width: 200px;}	
	.image-container-artistmain {height: 175px;}
}

@media (max-width: 374px){
	.image-container-artistmain {height: 125px;}
.overlay-artistmain {font-size: 12px;}
	/*.image-artistmain {max-height: 125px;}*/		
}

@media (min-width: 993px) {
.image {height: 200px !important;}
.image-container-artistmain { height: 200px;}
.image-artistmain {height:auto;}
}
@media (min-width: 1200px) {
body {font-size: 15px;}
.navbar-right {margin-top: 90px; margin-left: 50px; right:0;}	
.overlay-artistmain {font-size: 14px;}
.image {height: 200px !important;}
.image-container-artistmain { height: 250px;}
.image-artistmain {height:auto;}
#ArtistFeaturedInfo {font-size: 15px;}
.ArtworkInfo {font-size: 15px;}
}


@media (min-width: 768px){
    .toggleIcon , .hideNav ul{
        display: none!important;
    }
}
.nav>li>a{
    padding-left:15px;
    padding-right:15px;
}
.breadcrumb>li+li:before{
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.dataEntryFormBtn, .contactUsFormSubmitBtn, .ArtworkInquiryFormSubmitBtn{
    color: #333;
    background-color: #999999;
    border-color: #ccc;
    font-size:14px!important;
}
.dataEntryFormBtn:hover, .contactUsFormSubmitBtn:hover , .ArtworkInquiryFormSubmitBtn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.contactUsFormPrivacyBtn:hover{
    text-decoration:underline!important;
}
.SearchForm select,.SearchForm input{
    font-size:13px!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.SearchForm input, .ContactUs input, .MAForm input{
    color:#555!important;
    font-size:14px!important;
}
.MAForm .footer, .ContactUs .Footer, .commentCharCount {
        color: #737373 !important;
        font-size: 13px;
}

.small{
    color: #333333;
    font-size: 11px;
}

.has-error ~ .help-block.filled .parsley-required {
    color: #a94442;
}
.has-error.form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-success.form-control {
    border-color: #3c763d !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
} 
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-error .help-block, .has-error .control-label {
    color: #a94442;
}

@media (max-width: 991px){
    .navbar .nav {
        padding-left: 0;
        display: flex!important;
        justify-content: center;
        flex-direction: row!important;
    }
}
@media (min-width: 1200px){
    .navbar-right {
        margin-top: 60px;
        margin-left: 50px;
        right: 0;
    }
}
@media (min-width: 1200px){
    .image-container-artistmain {
        height: 285px!important;
    }
}
    @media (max-width: 374px){
    .image-container-artistmain {
        height: 147px!important;
    }
}
@media (max-width: 767px){
    .col-12 .text-end, .col-12.text-start {
        text-align: center !important;
    }

}
.MANewPar {
    font-size: 14px!important;
    color: #999999;
}

.artDesign p {
    margin: 0 0 10px!important;
}