/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
	/*font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;*/
		font-family: "Lato", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;

}

.megawrapper {
	position: relative;
/*	max-width : 1200px;*/
	margin: 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	background-color : White;
	/*		border: 1px solid #BB988A;*/
}

.fullheight {
	height: 100vh;
	
}

.vertscalable {
/*	height: 100% !important;
	width: auto !important;
	max-width: 100%;*/
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


img {
	vertical-align: bottom;
}

.overlay {
/*	background-color: #bb988a;*/
	width: 30%;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 10px;
}

.over1 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 14px 0px 0px 0px;
/*	border: 1px solid gray;*/
}

.over2 {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
/*	border: 1px solid gray;*/
}

.over2 p {
	color: white;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	/*font-size: 26px;*/
	font-size: 28px;
}

.over3 {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
/*	border: 1px solid gray;*/
}

.over3 p {
	color: white;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
/*	font-size: 15px;
	line-height: 19px;*/
	font-size: 16px;
	line-height: 23px;	
}

.overlay2 {
	width: 100%;
	position: absolute;
	z-index: 101;
}

.addresses {
	width: 550px;
	margin: 0px auto;
}


.masthead {
	width: 100%;
/*	padding: 10px 10px;*/
	padding: 0px 0px 3px 0px;
	text-align: left;
/*background-color: rgba(255, 255, 255, 0.75);*/

	position: fixed;
	z-index: 120;
/*	box-shadow: 0px 0px 30px #000;*/
	overflow: visible;
	min-height: 100px;
		 left: 50%;
    top: 0%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);


}


.masthead-int {
	width: 100%;
/*	padding: 10px 10px;*/
	padding: 0px 0px 3px 0px;
	text-align: left;
/*background-color: rgba(255, 255, 255, 0.75);*/
	background-color: #555555;
	position: relative;	
	z-index: 1;
/*	box-shadow: 0px 0px 30px #000;*/
	overflow: auto;
	min-height: 100px;
		 left: 50%;
    top: 0%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);


}

.mastleft {
	float: left;
	width: 200px;
	margin: 10px 0px 10px 0px;
}


.mastright {
display: block;
	float: right;
	width: 375px;
		text-align: center;
		background: rgba(0, 0, 0, 0.3) ;
		margin: 16px 190px 0px 0px;;
}

.mastright p {
	color: white;
	font-family: "Lato", Arial, Helventica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0px;
}

.mastright a {
	text-decoration: none;
}

.mastright a:link {
	color: white;
}
.mastright a:visited {
	color: white;
}
.mastright a:hover {
	color: yellow;
}
.mastright a:active {
	color: white;
}




.txtleft {
	color: Black;
	/*border: 1px solid white;
	width: 40%;*/
	margin: 10px 0px;
	padding: 10px 10px;
}

.logo {
/*	margin: 10px 40px;
	padding: 10px 10px;*/

}

.phone {
	color: Black;
	/*border: 1px solid white;
	width: 50%;		*/
	margin: 0px 0px;
	padding: 0px 10px;
	font-size: 15px;
}

.call {
	display: none;
}

.masthead a[href^=tel] {
text-decoration:inherit;
color: inherit;
}


.content-wrapper {
	/*margin: 1em 1.25em 0em 1.25em;*/
	/*margin: 203px 0 0 0;*/
	margin: 0 0 0 0;	
	overflow: hidden;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	min-height: 550px;
}

.messageback {
	background-image: url(../images/backgrounds/0759.jpg);
	background-size: cover;

}

.message p {
/*	font-family: 'Marck Script', cursive;*/
/*	font-family: 'Satisfy', cursive;*/
	font-family: 'Kalam', cursive;
	font-size: 22px;
	line-height: 36px;
}

.drops p:first-letter { 
  font-size:300%; 
  margin:5px 0 -5px 0; 
  padding:0 .1em 0 0; 
  height:.7em; 
  line-height:.85em; 
  float:left; 
  color:White; 
  *line-height:1em; /* IE7 Only */ 
}

.quotes span {
	font-size: 36px;

}


.timeline {
		background-image: url(../images/backgrounds/0759.jpg);
	background-size: cover;
}

.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
/*	max-width: 1200px;*/
	margin: auto;
}

.content{
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
/*	border: 1px solid;
	border-radius: 5px;
	border-color: #666; */
}

.main-content{
	font-family: "Lato", "Segoe UI", Optima, Helvetica, Arial, sans-serif;

	font-size: 1em;
	line-height: 1.55em;
/*	border: 1px solid;
	border-radius: 5px;
	border-color: #666; */
/*	background-color: white;*/
	overflow: auto;
/*	background-color: rgba(0, 0, 0, 0.6);*/
	background-color: #444444;
}

.transoverlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.transoverlay1 {
	background-color: rgba(0, 0, 0, 0.1);
}

.transoverlay2 {
	background-color: rgba(0, 0, 0, 0.2);
}

.transoverlay3 {
	background-color: rgba(0, 0, 0, 0.3);
}

.transoverlay4 {
	background-color: rgba(0, 0, 0, 0.4);
}

.transoverlay5 {
	background-color: rgba(0, 0, 0, 0.5);
}

.transoverlay6 {
	background-color: rgba(0, 0, 0, 0.6);
}


.main-content h1 {
	color: white;
	margin: 0 0 20px 0;
}

.main-content h2 {
	color: white;
	margin: 0 0 20px 0;
}

.main-content h3 {
	color: white;
	margin: 0 0 20px 0;
}

.main-content p {
	color: white;
	margin: 0 0 10px 0;
}

p.op {
font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif ;

	margin: 0 0 10px 0;
}

p.opl {
font-family: "Open Sans Light", "Trebuchet MS", Arial, Helvetica, sans-serif ;

	margin: 0 0 10px 0;
}


.main-content a {
	
}

.main-content a:link {
	color: yellow;
}

.main-content a:visited {
	color: yellow;
}

.main-content a:hover {
	color: red;
}

.text-content {
	padding: 30px 8% ;
	margin: 0px 0px 0px 0px;
		overflow: auto;

}

.homeback2 {
	background-image: url(../images/backgrounds/0458a.jpg);
	background-size: cover;		

}

.text-home {
	background-color: transparent;
	color: white;

}

.text-home h1 {
	font-size: 1.35em;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.opaque {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px 20px;
}

.opaque2 {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 20px;
}

.perc25 {
	width: 25%;
	padding: 1%;
	margin: 0 2%;
/*	border: 1px solid #999999;*/
}

.perc44 {
	width: 44%;
	padding: 1%;
	margin: 0 2%;
/*	border: 1px solid #999999;*/
}

.perc50 {
	width: 50%;
	padding: 1%;
	margin: 0 2%;
/*	border: 1px solid #999999;*/
}

.centre {
	text-align: center;
}

.midgrey {
	background-color: #999999;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: "Open Sans", "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { 
	font-size: 1.7em; 
	margin: 30px 0px 20px 0px;
}
h2 { font-size: 1.45em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}



.col1 {
	float: left;
	width: 44%;
	margin: 10px 3% 15px 3%;
}

.col2 {
	float: left;
	width: 47%;
	margin: 10px 1.5% 15px 1.5%;
}

.col3 {
	float: left;
	width: 30.33%;
	margin: 10px 1.5% 15px 1.5%;
	text-align: center;
}

.col4 {
	float: left;
	width: 23%;
	margin: 10px 1% 1px 1%;
	text-align: center;
}


/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
/*	border-radius: 5px;*/
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;*/
}
.content a:hover, .content a:focus {
	color: #000;
/*	border-bottom-style: solid;*/
}

.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;

}

.top-navigation-home {
/*margin: 125px 0 0 0;*/
	margin: 0 0 0 0;	
	/*background-color: #cccccc;
	background-color: white;*/
	background-color: transparent;		
/*	border-bottom: 1px solid #FFF;*/
/*	box-shadow: 0px 0px 10px #999;*/
	position: relative;
	z-index: 9;

}
.top-navigation-home:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}


.top-navigation {
	/*margin: 15px 0 0 0;*/
	margin: 0px 0 0 0;
	/*background-color: #cccccc;
	background-color: white;*/
	background-color: transparent;		
/*	border-bottom: 1px solid #FFF;*/
/*	box-shadow: 0px 0px 10px #999;*/
	position: relative;
	z-index: 9;

}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 22px 4px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 5px 0px;
	font-size: 0.7em;
	color: #8C8C8C;
/*	text-align: center;*/
	clear: both;
	position: relative;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	overflow: auto;
}


.copyright {
	display: inline-block;
	width: auto;
	float: left;	
	padding-left: 40px;
}

.social {
	display: inline-block;
	width: auto;
	float: right;
		padding-right: 100px;
}

.ref {
	display: inline-block;
	width: auto;
	float: left;	
	padding-left: 40px;
}



.beforeafter {
	width: 85%;
	margin:10px auto;
	text-align: center;
	overflow: auto;

}

.beforeafter img {
	display: inline-block;
	max-width: 16.66%;
	margin: 0;
	padding: 0;
}


.beforeafter1 {
	width: 95%;
	margin:0 auto;
	text-align: center;
	overflow: auto;
	padding: 15px 0;
	background-color: transparent;
}

.beforeafter1 div {
	display: inline-block;
/*	max-width: 15.3%;*/
	margin: 0;
	padding: 0 0.5% 0 0.5%;
}

.beforeafter1 p {
	margin: 5px 0px;
	font-size: 0.8em;
}

.beforeafter3 {
	width: 98%;
	margin:0 auto;
	text-align: center;
	overflow: auto;
	padding: 15px 0;
	background-color: transparent;
}

.beforeafter3 p {
	margin: 7px 0px;
	font-size: 0.8em;
	line-height: 1.15em;
}


.hidden {
	display: none;
	
}

.container:hover .visible {
	display: none;
}

.container:hover .hidden {
	display: block;
}

.ba3 {
	display: inline-block;
		max-width: 15.3%;
	margin: 0;
	padding: 0 0.5% 0 0.5%;
}



.balink {
	width: 50%;
	margin: 0px auto 20px auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
}

.balink a {
	display: block;
	padding: 5px 5px;
}

.balink a:link {
	color: white;
/*	background-color: #222222;*/
	background-color: background-color: rgba(0, 0, 0, 0.5);
/*		box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);*/
}

.balink a:visited {
	color: white;
/*	background-color: #444444;*/
		background-color: background-color: rgba(0, 0, 0, 0.5);
}

.balink a:hover {
	color: black;
	background-color: #999999;
}

/*
.beforeafter2 {
	width: 85%;
	margin:15px auto;
	text-align: center;
	overflow: auto;

}

.beforeafter2 div {
	display: inline-block;
	max-width: 16.66%;
	margin: 0;
	padding: 0;
}
*/

.beforeafter2 {
	width: 100%;
	/*margin:0 auto;*/
	text-align: center;
	overflow: auto;
	padding: 15px 0;
	background-color: transparent;
/*	background-color: rgba(0, 0, 0, 0.2);*/
}

.ba2 {
	display: inline-block;
	max-width: 15.3%;
	margin: 0;
	padding: 0 0.5% 0 0.5%;
}

.beforeafter2 p {
	margin: 5px 0px;
	font-size: 0.8em;
}


.grid-area {
	background-color: #444444;
	overflow: auto;
}

.grid1 {
	width: 85%;
	margin: 20px auto;
	padding-bottom: 20px;
/*	border: 1px solid black;*/
		overflow: auto;
		    box-sizing: border-box;
}

.grid1 div {
	float: left;
	width: 40%;
	margin: 20px 5%;
/*	border: 1px solid white;	*/

}

.grow {
/*	width: 150px;*/
	 display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    text-align: center;
}

.grow:hover, .grow:focus, .grow:active {
    transform: scale(1.1);
}


.grow3 {
	width: 100px;
	 display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

.grow3:hover, .grow3:focus, .grow3:active {
    transform: scale(1.2);
}





.clearer {
	clear: both;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, {margin: 180px 0 0 0; border: none;}

.columns-wrapper {margin: 0px; border: none;}

.main-content .content {
	padding: 20px 10px;
	border: none;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content {padding: 10px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 0px; margin-right: 0px;}

}
