@import url(../fonts/goudy_regular.css);
@import url(../fonts/goudy_italic.css);
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Reset Styles
***********************/
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; padding: 0; border: 0; vertical-align: baseline; font-family: 'sorts_mill_goudyregular';}
/* 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 demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix {
	clear:both;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 25px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top:10px;
	z-index: 10;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding:2px; 
}
.flex-direction-nav .flex-prev { left: 0px; background-image:url(../images/arrow-left.png); background-repeat:no-repeat; background-position:center center;}
.flex-direction-nav .flex-next { right: 0px; background-image:url(../images/arrow-right.png); background-repeat:no-repeat; background-position:center center; }
.flexslider:hover .flex-prev { opacity: 1; left: 0px; }
.flexslider:hover .flex-next { opacity: 1; right: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=100); cursor: pointer; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 0px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 0px;}
}

#changebg {
	width: 15%;
	float:left;
	padding:0;
	text-align:left;
	color:#7e7e7e;
	font-size:14px;
	line-height: 100px;
}

#changebg a {
	margin:0px 5px -4px;
	width:15px;
	height:15px;
	display:inline-block;
}

.blackbg {
	border:solid 1px #000;
	width:13px;
	height:13px;
	border-radius:50%;
	background-color:#252525;
}

.whitebg {
	border:solid 1px #000;
	width:13px;
	height:13px;
	border-radius:50%;
	background-color:#FFF;
}

body {
    background-color:#fff;
}
.slidemargin {
	margin-top:100px;
}
.nav {
	width:100%;
	background-color:#FFF;
	color:#000;
	padding:0;
	height: 100px;
	overflow:hidden;
	position:fixed;
	z-index:999999;
	top:0;
}
.navactive {
	color:#242424 !important;
}
.navcontainer {
	width:85%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding:0;
}
.logo {
	float:left;
	width: 15%;
	height:auto;
	overflow:hidden;
	line-height: 100px;
}

.logo img {
	width:100%;
	height:auto;
}
ul.mainnav {
	width: 70%;
	float: left;
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 100px;
}
ul.mainnav li {
	padding: 0 5px;
	display: inline;
}
ul.mainnav li a{
	color:#7e7e7e;
	text-decoration:none;
	display: inline-block;
}
ul.mainnav li a:hover {
	color:#000;
}

/* MOBILE NAV */

#dd {
	display:none;
}

.logosmall {
	float:left;
	width:200px;
	height:auto;
	overflow:hidden;
}
.logosmall img {
	width:100%;
}
.menuicon {
	float:right;
	width:32px;
	height:auto;
	overflow:hidden;
}
.menuicon img {
	width:100%;
	height:auto;
}
.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 100%;
    padding: 10px;

    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;

    /* Font settings */
    color: #000;
}



.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 88px;
    /*left: 0;*/
    right: 8px;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 11px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 9px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	text-align:center;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}


/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f5f5f5;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

/* MOBILE NAV END */


#page {
    width: 100%;
}
.flexslider {
    border: none;
	margin: 0px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.flex-control-nav {
    display:none;
}
.title {
    background-color:#FFF;
    padding:20px;
    opacity:1;
}
.image {
    width:85%;
    padding:60px 0 0 0;
    text-align:center;
    margin:0 auto;
	height:auto;
	overflow:hidden;
}
.image img {
    vertical-align:center;
    margin:0 auto;
    height: 700px;
    width: auto;
    max-width: 1200px;
}
.image-long {
	width:100%;
	max-width:1200px;
    padding:60px 45px 0px;
    text-align:center;
    margin:0 auto;
	height:auto;
	overflow:hidden;
}
.image-long img {
	width: 100%;
	height: auto;
}
.intro {
	float:left;
	width:50%;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-size: 14px;
	line-height:21px;
}
.intro p {
	margin-bottom:25px;
	color:#FFF;
	font-size:14px;
}
.image-caption {
	width: 100%;
	background-color:#FFF;
	padding:30px 5px 200px;
}
.caption {
	display: block;
	width: 100%;
	max-width:1440px;
	padding:5px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.image-title {
	font-weight: normal;
	font-size: 1.4em;
	width:100%;
	font-family: 'sorts_mill_goudyitalic';
}
.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	width:25%;
	clear:left;
	font-family: 'sorts_mill_goudyitalic';
}
.losing-ground, .synapse, .dryhouse, .wta {
	width:100%;
	height:auto;
}
.contact {
	width: 40%;
	float:right;
	padding-top:12px;
	padding-left:5px;
	line-height: 1.3em
}
.contact a {
	color:#000;
	text-decoration:none;
}
.copyright {
	width:35%;
	float:right;
	padding-top:12px;
	padding-left:5px;
	line-height: 1.3em;
	text-align:right;
}
.biographycontainer {
	width:100%;
	height:auto;
	overflow:hidden;
}
.biography {
	display: block;
	width: 85%;
	max-width:1200px;
	padding: 60px 5px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	font-size: 14px;
}
.bio {
	float:left;
	width:45%;
	height:auto;
	overflow:hidden;
	text-align:left;
	line-height:21px;
	padding-right:15px;
	margin:0px;
}
.biography p {
	margin-bottom:0px;
	color:#FFF;
}
.biography ul {
	padding:0px 20px 20px 20px;
	list-style:outside;
	color:#FFF;
}
.biography ul li {
	list-style-type:disc;
	margin-bottom:0px;
}
.footer {
    width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:55px;
	padding-top:55px;
}
.footercopyright {
	width:100%;
	text-align:center;
	font-size:14px;
	color:#7e7e7e;
}

@media screen and (max-width: 1440px) {
	.nav {
		height: 72px;
		padding: 0;
		margin: 0 0 14px 0;
	}
	
	.logo {
		line-height: 72px;
	}
	
	ul.mainnav {
		line-height: 72px;
	}
	
	#changebg {
		line-height: 72px
	}
	
	.image img {
		height: 500px;
	}
	
	.slidemargin{ 
		margin: 50px;
	}
	
	.footer {
		padding-top: 0px;
	}
}

@media screen and (max-width: 1100px) {
.slidemargin {
	margin-top: 80px;
}
#dd {
	display: block;
	height: 80px;
	padding: 28px 10px;
}

ul.mainnav {
	float:right;
	margin:0px 0px;
}

.image img {
		height: 400px;
	}

.navcontainer {
	display:none;
}

.nav {
	padding:0px;
	overflow:visible;
	position:absolute;
}

.logo {
	margin:0 auto;
	float:none;
}

ul.mainnav {
	float:left;
	width:100%;
	text-align:center;
	clear:left;
}

ul.mainnav li {
	margin:5px 1%;
	width:18%;
}

.image-desc {
	width:30%;
}

.image-caption {
	padding: 30px 5px 100px;
}

.contact {
	width: 70%;
	text-align:right;
}

.copyright {
	width:100%;
	text-align:center;
	padding-top:15px;
	margin-top:30px;
	border-top:solid 1px #ededed;
	clear:both;
}

.intro, .intro-left, .intro-right {
	width: 100%;
	padding-right: 15px;
	margin: 0px 0px;
	padding-left:45px;
	padding-right:45px;
}

.biographycontainer{
	width: 100%;
	margin: 0;
}

.biography {
	width: 100%;
}

.bio, .bio-left, .bio-right {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	line-height: 22px;
	padding-left: 5px;
	margin: 20px 0px;
}
.footercontact {
	width: 100%;
	float:right;
	padding-left:5px;
	line-height: 1.3em;
	text-align:center;
	margin-bottom:50px;
}
.footercopyright {
	width:100%;
	text-align:center;
}	
}

@media screen and (max-width: 640px) {
	
	.image img {
		height: auto;
		width: 100%;
	}
	
	.intro {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}


/* COLOUR CHANGES */
body {
    background-color:#FFF;
}
.intro p {
	margin-bottom:25px;
	color:#242424;
	font-size:14px;
}
.biography p {
	margin-bottom:0px;
	color:#242424;
}
.biography ul {
	padding:0px 20px 20px 20px;
	list-style:outside;
	color:#242424;
}