@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
/* --------------- Basic element styles ---------------- */
html, input, textarea, select {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (this size (usually for PC's) is also required here for Tiny MCE)  */
}
html.rem-base {
	font-size:71.25%; /* Set the base rem so that 1.3rem = 14.8px (larger for mobiles/tablets). This setting does not affect TinyMCE */
}
body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea, select, button {
	font-size:13px;					/* Base font size in whole document for older browsers */
	font-size:1.3rem;				/* Base font size in REM for newer browsers */
	line-height:1.5;				/* Base line height */
}

/* --------------- Font styles ---------------- */
h1 {
	font-size:30px;
	font-size:3rem;
	padding:0 0 8px 0;
	padding:0 0 0.8rem 0;
	color:#E2A200;
	text-align:left;
	margin:0;
	line-height:1.2;
}
h2 {
	font-size:24px;
	font-size:2.4rem;
	padding:0 0 8px 0;
	padding:0 0 0.8rem 0;
	color:#f4c300;
	text-align:left;
	margin:0;
}
.col2 h2 {
	color:#4c565c;
}
h3 {
	font-size:18px;
	font-size:1.8rem;
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
	color:#4c565C;
	text-align:left;
	margin:0;
}
h4 {
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#f4c300;
	text-align:left;
	margin:0;
}
h5 {
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#4c565c;
	text-align:left;
	margin:0;
}
h6 {
	font-size:12px;
	font-size:1.2rem;
	padding:0 0 15px 0;
	padding:0 0 1.5rem 0;
	color:#666;
	text-align:left;
	margin:0;
}
p, 
div, 
input,
select,
textarea,
li,
dt,
dd {
	color:#4c565c;
	text-align:left;
	margin:0;
}
.at4-share-count-container {
  text-align:center;
}
p {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
a,
input.form-submit,
#menu-icon,
#search-icon,
.arrow { /* creates fading effect for hovers */
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a {
	color:#e2a200;
}
a:hover,
a:active {
	color:#C60;
	text-decoration:underline;
}
.colmask ul,
#tinymce ul,
.colmask ol,
#tinymce ol {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
	margin:0;
}
.colmask ul li,
#tinymce ul li {
	text-align:left;
	margin-left:16px;
	margin-left:1.6rem;
	padding:0 0 0 6px;
	padding:0 0 0 0.6rem;
}
.colmask ol li,
#tinymce ol li {
	text-align:left;
	margin-left:22px;
	margin-left:2.2rem;
	padding:0;
}
dt {
	text-align:left;
	margin:0;
	padding:0;
}
dd {
	text-align:left;
	padding:0 0 16px 22px;
	padding:0 0 1.6rem 2.2rem;
	margin:0;
}


/* --------------- Table Styles ---------------- */
table {
	border:0;
	border-spacing:0;
	margin:10px 0;
	margin:1rem 0;
	width:100%;
}
table tr th {
	background:#757575;
	background:rgba(0, 0, 0, 0.51);
	border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
	color:#FFF;
	font-weight:bold;
}
table tbody tr th {
	vertical-align:top;
}
tr td,
tr th {
	padding:4px 9px;
	padding:0.4rem 0.9rem;
	border:1px solid #fff;
	text-align:left; 
}
tr.odd {
	background:#e4e4e4;
	background:rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
	background:#efefef;
	background:rgba(0, 0, 0, 0.063);
}
table ul.links {
	margin:0;
	padding:0;
}
table ul.links li {
	padding:0 16px 0 0;
	padding:0 1.6rem 0 0;
}


/* --------------- Highlighted ---------------- */
#highlighted {
}


/* --------------- Breadcrumbs ---------------- */
#breadcrumb,
#breadcrumb div {
	font-size:11px;
	font-size:1.1rem;
	padding-bottom:10px;
	padding-bottom:1rem;
	margin:0;
}
#breadcrumb div {
	display:inline;
}


/* --------------- System Tabs  --------------- */
ul.tabs {
	margin:10px 0;
	margin:1rem 0;
}
.tabs ul.primary {
	border-bottom:2px solid #ccc; /* border colour below tabs - same as below */
	padding:0 15px; /* padding left of tab block */
	padding:0 1.5rem; /* padding left of tab block */
	height:26px;
	height:2.6rem;
}
.tabs ul.primary li {
	margin:0 10px 0 0; /* gap between tabs */
	margin:0 1rem 0 0; /* gap between tabs */
	display:block;
	float:left; 
	vertical-align: bottom;
}
.tabs ul.primary li a,
.tabs ul.primary li a:hover {
	background: url(../images/grey-button.png) top repeat-x #4C565C; /* background of button - same as navigation */
	border-color:#4C565C; /* border colour around tabs - same as left & right on navigation */
	border-bottom:2px solid #ccc; /* border colour below tabs - same as above */ 
	color:#fff;/* font colour of text on tabs */
	padding:0 15px 3px; /* padding left and right on each tab */
	padding:0 1.5rem 0.3rem; /* padding left and right on each tab */
	font-weight:bold; /* tab font weight */
	height:22px;
	height:2.2rem;
	line-height:24px;
	line-height:2.4rem;
	display:block;
	float:left;
	margin:0;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.tabs ul.primary li a:hover {
	background:#4c565c; /* background of button - same as navigation hover */
}
.tabs ul.primary li.active a,
.tabs ul.primary li.active a:hover {
	background: url(../images/yellow-button.png) top repeat-x #f4c300; /* background of button - same as navigation */
	border-color:#e2A200; /* border colour around tabs - same as left & right on navigation */
	border-bottom:2px solid #f4c300; /* border colour below tabs - same as above */ 
	height:24px;
	height:2.4rem;
	border-bottom: 0;
	color:#4c565c;
}
.tabs ul.secondary {
	border-bottom:none;
	padding:6px 0;
	padding:0.6rem 0;
}
.tabs ul.secondary li {
	display:block;
	float:left;
}
.tabs ul.secondary li:last-child {
	border-right:none;
}
.tabs ul.secondary li:first-child {
	padding-left:0;
}
.tabs ul.secondary li a {
	padding:3px 6px;
	padding:0.3rem 0.6rem;
}
.tabs ul.secondary li a.active {
	background:#efefef;
	border-bottom:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
ul.action-links {
	list-style:none;
	margin:5px;
	margin:0.5rem;
	padding:6px 12px;
	padding:0.6rem 1.2rem;
}
ul.action-links li {
	display:inline-block;
	margin-left:10px;
	margin-left:1rem;
}
ul.action-links li a {
	padding-left:15px;
	padding-left:1.5rem;
	background:url(../images/add.png) no-repeat left center;
	margin:0 10px 0 0;
	margin:0 1rem 0 0;
}


/* ---------------- Messages  ----------------- */

#messages {
	padding:1px 2% 15px 2%;
	padding:0.1rem 2% 1.5rem 2%;
	margin:0 auto;
}
.featured #messages {
	background:#efefef;
	background:rgba(30, 50, 10, 0.08);
}
div.messages {
	margin:10px 0 0 0;
	margin:1rem 0 0 0;
}


/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
	width:540px;
	width:54rem;
}
.password-parent,
div.form-item div.password-suggestions {
	position:relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
	font-size:13px;
	font-size:1.3rem;
}
.password-strength-text {
	margin-top:3px;
	margin-top:0.3rem;
}
div.password-confirm {
	margin-top:35px;
	margin-top:3.5rem;
	width:330px;
	width:33rem;
}


/* -------------- Form Elements   ------------- */
fieldset {
	background:#fff;
	border:1px solid #ccc;
	margin-top:10px;
	margin-top:1rem;
	margin-bottom:32px;
	margin-bottom:3.2rem;
	padding:0 0 10px;
	padding:0 0 1rem;
	position:relative;
	top:12px; /* Offsets the negative margin of legends */
	top:1.2rem; /* Offsets the negative margin of legends */
}
fieldset .fieldset-wrapper {
	margin:0;
	padding:15px 2% 20px 2%;
	padding:1.5rem 2% 2rem 2%;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top:0;
}
.filter-help a {
	font-size:13px;
	font-size:1.3rem;
	padding:2px 20px 0;
	padding:0.2rem 2rem 0;
}
.filter-wrapper {
	top:0;
	padding:16px 0 3px;
	padding:1.6rem 0 0.3rem;
	-khtml-border-radius-topright:0;
	-khtml-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.filter-wrapper .form-item label {
	margin-right:10px;
	margin-right:1rem;
}
.filter-wrapper .form-item {
	padding:0 0 8px 8px;
	padding:0 0 0.8rem 0.8rem;
}
.filter-guidelines {
	padding:0 24px 0 8px;
	padding:0 2.4rem 0 0.8rem;
}
fieldset.collapsed {
	background:transparent;
	-khtml-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
fieldset legend {
	background:#e4e4e4;
	border:1px solid #ccc;
	border-bottom:none;
	color:#333;
	display:block;
	left:-1px;
	line-height:2;
	padding:0;
	position:absolute;
	text-indent:10px;
	text-indent:1rem;
	top:-12px;
	top:-1.2rem;
	width:100%;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
fieldset.collapsed legend {
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
fieldset legend a {
	color:#333;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color:#000000;
}
fieldset .fieldset-wrapper {
	padding:2rem 2% 0 2%;
}
fieldset .fieldset-description {
	margin-top:5px;
	margin-top:0.5rem;
	margin-bottom:16px;
	margin-bottom:1.6rem;
	color:#333;
	font-style:italic;
}
fieldset .fieldset-legend span.summary {
	margin:0;
}
input {
	margin:2px 0;
	margin:0.2rem 0;
	padding:4px 1%;
	padding:0.4rem 1%;
}
input,
textarea {
}
textarea {
}
textarea.form-textarea,
select.form-select {
	padding:4px 0.5%;
	padding:0.4rem 0.5%;
}
input.form-text,
textarea.form-textarea,
select.form-select,
.resizable-textarea .grippie {
	border:1px solid #ccc;
	padding:4px 2%;
	padding:0.4rem 2%;
	width:100%;
}
.resizable-textarea .grippie {
	border-top:none;
}
input.form-submit,
a.button { /* Form Buttoms */
	background: url(../images/yellow-button.png) top repeat-x #f4c300; /* background of button - same as navigation */
	border-color:#f4c300 #e2A200 #e2A200 #f4c300; /* border colour around tabs - same as left & right on navigation */
	border-style:solid;
	border-width:1px;
	color:#4c565c;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
	margin-bottom:1.2rem;
	margin-right:15px; /* LTR */
	margin-right:1.5rem; /* LTR */
	padding:4px 17px;
	padding:0.4rem 1.7rem;
	font-size:15px;
	font-size:1.5rem;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.col2 input.form-submit,
.col2 a.button, 
.view-home-page-promotion .views-row a.button,
.treatments a.button { /* Form Buttoms */
	background: url(../images/grey-button.png) top repeat-x #4C565C; /* background of button - same as navigation */
	border-color:#4C565C; /* border colour around tabs - same as left & right on navigation */
	border-style:solid;
	border-width:1px;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	text-align:center;
	margin-top:12px;
	margin-top:1.2rem;
	margin-bottom:12px;
	margin-bottom:1.2rem;
	margin-right:15px; /* LTR */
	margin-right:1.5rem; /* LTR */
	padding:4px 17px;
	padding:0.4rem 1.7rem;
	font-size:15px;
	font-size:1.5rem;
}
.front .treatments a.button {
	margin-bottom:0;
}
a.button {
	display:inline-block;
	text-decoration:none;
}
input.form-submit:hover,
input.form-submit:focus,
a.button:hover,
a.button:focus { /* Form Buttoms - hover */
	background:#e2A200; /* background of button - same as navigation hover */
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
}
.col2 input.form-submit:hover,
.col2 input.form-submit:focus,
.col2 a.button:hover,
.col2 a.button:focus,
.view-home-page-promotion .views-row a.button:hover,
.view-home-page-promotion .views-row a.button:focus,
.treatments a.button:hover,
.treatments a.button:focus { /* Form Buttoms - hover */
	background:#4c565c; /* background of button - same as navigation hover */
}
.password-suggestions ul li {
	margin-left:18px;
	margin-left:1.8rem;
}
.form-item {
	margin-bottom:16px;
	margin-bottom:1.6rem;
	margin-top:2px;
	margin-top:0.2rem;
}
.form-item label {
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left:4px;
	margin-left:0.4rem;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left:2px;
	margin-left:0.2rem;
}
.form-actions {
	padding-top:10px;
	padding-top:1rem;
}


/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background:#efefef;
	border-color:#999;
	color:#666;
}
.form-disabled .grippie {
	background-color:#efefef;
	border-color:#999;
}
.form-disabled label {
	color:#666;
}


/* Animated throbber */
html.js input.form-autocomplete {
	background-position:100% 4px; /* LTR */
}
html.js input.throbbing {
	background-position:100% -16px; /* LTR */
}


/* Comment form */
.comment-form label {
	float:left; /* LTR */
	font-size:15px;
	font-size:1.5rem;
	width:120px;
	width:12rem;
}
.comment-form input,
.comment-form .form-select {
	margin:0;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.comment-form .form-type-textarea label {
	float:none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
	margin-bottom:10px;
	margin-bottom:1rem;
	overflow:hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
	margin-left:120px; /* LTR */
	margin-left:12rem; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
	float:none;
	margin-top:0;
}
.comment-form input.form-file {
	width:auto;
}
.no-sidebars .comment-form .form-text {
	width:800px;
	width:80rem;
}
.one-sidebar .comment-form .form-text {
	width:500px;
	width:50rem;
}
.two-sidebars .comment-form .form-text {
	width:320px;
	width:32rem;
}
.comment-form .form-item .description {
	margin-left:120px; /* LTR */
	margin-left:12rem; /* LTR */
}
#content h2.comment-form {
	margin-bottom:8px;
	margin-bottom:0.8rem;
}
.comment-form .form-textarea {
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
	margin-top:0;
	margin-bottom:0;
}
.filter-wrapper label {
	width:auto;
	float:none;
}
.filter-wrapper .form-select {
	min-width:120px;
	min-width:12rem;
}
.comment-form fieldset.filter-wrapper .tips {
}
#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom:6px;
	margin-bottom:0.6rem;
}
#edit-actions input {
	margin-right:9px;
	margin-right:0.9rem;
}


/* -------------- Other Overrides ------------- */
div.password-suggestions {
	border:none;
}
.ui-widget-overlay {
	background:#333;
	opacity:0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding:0 16px;
	padding:0 1.6rem;
	margin:0 0 15px 0 !important;
	margin:0 0 1.5rem 0 !important;
}
#forum .name {
	font-size:17px;
	font-size:1.7rem;
}
#forum .description {
	font-size:16px;
	font-size:1.6rem;
}


/* --------------- Search Form ---------------- */
#block-search-form {
	width:100%;
}
#block-search-form .content {
	margin-top:0;
}
#search-form input,
#search-block-form input {
	float:left; /* LTR */
	margin:0;
	width:75%; /* make 71% for IE7 ONLY i.e. *width:71%  */
	border:none;
	padding:0 2%;
	height:30px;
	height:3rem;
	line-height:30px;
	line-height:3rem;

	}
#search-form .form-submit,
#search-block-form .form-submit { /*Search Button */
	background:url(../images/search-icon.png) no-repeat center center Blue; /* background of button - same as navigation with Search icon on top */
	border:none;
	height:30px;
	height:3rem;
	width:25%;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:-9999px;
	text-transform:capitalize; /* This forces IE7 to accept the negative text-indent */
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#search-form .form-submit:hover,
#search-form .form-submit:focus,
#search-block-form .form-submit:hover,
#search-block-form .form-submit:focus { /*Search Button - hover */
	background:url(../images/search-icon.png) no-repeat center center DarkBlue ;
}
#search-form label,
#search-block-form label {
	color:White;
	display:block;
}
#search-form {
	background:green;
	padding:18px 2% 15px 2%;
	padding:1.8rem 2% 1.5rem 2%;
}
#search-form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#search-form .search-advanced { /*Background of Search Advanced */
	clear:both;
	background:#fff;
	width:100%;
	border:none;
	margin-bottom:10px;
	margin-bottom:1rem;
	padding:0;
}
#search-form .collapsed {
	background:none;
}
#search-form .search-advanced legend {
	position:relative;
}
#search-form .search-advanced .criterion,
#search-form .search-advanced .action {
	width:100%;
	margin:0;
}
#search-form .search-advanced label {
	color:#333;
	float:left;
	position:relative;
}
#search-form .search-advanced input {
	width:96%;
	border:1px solid #ccc;
	float:none;
}
#search-form .search-advanced input.form-checkbox {
	width:18px;
	width:1.8rem;
	height:18px; 
	height:1.8rem; 
	margin-right:5px;
	margin-right:0.5rem;
	margin-bottom:3px;
	margin-bottom:0.3rem;
	float:left;
	position:relative;
	clear:both;
}
#search-form .search-advanced .form-type-checkboxes:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#search-form .search-advanced input.form-submit {
	width:100%; 
}
#search-form .search-advanced .action {
	float:none;
}
#search-form fieldset legend {
	background:none;
	border: none;
	color:white;
}
#search-form fieldset .fieldset-legend {
	background:none;
	padding:0;
}
#search-form fieldset .fieldset-wrapper {
	padding-top:15px;
	padding-bottom:15px;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
#search-form fieldset .fieldset-legend a {
	background:Blue;
	color:white;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	display:block;
}
#search-form fieldset .fieldset-legend a:hover {
	background:DarkBlue;
}


/* --------------- Search Results ---------------- */
ol.search-results {
	padding-left: 0;
}
.search-results li {
	border-bottom:1px solid #d3d7d9;
	padding-bottom:6px;
	padding-bottom:0.6rem;
	margin-bottom:8px;
	margin-bottom:0.8rem;
}
.search-results li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:16px;
	margin-bottom:1.6rem;
}
.search-results .search-snippet-info {
	padding-left:0;
}


/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {
	margin:35px 0 17px 0; /* Same as usual h1#page-title margin. */
	margin:3.5rem 0 1.7rem 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
	float:left;
	margin:0;
}
div.add-or-remove-shortcuts {
	padding-top:14px;
	padding-top:1.4rem;
}
.overlay div.add-or-remove-shortcuts {
	padding-top:12px;
	padding-top:1.2rem;
}


/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
	margin-right:15px;
	margin-right:1.5rem;
}
.page-admin #content .simpletest-image img {
	margin:0;
}
.page-admin-structure-block-demo .block-region {
	background: #ffff66;
	border: 1px dotted #9f9e00;
	color:#000;
	margin:5px;
	margin:0.5rem;
	padding:5px;
	padding:0.5rem;
	text-align:center;
	text-shadow:none;
}
.page-admin-structure-block-demo #featured .block-region {
	font-size:9px;
	font-size:0.9rem;
}
.page-admin-structure-block-demo #header .block-region {
	width:500px;
	width:50rem;
}
.page-admin #admin-dblog img {
	margin:0 5px;
	margin:0 0.5rem;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
	padding:0;
}
#system-theme-settings fieldset .fieldset-legend {
	margin-top:0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
	width:49%;
	margin:0;
}
div.admin-panel {
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 0;
	margin:1rem 0;
	padding:0 5px 5px;
	padding:0 0.5rem 0.5rem;
}
div.admin-panel h3 {
	margin:16px 7px;
	margin:1.6rem 0.7rem;
}
div.admin-panel dt {
	border-top:1px solid #ccc;
	padding:7px 0 0;
	padding:0.7rem 0 0;
}
div.admin-panel dd {
	margin:0 0 10px;
	margin:0 0 1rem;
}
div.admin-panel .description {
	margin:0 0 14px 7px;
	margin:0 0 1.4rem 0.7rem;
}


/* ---------- Overlay layout styles ----------- */
.overlay #main,
.overlay #content {
	width:auto;
	float:none;
}
.overlay #page {
	padding:0 32px;
	padding:0 3.2rem;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
	display:none;
}
.overlay-processed .field-type-image {
	display:block;
	float:none;
}
.overlay #messages {
	width:auto;
}


/* ---------- Poll ----------- */
.node .poll {
	margin:32px 0;
	margin:3.2rem 0;
}
.node .poll #edit-choice {
	margin:0 0 24px;
	margin:0 0 2.4rem;
}
.poll .vote-form {
	text-align:left;
}
.poll .vote-form .choices {
	margin:0;
}
.poll .percent {
	font-style:italic;
	margin-bottom:48px;
	margin-bottom:4.8rem;
	margin-top:-51px;
	margin-top:-5.1rem;
	float:right;
	text-align:right;
}
.poll .text {
	clear:right;
	margin-right:36px;
	margin-right:3.6rem;
}
.poll .total {
	font-style:italic;
	text-align:right;
	clear:both;
}
.node .poll {
	margin:28px 0 0;
	margin:2.8rem 0 0;
}
.node .poll .text {
	margin-right:108px;
	margin-right:10.8rem;
}
.node .poll #edit-choice {
	margin:0 0 19px;
	margin:0 0 1.9rem;
}
.poll .bar .foreground {
	background-color:#666;
}
#footer-wrapper .poll .bar {
	background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
	background-color: #e4e4e4;
}


/* --------------- Footer Font styles ---------------- */
#footer-top-wrap h4,
#footer-middle-wrap h4,
#footer-bottom-wrap h4 {
	font-size:14px;
	font-size:1.4rem;
	color:#efefef;
	text-align:left;
	padding:20px 0 5px 0;
	padding:2rem 0 0.5rem 0;
}
#footer-top-wrap p,
#footer-middle-wrap p,
#footer-bottom-wrap p {
	font-size:11px;
	font-size:1.1rem;
	color:#fff;
	text-align:left;
	padding:15px 0 !important;
	padding:1.5rem 0 !important;
}
#footer-middle-wrap .footer-middle-right p,
#footer-bottom-wrap .footer-bottom-right p {
}
#footer-top-wrap a,
#footer-middle-wrap a,
#footer-bottom-wrap a {
	color:#fff;
	text-decoration: none;
}
#footer-top-wrap a:hover,
#footer-top-wrap a:active,
#footer-middle-wrap a:hover,
#footer-middle-wrap a:active,
#footer-bottom-wrap a:hover,
#footer-bottom-wrap a:active {
	color:#999;
	text-decoration:underline;
}

/* Special Offers */
.view-display-id-block .views-row,
.view-display-id-block_1 .views-row {
	border-bottom:#fff solid 1px;
}
.view-display-id-block_1 .views-row-last {
	border-bottom:none;
}
.offer-price-wrap, 
.view-treatment-dropdown .offer-text-wrap {
	float:right;
	position:relative;
	background:url(../images/price-dot.png) center center no-repeat;
	width:50%;
	height:200px;
	margin-right:-18px;
}
.view-treatment-dropdown .offer-text-wrap {
	float:left;
	background: none;
	margin-right:0;
	width:100%;
}
.treatments .offer-price-wrap {
	margin-right:0;
	float:none;
}
.node-type-landing-page-offers .offer-price-wrap {
	margin-right:-8px;
	margin-bottom:-18px;
}
.offer-price-wrap:before,
.view-treatment-dropdown .offer-text-wrap:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.offer-price-wrap .centered,
.view-treatment-dropdown .offer-text-wrap .centered {
	display:inline-block;
	vertical-align:middle;
	width:96%;
}
.node-type-landing-page-offers .view-landing-page-special-offers {
	margin-top:-15px;
	margin-top:-1.5rem;
}
.offer-for, 
.offer-price-title, 
.offer-price,
.offer-price-land,
.offer-treatments,
.offer-old-price {
	text-align:center;
}
.offer-for,
.offer-price-title {
	font-size:25px;
	line-height:30px;
	margin-top:-10px;
}
.offer-price-title {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-top:-3px;
}
.offer-price,
.offer-price-land {
	font-size:50px;
	font-weight:bold;
	line-height:60px;
	margin-top:-5px;
	color:#222;
}
.offer-price-land {
	font-size:45px;
	line-height:50px;
}
.offer-treatments {
	font-size:12px;
	line-height:14px;
	margin-top:-3px;
}
.offer-old-price {
	font-size:16px;
	line-height:19px;
	margin-top:-3px;
	text-decoration:line-through;
}
.offer-him-her {
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
}
.offer-course-of {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.offer-title{
	font-size:23px;
	font-weight:bold;
	line-height:28px;
	padding-bottom:5px;
}
.offer-sub-text,
.offer-valid-text,
.views-field-created,
.submitted {
	font-size:12px;
	padding-bottom:5px;
}
.offer-valid-text,
.views-field-created,
.submitted {
	font-style:italic;
	padding-bottom:5px;
}
.node-type-landing-page-offers #webform-component-refer-url {
	display:none;
}
.webform-block-views {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #fff;
}
.webform-block-views input.webform-calendar { /* hide the calendar pop-up as is doesn't work because I'm printing the form in the Views Result */
	display:none;
}

/*   Header Contact ....*/
.contact-header {
}
.contact-header-image {
	display:none;
}
.contact-header p {
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
	width:100%;
	padding-top:10px;
}
.contact-header strong {
	color:#f4c300;
	font-weight:normal;
}

#locationmap_map {
	width:auto !important;
}
.fluid-width-video-wrapper {
	clear:both;
}
.block-locationmap {
	padding-bottom:30px;
	padding-bottom:3rem;
}
.facebook,
.twitter, 
.google {
	display: inline-block;
	position:relative;
	width: 30px;
	height: 30px;
	background: url('../images/facebook.png') top;
	text-indent: -99999px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none; 
	transition: none;
	top:8px;
	top:0.8rem;
}
.twitter {
	background: url('../images/twitter.png') top;
}
.google {
	background: url('../images/google.png') top;
}
.facebook:hover,
.twitter:hover,
.google:hover {
	background-position: bottom;
}
.footer .facebook,
.footer .twitter, 
.footer .google {
	top:-8px;
	top:-0.8rem;
}
/* Special Offers */
.view-display-id-block .views-row-last {
	border-bottom:none;
}

/* Footer Social Media */
.social-media {
	display:block; 
	margin-top:15px;
}

/* Booking Form Date & Tme */
.block-webform .month, 
.block-webform .day,
.block-webform .year,
.block-webform .hour,
.block-webform .minute,
.node-webform .month, 
.node-webform .day,
.node-webform .year,
.node-webform .hour,
.node-webform .minute,
.node-landing-page-webform .month, 
.node-landing-page-webform .day,
.node-landing-page-webform .year,
.node-landing-page-webform .hour,
.node-landing-page-webform .minute {
	width:30%;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.node-landing-page-webform h2 a {
	color:#4c565c;
	text-decoration:none;
}
.node-type-landing-page-offers .col1,
.node-type-landing-page-offers .col2 {
	padding-top:30px;
}
.node-type-landing-page-offers #breadcrumb {
	display:none;
}

/* Home page promotions */
.view-home-page-promotion {
	padding:0 4%;
}
.view-home-page-promotion .views-row h3 {
	padding-top:5px;
	padding-bottom:5px;
	font-weight:normal;
}
.view-home-page-promotion .views-row {
	padding-top:20px;
	padding-bottom:20px;
}
/* Home page treatments */
.treatments h2 {
	color:#4C565C;
}
.treatments .views-exposed-widget {
	float:none;
	padding:0;
}

/* Hide Referral URL in Webform Landing Page */
.webform-component--refer-url {
	display:none;
}


/* Blog Styles */
.view-archive .views-row {
  padding: 30px 0 25px 0;
  padding: 3rem 0 2.5rem 0;
  border-bottom: solid 1px #ccc;
}
.view-archive .views-row-first {
  border-top: solid 1px #ccc;
}
.view-archive .views-field-field-in-line-images {
  float: left;
  position: relative;
  margin-right: 20px;
  margin-right: 2rem;
}
.view-archive .views-field-title h3 {
  padding-bottom: 3px;
  padding-bottom: 0.3rem
}
.view-archive .views-field-body {
  padding-bottom: 16px;
  padding-bottom: 1.6rem
}
.view-archive .views-summary ul, 
.view-blog-tag-list .views-summary ul {
  list-style: none;  
}
.view-archive .views-summary li, 
.view-blog-tag-list .views-summary li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-archive .views-summary li a, 
.view-blog-tag-list .views-summary li a  {
  color: #4c565c;
}
.view-archive .views-summary li a:hover, 
.view-blog-tag-list .views-summary li a:hover,
.view-archive .views-summary li a:focus, 
.view-blog-tag-list .views-summary li a:focus {
  color: #C60;
}
.field-name-field-blog-tags  {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.field-name-field-blog-tags .field-item {
  display: inline;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.field-name-field-blog-tags .field-item:after {
  content: ',';
}
.field-name-field-blog-tags .field-item:last-child:after {
  content: '';
}
.menu-path-node-92 ul,
.menu-path-node-92:hover ul,
.menu-path-node-92 .child-trigger{
  display: none !important; /*hide sub menu items of Blog */
}


/* Sidebar Wrap */
.sidebar-wrap {
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-color: #FCE47A #e2A200 #e2A200 #FCE47A;
  background: #F9D83B;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.sidebar-wrap h2 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 4px;
  padding-bottom: 0.4rem;
}
.sidebar-wrap .form-item {
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  clear: both;
}
.sidebar-wrap .webform-component--name label,
.sidebar-wrap .webform-component--email label,
.sidebar-wrap .webform-component--phone label {
  float: left;
  position: relative;
  padding-top: 6px;
  padding-top: 0.6rem;
  width: 25%;
}
.sidebar-wrap .webform-component--name input,
.sidebar-wrap .webform-component--email input,
.sidebar-wrap .webform-component--phone input {
  float: right;
  position: relative;
  width: 74%;
}
.sidebar-wrap .form-actions {
  margin: 0;
  padding: 0;
}
.sidebar-wrap .form-actions input {
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

/*phorest.me iframe*/
.phorest {
position: relative;
height: 800px;
overflow: hidden;
}
.phorest iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* --------------- Responsive Adjustments ---------------- */
/* Note, the CSS outside these Media Queries is used for all devices incl. mobiles */

@media only screen and (min-width: 320px) {
	/* Mobile & Small screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (min-resolution: 192dpi) and (min-width: 320px),
only screen and (min-resolution: 2dppx) and (min-width: 320px) { 
	/* Mobile & Small screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 700px) {
	/* Tablet & Medium screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	#breadcrumb,
	#breadcrumb div {
	}
	#breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 4px 1.5%;
		padding: 0.4rem 1.5%;
		width:100%;
	}
	.resizable-textarea .grippie {
		padding: 0 1.5%;
		padding: 0 1.5%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
	}
	#block-search-form .content {
	}
	#search-form input,
	#search-block-form input {
		width: 75%; /* make 72% for IE7 ONLY i.e. *width:72%  */
		padding: 0 1.5%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:50%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-middle-wrap .footer-middle-right p,
	#footer-bottom-wrap .footer-bottom-right p,
	#footer-middle-wrap .footer-middle-right h2,
	#footer-bottom-wrap .footer-bottom-right h2,
	#footer-middle-wrap .footer-middle-right h3,
	#footer-bottom-wrap .footer-bottom-right h3,
	#footer-middle-wrap .footer-middle-right h4,
	#footer-bottom-wrap .footer-bottom-right h4,
	#footer-middle-wrap .footer-middle-right h5,
	#footer-bottom-wrap .footer-bottom-right h5,
	#footer-middle-wrap .footer-middle-right h6,
	#footer-bottom-wrap .footer-bottom-right h6 {
		text-align:right;
	}
	#footer-top-wrap h4,
	#footer-middle-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-top-wrap p,
	#footer-middle-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-middle-wrap .footer-middle-right p,
	#footer-bottom-wrap .footer-bottom-right p {
	}
	#footer-top-wrap a,
	#footer-middle-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}
	
	/*   Header Contact ....*/
	.contact-header-image {
		position:absolute;
		left:52%;
		top:-15px;
		display:block;
		width:auto;
	}
	.contact-header-image img {
		width:70%;
	}
	.contact-header {
		float: left;
		position: relative;
		top: -6px;
	}
	.contact-header p {
    font-size:20px;
	  font-size:2rem;
		text-align:left;
		width:auto;
		padding-top:0;
	}
	/* Special Offers */
	.node-type-landing-page-offers .view-display-id-block .views-row-even,
	.node-type-landing-page-offers .view-display-id-block .views-row-odd {
		border-bottom:#fff solid 1px;
		float:left;
		position:relative;
		width:46%;
	}
	.node-type-landing-page-offers .view-display-id-block .views-row-even {
		float:right;
	}
	.view-display-id-block .views-row-last,
	.view-display-id-block_1 .views-row-last {
	}
	.front .view-display-id-block .views-row-even,
	.front .view-display-id-block .views-row-odd {
		border-bottom:none;
	}
	/* Home page promotions */
	.view-home-page-promotion {
		padding:0 2%;
	}
	.view-home-page-promotion h3 {
		font-size:16px;
		font-size:1.6rem;
	}
	.view-home-page-promotion .views-row {
		float:left;
		position:relative;
		width:47%;
		margin-right:6%;
		padding-top:10px;
		padding-bottom:20px;
		border:none;
	}
	.view-home-page-promotion .views-row-2,
	.view-home-page-promotion .views-row-last {
		margin-right:0;
	}

	
	/* Home page treatments */
	.view-treatment-dropdown .offer-text-wrap {
		width:69%;
	}
	.treatments .offer-price-wrap {
		width:30%;
		float:right;
	}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 700px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (min-resolution: 192dpi) and (min-width: 700px),
only screen and (min-resolution: 2dppx) and (min-width: 700px) { 
	/* Tablet & Medium screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 1024px) {
	/* Desktop & Large screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
		font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (for desktop computers) */
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	#breadcrumb,
	#breadcrumb div {
	}
	#breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 4px 1%;
		padding: 0.4rem 1%;
		width:100%; /* Make this 97.5% for IE 7 ONLY i.e. *width:97.5% */
	}
	.resizable-textarea .grippie {
		padding: 0 1%;
		padding: 0 1%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
		position:relative;
		float:right;
		top:-96px;
		top:-9.6rem;
		width:25%;
		height:0;
	}
	#block-search-form .content {
		margin-top: 0;
	}
	#search-form input,
	#search-block-form input {
		height:25px;
		height:2.5rem;
		line-height:25px;
		line-height:2.5rem;
		width: 75%; /* make 73% for IE7 ONLY i.e. *width:73%  */
		padding: 0 1%;
	}
	#search-block-form input {
		width: 75%; /* make 71% for IE7 ONLY i.e. *width:71%  */
		padding: 0 2%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		height: 25px;
		height: 2.5rem;
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:33%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-top-wrap h4,
	#footer-middle-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-top-wrap p,
	#footer-middle-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-top-wrap a,
	#footer-middle-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}
	
	/* Special Offers */
	.node-type-landing-page-offers .view-display-id-block .views-row-even,
	.node-type-landing-page-offers .view-display-id-block .views-row-odd {
		float:none;
		position:relative;
		width:auto;
	}
	.node-type-landing-page-offers .view-display-id-block .views-row-last {
		border-bottom:none;
	}
	/* Footer Social Media */
	.social-media {
		display:inline; 
		margin-top:0;
	}
	
	/* Home page promotions */
	.view-home-page-promotion {
		padding:0%;
	}
	.view-home-page-promotion h3 {
		font-size:20px;
		font-size:2rem;
	}
	.view-home-page-promotion .views-row {
		float:left;
		position:relative;
		width:22%;
		margin-right:4%;
		padding-top:30px;
		padding-bottom:30px;
		border:none;
	}
	.view-home-page-promotion .views-row-last {
		margin-right:0;
	}
	
	/*   Header Contact ....*/
	.contact-header-image img {
		width:100%;
	}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px),
only screen and (min-resolution: 192dpi) and (min-width: 1024px),
only screen and (min-resolution: 2dppx) and (min-width: 1024px) { 
	/* Desktop & Large screen, retina, stuff to override above media query */

}
