/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'woodford_bournebold';
    src: url('../fonts/woodfordbourne-bold-webfont.eot');
    src: url('../fonts/woodfordbourne-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/woodfordbourne-bold-webfont.woff2') format('woff2'),
         url('../fonts/woodfordbourne-bold-webfont.woff') format('woff'),
         url('../fonts/woodfordbourne-bold-webfont.ttf') format('truetype'),
         url('../images/woodfordbourne-bold-webfont.svg#woodford_bournebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'woodford_bourneregular';
    src: url('../fonts/woodfordbourne-regular-webfont.eot');
    src: url('../fonts/woodfordbourne-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/woodfordbourne-regular-webfont.woff2') format('woff2'),
         url('../fonts/woodfordbourne-regular-webfont.woff') format('woff'),
         url('../fonts/woodfordbourne-regular-webfont.ttf') format('truetype'),
         url('../images/woodfordbourne-regular-webfont.svg#woodford_bourneregular') format('svg');
    font-weight: normal;
    font-style: normal; 

}


body,
button,
input,
select,
textarea {
	color: #2d2b2b;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'woodford_bourneregular';
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    margin: 0;
    font-size: 1.75em;
    font-style: italic;
    max-width: 350px;
    padding-left: 1.2em;
    position: relative;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: 0.15em;
    left: 0;
    font-size: 1.3em;
    line-height: 1;
}

blockquote p {
	line-height: 1.2;
	margin-bottom: 0;
}

blockquote cite {
    font-family: 'woodford_bournebold';
    color: #be9988;
    font-size: 0.65em;
    font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.sans {
	font-family: 'woodford_bourneregular';
}

.sans-bold {
	font-family: 'woodford_bournebold';
}

.serif {
	font-family: 'PT Serif', serif;
}

.text-two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #997b6d; 
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
	}

	.two-third p {
		padding-bottom: 5px;	
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}


.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 80%;
    z-index: 10;
}
	@media screen and (min-width: 700px) {
		.center-blk {
			width: 90%;
		}
	}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.txt-white {
	color: #FFF;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid;
    border-radius: 0;
    background: transparent;
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0.4em 0.9em;
    -webkit-appearance: none;
    outline: 0;
    color: #FFF;
    margin: 0 0.7em 0 0;
    font-family: 'woodford_bournebold';
}

button.current,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFF;
	color: #91a1a5;
	border-color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}


a.privacy {
    display: inline-block;
    margin-left: 4px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #846759;
	transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    outline: none;
}

a:hover,
a:focus,
a:active {
	color: #2d2b2b;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* -------- Buttons ---------- */

a.btn, .btn {
    color: #6c554b;
    font-size: 1em;
    border-bottom: 2px solid;
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 0;
    line-height: 1;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-family: 'woodford_bournebold';
}

a.btn:hover,
a.btn.hover {
    color: #000;
}

a.btn:active,
a.btn.active {
}

a.btn.white {
	color: #FFF;
}
a.btn.white:hover {
	opacity: 0.5;
}

/* Button Large */

a.btn.lrg {
	font-size: 1.2em;
    padding: 1em 0.9em 0.95em;
}

.btn-row {
	margin-top: 2em;
}


.sans {
	font-family: 'woodford_bourneregular';
}

.sans-bold {
	font-family: 'woodford_bournebold';
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: none;
    display: block;
    float: right;
    width: 100%;
    margin: 50px 0 0;
    font-family: 'woodford_bournebold';
    padding: 0 5%;
    font-size: 0.95em;
        transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.main-navigation li {
	display: block;
}

.main-navigation .menu-scroller-container {
    width: calc(100% - 360px);
    float: left;
}
@media screen and (min-width: 1031px) {
	.main-navigation .menu-scroller-container {
	    width: calc(96% - 370px);
	    float: left;
	}
	.main-navigation.white-nav {
	    padding: 10px 5% 5px;
	    margin: 0;
    background: #997b6d;	
	}
	.main-navigation {
		display: flex;
		align-items: center;
		gap: 18px;
	}
	.main-navigation .menu-scroller-container {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		float: none;
	}
	.main-navigation ul {
		justify-content: flex-start;
		gap: clamp(14px, 1.8vw, 28px);
	}
}
.main-navigation .social-btns {
    width: 140px;
    float: right;
    display: flex;
        margin-top: 0px;
    justify-content: space-between;
    display: none;
}
@media screen and (min-width: 1031px) {
	.main-navigation .social-btns {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	float: none;
	gap: 10px;
	}
}
.main-navigation.white-nav .social-btns {
	margin-top: 2px;
}
.main-navigation .language-switch-wrap {
	float: right;
	margin-right: 12px;
	display: none;
}
@media screen and (min-width: 1031px) {
	.main-navigation .language-switch-wrap {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		float: none;
		margin-right: 0;
	}
}
.language-switch {
	--switch-border: rgba(153, 123, 109, 0.45);
	--switch-track: rgba(255, 255, 255, 0.72);
	--switch-thumb: linear-gradient(90deg, #997b6d 0%, #7f6257 100%);
	--switch-text: #997b6d;
	--switch-text-active: #fff;
	display: inline-flex;
	position: relative;
	border-radius: 999px;
	border: 1px solid var(--switch-border);
	background: var(--switch-track);
	box-shadow: 0 2px 8px rgba(34, 30, 31, 0.08);
	isolation: isolate;
}
.language-switch::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	border-radius: 999px;
	background: var(--switch-thumb);
	z-index: 0;
	transition: transform 180ms ease;
}
.language-switch.is-en::before {
	transform: translateX(100%);
}
.language-switch__btn {
	position: relative;
	z-index: 1;
	flex: 1 1 0;
	min-width: 52px;
	border: 0;
	background: transparent;
	color: var(--switch-text);
	font-family: 'woodford_bournebold';
	font-size: 10px;
	letter-spacing: 0.14em;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 180ms ease;
}
.language-switch__btn:first-child {
	border-radius: 999px 0 0 999px;
}
.language-switch__btn:last-child {
	border-radius: 0 999px 999px 0;
}
.language-switch__btn:hover {
	background: rgba(153, 123, 109, 0.12);
}
.language-switch__btn.is-active {
	color: var(--switch-text-active);
}
.main-navigation.white-nav .language-switch {
	--switch-border: rgba(255, 255, 255, 0.42);
	--switch-track: rgba(255, 255, 255, 0.15);
	--switch-thumb: rgba(255, 255, 255, 0.92);
	--switch-text: #fff;
	--switch-text-active: #997b6d;
}
.main-navigation.white-nav .language-switch__btn:hover {
	background: rgba(255, 255, 255, 0.2);
}
.main-navigation .social-btns a {
margin: 0;
    border-bottom: 0;
    padding: 0;
    display: block;
    flex: 0 0 auto;
}
.main-navigation .social-btns svg {
    height: 18px;
    width: 18px;
}
.main-navigation .social-btns .fb svg {
    height: 18px;
    width: 12px;
}
.main-navigation:not(.white-nav) .social-btns svg #Footer {
	fill: #997b6d;
}
.main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0.2em;
    color: #997b6d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid transparent;
}

.main-navigation.white-nav a {
	color: #FFF;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background: white;
    width: 10em;
    padding: 0.5em 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation a:hover,
.main-navigation .current > a {
	border-color: #997b6d;
}

.main-navigation.white-nav .current > a,
.main-navigation.white-nav a:hover {
	color: #FFF;
	border-color: #FFF;
}


.mobile-menu .knockout,
.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;

}

.mobile-menu .knockout {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
	height: 100%;
	overflow: auto;
    overflow-y: scroll;
 }

.mobile-menu div:not(.knockout) {
    position: fixed;
    left: 0;
    float: left;
    padding: 3em 0;
    width: 100%;
    z-index: 110;
    display: block;
    background: none;
    box-shadow: none;
    text-align: center;
}

.mobile-language-switch-wrap {
	display: inline-flex;
	margin: 0 0 1.4em;
}
.mobile-menu .language-switch {
	background: rgba(255, 255, 255, 0.92);
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}


button.menu-toggle {
	display: none;
    background-image: url('../images/menu_dark.svg');
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    z-index: 120;
    right: 20px;
    padding: 2em;
	top: 0.7em;
    border: none;
}
button.menu-toggle:hover {
	opacity: 0.5;
	background-color: transparent;
}

button.menu-toggle.toggle-open {
	 background-image: url('../images/menu_close.svg');
}

button.menu-toggle.toggle-open {
    display: block;
}

.mobile-menu a {
	color: #221e1f;
	font-size: 2em;
	text-decoration: none;
}

.mobile-menu a:hover,
.mobile-menu .current > a {
	text-decoration: underline;
}


@media screen and (max-width: 1030px) {
	.main-navigation ul {
		display: none;
	}
	
	button.menu-toggle {
    display: block;
}

}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site {
	position: relative;
}

.border {
	position: absolute;
	background: #997b6d;
	z-index: 100;
	left: 0;
}

.border-right,
.border-left {
	width: 7px;
	height: 100%;
	top: 0;
}
	@media screen and (min-width: 700px) {
		.border-right,
		.border-left {
			width: 14px;
		}
	}

.border-right {
	left: auto;
	right: 0;
}

.border-bottom,
.border-top {
	width: 100%;
	height: 7px;
	top: 0;
}
	@media screen and (min-width: 700px) {
		.border-bottom,
		.border-top {
			height: 14px;
		}
	}

.border-bottom {
	bottom: 0;
	top: auto;
}


#page-wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.site-header {
    padding: 0;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header-logo {
	float: left;
	display: block;
	width: 100px;
	height: 70px;
	padding: 0;
	border: 0;
	margin: -35px 50px 0 0;
	transition: opacity 0.18s ease-in-out, transform 0.18s ease-in-out;
}

.site-header-logo img {
	display: block;
	width: 100px;
	height: 100px;
	object-fit: contain;
}

@media screen and (max-width: 1030px) {
	body.mobile-logo-hidden .site-header-logo,
	body.mobile-menu-open .site-header-logo {
		opacity: 0;
		transform: translateY(-8px);
		pointer-events: none;
	}

	body.mobile-menu-open .site-header {
		pointer-events: none;
	}

	body.mobile-menu-open .site-header .menu-toggle {
		pointer-events: auto;
	}
}

.site-header .btn.back {
	display: none;
}

.site-branding {
	float: left;
	display: none;
}

h1.site-title {
    font-size: 2em;
    margin: 0;
}

h1.site-title a {
	text-decoration: none;
	font-weight: 600;
	color: #221e1f;
}

/* -- Footer -- */

.site-footer {
    width: 100%;
    padding: 2em 2em 0.5em;
    clear: both;
    text-align: center;
    background: #997b6d;
    color: #FFF;
    z-index: 110;
    position: relative;
    font-family: 'woodford_bourneregular';
}

.site-footer p {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

section.row {
	padding: 3em 0;
	z-index: 100;
	overflow: hidden;
}
	@media screen and (min-width: 1030px) {
		section.row {
			min-height: 600px;
			min-height: 100vh;
			padding: 8em 0;
		}		
	}

section.no-min {
	min-height: inherit;
}

section.no-pad {
	padding: 0;
}


.mobile-heading {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 1.5em;
    text-transform: uppercase;
    font-family: 'woodford_bourneregular';
    letter-spacing: 0.2em;
    font-size: 1.4em;
	color: #FFF;
}
	.bio-bg .mobile-heading {
		color: #997b6d;
	}
	@media screen and (min-width: 1030px) {
		.mobile-heading {
			display: none;
		}
	}
	

article.post {
    border-bottom: 1px solid;
    padding-bottom: 2em;
}


section.bio-bg {
	background-position: calc(100% - 15%) top;
	background-attachment: scroll;
	background-size: auto 100%;
}
	@media screen and (max-width: 1031px) {
		section.bio-bg {
			background: #f5f5f5 !important;
		}
	}
	@media screen and (min-width: 1025px) {
		section.bio-bg {
			background-attachment: fixed;
			background-size: cover;
			background-position: right top;
		}
	}

section.gallery-bg {
	background: linear-gradient(180deg, #5f6a73 0%, #2f3a47 100%);
}

.gallery-heading {
	color: #f4f4f4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	margin: 0 0 1.5em;
	font-family: 'woodford_bournebold';
	font-size: 1.1em;
}
	@media screen and (min-width: 1030px) {
		.gallery-heading {
			font-size: 1.3em;
			margin-bottom: 1.2em;
		}
	}

.nt-gallery {
	width: 100%;
}

.nt-gallery__stage {
	max-height: 70vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #111824;
	border: 1px solid rgba(153, 123, 109, 0.45);
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.nt-gallery__stage:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px #f4f4f4 inset, 0 18px 35px rgba(0, 0, 0, 0.22);
}

.nt-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #111824;
}

.nt-gallery__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
	padding: 1.5em;
	font-family: 'woodford_bourneregular';
}

.nt-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(153, 123, 109, 0.65);
	background: rgba(15, 17, 22, 0.45);
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 2.1em;
	line-height: 1;
	font-family: 'woodford_bourneregular';
}

.nt-gallery__nav--prev {
	left: 12px;
}

.nt-gallery__nav--next {
	right: 12px;
}

.nt-gallery__nav:hover {
	background: rgba(15, 17, 22, 0.75);
	color: #fff;
	border-color: #fff;
}

.nt-gallery__nav:disabled {
	opacity: 0.4;
	cursor: default;
}

.nt-gallery__counter {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	margin: 0;
	padding: 0.3em 0.65em;
	font-size: 0.85em;
	letter-spacing: 0.08em;
	background: rgba(15, 17, 22, 0.55);
	color: #fff;
	border-radius: 999px;
}

.nt-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
	gap: 10px;
	margin-top: 0.9em;
}

.nt-gallery__thumb {
	display: block;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #1a2230;
	line-height: 0;
}

.nt-gallery__thumb:hover {
	border-color: rgba(153, 123, 109, 0.75);
	background: #1a2230;
}

.nt-gallery__thumb.is-active {
	border-color: #fff;
	box-shadow: 0 0 0 1px rgba(17, 24, 36, 0.8) inset;
}

/* gallery text selection */
.nt-gallery ::selection {
	background: #fff;
	color: rgba(153, 123, 109, 0.75);
}

.nt-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 74px;
	object-fit: cover;
	opacity: 0.86;
	transition: opacity 0.12s ease-in-out;
}

.nt-gallery__thumb:hover .nt-gallery__thumb-image,
.nt-gallery__thumb.is-active .nt-gallery__thumb-image {
	opacity: 1;
}

	@media screen and (max-width: 700px) {
		.nt-gallery__nav {
			width: 40px;
			height: 40px;
			font-size: 1.7em;
		}

		.nt-gallery__thumbs {
			grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
			gap: 8px;
		}

		.nt-gallery__thumb-image {
			height: 60px;
		}
	}

/*
.fixed-bg {
	display: none;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 120%;
    background-size: cover;
    background-position: top right;
}
	@media screen and (max-width: 1031px) {
		.fixed-bg {
			display: block;
		}
		section.bio-bg {
			background: #e9eae5 !important;
		}
		section.recordings-bg {
			background: #707d83 !important;
		}
	}
*/

.text-bio {
	padding: 0;
}

.text-bio .text-two-col,
.text-bio .text-two-col p,
.text-bio .text-two-cols,
.text-bio .text-two-cols p {
	color: #FFF;
}

	@media screen and (min-width: 1031px) {
		.text-bio {
			padding: 6vw 30vw 6vw 0;
		}
	}
	@media screen and (min-width: 1200px) {
		.text-bio {
			padding: 8vw 30vw 8vw 0;
		}
	}
	@media screen and (max-width: 1031px) {
		.text-bio {
			padding: 6vw 0 3vw;
		}
		.text-bio .text-two-col,
		.text-bio .text-two-col p,
		.text-bio .text-two-cols,
		.text-bio .text-two-cols p {
			color: #2d2b2b;
		}
	}
	@media screen and (max-width: 700px) {
		.text-bio .text-two-col {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
		}
	}

.text-bio .row::first-letter  {
	font-size: 5.8em;
	line-height: 1;
	padding: 0 0.1em 0em 0;
	float: left;
	display: inline-block;
	color: #997b6d;
	margin: -0.1em 0 0;
}


.noise {
	background: url(../images/noise.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.4;
}

article.news-detail {
	background: #f6f6f6;
    clear: both;
    overflow: hidden;
}
	article.news-detail .featured-image {
		padding-bottom: 75%;
	}
	article.news-detail .article-content {
		padding: 4%;
	}
	article.news-detail figure {
		margin: 0;
		max-height: 60vw;
		overflow: hidden;
	}
	@media screen and (min-width: 800px) {
		article.news-detail figure {
			margin: 0;
			max-height: 40vw;
			overflow: hidden;
		}
	}


.recordings-bg {
	background-position: calc(100% - 15%) top;
	background-attachment: scroll;
	background-size: auto 100%;
}
	@media screen and (max-width: 1031px) {
		.recordings-bg {
			background: #707d83 !important;
		}
	}
	@media screen and (min-width: 1031px) {
		.recordings-bg {
			background-attachment: fixed;
			background-size: cover;
			background-position: right top;
		}
	}
	
	


.record-listing {
	width: 100%;
}
	@media screen and (min-width: 1025px) {
		.record-listing {
			width: 75%;
			padding: 0;
		}
	}

article.record {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 10%;
	background: #e9e9e9;
	color: #6c554b;
	overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
	@media screen and (min-width: 700px) and (max-width: 1031px) {
		article.record {
			width: 46%;
			margin: 0 4% 5% 0;
		}
	}
	@media screen and (min-width: 1031px) {
		article.record {
			width: 28%;
			margin: 0 4% 5% 0;
		}
	}
	article.record .detail-wrap {
		padding: 7.5%;
	}
	article.record h3 {
		font-size: 1.2em;
	}
	article.record h4 {
	    font-size: 0.9em;
	    margin-bottom: 1em;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	article.record p {
	    line-height: 1.3;
	    font-size: 0.95em;
	    margin-bottom: 1em;
	}
	article.record figure {
		margin: 0;
	}
	article.record img {
		width: 100%;
		max-width: inherit;
	}


section.contact-bg {
	background: rgb(77,88,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(77,88,104,1) 0%, rgba(57,64,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(77,88,104,1) 0%,rgba(57,64,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(77,88,104,1) 0%,rgba(57,64,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5868', endColorstr='#39404d',GradientType=0 ); /* IE6-9 */
}
	@media screen and (min-width: 1030px) {
		section.contact-bg .center-blk {
			padding: 5% 0 0;
		}
	}



.contact-profile {
	float: left;
	color: #f4f4f4;
	width: 100%;
	margin: 0 0 3em;
}
	@media screen and (min-width: 650px) and (max-width: 960px) {
		.contact-profile {
			width: 45%;
			margin: 0 10% 5% 0;
		}
		.contact-profile:nth-of-type(2n+2) {
			margin-right: 0;
		}
		.contact-profile:nth-of-type(2n+3) {
			clear: left;
		}
	}
	@media screen and (min-width: 960px) {
		.contact-profile {
			width: 30%;
			margin: 0 5% 7.5% 0;
		}
		.contact-profile:nth-of-type(3n+3) {
			margin-right: 0;
		}
		.contact-profile:nth-of-type(3n+4) {
			clear: left;
		}
	}
	.contact-profile .contact-details {
		border-left: 2px solid;
		float: left;
		width: 100%;
		padding: 0 0 0 1.5em;
	}
	.contact-profile h4 {
    	margin-bottom: 0.9em;
    	font-size: 1.3em;
	}
	.contact-profile p {
		font-size: 1.1em;
		margin: 0 0 0.4em;
		line-height: 1;
	}
	.contact-profile p:last-child {
		margin-bottom: 0;
	}
	.contact-profile p.email {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		display: block;
 	}
	.contact-profile a {
		color: #f4f4f4;
	}
	.contact-profile a:hover {
		color: #f4f4f4;
		text-decoration: none;
	}


.social-btns {

}
	.social-btns h4 {
		display: block;
		margin: 0 1em 0.5em 0;
		color: #f4f4f4;
		float: left;
		line-height: 1.2em;
		width: 100%;
	}
	@media screen and (min-width: 650px) {
		.social-btns h4 {
			width: auto;
			margin: 0 1em 0em 0;
		}	
	}
	.social-btns a {
	    display: block;
	    text-decoration: none;
	    margin: 0 2em 0 0;
	    float: left;
	}
	.social-btns a:hover {
		opacity: 0.4;
	}
	.social-btns svg {
	    height: 26px;
	    width: 20px;
	}
	.social-btns .fb svg {
	    height: 22px;
	    width: 15px;
	}
	.social-btns a:hover svg {
		fill: #f4f4f4;
	}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.holder-wrap {
	overflow: hidden;
}

.img-holder {
	position: relative;
	display: block;
	z-index: 0;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	float: left;
}

.img-holder:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: rgba(0,0,0,0.1);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 90;
}


@-webkit-keyframes pulse_animation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

.img-holder:before {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}


.img-holder img {
	width: 100%;
	float: left;
	opacity: 1;
	z-index: 10;

	transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.image-loaded .img-holder img {
	opacity: 1;
}

 .img-holder:before {
	display: none;
}



/* Royal Slider */
.royalSlider {
	width: 100vw;
	height: 100vh;
	position: relative;
	direction: ltr;
}
	.royalSlider > * {
		float: left;
	}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
	.rsFade.rsWebkit3d .rsSlide,
	.rsFade.rsWebkit3d img,
	.rsFade.rsWebkit3d .rsContainer {
	    -webkit-transform: none;
	}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
	.rsVisibleNearbyWrap .rsOverflow {
		position: absolute;
		left: 0;
		top: 0;

	}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
	.rsNavItem {
		-webkit-tap-highlight-color:rgba(0,0,0,0.25);
	}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
	.rsTabs,
	.rsThumbs {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
	.rsVideoFrameHolder.rsVideoActive {
		opacity: 1;
	}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	/* ios controls over video bug, shifting video */
	.rsVideoContainer.rsIOSVideo iframe,
	.rsVideoContainer.rsIOSVideo video,
	.rsVideoContainer.rsIOSVideo embed {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 44px;
	}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}
	.grabbing-cursor{ 
		cursor:url(grabbing.png) 8 8, move;
	}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
}

.visibleNearby {
  width: 100%;
  background: #fff;
  color: #000;
  padding-top: 0;
}
	.visibleNearby .rsGCaption {
	  font-size: 16px;
	  line-height: 18px;
	  padding: 1.5em 0 0;
	  background: #fff;
	  width: 100%;
	  position: static;
	  float: left;
	  left: auto;
	  bottom: auto;
	  text-align: center;
		font-style: italic;
	}
	.visibleNearby .rsGCaption span {
	  display: block;
	  clear: both;
	  color: #bbb;
	  font-size: 14px;
	  line-height: 22px;
	}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
	.visibleNearby .rsActiveSlide img {
	  opacity: 1;
	}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 1030px) { 

}
@media screen and (min-width: 0px) and (max-width: 500px) { 

}

.rsDefault .rsArrow {
	height: 55px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 45;
    display: block;
}
	@media screen and (min-width: 600px) {
		.rsDefault .rsArrow {
			display: block  !important;
		}
	}
	.rsDefault .rsArrow:hover {
		opacity: 0.7;
	}
	.rsDefault.rsHor .rsArrowLeft {     
		right: 90px;
		bottom: 30px;
	}
	.rsDefault.rsHor .rsArrowRight { 
		right: 45px;
		bottom: 30px;
	}
		.rsDefault .rsArrowIcn {		
		    width: 32px;
		    height: 32px;
		    top: 50%;
		    left: 50%;
		    margin-top: -16px;
		    margin-left: -16px;
		    position: absolute;
		    cursor: pointer;
		    background: none;
		}
		.rsDefault .rsArrowIcn:before {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			width: 0;
			height: 0;
			transform: translate(-50%, -50%);
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-top: 7px solid #fff;
		}
	.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { 
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
	}
	.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		transform: rotate(-90deg);
	}
	/* .rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; } */

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.royalSlider > .rsImg,
.royalSlider > .rsContent {
visibility: hidden; 
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 45;
    left: 60px;
    bottom: 40px;
    width: 25%;
    height: 25px;
    margin: 0 auto;
    text-align: left;
    line-height: 1;
    overflow: hidden;
}
.rsDefault .rsBullet {
	width: 20px;
    height: 15px;
    display: block;
    float: left;
    padding: 2px;
    cursor: pointer;
}
.rsDefault .rsBullet:hover {
	opacity: 0.7;
}
.rsDefault .rsBullet span {
    display: block;
    width: 12px;
    float: left;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #ffffff00;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #ffffff00;
}

.slide-content {
	position: absolute;
	left: 0;
}

.animate-this,
.slide-content {
	z-index: 30;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    -webkit-transition: opacity 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.3s, transform 0.6s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.3s, transform 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    will-animate: opacity, transform;
}

.been-seen .animate-this,
.rsActiveSlide .slide-content {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

h2.slide-content {
    font-family: 'woodford_bourneregular';
    width: 94%;
    text-transform: uppercase;
    text-align: center;
    bottom: 15%;
    color: #FFF;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0.4em;
    margin-left: 6%;
}
	@media screen and (min-width: 600px) and (max-width: 1199px) {
		h2.slide-content {
			font-size: 3.5em;
			letter-spacing: 0.28em;
		}
	}
	@media screen and (min-width: 1200px) {
		h2.slide-content {
			font-size: 5em;
		}
	}

blockquote.slide-content {
	bottom: 90px;
    left: 28px;
    color: #FFF;
    width: calc(100% - 55px);
    font-size: 1.4em;
}
	@media screen and (min-width: 600px) {
		blockquote.slide-content {
			left: 60px;
			top: 30%;	
			width: auto;
			font-size: 1.75em;
		}
	}

.grad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 20;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.13) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.grad-btm {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}
