/* CSS Document */
@font-face {
    font-family: 'wildyouth';
    src: url('wildyouth-regular_2-webfont.woff2') format('woff2'),
         url('wildyouth-regular_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	font-weight:normal;
	text-decoration:none;
}
a, a:hover {
	transition: all ease-in-out 0.3s;
}
.wrapper {
	max-width:1240px;
	width:100%;
	margin:0 auto;
	transition: all ease-in-out 0.3s;
}
h1 {
	font-size:60px;
	color:#1C3C97;
	padding-top:20px;
	font-family:'wildyouth';
	padding-bottom:30px;
}
h1 span {
	color:#993399;
	text-decoration:none;
	border-bottom:solid 12px #162985;
}
.img1 {
	float:right;
	vertical-align:middle;
	width:200px;
}
.img2 {
	margin-top:20px;
}
.section1 {
	height:auto;
	overflow:auto;
	position:relative;
	width:100%;
	overflow-y: hidden;
}
.stat1 {
	background-color:#009C99;
	font-family:'wildyouth';
	padding:24px;
	width:32.55%;
	float:left;
	clear:both;
	color:#fff;
	font-size:31px;
	position:absolute;
	height:100%;
}
.stat1 h2 {
	color:#fff;
	font-size:31px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.story1 {
	float:right;
	width:66.27%;
	position:relative;
	overflow:auto;
}
.story1 img {
	display:block;
}
.story1 .info {
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(235,255,232, 0.9);
	padding:20px;
}
.info h3 {
	font-size:25px;
	color:#162985;
	font-family:'wildyouth';
}
.info p {
	color:#993399;
	font-size:18px;
	font-family:'Calibri', Arial;
}
.readmore {
	position:absolute;
	bottom:0px;
	right:14px;
	padding:20px 32px;
	color:#FDFFE8;
	font-size:18px;
	font-family:'Calibri', Arial;
	background-color:#993399;
}
.lookaround {
	width:32.55%;
	float:left;
	height: 100%;
    position: absolute;
	background-color:#993399;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkitanimation-delay:0.3s;
	animation-delay:0.3s;
}
.lookaround img {
	display:block;
}
.house {
	background-color:#993399;
	padding:20px;
}
.house h4 {
	font-size:22px;
	color:#FDFFE8;
	font-family:'wildyouth';
	margin-bottom:20px;
}
.house p {
	font-size:18px;
	color:#FDFFE8;
	font-family:'Calibri', Arial;
	margin-bottom:10px;
}
.spread {
	width:32.55%;
	float:right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkitanimation-delay:0.4s;
	animation-delay:0.5s;
}
.spread h5 {
	font-size:26px;
	color:#4A4A4A;
	font-family:'wildyouth';
	line-height:48px;
	margin-bottom:10px;
}
.spread h5 img {
	float:right;
	vertical-align:middle;
	margin-left:10px;
	width: 45px;
}
.twitter {
	height:322px;
	clear:both;
	overflow:auto;
}
.seeking {
	float:right;
	width:32.55%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkitanimation-delay:0.5s;
	animation-delay:0.4s;
	margin:0px 1.17% 0px 1.17%;
}
.seeking img {
	display:block;
}
.advice {
	padding:20px;
	background-color:#FDFFE8;
}
.advice h5 {
	color:#162985;
	font-size:25px;
	font-family:'wildyouth';
}
.advice p {
	color: #5C5C5C;
    font-size: 18px;
    font-family: 'Calibri', Arial;
}
.advice p a {
	color:#009C99;
	text-decoration: underline;
    font-weight: bold;
	transition:all ease-in 0.3s;
}
.advice p a:hover {
	text-decoration:none;
	color:#162985;
}
.advice > a {
	color:#fff;
	font-size:20px;
	font-family:'Calibri', Arial;
	padding:12px 9px;
	border-radius:5px;
	background-color:#993399;
	text-decoration:none;
	display:inline-block;
	margin-top:20px;
}
.advice > a:hover {
	background-color:#001e89;
}
#section2 {
	margin-top:1.17%;
	float:left;
}
#section2 .stat1 {
	float:right;
	right:0px;
}
#section2 .stat1 h2 {
	font-size:30px;
}
#section2 .story1 {
	float:left;
}
.useful {
	clear:both;
	width:100%;
	height:auto;
	overflow:auto;
	overflow-y:hidden;
}
.useful h6 {
	color:#162985;
	font-size:35px;
	font-family:'wildyouth';
	padding: 30px 0px 50px;
}
.product {
	width:32.55%;
	margin-right:1.17%;
	float:left;
	text-align:center;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}
.product h2 {
	display:block;
	color:#009C99;
	font-size:24px;
	font-family:'Calibri', Arial;
	font-weight:bold;
}
.product:last-of-type {
	margin-right:0px;
}
.product a {
	color:#fff;
	font-size:20px;
	font-family:'Calibri', Arial;
	padding:12px 9px;
	border-radius:5px;
	background-color:#993399;
	text-decoration:none;
	display:inline-block;
	margin-top:20px;
}
.product a:hover {
	background-color:#001e89;
}
.useful h3 {
	font-size:24px;
	color:#162985;
	font-family:'wildyouth';
	clear:both;
	position:relative;
	padding-top:85px;
	padding-bottom: 10px;
}
.useful p {
	font-size:18px;
	font-family:'Calibri', Arial;
	padding-bottom:40px;
}
.useful p a {
	color:#009C99;
	text-decoration:underline;
	font-weight:bold;
}
.useful p a:hover {
	text-decoration:none;
}
footer {
	background-color:#E8E8E8;
	font-size:14px;
	color:#4A4A4A;
	font-family:'Calibri', Arial;
	height:auto;
	overflow:auto;
	padding: 50px 0px;
}
.foot1 {
	float:left;
	width:50%;
}
.foot2 {
	float:right;
	width:45%;
}
.foot1 strong {
	font-weight:bold;
}
.story-told {
	height:0px;
	overflow:auto;
	padding:0 20px;
	clear:both;
}
.story-told h2 {
	color:#162985;
	font-size:36px;
	font-family:'wildyouth';
	padding-top:60px;
}
.story-told h3 {
	color:#AB4CA9;
	font-size:18px;
	font-family:'Calibri', Arial;
	padding-bottom:40px;
}
.story-told h4 {
	font-size:26px;
	color:#162985;
	display:block;
	border-bottom:solid 1px #979797;
	clear:both;
	padding-bottom:15px;
	font-family:'wildyouth';
}
.story-told p {
	color:#5C5C5C;
	font-size:18px;
	font-family:'Calibri', Arial;
	padding-bottom:40px;
}
.person {
	float:left;
	width:50%;
}
.person-img {
	float:right;
	text-align: center;
	width:50%;
}
.person-img img {
	margin: 60px auto 0px auto;
}
.people-product {
	width:50%;
	float:left;
	padding:50px 0px;
}
.people-product:nth-of-type(3) {
	clear:both;
}
.people-product img {
	float:left;
	margin-right: 50px;
	margin-bottom:50px;
}
.people-product h5 {
	color:#162985;
	font-size:24px;
	font-family:'Calibri', Arial;
	padding-bottom:25px;
	font-weight:bold;
}
.people-product p {
	color:#5C5C5C;
	font-size:18px;
	font-family:'Calibri', Arial;
	padding-bottom:25px;
	padding-right:35px;
}
.people-product a {
	color:#fff;
	font-size:20px;
	font-family:'Calibri', Arial;
	padding:12px 9px;
	border-radius:5px;
	background-color:#993399;
	text-decoration:none;
	display:inline-block;
}
.people-product a:hover {
	background-color:#001e89;
}
.story-told p a {
	color:#009C99;
	font-weight:bold;
	text-decoration:none;
}
.story-told p a:hover {
	text-decoration:underline;
}
.table1 {
	display:table;
}
.contain {
	position:relative;
	height:auto;
	overflow:auto;
	margin: 1.17% 0px 0px;
	overflow-y: hidden;
}
.lookaround a {
	color:#fff;
	font-size:20px;
	font-family:'Calibri', Arial;
	padding:12px 12px;
	border-radius:5px;
	background-color:#001e89;
	text-decoration:none;
	display:inline-block;
	margin-top:15px;
	position: absolute;
	bottom: 20px;
}
.lookaround a:hover {
	background-color:#fff;
	color:#001e89;
}
#slider {
    float: right;
    width: 66.27%;
    height: 430px;
    position: relative;
    overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
}
.slide:last-child {
    left: 100%;
}
.slide1-container, .slide2-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide1-container img, .slide2-container img  {
    display: block;
}
.slide1-container .info, .slide2-container .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(253,255,232, 0.9);
    padding: 20px;
}
.readmore {
    position: absolute;
    bottom: 0px;
    right: 14px;
    padding: 20px 32px;
    color: #FDFFE8;
    font-size: 18px;
    font-family: 'Calibri', Arial;
    background-color: #993399;
    cursor: pointer;
	transition: all ease-in 0.3s;
}
.readmore:hover {
	background-color:#1C3C97;
}
#stat-container {
    font-family: 'wildyouth';
    width: 32.55%;
    float: left;
    color: #fff;
    font-size: 31px;
    position: relative;
    height: 430px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}
.statistic1 {
    background-color: #009C99;
    position: absolute;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.statistic1 h2 {
    color: #FDFFE8;
    font-size: 31px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.statistic2 {
    background-color: #FDFFE8;
    position: absolute;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.statistic2 h2 {
    color: #993399;
    font-size: 31px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.statistic1 h2 img, .statistic2 h2 img, .statistic3 h2 img, .statistic4 h2 img {
	display:block;
}
.open-story {
	display: block;
}
.close-story {
	display: none;
	color: #993399;
}
.readmore.active {
	background: #fff;
}
#slider1 {
	float: left;
	width: 66.27%;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.slide1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
}
.slide1:last-child {
	left: 100%;
}
.slide3-container, .slide4-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.slide3-container img, .slide4-container img  {
	display: block;
}
.slide3-container .info, .slide4-container .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(253,255,232, 0.9);
	padding: 20px;
}
#stat-container1 {
	font-family: 'wildyouth';
	width: 32.55%;
	color: #fff;
	font-size: 31px;
	position: absolute;
	height: 100%;
	right: 0;
}
.statistic3 {
	background-color: #993399;
	position: absolute;
	padding: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.statistic3 h2 {
	color: #FDFFE8;
	font-size: 31px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.statistic4 {
	background-color: #162985;
	position: absolute;
	padding: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.statistic4 h2 {
	color: #FDFFE8;
	font-size: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.statistic1 img, .statistic2 img {
	display:block;
}
.fadeIn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.foot2 a {
	color:#4A4A4A;
}
.foot2 a:hover {
	text-decoration:underline;
}
.close {
	border-bottom: solid 2px #162985;
	clear: both;
	height: auto;
	overflow: auto;
	margin-bottom:20px;
}
.close1 {
	float:right;
	padding: 10px 32px;
	color: #FDFFE8;
	font-size: 18px;
	font-family: 'Calibri', Arial;
	background-color:#162985;
	transition:all ease-in 0.3s;
	cursor:pointer;
}
.close1:hover {
	background-color:#993399;
}
.shareaholic-canvas {
	float:right;
}
.spread .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	padding:0px !important;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 1260px) {
	.wrapper {
		padding: 0 20px;
	}
	#section2 .stat1 h2 {
		font-size:27px;
	}
	.spread h5 img {
		margin-left: 10px;
    	width: 40px;
	}
	.spread h5 {
		line-height:41px;
	}
}
@media screen and (max-width: 980px) {
	h1 {
		font-size:50px;
	}
	.stat1 h2 {
		font-size: 25px;
	}
	#section2 .stat1 h2, .spread h5, .stat1 h2, .advice h5, .house h4, .product h2 {
		font-size:20px;
	}
	.info h3 {
		font-size:18px;
	}
	.img2 {
		width:550px;
	}
}
@media screen and (max-width: 830px) {
	h1 {
		font-size:40px;
	}
	#section2 .stat1 h2, .spread h5, .stat1 h2, .advice h5, .house h4 {
		font-size:18px;
	}
	h1 span {
		border-bottom: solid 8px #162985;
	}
	.advice p, .advice > a, .house p, .lookaround a {
		font-size:16px;
	}
	.statistic2 h2, .statistic1 h2, .statistic3 h2, .statistic4 h2 {
		font-size:30px;
	}
	#slider, #slider1 {
		width:100%;
		height:390px;
	}
	#stat-container, #stat-container1 {
		width:100%;
		height:200px;
	}
	.statistic1 img, .statistic2 img, .statistic3 img, .statistic4 img {
		vertical-align: middle;
		margin-bottom: 20px;
		float: left;
		margin-right:10px;
		display: inline-block;
	}
	.img1 {
		width:150px;
	}
	.img2 {
		width:390px;
	}
	.people-product img {
		margin-bottom:0px;
	}
	.person-img img {
		width: 100%;
	}
	.spread h5 img {
		width:30px;
	}
	#stat-container1 {
		position:relative;
		clear:both;
	}
	.product img {
		width:100%;
	}
	.people-product {
		padding-bottom: 10px;
	}
	.lookaround a {
		position:relative;
		bottom: 0px;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size:18px;
	    line-height: 40px;
	}
	.img1 {
		width:80px;
	}
	.img2 {
		width: 220px;
		margin-top: 9px;
	}
	h1 span {
		border-bottom: solid 4px #162985;
	}
	.slide1-container .info, .slide2-container .info, .readmore, .slide3-container .info, .slide4-container .info {
		position:relative;
		width:100%;
	}
	.readmore {
		text-align:center;
		right:0px;
	}
	.story-told h3, .story-told p {
		font-size:16px;
	}
	.info p {
		font-size:15px;
	}
	#slider, #slider1 {
		height:400px;
	}
	.statistic2 h2, .statistic1 h2, .statistic3 h2, .statistic4 h2 {
		font-size:20px;
	}
	#stat-container, #stat-container1 {
		margin-bottom:20px;
	}
	.lookaround, .seeking, .spread {
		width:100%;
		position:relative;
		float:none;
		margin: 0px 0px 20px 0px;
	}
	.statistic1 img, .statistic2 img, .statistic3 img, .statistic4 img {
		vertical-align: middle;
		margin-bottom: 50px;
		float: left;
		margin-right: 10px;
		display: table;
		width: 45px;
	}
	.person-img {
		display:none;
	}
	.person {
		width:100%;
	}
	.story-told h3 {
		padding-bottom:20px;
	}
	.people-product img {
		float:none;
		left: 50%;
		margin-left: -99px;
		position: relative;
		margin-right: 0px;
	}
	.people-product {
		width:100%;
		padding: 20px 0px;
	}
	.people-product p {
		padding-right:0px;
	}
	.story-told {
		padding: 0px;
	}
	.slide1-container .info, .slide2-container .info {
		padding:12px;
	}
	.story-told h2 {
		padding-top:20px;
	}
	#slide3 .info h3 br {
		display:none;
	}
	.product {
		width:100%;
		margin:0px 0px 40px 0px;
	}
	.product img {
		width: 60%;
	}
	.foot1, .foot2 {
		width:100%;
	}
	.foot1 {
		margin-bottom:20px;
	}
}