body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3a240f;
}


/* structure */
.content {
}

/* typography */

/*
.logo {
background: #FFFFFF;
	color:#3a240f;
	font-size: 42px;
	text-transform:uppercase; 
}
*/
.logo:hover {
	text-decoration:none;
}

.navbar-brand {
	padding: 15px 15px 15px 0;
	text-transform:uppercase;
}
.logo-sm {color:#3a240f;}

hr.header {display:none;
border-bottom: 1px solid #666;
width: 100%;
position: absolute;
top: 70px;
left: 0px;
z-index: 1;}

hr.primary {
	width: 100%;
	border-bottom: 1px solid #999999; 
	margin: 5px auto 15px auto;
	text-align: center;
}

hr.secondary {
	width: 100%;
	border-bottom: 1px solid #999999; 
	margin: 5px auto 18px auto;
	text-align: center;
}

h1,h2,h3,h4,h5 {
	font-family: Helvetica, 'Helvetica Neue',  Arial, sans-serif;
	color:#ac1919;
}

h1 {font-size: 18px;}

h2 {
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
color: #666666;}

.Hometext {margin-top:50px;}

.artworkTitle {color:#3a240f; font-style:italic;}
.artwork-details {color:#3a240f;}
.page-title {
}

.MAPageTitle {
	font-size: 15px;
	color:#666666;
}

.MANewPar {
	color:#666666;
}	

.thumbnail .caption {}
a.ArtistMainImages {
	color: #3a240f;
	text-decoration: none;
}

.thumbs {margin-right:5px;}
.detailpic{max-height:100px;}
.jspHorizontalBar{height:20px;}


/* Slide Show */
.carousel-control.right, .carousel-control.left {background:transparent;}

/* Home Page Carousel */
header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 50%;
    background-position: center;
    background-size: cover;
}

.carousel-caption h2 {
	font-size:18px;
	color: #fff;
}

.homeNews {
padding: 20px 0 0 0;
margin: 20px 0 0 0;
}
h2.home {background: #f0f0f0;
padding: 10px;
margin: 0 0 20px 0;}
.MAHome {font-size:12px;}

/* Links */
a {
color: #999999;
text-decoration: none;}

a:hover{
color: #cccccc;
text-decoration: none;}

.pagination>li>a {color: #999999; font-size: 12px;}
.pagination>li>a:hover {color: #333333;}

a.MAHome {color: #666666; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 12px;}
a.MAHome:hover {color: #3f3f3f;}
a.MAHome h4 {color: #3f3f3f; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 12px;}

footer a {color: #999999;}
footer a:hover {color: #666666;}


/* Navigation */
nav.navbar {margin-bottom: 0;}
.navbar-default {background: transparent; border:none; font-size: 15px;}
.navbar-default .navbar-nav>li>a{color:#000000; text-transform: uppercase; font-weight: bold;}
.navbar-default .nav-justified>li>a:hover {color:#999999;}
.navbar-default .nav-justified>li>a.active {color: #333; background:transparent;} 
.navbar-default .nav-justified>li>a.feature {color: #ff0000; background:transparent;} 
.navbar-default .nav-justified>li>a.feature:hover {color: #ff0000; background: rgba(255, 0, 0, .2);} 
.navbar-default .nav-justified>li>a.active:hover, .navbar-default .nav-justified>li>.active>a:focus {
	color: #000;
	background-color: #eeeeee;
	background: rgba(238, 238, 238, 1);
}
.nav>li>a {white-space: nowrap; padding: 10px 14px 10px 14px; text-transform: uppercase;}
.logo.center-block {
  	margin-left: auto;
  	margin-right: auto;
  	height:auto;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-nav > li > a {
  margin-bottom: -5px;
  color: #666;
}
.navbar .navbar-collapse {
  text-align: center;
}

.navbar-toggle {margin-top:15px;}

/* Images */
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.portfolio-content img {
    position: relative; /* allows repositioning */
    left: 50%; /* move the whole width of the image to the right */
    transform: translate(-50%,0);
}    

/*.ArtworkImage img {
	max-height:650px;
	width:auto;
}*/
.image-artist {
    display: block;
	text-indent: -1000px; /* hide link text */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 250px;
    float: left;
}

.image {
    display: block;
	text-indent: -1000px; /* hide link text */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 250px;
    float: left;
}
.ArtistHolder {margin-bottom: 20px;}

.frame {
border:3px solid; 
color: #999999; 
padding: 8px;
}

.social img {
}
.social img:hover {
}

.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
}

/* Print Piece Page */
.print-logo {margin-bottom:10px;}
.print-image {
	max-height: 396pt;
	width: auto;
    /*page-break-inside: avoid;*/
}

.print-page {
	font-size: 10pt;
	color: #000000;
	margin: 2% 5% 0 5%;
	padding: 0;
	page-break-inside: avoid;
	page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */	
}
.print-footer {display: block; margin-top: 20px;}


/* Forms */
.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:block;
float: none;
/* reset the text-align */
/* inline-block space fix */
margin: 0 auto;
} 

.text-margin {
	margin:10px 0;
}

.hardrule{
	margin:5px 0 10px 0;
}

.nomargin-bottom {
	margin-bottom: 0;
}


/* Footer */
footer {
	background: rgb(255, 255, 255);
	font-family: Helvetica, 'Helvetica Neue',  Arial, sans-serif;
	line-height: 19px;
	padding: 10px 0 20px;
	color: #333333;
	margin-top:;
}

.footertext{
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 12px;
}

.MAWLinks {font-size:12px;}
nav.navbar.footer-nav {margin-bottom:0px; margin-top: 20px;}

/* Responsive Styles */
@media(max-width:1200px) {
	.image {
    	height: 180px;
	}
	.image-artist {
    	height: 250px;
	}
	.image-news {height:290px;}
}

@media(max-width:991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
    .portfolio-content {
    	width: 100%; 
    	max-height: 450px;
    	margin-bottom:20px;}
	/*.image, .image-artist {
    	height: 300px;
	}*/
}
@media (min-width: 768px) {
	.logo-wrap{margin-top:10px;}
	.logo {text-align: center;}
	.logo img {padding:0 0 0px 0; /*max-height:85px; max-width:230px;*/ position: relative; z-index: 2;}
}
@media (min-width: 900px) {
	.logo-wrap{margin-top:10px; margin-bottom: 10px;}
	.logo img {padding:5px 0 5px 0; /*max-height:85px; max-width:400px;*/}	
}
	
@media screen and (max-width: 768px) {
  .logo.center-block {
    float: right;
  }
  .logo img {padding:0 0 10px 0; max-height:218px;}
  .navbar .nav {
    padding-left: 0;
  }
  .logo-sm img {max-height:75px;}
}

@media (max-width: 767px) {
	.col-xs-12 .text-right, .col-xs-12.text-left {
        text-align: center;
       } 	
	.logo {text-align: center;}
    .img-portfolio {
        margin-bottom: 15px;
    }

	.ArtistHolder {margin-bottom: 20px;}
	.image, .image-artist {
    	height: 250px;
        }
    header.carousel .carousel {
        height: 70%;
    }
}



@media (max-width: 520px) {
	.image {height: 150px;}
	.ArtistHolder {margin-bottom: 20px;}
	a.MAHome{font-size:9px;}
	
}

@media (max-width: 460px) {
	.image, .image-artist, .image-news {
	    height: 150px;
	}
}


::-moz-selection {
  text-shadow: none;
  background: #808080;
  background: rgba(128, 128, 128, 0.5);
}
::selection {
  text-shadow: none;
  background: #808080;
  background: rgba(128, 128, 128, 0.5);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
}

/* rljartconsultant BS5 Chnages */
.has-error .help-block,.has-error .control-label {
        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;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }
    .has-success .control-label,.has-success .help-block {
        color: #3c763d;
    }
    .navbar-default li a.active {
        color: #333 !important;
        background: transparent !important;
    }
    .navbar-default li a.active:hover, .navbar-default li a.active:focus {
        color: #000 !important;
    }
    #navbar-primary .nav li:focus, #navbar-primary .nav li:hover, footer .nav li a:focus, footer .nav li a:hover {
        text-decoration: none !important;
        background-color: #eee !important;
    } 
    .navbar-default li:hover {
        color: #999999 !important;
    }