/*--Designed and built by: http://stuarthancock.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;
	}

ul {
	margin: 0 0 20px 0;
}
	
blockquote, q {
	quotes: none;
	}

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

strong {
	font-weight: bold;
}	

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: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	}

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

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

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

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

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

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

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

p {
	margin: 0 0 20px 0;
}

a {
	color: #e33189;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

/*--Page*/

div#page-wrapper {

}

/*--Header*/

#header_wrapper {
	margin: 0;	
	height: 143px;
	padding: 0px;
	text-align: center;
	background: #FFF;
}

header {
	width: 940px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}

a#logo {
	width: 180px;
	height: 103px;
}

p.tel-number {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

/*--Nav*/

.nav_wrapper {
	height: 52px;
	display: block;
	position: relative;
	z-index: 99;
	background: #1c214a;
}

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

ul.menu {
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 24px;
}

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

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

ul.menu li a#home {
	padding: 0 14px 0 0;
}

ul.menu li a#contact {
	padding: 0 0 0 14px;
}

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

/*--Responsive Nav*/	

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

div.button_inner p {
	display: none;
}

/*--slider*/

.slider-container {
	height: 400px;
	margin: 0 0 40px 0;
	padding: 30px 0;
	visibility: hidden;
	position: relative;
	background: #eee url(images/slider_container_pattern_repeat.png);
}

#slider  {
	height: 400px;
}

.ie8 #slider div.slide {
	-ms-behavior: url(/backgroundsize.min.htc);
}

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

div.slide {
	width: 940px;
	height: 400px;
	position: relative;
}

div.slide h1,
.slider-container div.column h1 {
	background: rgba(0,0,0, .7);
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	padding: 15px 30px 15px 30px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 99;
	margin: 0;
}

body#home div.slide h1 {
	background: rgba(0,0,0, .7) url(images/slider_arrow.png) no-repeat right 15px;
	padding: 15px 80px 15px 30px;
}
	
a.bx-prev,
a.bx-next  {
	height: 15px;
	width: 14px;
	position: absolute;
	top: 0px;
	display: block;
	text-indent: -9999px;
	z-index: 99;
}

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

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

.bx-controls {
	width: 100%;
	height: 39px;
	text-align: center;
	margin: 5px 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: 12px;
	height: 12px;
	margin: 0 2px;
	outline: 0;
	background: #CCC;
	border-radius: 10px;
	border: 2px solid #FFF;
}

html.ie6 div.bx-pager-item a {
	border-radius: 0px;
	line-height: 0;
}

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

/*--title*/

.title {
	background: #eee url(images/slider_container_pattern_repeat.png);
	padding: 30px 0;
	margin: 0 0 40px 0;
}

.title div.one {
	margin: 0;
}

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

/*--Content*/

p.description {
	margin: -10px 0 10px 0;
}

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

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

div.one.singleColumn {
	margin-bottom: 60px;
}
	
div.one {
	margin-bottom: 40px;
}	

.intro {
	text-align: center;
}

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

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

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

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

a:hover.button {
	background: #b6276e;
}
		
.sidebarRightMain {
	width: 580px;
	margin: 0 60px 40px 0;
	float: left;
}

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

p.read-more {
	width: 65px;
	background: #4091ce;
	padding: 5px 10px;
	float: right;
}

p.read-more a {
	color: #FFF;
	text-decoration: none;
}

div.clear {
	clear: both;
}

/*--clear fix*/

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

.cf:after {
    clear: both;
}

/* --gallery--*/

.sg-container {
	background: #eee;
	padding: 30px 0;
	margin: 0 0 40px 0;
}

.sg-container div.one {
	margin: 0;
}

.sliding-gallery-container {
	width: 840px;
	height: 103px;
	padding: 0px 50px 10px 50px;
	visibility: hidden;
}

ul.sliding-gallery {
	margin: 0;
	padding: 0;
	background: #ccc;
}

ul.sliding-gallery li {
	width: 200px;
}

ul.sliding-gallery a.gallery {
	width: 200px;
	display: block;
}

ul.sliding-gallery img {
	width: 200px;
	height: 113px;
	display: block;
}

.sliding-gallery-container .bx-controls {
	width: 940px;
	height: auto;
	margin: -76px 0 0 -50px;
}

.sliding-gallery-container .bx-next {
	width: 16px;
	height: 30px;
	background: url(images/slider_next.png);
	display: block;
	position: absolute;
	right: 16px;
	top: 5px;
	text-indent: -9999px; 
	z-index: 99;
}

.sliding-gallery-container  .bx-prev {
	width: 16px;
	height: 30px;
	background: url(images/slider_prev.png);
	display: block;
	position: absolute;
	left: 16px;
	top: 5px;
	text-indent: -9999px; 
	z-index: 99;
}

/*--contact / callback form*/		

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

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

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

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

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

form#requestForm input.button {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 14px;
}

.callback {
	width: 260px;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(28, 33, 74, .7);
	z-index: 99;
	padding: 20px;
	color: #FFF;
}

.callback h3,
.callback p {
	margin: 0 0 10px 0;
}

form#requestForm input,
form#requestForm select {
	width: 100%;
	height: 33px;
	margin: 0 0 10px 0;
	box-shadow: none;
}

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

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

.rf-container {
	height: 70px;
	position: relative;
}

form#requestForm label.error {
	color: #FFF;
	/*text-align: right;
	margin: -10px 0 0 0;*/
	font-style: italic;
	position: absolute;
	top: 2px;
	right: 0px;
}

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

/*--quicklinks*/

.quicklinks {
	background: #eee;
	padding: 40px 0;
	margin: 0 0 40px 0;
}

.quicklinks div.one {
	margin: 0;
}

a.quicklink {
	width: 172px;
	height: 139px;
	background: #FFF;
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.quicklinks .quicklink:last-child {
	margin: 0;
}

a.quicklink h3 {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

a.quicklink.as h3,
a.quicklink.st h3,
a.quicklink.pe h3,
a.quicklink.we h3    {
	padding: 7px 0 0 0;
}

a:hover.quicklink {
	opacity: .8;
}

a.quicklink img {
	width: 100%;
}

/*--contact block*/

.contactBlock {
	border: 1px solid #CCC;
	padding: 20px 20px 20px 20px;
}

.contactBlock p {
	width: 690px;
	float: left;
	margin: 0 20px 0 0;
}

.contactBlock a.button {
	float: right;
	margin: 0;
}

/*--testimonials*/

.testimonials {
	background: #eee;
	padding: 40px 0;
	margin: 0 0 40px 0;
	text-align: center;
} 

.testimonials div.one,
.testimonials p {
	margin: 0;
}

.testimonials p {
	font-style: italic;
}

img.quote {
	margin: 0 0 20px 0;
}

/*--twitter*/

.twitter-timeline {
	height: 400px;
}

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

footer ul {
	background: #0000FF;
	margin: 0;
	padding: 0;
}

footer div.threeA,
footer div.threeB,
footer div.threeC {
	margin: 0 20px 0 0;
}

footer div.threeA {
	width: 220px;
}

footer div.threeB {
	width: 580px;
	padding: 33px 0 0 0;
}

footer div.threeC {
	width: 100px;
	margin: 0;
	padding: 42px 0 0 0;
}

.social-media {
	width: 80px;
	margin: 0 0 0 60px;
}

.social-media a {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

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

footer p {
	margin: 0;
}

footer h3 {
	color: #FFF;
	margin: 0;
}

div.column-wrapper.terms {
	color: #FFF;
	padding: 0;
}

div.one.terms {
	margin: 0;
}

div.terms {
	height: 40px;
	clear: both;
	font-size: 14px;
}

div.terms p {
	margin: 0;
}

div.one.terms p span {
	margin: 0 20px 0 0;
}

ul.contactInfo,
div.terms ul {
	clear: both;
}	

ul.contactInfo li,
div.terms ul li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 20px;
}

ul.contactInfo li {
	margin-right: 10px;
}

div.terms ul li span {
	margin: 0 0 0 5px;
}

p.contact-info span {
	margin: 0 20px 0 0;	
}

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

.map {
	display: block;
}

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

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		#header_wrapper {
			height: auto;
			padding: 0px;
			margin: -70px 0 10px 0;
			text-align: left;
		}
		
		header {
			padding: 0;
		}
		
		a#logo {
			width: 130px;
			height: 74px;
			display: block;
			z-index: 999;
			position: relative;
		}
		
		a#logo img {
			width: 130px;
			top: 10px;
			left: 10px;
			margin: 0 0 0 10px;
		}
		
		p.tel-number {
			position: absolute;
			top: 34px;
			right: 65px;
			display: block;
			margin: 0;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: 80px;
			background: none;
			padding: 0px;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 35px;
			z-index: 99;
		}
		
		div.button_inner p a span {
			background: #333;
			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;	
		}	
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		#footer-wrapper,
		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 {
			float: none;
			width: 320px;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn {
			width: 300px;
			margin: 0 10px;
		}
		
		div.one.singleColumn p br {
			display: none;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
		
		div.nav_wrapper {
			background: #1c214a;
			clear: both;
			height: auto;
			display: none;
			margin-bottom: 0px;
			overflow-y: hidden;
			padding: 0px 0px;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.menu {
			left: 0;
			top: 0;
			margin: 0 0 10px 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
		}

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

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

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

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

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

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

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

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

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

		ul.menu li ul ul,
		ul.menu li ul ul ul {
			margin: 10px -10px 10px -20px;
		}
		
		.slider-container {
			width: 320px;
			height: 156px;
			padding: 0;
			margin: 0 0 0 0;
			/*background: none;*/
		}
		
		.slider-container div.column {
			width: 320px;
			height: 136px;
		}
		
		div#slider,
		div.slide {
			width: 320px;
			height: 136px;
		}
		
		body#home div.slide h1,
		div.slide h1,
		.slider-container div.column h1 {
			font-size: 18px;
			padding: 5px 10px 5px 10px;
			bottom: 10px;
			left: 10px;
		}
		
		body#home div.slide h1 {
			background: rgba(0, 0, 0, .7);
		}
		
		div.slide img {
			width: 320px;
			height: 136px;
		}
		
		.bx-controls {
			height: 20px;
			margin: 12px 0 0 0;
		}
		
		.bx-pager-item {
			padding: 0;
		}
		
		.bx-pager-item {
			margin: 0 2px;
		}
		
		.callback {
			display:none;
		}
		
		div.one.intro {
			width: 300px;
			padding: 0 10px;
			margin: 0;
		}
		
		.intro h2 {
			font-size: 16px;
			line-height: 24px;
		}
		
		.intro h2 br {
			display: none;
		}
		
		.quicklinks {
			padding: 0;
			margin: 0;
		}
		
		a.quicklink {
			width: 145px;
			height: 130px;
			margin: 10px 0px 0px 10px;
		}
		
		.quicklinks .quicklink:last-child {
			margin: 10px 0 10px 87px;
		}
		
		.twitter-timeline {
			height: 200px;
		}
		
		body#home .sidebarRightMain {
			display: none;
		}
		
		.column-wrapper.sg-container {
			margin: 0 0 20px 0;
		}
		
		.sg-container {
			padding: 10px 0;
		}
		
		.sliding-gallery-container {
			width: 200px;
			margin: 0 0 0 10px;
		}
		
		.sliding-gallery-container .bx-controls {
			width: 300px;
		}
		
		div.one.contactBlock {
			width: 278px;
			margin: 0 10px;
			padding: 10px;
		}
		
		.contactBlock p {
			width: 280px;
			float: none;
			margin:0 0 10px 0;
			text-align: center;
		}
		
		.contactBlock a.button {
			float: none;
			margin: 0;
			display: block;
			text-align: center;
		}
		
		div#footer-wrapper {
			padding: 10px 0 10px 0;
		}
		
		footer {
			width: 300px;
			padding: 0 0 10px 0;
		}
		
		footer div.threeA {
			display: none;
		}
		
		footer div.threeB {
			width: 300px;
			padding: 0;
		}
		
		footer ul.contactInfo {
			margin: 10px 0 0 0;
		}
		
		footer div.threeC {
			width: 300px;
			height: 35px;
			float: right;
			margin: 0;
			padding: 10px 0 0 0;
			position: relative;
		}
		
		footer div.threeC .social-media {
			position: absolute;
			right: 0;
		}
	
		form#contactForm input,
		label,
		form#contactForm textarea,
		form#contactForm input.button {
			width: 300px;
		}
	
		div.column-wrapper.terms {
			padding: 0;
		}
	
		div.column-wrapper.terms div.column {
			margin: 0;
		}
		
		div.one.terms ul {
			margin: 0 0 10px 0;
		}
		
		footer div.terms ul li {
			float: none;
			margin-right: 0px;
		}
		
	
		div.one.terms {
			padding: 15px 0;
			margin: 0;
			font-size: 11px;
			line-height: 16px;
		} 
	
		div.one.terms p {
			margin: 0 0 5px 0;
		}
	
		div.terms {
			height: auto;
		}
	
		div.terms ul li {
			margin: 0 10px;
		}
	
		div.terms ul li.designedBy {
			margin: 10px 10px 0 10px;
		}
	
		.title {
			font-size: 18px;
			line-height: 24px;
			padding: 15px 0;
			margin: 0 0 20px 0;
		}
	
		.title h1 {
			padding: 0 10px
		}
	
		.title .column {
			margin: 0;
		}
	
		form#contactForm {
			width: 300px;
		}
	
		body#contact h2 {
			padding: 0 10px;
		}
	
		.column-wrapper.testimonials {
			margin: 0 0 20px 0;
		}
	
		.testimonials {
			padding: 10px 0;
		}
	
		img.quote {
			margin: 0 0 10px 0;
		}
	
		.testimonials p {
			width: 300px;
			padding: 0 10px;
		}
	
		.testimonials p br {
			display: none;
		}
	
    }


/* #Mobile (Landscape)
================================================== */

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

    @media only screen and (min-width: 480px) and (max-width: 767px) {

		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		#footer-wrapper,
		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 {
			float: none;
			width: 480px;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn {
			width: 460px;
			margin: 0 10px;
		}
	
		#header_wrapper {
			margin: -100px 0 10px 0;
		}
	
		p.tel-number {
			top: 44px;
		}
	
		div.button_inner p {
			top: 25px;
		}
	
		ul.menu li a#home {
			padding: 0 10px 10px 10px;
		}
	
		.slider-container {
			width: 480px;
			height: 224px;
			padding: 0;
			margin: 0 0 0 0;
		}
		
		.slider-container div.column {
			width: 480px;
			height: 204px;
		}
		
		div#slider,
		div.slide {
			width: 480px;
			height: 204px;
		}
	
		div.slide img {
			width: 480px;
			height: 204px;
		}
	
		div.one.intro {
			width: 460px;
			padding: 0 10px;
		}
	
		.quicklinks .quicklink:nth-child(4) {
			margin: 10px 0 0 87px;
		}
	
		.quicklinks .quicklink:last-child {
			margin: 10px 0 10px 10px;
		}
	
		.sliding-gallery-container {
			width: 420px;
			margin: 0 0 0 0;
			padding: 0 30px;
		}
	
		.sliding-gallery-container .bx-controls {
			width: 480px;
		}
		
		.sliding-gallery-container .bx-prev {
			left: 26px;
		}
		
		.sliding-gallery-container .bx-next {
			right: -13px;
		}
	
		div.one.contactBlock,
		.contactBlock p 	{
			width: 438px;
		}
	
		.testimonials p {
			width: 460px;
		}
	
		footer {
			width: 460px;
		}
	
		footer div.threeC {
			width: auto;
			top: -10px;
			right: 0px;
			position: absolute;
		}
	
    }	

/*iPhone 5 Landscape*/
	
	@media only screen and (min-device-width : 568px) and (max-device-width : 568px) and (orientation : landscape) {
	
		/*body {
			color: #FF0000;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		#footer-wrapper,
		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 {
			float: none;
			width: 568px;
			clear: both;
			margin: 20px auto;
		}

		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn {
			width: 548px;
			margin: 0 10px;
		}
	
		.slider-container {
			width: 568px;
			height: 264px;
		}
		
		.slider-container div.column,
		div#slider,
		div.slide,
		div.slide img {
			width: 568px;
			height: 241px;
		}
	
		div.one.intro {
			width: 548px;
			padding: 0 10px;
		}
	
		.quicklinks .quicklink:first-child {
			margin: 10px 0 0 56px;
		}
		
		.quicklinks .quicklink:nth-child(4) {
			margin: 10px 0 0 133px;
		}
		
		.sidebarRight.twitter {
			margin: 0 22px;
		}
		
		.sliding-gallery-container {
			margin: 0 0 0 44px;
		}
		
		div.one.contactBlock,
		.contactBlock p {
			width: 526px;
		}
		
		.testimonials p,
		footer {
			width: 548px;
		}
		
		div#address.threeB {
			width: 350px;
		}
		
}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
	
	/*body {
		color: #00FF00;
	}*/
	
	header,
		div.nav_inner,
		div.button_inner,
		div.column,
		#footer-wrapper,
		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 {
			float: none;
			width: 375px;
			clear: both;
			margin: 20px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn {
			width: 355px;
			margin: 0 10px;
		}
	
		#header_wrapper {
			margin: -100px 0 10px 0;
		}
	
		p.tel-number {
			top: 44px;
		}
	
		div.button_inner p {
			top: 25px;
		}
	
		.slider-container {
			width: 375px;
			height: 179px;
		}
		
		.slider-container div.column,
		div#slider,
		div.slide,
		div.slide img {
			width: 375px;
			height: 159px;
		}
	
		div.one.intro {
			width: 355px;
			padding: 0 10px;
		}
	
		a.quicklink {
			width: 172px;
			height: 140px;
		}
	
		.quicklinks .quicklink:last-child {
			margin: 10px 0 10px 101px; 
		}
		
		.sliding-gallery-container {
			margin: 0 0 0 37px;
		}
		
		div.one.contactBlock,
		.contactBlock p {
			width: 333px;
		}
		
		.testimonials p,
		footer {
			width: 355px;
		}
		
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
	
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
		
		/*body {
		color: #0000FF;
	}*/
	
	header,
		div.nav_inner,
		div.button_inner,
		div.column,
		#footer-wrapper,
		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 {
			float: none;
			width: 414px;
			clear: both;
			margin: 20px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		div.one.singleColumn {
			width: 394px;
			margin: 0 10px;
		}
	
		.slider-container {
			width: 414px;
			height: 196px;
		}
		
		.slider-container div.column,
		div#slider,
		div.slide,
		div.slide img {
			width: 414px;
			height: 176px;
		}
	
		div.one.intro {
			width: 394px;
			padding: 0 10px;
		}
	
		a.quicklink {
			width: 192px;
			height: 150px;
		}
	
		a.quicklink h3 {
			padding: 0 10px;
		}
	
		.quicklinks .quicklink:last-child {
			margin: 10px 0 10px 111px; 
		}
		
		.sliding-gallery-container {
			margin: 0 0 0 56px;
		}
		
		div.one.contactBlock,
		.contactBlock p {
			width: 372px;
		}
		
		.testimonials p,
		footer {
			width: 394px;
		}
		
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 

}