@charset "utf-8";
/* CSS Document */

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

/* Burger Menu */
#menuToggle {
  display: block;
  position: relative;
  top:30px;  /* burger position */
  left:0px;
    z-index: 1;
    -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff; /* list colour */
    transition: color 0.3s ease;
}
#menuToggle a:hover {
  color:#99c4d1; 
}
#menuToggle input {
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
   -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 40px;
  height: 6px;
  margin-bottom:6px;
  position: relative;
  background: #137195; /* burger colour */
  border-radius: 4px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -4px);
  background:#fff; /* X colour */
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(4px, -3px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 600px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  opacity: 0.9;
  background: #137195; /* menu bg colour */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
 /* Burger Menu */

/* 
Brown #137195
Light Brown #99c4d1
Very light brown #e7edf5
*/


/* W1.................MENU....................MOB */	

.w1 {
	display:none;
	width:100%;
	height:50px;
	background-color:#e7edf5;
	position: sticky;
        top: 0px;
		z-index:5;
}
.w1-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
}
.w1-menu {
	text-align:center;
}
.w1-menu-item {
	width:100px;
	display:inline-block;
}
.w1-menu-item a {	
	font-size:18px;
	font-family: 'Handlee', cursive;
	font-weight:bold;
	color:#137195;
	transition: 0.5s;
	line-height:50px;
}
.w1-menu-item a:hover {	
	background-color:#137195;
	color:#fff;
	border-radius:15px;
	transition: 0.5s;
	padding:8px;
}
/* W2.................................................MOB */	

.w2 {
	width:100%;
	height:auto;
	background-image:url(../images/bg-500.jpg);
	background-size:cover;
	background-position:top right;
	padding-bottom:60px;
}
.w2-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	
}
.w2-burger {
	position:absolute;
	z-index:2;
}
.w2-logo {
	margin-top:20px;	
	text-align: center;
}
.w2-logo img {
}
.w2-sm {
	margin-top:20px;
	text-align:center;
}
.w2-sm img {
	margin-left:10px;
	margin-right:10px;
}
.w2-left {
}
.w2-right {
}
.w2 h1 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
}
.w2 p {
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
	font-size:18px;
	line-height:28px;
}
.w2-contact {
	width:150px;
	height:40px;
	margin-left:0;
	margin-top:40px;
	font-family: 'Montserrat', sans-serif;
	border-radius:10px;
	background-color:#e7edf5;
	border-color:#137195;
	border-style:solid;
	border-width:2px;
	color:#137195;
	line-height:40px;
	text-align:center;
	font-size:22px;
	transition: 0.5s;
	margin-bottom:20px;
}
.w2-contact:hover {
	background-color:#99c4d1;
	border-color:#137195;
	transition: 0.5s;
}

/* W3.................................................MOB */	

.w3 {
	width:100%;
	height:auto;
	background-image:url(../images/dog-on-carpet.jpg);
	background-position:center;
	padding-top:80px;
	padding-bottom:80px;
}
.w3-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w3 h2 {
	font-family: 'Handlee', cursive;
	color:#fff;
	font-size:50px;
	letter-spacing:1px;
}
.w3 p {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:18px;
	line-height:28px;
}
.w3-form {
	text-align:center;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;

}
.w3-form input {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.w3-form select {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.w3-form textarea {
  width: 100%;
  height:100px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.w3-form input[type=submit] {
  width:100%;
  height:50px;
  line-height:10px;
  color:#fff;
  background-color:#137195;
  transition:0.5s;
  font-size:18px;
	font-family: 'Montserrat', sans-serif;
 }
 .w3-form input[type=submit]:hover {
  transition:0.5s;
  opacity:0.7;
 }
 
 /* body.................................................MOB */	

.body {
	width:100%;
	height:auto;
	padding-bottom:30px;
}
.body-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
		padding-top:30px;
	font-family: 'Montserrat', sans-serif;
	border-top-color:#99c4d1;
	border-top-width:thin;
	border-top-style:solid;
}
.body h2 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
	text-align:left;
	margin:0;
}
.body p {
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
	font-size:18px;
	line-height:28px;
	transition:0.5s;
}
.body a:hover {
	color:#137195;
	transition:0.5s;
}
.body li {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:28px;
	line-height:42px;
	letter-spacing:1px;
}
.body-left {
}
.body-right {
}
 
 
/* W4.............Services.........................MOB */	

.w4 {
	width:100%;
	height:auto;
	
	padding-bottom:40px;
}
.w4-content {
	max-width:1500px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
		padding-top:40px;
	font-family: 'Montserrat', sans-serif;
	border-top-color:#99c4d1;
	border-top-width:thin;
	border-top-style:solid;
}
.w4 h3 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
	text-align:center;
	margin:0;
}
.w4 h4 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:40px;
	letter-spacing:1px;
	text-align:center;
	margin-top:20px;
}
.w4 p {
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
	font-size:18px;
	line-height:28px;
	text-align:center;
	max-width:1000px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:30px;
}
.w4-services {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.w4-service-box {
	width:90%;
	height:auto;
	overflow:hidden;
	margin:20px;
	-moz-box-shadow: 0 0 10px 1px #137195;
-webkit-box-shadow: 0 0 10px 1px #137195;
box-shadow: 0 0 10px 1px #137195;
transition:0.5s;
}
.w4-service-box:hover {
	opacity:0.6;
transition:0.5s;
}
.w4-service-box-image {
}
.w4-service-box-image img {
	width:100%;
	height:auto;
}
.w4-service-box-text {
	height:auto;
	overflow:hidden;
	padding:20px;
	background-color:#e7edf5;
	margin-top:-5px;
	position:relative;
	z-index:2;
}
.w4-read-more {
	width:150px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Montserrat', sans-serif;
	border-radius:7px;
	background-color:#137195;
	border-color:#137195;
	border-style:solid;
	border-width:2px;
	color:#fff;
	line-height:40px;
	text-align:center;
	font-size:22px;
	transition: 0.5s;
	margin-bottom:10px;
}
.w4-read-more:hover {
	border-color:#fff;
	transition: 0.5s;
}
/* W5.................................................MOB */	

.w5 {
	width:100%;
	height:auto;
	padding-bottom:30px;	
}
.w5-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
		padding-top:30px;
	font-family: 'Montserrat', sans-serif;
	border-top-color:#99c4d1;
	border-top-width:thin;
	border-top-style:solid;
}
.w5 h5 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
	text-align:left;
	margin:0;
}
.w5 p {
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
	font-size:18px;
	line-height:28px;
}
.w5-left {
}
.w5-right {	
}

/* W6...............Contact.........................MOB */	

.w6 {
	width:100%;
	height:auto;
	background-image:url(../images/bg-500a.jpg);
	background-size:cover;
	background-position:top left;
	padding-bottom:30px;
}
.w6-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
		padding-top:30px;
	font-family: 'Montserrat', sans-serif;

}
.w6-left {
}
.w6-right {
}
.w6 h6 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
	text-align:left;
	margin:0;
}
.w6 p {
	font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
	font-size:17px;
	line-height:30px;
	transition:0.5s;
}
.w6 a:hover {
	color:#137195;
	transition:0.5s;
}
/* W7..............Footer.......................MOB */	

.w7 {
	width:100%;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#137195;
}
.w7-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w7-left {
	text-align:center;
}
.w7-right {
	text-align:center;
}
.w7 p {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:14px;
	line-height:10px;
	transition:0.5s;
}
.w7 a:hover {
	color:#99c4d1;
	transition:0.5s;
}
/* terms.....................................MOB */	

.terms {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#137195;
}
.terms-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.terms h6 {
	font-family: 'Handlee', cursive;
	color:#fff;
	font-size:50px;
	letter-spacing:1px;
	text-align:left;
	margin:0;
}
.terms p {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:17px;
	line-height:30px;
	transition:0.5s;
}
/* prices..............prices.......................MOB */	

.prices {
	width:100%;
	height:auto;
	
	padding-bottom:40px;
}
.prices-content {
	max-width:1500px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	border-top-color:#99c4d1;
	border-top-width:thin;
	border-top-style:solid;
	padding-top:20px;
}
.prices h3 {
	font-family: 'Handlee', cursive;
	color:#137195;
	font-size:50px;
	letter-spacing:1px;
	text-align:center;
	margin-top:10px;
}
.prices h4 {
	font-family: 'Handlee', cursive;
	color:#e7edf5;
	font-size:36px;
	letter-spacing:1px;
	text-align:left;
	margin-top:10px;
}
.prices p {
	font-family: 'Montserrat', sans-serif;
	color:#e7edf5;
	font-size:18px;
	line-height:30px;
	transition:0.5s;
}
.prices-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.prices-box {
	width:90%;
	height:auto;
	min-height:300px;
	overflow:hidden;
	margin:20px;
	padding:20px;
	-moz-box-shadow: 0 0 10px 1px #137195;
-webkit-box-shadow: 0 0 10px 1px #137195;
box-shadow: 0 0 10px 1px #137195;
transition:0.5s;
background-color:#137195;
position: relative;
}
.prices-box-text {
	padding-bottom:50px;
}
.prices-read-more {
	width:150px;
	height:40px;
	margin-left:0;
	margin-top:40px;
	font-family: 'Montserrat', sans-serif;
	border-radius:10px;
	background-color:#e7edf5;
	border-color:#e7edf5;
	border-style:solid;
	border-width:2px;
	color:#137195;
	line-height:40px;
	text-align:center;
	font-size:22px;
	transition: 0.5s;
	margin-bottom:20px;
position: absolute;
    bottom: 0;
}
.prices-read-more:hover {
	background-color:#99c4d1;
	border-color:#137195;
	transition: 0.5s;
}
.tc-form {
	margin-bottom:60px;
}
.tc-form p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:26px;
	margin-bottom:30px;
}
.tc-form-text {
	float:left;
	width:100%;
}
.tc-form form {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
.tc-form form h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	line-height:34px;
	margin-bottom:20px;
}
.tc-form-left {
	float:left;
	box-sizing:border-box;
	padding-right:30px;
	width:80%;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:26px;
	margin-bottom:50px;
}
.tc-form-right {
	float:left;
	box-sizing:border-box;
	width:20%;
}
.tc-form-right input[type=checkbox] {
	width:20px;
	height:20px;
}
.tc-form-submit {
	float:left;
	width:100%;
	margin-top:30px;
}
.tc-form input {
	float:left;
	width:80%;
	height:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:26px;
	margin-bottom:20px;
}
.tc-form textarea {
	float:left;
	width:80%;
	height:60px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:26px;
}
.tc-form-submit input[type=submit] {
	width:50%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
}
@media only screen and (min-width: 440px) {
.w4-service-box {
	min-width:400px;
}
.w6 p {
	font-size:18px;
}
}
@media only screen and (min-width: 600px) {
.prices-box {
	width:45%;
	max-width:300px;
}
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 900px) {
.w1 {
	display:block;
}
.w2 {
	background-image:url(../images/bg-1200.jpg);
}	
.w6 {
	background-image:url(../images/bg-1200a.jpg);
}
.w2-burger {
		display:none;
}
.w2-left {
	float:left;
	box-sizing:border-box;
	width:50%;
	padding-right:50px;
}
.w2-right {
	float:right;
	box-sizing:border-box;
	width:50%;
	padding-left:50px;
}
.w3-form input {
	float:left;
  width: 23%;
  margin-right:10px;
}
.w3-form select {
	float:right;
  width: 25%;
  margin-right:10px;
}
.w3-form textarea {
	float:left;
  width: 70%;
}
.w3-form input[type=submit] {
	float:right;
  width:25%;
  font-size:14px;
 }
.w4-service-box {
	width:40%;
	min-width:600px;
} 
.w5-left {
	float:left;
	box-sizing:border-box;
	width:50%;
	padding-right:50px;
}
.w5-right {
	float:right;
	box-sizing:border-box;
	width:50%;
	padding-left:50px;
}
.w6-left {
	float:left;
	box-sizing:border-box;
	width:50%;
	padding-right:50px;
}
.w6-right {
	float:right;
	box-sizing:border-box;
	width:50%;
	padding-left:50px;
}
.w7-left {
	float:left;
	box-sizing:border-box;
	width:45%;
	padding-right:50px;
	text-align:left;
}
.w7-right {
	float:right;
	box-sizing:border-box;
	width:45%;
	padding-left:50px;
	text-align:right;
}
.body-left {
	float:left;
	box-sizing:border-box;
	width:60%;
	padding-right:50px;
}
.body-right {
	float:right;
	box-sizing:border-box;
	width:40%;
	padding-left:50px;
	margin-top:135px;
}
.body h2 {
	font-size:46px;
}
	.body h2 {
	font-size:50px;
}
}



@media only screen and (min-width: 1000px) {
.w1-menu-item {
	width:130px;
}
.w1-menu-item a {	
	font-size:20px;
}
.tc-form form {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
}

@media only screen and (min-width: 1100px) {
	.w1-menu-item {
	width:140px;
}
.w1-menu-item a {	
	font-size:22px;
}
}

@media only screen and (min-width: 1200px) {
}


.w2-form {
	text-align:center;
	width:100%;
	max-width:500px;
	height:400px;
	background-color:#ff0000;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;

}
.w2-form h2 {
	font-size:26px;
	font-weight:500;
	text-align:center;
	color:#fff;
	margin-bottom:25px;
	padding-top:20px;
	background-color:#000;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:50px;
	letter-spacing:1px;
}
.w2-form input {
  width: 80%;
  height:18px;
  padding:5px;
  margin-bottom:15px;
    font-size:13px;
	border-color:#fff;
	border-style:solid;
	border-width:thin;
	border-radius:5px;
}
.w2-form textarea {
  width: 80%;
  height:30px;
  padding:5px;
  margin-bottom:8px;
  font-size:13px;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  border-color:#fff;
  border-style:solid;
	border-width:thin;
	border-radius:5px;
}
.w2-form input[type=submit] {
  width: 40%;
  height:25px;
  border-radius: 5px;
  margin-top:5px;
  line-height:10px;
  border-color:#666;
  border-style:solid;
	border-width:thin;
	margin-top:10px;
 }
 
 
 

 
  