/*--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;
	margin: 0;
	}

div.twoA ul {
	margin: 0 0 20px 20px;
	list-style: disc;
}	

div.twoA ul {
	padding: 0 0 0 20px;
}
	
blockquote, q {
	quotes: none;
	}

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

strong {
	font-weight: bold;
}

.bold {
	font-weight: 700;
}
	
/* 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: 700;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  color: #4091ce;
}

body#gallery h1 {
	text-align: center;
}

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

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

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

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

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

p {
	margin: 0 0 20px 0;
}

a {
	color: #4091ce; 
	text-decoration: underline;
}	

a:hover {
	text-decoration: none;
}

/*--Page*/

div#page-wrapper {
}

/*--Header*/

#header_wrapper {
	margin: 0;	
	height: 110px;
	padding: 0px;
	/*text-align: center;*/
	top: 0px;
	z-index: 999;
	background: #02243e;
	border-bottom: 10px solid #023155;
	margin: 0 0 30px 0;
}

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

a#logo {
	width: 300px;
	height: 69px;
	position: absolute;
	top: 20px;
	left: 0px;
}

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

a#logo p {
	position: absolute;
	top: 38px;
	left: 85px;
}

header p {
	font-weight: 700;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 15px;
	/*text-align: right;*/
	color: #FFF;
}

header p.strapline {
	font-weight: 700;
	position: absolute;
	left: 85px;
	top: 58px;
}

/*--Nav*/

.nav_wrapper {
	/*height: 60px;*/
	display: block;
	z-index: 99;
}

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

ul.menu {
	z-index: 1;
	position: absolute;
	top: -99px;
	right: 0px;
	background: #4091ce;
}

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-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;	
	line-height: 18px;
	color: #FFF;
	background: none;
	text-decoration: none;
	padding: 9px 15px;
	text-align: center;
}

ul.menu li a:hover {
	background: none;
	color: #02243e;
}

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

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

/*--SubNav*/

/*--SubNav*/

.subNav,
.subNav.grey {
	background: #16264a;
	padding: 20px;
	margin: 0 0 30px 0;	
}

.subNav.grey {
	background: #e7e9ed;
}

.subNav h3 a {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}

.subNav h3 a:hover {
	color: #476486;
}

.subNav.grey h3 a {
	color: #476486;
}

.subNav li {
	padding: 0;
}

.subNav li a {
	display: block;
	padding: 5px 0 7px 0;
	text-decoration: none;
	color: #FFF;
}

.subNav li a:hover {
	background: none;
	color: #476486;
}

.subNav.grey li a {
	font-weight: 600;
	border-top: 1px dashed #CCC;
	padding: 10px 0;
	display: block;
	color: #476486;
	text-decoration: underline;
}

.subNav.grey li a:hover {
	text-decoration: none;
}

ul.subNav li ul {
	background: #91ca5c;
	margin: 0 0 10px 0;
}

ul.subNav li ul li a {
	padding: 6px 0 6px 30px;
}

/*--Responsive Nav*/	

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

div.button_inner p {
	display: none;
}

/*--slider*/

.slider-container {
	height: 400px;
	margin: -50px 0 40px 0;
	padding: 20px 0 30px 0;
	visibility: hidden;
	position: relative;
	background: #02243e;
	border-bottom: 10px solid #023155;
}

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

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

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

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

div.slide {
	width: 940px;
	/*height: 400px;*/
	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 {
	/*background: #000;*/
	width: 100%;
	/*height: 39px;*/
	text-align: center;
	margin: -42px auto 0 auto;
	padding: 0;
	z-index: 99;
	position: relative;
}

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

div.bx-pager-item a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
	margin: 0 4px;
	outline: 0;
	background: #FFF;
}

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

/*--Content*/

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

.singleColumn {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
	
div.one {
	margin-bottom: 40px;
}	

.intro {
	text-align: center;
}

div.twoA {
	width: 600px;
	float: left;
	margin: 0 40px 40px 0;
}


div.twoB {
	width: 300px;
	float: left;
	margin: 0 0 40px 0;
}

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

a.button {
	background: #4091ce;
	color: #FFF;
	padding: 8px 25px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
	display: inline-block;
	text-align: center;
}

a:hover.button {
	background: #02243e;
	color: #FFF;
}
		
.sidebarRightMain {
	width: 600px;
	margin: 0 40px 40px 0;
	float: left;
}

.singleImage {
	display: block;
	margin: 0 0 20px 0;
}

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

div.clear {
	clear: both;
}

/*--clear fix*/

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

.cf:after {
    clear: both;
}

/*--contact form*/		

p.conInfo {
	text-align: center;
}

form#contactForm,
form#quoteForm {
	width: 100%;
	height: auto;
	margin: 0 auto 40px auto;
	/*padding: 20px;*/
}

form#quoteForm {
	width: 90%;
	background: #02243e;
	color: #FFF;
	padding: 5%;
}

form#quoteForm h3 {
	margin: 0 0 10px 0;
}

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

form#contactForm textarea,
form#quoteForm textarea	{
	width: 100%;
	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,
form#quoteForm textarea:focus, #contact-area input:focus {
	border: 1px solid #cfcfcf;
}

form#contactForm input.button,
form#quoteForm input.button	{
	width: 100%;
	clear: both;
	border: none;
	
	height: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

p.formInfo {
	color: CCC;
	font-size: 10px;
	margin: -25px 0 3px 0;
	text-align: left;
}

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

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

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

/*--title*/

.title {
	background: #476486;
	color: #FFF;
}

.title div.one {
	margin: 0 0 30px 0;
}

.title h1 {
	margin: 0;
	padding: 20px 0;
	font-size: 30px;
	line-height: 40px;
}

/*--gallery homepage*/

.gallery-wrapper {
	background: #EEE;
	text-align: center;
	padding: 30px 0;
}

.gallery-wrapper div.one {
	margin: 0;
}

/*--testimonial / terms and conditions*/		

.testimonial {
	/*width: 700px;
	border: 1px solid rgb(255, 255, 255);*/
	border: 1px solid #FFF;
	margin: -2px auto 0 auto;
}

.testimonial h2 {
	background: #4091ce url(images/arrow_expand.png) no-repeat 98%;
	padding: 10px 40px 10px 20px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

.testimonial-closed h2 {
	border-bottom: none;
	background: #4091ce url(images/arrow_collapse.png) no-repeat 98%;
}

.testimonialBody {
	padding: 20px 20px 0px 20px;
	display: none;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	text-align: left;
}

.testimonial-closed .testimonialBody {
	display: block;
}

p.name {
	font-weight: 600;
}

.data-buttons {
	width: 100%;
	height: 33px;
	clear: both;
	margin: 0 0 20px 0;
}

.data-button {
	float: right;
	width: 110px;
	margin-left: 10px;
	padding: 5px 10px;
	text-decoration: none;
	border: solid 1px #4091ce;	
	background-repeat: no-repeat;
	background-position: 110px center;
	background-color: #4091ce;
	color: #FFF;
}

.data-button:hover {
	background-color: #02243e;
	border-color: #02243e;
	text-decoration: none;
}

#dataExpand {
	background-image: url(images/arrow_expand.png);
}

#dataCollapse {
	background-image: url(images/arrow_collapse.png);
}

/*--footer*/		
	
div#footer-wrapper {
	clear: both;
	padding: 20px 0;
	background: #02243e;
	border-top: 10px solid #023155;
	color: #FFF;
	position: relative;
	z-index: 99;
	margin: 0;
}
	
footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

footer div.one {
	margin: 0 auto;
}

footer h3 {
	font-weight: 600;
	margin: 0 0 5px 0;
}

p.address {
	margin: 0 0 0 0;
}

p.SOdescription {
	color: #4091ce;
	margin: 0 0 15px 0;
}

.contactInfo span {
	margin: 0 10px 20px 10px;
}

p.info {
	margin: 0 0 0 0;
}

p.info span {
	margin: 0 10px;
}

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

.smallMap {
	width: 100%;
}

.socialMedia {
	position: absolute;
	top: 0;
	right: 0;
}

.socialMedia a {
	color: #FFF;
}

/* `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: #4091ce;
  color: #FFF;
  text-shadow: none;
  padding: 10px;
  font-size: 18px;

  /* 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,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container {
			float: none;
			width: 100%;
			clear: both;
			margin: 20px auto;
		}
		
		div.twoA,
		div.twoB,
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		div.one.singleColumn,
		div.one.intro {
			width: 95%;
			margin: 0 2.5%;
		}
		
		div.twoA {
			text-align: center;
			margin: 0 2.5% 40px 2.5%;
		}
		
		div.one.intro h1 {
			font-size: 18px;
			line-height: 24px;
		}
		
		div.one.intro h1 br {
			display: none;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
	
		#header_wrapper {
			height: 105px;
			padding: 0px;
			margin-bottom: 0px;
		}
		
		header	{
			height: auto;
		}
		
		a#logo {
			width: 250px;
			height: 58px;
			left: 10px;
			top: 30px;
			z-index: 999;
		}
		
		a#logo img {
			width: 100%;
		}
		
		header p {
			top: 10px;
			right: 10px;
			font-size: 8px;
			line-height: 10px;
		}
		
		header p.strapline {
			font-size: 7.5px;
			line-height: 10px;
			left: 82px;
			top: 68px;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: auto;
			background: #FFF;
			padding: 0px;
			margin: 0;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 64px;
			z-index: 99;
			margin: 0;
		}
		
		div.button_inner p a span {
			background: #4091ce;
			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;	
		}
		
		div.nav_wrapper {
			/*background: #fff;*/
			clear: both;
			height: auto;
			display: none;
			margin:  0;
			overflow-y: hidden;
			padding: 0px 0px;
		}
		
		ul.menu li a#home,
		ul.menu li a#contact {
			padding: 10px 10px 10px 10px;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.menu {
			left: 0;
			top: 0;
			margin: 0 0 10px 0;
			padding: 10px 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
			text-align: left;
		}

		ul.menu li a,
		ul.menu li a.single,		
		ul.menu li span.menuItem {
			position: relative;
			display: block;	
			margin-right: 0px;						
			height: auto;
			border: none;
			font-size: 14px;		
			text-decoration: none;			
			margin: 0;
			padding: 10px;
		}

		ul.menu li a br {
			display: none;
		}
		
		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: 14px;
			line-height: 18px;			
			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;
		}
		
		.subNav {
			margin: 0 0 20px 0;
		}
		
		.subNav div.column {
			margin: 0;
		}
		
		.slider-container {
			width: 100%;
			height: auto;
			margin: -10px 0 0 0;
			padding: 0;
		}

		.slider-intro-container {
			padding: 0;
			margin: 0 auto;
		}
		
		.slider-container div.column {
			width: 100%;
			margin: 0 auto;
		}
		
		.slide img {
			width: 100%;
		}
		
		a.slide h1 {
			font-size: 14px;
			line-height: 20px;
			padding: 10px 10px;
			bottom: 10px;
			left: 10px;
		}
		
		.bx-controls {
			margin: 0 auto 0 auto;
		}
		
		.bx-pager-item {
			padding: 10px 0 0 0;
		}
		
		div.bx-pager-item a {
			background: #CCC;
		}
		
		h2 {
			font-size: 18px;
			line-height: 24px;
		}
		
		.intro h2 {
			padding: 0 2.5%;
		}
		
		.intro div.one {
			margin: 0 0 20px 0;
		}
		
		.title div.column {
			margin: 0;
		}
		
		.title h1 {
			font-size: 24px;
			line-height: 30px;
			padding: 10px;
		}
		
		.title div.one {
			margin: 0 0 20px 0;
		}
		
		.singleImage {
			width: 100%;
		}
		
		form#quoteForm {
			margin: 0 0 20px 0;
		}
		
		.gallery-wrapper {
			padding: 015px 0 20px 0; 
		}
		
		.gallery-wrapper div.column {
			margin: 0;
		}
		
		.gallery-wrapper h2 {
			margin: 0 0 0 0;
		}
		
		div#footer-wrapper {
			width: 95%;
			padding: 5% 2.5%;
		}
		
		footer { 
			margin: 0;
		}
	
		.contactInfo span {
			display: block;
			margin: 10px 0 10px 0;
		}
	
		span.tel,
		p.info span,
		p.info span.website a {
			display: block;
		}
	
		div.one.terms {
			font-size: 12px;
		}
	
    }
	
	
/* #Mobile (Landscape)
================================================== */

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

    @media only screen and (min-width: 480px) and (max-width: 767px) {
	
		div#footer-wrapper {
			width: 95%;
			padding: 2.5% 2.5%;
		}
		
	}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 	
			
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

		
}	
