/*--Designed and built by: https://bluefishwebsolutions.co.uk--*/

/*--Reset*/

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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, div {
	display: block;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

strong {
	font-weight: bold;
}	
	
/* remember to define visible focus styles! 

:focus {
	outline: ?????;
	} */

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	}	
	
* {
	-webkit-text-size-adjust: none;
}

/*--Colour Pad*/

/*--Typography*/

/*--Main*/

	
body {
	background: #FFF;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	font-weight: 300;
	}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #6aa135;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

/*--Page*/

div#page-wrapper {

}

/*--Header*/

#header_wrapper {
	margin: 0 auto;	
	height: 198px;
	padding: 0px;
	background: #333;
}

header {
	width: 940px;
	height: 198px;
	margin: 0px auto;
	position: relative;
}

a#logo {
	width: 302px;
	height: 97px;
	position: absolute;
	top: 29px;
	left: 319px;
}

a:hover#logo {
	opacity: .8;
}

/*--Nav*/

.nav_wrapper {
	height: 15px;
	margin: -35px 0 0 0;
}

.nav_inner {
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}

ul.menu {
	position: absolute;
	z-index: 1;
	left: 87px;
	z-index: 99;
}

ul.menu li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu li a,
ul.menu li span.menuItem {
	position: relative;
	display: block;
	font-size: 14px;	
	line-height: 14px; /*match font-size*/
	font-weight: 600;
	color: #FFF;
	background: none;
	text-decoration: none;
	padding: 0 30px;
	text-transform: uppercase;
}

/*ul.menu li a#home {
	padding: 0 30px 0 0;
}

ul.menu li a#contact {
	padding: 0 0 0 30px;
}*/

ul.menu li a:hover {
	background: none;
	color: #6aa135;
}

/*--Responsive Nav*/	

div.button_inner {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

div.button_inner p {
	display: none;
}

/*--single image*/

.single-img div.one {
	padding: 0;
	margin: 0;
}

.singleImage {
	width: 100%;
}

/*--slider*/

.slider-container {
	height: 400px;
	margin: 0 0 35px 0;
	padding: 30px 0 55px 0;
	visibility: hidden;
	position: relative;
	background: url(images/pattern_bg.jpg);
}

#slider  {
	/*height: 400px;*/
}

#slider a.slide,
#slider a.slide img {
	width: 100%;
}

#slider a.slide img,
#slider .slide img {
	display: block;
}

.slider-container div.column {
	width: 940px;
	margin: 0 auto;
}

a.slide {
	width: 940px;
	position: relative;
}

a.bx-prev,
a.bx-next  {
	height: 15px;
	width: 14px;
	position: absolute;
	top: 0px;
	display: block;
	text-indent: -9999px;
	z-index: 99;
}

a.bx-prev {
	left: -27px;
	top: -50px;
	background: url(images/previous.png);
}

a.bx-next {
	right: -27px;
	top: -50px;
	background: url(images/next.png);
}

.bx-controls {
	width: 100%;
	text-align: center;
	margin: 9px 0 0 0;
}

.bx-pager-item {
	display: inline-block;
	padding: 10px 0 0 0;
}

div.bx-pager-item a {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	background: #d0d0d0;
	border-radius: 10px;
}

div.bx-pager-item a.active, 
div.bx-pager-item a:hover {
	background: #a3a4a3;
}

/*--Content*/

div.column-wrapper {
	clear: both;
}
	
div.column {
	width: 940px;
	margin: 0px auto 40px auto;
	padding: 0;
}

.singleColumn {
	text-align: center;
}
	
div.one {
	padding: 0;
}

div.one.policy {
	padding: 20px;
}

div.one.pageContent {
	padding: 30px 20px 20px 20px;
}

.intro {
	text-align: center;
}

.intro h1 {
	font-size: 24px;
	line-height: 30px;
}

div.twoA,
div.twoB {
	width: 460px;
	float: left;
}

div.twoA {
	width: 0 40px 0 0;
}

div.threeA,
div.threeB,
div.threeC {
	width: 300px;
	float: left;
	margin: 0 20px 40px 0;
}

div.threeC {
	margin: 0 0 40px 0;
}

a.button {
	background: #6aa135;
	color: #FFF;
	padding: 10px 30px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
}

a:hover.button {
	background: #598034;
	color: #FFF;
}
		
.sidebarRightMain {
	width: 580px;
	margin: 0 60px 60px 0;
	float: left;
}

.sidebarRight {
	width: 300px;
	float: right;
	margin: 0 0 40px 0;
}

div.clear {
	clear: both;
}

.originals {
	height: 225px;
	background: #EEE;
	position: relative;
}

.originals h2 {
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
}

.imgContainer {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
} 

.imgContainer img {
	width: 100%;
	display: block;
}

.text {
	width: 580px;
	padding: 30px;
}

.originals a.button {
	float: right;
}

.key-areas {
	background: #333;
	padding: 40px 0 0 0;
	margin: 0 0 40px 0;
}

.key-areas div.threeA,
.key-areas div.threeB,
.key-areas div.threeC {
	background: #FFF;
	text-align: center;
}

.key-areas h2 {
	background: #000;
	color: #FFF;
	padding: 10px 0;
	margin: 0;
}

.key-areas img {
	width: 100%;
	display: block;
}

.key-areas p {
	margin: 15px 0 20px 0;
}

.key-areas a.button,
.show a.button {
	display: block;
	margin: 0 20px 20px 20px;
}

.shows div.twoA,
.shows div.twoB {
	width: 300px;
	margin: 0 0 40px 0;
}

.shows div.twoA {
	margin: 0 40px 0 0;
}

div.column.shows {
	width: 640px;
	margin: 0 auto;
}

.shows {
	text-align: center;
}

.show {
	background: #EEE;
	margin: 0 0 20px 0;
}

.show img {
	width: 100%;
	display: block;
}

h3.header {
	background: #333;
	color: #FFF;
	font-weight: 400;
	padding: 10px 0;
}

.show h4 {
	border-bottom: 1px solid #CCC;
	padding: 0 0 15px 0;
	margin: 0 20px 15px 20px;
}

/*--originals page*/

.original-artwork div.threeA,
.original-artwork div.threeB,
.original-artwork div.threeC {
	background: #EEE;
}

.original-artwork img {
	width: 100%;
	display: block;
}

.artworkInfo {
	padding: 20px;
	text-align: center;
}

.artworkInfo h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
}

.artworkInfo table {
	width: 80%;
	margin: 0 10% 10px 10%;
	text-align: center;
}

.artworkInfo table td {
	padding: 0 0 5px 0;
}


.artworkInfo table select {
	width: 100%;
	background: #FFF url(images/select_arrow.gif) no-repeat 10px 10px;
	background-position: right;
}

p.price {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	background: #CCC;
	color: #FFF;
	padding: 10px 30px;
	display: inline-block;
	margin: 0 0 20px 0;
}

body#prints p.price,
body#prints_page2 p.price {
	margin: 0 0 10px 0;
}

/*--pagination*/

.pagination {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pagination a {
	margin: 0 5px;
	background: #FFF;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px 10px;
}

.pagination a:hover,
.pagination a.selected {
	text-decoration: none;
	background: #6aa135;
	border: 1px solid #6aa135;
	color: #FFF;
}

/*--title*/

div.column-wrapper.title div.column {
	margin: 0 auto;
}

.title {
	padding: 30px 0;
	margin: 0 0 30px 0;
	background: url(images/patter_bg.jpg);
	color: #333;
	text-align: center;
}

.title h1 {
	margin: 0;
}

/*--clear fix*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*--contact page pics*/

.contactPics .threeA img,
.contactPics .threeB img,
.contactPics .threeC img {
	width: 100%;
	display: block;
}

/*--contact form*/		

body#contact .pageContent p,
body#contactthanks .pageContent p {
	text-align: center;
}

form#contactForm {
	width: 500px;
	height: auto;
	margin: 20px auto 60px auto;
}

form#contactForm input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #ccc;
	box-shadow: none;
}

form#contactForm textarea {
	width: 500px;
	height: 120px;
	box-shadow: none;
	margin: -20px 0 0 0;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 5px;
}

form#contactForm textarea:focus, #contact-area input:focus {
	border: 1px solid #cfcfcf;
}

form#contactForm input.button {
	width: 500px;
	clear: both;
	border: none;
	display: block;
	text-align: center;
	background: #6aa135;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
	margin: 20px 0 0 0;
	padding: 0 20px 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
}

label {
	clear: both;
	padding: 0 0 5px 0;
	display: block;
	text-align: left;
}

label.error {
	color: #FF0000;
	margin: 0;
	font-size: 12px;
}

div.one.thankyou {
	width: 500px;
	margin: 0 auto;
	min-height: 250px;
}

/*--map*/

.map {
	height: 300px;
	display: block;
	margin: 0;
}

/*--footer*/		
	
div#footer-wrapper {
	clear: both;
	background: #333;
	color: #FFF;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
}
	
footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	color: #FFF;
	text-align: center;
}

footer img {
	width: 145px;
	margin: 0 0 20px 0;
}

.social-media {
	position: absolute;
	right: 0;
}

.social-media img {
	width: 32px;
}

.social-media a:hover {
	opacity: .8;
}

div#address.one {
	margin: 0;
	padding: 0;
}

footer p {
	margin: 0;
}

div#address.one p.contactInfo span {
	margin: 0 10px;
}

div.column-wrapper.terms div.column {
	margin: 0 auto;
}
	
div.column-wrapper.terms {
	background: #FFF;
	color: #333;
	padding: 15px 0;
}

div.column-wrapper.terms span,
div.column-wrapper.terms a {
	margin: 0 10px;
}

div.column-wrapper.terms span.website a {
	margin: 0;
}



/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../img/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: 16px/1.3 Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  
  /* overide styles from basic above */
  
  border-radius: 0;
  border: none;
  background: #000;
  color: #FFF;
  text-shadow: none;
  padding: 5px 10px;
  font-size: 16px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #aaa 0 0 7px;
  -webkit-box-shadow: #aaa 0 0 7px;
  box-shadow: #aaa 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../img/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */
	/* 768px upwards, is desktop */

    @media only screen and (max-width: 768px) {
	
		header,
		#header_wrapper,
		div.nav_inner,
		div.button_inner,
		div.column,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		footer,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container {
			float: none;
			width: 100%;
			clear: both;
			margin: 20px auto;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn,
		footer {
			width: 90%;
			margin: 0 5%;
		}
		
		div.column {
			margin: 0;
		}
	
		/*--header*/
	
		#header_wrapper {
			height: auto;
			padding: 0px;
			margin: -100px 0 0 0px;
		}
		
		header {
			height: 100px;
		}
		
		a#logo {
			width: 240px;
			height: 32px;
			left: 10px;
			top: 15px;
			z-index: 999;
		}
		
		a#logo img {
			width: 90%;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: 100px;
			padding: 0px;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 63px;
			z-index: 99;
			margin: 0 0 0 0;
		}
		
		div.button_inner p a span {
			background: #6aa135;
			display: block;
			width: 30px;
			height: 5px;
			margin: 0 0 3px 0;
		}
		
		div.button_inner p a {
			cursor: pointer;
			color: #000;	
			padding: 0;
			border-radius: 5px 5px 0px 0px;	
		}
		
		/*--menu*/
		
		div.nav_wrapper {
			clear: both;
			height: auto;
			display: none;
			margin: 0;
			overflow-y: hidden;
			padding: 0px 0px;
			bottom: 0px;
			left: 0;
			position: relative;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.menu {
			left: 0;
			top: 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
			background: none;
		}

		ul.menu li a,		
		ul.menu li span.menuItem {
			position: relative;
			display: block;	
			margin-right: 0px;						
			height: auto;
			border: none;
			font-size: 16px;		
			text-decoration: none;			
			margin: 0;
			padding: 10px;
			background: rgba(0, 0, 0, .3)
		}

		ul.menu li a#home {
			padding: 20px 0 10px 10px;
		}
		
		ul.menu li a#contact {
			padding: 10px 0 20px 10px;
		}
		
		ul.menu li a:not(:only-child):not(.btnMenu) {
			width: 220px;
			
		}

		ul.menu li span.menuItem ~ a.btnMenu {
			left: 0;
			width: 280px;
		}

		ul.menu li a.btnMenu {
			position: absolute;
			left: 248px;
			top: 0;			
			width: 32px;	
			padding: 0;
			height: 32px;	
			background: none;				
		}

		ul.menu li a.btnMenu span,
		ul.menu li a.btnMenu:hover span	{			
			display: block;
			position: absolute;
			right: 0;
			top: 3px;			
			padding: 0 0 0 0;
			margin: 3px;
			cursor: pointer;
			height: 28px;
			width: 28px;
			font-size: 16px;
			line-height:20px;			
			text-align: center;
			font-weight: bold;
			z-index: 10;			
		}

		ul.menu li a.btnMenuExpand {			
			display: block;						
		}

		ul.menu li a.btnMenuContract {			
			display: none;						
		}	

		ul.menu li ul a,		
		ul.menu li ul span.menuItem {		
			width: auto;
		}

		ul.menu li ul,
		ul.menu li ul ul,
		ul.menu li ul ul ul {
			left : 0;
			display: none;
			position : static;			
			box-shadow: inset 0 0 20px #000;
			margin: 10px -20px;
			padding: 15px 10px 10px 20px;			
		}

		ul.menu li ul ul,
		ul.menu li ul ul ul {
			margin: 10px -10px 10px -20px;
		}

		/*--slider*/	
		
		.slider-container {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			/*background: #000;*/
		}

		.slider-intro-container {
			padding: 0;
			margin: 0 auto;
		}
		
		.slider-container div.column {
			width: 100%;
			margin: 0 auto;
		}
		
		.slide img {
			width: 100%;
		}
		
		.bx-controls {
			margin: 0;
		}
		
		/*--content*/
		
		div.one.singleColumn.intro {
			padding: 15px 0 0 0;
		}
		
		div.one.singleColumn.intro p {
			margin: 0;
		}
		
		.intro h1,
		body#animal_portraits .intro h2	{
			font-size: 18px;
			line-height: 24px;
			margin: 0;
		}
		
		body#animal_portraits .intro h2 {
			margin: 0 0 20px 0;
		}
		
		.intro h1 br,
		body#animal_portraits .intro h2 br {
			display: none;
		}
		
		.originals,
		.imgContainer {
			position: static;
		}
		
		.originals {
			height: auto;
		}
		
		.imgContainer {
			display: none;
		}
		
		.originals h2 {
			margin: 0 0 10px 0;
		}
		
		.text {
			width: 90%;
			padding: 5%;
			text-align: center;
		}
		
		.originals a.button {
			float: none;
			display: block;
			text-align: center;
		}
		
		.key-areas {
			padding: 5% 0;
			margin: 0 0 20px 0;
		}
		
		.key-areas div.threeA,
		.key-areas div.threeB,
		.key-areas div.threeC {
			width: 90%;
			margin: 0 5% 5% 5%;
		}
		
		.key-areas p {
			padding: 0 5%;
		}
		
		.key-areas p br {
			display: none;
		}
		
		div.column.shows {
			width: 100%;
		}
		
		.shows div.twoA,
		.shows div.twoB {
			width: 90%;
			margin: 0 5% 5% 5%;
		}
		
		.title {
			padding: 20px 0;
			margin: 0 0 20px 0;
		}
		
		.title div.one {
			margin: 0;
		}
		
		.original-artwork div.threeA,
		.original-artwork div.threeB,
		.original-artwork div.threeC {
			width: 90%;
			margin: 0 5% 5% 5%;
		}
		
		.pagination {
			width: 90%;
			margin: 0 5%;
		}
		
		body#animal_portraits div.one.intro {
			width: 90%;
			margin: 0 5% 20px 5%;
		}
		
		body#animal_portraits div.one.intro p br {
			display: none;
		}
		
		.contactPics .threeA,
		.contactPics .threeB,
		.contactPics .threeC	 {
			width: 90%;
			margin: 0 5% 5% 5%;
		}
		
		/*--form*/
		
		form#contactForm,
		form#contactForm input,
		label,
		form#contactForm textarea,
		form#contactForm input.button {
			width: 100%;
		}
	
		form#contactForm {
			margin: 0 0 30px 0;
		}
		
		/*--footer*/
		
		div#footer-wrapper {
			width: 100%;
			padding: 20px 0 0 0;
		}
		
		footer {
			padding: 0;
			text-align: center;
		}
		
		p.contactInfo {
			margin: 0 0 20px 0;
		}
		
		.contactDetails p span {
			display: block;
		}
		
		div.one.terms {
			width: 100%;
			margin: 0;
			font-size: 11px;
			line-height: 16px;
			text-align: center;
		} 
	
		div.column-wrapper.terms span,
		div.column-wrapper.terms a {
			margin: 0 5px;
		}
	
		body#cookie_policy .singleColumn p br {
			display: none;
		}
	
    }
	
	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
	/* Selectively overriding mobile portrait */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.text {
			width: 95%;
			padding: 2.5%;
		}
	
		.key-areas div.threeA,
		.key-areas div.threeB,
		.key-areas div.threeC {
			width: 95%;
			margin: 0 2.5% 3% 2.5%;
		}
		
		.key-areas {
			padding: 3.5% 0 1% 0;
		}
		
		div.column.shows{
			width: 90%;
			margin: 0 5%;
		}
		
		.shows div.twoA,
		.shows div.twoB {
			width: 47.5%;
			float: left;
			clear: none;
		}
		
		.shows div.twoA {
			margin: 0 2.5% 5% 0;
		}
		
		.shows div.twoB {
			margin: 0 0 5% 2.5%;
		}
		
		h3.header,
		.show h4	{
			font-size: 14px;
			line-height: 20px;
		}
		
		.show h4 {
			width: 90%;
			margin: 0 5% 5% 5%;
		}
		
		.show p {
			font-size: 12px;
			line-height: 18px;
		}
		
		.show a.button {
			font-size: 12px;
			padding: 10px 20px;
		}
		
		.original-artwork {
			margin: 0 0 0 4%;
		}
		
		div.column.contactPics {
			margin: 0 0 0 2%;
		}
		
		.original-artwork div.threeA,
		.original-artwork div.threeB,
		.original-artwork div.threeC,
		.contactPics div.threeA,
		.contactPics div.threeB,
		.contactPics div.threeC	{
			width: 30%;
			margin: 0 1% 3% 1%;
			float: left;
			clear: none;
		}
		
		.artworkInfo {
			padding: 10px;
		}
		
		p.price {
			font-size: 18px;
			line-height: 24px;
		}
		
		form#contactForm {
			width: 70%;
			margin: 0 auto 40px auto;
		}
		
		.contactDetails p span {
			display: inline-block;
		}
		
    }	
	


