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

html {
	scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div {
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Montserrat', arial;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.bold {
	font-weight: bold;
}




div,
img,
header {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

a {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	
	text-decoration: none;
	color: #fff;
	outline: none;
	cursor: pointer;
}


body {
	font-family: 'Montserrat', arial;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background: #fff;
}

.nomob {
	display: none;
}




.totop {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 10px;
	right: 3%;
	width: 70px;
	z-index: 9950;
	display: none;
	text-decoration: none;
	color: #fff;
	transition: all ease .3s;
	cursor: pointer;
}

.totop img {
	width: 70px;
	height: 70px;
	margin: -30px 0 0 0;
}

.totop:hover {
	opacity: 1;
}




#headerlogo {
	width: 125px;
	height: 50px;
	margin: 0;
	position: fixed;
	z-index: 9990;
	top: 10px;
	left: 0;
}

#headerlogo h1 {
	margin: 0;
}

#headerlogo img {
	width: 100%;
}




#keyvis-wrap,
#keyvis-container,
#keyvis-container .inner {
	transition: none;
}

#keyvis-container {
	width: 100%;
	height: 490px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#keyvis-container .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

#keyvis-container .home-keyvis,
#keyvis-container .home-largelogo {
	width: 280px;
	margin: 5% auto;
}

#keyvis-container .home-keyvis {
	margin-top: 0;
}

#keyvis-container .home-keyvis img {
	width: 100%;
	margin-top: -50px;
}

#keyvis-container .home-largelogo img {
	width: 100%;
	margin-top: -20%;
	margin-bottom: 80px;
}

ul#home-logos,
#home-marvelous-logo {
	display: none;
}



#home-order {
	display: none;
}

#home-order-mob {
	max-width: 100%;
	margin: 0;
	background: #fff;
	background-image:	radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%),
						radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%);
	background-position: 0 0, 18px 18px;
	background-size: 36px 36px;
}

#home-order-mob .inner {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	text-align: center;
}

#home-order-mob img.orderbutton,
#home-order img.orderbutton {
	width: 300px;
	margin: 0 auto;
	border-radius: 14px;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	margin-top: -70px;
	box-sizing: border-box;
}

#home-order-mob img.orderbutton2 {
	margin-top: 20px;
}




#home-gallery-container {
	width: 100%;
	margin: 0;
	padding: 10% 0;
	border: 0;
	background-color: #fffea2;
	background-image: url(../images/home/gallerybg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#home-gallery-container h4 {

}

#home-gallery-container .responsive {
	width: 84%;
	max-width: 1000px;
	margin: 0 auto;
}

#home-gallery-container .responsive div div.item {
	width: 98%;
	margin: 0 1%;
	height: 45vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	
	box-sizing: border-box;
	display: table;
	
	border-radius: 10px;
}

#home-gallery-container .responsive div div.item:hover {
	background-size: 120%;
	transition: background-size ease .3s;
}

#home-gallery-container .black {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(39, 20, 11, 0.3);
	transition: background-color .3s ease;
	display: table-cell;
	vertical-align: middle;
	
	border-radius: 10px;
}

#home-gallery-container .black:hover {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .3s ease;
}

#home-gallery-container img.playbtn {
	width: 60px;
	margin: 0 auto;
}




.sub-gallery-container ul.gallery-center,
.sub-gallery-container ul.gallery-center2,
.sub-gallery-container ul.gallery-center1 {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

.sub-gallery-container ul.gallery-center li div.item,
.sub-gallery-container ul.gallery-center2 li div.item,
.sub-gallery-container ul.gallery-center1 li div.item {
	width: 98%;
	margin: 0 1%;
	height: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	
	box-sizing: border-box;
	display: table;
	
	border-radius: 10px;
	padding: 5px 0;
}

.sub-gallery-container ul.gallery-center li div.item img,
.sub-gallery-container ul.gallery-center2 li div.item img,
.sub-gallery-container ul.gallery-center1 li div.item img {
	width: 100%;
	border-radius: 5px;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}


#title-container {
	background-image: url(../images/common/stripes.png);
	background-repeat: repeat;
	background-size: 90px;
}

#title-container .animal-bg-cow,
#title-container .animal-bg-horse,
#title-container .animal-bg-hen,
#title-container .animal-bg-sheep,
#title-container .animal-bg-capybara,
#title-container .animal-bg-alpaca {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right 10% bottom 0;
	background-size: 80px;
}

#title-container .animal-bg-cow { background-image: url(../images/newbeginnings/cowbg-s.png); }
#title-container .animal-bg-horse { background-image: url(../images/returntonature/horsebg-s.png); }
#title-container .animal-bg-hen { background-image: url(../images/thedatingpool/henbg-s.png); }
#title-container .animal-bg-sheep { background-image: url(../images/welcometotown/sheepbg-s.png); }
#title-container .animal-bg-capybara { background-image: url(../images/lifeonthefarm/capybarabg-s.png); }
#title-container .animal-bg-alpaca { background-image: url(../images/moretoexplore/alpacabg-s.png); }




h2#pagetitle {
	width: 300px;
	margin: 0;
	margin-left: -150px;
	padding: 0;
	z-index: 99;
	position: relative;
	text-align: center;
	top: -16px;
	left: 50%;
	transition: all ease .3s;
}

h2#pagetitle img {
	width: 100%;
}

h3#pagesubtitle {
	width: 100%;
	margin: 0;
	padding: 0;
	top: -16px;
	text-align: center;
	color: #fff;
	z-index: 98;
	position: relative;
	text-transform: uppercase;
	font-family: 'Arya', arial;
	font-size: 1.5em;
	text-shadow: 0 0 3px rgba(0,0,0,.6);
}

ul.slide {
	list-style: none;
}

ul.slide li img {
	width: 100%;
	margin: 0;
}




#newbeginnings-container,
#returntonature-container,
#thedatingpool-container,
#welcometotown-container,
#lifeonthefarm-container {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#newbeginnings-container {
	background-color: #e3f5ff;
	background-image: url(../images/newbeginnings/mainbg-s.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding: 0 0 30%  0;
}

#returntonature-container {
	background-color: #ffeaf5;
	padding: 0;
}

#thedatingpool-container {
	padding: 0;
}




#newbeginnings-container .section-box {
	width: 90%;
	margin: 20% auto 10% auto;
	padding: 5%;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

#newbeginnings-container .section-box img.ss {
	width: 90%;
	margin: -15% auto 10px auto;
	border: 5px solid #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

#newbeginnings-container .section-box p {
	text-align: justify;
	margin-top: 10px;
	color: #330000;
	line-height: 1.5em;
	text-shadow: 0 0 2px rgba(102,51,0,.2);
}

.page-intro,
#categ-btn-container {
	width: 100%;
	background: #fff;
	background-image:	radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%),
						radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%);
	background-position: 0 0, 18px 18px;
	background-size: 36px 36px;
}

.page-intro .bgfence,
#categ-btn-container .bgfence {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 10% 0;
	
	background-image: url(../images/common/fence.png);
	background-repeat: repeat-x;
	background-size: 80px;
	background-position: center bottom -4px;
}

#categ-btn-container .bgfence {
	padding: 0;
}

.page-intro .bgchara {
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-size: auto 200px;
	background-position: center 30px;
}

.page-intro .intro-txt {
	width: 90%;
	margin: 90px auto 0 auto;
	padding: 0;
	background: #fffbf3;
	color: #330000;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	text-shadow:	-1px -1px 0 #fff, -1px 1px 0 #fff,
					1px -1px 0 #fff, 1px 1px 0 #fff,
					-1px -1px 2px #999, -1px 1px 2px #999,
					1px -1px 2px #999, 1px 1px 2px #999;
	line-height: 1.5em;
}

.page-intro .intro-txt .insetshadow {
	box-shadow: inset 0 0 10px rgba(102,51,0,.3);
	padding: 30px 30px 40px 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.page-intro .intro-txt .under {
	background: linear-gradient(transparent 80%, #e0c2aa 100%);
}




#returntonature-container h4,
#lifeonthefarm-container h4 {
	font-family: 'Arya', arial;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: 0.12em;
	width: 90%;
	margin: 5% auto 0 auto;
	margin-bottom: 5%;
}




.page-section {
	width: 100%;
	margin: 0;
	padding: 5% 0;
	background-color: #e72e8c;
	background-repeat: repeat;
	background-size: 180px;
	background-position: left 10% top 0;
	color: #fff;
	text-shadow:	-2px -2px 2px rgba(0,0,0,.2), -2px 2px 2px rgba(0,0,0,.2),
					2px -2px 2px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2);
}

.page-section p,
.page-section2 p {
	margin: 0;
}

#returntonature-container .page-section {
	background-image: url(../images/returntonature/bghorse.png);
}

#lifeonthefarm-container .page-section2 {
	background-image: url(../images/lifeonthefarm/bgcapybara.png);
	background-color: #ebf7f6;
}

#lifeonthefarm-container .page-section {
	background-color: #009e91;
	background-image: url(../images/lifeonthefarm/bgcapybara2.png);
}
 




.page-section2 {
	background-position: left top;
	text-shadow: none;
	padding: 5% 0;
}

.page-section2 h4 {
	text-shadow:	-2px -2px 2px rgba(0,0,0,.1), -2px 2px 2px rgba(0,0,0,.1),
					2px -2px 2px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
}

#returntonature-container .page-section2 {
	background-color: #fff5fa;
	background-image: url(../images/returntonature/bghorse2.png);
}

#returntonature-container .page-section2 h4 {
	color: #e72e8c;
}

#lifeonthefarm-container .page-section2 {
	background-color: #ebf7f6;
	overflow: hidden;
}

#lifeonthefarm-container .page-section2 h4 {
	color: #009e91;
	display: block;
}




#returntonature-container .txt-box,
#lifeonthefarm-container .txt-box {
	width: 90%;
	max-width: 1000px;
	margin: -20% auto 8% auto;
	padding: 10%;
	padding-top: 26%;
	text-align: justify;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	border-radius: 5px;
	color: #330000;
	text-shadow: 0 0 2px rgba(102,51,0,.2);
}




#categ-btn {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10% 0;
	padding-bottom: calc(10% + 30px);
}

#categ-btn {
	text-align: center;
}

#categ-btn li.item {
	width: 300px;
	height: 50px;
	margin: 2% 2% 0 2%;
	display: inline-block;
	background-image: url(../images/thedatingpool/categ-btn-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	
	color: #fff;
	line-height: 50px;
	font-family: 'Arya', arial;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#bachelorettes,
#bachelors,
#residents,
#secretcitizens,
#naturesprites {
	background-color: #1fa743;
	background-image: url(../images/thedatingpool/bachelorettes/bg.png);
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: 360px;
}

#bachelors {
	background: #edf8f0;
	background-image: url(../images/thedatingpool/bachelors/bg.png);
	background-size: 360px;
}

#residents {
	background: #e37f18;
	background-image: url(../images/welcometotown/residents/bg.png);
	background-size: 740px;
}

#secretcitizens {
	background: #fcf2e7;
	background-image: url(../images/welcometotown/secretcitizens/bg.png);
	background-size: 660px;
}

#naturesprites {
	background: #e37f18;
	background-image: url(../images/welcometotown/naturesprites/bg.png);
	background-size: 160px;
}




.chara-container,
#tab-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

.chara-container .chara {
	width: 47%;
	margin: 5% 0 0 2%;
	float: left;
	display: inline;
	text-align: center;
}

.chara-container .chara img {
	width: 100%;
	border-radius: 50%;
	border: 8px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

#bachelorettes h4,
#bachelors h4,
#residents h4,
#secretcitizens h4,
#naturesprites h4,
#tab-container h4 {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 20px auto;
	color: #fff;
	font-family: 'Arya', arial;
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
}

#bachelors h4 {
	border: 1px solid #1fa743;
}

#secretcitizens h4 {
	border: 1px solid #e37f18;
	font-size: 1.4em;
	padding: 10px 0;
}

#bachelorettes h5,
#bachelors h5,
#residents h5,
#secretcitizens h5,
#naturesprites h5 {
	color: #fff;
	font-size: 1.9em;
	font-family: 'Arya', arial;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 0 2px rgba(0,0,0,.3);
}

#bachelors h4,
#bachelors h5 {
	color: #1fa743;
}

#secretcitizens h4,
#secretcitizens h5 {
	color: #e37f18;
}

#secretcitizens h5 {
	font-size: 1.2em;
}

div.np_mint {
	margin-left: 26.5% !important;
	margin-right: 26.5% !important;
}




.tabs-content {
	background-color: #c347f9;
	background-image: url(../images/moretoexplore/bgalpaca.png);
}




#wallpapers-container,
#icon-container,
#shortstory-container {
	width: 94%;
	margin: 0 auto;
	color: #c347f9;
	text-align: center;
	font-family: "Arya", arial;
	text-transform: uppercase;
}

#wallpapers-container p {
	margin: 0;
	padding: 0;
}

#wallpapers-container a {
	color: #c347f9;
}

#wallpapers-container a:hover {
	color: #000;
}

#wallpapers-set1 {
	width: 100%;
	margin: 10% 0 0 0;
	padding: 0;
}

#wallpapers-mobile {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}

#wallpapers-set1 .set,
#wallpapers-mobile .set {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

#wallpapers-set1 .set img,
#wallpapers-mobile .set img {
	width: 100%;
}

#icon-container .inner {
	width: 102%;
	margin: 8% 0 0 -2%;
	padding: 0;
}

#icon-container .inner img {
	width: 48%;
	margin: 2% 0 0 2%;
	float: left;
	display: inline;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	border-radius: 5px;
}

#shortstory-container {
	margin-top: 10%;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	background: #fff;
}

#shortstory-container img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}





footer {
	background: #fff;
}

#footer-logos-container {
	width: 94%;
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

ul#footer-logos {
	text-align: center;
}

ul#footer-logos li {
	display: inline-block;
	width: 21%;
	margin: 0 2%;
	text-align: center;
}

ul#footer-logos li img {
	width: 100%;
	vertical-align: middle;
}

ul#footer-logos li.xseed {
	width: 18%;
}

ul#footer-logos li.marvelous {
	width: 16%;
}

ul#footer-logos li.xboxseriesxs {
	width: 30%;
}

ul#footer-logos li.xboxone {
	width: 20%;
}

ul#footer-logos li.ps4 {
	width: 25%;
	margin-top: 10px;
}

ul#footer-logos li.nintendoswitch {
	width: 11%;
	margin-top: 10px;
}

ul#footer-logos li.nintendoeshop {
	width: 27%;
	margin-top: 10px;
}

ul#footer-logos li.steam {
	margin-top: 10px;
}

ul#footer-logos li.esrb {
	width: 50%;
	margin: 20px;
}




#copyright {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	color: #666;
}




@media screen and (min-width: 420px) {

	#home-order-mob img.orderbutton {
		width: 400px;
	}
	
	#keyvis-container {
		height: 520px;
	}
	
	#keyvis-container .home-keyvis,
	#keyvis-container .home-largelogo {
		width: 300px;
	}
	
	h2#pagetitle {
		width: 400px;
		margin-left: -200px;
		top: -22px;
	}
	
	h3#pagesubtitle {
		top: -22px;
	}

}




@media screen and (min-width: 480px) {

	#keyvis-container {
		height: 700px;
	}
	
	#keyvis-container .home-keyvis,
	#keyvis-container .home-largelogo {
		width: 420px;
	}
	
	#title-container .animal-bg-cow,
	#title-container .animal-bg-horse,
	#title-container .animal-bg-hen,
	#title-container .animal-bg-sheep,
	#title-container .animal-bg-capybara,
	#title-container .animal-bg-alpaca {
		background-size: 120px;
	}
	
	#icon-container .inner img {
		width: 31.3%;
	}

}




@media screen and (min-width: 600px) {

	#keyvis-container {
		height: 840px;
	}
	
	#keyvis-container .home-keyvis,
	#keyvis-container .home-largelogo {
		width: 500px;
	}

	#home-gallery-container .responsive div div.item,
	.sub-gallery-container ul.gallery-center li div.item,
	.sub-gallery-container ul.gallery-center2 li div.item,
	.sub-gallery-container ul.gallery-center1 li div.item {
		margin: 0 1%;
		height: 25vw;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 110%;
	}
	
	.sub-gallery-container ul.gallery-center li div.item,
	.sub-gallery-container ul.gallery-center2 li div.item,
	.sub-gallery-container ul.gallery-center1 li div.item {
		height: auto;
	}

	#home-order-mob img.orderbutton {
		width: 480px;
	}
	
	
	
	
	h2#pagetitle {
		width: 500px;
		margin-left: -250px;
		top: -28px;
	}
	
	#newbeginnings-container .section-box {
		margin: 15% auto 10% auto;
	}
	
	.sub-gallery-container ul.gallery-center,
	.sub-gallery-container ul.gallery-center2,
	.sub-gallery-container ul.gallery-center1 {
		width: 100%;
	}
	
	.sub-gallery-container ul.gallery-center li div.item,
	.sub-gallery-container ul.gallery-center2 li div.item,
	.sub-gallery-container ul.gallery-center1 li div.item {
		width: 96%;
		margin: 0 2%;
	}
	
	
	
	
	.chara-container .chara {
		width: 28%;
		margin: 5% 0 0 4%;
	}
	
	div.np_mint {
		margin-left: 36% !important;
		margin-right: 36% !important;
	}
	
	#bachelorettes h4,
	#bachelors h4,
	#residents h4,
	#secretcitizens h4,
	#naturesprites h4,
	#tab-container h4 {
		width: 400px;
		height: 56px;
		padding: 0;
		line-height: 56px;
		background-image: url(../images/thedatingpool/charatitle-bg-wh.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	
	#bachelors h4 {
		background-image: url(../images/thedatingpool/charatitle-bg-gr.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	
	#secretcitizens h4 {
		background-image: url(../images/welcometotown/charatitle-bg-or.png);
		font-size: 1.4em;
	}
	
	#secretcitizens h5 {
		font-size: 1.25em;
	}
	
	ul#footer-logos li.esrb {
		width: 40%;
	}
	
	#copyright {
		margin: 50px auto 0 auto;
	}

}




@media screen and (min-width: 680px) {

	.centerforL p {
		text-align: center;
	}
	
	#wallpapers-mobile {
		width: 102%;
		margin: 5% 0 0 -2%;
	}
	
	#wallpapers-mobile .set {
		width: 48%;
		margin: 0 0 0 2%;
		float: left;
		display: inline;
	}
	
	#icon-container .inner img {
		width: 23%;
	}

}




@media screen and (min-width: 780px) {

	#home-gallery-container .responsive div div.item {
		height: 17vw;
	}
	
	
	
	
	
	#title-container .animal-bg-cow,
	#title-container .animal-bg-horse,
	#title-container .animal-bg-hen,
	#title-container .animal-bg-sheep,
	#title-container .animal-bg-capybara,
	#title-container .animal-bg-alpaca {
		background-size: 600px;
		background-position: center bottom;
	}
	
	#title-container .animal-bg-cow { background-image: url(../images/newbeginnings/cowbg.png); }
	#title-container .animal-bg-horse { background-image: url(../images/returntonature/horsebg.png); }
	#title-container .animal-bg-hen { background-image: url(../images/thedatingpool/henbg.png); }
	#title-container .animal-bg-sheep { background-image: url(../images/welcometotown/sheepbg.png); }
	#title-container .animal-bg-capybara { background-image: url(../images/lifeonthefarm/capybarabg.png); }
	#title-container .animal-bg-alpaca { background-image: url(../images/moretoexplore/alpacabg.png); }
	
	#newbeginnings-container .section-box {
		margin: 10% auto 5% auto;
		padding: 5%;
		font-size: 1.1em;
		max-width: 1000px;
	}
	
	#newbeginnings-container .section-box img.ss {
		width: 50%;
		margin: -10% 0 3% 5%;
		float: right;
	}
	
	#newbeginnings-container .section-box p {
		margin: 0;
	}
	
	.page-intro .bgchara {
		background-size: 360px auto;
		padding-top: 180px;
	}
	
	.page-intro .intro-txt {
		max-width: 700px;
		font-size: 1.8em;
		text-shadow:	-1px -1px 0 #fff, -1px 1px 0 #fff,
						1px -1px 0 #fff, 1px 1px 0 #fff,
						-1px -1px 3px #ccc, -1px 1px 3px #ccc,
						1px -1px 3px #ccc, 1px 1px 3px #ccc;
						
		line-height: 1.8em;
		box-shadow: inset 0 0 5px #ccc;
	}
	
	
	#returntonature-container h4,	
	#lifeonthefarm-container h4 {
		font-size: 2.4em;
	}
	
	
	
	
	#categ-btn {
		padding: 5% 0;
		padding-bottom: calc(5% + 30px);
	}
	
	#categ-btn li.item {
		width: 300px;
		height: 75px;
		line-height: 75px;
		font-size: 1.8em;
	}
	
	#welcometotown-container #categ-btn li.item {
		width: 340px;
		font-size: 1.4em;
	}
	
	#secretcitizens h5 {
		font-size: 1.6em;
	}
	
	ul#footer-logos li.esrb {
		width: 40%;
	}

	ul#footer-logos li img {
		width: 90%;
		vertical-align: middle;
	}

}




@media screen and (min-width: 840px) {
	
	#wallpapers-set1 {
		width: 102%;
		margin: 4% 0 0 -2%;
	}
	
	#wallpapers-set1 .set {
		width: 31.3%;
		margin: 2% 0 0 2%;
		float: left;
		display: inline;
	}
	
	#wallpapers-mobile {
		width: 100%;
		max-width: 600px;
		margin: 6% auto 0 auto;
	}
	
	#wallpapers-mobile .set {
		width: 45.5%;
		margin: 0 0 0 3%;
	}
	
	#shortstory-container {
		margin-top: 6%;
	}

}




@media screen and (min-width: 900px) {

	#home-order-mob {
		display: none;
	}
	
	#home-order {
		display: block;
	}

	#keyvis-container {
		height: 740px;
	}
	
	#keyvis-wrap {
		width: 52%;
		margin: 70px 0 0 0;
		padding: 0;
		float: left;
		display: inline;
	}
	
	#home-order {
		width: 43%;
		margin: 140px 0 0 5%;
		padding: 0;
		float: left;
		display: inline;
	}
	
	#keyvis-container .home-keyvis,
	#keyvis-container .home-largelogo {
		width: 100%;
		margin: 0;
	}
	
	#keyvis-container .home-keyvis {
		margin-top: 0;
	}
	
	#keyvis-container .home-keyvis img {
		width: 100%;
	}
	
	#keyvis-container .home-largelogo img {
		width: 100%;
		margin-top: -14%;
	}
	



	ul#home-logos {
		display: table;
		width: 100%;
		margin: 0;
	}

	ul#home-logos li {
		vertical-align: middle;
		display: table-cell;
		padding-left: 2%;
	}
	
	ul#home-logos li img {
		width: 100%;
	}
	
	ul#home-logos li.ps4 {
		width: 27%;
		padding-left: 0;
	}
	
	ul#home-logos li.xboxone {
		width: 33%;
	}
	
	ul#home-logos li.nintendoswitch {
		width: 12%;
	}
	
	ul#home-logos li.steam {
		width: 22%;
	}
	
	
	
	
	#home-order img.orderbutton {
		width: 100%;
		margin: 24px 0 0 0;
	}
	
	#home-order img.plush {
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	#home-marvelous-logo {
		display: block;
		position: absolute;
		width: 150px;
		left: 5px;
		top: 80px;
	}
	
	#home-marvelous-logo img {
		width: 100%;
	}
	
	
	
	
	#home-gallery-container {
		padding: 5% 0;
		background-image: url(../images/home/gallerybg2.jpg);
	}
	
	#home-gallery-container .responsive,
	.sub-gallery-container ul.gallery-center,
	.sub-gallery-container ul.gallery-center2 {
		width: 90%;
		margin: 0 auto;
	}
	
	.sub-gallery-container ul.gallery-center1 {
		width: 55%;
		margin: 0 auto;
	}
	
	#moretoexplore-container .sub-gallery-container ul.gallery-center1 {
		width: 100%;
	}
	
	
	
	
	#newbeginnings-container {
		padding-bottom: 23%;
	}
	
	#newbeginnings-container .section-box {
		width: 100%;
		margin: 0;
		padding: 5% 5% 8% 5%;
		background: none;
		border-radius: 0;
		box-shadow: none;
		
		background-image: url(../images/common/fence2.png);
		background-repeat: repeat-x;
		background-size: 80px;
		background-position: center bottom;
	}
	
	#newbeginnings-container .section-box-last {
		background: none;
		padding-bottom: 0;
	}
	
	#newbeginnings-container .section-box img.ss {
		width: 40%;
		margin: 0 0 3% 5%;
	}
	
	#newbeginnings-container .newbeginnings-wrapper {
		width: 90%;
		max-width: 1000px;
		margin: 6% auto;
		padding: 0 0 5% 0;
		background: #fff;
		
		border-radius: 3px;
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	
	#newbeginnings-container .section-box p {
		line-height: 2em;
	}
	
	#returntonature-container .txt-box,
	#lifeonthefarm-container .txt-box {
		width: 90%;
		max-width: 1000px;
		margin: -7% auto 8% auto;
		padding: 11% 5% 5% 5%;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
	
	#returntonature-container h4,
	#lifeonthefarm-container h4 {
		font-size: 3em;
	}
	
	.page-section {
		padding-bottom: 0;
	}
	
	#secretcitizens h5 {
		font-size: 1.9em;
	}

}




@media screen and (min-width: 940px) {

	#keyvis-container {
		height: 800px;
	}
	
	.page-section,
	.page-section2 {
		padding: 1% 0;
	}
	
	ul#footer-logos li.esrb {
		width: 36%;
	}

}




@media screen and (min-width: 980px) {

	#headerlogo {
		left: 2%;
	}
	
	#home-marvelous-logo {
		left: 2%;
		width: 180px;
	}

	#keyvis-container {
		height: 960px;
	}
	
	#keyvis-container .inner {
		padding-top: 80px;
	}
	
	#title-container {
		margin-top: 70px;
	}
	
	h2#pagetitle {
		width: 500px;
		margin-left: -250px;
		top: -28px;
	}
	
	.chara-container,
	#tab-container {
		padding: 120px 0;
	}
	
	.sub-gallery-container ul.gallery-center1 {
		width: 45%;
		margin: 0 auto;
	}

}




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

	#home-gallery-container .responsive div div.item {
		height: 200px;
	}

}

















#moretoexplore-container  #categ-btn-container #categ-btn {
	max-width: 900px;
	margin: 0 auto;
}










#moretoexplore-container ul#console-tabs-nav,
#moretoexplore-container ul#console-tabs-nav-ca {
	text-align: center;
}

#moretoexplore-container ul#console-tabs-nav li,
#moretoexplore-container ul#console-tabs-nav-ca li {
	display: inline-block;
	width: 33.3%;
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}

#moretoexplore-container ul#console-tabs-nav li a,
#moretoexplore-container ul#console-tabs-nav-ca li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#moretoexplore-container ul#console-tabs-nav li a:hover,
#moretoexplore-container ul#console-tabs-nav-ca li a:hover {
	color: #000;
}

#moretoexplore-container ul#console-tabs-nav li.item-nsw,
#moretoexplore-container ul#console-tabs-nav-ca li.item-nsw {
	background: linear-gradient(#ff0000, #ff6666);
	border: 2px solid #ff0000;
	border-bottom: 0;
}

#moretoexplore-container ul#console-tabs-nav li.item-ps4,
#moretoexplore-container ul#console-tabs-nav-ca li.item-ps4 {
	background: linear-gradient(#2f6eca, #7da6e1);
	border: 2px solid #2f6eca;
	border-bottom: 0;
}

#moretoexplore-container ul#console-tabs-nav li.item-xbox,
#moretoexplore-container ul#console-tabs-nav-ca li.item-xbox {
	background: linear-gradient(#387a26, #8abf7c);
	border: 2px solid #387a26;
	border-bottom: 0;
}

.console-tabs-content div {
	padding: 5px;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}

.console-tabs-content .tab-nsw {
	border: 2px solid #ff0000;
	background: #fff0f0;
}

.console-tabs-content .tab-ps4 {
	border: 2px solid #2f6eca;
	background: #ebf3ff;
}

.console-tabs-content .tab-xbox {
	border: 2px solid #387a26;
	background: #eefcea;
}

.console-tabs-content p {
	font-weight: bold;
}


#moretoexplore-container .product-phy,
#moretoexplore-container .product-digi {
	background: #fff;
	padding: 30px;
	width: 90%;
	margin: 10% auto 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	position: relative;
	text-shadow: none;
}

#moretoexplore-container .productimg {
	width: 100%;
	margin: 0 auto;
}

#moretoexplore-container .productimg img {
	width: 100%;
	border-radius: 5px;
}

#moretoexplore-container .productinfo {
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

#moretoexplore-container .productinfo a {
	color: #029ce8;
	text-decoration: none;
	transition: all ease .3s;
}

#moretoexplore-container .productinfo a:hover {
	color: #666;
	text-decoration: underline;
}

#moretoexplore-container .productinfo hr {
	width: 100%;
	border: 0;
	background: none;
	border-bottom: 1px dotted #ccc;
}

#moretoexplore-container .productinfo h5 {
	color: #029ce8;
	font-family: 'Arya', arial;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1.5em;
}

#moretoexplore-container .productinfo h6 {
	font-family: 'Montserrat', arial;
	color: #e72e8c;
	font-weight: 500;
	font-size: 1em;
	margin: 5% 0 0 0;
	
}

#moretoexplore-container .productinfo .releasedate {
	font-size: 0.9em;
	color: #666;
	margin: 5% 0 0 0;
	padding: 0 0 3% 0;
}

#moretoexplore-container .retailers {
	margin-top: 6%;
	padding-top: 6%;
	border-top: 2px dashed #ccc;
}

#moretoexplore-container .retailers .region {
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Oswald', 'Ubuntu', arial;
	padding-bottom: 6%;
	color: #000;
}

#moretoexplore-container .retailers ul {
	width: 100%;
	text-align: center;
}

#moretoexplore-container .retailers ul li {
	width: 48%;
	margin: 1%;
	display: inline-block;
}

#moretoexplore-container .retailers ul li img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

#moretoexplore-container img.storelogo {
	width: 60%;
	margin: 0 20%;
	border-radius: 5px;
	border: 1px solid #666;
}

#moretoexplore-container .phy-nsw {
	border: 1px solid red;
}




#moretoexplore-container .ribbon {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}




@media screen and (min-width:480px) {

	#moretoexplore-container .retailers ul li {
		width: 31.3%;
	}

}




@media screen and (min-width:780px) {

	#moretoexplore-container .product-phy,
	#moretoexplore-container .product-digi {
		width: 47%;
		margin: 4% 0 0 2%;
		float: left;
		display: inline;
	}

	#moretoexplore-container .retailers ul li {
		width: 48%;
	}

}




@media screen and (min-width:900px) {

	#moretoexplore-container .productinfo {
		margin-top: 4%;
	}
	
	#moretoexplore-container .retailers {
		margin-top: 4%;
	}
	
	#moretoexplore-container .retailers ul li {
		width: 31.3%;
	}

}




.msgoverlay {
	width: 100%;
	height: 50%;
 	position: fixed;
	z-index: 9997;
	display: none;
	bottom: 0;
}

.btn_area {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(231,46,140,.9);
	z-index: 9998;
	color: #fff;
	padding: 15px 40px;
	text-align: justify;
}

.btn_area a {
	text-decoration: underline;
}

.btn_area button {
	color: #e72e8c;
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 10px;
	border: 0;
	z-index: 9999;
	background: #fff;
}




@media screen and (max-height: 450px) {

	.msgoverlay { overflow-y: auto; }
	.msgoverlay a { font-size: 20px }
	.msgoverlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

}

