body { 
  font-family: 	 "Open Sans", Arial, sans-serif;
  margin:         0px;
  border:		0px;
  padding:	      0px;
  font-size: 16px;
  color: #333333;
  background-color: white;

}
/******************************************************************************************/
/*     PAGE STRUCTURE                                                                     */
/******************************************************************************************/
#page {
	width: 100%;
	 background: url('images/bg_page.jpg') top left repeat;
	}

#wrapper {
  max-width: 1200px;
  padding: 40px 20px 0px;
  margin: 0px auto 0px;
  /*background-color: #f0f3ec;*/
  border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;
} 

#content{
  float: none;
  display: block;
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0;
  }
.contentbox {
  background-color: white;
  padding: 40px;
  margin: 0 0px 30px 0;
  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5);
 }

#navigation {
  background-color: #000;
  margin-top: 0px;
  width: 100%;  
  }
#subscribe {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	}
#subscribe-core {
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	}
#footer {
	width: 100%;
	background-color: #333;
}
#footer-core {
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
	background-color: #333;
	}
#copyright {
	width: 100%;
	background-color: #000;
	}
#copyright-core {
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
	background-color: #000;
	}
/****************************************************/
/*         GLOBAL TEXT / LINKS / IMAGES             */
/****************************************************/
hr {
	clear: both;
	background-color: #bab2a5;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
@import url('fonts/opensans.css');
img {
border: none;
max-width: 100%;
height: auto;
}
.clear {
  clear: both;
  }
.red {
  color: #e41b1b;
  }
.green {
  color: green;
  }

li {
	padding: 5px 0;
	}
.floatright {
	float: right; 
	margin: 0 0 20px 20px;
	}
.picframe {
	padding: 6px;
	border: 1px solid #d3d3d3;
}
.page_img {
  float: right;
  margin: 0 0 20px 20px;
  padding: 5px;
  border: 1px solid #999999;
  }
.photospace {
  width: 100%;
  text-align: center;
  }
.photospace img {
  margin: 20px 20px 0 0;
  }
h1 {
  font-size: 35px;
  color: #000000;
  text-align: center;
  padding-top: 0px;
  font-family: Georgia;
}

h2 {
  color: #99336f;
  font-size:  24px;
  text-transform: uppercase;
  border-bottom: 1px solid #99336f;
}

h2.title {
  background-color: #99336f;
  color: white;
  border-bottom: none;
  padding: 10px;
   border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5);
  }

h3 {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  }
  
p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
  padding: 0;
}
#cff p, #cff .cff-post-links {
	width: auto !important;
	font-size: 13px;
	padding: 0 5px !important;
	}
#cff .cff-load-more, .cff-likebox {
	display: none !important;
	}
h4 {
  color: #3b1b07;
  background-color: #d9e6ed;
  width: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  padding: 3px 0;
  text-align: center;
  }
.full		  {width: 100%; }
.one_half     {width: 48.7%; }
.one_third    {width: 31.6%; }
.two_third    {width: 65.8%; }
.one_fourth   {width: 23.05%; }
.three_fourth {width: 74.35%; }
.one_fifth    {width: 17.92%; }
.two_fifth    {width: 38.44%; }
.three_fifth  {width: 58.96%; }
.four_fifth   {width: 79.48%; }
.one_sixth    {width: 14.5%; }
.five_sixth   {width: 82.9%; }
.last         {clear: right; margin-right: 0px !important; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	margin-right: 2.6%;
	margin-bottom: 20px;
	position: relative;
	float: left;
}


img {
	max-width: 100%;
	height: auto;
	}

.homephotos .learn a, #sidebar a.learn, a.learn, input.learn{
   text-decoration: none;
  color: #452f15;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #ebebeb;
  border: 1px solid #aaa;
  cursor: pointer;
  margin: 0px 0 0px 0;
  padding: 7px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  line-height: 29px;
  }
input.learn {
	line-height: 10px;
	}
.homephotos .learn a:hover, input.join:hover, #sidebar a.learn:hover, a.learn:hover, input.learn:hover{
   color: #000000;
  text-decoration: none;
  }
a {
  color:  #99336f;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline; 
  }


/****************************************************/
/*          HEADER                                  */
/****************************************************/
#header {
	width: 100%;
    margin: 0;
	padding: 0;
	background-color: #99336f;
}
#header-core {
  position: relative;
  width: 1140px;
  margin: 0px auto 0;
  padding-top: 20px;
  
  }

#logo {
  text-align: center;
  padding: 0px 0px 20px 0;
  z-index: 1000;
  }
#logo img {
	max-width: 400px;
	}

p.phone {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 0px 0;
  padding: 0;
  text-align: center;
  }
p.email a{
  color: #ffffff;
  font-size: 13px;
  margin: 0 0 0px 0;
  padding: 0;
  }
p.email {
	color: #ffffff;
	text-align: center;
	font-weight: semibold;
	}
#info {
  position: absolute;
	top: 20px;
	right: 20px;
  text-align: right;
  color: #9d4109;
  font-size: 16px;
  }
#info span.small {
	font-size: 13px;
	}



/*****************************************/
/*   HOME PAGE                           */
/*****************************************/
.cycle-slideshow  img {
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5);
 }
#homephoto {
  margin: 0 0px 30px 0px;
  padding: 0;

  }
#homephoto a {
	max-width: 100%;
	}
.homephotos .one_half  {
	margin-bottom: 40px;
	}
.homephotos img {
 margin: 0 0 10px 0;
 }

.homephotos p {
  margin: 10px ;
  padding: 0px 0px 10px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  }
.homephotos h2 {
  text-align: center;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0;
  color: #999;
  border-bottom: none;
  font-family: cookie, serif;
  font-size: 34px;
  text-transform: none;
  }
.homephotos h2 a {
  color: #452f15;
  }
.homephotos h2 a:hover {
  text-decoration: none;
  color: #000000;
  }
  
/*****************************************/
/*   GALLERY                             */
/*****************************************/
.gallery img {
	width: 23.5%;
	height: auto;
	margin: 0 1% 1% 0;
	padding: 0;
	}	

/*****************************************/
/*   PUPPY PAGE                          */
/*****************************************/
.details {
  width: auto;
  padding: 10px;
  border: 1px solid #000;
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  margin-bottom: 20px;
  }

.parents h2 {
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: black;
  }
.parents p {
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0 0 0;
}
.parents h3 {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	}
h2.girl {
  background-color: #fedeec;
  }
h2.boy {
  background-color: #b4d7e9;
  }
h2.girl, h2.boy {
  width: auto;
  border-bottom: none;
  margin: 20px 0 0px 0;
  padding: 8px 0 8px 10px;
  color: #252525;
  font-size: 14px;
  text-transform: uppercase;
    border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0px 0;
  -webkit-border-radius: 5px 5px 0px 0;
}

span.small {
	font-size: 12px;
	text-transform: lowercase;
	font-weight: normal;
	}



/*************************************************************************/
/*                  SOCIALS                                              */
/*************************************************************************/

#social {


	width: 100%;
	text-align: center;
}
#social li,
#social li a {
	color: #CCC;
	font-size: 12px;
	display: block;
}


#social li,
#social li a {
	border: 0px;
	text-decoration: none;
}
#social ul {
	padding-left: 0;
	padding: 0;
	margin: 0;
}
#social li {
	display: inline-block;
	vertical-align: middle;
}
#social li a {
display: table;
text-align: center;
color: #000;
	width: 30px;
	height: 30px;
	margin: 3px;
	background: #fff;
	border: 1px solid black;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#social li a:hover {
	color: #fff;
	background-color: black;
	}

#social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
/****************************************************/
/*        SUBSCRIBE                                 */
/****************************************************/
#subscribe p, #subscribe {
	color: #707070;
	line-height: 1.5em;
	}
#subscribe h2 {
	color: black;
	font-size: 30px;
	border-bottom: none;
	}
#subscribe span.checkbox {
	font-size: 14px;
	}
#subscribe input.subscribe {
	padding: 1em;
	font-size: 16px;
	border-color:rgba(0,0,0,.12);
	border-width: 1px;
	color: #707070;
	}
#subscribe ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(0,0,0,.25);
}
#subscribe html input[type="button"],
input[type="reset"],
input[type="submit"]{
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #ffffff;
  border: 2px solid black;
  cursor: pointer;
  margin: 0px 0 0 0;
  padding: 1em;
  }

input[type="button"]:hover,
input[type="reset"]:hover,
input.join[type="submit"]:hover {
  background-color:  #000;
  color: white;
  }
/****************************************************/
/*        FOOTER & COPYRIGHT                        */
/****************************************************/

#footer-core a{
	color: #f161d9;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}
#footer-core h2 {
	color: #efefef;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f161d9;
	font-weight: 500;
	}
#footer-core p {
	color: #efefef;
	font-size: 14px;
	}

#footer-core .one_third {
	text-align: center;
	}

/****************************************************/
/*         COPYRIGHT                                */
/****************************************************/


#copyright-core {
  text-align: center;
}
#copyright-core p {
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
  padding: 0 0 0 0px;
  }
#copyright-core a {
  color: #e1e1e1;
}

#copyright-core a:hover {
  color: white;
}
/****************************************************/
/*         CONTACT FORM  / APPLICATION              */
/****************************************************/

#pageform {
  margin-top: 20px;
  font-size: 14px;

 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;  }

#pageform h3 {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
  }

#pageform em {
  font-weight: bold;
  font-style: normal;
}
#pageform input[type="text"] {
	width: 90%;
	padding: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	}
#pageform textarea {
	max-width: 100%;
	width: 100%;
	height: 50px;
	padding: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	}


 /***************************************************
                  MENUS 
*****************************************************/
 #navigation-core {
	width: 1200px;
	margin: 0 auto;
	}
 .menu li {
  padding: 10px 0px 10px 70px; 
  }
.menu {
  margin: 0px 0px 0 0px; 
  padding: 0px 0; 
  }
ul.menu ul{
	display:none;
	position:absolute;
	left:0%;
	top:100%; 
	border: 1px solid #ffffff; 
	padding: 0;}
ul.menu li:hover>*{
	display:block;}
ul.menu li{
	position:relative;
	zoom:1;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;}
ul.menu ul li {
  padding: 0;
  }
ul.menu li:hover{
	z-index:1;}
ul.menu ul ul{
	position:absolute;left:100%;top:0;}
ul.menu{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	*display:inline;}
ul.menu>li,ul.menu li{
	margin:0 0 0 0;}
* html ul.menu li a{
	display:inline-block;}
ul.menu ul>li{
	margin:0px 0 0;}
ul.menu a:active, ul.menu a:focus{
	outline-style:none;}
ul.menu a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:14px "Open Sans",sans-serif;
	color:#ffffff; 
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;}
ul.menu a.on, ul.menu a:hover {
	color: #f161d9;
	text-decoration: none;
	}
ul.menu ul li{
	float:none;margin:0px 0 0; min-width: 180px;}
ul.menu ul a{
	text-align:left;
	padding:6px 10px;
	background-color:#666;
	border-width:1px 0 0px 0;
	border-style:solid;
	border-color:#ffffff;
	font:12px "Open Sans",sans-serif;
	color:#ffffff;
	text-decoration:none;}
ul.menu li.toproot a::after {
    position: relative;
    content: "\f107";
    font-family: fontawesome;
    padding-left: 6px;
}
ul.menu li.toproot ul li a::after {
    position: relative;
    content: "";
    font-family: fontawesome;
    padding-left: 6px;
}
ul.menu ul li:hover>a,ul.menu ul li>a.on{
	background-color:#666;
	border-style:solid;
	border-color:#ffffff;
	color:#f161d9;
	text-decoration:none;}
ul.menu li.toproot a:hover {
    text-decoration: none; 
	}


/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */
/*Responsive Styles*/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-align: right;
	padding: 10px 0;
	display: none;
	position: relative;
}
.menutext {
  color: white;
  position: absolute;
  right: 50px;
  top: 10px;
  cursor: pointer;
  }

/*Hide checkbox*/
#navigation input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
img.fix {
	display: none;
	}
/* Fix Android */
body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}

/* Hide checkbox */
#show-menu input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

/* Like a link would behave */
label { 
  cursor: pointer;
  user-select: none;
}

/* CSS for View Full Site */ 
 .rwd-display-options{ text-align: center; } 
 .rwd-display-option{ cursor: pointer; } 
 
 
 #view-responsive{ display: none; } 
 
 
 @media only screen and (min-width: 768px){ 
     #view-full{ display: none; } 
     #view-responsive{ display: inline; } 
 } 


@media screen and (max-width : 768px){

/********************************* MENU *************************************/
	/*Make dropdown links appear inline*/
	.hide-mobile {
		display: none;
		}		
	.menu {
		margin: 0;
		}
	ul.menu, ul.menu ul {
		position: static;
		display: none;
		width: 100%;
		padding: 0;
	}
	ul.menu > li, ul.menu li {
		margin: 0;
		float: none;
		background-color: #666;
		width: auto;
		padding: 0;
		}
	/*Create vertical spacing*/
	.menu li {
		margin-bottom: 1px;
		border-bottom: 1px solid white;
		
	}
	ul.menu{
		border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	ul.menu li>a{
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0px;
	}
	ul.menu li>a{
	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	ul.menu a, ul.menu ul a {
		padding: 10px 0;
		text-align: center;
		color: #fff;
		}

	ul.menu a, ul.menu a.on {
	  text-align: center;
	  }
	ul.menu a.on, ul.menu a:hover {
		color: #f161d9;
		
		}
	ul.menu ul li:hover > a, ul.menu ul li > a.on {
		background-color: #666;
		}
	/*Make all menu links full width*/
	ul.menu ul li, ul.menu li a{
	width: 100%;
		}
	
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		padding: 10px 10px;
		background-color: #333;
		border: 1px solid #222;
	}
	 .icon-bar {
		display: block;
		width: 20px;
		height: 3px;
		margin: 0 0 0 auto;
		background-color: #FFF;
	}
	 .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	
}
/* iPad Portrait & Tablet */
@media only screen and (max-width: 768px) {
	

	#wrapper, #navigation, #nav, #header, #header-core, #copyright, #fullpage, #subscribe, #subscribe-core, #content, #footer  {
	  width: 100%;
	  padding: 0;
	  -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	  }
	#subscribe input {
		display: inline block;
		}
	#subscribe-core {
		text-align: center;
		}
	
	#wrapper, #content, #contentpage, #footer {
		padding: 10px;
		}
	#fullpage, .fullpage {
		padding: 5px;
		}
	#nav, #navigation {
	  clear: left;
	  height: auto;
	  margin-bottom: 0px;
	  position: static;
	  }	
	ul.menu {
		margin: 0;
		}
	#nav {
		background: none;
		height: auto;
		}
	span.former {
		display: none;
		}
	/* Header */
	#header {	
		position: static !important;
		margin: 0;
		width: 100%;
		padding: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-core {
		padding: 20px;
		}
	#sidebar {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	#content, #contentpage, #copyright-core, #content-core, #footer-core, #navigation-core {
		float: none;
		width: auto;
		}
	#page {
	  width: auto;
	  }
	#header img {
		max-width: 100%;
		height: auto;
		}
	#homephoto {
		width: 100%;
		height: auto;
		}
	#homephoto img {
		width: 100%;
		height: auto;
		}
/********************* HEADER *************************/
	#info {
		position: static;
		width: 100%;
		text-align: center;
		font-size: 16px;
		display: inline-block;
		}
	p.email, #header a {
		font-size: 16px;
		}
/******************** HOME PAGE ************************/	
	
	li.photobox {
		width: 47%;
		height: 320px;
		margin-right: 2.5%;
		position: relative;
		}
	
	li.photobox .homelink  {
	  position: absolute;
	  bottom: 20px;
	  left: 25px;
	  width: 106px;
	  }
	
	

	.details {
		width: auto;
		clear: both;
		}
	
/*********************** HOME SLIDER ***********************/
	
#homephoto {
	width: 100%;
	height: auto;
	}

	
/*********************** TESTIMONIALS *********************/
	.testimonial {
		width: auto;
		}

/************************FOOTER **************************/	
	
	#connect {

		height: 80px;
		width: 100%;
		display: inline-block;
		}
	.group {
		top: 60px;
		}
		
}


/*********************************** Small Tablets & Larger Phones *****************************************/
@media only screen and (max-width: 685px) {
	
	.gallery img {
	width: 31.5%;
	height: auto;
	margin: 0 .5% .5% 0;
	padding: 0;
	}
	
	/* Main */
	

/****************** PAGES *****************************/
	img.picframe {
		float: none;
		position: static;
		width: 100%;
		height: auto;
		}
	
}


/* iPhone (Landscape) */
@media only screen and (max-width: 568px) {
		#header {
		text-align: center;
		height: auto;
		}
		.one_half {
		width: 100%;
		margin-right: 0;
		}

.gallery img {
	width: 48.5%;
	height: auto;
	margin: 0 .5% .5% 0;
	padding: 0;
	}
/******************** HOME PAGE ************************/	
	h1 {
		width: auto;
		}
	
	.homephotos p {
		margin: 5px;
		text-align: left;
		}
	

/****************** PAGES *****************************/
	img.floatright {
		width: auto;
		float: none;
		height: auto;
		margin: 0;
		}
	.picframe {
		padding: 0;
		border: none;
		}
	img.rightimage {
		float: none;
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		}
	#pageform {
		width: auto;
		}
	
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width:100%;
		float:none;
		margin-right:0px;
	}
/************************FOOTER **************************/	
	
	#connect {
		width: 100%;
		margin: 10px;
		float: none;
		}
}




/* iPhone (Portrait) */
@media only screen and (max-width: 320px) {
#wrapper {
	min-width: 280px;
	}
	
}
