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


/***colour palette - used
Cats PJs
rgb(83,71,65) base text colour
rgb(59,109,122) header blue
rgb(43,76,91); nice dark blue for text
rgb(65,186,214) experimenting with new blue
rgb(196,14,114) berry butons and highlights
rgb(83,71,65) dark brown
rgb(255,42,114) pink berry
rgb(49,169,178) lighter blue
rgb(244,229,215) old fashioned cream
background: rgb(180,214,37) chartreuse


rgb(200,190,170) incorporate this grey more - logo colour on white
not used but might use
rgb(190,190,179) interim
rgb(190,180,169) special logo grey for dark
rgb(178,149,143) nice darker sand
rgb(200,200,200) soft grey
rgb(241,196,155) light colourful sand



/*Fixes*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
	

/* Global Styles */

html, body {
	padding: 0;
	margin: 0;
}

body, div, h1, h2, h3, h4 p, ul, li {
	margin: 0;
}

header, main, nav, footer, article, section, aside {
	display: block;
} /*for older browsers*/


html {
	min-height: 100%;
}

body {
	font-size: 110%; 
	font-family: "myriad-pro", sans-serif; 
	font-weight: 400;
    font-style: normal;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	background: rgb(255,255,255);
	/*for hiding hamburger menu*/
	overflow-y: scroll;
}

p {
	font-family: "myriad-pro", sans-serif; 
	font-size: 1.05em;
	font-weight: 400;
	color: rgb(83,71,65);
    font-style: normal;
	margin: 0 0 .8em;
}

strong {
	font-family: "myriad-pro", sans-serif; 
	min-height: 100%;
    font-weight: 800;
    font-style: normal;
}

/* added for hamburger menu - older one*/
a {
	transition: color 0.3s ease;
}

a img {
	border: none;
}

a:link { 
	color: rgb(196,14,114);
	text-decoration: none;
	font-weight: 600;
}
	
a:visited {
	color: rgb(196,14,114);
	text-decoration: none;
}

a:hover {
	color: rgb(196,14,114);
	text-decoration: none;
}

a:active {
	color: rgb(196,14,114);
	text-decoration: none;
}

h1 {
	color: rgb(255,255,255);
	font-family: "myriad-pro", sans-serif;
	font-size: 2.2em;  
	font-weight: 700;
	height: 40px;
	line-height: 40;
	text-align: center;
	padding: .2em 0em;
	margin-bottom: 0em;
}

/* page headings*/
h2 {
  	font-family: "myriad-pro", sans-serif;
  	color: rgb(83,71,65);
	font-size: 2em;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2em; 
	text-align: left;
	margin-bottom: .3em;
}

/* used for more coming soon only so far*/
h3 {
	font-family: "myriad-pro", sans-serif;
	color: rgb(123,111,105);
	font-size: 1.6em;
	line-height: 1em; 
	text-align: left;
	font-weight: 400;
	margin-bottom: .5em;
}

h4 {
	font-family: "verveine", script;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	font-weight: 400;
}

h5 {
	font-family: "myriad-pro", sans-serif;
	color: rgb(255,255,255);
	font-size: 1.3em;
	line-height: 1em; 
	text-align: center;
	font-weight: 400;
	margin-bottom: 2em;
}

/****MAIN*****/

header {
   	margin: 0;
	padding: 0;
	background-color: #ccc;	
	width: 100%;
	/*z-index:-1*/
	position: relative;
}

/*.home_image {
	z-index: -500;
	position: relative;
	width: 890px;
} this ws for before og-image*/

.top_header_wrapper {
	background: rgb(59,109,122);
	background-color: orange;
	/*background: rgb(236,84,149);*/
	background: rgb(10,97,117);
	background: rgb(199,84,164);
	position: fixed;
	top: 0;
	width: 100%; 
	max-width: 1366px;
	z-index: +1000;
}

.logo {
}

nav {
	
}

nav li {
}

nav a {
    font-family: "myriad-pro", sans-serif;
	font-size: .9em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 100%;
}

nav a:link {
	color: rgb(9,73,84);
	color: rgb(255,255,255);
}

nav a:visited {
	color: rgb(255,255,255);
}

nav li a:hover {
	color: rgb(255,42,114);
	color: rgb(255,77,183);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/*nav a:hover {
	
}*/

nav a:active {
	color: rgb(252,122,122);
}

nav ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0;
} /*removes browser formatting so there is no indentation that usually comes with lists*/

/**new PJ style**/

.phone::before {
    content: "\f3706";
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: relative;
}

/* nav mobile look of letters*/
.nav_mobile  {
    font-family: "myriad-pro", sans-serif;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
}

.nav_mobile a {
	font-family: "myriad-pro", sans-serif;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
}




/*Home page*/

.hero_image {
	width: 100%;
	/*z-index: -1;*/
}

.hero_overlay {
	background: rgba(83,71,55,.45);
	position: relative;
	z-index: +50;
}

header h1 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	background: none; 
	line-height: 1em;
	height: initial;
	margin: 0 auto;
	position: relative;
	z-index: +3;
}

header h2 {
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 500; 
	color: rgb(190,190,179);
	line-height: 1em; 
	position: relative;
	z-index: +3;
}

.button {
	display: block;
    height: 1.6em;
    width: 10.5em;
	border-radius: 10px;
	background: rgba(196,14,114,1);
    font-family: "verveine", script;
	font-weight: 400;
	line-height: 1.6em;
	color: rgb(255,255,255);
	text-align: center;
	margin: 0 auto 0;
	padding: .1em;
	position: relative;
	z-index: +2;
}

a.button:link {
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
	position: relative;
	z-index: +3;
}

a.button:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	position: relative;
	z-index: +3;
}

a.button:hover {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
	position: relative;
	z-index: +3;
} 

a.button:active {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
	position: relative;
	z-index: +3;
}

.hvr-grow {
  display: block;
 /* margin-right: auto;
  margin-left: auto;*/
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative;
	z-index: +3;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
	z-index: +3;
}

/*OPT-IN HORIZONTAL*/

.opt-in-horizontal {
	background: rgb(180,214,37);
	padding: .5em 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: +5;
}

.opt-in-horizontal label { 
	font-family: "myriad-pro", sans-serif;
	font-size: 1.1em;
	color: rgb(83,71,65);
	font-weight: 400;
}

.opt-in-h-left {
	display: inline-block;
	vertical-align: top;
	width: 55.5em;
	padding: .5em auto;
	margin: .3em auto;
	font-weight: 800;
	line-height: .95;
	/*height: 2em;*/
	/*background: red;*/
}

.opt-in-horizontal input {
	height: .8em;
	width: 8.8em;
	margin-left: .1em;
	outline: none;
	border: 2px solid rgb(113,71,65);
	background: rgba(242,242,242,.4);
	border-radius: 0;
	font-family: "verveine", script;
	/*color: rgb(196,14,114);*/
	font-size: 1.3em;
	/*line-height: 1.4;*/
	padding:.3em;
	
}

/*input only changes to proper colur after an @ and other letter is typed*/

.opt-in-horizontal .email {
	outline: none;
	/*line-height: 1.35;*/
	color: rgb(196,14,114);
}

::-webkit-input-placeholder { /* Chrome */
  color: rgb(196,14,114);
  transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(196,14,114);
  transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(196,14,114);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgb(196,14,114);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0.5;
}

.opt-in-horizontal input.button {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: none;
	outline: none;
	margin: 0, auto;
	background: rgb(196,14,114);
	background: url(../../images/paw-button.png) no-repeat;
	z-index: +10;
	position: absolute;
	top: -.8em;
	right: -.5em;
}

.opt-in-horizontal h4 {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 1.3em;
	color: rgb(196,14,114);
}

.opt-in-h-right {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 2em;
	position: relative;
	/*background: blue;*/
}



/*OVERVIEW*/

#overview {
	width: 100%;
	background: white;
	text-align: center;
	padding: 0;
	max-width: 1366px;
}

.container_left_half {
}

.container_right_half {
}

.container_left_half h2 {
	color: rgb(83,71,65);
}

.flex_image {
	max-width: 100%; 
	width: 100%;
}

.logo_container_1 {
	/*width: 45%;
	vertical-align: top;
	margin-top: 4%;
	margin-right: 4%;
	display: inline-block;*/
}

.logo_container_2 {
	/*width: 45%;
	margin-top: -18px;
	vertical-align: top;
	display: inline-block;*/
}

/**SERVICE AREA*/

.service_area {
	width: 100%;
	max-width: 1366px;
	/*position: relative;*/
	background: rgb(83,71,65);
}

.service_area h2 {
	color: white;
	font-weight: 400;
}

.service_area h4 {
	color: white;
}

.service_area p {
	color: white;
}

.container_left_third {
}

.content_left_third {
}

.container_middle_third {
}

.flex_image_map {
}

.container_right_third {
}

/*ABOUT US*/

#about_us {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#about_us_text {
	position: relative;
	width: 45.7%;
	margin: 4em 23% 16em 31%;
	text-align: left;
	z-index: +1;
}

.bg_rjmc {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -17em;
}

.button_2 {
	font-family: "verveine", sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	display: block;
    height: 2em;
    width: 9em;
	border-radius: 10px;
	background: rgba(196,14,114,1);
    
	line-height: 1.1em;
	color: rgb(255,255,255);
	text-align: center;
	margin: 1 auto 0;
	padding: .6em .2em .7em;
}

.button_font_top {
	font-family: "myriad-pro";
	font-size: 1.2em;
	font-weight: 600;
	/*line-height: .em;*/
	padding: .8em;
	margin: .5em auto 0;
}



a.button_2:link {
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

a.button_2:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}

a.button_2:hover {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
} 

a.button_2:active {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
}

/*SERVICES*/

#services ul {
    list-style-image: url(../../images/cat_print.gif);
}


/*Client Photos & Recommendations*/

.reviews_text {
	width: 60%;
	margin: 0 auto;
	padding-top: 0em;
}

.reviews_text p {
	color: white;
	font-size: 1.1em;
}

.photogrid_text {
	width: 100%;
	margin: 0 auto;
	padding-top: 1.6em;
	padding-bottom: 0;
}

.photogrid_text h4{
	padding: 0;
	margin: 0;
	margin-top: 0em;
	margin-bottom: .5em;
}

.photogrid_text p{
	text-align: center;
}

/*.photofeed_text {
	width: 80%;
	margin: 0 auto;
	padding-top: 0em;
}
*/


.bxslider p {
	font-family: myriad-pro;
	font-style: italic;
	font-size: 1.1em;
	width: 88%;
	margin: 0 auto;
	padding-top: 1em;
	padding-right: 4em;
	padding-bottom: .5em;
}

.bxslider h4 { /*not in use*/
	font-family: verveine, script;
	font-style: italic;
	font-size: 1.6em;
	line-height: 1;
	padding: 0;
	padding-bottom: 0;
	margin-top: .2em;
	text-align: left;
	margin-right: 0;
	padding-right: 5em;
	margin-bottom: 0;
	color: rgba(83,71,65, .6);
	width: 80%;
}

.cat_name {
	font-family: verveine, script;
	font-size: 1.5em;
	padding-top: .3em;
	padding-bottom: .05em;
	color: rgba(83,71,65, .6);
	line-height: 1;
	display: block;
}

.source {
	font-family: myriad-pro;
	font-style: italic;
	font-size: .9em;
	color: rgba(83,71,65, .6);
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	width: 75%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .8em;
	font-family: verveine;
	font-weight: bold;
	padding-top: 20px;
	
	
}/*inside circle controls*/

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a /*circles*/ {
	background: #666;
	background: rgb(83,71,65);
	text-indent: -9999px;
	display: in-line;
	width: 80px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	color: rgb(83,71,65);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { /*active circle*/
	background: #000;
	background: rgb(83,71,65);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/* This CSS is used for the Show/Hide functionality. */


.container_show_hide {
	background: rgb(83,71,65);
	padding-bottom: 3em;
	text-align: center; 
}


.more {
	display: none;
}

a.showLink, a.hideLink {
	display: inline;
	 color: white;
	 font-size: 1.1em;
     padding: 1em 1.5em; /*so it's easy to click -larger area to click*/
 /*float: right;*/ /*floating takes it out of the page flow*/
 font-family: myriad-pro;
 font-weight: 400;

}
	 
a.hideLink {
     display: inline;
}

a.showLink:hover, a.hideLink:hover {
     display: inline;
	 color: white; 
}		

/*end of show/hide*/	
	
.chevron::after {
	content: '';
	display: inline-block; 
	/*inline-block so the chevron symbol is right next to the text before it*/
	 
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 	
	transform: rotate(-45deg);
	vertical-align: top;
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	height: 0.7em;
	width: 0.7em;
	position: relative;
	left: -4.2em;
	top: 2em;
}

.chevron.bottom::after {
	-ms-transform: rotate(-255deg); 
    -webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top: 1.7em;
} /**add a rollover for this too**/

.chevron {
	width: 25%;
 padding: 1em;
}

.bottom {
	
}


/******************RATES*************************/

/*RATES*/

#rates {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	padding-bottom: 2em;
}

#rates h2 {
	text-align: center;
}

.button_rates {
	display: block;
	font-size: 1.8em;
    height: 1.6em;
    width: 10em;
	border-radius: 10px;
	background: rgba(196,14,114,1);
    font-family: "verveine", sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	color: rgb(255,255,255);
	text-align: center;
	margin: 0 auto 0;
	padding: .1em;
}

a.button_rates:link {
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

a.button_rates:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}

a.button_rates:hover {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
} 

a.button_rates:active {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
}

.promotion_box {
	background: rgb(255,42,114);
	width: 50%;
	margin: 1.5% auto 1%;
	padding: 1.5% 1.5% 1.5%;
	text-align: center;
}

.promotion_left {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 0 0 0 5%;
	BACKGROUND: yellow;
}

.promotion_right {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	padding: 0.5em;
	/*background: black;*/
	margin-right: .5em;
	background: rgb(216,14,114);
}

.promotion_box h4 {
	margin: 0;
	color: rgb(255,255,0);
	font-size: 2em;
}

.promotion_box h2 {
	margin: 0;
	color: white;
	font-size: 1.8em;
	padding: 0 1em;
}

.promotion_box h3 {
	margin: 0;
	color: white;
	text-align: center;
	padding: 0 .5em;
}

/*figure out what to keep here*/

#rates .package_container {									    width: 98%;
	padding: 20px 0 10px;
	margin: 0 auto;
	position: relative;
}

#rates .package_container h4 {
	font-size: 2em;				    color: rgb(43,76,91);
	margin: .8em auto 0;
	padding: 0;
}

/*number of minutes*/
#rates .package_container h5 {
	font-size: 5em;
	font-family:"verveine", script;	
	weight:300;			    color: rgb(255,255,255);
	margin: 0;
	margin-left: -1.15em;
	padding: 0;
}

/*minutes words*/
#rates .package_container h6 {
	font-size: 1.5em;
	font-family:"verveine", script;	
	weight: 100;			    color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	position: relative;
	top: -.95em;
	left: -1em;
}

#rates .package_container h7 {
	font-size: 3.5em;
	font-family: "myriad-pro-condensed",sans-serif;	
	weight: 300;			    color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	position: relative;
	top: -1.96em;
	left: .6em;
}

#rates .visits-per-day  {
	font-family: "myriad-pro",sans-serif;
	weight: 400;
	font-size:1.4em;
	color: rgb(255,255,0);
	margin-top: -4.5em;
}

#rates .visits-per-day-b {
	font-family: "myriad-pro",sans-serif;
	weight: 400;
	font-size:1.1em;
	color: rgb(255,255,0);
	margin-top: -1.5em;
}

#rates .price, #rates .price-b {
	font-family:"verveine", script;	
	font-size: 2em;
}

#rates .visit-times {
	font-size: 1.15em;				    color: rgb(43,76,91);
	font-family:"myriad-pro-condensed", sans-serif;
	/*font-style: italic;*/
	font-weight: 400;
	margin: -.5em auto 0;
	line-height: 1.2em;
}

#rates .container_one_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#rates .content_one_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.cat_face_1a, .cat_face_1b, .cat_face_2a, .cat_face_2b, .cat_face_2c,
.cat_face_3a, .cat_face_3b, .cat_face_3c,
.cat_face_3d,
.cat_face_4a, .cat_face_4b, .cat_face_4c,
.cat_face_4d,
.cat_face_4e  {
	width: 73px;
	height: 70px;
	position: absolute;
	top: -36px;
	margin: 0 auto;
	font-size: 2.5em;
	color: rgb(255,255,255);
	background: url(../../images/cat_face.png) no-repeat;
	z-index: 500;
}

.cat_face_1a {
	left: 40px;
}

.cat_face_1b {
	left: 120px;
}

/*2nd set*/
.cat_face_2a {
	left: 15px;
}

.cat_face_2b {
	left: 80px;
}

.cat_face_2c {
	left: 145px;
}

/*3rd set*/

.cat_face_3a {
	left: 5px;
}


.cat_face_3b {
	left: 55px;
}

.cat_face_3c {
	left: 105px;
	z-index: 400;
}

.cat_face_3d {
	left: 155px;
}

/*4th set*/

.cat_face_4a {
	left: 5px;
	top: -30px;
}

.cat_face_4b {
	left: 80px;
	top: -30px;
}

.cat_face_4c {
	left: 155px;
	top: -30px;
}

.cat_face_4d {
	left: 40px;
	top: -50px;
}

.cat_face_4e {
	left: 120px;
	top: -50px;
}


#rates .container_two_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#rates .content_two_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_three_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;	
	padding-bottom: 2em;
}

#rates .content_three_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_four_of_four
 {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#rates .content_four_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;					
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

/*HOW IT WORKS*/


.button_hiw {
	display: block;
	font-size: 1.8em;
    height: 1.6em;
    width: 10em;
	border-radius: 10px;
	background: rgba(196,14,114,1);
    font-family: "verveine", sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	color: rgb(255,255,255);
	text-align: center;
	margin: 0 auto 0;
	padding: .1em;
}

a.button_hiw:link {
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

a.button_hiw:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}

a.button_hiw:hover {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
} 

a.button_hiw:active {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
}

/*CONTACT US*/

#contact_us h4 {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
}

.highlight {
	color: rgb(196,14,114); 		
	font-weight: 600;
}

.hours {
	font-family: "myriad-pro-condensed";
	font-size: .8em;
}


/*COMING SOON*/

.more_coming_soon {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
}

.more_coming_soon h3 {
	padding: 50px 0 200px 50px;;
	color: rgb(123,111,105);
}

/* Meet & Greet - separate page */


/**MG Form**/

#meet_and_greet {
   	background: rgb(255,255,255);
	width: 100%;
	margin: 0;
	padding: 0;
} /* this is the small space before form page*/


.form {	
}

#meet_and_greet h4 {
	margin: 0;
	padding: 0;
}

.mg_form {
	background: rgb(255,255,255);
	width: 100%;
	padding: 70px 0 0;
}

.mg_container {
	width: 50%;
	margin: 0px auto;
	padding: 0% 5%;
}

.message_box {
	background: rgb(180,214,37);
	margin: 1% 0% 2%;
	width: 98%;
	padding: 2% 1%;
	text-align: center;
}

.message_box h4 {
	margin: 0 auto;
	color: rgb(255,255,0);
	font-size: 1.6em;
	text-align: center;
}

.message_box p {
	margin: 0 auto;
	font-size: 1em;
	width: 80%;
}

.message_box_2 {
	background: rgb(255,42,114);
	margin: 1% 0% 2%;
	width: 98%;
	padding: 4% 1%;
	text-align: center;
}

.message_box_2 h4 {
	margin: 0 auto;
	color: rgb(255,255,0);
	font-size: 1.6em;
	text-align: center;
}

.message_box_2 p {
	margin: 0 auto;
	font-size: 1em;
	width: 80%;
	color: rgb(255,255,255);
}

/*EMERGENCY MESSAGES*/

.message_box_covid {
	background: rgb(255,42,114);
	margin: 1% 0% 2%;
	padding: 3% 4% 3% 0%;
	text-align: left;
	font-size: .9em;
	color: rgb(255,255,255);
}

.message_box_covid h4 {
	margin: 0 auto;
	color: rgb(255,255,255);
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
	width: 90%;
	font-family: "myriad-pro-condensed";
	padding: 0%,0%,5%,0%;
}

.message_box_covid p {
	margin: 0 auto;
	font-size: 1em;
	width: 90%;
	color: rgb(255,255,255);
}




.mg_left {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}

.mg_right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 0 0 5%;
}

.mg_full {
	width: 100%;
}

.form label {
	font-family: "myriad-pro";
	font-size: 1.1em;
	font-weight: 400;
	color: rgb(83,71,65);
	padding-bottom: -10px;
}

.form .email, textarea {
	font-family: "myriad-pro", sans-serif;
	font-size: 1.1em;
	padding: .5em;
	border-radius: 5px;
	color: rgb(120,120,120);
	border: 2px solid rgb(242,241,223);
	background: rgba(242,242,242,.4);
	margin-bottom: 10px;
}

.form input::-webkit-input-placeholder {
   color: rgb(170,170,170);
}

.form input:-moz-placeholder { /* Firefox 18- */
   color: rgb(170,170,170);  
}

.form input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(170,170,170);  
}

.form input:-ms-input-placeholder {  
   color: rgb(170,170,170);
}

.form textarea::-webkit-input-placeholder {
   color: rgb(170,170,170);
}

.form textarea:-moz-placeholder { 
   color: rgb(170,170,170);
}

.form textarea::-moz-placeholder {  
   color: rgb(170,170,170); 
}

.form textarea:-ms-input-placeholder {  color: rgb(170,170,170);
}

.form input:focus, textarea:focus {
	background-color: rgba(242,241,223, 0.7);
	outline-color: rgb(79,192,214);
}

.submit_button {
	font-family: "myriad-pro", sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: rgb(242,241,223);
	border: 2px solid rgb(242,241,223);
	margin: 5px 0px 30px 250px;
	background: rgb(196,14,114);
	padding: .5em 1em;
	/*float: right;*/
}

.submit_button:hover {
	background: rgba(252,122,122, 0.7);
}

/*input:invalid {
  outline: 2px solid red;
}

input:focus:invalid {
  color: red;
}*/

/*Thank you for Requesting Meet & Greet*/

.mg_thankyou {
	background: rgb(255,255,255);
	width: 100%;
	padding: 70px 0 0;
	
}

.mg_flex_image {
max-width: 460px; 
	width: 100%;
	float: right;
}



/**PHONES**/


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


/*header {
    background-image: url(../images/cats-pjs-cat-smiling-659.jpg);
    background-repeat: no-repeat;
    	background-position: 70% top !important;
    background-size: cover;
	    margin: 20px 0px 0px;
    height: 520px;
  }  */
	
header {
	background: url(../images/cats-pjs-cat-smiling-659.jpg) no-repeat;
	margin: 20px 0px 0px;
	height: 520px;
}	
	/*above is new*/
	

.top_header_wrapper {
	height: 70px;
	padding: 20px 0px 5px;
}

.logo {
	float: left;
	width: 185px; 
	margin: -9px 0 0 5px;
	padding: 0;
	height: 50px;
}

nav {
	display: none;
}

/* For hamburger menu*/

.menu-btn span {
  display: block;
	width: 24px;
	height: 4px;
	margin: 5px 0;
	background: white;
	z-index: 99;
} /*this is the hamburger shape only*/

.responsive-menu {
	display: none;
}

.expand {
	display: block !important; 
  float: right;
}

.menu-btn {
  float: right;
  padding: 10px 10px 10px 5px;
}

.responsive-menu li {
  list-style-type: none;
  border: 1px solid black;
  width: 135px;
  color: white;
  height: 40px;
  background: rgb(59,109,122);
  background: rgb(5,92,112);
  position:relative;
  left: 7px;
/*background: black;*/
}

.responsive-menu ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 13px;
  color: white;
  font-size: 1.05em;
  /*just the text links and around it, not the cells*/
}

.responsive-menu ul li a:hover {
  text-decoration: none;
  color: white;
  /*font-size: 18px;*/
}

.responsive-menu li:hover {
  border:1px solid white;
  background: rgb(196,14,114);
  color: white;
}

.responsive-menu li:last-child {
	background: none;
	border: none;
}

/* TTP links*/


.responsive-menu li:first-child {
	background: rgb(85,143,163);
	/*color: rgb(59,109,122); changes all links so first child is only working for background here*/
}

.responsive-menu li:hover:first-child {
  border:1px solid white;
  background: rgb(196,14,114);
  /*background: rgb(85,143,163); /*this is working for the hover*/
}


.responsive-menu li:nth-child(9) {
	background: rgb(85,143,163);
	/*color: rgb(59,109,122); changes all links so first child is only working for background here*/
}

.responsive-menu li:hover:nth-child(9) {
  border:1px solid white;
  background: rgb(196,14,114);
  /*background: rgb(85,143,163); /*this is working for the hover*/
}




/*End of hamburger*/

.nav_mobile {
	display: block;
	float: right;
	padding-right: 5px; 
	padding-top: 34px;
	width: 7em;
	line-height: 2em;
	margin-top: -35px;
}

.nav_mobile li {
    float: right;
	padding-left: 3.4%;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	color: white;
}

.nav_mobile li:last-child {
	padding-left: 15px;
}

.nav_mobile a {
    padding: 0;
	margin: 0;
	font-size: .95em;
	font-weight: 600;
	display: inline;
}


.nav_mobile li:first-child {
	
}

.nav_mobile a:first-child {
	
}



.home_image {
	width: 300px;
}

.hero_overlay {
	margin: 0 auto;
	position: relative;
	top: 355px;
	top: 375px; /*moved down for xmas image*/
	/*top: 160px; this ws for before og-image*/
	width: 75%;
	min-width: 320px;
	padding: .3em 0 .5em 0;
}

header h1 {
	padding: 0;
	width: 9.5em;
	font-size: 1.95em;
	margin: 0px auto .3em;
}

.button {
	height: 1.4em;
    width: 10em;
	border-radius: 7px;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 auto 0;
}
/*opt-in horizontal*/

.opt-in-h-left {
	width: 17em; 
	/*background: red;*/
}

.opt-in-horizontal label { 
	font-size: 1.2em;
}

.opt-in-horizontal .email {
	margin-top: .4em;
	font-size: 1.5em;
	padding: .25em;
	/*line-height: 1.7em;*/
}

opt-in-horizontal input {
	height: .8em;
	width: 8.8em;
	margin-left: .1em;
	outline: none;
	border: 2px solid rgb(113,71,65);
	background: rgba(242,242,242,.4);
	border-radius: 0;
	font-family: "verveine", script;
	/*font-size: 2em;*/
	/*line-height: 1.4;*/
	/*padding:.2em;*/
}

.opt-in-h-right {
	height: 5em;
	width: 10px;
	/*background: blue; */
}

.opt-in-horizontal input.button {
	top: 3.1em; 
	right: -.6em;
	z-index: +10;
}

.opt-in-horizontal h4 {
	font-size: 1.4em;
}



/*OVERVIEW*/

#overview {
	width: 95%;
	padding: 0 2.5%;
	text-align: center;
}

.container_left_half {
	width: 90%;
	margin: 0 auto;
	vertical-align: top;
	display: block;
	text-align: left;
	padding: 2em 0em 1em;
}

.container_right_half {
	width: 96%;
	vertical-align: top;
	margin: 0 auto;
	display: block;
	padding: 0 0 30px 0px;
}

.logo_container_1 {
	width: 90%;
	vertical-align: top;
	margin: 10% 10px 0 0%;
	display: block;
	/*margin: 0 auto;*/
}

.logo_container_2 {
	width: 90%;
	margin: 10px 0% 0 0;
	vertical-align: top;
	display: block;
}



/*SERVICE AREA*/

#service_area {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1366px;
	position: relative;
	background: rgb(196,14,114);
}

#service_area h2 {
	color: white;
	font-weight: 400;
	padding: .5em 0 0 5%;
}

#service_area h4 {
	color: white;
	line-height: .8;
	margin: .4em 0 .5em;
}

#service_area p {
	color: white;
	line-height: 1.4;
	font-size: .9em;
}

.container_left_third {
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	display: block;
}

.content_left_third {
	width: 80%;
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: .75em 7% .5em;
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

.container_middle_third {
	/*width: 480px;*/
	width: 100%;
	margin: 0;
	text-align: center;
	display: block;
}

.flex_image_map {
 	width: 94%;
	max-width: 480px;
	margin: 1em auto 0;
}

.container_right_third {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1em;
}

.content_right_third {
	width: 80%;
	float: none;
	padding: .75em 7% .5em;
	margin: 1em auto 0;
	text-align: center;
	background: rgb(49,169,178);
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

/*ABOUT US*/

#about_us {
	width: 95%;
	padding: 0 2.5%;
	text-align: center;
}

#about_us h2 {
	line-height: 1;
}

#about_us_text {
	position: relative;
	width: 90%;
	margin: 2em auto 2em;
	text-align: left;
	z-index: +1;
}

.bg_rjmc {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -10em;
}

/*SERVICES*/

#services {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#services ul {
	font-family: verveine;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: .8em;
}

.container_left_half_services {
	width: 90%;
	margin: 200px auto 0;
	display: block;
	text-align: left;
	padding: 0 0em 10px;
}

.container_right_half_services {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 0 0 1em 0px;
}

.container_left_half {
	width: 90%;
	margin: 0 auto;
	vertical-align: top;
	display: block;
	text-align: left;
	padding: 2em 0em 1em;
}

.container_right_half {
	width: 96%;
	vertical-align: top;
	margin: 0 auto;
	display: block;
	padding: 0 0 30px 0px;
}

/*Clients & Reviews*/

.reviews_text {
	width: 85%;
	margin: 0 auto;
	padding-top: 1.6em;
}

#client_photos_reviews .page_container {
	width: 100%;
	padding: 0;
	padding-bottom: 0;
	/*margin: 200px;*/
	max-width: 1366px;
	background: rgb(83,71,65);
}

#client_photos_reviews .page_container h2 {
	color: white;
	padding: .75em 0 .5em;
	width: 95%;
	margin: 0 auto;
	font-weight: 600;
}

.bxslider p {
	width: 75%;
	font-size: 1.3em
}

.bx-wrapper {
	width: 85%;
}

#client_photos_reviews .col-1 {
	width: 100%;
	vertical-align: top;
	display: block;
	text-align: center;
	padding-bottom: 3px;
}

#client_photos_reviews .col-2 {
	width: 100%;
	vertical-align: top;
	display: block;
	text-align: center;
	padding-bottom: 3px;
}

#client_photos_reviews .col-3 {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 3px;
}

#client_photos_reviews .flex-image {
	/*width: 360px;*/
	width: 100%;
	max-width: 100%;
}

/*RATES*/

#rates {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	padding-bottom: 2em;
}

#rates h2 {
	text-align: center;
}
	
.rates_text {
	width: 100%;
	margin: 0 auto;
	padding-top: 1.6em;
}

.rates_text_notes {
	width: 90%;
	margin: 0 auto;
	padding-top: 1.6em;
	font-size: .91em;
}

.rates_container {
	background: rgb(66,33,11);
	margin: 1em auto;
	padding: .5em 0 .8em;
	width: 98%;
	min-width: 315px;
}

.promotion_box {
	background: rgb(255,42,114);
	margin: 1.5% auto 0%;
	width: 88%;
	padding: 1.5% 1% 1.5%;
	text-align: center;
}

.promotion_box h2 {
	font-size: 1.2em;		
	color: rgb(255,255,255);
	margin: 0 auto 1.6em;
	padding: 0;
	width: 75%;
	max-width: 14em;
}

/*del what is not needed from below*/

#rates .package_container {			
	width: 98%; /*changed*/
	max-width: 700px; /*new*/
	padding: 20px 0 10px;
	margin: 0 auto;
	position: relative;
}

#rates .container_one_of_four {
	width: 260px; /*changed*/
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	/*margin-left: 3%;*/
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	margin-bottom: 20px;
	/*margin-right: 1%;*/ /*new*/
}

#rates .content_one_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_two_of_four {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	margin-bottom: 20px;
}

#rates .content_two_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_three_of_four {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;	
	padding-bottom: 2em;
	margin-bottom: 20px;
}

#rates .content_three_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_four_of_four
 {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	/*margin-right: 3%;*/
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#rates .content_four_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;					
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.button_rates {
	font-size: 1.8em;
    height: 1.6em;
    width: 8em;
	line-height: 1.6em;
	margin: -1.6em auto 0;
	padding: .1em;
}


/**HOW IT WORKS**/

#how_it_works {
	width: 100%;
	padding: 0;
	max-width: 1366px;
	position: relative;
	top: 1.5em;
	background: rgb(239,239,239);
}

#how_it_works h2 {
	padding: 0 0 0 5%;
	position: absolute;
	top: -1em;
	left: -.2em;
	font-size: 2.3em;
	text-transform: none;
}

.container_howitworks {
	width: 100%;
	background: rgb(239,239,239);
	padding: 0 0 2em;
}

.container_one_of_four {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	margin-left: 0%;
	margin-bottom: 20px;
}

.content_one_of_four {
	width: 250px;
	padding: 7.5%;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding-bottom: 1em;
}

.numbers {
	position: absolute;
	top: -.3em;
	left: -.1em;
	font-size: 3em;
	color: rgb(83,71,65);
	background: url(../../images/cat_paw.png) no-repeat;
	width: 65px;
	height: 65px;
}

.container_two_of_four {
	width: 100%;
	position: relative;
	vertical-align: top;
	text-align: center;
	margin-right: 0%;
	margin-bottom: 20px;
}

.content_two_of_four {
	width: 250px;
	padding: 7.5%;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.container_three_of_four {
	width: 100%;
	position: relative;
	vertical-align: top;
	text-align: center;
	margin-left: 0%;
	margin-bottom: 20px;
}

.content_three_of_four {
	width: 250px;
	padding: 7.5%;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.container_four_of_four {
	width: 100%;
	position: absolute;position: relative;
	vertical-align: top;
	text-align: center;
	margin-right: 0%;
	margin-top: 20px;
}

.content_four_of_four {
	width: 250px;
	padding: 7.5%;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.button_hiw {
	display: block;
	font-size: 1.8em;
    height: 1.6em;
    width: 8em;
	border-radius: 10px;
	background: rgba(196,14,114,1);
    font-family: "verveine", sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	color: rgb(255,255,255);
	text-align: center;
	margin: 1em auto 0;
	padding: .1em;
}


/*CONTACT US*/

#contact_us {
	width: 100%;
	padding-bottom: 2em;
	margin: 0;
	max-width: 1366px;
	/*background: rgb(250,250,245);*/
}

#contact_us h2 {
	padding: 1em 1em .4em 5%;
}

#contact_us .container_1_of_2 {
	width: 100%;
	padding: 0;
	display: block;
	text-align: center;
}

#contact_us .container_2_of_2 {
	width: 100%;
	padding: 0 0;
	display: block;
}

#contact_us .content_1_of_2 {
	padding: 0 0 0 0 ;
	float: none;
	margin: 0 auto;
}

#contact_us .content_2_of_2 {
	padding: 1px 0 0 0px;
	width: 90%;
	margin: 0 auto;
}

.cat_img {
	width: 95%;
	text-align: center;
}

.fb-page {
	padding-top: .3em;
	width: 300px;
}

/*FOOTER*/

footer {
	width: 100%;
	padding-bottom: 30px;
	margin: 0;
	max-width: 1366px;
	background: rgb(83,71,65);
	height: 300px;
	text-align: center;
}

.container_logo {
	margin: 0 auto;
	position: relative;
	top: 15px;
}

footer p {
	color: white;
	padding-top: .35em;
	font-size: .9em;
}


/*COMING SOON*/

.more_coming_soon h3 {
	padding: 200px 0 200px 50px;;
	color: rgb(123,111,105);
}

/*Meet & Greet*/


#meet_and_greet {
   	height: 40px;
} /* this is the small space before form page*/

.mg_form {
}

.mg_container {
	width: 90%;
	margin: 0px auto;
	padding: 0% 5%;
}

.mg_small_screen {
	display: block;
	width: 98%; 
}

.mg_left_first {
	width: 98%;
}

.mg_right_first {
	display: none;
}

.mg_left {
	display: none;
}

.mg_right {
	display: none;
}

.mg_full {
	width: 98%;	
}

.email, textarea {
	width: 98%;
}

.submit_button {
	margin: 5px 0px 30px 125px;
}


/*Thank you for Meet & Greet Request*/
	
.mg_thankyou {
	height: 31.6em;
}	

.mg_flex_image {
margin-left: -50px;
	width: 350px;
	float: none;
}

/* 404 page  */

.fourofour .page_container {
	width: 100%;
	padding-top: 5em ;
	max-width: 1366px;
}

.fourofour .content_container {
	width: 75%;
	margin: 0 auto; 
}

.img_404 {
	width: 300px;
}
	
}



/****** TABLETS  *******/
@media only screen and (min-width: 660px) and (max-width: 1039px) {


header {
   	background:  url(../images/cats-pjs-cat-smiling-1039.jpg) no-repeat;
	margin: 40px 0px 0px;	
	height: 560px;
}

.top_header_wrapper {
	height: 60px; 
	padding: 20px 0px 5px;
	max-width: 1366px;
}

.logo {
	float: left;
	width: 185px;
	margin: -9px 0 0 15px;
	padding: 0;
	height: 50px;
}

nav {
	/*float: right;
	padding-right: 15px; 
	width: 65%;
	width: 80%; 
	margin-top: 10px;
	margin-top: -19px;
	z-index: +3;*/
	display: none;
}

/*nav li {
	float: right;
	padding-left: 3%;
}

nav li:last-child {
	padding-left: 0px;
}

nav a {
    padding: 0;
	margin: 0;
	font-size: .85em;
	font-weight: 300;
	display: inline;
}

.nav_mobile {
	display: none;
}

.nav_li {
	display: none;
}

.menu {
	display: none;
}
*/



/* For hamburger menu*/

.menu-btn span {
  display: block;
	width: 24px;
	height: 4px;
	margin: 5px 0;
	background: white;
	z-index: 99;
} /*this is the hamburger shape only*/

.responsive-menu {
	display: none;
}

.expand {
	display: block !important; 
  float: right;
}

.menu-btn {
  float: right;
  padding: 10px 10px 10px 5px;
}

.responsive-menu li {
  list-style-type: none;
  border: 1px solid black;
  width: 170px;
  height: 40px;
  background: rgb(59,109,122);
  background: rgb(5,92,112
	);
	position:relative;
	left: 7px;
/*background: black;*/
}

.responsive-menu ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 13px;
  color: white;
  font-size: 1.05em;
  /*just the text links and around it, not the cells*/
}

.responsive-menu ul li a:hover {
  text-decoration: none;
  /*font-size: 18px;*/
}

.responsive-menu li:hover {
  border:1px solid white;
  background: rgb(196,14,114);
}

.responsive-menu li:last-child {
	background: none;
	border: none;
}

/* TTP links*/


.responsive-menu li:first-child {
	background: rgb(85,143,163);
	/*color: rgb(59,109,122); changes all links so first child is only working for background here*/
}

.responsive-menu li:hover:first-child {
  border:1px solid white;
  background: rgb(196,14,114);
  /*background: rgb(85,143,163); /*this is working for the hover*/
}


.responsive-menu li:nth-child(9) {
	background: rgb(85,143,163);
	/*color: rgb(59,109,122); changes all links so first child is only working for background here*/
}

.responsive-menu li:hover:nth-child(9) {
  border:1px solid white;
  background: rgb(196,14,114);
  /*background: rgb(85,143,163); /*this is working for the hover*/
}


/*End of hamburger*/

.nav_mobile {
	display: block;
	float: right;
	padding-right: 5px; 
	padding-top: 34px;
	width: 7em;
	line-height: 2em;
	margin-top: -35px;
}

.nav_mobile li {
    float: right;
	padding-left: 3.4%;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
}

.nav_mobile li:last-child {
	padding-left: 15px;
}

.nav_mobile a {
    padding: 0;
	margin: 0;
	font-size: .95em;
	font-weight: 600;
	display: inline;
}


.home_image {
	width: 660px;
}

.hero_overlay {
	margin: 0 auto;
	width: 80%;
	min-width: 30em;
	position: relative;
	top: 355px;
	top: 373px; /*moved down for xmas image*/
	/*top: -66px; this was for before og-image*/
	padding: .3em 0em .5em; 
}

header h1 {
	padding: 0 5%;
	width: 10em;
	font-size: 2.7em;
	margin: 0px auto .3em;
}

.button {
	height: 1.4em;
    width: 10.5em;
	font-size: 1.9em;
	border-radius: 8px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 auto 0;
}

/*opt-in horizontal*/

.opt-in-h-left {
	width: 27em;
	/*background: red;*/
}

.opt-in-h-right {
	height: 5em;
	/*background: blue;*/
}

.opt-in-horizontal .email {
	margin-top: .5em;
}

.opt-in-horizontal input.button {
	top: 2.1em;
	right: 4.1em;
	z-index: +10;
}


/*OVERVIEW*/

#overview {
	width: 100%;
	background: white;
	text-align: center;
	padding-bottom: 0;
	max-width: 1366px;
	padding: 3em 0 2em;
}

.container_left_half {
	width: 51%;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.container_right_half {
	width: 48%;
	vertical-align: top;
	margin: 0;
	display: inline-block;
}

.left_content {
	width: 80%;
	min-width: 320px;
	padding: 0 0 0 2%;
	text-align: left;
	float: right;
 }
 
 .right_content {
	width: 80%;
	min-width: 300px;
	padding: .7em 1% 0;
	float: left;
 }
 
 .petting_img {
	 width: 100%;
	 max-width:100%;
 }

.logo_container_1 {
	width: 47%;
	vertical-align: top;
	margin: 10% 2% 0 0;
	display: block; 
	
}

.logo_container_2 {
	width: 44%;
	margin: 10% 2% 0 0;
	vertical-align: top;
	display: block;
}
	
	
/*new*/
#overview {
	width: 100%;
	background: white;
	text-align: center;
	padding-bottom: 0;
	max-width: 1366px;
	padding: 3em 0 2em;
}



/*SERVICE AREA*/

#service_area {
	/*width: 88%;*/
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1366px;
	position: relative;
	background: rgb(83,71,65);
}

#service_area h2 {
	color: white;
	font-weight: 400;
	padding: 1em 0 .3em 1em;
}

#service_area h4 {
	color: white;
	line-height: .8;
	margin: .4em 0 .5em;
}

#service_area p {
	color: white;
	line-height: 1.4;
	font-size: .9em;
}

.container_left_third {
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	display: block;
}

.content_left_third {
	width: 75%;
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: .75em 2em .5em;
	background: rgb(49,169,178);
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

.container_middle_third {
	/*width: 480px;*/
	width: 100%;
	margin: 0;
	text-align: center;
	display: block;
}

.flex_image_map {
 	width: 100%;
	max-width: 480px;
	margin: 1.5em auto 0;
}

.container_right_third {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 2em;
}

.content_right_third {
	width: 70%;
	float: none;
	padding: .75em 2em .5em;
	margin: 1.5em auto 0;
	text-align: center;
	background: rgb(49,169,178);
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

/*ABOUT US*/

#about_us {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#about_us_text {
	position: relative;
	width: 65.7%;
	margin: 4em 10% 16em 21%;
	text-align: left;
	z-index: +1;
}

.bg_rjmc {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -17em;
}

/*SERVICES*/

#services {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#services ul {
	font-family: verveine;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: .8em;
}

.container_left_half_services {
	width: 43%;
	margin: 4em 1% 3% 5%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.container_right_half_services {
	width: 50%;
	vertical-align: top;
	margin: 10em 0% 3% 0%;
	display: inline-block;
}

/*Clients & Reviews*/

#client_photos_reviews .page_container {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1366px;
	background: rgb(83,71,65);
}

#client_photos_reviews .page_container h2 {
	color: white;
	padding: 1em 0 .5em 1em;
	font-weight: 600;
}

.bxslider p {
	width: 85%;
}



#client_photos_reviews .col-1 {
	width: 32.75%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .col-2 {
	width: 32.75%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .col-3 {
	width: 32.75%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .flex-image {
	/*width: 360px;*/
	width: 100%;
	max-width: 100%;
}


/*RATES*/

#rates {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	padding-bottom: 2em;
}

#rates h2 {
	text-align: center;
}
	
.rates_text {
	width: 560px;
	margin: 0 auto;
	padding-top: 1.6em;
}

.rates_text_notes {
	width: 560px;
	margin: 0 auto;
	padding-top: 1.6em;
	font-size: .93em;
}

.rates_container {
	background: rgb(66,33,11);
	margin: 1em auto;
	padding: .5em 0 .8em;
	width: 90%; /*changed*/
}

.promotion_box {
	background: rgb(255,42,114);
	margin: 1.5% auto 0%;
	width: 24em; /*changed*/
	padding: 1.5% .2%;
	text-align: center;
}

.promotion_box h2 {
	font-size: 1.25em;				    color: rgb(255,255,255);
	margin: 0 auto 1em;
	padding: 0 2em;
	width: 15em;
}

/*del what is not needed from below*/

#rates .package_container {									    width: 98%; /*changed*/
	max-width: 700px; /*new*/
	padding: 20px 0 10px;
	margin: 0 auto;
	position: relative;
}

#rates .container_one_of_four {
	width: 260px; /*changed*/
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	/*margin-left: 3%;*/
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	margin-bottom: 20px;
	/*margin-right: 1%;*/ /*new*/
}

#rates .content_one_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_two_of_four {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	margin-bottom: 20px;
}

#rates .content_two_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#rates .container_three_of_four {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;	
	padding-bottom: 2em;
}

#rates .content_three_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
	
}

#rates .container_four_of_four
 {
	width: 260px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	/*margin-right: 3%;*/
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#rates .content_four_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;					
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
	
}

.button_rates {
	font-size: 1.8em;
    height: 1.6em;
    width: 10em;
	line-height: 1.6em;
	margin: -1.6em auto 0;
	padding: .1em;
}

/*leave this*/
.button_rates {
	font-size: 1.8em;
    height: 1.6em;
    width: 10em;
	line-height: 1.6em;
	margin: -1.6em auto 0;
	padding: .1em;
}


/**HOW IT WORKS**/

#how_it_works {
	width: 100%;
	padding: 0;
	max-width: 1366px;
	position: relative;
	font-size: .95em;
	background: rgb(239,239,239);
}

#how_it_works h2 {
	padding: 0 0 0 5%;
	position: absolute;
	top: 20px;
	font-size: 2.3em;
}

.container_howitworks {
	width: 100%;
	background: rgb(239,239,239);
	padding-bottom: 2em;
}

.container_one_of_four {
	width: 35%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-left: 14%;
	margin-bottom: 20px;
}

.content_one_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	padding-bottom: 1em;
	text-align: left;
	margin: 0 auto;
}

.numbers {
	position: absolute;
	top: -.6em;
	left: -.07em;
	font-size: 3em;
	color: rgb(83,71,65);
	background: url(../../images/cat_paw.png) no-repeat;
	width: 65px;
	height: 65px;
}

.container_two_of_four {
	width: 35%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-right: 14%;
	margin-bottom: 20px;
}

.content_two_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 1em;
}

.container_three_of_four {
	width: 35%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-left: 14%;
	padding-bottom: 2em;
}

.content_three_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: .4em;
}

.container_four_of_four {
	width: 35%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-right: 14%;
	padding-bottom: 2em;
}

.content_four_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 1.7em;
}

.button_hiw {
	width: 9em;
}


/*CONTACT US*/

#contact_us {
	width: 100%;
	padding-bottom: 20px;
	margin: 0;
	max-width: 1366px;
	background: rgb(255,255,255);
}

#contact_us h2 {
	padding: 1em 1em .4em;
}

#contact_us .container_1_of_2 {
	width: 48.5%;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}

#contact_us .container_2_of_2 {
	width: 50.5%;
	padding: 0 0;
	vertical-align: top;
	display: inline-block;
}

#contact_us .content_1_of_2 {
	padding: 0 4% 0 0 ;
	float: right;
}

#contact_us .content_2_of_2 {
	padding: 1px 0 0 0px;
	width: 310px;
}

.cat_img {
	width: 290px;
}

.fb-page {
	padding-top: .3em;
	width: 300px;
}

/*FOOTER*/

footer {
	width: 100%;
	padding-bottom: 30px;
	margin: 0;
	max-width: 1366px;
	background: rgb(83,71,65);
	height: 300px;
	text-align: center;
}

.container_logo {
	margin: 0 auto;
	position: relative;
	top: 15px;
}

footer p {
	color: white;
	padding-top: .35em;
	font-size: .9em;
}

/*****Meet & Greet form page ****/


.top_header_wrapper_projects {
	height: 40px;
	padding: 15px 0px 10px;
}

#meet_and_greet {
   	height: 70px;
} /* this is the small space before form page*/

.mg_form {
}

.mg_container {
	width: 540px;
	margin: 0px auto;
	padding: 0% 5%;
}

.mg_left_first {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}

.mg_right_first {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 0 0 5%;
}

.mg_left {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}

.mg_right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 0 0 5%;
}

.mg_small_screen {
	display: none;
}

.mg_full {
	width: 98%;	
}

.email, textarea {
	width: 98%;
}

.submit_button {
	margin: 5px 0px 30px 165px;
}

.mg_thankyou {
	height: 31.8em;
}

.mg_flex_image {
max-width: 460px; 
	width: 100%;
	float: right;
}

/* 404 page  */

.fourofour .page_container {
	width: 100%;
	padding-top: 5em ;
	max-width: 1366px;
}

.fourofour .content_container {
	width: 85%;
	margin: 0 auto; 
}

.img_404 {
	width: 500px;
}
	
}



/*************LARGE SCREEN STYLES****************/
@media only screen and (min-width: 1040px) {


header {
   background-image: url(../images/cats-pjs-cat-smiling-1366.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: cover;

   margin: 10px 0px 0px;
   height: 590px;
}

/*.hero_image {
	background-image: url("../images/kittens_in_planters_1366-2.jpg");
	background-image: no-repeat;
	margin: 40px 0 0;
	height: 800px;
	 problems with hero text - might help to change this image to not be inside header but a next page since as is is not including overlay inside the hero_image div - try in a new file
	fluid image methods
	method 1: 
	background-size: cover;
	background-position: center;				    padding-bottom: 60%; 828/1366
	height/width x 100 = X	
}*/

.top_header_wrapper {
	height: 70px;
	height: 60px;
	padding: 20px 0px 5px;
	max-width: 1366px;
}

.logo {
	float: left;
	width: 185px;
	margin: -9px 0 0 15px;
	height: 50px;
}

nav {
	float: right;
	padding-right: 15px; 
	padding-top: 0px;
	width: 75%;
	margin-top: 0px;
}

.ttp-links {
	float: right;
	padding-right: 35px; 
	padding-top: 0px;
	padding-bottom: 12px;
	width: 100%;
	margin-top: 0px;
}

.ttp-links a {
	font-size: 1.3em;
	font-family: "verveine", script;
	line-height: 1;
	font-weight: 400; 
	text-transform: lowercase;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0 7px;
    /*border-color: white;*/
}

.ttp-links li {
	padding-left: 10px;
}

.ttp-links a:link {
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

.ttp-links a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	position: relative;
	z-index: +3;
}

.ttp-links a:hover {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
	position: relative;
	z-index: +3;
} 

.ttp-links a:active {
	color: rgb(255,255,255);
	background: rgba(196,14,114,1);
	text-decoration: none;
	position: relative;
	z-index: +3;
}


nav li {
    float: right;
	padding-left: 3.4%;
}

nav li:last-child {
	padding-left: 15px;
}

nav a {
    padding: 0;
	margin: 0;
	font-size: .9em;
	font-weight: 400;
	display: inline;
}

nav a:hover {
	color: rgb(196,14,114);
	
}

.nav_mobile {
	display: none;
}

.nav_mobile li {
	display: none;
}

.menu {
	display: none;
}

.home_image {
	width: 890px;
}

.hero_overlay {
	width: 74%;
	min-width: 50em;
	padding: .7em .5em 1em;
	position: relative;
	top: 415px;
	top: 425px;
	/*moved down for xmas photo*/
	/*top: -100px; this ws for before og-image*/
	margin: 0 auto 0; 
}

header h1 {
	font-size: 3em;	
	padding: 0 .1em .2em 0;
}

.button {
	font-size: 1.9em;
}

/*Email opt-in*/


.opt-in-horizontal input.button {
	
	z-index: +10;
}



/*OVERVIEW*/

#overview {
	width: 100%;
	background: white;
	text-align: center;
	padding-bottom: 0;
	max-width: 1366px;
	padding: 3em 0 2em;
}

.container_left_half {
	width: 49.5%;
	margin: 0px 0;
	vertical-align: top;
	display: inline-block;
}

.container_right_half {
	width: 49.5%;
	vertical-align: top;
	margin: 0px 0;
	display: inline-block;
}

 .left_content {
	width: 450px;
	padding: 0 25px 0 30px;
	text-align: left;
	float: right;
 }
 
 .right_content {
	width: 450px;
	padding: .7em 25px 0;
	float: left;
 }

.logo_container_1 {
	width: 49%;
	vertical-align: top;
	margin-top: 50px 1% 0 0;
	display: inline-block;
	padding: 0;
}

.logo_container_2 {
	width: 45%;
	margin: 10px 0 0 0;
	vertical-align: top;
	display: inline-block;
	padding: 0;
}



/*SERVICE AREA*/

#service_area {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1366px;
	position: relative;
	background: rgb(83,71,65);
}

#service_area h2 {
	color: white;
	font-weight: 400;
	padding: 1em 0 .5em 1em;
}

#service_area h4 {
	color: white;
	line-height: .8;
	margin: .4em 0 .5em;
}

#service_area p {
	color: white;
	line-height: 1.4;
	font-size: .9em;
}

.container_left_third {
	width: 29%;
	margin: 0 0 1em;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.content_left_third {
	width: 12em;
	float: right;
	text-align: center;
	margin: 0;
	padding: 1em;
	background: rgb(49,169,178);
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

.container_middle_third {
	/*width: 480px;*/
	width: 49%;
	margin: 0 0 1em;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.flex_image_map {
 	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.container_right_third {
	width: 21%;
	margin: 0 0 1em;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.content_right_third {
	width: 7em;
	float: left;
	padding: 1em;
	text-align: center;
	background: rgb(49,169,178);
	background: rgb(199,84,164);
	background: rgb(193,16,147);
}

/*ABOUT US*/

#about_us {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#about_us_text {
	position: relative;
	width: 45.7%;
	margin: 4em 23% 16em 31%;
	text-align: left;
	z-index: +1;
}

.bg_rjmc {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -17em;
}

/*SERVICES*/

#services {
	width: 100%;
	text-align: center;
	padding: 0;
	max-width: 1366px;
	position: relative;
}

#services ul {
	font-family: verveine;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: .8em;
}

.container_left_half_services {
	width: 38%;
	margin: 4em 2% 3% 11%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.container_right_half_services {
	width: 48%;
	vertical-align: top;
	margin: 10em 0% 3% 0%;
	display: inline-block;
}

/*Clients & Reviews*/

#client_photos_reviews .page_container {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1366px;
	background: rgb(83,71,65);
}

#client_photos_reviews .page_container h2 {
	color: white;
	padding: 1em 0 1em 1em;
	font-weight: 500;
}

#client_photos_reviews .col-1 {
	width: 33%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .col-2 {
	width: 33%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .col-3 {
	width: 33%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}

#client_photos_reviews .flex-image {
	/*width: 360px;*/
	width: 100%;
	max-width: 100%;
}

/*RATES*/

#rates {
	width: 100%;
	max-width: 1366px;
	text-align: center;
	padding-bottom: 2em;
}

#rates h2 {
	text-align: center;
}
	
.rates_text {
	width: 600px;
	margin: 0 auto;
	padding-top: 1.6em;
}

.rates_text_notes {
	width: 600px;
	margin: 0 auto;
	padding-top: 1.6em;
	font-size: .95em;
}

.rates_container {
	background: rgb(66,33,11);
	margin: 1em auto;
	padding: .5em 0 .8em;
	width: 94%;
	text-align: center;
}

.promotion_box {
	background: rgb(255,42,114);
	margin: 1.5% auto 0%;
	width: 500px;
	padding: 1.5%;
	text-align: center;
}

.promotion_box h2 {
	font-size: 1.25em;				    color: rgb(255,255,255);
	margin: 0 auto 1em;
	padding: 0;
}

#rates .package_container {									    width: 98%;
	padding: 20px 0 10px;
	margin: 0 auto;
	position: relative;
}

#rates .package_container h4 {
	font-size: 1.85em;				    color: rgb(43,76,91);
	margin: .8em auto 0;
	padding: 0;
}



/*number of minutes*/
#rates .package_container h5 {
	font-size: 5em;
	font-family:"verveine", script;	
	weight:300;			    color: rgb(255,255,255);
	margin: 0;
	margin-left: -1.15em;
	padding: 0;
}

/*minutes words*/
#rates .package_container h6 {
	font-size: 1.5em;
	font-family:"verveine", script;	
	weight: 100;			    color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	position: relative;
	top: -.95em;
	left: -1em;
}

#rates .package_container h7 {
	font-size: 3.5em;
	font-family: "myriad-pro-condensed",sans-serif;	
	weight: 300;			    color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	position: relative;
	top: -1.96em;
	left: .6em;
}

#rates .visits-per-day {
	font-family: "myriad-pro",sans-serif;
	weight: 400;
	font-size:1.4em;
	color: rgb(255,255,0);
	margin-top: -4.5em;
}

#rates .visits-per-day-b{
	font-family: "myriad-pro",sans-serif;
	weight: 400;
	font-size:1.1em;
	color: rgb(255,255,0);
	margin-top: -1.5em;
}

#rates .price, #rates .price-b {
	font-family:"verveine", script;	
	font-size: 1.8em;
}

#rates .visit-times {
	font-size: 1.15em;				    color: rgb(43,76,91);
	font-family:"myriad-pro-condensed", sans-serif;
	/*font-style: italic;*/
	font-weight: 400;
	margin: -.5em auto 0;
	line-height: 1.2em;

}

#rates .container_one_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;

}

#rates .content_one_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.cat_face_1a, .cat_face_1b, .cat_face_2a, .cat_face_2b, .cat_face_2c,
.cat_face_3a, .cat_face_3b, .cat_face_3c,
.cat_face_3d,
.cat_face_4a, .cat_face_4b, .cat_face_4c,
.cat_face_4d,
.cat_face_4e  {
	width: 73px;
	height: 70px;
	position: absolute;
	top: -36px;
	margin: 0 auto;
	font-size: 2.5em;
	color: rgb(255,255,255);
	background: url(../../images/cat_face.png) no-repeat;
	z-index: 500;
}

.cat_face_1a {
	left: 40px;
}

.cat_face_1b {
	left: 120px;
}

/*2nd set*/
.cat_face_2a {
	left: 15px;
}

.cat_face_2b {
	left: 80px;
}

.cat_face_2c {
	left: 145px;
}

/*3rd set*/

.cat_face_3a {
	left: 5px;
}

.cat_face_3b {
	left: 55px;
}

.cat_face_3c {
	left: 105px;
	z-index: 400;
}

.cat_face_3d {
	left: 155px;
}

/*4th set*/

.cat_face_4a {
	left: 5px;
	top: -30px;
}

.cat_face_4b {
	left: 80px;
	top: -30px;
}

.cat_face_4c {
	left: 155px;
	top: -30px;
}

.cat_face_4d {
	left: 40px;
	top: -50px;
}

.cat_face_4e {
	left: 120px;
	top: -50px;
}


#rates .container_two_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	
}

#rates .content_two_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2em;
}

#rates .container_three_of_four {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;	
	
}

#rates .content_three_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2em;
}

#rates .container_four_of_four
 {
	width: 24%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	/*margin-right: 3%;*/
	padding-bottom: 2em;
}

#rates .content_four_of_four {
	background: rgb(140,198,63);
	width: 210px;
	padding: 15px 5px 20px 5px;					
	border: 1px solid;
	text-align: center;
	margin: 0 auto;
	position: relative;
}


.button_rates {
	font-size: 1.8em;
    height: 1.6em;
    width: 10em;
	line-height: 1.6em;
	margin: -1.6em auto 0;
	padding: .1em;
}



/**HOW IT WORKS**/

#how_it_works {
	width: 100%;
	padding: 0;
	max-width: 1366px;
	position: relative;
	font-size: .95em;
	background: rgb(239,239,239);
}

#how_it_works h2 {
	padding: 0 0 0 4.8%;
	position: absolute;
	top: 17px;
	font-size: 2.3em;
}

#how_it_works .container_howitworks {
	width: 100%;
	background: rgb(239,239,239);
	padding-bottom: 2em;
}

#how_it_works .container_one_of_four {
	width: 23%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-left: 3%;
	padding-bottom: 2em;
}

#how_it_works .content_one_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	padding-bottom: 1em;
	text-align: left;
	margin: 0 auto;
}

#how_it_works .numbers {
	width: 65px;
	height: 65px;
	position: absolute;
	top: -.7em;
	left: .4em;
	margin: 0 auto;
	font-size: 2.5em;
	color: rgb(255,255,255);
	background: url(../../images/cat_paw.png) no-repeat;
}

#how_it_works .container_two_of_four {
	width: 23%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom: 2em;
}

#how_it_works .content_two_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
}

#how_it_works .container_three_of_four {
	width: 23%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;	
	padding-bottom: 2em;
}

#how_it_works .content_three_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 0em;
}

#how_it_works .container_four_of_four {
	width: 23%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-right: 3%;
	padding-bottom: 2em;
}

#how_it_works .content_four_of_four {
	width: 185px;
	padding: 20px;
	border: 1px solid;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 1.5em;
}


/*CONTACT US*/

#contact_us {
	width: 100%;
	padding-bottom: 20px;
	margin: 0;
	max-width: 1366px;
	/*background: rgb(250,250,245);*/
}

#contact_us h2 {
	padding: 1em 1em .4em;
}

#contact_us .container_1_of_2 {
	width: 49.5%;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}

#contact_us .container_2_of_2 {
	width: 49.5%;
	padding: 0 0;
	vertical-align: top;
	display: inline-block;
}

#contact_us .content_1_of_2 {
	padding: 0 10% 0 0 ;
	float: right;
}

#contact_us .content_2_of_2 {
	padding: 5px 0 0 0px;
	width: 450px;
}

.cat_img {
	width: 410px;
}

.fb-page {
	padding-top: .3em;
	width: 400px;
}



/*FOOTER*/

footer {
	width: 100%;
	padding-bottom: 30px;
	margin: 0;
	max-width: 1366px;
	background: rgb(83,71,65);
	height: 150px;
	text-align: center;
}

.container_logo {
	margin: 0 auto;
	position: relative;
	top: 15px;
}

footer p {
	color: white;
	padding-top: .35em;
	font-size: .9em;
}


/*****Meet & Greet form page ****/

#meet_and_greet {
   	height: 70px;
	/* this is the small space before form page*/
}

/* for later! 
.bg_image {
	background: url(../images/mg-right.jpg) top right no-repeat;
	
}*/

.mg_form {
}

.mg_container {
	width: 660px;
	margin: 0 auto;
	padding: 0% 5%;
}

#meet_and_greet h4 {
	margin: 0;
	padding: 0;
}


.mg_left_first {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}

.mg_right_first {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 0 0 5%;
}

.mg_left {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}

.mg_right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 0 0 5%;
}

.mg_small_screen {
	display: none;
}

.mg_full {
	width: 98%;	
}

.email, textarea {
	width: 98%;
}

.mg_thankyou {
	height: 29.8em;
	
}

.mg_flex_image {
max-width: 460px; 
	width: 100%;
	float: right;
}	

/* 404 page  */

.fourofour .page_container {
	width: 100%;
	padding-top: 3em ;
	max-width: 1366px;
}

.fourofour .content_container {
	width: 70%;
	margin: 0 auto; 
}

.fourofour h2 {
	text-align: center;
}

.img_404 {
	width: 600px;
}


}
/*
@media (max-width: 600px) {
  header {
    height: 590px;
  }
}/*

