.childinfo {
	float: left;
	width: 100%;
	background-color: #fff;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.childinfo div.logo {
	float: left;
	width: 25%;
}

.childinfo div.headline {
    float: left;
    width: 75%;
    padding: 0px 0px 10px 0px;
		margin-top: 50px;
}

.childinfo div.headline h2 {
    font-size: 45px;
    color: #EF8201;
    padding-bottom: 15px;
		font-weight: bold;
		border-bottom: 1px solid #EF8201;
}

.childinfo div.headline span {
	float: left;
	margin-top: 15px;
	font-size: 18px;
	text-transform: uppercase;
}

h2 .rbtn i {
	font-size: 16px;
	font-weight: bold;
}

h2 .rbtn {
	float: right;
	margin-top: -7px;
}

.photobar {
	float: left;
	width: 480px;
	margin-left: 3%;
}

.photobar .photo {
	float: left;
	width: 100%;
	height: 480px;
	height: 635px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.photobar .photo img {
	float: right;
	margin-top: 15px;
}

.infobar {
	float: right;
	margin-right: 3%;
	width: calc(94% - 520px);
	color: #000;
}

.infobar h3 {
	font-size: 32px;
	font-weight: bold;
	color: #EF8201;
	margin-bottom: 20px;
}

.infobar p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}

.photobar ul {
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.photobar ul li {
	float: left;
	width: 32%;
	height: 92px;
	margin-right: 1.9%;
	margin-top: 10px;
}

.photobar ul li:nth-child(3n) {
	margin-right: 0px;
}

.photobar ul li div.thumb {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #8b8b8b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.photobar ul li a {
	float: left;
	width: 100%;
	height: 100%;
}

.photobar ul li a:hover div.thumb {
	box-shadow: 0px 0px 7px #777;
	background-size: 150% auto !important;
}

a.sml {
	font-size: 18px;
}

a.sml i {
	font-weight: bold;
}

a.pclink {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.pclink:hover {
	text-decoration: underline;
	color: #EF8201;
}

div.childlist {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 20px;
}

div.childlist h3 {
	font-size: 24px;
	font-weight: bold;
	color: #EF8201;
	border-bottom: 1px solid #EF8201;
	padding-bottom: 10px;
}

div.childlist ul.story { 
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0.5%;
	margin-bottom: 2%;
}

div.childlist ul.story li {
	float: left;
	width: 10%;
	margin-left: 0.0%;
} 

div.childlist ul.story li:first-child {
	margin-left: 0px;
}

div.childlist ul.story li div.imgboxc img {
	float: left;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}

div.childlist ul.story li div.imgboxc span {
	display: block;
	position: absolute;
	left: 5.5%;
	top: 4.7%;
	width: 92%;
	height: 89%;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

div.childlist ul.story li div.imgboxc span i {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 45%;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 1px 1px 3px #000;
}

div.childlist ul.story li div.imgboxc {
	float: left;
	width: 84%;
	position: relative;
	margin-left: 8%;
	margin-top: 8%;
	margin-bottom: 8%;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

div.childlist ul.story li:hover div.imgboxc {
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

div.childlist ul.story li:hover div.imgboxc span {
	opacity: 0;
}

div.childlist ul.story li div.namebox {
	float: left;
	width: 100%;
	margin-left: 0%;
	text-align: center;
	padding-top: 10px;
}

div.childlist ul.story li div.namebox a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: 22px;
}

div.childlist ul.story li div.namebox span.mh, div.childlist ul.story li:hover div.namebox span.ms {
	display: block;
}

div.childlist ul.story li div.namebox span.ms, div.childlist ul.story li:hover div.namebox span.mh {
	display: none;
}

div.childlist ul.story li div.namebox span.ms {
	font-size: 16px;
}

.docs {
	float: left;
	width: 94%;
	margin-left: 3%;
	font-size: 18px;
	line-height: 24px;
}

.docs p {
	margin: 20px 0px;
}

.docs p:first-child {
	margin-top: 0px;
}

.docs strong {
	font-weight: bold;
}

.headline span.img {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 0px;
}

.phdocl {
	width: auto !important;
}

.phdoc {
	float: right !important;
	width: 100% !important;
	margin-top: 0px !important;
	padding: 0px !important;
}

.headline span.img img {
	float: left;
	width: 100%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.docs h2 {
	font-size: 34px;
	font-weight: bold;
	color: #EF8201;
	margin-bottom: 10px;
}

span.perex {
	float: left;
	width: 100%;
	text-transform: none !important;
	font-size: 20px;
	line-height: 26px;
	border-bottom: 1px solid #EF8201;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-style: italic;
}

.docs h3 {
	font-size: 24px;
	font-weight: bold;
	color: #EF8201;
}

.docs ul {
	margin: 10px 0px;
	margin-left: 20px;
	list-style-type: disc;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
	
	.photobar {
		width: 320px;
	}
	
	.photobar .photo {
		height: 435px;
	}
	
	.infobar {
		width: calc(94% - 350px);
	}
	
	.infobar p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.childinfo div.logo {
		display: none;
	}
	
	.childinfo div.headline {
		width: 100%;
	}
}

@media screen and (min-width: 300px) and (max-width: 800px) { 
	.photobar {
		width: 96%;
		margin: 0px 2%;
	}
	
	.photobar .photo {
		height: 650px;
		width: 100%;
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		border-radius: 0%;
	}
	
	.photobar .photo img {
		display: none;
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		border-radius: 0%;
	}
	
	.infobar {
		width: 96%;
		margin: 0px 2%;
	}
	
	.infobar p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.childinfo div.logo {
		display: none;
	}
	
	.childinfo div.headline {
		width: 100%;
	}
	
	.childinfo div.headline h2 {
		font-size: 18px;
	}
	
	a.cbtnr {
		float: right !important;
		width: auto !important;
	}
}


