/* Main colours: light bluey-grey 7da2b1, dark bluey-gray 4a646d, deep red 965969 links-color: #4a646d; BG-COLOR f3fafe menu background effafe */

/* 
Deep blue (foot and main heading) #11235E  (made all h1,h2,h3 this and what was #7da2b1)
Deep turquoise #00AAD2
Deep red #8B1757	was #965969

Grey writing #5D5E63 made 

Light red #D37BA8
Light turquoise #7FD4DC
Combined colours (purple) #636492
 */

/* -------- Main defaults -------- */

body {
	background-color: white;
	color: #666666;
	font: normal 14px Verdana, sans-serif;
}

/* -------- Figure border -------- */

figure {
	border: 1px #e8e8e8 solid;
}

#logindetails {
	padding: 5px 5px 5px 0;
	float: right;
	color: white;
}

#logindetails a {
	color: white;
}

/* -------- Area for all content -------- */

div.global {
	border-radius: 30px;
	background-color: white;
	width: 90%;
}

#menucontainer, #submenucontainer, #bannercontainer, #footercontainer, #sectioncontainer {
	width: 96%;
	margin: 0 auto;
}

div#searchSite {
	right: 5px;
	top: 10px;
}

div.swapper {
	overflow: hidden;
	text-align: center;
}

figure.swapper {
	width: 824px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

figure.swapper img {
	display: inline;
	padding: 0 3px;
}

aside figure.swapper {
	width: 246px;
}

section.greeting figure.swapper {
	width: 618px;
}

.greeting h1 {
	display: none;
}

section.generic22 div.swapper {
	text-align: left;
}

section.generic34 li {
	list-style-type: none;
	line-height: 175%;
	pading-left: 20px;
}

section.generic34 #sidebar {
	min-height: initial;	
}

section.generic36 ol.letters li {
	list-style-type: lower-alpha;
}

div.clinic-images {
	float: right;
	width: 320px;
}

/* -------- Menu stuff -------- */

#menucontainer {
	background-color: #effafe;
	border-bottom: 1px solid #11235E;
}

#submenucontainer {
	background-color: white;
}

nav#submenucontainer.private {
	background-color: #999999;
}

.activeMenu, .inactiveMenu {
	font-size: 120%;
}

.inactiveMenu a, .inactiveMenu a:link, .inactiveMenu a:visited {
	color: #11235E;
	background-color: #effafe;
	border-top: 3px solid #effafe;
	border-bottom: 3px solid #effafe;
}

.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a {
	color: #4a646d;
	background-color: #effafe;
	border-bottom: 3px solid #4a646d;
}

.inactiveMenu a:hover {
	color: #8B1757;
	background-color: #effafe;
	border-bottom: 3px solid #8B1757;
}

#subMenuitems div.activeMenu a, #subMenuitems div.inactiveMenu a:hover {
	color: #4a646d;
	background-color: white;
	font-size: 85%;
	border-top: 3px solid white;
	border-bottom: 3px solid #4a646d;
}

#subMenuitems div.inactiveMenu a {
	color: #11235E;
	background-color: white;
	font-size: 85%;
}

#subMenuitems .inactiveMenu a, #subMenuitems .inactiveMenu a:link, #subMenuitems .inactiveMenu a:visited {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

.activeMenu a.private, .activeMenu a.private:link, .activeMenu a.private:visited, .inactiveMenu a.private:hover {
	color: white;
	background-color: #999999;
}

.activeOptionsMenu, .inactiveOptionsMenu  {
	font-size: 100%;
}

.inactiveOptionsMenu a, .inactiveOptionsMenu a:link, .inactiveOptionsMenu a:visited {
	color: gray;
	border: 1px solid gray;
	background-color: white;
}

.activeOptionsMenu a, .activeOptionsMenu a:link, .activeOptionsMenu a:visited, .inactiveOptionsMenu a, .inactiveOptionsMenu a:hover {
	color: white;
	border: 1px solid gray;
	background-color: gray;
}

#subMenuitems div.activeMenu a.private, #subMenuitems div.inactiveMenu a.private:hover {
	background-color: gray;
	border-top: 3px solid gray;
	border-bottom: 3px solid gray;
	color: white;
}

#subMenuitems div.inactiveMenu a.private {
	background-color: #999999;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	color: white;
}

.activeMenu a, .inactiveMenu a {
	padding: 4px 18px;
}

#generic5 div#subMenuitems .activeMenu a, #generic5 div#subMenuitems .inactiveMenu a,
#generic6 div#subMenuitems .activeMenu a, #generic6 div#subMenuitems .inactiveMenu a,
#generic7 div#subMenuitems .activeMenu a, #generic7 div#subMenuitems .inactiveMenu a,
#generic8 div#subMenuitems .activeMenu a, #generic8 div#subMenuitems .inactiveMenu a,
#generic9 div#subMenuitems .activeMenu a, #generic9 div#subMenuitems .inactiveMenu a,
#generic10 div#subMenuitems .activeMenu a, #generic10 div#subMenuitems .inactiveMenu a,
#generic11 div#subMenuitems .activeMenu a, #generic11 div#subMenuitems .inactiveMenu a,
#generic12 div#subMenuitems .activeMenu a, #generic12 div#subMenuitems .inactiveMenu a,
#generic13 div#subMenuitems .activeMenu a, #generic13 div#subMenuitems .inactiveMenu a,
#generic14 div#subMenuitems .activeMenu a, #generic14 div#subMenuitems .inactiveMenu a,
#generic15 div#subMenuitems .activeMenu a, #generic15 div#subMenuitems .inactiveMenu a,
#generic16 div#subMenuitems .activeMenu a, #generic16 div#subMenuitems .inactiveMenu a,
#generic17 div#subMenuitems .activeMenu a, #generic17 div#subMenuitems .inactiveMenu a {
	padding: 4px 8px;
}

/* -------- General links -------- */

a {
	color: #8B1757;
	text-decoration: none;
}

a:hover {
	color: black;
}

/* -------- Commonly used classes for layout -------- */

.subtitle {
	color: #909090;
}

/* -------- Defining common elements -------- */

p {
	line-height: 150%;
}

i {
	color: gray;
}

h1 {
	font-weight: normal;
	color: #11235E;
	font-size: 170%;
}

h1#sectionHeading {
	font-size: 200%;
}

h2 {
	font-weight: normal;
	color: #11235E;
	font-size: 150%;
}

h3 {
	font-weight: normal;
	color: #11235E;
	font-size: 125%;
}

em {
	color: #8B1757; 
}

/* -------- Main sidebar formatting -------- */

#sidebar {
	border-left: 1px #e8e8e8 solid;
	line-height: 140%;
}

#sidebar h2 {
	line-height: 125%;
    text-align: center;
}

/* -------- Classes used with divs for screen layout -------- */

.ad {
	border: 1px silver solid;
	padding: 10px;
	width: 635px;
}

.form {
	border: 1px solid gray;
	background-color: #fffffa;
}

.support .form {
	margin: 0 auto;
}

.social {
	float: right;
	padding: 2px 5px;
}

/* -------- Highlight news and main newsitem module -------- */

.newsDate {
	font-style: italic;
}

.newsTitle {
	font-weight: heavy;
}

.newsContent {
	font-size: 100%;
}

.item {
	border-bottom: 1px #e8e8e8 solid;
}

.newsitems p {
	line-height: 150%;
}

/* -------- Used at top of listings -------- */

.headerRecord, .headerRecord a {
	font-weight: bold;
	color: gray;
}

/* -------- Greeting page formatting -------- */

.welcomeText, .welcomeText p {
	font-size: 112%;
	line-height: 150%;
}

.welcomeText h2 {
	font-size: 180%;
	color: #4a646d;
}

.welcomeText b {
	font-size: 120%;
}

p.booking {
	font-size: 250%;
	color: #4a646d;
	font-weight: normal;
	text-decoration: none;
	padding-left: 170px; 
	line-height: 100%;
}

.greeting1 p {
	font-size: 125%;
}

.greeting1 li {
	font-size: 110%;
}

#greeting1 h1.statement {
	color: #4a646d;
	margin: 30px 80px;
	text-align: center;
	display: block;
    font-size: 200%;
    line-height: 125%;
}

#greeting1 div.home-message p {
    font-size: 100%;
    line-height: 120%;
	text-align: center;
}

p.button {
	background-color: #effafe;
	width: 250px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}

div.home-message {
	margin: 60px 40px 40px;
}

div.all-images {
	margin-top: 30px;
}

div.all-images, div.all-feet {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

div.all-feet img {
	width: 80%;
}

div.home-section {
	text-align: center;
	overflow: hidden;
	display: inline-block;
	margin: 1%;
	width: 45%;
	min-height: 450px;
}

div.home-image {
	position: relative;
}

div.home-image img {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div.home-text {
	position: absolute;
	z-index: 1;
	top: 180px;
	width: 100%;
}

div.home-text p {
	background-color: rgba(125, 162, 177, 0.35);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0 auto;
	padding: 0;
	font-size: 150%;
	color: white;
	line-height: 175%;
}

div.home-text a {
	color: white;
}

div.home-text a:hover {
	color: #8B1757;
}

div.home-section li {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
}

div.home-section li ul li {
	font-size: 90%;
	line-height: 90%;
}

/* -------- Image layout -------- */

img.left {
	float: left;
	padding: 5px 5px 5px 0;
}

img.sidebar {
	padding: 5px 0;
}

img.right {
	float: right;
	padding: 5px 0 5px 10px;
}

.generic47 img.center, .generic19 img.center {
	display: block;
	margin: 5px auto;
}

/* -------- Banner layout -------- */

div.contact-details p {
	font-size: 140%;
	padding-top: 5px;
}

/* -------- Services section -------- */

div.services_left {
	float: left;
	padding: 0;
	width: 50%;
}

div.services_right {
	float: right;
	padding: 25px 0 0 20px;
	width: 45%;
}

div.services_right img {
	padding-top: 20px;
}

table.price, table.symptoms {
	border: 1px solid #11235E;
}

table.price th, table.symptoms th {
	padding: 5px;
	background-color: #ddebf6;
	border-collapse: collaspe;
}

table.price th.space {
	width: 340px;
}

table.price th.space2 {
	width: 60px;
}

table.price td, table.symptoms td {
	padding: 5px;
	border-collapse: collaspe;
}

table.price td.border {
	border-top: 1px solid #11235E;
	text-align: center;
	font-size: 90%;
}

.shade {
	background-color: #e8f5ff;
}

/* -------- Banner styles -------- */

#logo {
	padding: 0 0 10px 10px;
}

span.keeping img {
	margin: 70px 0 0 45px;
}

/* -------- Footer styles -------- */

#footercontainer {
	padding-bottom: 10px;
	height: 120px;
}

.footerContent {
	margin-top: 20px; 
	border-top: 1px #11235E solid;
}

div.foot_left, div.foot_right {
	padding-top: 10px; 
}

div.foot_left {
	font-size: 1.0em;
	text-align: left;
	float: left;
}

.foot_small {
	font-size: 0.9em;
}

div.foot_right img {
	padding-top: 10px; 
	float: right;
	vertical-align: middle;
}

/* -------- Bullet lists styles -------- */

ul {
	margin: 5px 0 0 20px;
	padding-left: 5px;
}

li {
	color: #4a646d;
	margin: 0 auto;
	padding: 2px 0 2px 5px;
	list-style-type: square;
}

ul.sub {
	margin: 1px 0 0 10px;
}

li.sub {
	margin: 0 0 0 5px;
	padding: 0 0 2px 5px;
	list-style-type: circle;
}

/* -------- Disclaimer -------- */

div.disclaimer p {
	font-style: italic;
	color: #8B1757;	
	text-align: center;
	padding: 5px 0;
}

/* -------- Billboard poster -------- */

.billboard {
	margin: 25px auto;
}

.poster {
	border: 0;
}

/* -------- Temporary for Advice -------- */

div.feet_conditions a {
	font-size: 1.1em;
}

div.feet_conditions_details {
	display: none;
	padding: 0;
}

/* -------- Social network icons at top -------- */

#twitterLink, #rssLink, #facebookLink, #linkedinLink {
	top: auto;
}

/* -------- Resources for Affiliations and Links -------- */

section.resources2 div#optionsMenuitems {
	display: none;
}

section.resources2 div#optionsMenuitems div:nth-child(2) {
	display: none;
}

section.resources1 div#optionsMenuitems div:nth-child(2) {
	display: none;
}

section.resources2 div#optionsMenuitems div:nth-child(4) {
	display: none;
}

section.resources1 div#optionsMenuitems div:nth-child(4) {
	display: none;
}

section.resources2 div#optionsMenuitems div:nth-child(5) {
	display: none;
}

section.resources1 div#optionsMenuitems div:nth-child(5) {
	display: none;
}

section.resources2 div#resourcesOptions.startpod {
	visibility: hidden;
	height: 0;
}

section.resources1 div#resourcesOptions.startpod {
	visibility: hidden;
	height: 0;
}

section.resources2 p.center, section.resources2 p.right, section.resources2 div#resourcelist div.lineItem p i {
	display: none;
	visibility: hidden;
	height: 0;
}

section.resources1 p.center, section.resources1 p.right, section.resources1 div#resourcelist div.lineItem p i {
	display: none;
	visibility: hidden;
	height: 0;
}

section.resources2 div.resourceSummary, div.resourcesReference {
	width: 48%;
	margin: 5px;
	padding: 0;
	border: 1px #cccccc solid;
	border-radius: 10px;
	overflow: auto;
	background-color: white;
}

section.resources1 div.resourceSummary, div.resourcesReference {
	width: 48%;
	margin: 5px;
	padding: 0;
	border: 1px #cccccc solid;
	border-radius: 10px;
	overflow: auto;
	background-color: white;
}

section.resources2 div.resourceSummary:nth-child(odd), div.resourcesReference:nth-child(odd) {
	float: left;
	clear: left;
}

section.resources1 div.resourceSummary:nth-child(odd), div.resourcesReference:nth-child(odd) {
	float: left;
	clear: left;
}

section.resources2 div.resourceSummary:nth-child(even), div.resourcesReference:nth-child(even) {
	float: right;
	clear: right;
}

section.resources1 div.resourceSummary:nth-child(even), div.resourcesReference:nth-child(even) {
	float: right;
	clear: right;
}

section.resources2 div.firstLineItem img {
	padding: 5px 5px 5px 10px;	
}

section.resources1 div.firstLineItem img {
	padding: 5px 5px 5px 10px;	
}

section.resources1 div.lineItem {
	width: 250px;
}

section.resources2 div.lineItem {
	width: 250px;
}

/* -------- Stuff for Paypal form -------- */

input.paypalButton {
	width: auto;
}

/* -------- Buttons -------- */

.generic47 a.button, .generic19 a.button {
	padding: 10px 30px;
	color: white;
	border: 1px solid #4a646d;
	background-color: #4a646d;
	border-radius: 5px;
	margin: 20px auto 10px;
	display: inline-block;
}

.generic47 a.button:hover, .generic19 a.button:hover {
	background-color: #11235E;
	color: white;
	border: 1px solid #11235E;	
}

/* -------- Reflexology images -------- */

img.reflexology {
	float: left;
	width: 30%;
	margin: 15px;
}

/* -------- Gift vouchers images -------- */

div.vouchers img {
	width: 50%;
	border-radius: 10px;
}

/* -------- Different devices -------- */

/* ---- Smartphones (portrait and landscape, min-width: 0px and max-width: 480px) ---- */

@media only screen and (min-width: 0px) and (max-width: 480px) {

	body {font: normal 11px Verdana, sans-serif; background-color: white;}
	#logo {float: none; width: 90%; margin: 0 auto; display: block; padding: 0;}
	div.contact-details p {font-size: 100%; text-align: center;}
	#twitterLink, img.social {display: none;}
	span.keeping img {margin: 0 auto; display: block; width: 80%;}
	.welcomeText h2 {font-size: 200%; line-height: 110%;}
	section.resources1 div.resourceSummary, 
	div.resourcesReference, 
	section.resources2 div.resourceSummary, 
	div.resourcesReference {width: 96%; margin: 5px auto;}
	section.resources1 div.resourceSummary:nth-child(even), 
	div.resourcesReference:nth-child(even), 
	section.resources2 div.resourceSummary:nth-child(even), 
	div.resourcesReference:nth-child(even),
	section.resources1 div.resourceSummary:nth-child(odd), 
	div.resourcesReference:nth-child(odd), 
	section.resources2 div.resourceSummary:nth-child(odd), 
	div.resourcesReference:nth-child(odd) {float: none;}

	div.foot_left, div.foot_right {text-align: center;}
	div.foot_right img {float: none; margin: 5px auto; border: 0;}
	.activeMenu a, .inactiveMenu a {padding: 2px 14px;}
	.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a, .inactiveMenu a:hover {font-size: 110%;}
	#greeting1 h1.statement {margin: 50px;}
	div.home-section {width: 100%; min-height: 260px;}
	#greeting1 h1.statement {margin: 10px;}
	div.home-message {margin: 10px; font-size: 75%;}
	div.home-text {top: 70px;}
	div.home-section ul {margin-left: 10px;}
	div.home-section li {line-height: 120%; padding-left: 0;}
	div.clinic-images {margin: 0 auto; float: none; width: 80%;}
	div.clinic-images img {margin: 10px auto; float: none; width: 80%;}
	#blog2 #sidebar {display: none;}

}

/* -------- Smartphones (portrait and landscape) -------- */

@media only screen and (min-width: 320px) and (max-width: 480px) {

	body {font: normal 11px Verdana, sans-serif; background-color: white;}
	div.global {padding: 0 0 20px 0; border-radius: 0; margin: 0 auto 20px auto;}
	img#logo {width: 80%;}	
	.greeting1 #sidebar, .generic1 #sidebar, .generic2 #sidebar, .generic21 #sidebar {display: none;}
	#sidebar {float: none; margin: 0; max-width: 100%; border: 0;}
	.generic29 #sidebar, .generic31 #sidebar {max-width: 100%;}
	.welcomeText h2 {line-height: 120%;}
	div.services_left {width: 100%;}
	table.price, table.symptoms {width: 99%;}
	.generic21 div.swapper, .generic10 div.swapper {display: none;}
	div.services_right {width: 100%; float: left; margin: 0 auto; padding: 10px;}
	td a img {width: 90%;}
	div.vouchers img {width: 80%; border-radius: 10px;}
	img.reflexology {width: 90%;}
	.resources div.resourceSummary {width: 99%;}
	.resources div.resourceSummary:nth-child(2n), div.resourcesReference:nth-child(2n) {float: left;}
	.resources div.resourceSummary, div.resourcesReference {margin: 10px 0px;}		
	div.resourceSummary .firstLineItem {width: auto;}
	#greeting1 h1.statement {margin: 50px;}
	div.home-section {min-height: 345px;}
	#greeting1 h1.statement {margin: 10px;}
	div.home-message {margin: 10px; font-size: 75%;}
	div.home-text {top: 95px;}
}


/* -------- Larger smartphones/smaller tablets (portrait and landscape) -------- */

@media only screen and (min-width: 481px) and (max-width: 768px) {

	body {font: normal 11px Verdana, sans-serif;}
	div.global {padding: 0;}
	#logo {width: 340px;}
	span.keeping img {width: 220px; margin: 5px 0 0 70px;}
	div.bannerContent p.right {margin-top: -40px;}
	div.contact-details p {font-size: 110%;}
	.greeting1 #sidebar, .generic1 #sidebar, .generic2 #sidebar, .generic21 #sidebar {display: none;}
	.welcomeText h2 {line-height: 120%;}
	img.reflexology {width: 30%; margin-left: 5px;}
	div.services_left {width: 100%;}
	div.services_right {float: left;}
	.generic21 div.swapper, .generic10 div.swapper {display: none;}
	div.vouchers img {width: 50%; border-radius: 10px;}
	.generic29 #sidebar, .generic31 #sidebar {max-width: 98%; min-height: 140px;}
	#optionsMenuitems {margin: 10px 0;}
	section.resources1 div.resourceSummary, 
	div.resourcesReference, 
	section.resources2 div.resourceSummary, 
	div.resourcesReference {width: 96%; margin: 5px auto;}
	section.resources1 div.resourceSummary:nth-child(even), 
	div.resourcesReference:nth-child(even), 
	section.resources2 div.resourceSummary:nth-child(even), 
	div.resourcesReference:nth-child(even),
	section.resources1 div.resourceSummary:nth-child(odd), 
	div.resourcesReference:nth-child(odd), 
	section.resources2 div.resourceSummary:nth-child(odd), 
	div.resourcesReference:nth-child(odd) {float: none;}
	.activeMenu a, .inactiveMenu a {padding: 4px 14px;}
	#greeting1 h1.statement {margin: 10px;}
	div.home-text {top: 95px;}
	div.home-text p {font-size: 140%; line-height: 150%;}
	div.home-section {min-height: 320px;}
}

/* -------- min-width: 550px and max-width: 620px -------- */

@media only screen and (min-width: 550px) and (max-width: 620px) {

	div.home-text {top: 70px;}
	div.home-text p {font-size: 130%; line-height: 140%;}
	div.home-section {min-height: 300px;}
	div.home-section ul {margin-left: 10px;}
}

/* -------- min-width: 481px and max-width: 549px -------- */

@media only screen and (min-width: 481px) and (max-width: 549px) {

	#greeting1 h1.statement {margin: 5px;}
	#greeting1 h1.statement span {font-size: 40%;}

	div.home-text {top: 70px;}
	div.home-text p {font-size: 130%; line-height: 140%;}
	div.home-section {min-height: 300px;}
	div.home-section ul {margin-left: 10px;}
	div.home-section li {line-height: 120%; padding-left: 0;}

}

/* -------- min-width: 620px and max-width: 768px -------- */

@media only screen and (min-width: 620px) and (max-width: 768px) {

	#logo {width: 50%;}
	span.keeping img {width: 30%; margin: 15px 0 0 15px;}
	div.bannerContent p.right {margin-top: 5px;}
}

/* -------- min-width: 481px and max-width: 575px -------- */

@media only screen and (min-width: 481px) and (max-width: 575px) {

	div.contact-details p {font-size: 100%;}
}

/* -------- min-width: 769px and max-width: 960px -------- */

@media only screen and (min-width: 769px) and (max-width: 960px) {

	body {font: normal 12px Verdana, sans-serif;}
	div.global {padding: 10px 0;}
	#logo {width: 340px;}
	span.keeping img {width: 220px; margin: 55px 0 0 20px;}
	div.contact-details p {font-size: 120%;}
	.generic21 #sidebar {display: none;}
	img.reflexology {width: 30%; margin-left: 5px;}
	#optionsMenuitems {margin: 10px 0;}
	section.resources1 div.resourceSummary, 
	section.resources2 div.resourceSummary {width: 48%;}
	.activeMenu a, .inactiveMenu a {padding: 4px 16px;}
	#greeting1 h1.statement {margin: 10px;}
	div.home-text {top: 115px;}
	div.home-section {min-height: 340px;}
}

/* -------- min-width: 961px and max-width: 1029px -------- */

@media only screen and (min-width: 961px) and (max-width: 1029px) {

	body {font: normal 12px Verdana, sans-serif;}
	#logo {width: 375px;}
	span.keeping img {width: 280px; margin: 60px 0 0 30px;}
	#menucontainer, #submenucontainer {width: 98%;}	
	section.resources2 div.resourceSummary, div.resourcesReference {width: 48%;}
	div.resourceSummary .firstLineItem {width: 150px;}
	#greeting1 h1.statement {margin: 30px;}
	div.home-text {top: 130px;}
	div.home-section {min-height: 340px;}
}


/* -------- min-width: 1030px and max-width: 1130px -------- */

@media only screen and (min-width: 1030px) and (max-width: 1130px) {

	body#resources2 {font: normal 12px Verdana, sans-serif;}
	#logo {width: 400px;}
	span.keeping img {width: 300px; margin: 65px 0 0 35px;}
	section.resources2 div.resourceSummary, div.resourcesReference {width: 48%;}
	div.resourceSummary .firstLineItem {width: 150px;}
	div.home-text {top: 145px;}
	div.home-section {min-height: 360px;}
}

/* -------- min-width: 1131px and max-width: 1190px -------- */

@media only screen and (min-width: 1131px) and (max-width: 1190px) {

	div.home-text {top: 160px;}
	div.home-section {min-height: 380px;}
}

/* -------- */