@charset "utf-8";
/* CSS Document */

/* 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;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: top;
}
/* 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;
}

/* ends Meyer reset ==============================================================================================================*/
/*Create fluid images and other media; Richard Rutter (http://bkaprt.com/rwd/11/) ++++++++++++++++++++++++++++++++++++++++++++++++++*/
img,
embed,
object,
video {max-width: 100%;
}
/*For IE6 include width: 100% alternative as IE6 doesn't support max-width. See Responsive Web Design p 49 for details* ++++++++++++++*/

a:focus {
	outline: none;
} /*Removes dotted outline in Firefox*/
/*Ends resets =======================================================================================================*/

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; box-sizing: border-box; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
	overflow-x: hidden; /*added in for full-width backgrounds on nav etc */
} 

body {
	color: #333732; /*#444943*/
	font: normal 100%/1.25 'Open Sans', Arial, Helvetica, sans-serif; /*font-size (with /line-height (no unit)) comes before font-family - always. Other values must come first, in any order */
	url(../pics/bg-texture.png);
}
#page {
	width: 100%;
	min-height:100%;
	max-width: 1600px;
	margin: 0 auto;
}


.wrapper {
	width: 75%; /*1040px / 1200px 86.66666666666667%*/
	margin: 0 auto;
	/*border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	*/
}

.main {
	width: 74%;
	min-height: 90%;
	/*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
	margin-right: 1%;
	padding-left: 8%;
	padding-right: 2%;
	padding-top: 2em;
	float: left;
}
.main.full {
	width: 100%;
	margin-right: 1%;
}

aside {
	float: left;
	width: 25%;
	min-height: 90%;
	padding: 0 2% 2em 1.5%;
	margin-top: 5px;
}

header {
	padding-top: 1px;
	background-color: #ffffff;
	 
}
header hgroup {
	/* [disabled]padding-bottom: 0.75em; */
}


.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
header hgroup h1 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 1px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

header hgroup h2 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 0.75em;
	margin-bottom: 0.55em;
}

h2 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 1.75em;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}

h3 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 1.55em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	line-height: 1; 
}
h4 {
	font-family:'Merriweather', "Palatino Linotype", serif;
	color: #086a21;
	font-size: 1.25em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}


aside h4 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
}
aside h4 a:link {
	text-decoration: none;
}
.nomargin {
	margin-bottom: -5px;
}
header hgroup a {
	text-decoration:none;
}
footer a {text-decoration: none;
color: #fff;
}
footer a:hover {text-decoration: underline;
color: #fff;
}
		
nav {
	color: #fff;
	padding-left: 7.75%;
	clear: both;
	font-size: 95%;
}
.navwrapper {
	margin: 0 -9999rem;
	/* add back negative margin value */
	padding: 0.25rem 9999rem;
	background-color: #0f4f1d;
	background-image: -webkit-linear-gradient(#0f4f1d, #17a23d 90%);
	background-image: -moz-linear-gradient(#0f4f1d, #17a23d 90%);
	background-image: -ms-linear-gradient(#0f4f1d, #17a23d 90%);
	background-image: -o-linear-gradient(#0f4f1d, #17a23d 90%);
}
figure {
	margin: 0 0 0.5em 0;
}
figure.left {
	float:left;
	/* [disabled]width: 22.14285714285714%; */ /* 60px / 220px */
	margin: 0.25em 2% 0.5em 0;
	margin-right: 3%;
	margin-top: 0.25em;
}
figure.right {
	float:right;
	margin-left: 3%; 
	margin-top: 0.25em;
}
figure.midleft {
	float:left;
	margin-top: 0.5em;
	margin-right: 3%;
}
figure.midright {
	float:right; /* 220px / 520px */
	margin-left: 4%;
	margin-top: 0.25em;
}

p,
ul,
ol {
	margin-bottom: 1em;
}	
	
.clear {clear:both;
}
.clearleft {clear: left;
}
.clearright {clear: right;
}

footer {
	padding: 1em 0 0.5em 0;
	margin-top: 1em;
	color: #fff;
	text-align: center;
}
.largertext {
	font-size: 1em;
}

.uppercase {
	text-transform: uppercase;
}
footer p {
	font-size: 0.85em;
}
footer p a {white-space:nowrap;
}

/*MAIN, QUOTE AND ASIDE SECTIONS ====================================================*/


.main section {
	width: 48%;  
	margin: 2em 0;
	min-height: 16em;
	/*background-color: #edf1e2;
	background-color: rgba(237, 241, 226, 0.55);
	border: 1px solid rgba(237, 241, 226, 0.75);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	padding: 2em 4% 1em 4%;
}

.main section.fullwidth {
	width: 100%;  
	margin: 0;
	min-height: 16em;
	padding:0;
	float: left;
}
.main section.fullwidth img {
	margin: 0 0 1em 0;
}
.main section.left {
	float: left;
	
}
section.left + section.left {
	margin-left: 4%;
}
.main section.left h3 {
	margin-top: 0;
}
.main section.left img.left {
	padding: 0.25em 0.75em 0 0;
}

img.left {
	float: left;
	margin-right: 10px;
}
img.right {float: right;
margin-right: 10px;
margin-left: 4%;
}
img.gallery {
	width: 220;
	height: 293px;
}
section.testimonial-heading {
	padding-bottom: 1.25em;
}


section.quote, section.lastquote {
	width: 65%;
	padding: 1.75em 10% 0.75em 2%;
	min-height: 10em;
	font-style: italic;
	font-size: 75%;
	background-color: #fff; /* #f9fafb #f6f7f8; #f4ffdf*/
	border: 2px solid #f3f4f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
	margin-right: 5%;
	float: left;
}
.testimonials section.quote, .testimonials section.lastquote {
	width: 95%;
	min-height: 0;
	margin: 0.5em 0;
	padding: 0.25em 0.25em 0.25em 5%;  /* 10px / 280px */
	margin-left: 0;
	float: left;
	border: none;
}

section.quote blockquote.testimonial p:before {
    font-family: "Times New Roman", serif;
    font-size: 855%;
    font-style: normal;
    content: '\201C';   
    color: #c1ccdc;
     color: rgba(193, 204, 220, 0.25);
    display: block;
    font-weight: bold;
    line-height: 1px;
    padding: 35px 0 5px 0;
    margin-left: -15%;
    margin-bottom: -25px;
    vertical-align: middle;
}

.testimonials section.quote blockquote.testimonial p:before {
    margin-left: -5%;
}


section.quote blockquote.testimonial p:after {
    font-family: "Times New Roman", serif;
    font-size: 2.25em;
    font-style: normal;
    content: ' \201D';
    color: #c1ccdc;
      color: rgba(193, 204, 220, 0.75);
      vertical-align: top;
      line-height: 1em;
    /*  display: block;
       font-weight: bold;
       line-height: 1px;
       
       margin-right: -4%;
       text-align: right;
       padding-top: 0; */
}

.testimonials section.quote blockquote p {
	padding: 10px 0.75em 0 0;

}

.quote p.attribution {
	font-style: normal;
	font-size: 0.75em;
	text-align: right;
	padding-right: 1.5em;
	margin-top: -5px;
}

aside section h2 {
	font-size: 1.25em;
	line-height:1em;
	padding-bottom: 0.55em;
}
aside section p {
	font-size: 0.75em;
	line-height: 1.15em;
}
aside section img {margin: 0.25em 0 0.75em 0; 
}

aside section.quote {
	width: 100%;
	padding: 5% 5% 5% 12%;
	min-height: 0px;
}
aside .quote p {
	font-size: 1em;
	line-height: 1.25;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   	margin-bottom: 1.25em; 
}
aside hr.mid  {
	margin-top: 1.25em; 
}


/*NAVIGATION BAR ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
nav a:link, nav a:visited{
	color: #fff;
	text-decoration:none;
}

nav a:hover {
	color:#fff;
	background-color: rgba(199, 246, 214, 0.3);
	text-decoration:none;
}
nav ul {list-style-type:none;
margin: 0;
padding: 0;
}
nav li {display:inline;
}
nav li a {
	display:block;
	float: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

nav li a.here {
	background-color: #c7f6d6;
	background-color: rgba(199, 246, 214, 0.2);
}
nav li a:hover.here {text-decoration: none;
}
/*END NAVIGATION BAR STYLES +++++++++++++++++++++++++++++++++++++++++++*/
ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1.5em;
}

.main h3 a:link, aside h2 a:link, .main h3 a:visited, aside h2 a:visited {color:#336100; /*#74b901*/
text-decoration:none;
padding: 0;
}
.main h3 a:hover, aside h2 a:hover {
	color: #054a91;
	text-decoration:none;
	padding: 0;
}
.main a:link, aside a:link, .main a:visited, aside a:visited {
	color:#336100;
	text-decoration:underline;
	padding: 0;
}
.main a:hover, aside a:hover {
	color: red;
	text-decoration:underline;
	padding: 0;
}

/*jQuery Slideshow ========================================================================*/

ul.slideshow {
	list-style:none;
	width: 220px;
	height:293px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
   }     
     
ul.slideshow li {  
       position:absolute;  
       left:0;  
       right:0;  
   }  

ul.slideshow li.show {  
       z-index:500;      
   }  
  

/* FEES TABLE STYLES ==================================================*/
.main table {
	background-color: #edf1e2;
	background-color: rgba(237, 241, 226, 0.25);
	padding: 0.25em;
	margin-top: 0.75em;
	margin-right: 10%;
	margin-bottom: 0.5em;
	margin-left: 0;
	border: 1px solid #dfdfdf;
	width: 95%;
}
.main table th {
    font-family:'Merriweather', "Palatino Linotype", serif;
	padding: 1em 0.25em 0.25em 0.25em;
	text-align: left;
	font-size: 1.5em;
	border-bottom: solid 1px #D1D1D1;
}
.main table td {
	padding: 0.75em 0.5em 0.25em 0.5em;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.main table td.center { text-align:center;
}
.main table th {
	background-color: #FFF;
}


/*ENQUIRY FORM STYLES ==============================================*/
.main form {
	background-color: #edf1e2;
	background-color: rgba(237, 241, 226, 0.25);
	border: 1px solid #dfdfdf;
	padding: 1.5em 1.5em 1.5em 3em;
	width: 85%;
}
.main form input, .main form textarea {
    margin-top: 0.35em;
    font-family: Calibri, Helvetica, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
    width: 80%;
}

.main form input[type="submit"] {
    width: 25%;
}

.main form textarea {
        min-height: 150px;
}
.main form h4 {
	margin-bottom: 0.5em;
	font-size:1.5em;
	font-weight: normal;
	border-bottom: 1px solid #D1D1D1;
}

/* MISC STYLES FOR LEISUREFIX =========================================== */
.red {color: red}
.callout {
	background-color: red;
	text-align: center;
	padding: 0.05% 0 2.5% 0;
	border-style: double;
	border-color: #fff;
	border-width: thick;
	margin: 1em auto;    
}

.callout h2, .callout p {
    
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	color: #fff;
	font-size: 1.75em;
	font-weight: normal;
    
}


.callout p {
    font-size: 1.25em;

}
.callout p.smallertext {
    font-size: 0.75em;
}
.smallertext {
    font-size: 0.65em;
}
.callus {
	font-family: 'Shadows Into Light', cursive;
	background-color: #FEF1A9;
	background-image: radial-gradient(
      circle at bottom left,
      #fcf9a7,
      #fbce60);
	color: #15822f;
	text-align: center;
	width: 100%;
	height: 250px;
	margin: 1em auto;
}


.callus h2 {
	font-size: 2.25em;
	font-weight: bold;
	padding-top: 1.25em;
	padding-bottom: 0px;
	color: red;
	font-family: 'Shadows Into Light', cursive;
}   
    
.callus p {
    font-size: 1.15em;
    padding: 0 10%;

}
.callus .largertext {
    font-size: 1.65em;
}

.shadow
{
  position: relative;
}
.shadow:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.callus.valet {
	width: 275px;
	float: right;
}
.callus.valet h2 {
	padding-top: 0.05em;
	margin-top: 0;
}   

.rotate {
	/* Safari */
	-webkit-transform: rotate(15deg);
	/* Firefox */
	-moz-transform: rotate(15deg);
	/* IE */
	-ms-transform: rotate(15deg);
	/* Opera */
	-o-transform: rotate(15deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}

.rotate-left {
	/* Safari */
	-webkit-transform: rotate(-15deg);
	/* Firefox */
	-moz-transform: rotate(-15deg);
	/* IE */
	-ms-transform: rotate(-15deg);
	/* Opera */
	-o-transform: rotate(-15deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}


/* enables full width colour block for nav and other divs ref https://css-tricks.com/full-browser-width-bars/ */
.full-width-bar {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: rgba(243, 239, 238, 0.75);
  float: left;
}

.full-width-bar-white {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: rgba(255, 255, 255, 0.75);
  float: left;
}

/*removes indenting of list items on gallery*/
ul.gallery, ul.gallery-grey {
	margin-left: 0;
	padding-left: 0;
}
/* enables scale and transform of images on conversion and other gallery pages ref CSS3 for Web Designers, p59-60 */
ul.gallery li {
	float: left;
	width: 28%;
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	list-style: none;
}

ul.gallery-grey li {
	float: left;
	width: 30%;
	margin: 10px;
	padding: 10px;
	background-color: rgba(243, 239, 238, 0.75);
	border: 1px solid #ddd;
	list-style: none;
}

ul.gallery-grey li .caption li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	list-style: circle;
}


ul.gallery li a img, ul.gallery-grey li a img {
	float: left;
	margin-bottom: 1em;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
ul.gallery li a:hover img, ul.gallery-grey li a:hover img {
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
ul.gallery .caption, ul.gallery-grey .caption {
	clear: left;
    font-size: 0.75em;
	width: 95%;
	height: 3em;
	
}







/*MEDIA QUERIES =========================================================================*/

@media screen and (max-width: 1024px) {
	
		.wrapper {width: 85%;
}
.main {
	padding-left: 4%;
	padding-top: 1.5em;
}	
    
    ul.gallery li a img, ul.gallery-grey li a img {
	float: left;
	margin-bottom: 1em;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
  
    ul.gallery li a:hover img, ul.gallery-grey li a:hover img {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.rotate {

	/*Leisurefix specific ===================================*/ 																																				.rotate {
	/* Safari */
	-webkit-transform: rotate(0deg);
	/* Firefox */
	-moz-transform: rotate(0deg);
	/* IE */
	-ms-transform: rotate(0deg);
	/* Opera */
	-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

}

@media screen and (max-width: 980px) {
	
	.wrapper {width: 95%;
}

header {
	height: auto;
}


nav {
	height: auto;
	padding: 0 0 0.2em 3%;
	}

.main {
	padding-left: 4%;
	padding-top: 1.5em;
}																													   

.callus {
	height: 255px;
}


.callus h2 {
	padding-top: 0.5em;
	font-size:1.75em;
}   
 
 .callus .largertext {
	 font-size:1.45em;
} 
.callout h2 {
	font-size: 1.35em;
}
	
.callout p {
	font-size: 1.15em;
}
aside .quote p {
	font-size: 0.75em;
}
.full-width-bar ul.gallery li, .full-width-bar-white ul.gallery-grey li {
	width: 28%;
}
  
    
}

@media screen and (max-width: 925px) {

.wrapper {width: 98%;
}

header {
	height: auto;
}


nav {
	height: auto;
	padding: 0 0 0.2em 3%;
	}

.main {
	padding-left: 4%;
	padding-top: 1.5em;
}																													 

}

@media screen and (max-width: 768px) {

header {height: auto;
}
/*header hgroup h2, header hgroup h3 {
	margin-left: 3.5%;
}*/
nav {
	height: auto;
	padding: 0 0 0.2em 3%;
	}
.main p, .main ul {font-size: 0.8em;
}
.main {width: 98%;}
aside {width: 98%;}

section.shadow, section.callout, section.rangemap {
	width: 45%;
	margin: 0 auto;
}

}
@media screen and (max-width: 695px) {
.wrapper {width: 99%;
	margin-left: 2%;
}
.main {
	width: 98%;
	min-height: inherit;
	padding: 1em 0 1em 1em;
	margin: 0 1%; 
	padding-right: 0; 
	border-right: none;
}

h1 {
	font-size: 1.75em;
	margin-bottom: 0.5em;
	line-height: 1em;
}
h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	line-height: 1em;
}
nav {
	height: auto;
	padding: 0 0 0.2em 2px;
	}

nav li a {
	display:block;
	float: left;
	padding: 0.5em 0.25em;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1px;
}

.main img.right, figure.midright {
	float:none;
	margin-bottom: 0.75em;
	margin-left: 20px;
}

h1.nomargin {
margin-bottom: 0.25em;
}

aside {width: 98%;}

section.shadow.callus, section.callout, section.rangemap {width: 50%; float: none; margin: 2em auto;} 

/*.main.full {
	width: 100%;
	margin-right: 1%;
}
*/
figure.midright {display: none;}

/*section.shadow.callus, section.callout, section.rangemap {
	width: 40%; 
	float: left; 
	margin: 0 4% 2em 0;
	}	*/
/*
 .full-width-bar ul.gallery li, .full-width-bar-white ul.gallery-grey li {
	width: 30%;
}*/
																				
}

@media screen and (max-width: 520px) {


/*header hgroup h1 {
	font-size: 2em;
	line-height: 0.75em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

header hgroup h2 {
	font-size: 0.95em;
	font-weight: bold;
}
hgroup h3 {
	font-size: 0.55em;
}*/

.main img.right {float:none;
margin-bottom: 0.75em;
}


p.footernav {
	line-height: 1.75em;
}
section.shadow.callus, section.callout, section.rangemap {width: 70%; float: none; margin: 2em auto;} 


header hgroup {padding-bottom: none;}

/* .full-width-bar ul.gallery li, .full-width-bar-white ul.gallery-grey li {
	width: 45%;
}*/

}

@media screen and (max-width: 400px) {

header {
	width: 100%; 
	border-right: none;
	border-left: none;
	margin: 0;
	margin-right: 0;
	padding: 0;
	padding-right: 0;
	padding-top: 1px;
}

.index .main {padding-top: 1em;
}

aside img {float:none;
}

aside {
	float: left;
	width: 98%;
	min-height: inherit;
	padding: 1em 0 1em 0;
	margin: 0 13px; 
}
aside section.contact {
	float: left;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 1em;
}


.main {
	width: 98%;
	min-height: inherit;
	padding: 1em 0 1em 1em;
	margin: 0 1%; 
	padding-right: 0; 
	border-right: none;
}
    
.main.full {
    padding-right: 5%;
}

section.left img {
	float: left;
}

img.gallery {
	margin: 1.25em 10px 1.5em 20px;
}

figure.midright {
	display: none;
}
.main section {
	width: auto;
	min-height: inherit;
	height:auto;
}

.main form {
	padding: 0.75em;
	width: 95%;
}

nav li a {
	width: 49%;
	margin-right: 2px;
}
section.quote blockquote.testimonial p:before {
    margin-left: -12%;
}
.testimonials section.quote blockquote.testimonial p:before {
    margin-left: -12%;
}
    
.testimonials section.quote, .testimonials section.lastquote {
	width: 98%;
	padding: 0.25em 0.5em 0.25em 5%;  /* 10px / 280px */
}
aside section.quote {
	width: 95%;
	padding: 5% 5% 5% 10%;
	min-height: 0px;
}
aside {
	margin-left: 0;
	padding-left: 0;
}
.main img.left {
	float: none;
	display: block;
	margin-bottom: 15px;
}
.rotate {

/* Safari */
-webkit-transform: rotate(0);

/* Firefox */
-moz-transform: rotate(0);

/* IE */
-ms-transform: rotate(0);

/* Opera */
-o-transform: rotate(0);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);

}
/*.full-width-bar ul.gallery li, .full-width-bar-white ul.gallery-grey li {
	width: 98%;
    margin-left: 0;
}*/
    
.main form input, .main form textarea {
    margin-top: 0.35em;
    font-family: Calibri, Helvetica, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
    width: 95%;
}

.main form input[type="submit"] {
    width: 95%;
}

}
