@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;slideshow
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */

/*@font-face {
    font-family: 'NewBaskerville-Regular-webfont';
    src: url('NewBaskerville-Regular-webfont.eot');
    src: url('NewBaskerville-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('NewBaskerville-Regular-webfont.woff') format('woff'),
         url('NewBaskerville-Regular-webfont.ttf') format('truetype'),
         url('NewBaskerville-Regular-webfont.svg#NewBaskerville-Regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body {
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	line-height:20px;
	margin: 0;
	padding: 0;
	color: #828282;
	text-rendering: optimizeLegibility;	
}
html {  
    -webkit-font-smoothing: antialiased;
	overflow-y: scroll;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}

/* ~~ LINKS ~~ */
a:link {
	color: #828282;
	text-decoration: none; 
}
a:visited {
	color: #828282;
	text-decoration: none;
}
a:hover, a:focus { 
	text-decoration: none;
	color: #000;
}
a[href$=jpg] {
	text-decoration: none;
	border: 0 none;
}
a img { border: none; }

/* ~~ CONTAINER  ~~ */
.container {
	width: 100%;
	/*min-width: 1200px;*/
}
.wrapper {
	margin: 0;
	/*margin:40px 56px 56px 56px;*/
}

.header {
	padding-left:58px;
	position: relative;
	z-index: 400;
}
.logo {
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-weight:700;
	line-height: 18px;
	padding-bottom: 35px;
	padding-top: 0px;
	padding-left: 0;
	color: #3d3d3d;
	position: relative;
	z-index: 400;
	letter-spacing: 0.03em;
}
.logo span {
	font-size: 15px;
	font-weight:400;
	color:  #3d3d3d;    /*#828282;*/
	letter-spacing: 0.03em;
}
.credit {
    position: fixed;
    bottom: 37px;
    left: 48px;
    width: 200px;
    height: 20px;
    background-color: white;
    /*font-family: 'Raleway', sans-serif;*/
	font-size: 12px;
	line-height: 20px;
	color: #666;
	letter-spacing: 0.03em;
}
.content {
}

.fixed-column {
	position:fixed;
	top:50px;
	left:0;
	width:300px;
	z-index:400; 
}
.menu-icon {
	position:fixed;
	top:45px; 
	right:37px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:none;
	z-index:400;
}
.menu-icon img {
	width:100%;
	height:auto;
}
.menu-cross {
	position:fixed;
	top:45px; 
	right:37px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:none;
	z-index:500;
}
.menu-cross img {
	width:100%;
	height:auto;
}
.white-band {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 200;
	display: none;
}

/* ~~ OPENING ~~ */
.introContainer {
	width: 100%;
	/*height:100%;*/
	/*min-width: 1200px;*/
}
.introWrapper {
	position: relative;
	margin: 0;
}

/* ~~ OPENING SLIDESHOW ~~ */
/*    image area for slideshow    */
.image-area {
	padding-top: 50px;
	padding-bottom: 50px;
	width:80%;
	/*height:100vh;*/
	margin-right: 58px;
	position:relative;
	float:right;
}
.swiperContent {
  width: 70%;
  max-width: 1400px;
  padding: 0px;
  margin: 0 auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  background: #FFF;
}
.alt-bg .swiper-slide{
  background: #FFF;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #FFF;
}


.smallSlideshow {
	width:100%;
	height:100%;
	position:relative;
	margin-bottom:56px;
	margin:0 auto;
	text-align:center;
}

/*   MAIN GALLERY  SLIDESHOW    */

#slideshow {
    position:relative;
	overflow:hidden;
	height: 100%;
	width:80%;
	padding:0;
	min-width:900px;
}
#slideshow DIV {
   position:absolute;
   top:0;
   left:0;
    z-index:8;
    opacity:0.0;    
	/*filter: alpha(opacity=0);*/
	background-color: #FFF;
}
#slideshow DIV.active {
    z-index:10;
    opacity:0.0;
	/*filter: alpha(opacity=0);*/
	background-color: #FFF;
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
	padding:0;
	width:auto;
	max-width: 100%;
	height: 100%;
}
img {
	border:none;
}
/*    MOBILE  SLIDESHOW    */
.mobileSlide {
	width:100%;
	padding-bottom:25px;
}
.mobileSlide IMG {
	width:100%;
	height:auto;
	padding-bottom:15px;
}
.galleryContainer {
	width: 100%;
	padding: 50px 0 50px 0;
}

/*///////   NAV  /////////////////////////////////////////////////////////////////////////////////*/
.main-nav {
	/*border-top: 1px solid #C4C1BC;
	padding-top: 10px;*/
	display:block;
	position: relative;
	top: 0;
	left: 0;
}
ul {
  list-style-type: none;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	line-height: 20px;
	font-weight:400;
	color: #828282;   /*   #737272;*/
	letter-spacing: 0.03em;
	padding-bottom:0;
	/*text-transform:uppercase;*/
	width: 100%;
	text-align: left;
}
ul li {
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

ul li a {
    color: #828282;
    text-decoration: none;
}

ul li a:hover {
    color: #000000;
}
ul li.active a {
	color: #000;
	text-decoration: none;;
}
.accordion {
  width: 100%;
}
.active {color: #000;}
.accordion {
  cursor: pointer;
  display: block;
  padding-left: 0px;
}

ul li ul li {
	padding-left: 20px;
	font-size: 13px;
}
ul li ul {
	padding-bottom: 0;
	padding-left: 0;
}


/* ~~ GALL MENU & THUMBNAILS ~~ */
.catTitle {
	border-top: 1px solid #C4C1BC; 
	height:56px;
	width:70.91%;
}
.gallText {
	position: relative;
	display: block;
	width:100%;
	max-width: 225px;
	font-size:12px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #828282;
	margin-top:50px;
}
.gallText p {
	width: 225px;
	text-align: left;
}
.thumbsText {
	position: relative;
	display: none;
	width:100%;
	max-width: 225px;
	font-size:12px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #828282;
	margin-top:50px;
}

/* ~~ thumbnails ~~ */

.gallThumbs {
	margin: 50px 58px 0 0;
	width:80%;
	height:100vh;
	position:relative;
	float:right; 
	z-index: 300;
}

.thumbContainer {
	width:100%;
}

/*  THUMBNAILS MASONRY    */
/*   gutterSize = (containerWidth - (elementWidth * numberOfElement) / numberOfGutters)
*/
.hide {
    visibility: hidden;
    opacity: 0;
}
.item{
	float:left;
	margin:0 0px 1.2% 0;
}
.item img {
	display:block;
	width:100%;
	border:none;
	
}

.item,
.grid-sizer {
  width: 24.1%;
}
.gutter-sizer {
    width: 1.2%;
}

/*      BOOK ITEM    */
.book-item {
	float:left;
	margin:0 0px 0% 0;
}
.book-item img {
	display:block;
	width:100%;
	border:none;
	
}

.book-item,
.grid-sizer-book {
  width: 25%;
}
.gutter-sizer-book {
    width: 0%;
}

/*      PRINTS    */

.print-item{
	float:left;
	margin:0 0px 1.2% 0;
}
.print-item img {
	display:block;
	width:100%;
	border: 1px solid #C4C1BC;
	
}

.print-item,
.grid-sizer {
  width: 24.1%;
}

.printsContent {
	margin: 50px 58px 0 0;
	width:80%;
	height:100vh;
	position:relative;
	float:right; 
	/*z-index: 300;*/
}
.printsContent h1 {
	font-size:15px;
	line-height:20px;
	padding:0px 0 7px 0;
	color: #000;
}
.printsThumbs{
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
}
/*.thumbPrint {
	border: 1px solid #C4C1BC;
}*/
.printsIntro {
	padding: 10px 10% 10px 0;
	width: 40%;
	float: left;
}
.printsIntro2 {
	padding: 10px 0% 40px 0;
	width: 40%;
	float: left;
}


.printsLayout {
	
}
.printsLayout h3 {
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
}
.printsLayout p {
	font-size: 12px;
	line-height: 18px;
}
.printsThumbBox {
	border-top: 1px solid #C4C1BC;
	padding-top:12px;
	width:100%%; 
	margin-bottom:11px; 
}
.printsThumbs h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 50px 0 10px 0;
	color: #000;
}
.printPic img {
	width: 100%;
	height: auto;
	border: 1px solid #C4C1BC;

}
.printWrapper {
	width: 80%;
	padding-top: 200px;
	max-width: 1850px;
	margin: 0 auto;
}
.toPrints {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 15px;
	z-index: 100;
}
.printSidebar{
	float: left;
	width: 35%;
	margin-right: 4%;
}
.printPic {
	float: left;
	width: 60%;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.printTextBox {
	width: 100%;

}
.buyInfo {
	width: 90%;
	padding-top: 50px;
}

/**** Transitions for Masonry ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* ~~ CAT INFO TEXT ~~ */
.infoContent {
	width:60%;
	max-width: 742px;
	position:relative;
	top: 50px; 
	left: 400px;
}
.infoContent h1 {
	font-size:15px;
	line-height:20px;
	padding:0px 0 7px 0;
	color: #3d3d3d;
}
.infoItem {
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:742px; 
	font-size:15px;
	line-height:20px;
}
/*.infoHeading {
	font-size:15px;
	line-height:20px;
	padding:7px 0 26px 0;
	color: #3d3d3d;
}*/
.infoPic {
	padding-top: 26px;
}
.infoPic img {
	width: 100%;
	height: auto;
	max-width: 742px;
}
.infoBody {
	padding-top:25px;
	padding-bottom:25px;
	color: #828282;
}

/* ~~ GALLERY ~~ */
.toThumbs {
	position:absolute;
	cursor: pointer;
	top:15px;
	left:15px;
	z-index:100;
}

/*     SLIDESHOW    */
.galleryWrapper {
	margin:34px 37px 0px 37px;
}
.galleryContent {
	margin:60px 0px 60px 0px;
	height:100%;
	width:auto;
}
.galleryLeft {
	position:absolute;
	top:100px;
	left:10px;
	z-index:100;
	display: block;
}
.galleryRight {
	position:absolute;
	top:100px;
	right:10px;
	text-align:right;
	display: block;
}
.slideContent {
	padding:0;
	width: 100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#gallSlideshow {
    position:relative;
    margin:0 auto;
	text-align: center;
	height: 100%;
}
#gallSlideshow DIV {
   position:absolute;
   top:0;
   left:0;
	text-align: center;
	margin:0 auto;
    z-index:8;
    opacity:0.0;
	display:inline-block;    
	/*filter: alpha(opacity=0);*/
	background-color: #FFF;
}
#gallSlideshow DIV.active {
    z-index:10;
    opacity:0.0;
	margin:0 auto;
	/*filter: alpha(opacity=0);*/
	background-color: #FFF;
}
#gallSlideshow DIV.last-active {
    z-index:9;
}
#gallSlideshow DIV IMG {
	padding:0;
	width:auto;
	max-width: 100%;
	height: 100%;
	margin:0 auto;
}
.leftControl {
	cursor: pointer;
	padding-top:0px;	
	display:none;
}
.rightControl {
	cursor: pointer;
	padding-top:0px;
	display:none;
}
.gallFooter {
	position:absolute;
	left:0;
	bottom: -28px;    /*-50px;*/
	z-index:200;
}
.footerWrapper {
	padding:0 0px 0 0px;
	text-align:left;
	margin:0 auto;
}
.photoCaption {
	width:100%;
	text-align:left;
	font-size:12px;
	color:#AEABA3;
}

/* ~~ BOOKS THUMBS ~~ */
.booksText {
	border-top: 1px solid #C4C1BC; 
	width:70.91%;
	font-size:14px;
	line-height:16px;
	color: #7C7A74;
	padding-top:10px;
	
}
.bookThumbs {
	margin: 0px 58px 40px 0;
	width:80%;
	max-width: 1400px;
	position:relative;
	top: 50px; 
	left: 400px; 
	padding-bottom: 40px;
}
.bookThumbs h1 {
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 10px 0;
	color: #000;
}
.bookThumbContainer {
	border-top: 1px solid #C4C1BC;
	margin: 0px 0 0 0;
	width:100%;
}
.bookThumbContainer h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 50px 0 10px 0;
	color: #000;
}
/*width:  calc( ( 100% - 1.2% ) / 2 )= 49.4%;   gap =1.2%  */
.bookThumbBox {
	border-top: 1px solid #C4C1BC;
	padding-top:12px;
	width:100%%; 
	margin-bottom:11px; 
}
.booksLayout {
	width: 100%;
	height: 300px;
}
.bookCover {
	width: 20%;
	height: 100%;
	float: left;
	margin-right: 5%;
}
.bookCover IMG {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
/* ~~ BOOKS SLIDESHOW ~~ */
.booksSlideshow {
	position: relative;
	width: 75%;
	float: right;
}

/* ~~ BOOKS DETAILS ~~ */
.bookThumbTitle {
	padding-top:7px;
	font-size:14px;
	line-height:20px;
	color:#7C7A74;
}
.bookThumbPrice {
	color:#AEABA3;
	font-size:14px;
	font-style:italic;
	padding-top:3px;
	padding-bottom:14px;
}
.bookThumbText {
	border-top: 1px solid #C4C1BC;
	padding-top:10px;
	padding-bottom:36px;
	font-size:14px;
	line-height:18px;
}

/* ~~ BOOKS PURCHASE ~~ */
.bookWrapper {
	margin:0 auto;
	padding-top:50px;
	width:100%;             /*928px;*/
}
.bookSidebar {
	float:left;
	width:37%;
}
.bookTextBox {
	width:330px;
}

.bookTitle {
	color: #000;
	padding-bottom:0px;
}
.bookDetails {
}
.bookPrice {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:20px 0 10px 0;
}
.bookQuotes {
	padding-bottom:56px;
	float: left;
	width: 50%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C4C1BC;
    margin: 1em 0;
    padding: 0;
}
.bookLink {
	padding-bottom:30px;
}


/*   BUY BUTTON    */
.butContainer {
	height:50px;
	padding-bottom:38px;
}
form {
	float:left;
	height:35px;
}
.printSize {
	float: left;
	line-height: 24px;
}
.buyBut {
	padding: 6px 0 0 20px;
	float:left;
}
.payBut {
	font-size:10px;
	color:#FFF;
	background-color:#aeaba4;
	width:50px;
	height:35px;
	cursor:pointer;
	border:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.payBut:hover {
	background-color:#7C7A74;
}

.arrowLeft {
	position:absolute;
	top:120px;
	left:60px;
	z-index:400;
	cursor: pointer;
	padding-top:0px;
}
.arrowRight, 
.arrowLeft{
	border: none;
}
.arrowRight {
	position:absolute;
	top:120px;
	right:60px;
	z-index:400;
	cursor: pointer;
	padding-top:0px;
}

.leftControl {		
}
.rightControl {	
}

/* ~~ NEWS ITEMS ~~ */
.newsContent {
	margin: 0px 58px 40px 0;
	width:80%;
	max-width: 1200;
	position:relative;
	top: 50px; 
	left: 400px; 
}
.newsContent h1 {
	font-size:15px;
	line-height:20px;
	padding:0px 0 10px 0;
	color: #000;
}

.newsItem {
	border-top: 1px solid #C4C1BC;
	padding-bottom:50px;
	width:100%; 
	max-width: 1200px;
	font-size:14px;
	line-height:20px;
}
.newsHeading {
	font-size:14px;
	line-height:18px;
	padding:7px 0 26px 0;
	color: #000;
}
.newsPic {
	float: left;
	width: 48%;
	padding-right: 4%;
}
.newsPic img {
	width: 100%;
	height: auto;
}
.newsBody {
	float: left;
	width: 48%;
	padding-bottom:25px;
	color: #828282;
}

.newsHeading a:link {
	color: #828282;
	text-decoration: none; 
}
.newsHeading a:visited {
	color: #828282;
	text-decoration: none;
}
.newsHeading a:hover, a:focus { 
	text-decoration: none;
	color: #000;
}
.top {
	padding-top:0px;
}
/* ~~ CONTACT/INFO ~~ */

.tel {
	margin-top: 14px;
	/*border-top: 1px solid #C4C1BC;*/
	padding:7px 0 14px 0; 
	width:100%;
	font-size:14px;
	line-height:18px;
	color: #000;
}
.telNo {
	color: #828282;
}
.email {
	/*border-top: 1px solid #C4C1BC;*/ 
	width:100%;
	font-size:14px;
	line-height:18px;
	color: #000;
	padding:7px 0 30px 0;
}
.contactContent {
	width:60%;
	max-width: 742px;
	position:relative;
	top: 50px; 
	left: 400px;
}
.contactContent h1 {
	font-size:15px;
	line-height:20px;
	padding:0px 0 10px 0;
	color: #000;
}
.contact {
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:742px; 
	font-size:15px;
	line-height:20px;
	color: #828282;
}
.awards {
	padding-bottom:30px;
	width:742px; 
	font-size:15px;
	line-height:20px;
	color: #828282;
}

.contactTitle {
	/*border-top: 1px solid #C4C1BC;*/
	/*padding-top:10px;*/
	width:100%;
	padding-bottom:7px;
}
.contactTitle h2 {
	padding-bottom: 0px;
	color: #000;
}
.contactText {
	border-top: 1px solid #C4C1BC;
	padding-top:10px;
	width:100%;
}
.contactText td {
	text-align:left;
	padding-bottom: 2px;
}
.date {
	width:60px;
	/*color:#000;*/
}
.post {
	width:auto;
	/*line-height: 30px;*/
}
.bite {
	border-top: 1px solid #C4C1BC;
	font-size:11px;
	line-height: 18px;
	padding-top:10px;
	padding-bottom: 30px;
}

/* ~~ VIDEO~~ */
.videoContent {
	width:1053px;
	margin:0 auto;
	padding-top:50px;
}

/* ~~ float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*/////////////////////////////////  RESPONSIVE SETTING  1730px  /////////////////////////////*/

@media (max-width: 1730px) {
.fixed-column {
	position:fixed;
	top:45px;
	left:0;
	width:300px;
	z-index:400; 
}
.header {
	padding-left:37px;
}
.gallThumbs {
	margin: 50px 37px 0 37px;
	width:76%;
	height:100vh;
	position:relative;
	float:right; 
}
.image-area {
	width:76%;
	/*height:100vh;*/
	margin-right: 37px;
	position:relative;
	float:right;
}
.newsContent {
	margin: 0px 58px 40px 0;
	width:80%;
	max-width: 1033px;
	position:relative;
	top: 50px; 
	left: 280px; 
}
/*/////////////////////////////////*/
.bookThumbs {
	margin: 0px 58px 40px 0;
	width:80%;
	max-width: 1400px;
	position:relative;
	top: 50px; 
	left: 280px; 
}
.booksLayout {
	width: 100%;
	height: 250px;
}
.booksSlideshow {
	position: relative;
	width: 70%;
	float: right;
}
.arrowRight, 
.arrowLeft{
	border: none;
	top: 100px;
}
.bookSidebar {
	float:left;
	width:40%;
	margin-right: 5%;
}
/*/////////////////////////////////*/
.printsContent {
	margin: 50px 58px 40px 0;
	width:76%;
	height:100vh;
	position:relative;
	float:right; 
	/*z-index: 300;*/
}
.printsIntro {
	padding: 10px 2% 10px 0;
	width: 48%;
	float: left;
}
.printsIntro2 {
	padding: 10px 2% 40px 0;
	width: 48%;
	float: left;
}
.printSidebar{
	float: left;
	width: 36%;
	margin-right: 4%;
}
.printPic {
	float: left;
	width: 60%;
	position: relative;
	text-align: center;
}
.galleryLeft, .galleryRight { display: block; }
}


/*/////////////////////////////////  RESPONSIVE SETTING TABLET 1300px  /////////////////////////////*/

@media (max-width: 1300px) {
.wrapper {
	margin:0px 37px 0px 37px;
}
.galleryLeft, .galleryRight { 
	display: none; 
}
.white-band {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 200;
	display: block;
}
.fixed-column {
	position:fixed;
	top:45px;
	left:0;
	width:300px;
	z-index:400; 
}
.header {
	padding-left:0px;
}
.logo {
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-weight:700;
	line-height: 18px;
	padding-bottom: 100px;
	padding-left: 37px;
	padding-top: 5px;
	color: #3d3d3d;
	position: relative;
	z-index: 400;
	letter-spacing: 0.03em;
}
.logo span {
	font-size: 15px;
	font-weight:400;
	color: #3d3d3d;
	letter-spacing: 0.03em;
}
.menu-icon {
	position:fixed;
	top:45px; 
	right:37px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:block;
	z-index:400;
}
.menu-icon img {
	width:100%;
	height:auto;
}
.menu-cross {
	position:fixed;
	top:45px; 
	right:37px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:none;
	z-index:500;
}
.main-nav {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	padding-bottom: 0px;
	z-index: 500;
}
.accordion {
	padding-top: 150px;
  	width: 100%;
  	text-align: center;
}
ul li ul li {
	padding-left: 0px;
	/*text-transform:uppercase;*/
	padding-bottom: 0px;
}
ul li ul {
	padding-bottom: 20px;
}

ul {
  list-style-type: none;
	font-family: 'Libre Baskerville', serif;
	font-size: 17px;
	line-height: 28px;
	font-weight:500;
	color: #737272;
	letter-spacing: 0.03em;
	padding-bottom:0;
	/*text-transform:uppercase;*/
	width: 100%;
	text-align: center;
}
.gallThumbs {
	margin: 0;  
	width:100%;
	/*height:100vh;*/
	position:relative;
	float:none;
	z-index: 100; 
}
.thumbContainer {
	margin: 200px 0px 0 0px;
}
.printsContent {
	margin: 200px 0px 40px 0;
	width:100%;
	position:relative;
	float:none; 
	/*z-index: 300;*/
}
.printsThumbs{
	margin: 0px 0px 0 0px;
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
}
.printWrapper {
	width: 86%;
	padding-top: 100px;
	max-width: 1850px;
	margin: 0 auto;
}
.printsIntro {
	padding: 10px 2% 10px 0;
	width: 48%;
	float: left;
}
.printsIntro2 {
	padding: 10px 2% 40px 0;
	width: 48%;
	float: left;
}
.printSidebar{
	float: none;
	width: 100%;
	padding-bottom: 30px;
	margin-right: 0;
}
.printPic {
	float: none;
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.introWrapper {
	position: relative;
	margin: 0 37px 0 37px;
}
.image-area {
	padding-top: 120px;
	width:100%;
	/*height:100vh;*/
	margin-right: 40px;
	position:relative;
	float:none;
}
.credit {
	display:none;
}
.gallText {
	position: fixed;
	display: none;
	width:100%;
	max-width: none;
	font-size:12px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #828282;
	margin-top:50px;
	left: 0;
	bottom: 20px;
	margin: 0 auto;
}
.gallText p {
	width: 100%;
	text-align: center;
}
.thumbsText {
	position: relative;
	display: block;
	width:100%;
	max-width: 100%;
	font-size:12px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #828282;
	margin-top:50px;
	padding-bottom: 50px;
}
.thumbsText h1 {
	color: #000;
	padding-bottom: 10px;
}
.infoContent {
	width:100%;
	max-width: none;
	position:relative;
	top: 200px; 
	left: 0px;
}
.infoItem {
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
}
.infoPic {
	width: 100%;
	max-width: 742px;
	padding-top: 26px;
}
.infoPic img {
	width: 100%;
	height: auto;
}
.infoBody {
	width: 100%;
	max-width: 742px;
	padding-top:25px;
	padding-bottom:25px;
	color: #828282;
}

/*/////////////////////////////////*/
.bookThumbs {
	margin: 0;
	width:100%;
	max-width: none;
	position:relative;
	top: 200px; 
	left: 0px; 
}
.booksLayout {
	width: 100%;
	height: auto;
}
.bookCover {
	width: 100%;
	height: 200px;
	float: none;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}
.bookCover IMG {
	height: 200px;
	width: auto;
	margin: 0 auto;
}
.booksSlideshow {
	position: relative;
	width: 100%;
	float: none;
}
.arrowRight, 
.arrowLeft{
	border: none;
	top: 100px;
	display: none;
}
.bookSidebar {
	float:left;
	width:40%;
}
/*/////////////////////////////////*/

.newsContent {
	margin: 0;
	width:100%;
	/*height:100vh;*/
	position:relative;
	top: 200px;
	left: 0;
	float:none; 
}

.contactContent {
	width:100%;
	max-width: none;
	position:relative;
	top: 200px; 
	left: 0px;
}
.contact {
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
	color: #828282;
}
.awards {
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
	color: #828282;
}
/*    MOBILE  SLIDESHOW    */
.mobileSlide {
	width:100%;
	padding-bottom:25px;
}
.mobileSlide IMG {
	width:100%;
	height:auto;
	padding-bottom:15px;
}
.galleryContainer {
	width: 100%;
	padding: 80px 0 80px 0;
}
.toThumbs {
	position:absolute;
	cursor: pointer;
	top:17px;
	left:17px;
	z-index:100;
}
}


/*////////////////////////   PHONE  736px //////////////////////////////////////////*/

@media (max-width: 736px) {
.introWrapper {
	position: relative;
	margin: 0 20px 0 20px;
}
.wrapper {
	margin:0px 20px 0px 20px;
}
.galleryWrapper {
	margin:0px 15px 0px 15px;
}
.toThumbs {
	position:absolute;
	cursor: pointer;
	top:0px;
	left:0px;
	z-index:100;
}
.image-area {
	padding-top: 120px;
	width:100%;
	/*height:100vh;*/
	margin-right: 0px;
	position:relative;
	float:none;
}
.logo {
	padding-left: 20px;
}
.fixed-column {
	position:fixed;
	top:20px;
	left:0;
	width:300px;
	z-index:400; 
}
.menu-icon {
	position:fixed;
	top:20px; 
	right:20px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:block;
	z-index:400;
}
.menu-cross {
	position:fixed;
	top:20px; 
	right:20px;
	width:38px;
	height:38px;
	cursor:pointer;
	display:none;
	z-index:500;
}
.swiperContent {
	padding:0;
	width: 100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}
.item,
.grid-sizer {
  width: 48%;
}
.gutter-sizer {
    width: 4%;
}
.print-item,
.grid-sizer {
  width: 48%;
}
.book-item,
.grid-sizer-book {
  width: 50%;
}
.bookShowWrapper {
	margin:0 auto;
	padding:100px 15px 0 15px;
	width:auto; 
	max-width:none;
	color: #000;            
}
.bookShowBox {
	border-top: 1px solid #C4C1BC;
	padding: 10px 0px 36px 0px;
	margin-top: 10px;
}
.bookShowPhoto IMG {
	width: 100%;
	max-width: none;
	height: auto;
}
.infoContent {
	width:100%;
	max-width: none;
	position:relative;
	top: 200px; 
	left: 0px;
}
.infoItem {
	border-top: 1px solid #C4C1BC;
	padding-bottom:30px;
	width:100%; 
	font-size:15px;
	line-height:20px;
}
.infoPic {
	padding-top: 26px;
}
.infoBody {
	padding-top:25px;
	padding-bottom:25px;
	color: #828282;
}
.bookSidebar {
	float:none;
	width:100%;
	margin-right: 0%;
}
.bookQuotes {
	padding-bottom:10px;
	float: none;
	width: 100%;
}
.printWrapper {
	width: 90%;
	padding-top: 100px;
	max-width: 1850px;
	margin: 0 auto;
}
.printsIntro {
	padding: 10px 0% 10px 0;
	width: 100%;
	float: none;
}
.printsIntro2 {
	padding: 10px 0% 40px 0;
	width: 100%;
	float: none;
}
.toPrints {
	position: absolute;
	cursor: pointer;
	top: 2px;
	left: 2px;
	z-index: 100;
}
.buyInfo {
	width: 100%;
	padding-top: 50px;
}
.newsPic {
	float: none;
	width: 100%;
	padding-right: 0%;
	padding-bottom: 25px;
}
.newsBody {
	float: none;
	width: 100%;
	padding-bottom:25px;
	color: #828282;
}
.contactContent {
	width:100%;
	max-width: none;
	position:relative;
	top: 200px; 
	left: 0px;
}

}





