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

@font-face {
  font-family: 'CenturyGothic';
  src: url('/font/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('/font/CenturyGothic.woff') format('woff'), url('/font/CenturyGothic.ttf')  format('truetype'), url('/font/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('/font/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('/font/CenturyGothic-Bold.woff') format('woff'), url('/font/CenturyGothic-Bold.ttf')  format('truetype'), url('/font/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/****************************************
	Starter
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;		
}	
html{
    overflow:0;
}
body {
	overflow-y: scroll;
	font-weight: normal;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
p {
	font-size: 16px;
}
ol, ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
  outline: 0; }
a:hover {
	color: #43b24f;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
a:visited {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
img {
  border: 0; 
}
object {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.Width10p {
	width: 10%;
}
.Width20p {
	width: 20%;
}
.Width30p {
	width: 30%;
}
.Width48p {
	width: 48%;
}
.Width50p {
	width: 50%;
}
.Width100p {
	width: 100%;
}
.Space30 {
	height:30px;
}
.Space40 {
	height:40px;
}
.Space50 {
	height:50px;
}
.Space60 {
	height:60px;
}
.SpaceSpace5px {
	margin-left:5px;
}

.SpaceSpace10px {
	margin-left:10px;
}




/****************************************
	Text and color
*****************************************/
h1 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
.TextL {
	font-size: 18px;
}
.TextM {
	font-size: 16px;
}
.TextS {
	font-size: 14px;
}
.TextXS {
	font-size: 11px;
}
.TextLeft {
  text-align: left; 
}
.TextRight {
  text-align: right; 
}
.TextCenter {
  text-align: center; 
}
.TextNormal {
	font-weight:normal;
}
.TextBold {
	font-weight:bold;
}

/****************************************
	Color
*****************************************/
.ColorEmeraldGreen {
	color:#43b24f;
}
.ColorAlertMsg {
  color: #c09853; 
}
.ColorSuccessMsg {
  color: #468847; 
}
.ColorDarkGray {
	color: #323232;
}
.ColorSilver {
	color: #c4c4c4;
}
.ColorPinkGold {
	color: #be9185
}
.ColorBGDarkGray {
	background-color: #323232;
}
.ColorBGSilver {
	background-color: #c4c4c4;
}
.ColorBGPinkGold {
	background-color: #be9185;
}



/****************************************
	form
*****************************************/
input, textarea {
	font-family: CenturyGothic;
	border: 1px solid #EEEEEE;
	padding: 3px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

select{
	font-family: CenturyGothic;
	border: 1px solid #EEEEEE;
	margin: 0px;
	background-color: #FFF;
	color: #B3A9A9;
	border-radius:0px; 
    -webkit-border-radius:0px; 
	height: 23px;
	
}
input:FOCUS {
	outline: none;
	border: 1px solid #EEEEEE;
	color: #000000;
}
select:FOCUS {
	outline: none;
	border: 1px solid #000000;
	color: #000000;
}
textarea:FOCUS {
	outline: none;
	border: 1px solid #000000;
	color: #000000;
}
input:HOVER {
  transition-duration: 0.5s
}
.ButtonBox input {
	font-size: 20px;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
}
.ButtonBox input:hover {
	font-size: 20px;
	color: #FFF;
	background-color: #43b24f;
	font-weight: bold;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
}

/****************************************
	Base layout
*****************************************/

body { 
   font-family: 'CenturyGothic' !important; 
   font-size: 14px;
}
.MainOuter {
	width: 980px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 660px;
}

.BottomBox {
	position: fixed;
	left: 0px;
	bottom: 24px;
	margin-right: auto;
	margin-left: auto;
}
.BottomBox2 {
	left: 0px;
	bottom: 24px;
	margin-right: auto;
	margin-left: auto;
}
.Logo {
	background-image: url(../img/Logo_Manymals_black.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 161px;
	background-size: 100%;
	float: left;
}
.MenuBox {
	font-weight: bold;
	float: left;
}


.MenuBox a {
	display: inline-block;
	margin-right: 4px;
	padding-top: 11px;
}
.MenuActive {
	color:#43b24f;
}
.LeftPadding {
	padding-left:68px;
}


/****************************************
		content pages
*****************************************/
.about {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 296px;
	background-image: url(../img/about_header.jpg);
	background-size: 90%;
}
.ItemInfo {
	padding-top: 133px;
	background-size: 100%;
	height: 660px;
}
.ItemInfo p{
	line-height: 1.3em;
}
.ItemInfo h1 {
	margin-bottom: 35px;
	letter-spacing: -1px;
	display: block;
}
.ItemDescription {
	height: 287px;
}
.Description {
}
.BuyButtonBox {
}
.ItemPrice {
	width: 51px;
	padding-top: 13px;
}
.BuyButton {
	width: 57px;
}
.BuyButton a {
	height: 46px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-radius: 23px;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding-top: 12px;
}
.SoldoutButton {
	width: 57px;
}
.SoldoutButton a {
	height: 46px;
	width: 46px;
	display: inline-block;
	border-radius: 23px;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding-top: 9px;
	line-height: 14px;
	font-size: 15px;
	text-align: center;
}
.ColorOptions a {
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin-top: 13px;
	margin-right: 9px;
}
.ShareBox {
	padding-top: 13px;
}
.ShareIconBox {
	margin-left:10px;
}
.ShareIconBox a{
	height: 24px;
	width: 24px;
	display: inline-block;
	background-size: 100%;
	margin-top: 11px;
	margin-right: 3px;
	-moz-transition: -moz-transform 0.3s ease-in;
	-webkit-transition: -webkit-transform 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-in;
	opacity: 0.3;
}
.ShareIconBox a:hover{
	-moz-transform:scale(1.5); 
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}
.ShareFacebook {
	background-image: url(../img/SVG_facebook.svg);
	background-repeat: no-repeat;
}
.ShareTwitter {
	background-image: url(../img/SVG_Twitter.svg);
	background-repeat: no-repeat;
}
.ShareGooglePlus {
	background-image: url(../img/SVG_GooglePlus.svg);
	background-repeat: no-repeat;
}
.SharePinterest {
	background-image: url(../img/SVG_Pinterest.svg);
	background-repeat: no-repeat;
}
.ZoomButton {
	-moz-transition:-moz-transform 0.3s ease-in; 
    -webkit-transition:-webkit-transform 0.3s ease-in; 
    -o-transition:-o-transform 0.3s ease-in;
}
.ZoomButton:hover{
	-moz-transform:scale(1.5); 
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}
.SpecPink {
	margin-top: 17px;
}
.SpecSilver {
	margin-top: 9px;
}
.SpecBlack {
	margin-top: 17px;
}
.BuyBoxTopSpacePink {
	margin-top: 5px;
}
.BuyBoxTopSpaceSilver {
	margin-top: 5px;
}
.BuyBoxTopSpaceBlack {
	margin-top: 5px;
}

/****************************************
		Gorilla
*****************************************/
.HeadingGorilla {
	margin-left: 65px;
	
}
.BGGorillaPink {
	background-repeat: no-repeat;
	background-image: url(../img/Gorilla_Pink_background.jpg);
	background-size: 100%;
}
.BGGorillaSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Gorilla_Silver_background.jpg);
	background-size: 100%;
}
.BGGorillaBlack {
	background-repeat: no-repeat;
	background-image: url(../img/Gorilla_Black_background.jpg);
	background-size: 100%;
}
.HomeGorillaPink {
	background-image: url(../img/Manymals_Shop_Small_Gorilla_Pink.png);
}
.HomeGorillaSilver {
	background-image: url(../img/Manymals_Shop_Small_Gorilla_Silver.png);
}
.HomeGorillaBlack {
	background-image: url(../img/Manymals_Shop_Small_Gorilla_ruthenium.png);
}

/****************************************
		Koala
*****************************************/
.HeadingKoala {
	margin-left: 65px;
}
.BGKoalaPink {
	background-repeat: no-repeat;
   background-image: url(../img/Koala_Pink_background.jpg);
	background-size: 100%;	
}
.BGKoalaSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Koala_Silver_background.jpg);
	background-size: 100%;
}
.BGKoalaBlack {
	background-repeat: no-repeat;
	background-image: url(../img/Koala_Black_background.jpg);
	background-size: 100%;
}

.HomeKoalaPink {
	background-image: url(../img/Manymals_Shop_Small_Koala_Pink.png);
}
.HomeKoalaSilver {
	background-image: url(../img/Manymals_Shop_Small_Koala_Silver.png);
}
.HomeKoalaBlack {
	background-image: url(../img/Manymals_Shop_Small_Koala_ruthenium.png);
}

/****************************************
		Sloth
*****************************************/
.HeadingSloth {
	margin-left: 65px;

}
.BGSlothPink {
	background-repeat: no-repeat;
   background-image: url(../img/Sloth_Pink_background.jpg);
	background-size: 100%;	
}
.BGSlothSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Sloth_Silver_background.jpg);
	background-size: 100%;
}
.BGSlothBlack {
	background-repeat: no-repeat;
	background-image: url(../img/Sloth_Black_background.jpg);
	background-size: 100%;
}

.HomeSlothPink {
	background-image: url(../img/Manymals_Shop_Small_Sloth_Pink.png);
}
.HomeSlothSilver {
	background-image: url(../img/Manymals_Shop_Small_Sloth_Silver.png);
}
.HomeSlothBlack {
	background-image: url(../img/Manymals_Shop_Small_Sloth_ruthenium.png);
}

/****************************************
		BOA
*****************************************/
.HeadingBoa {
	margin-left: 65px;
}
.BGBoaPink {
	background-repeat: no-repeat;
   background-image: url(../img/Boa_Pink_background.jpg);
	background-size: 100%;	
}
.BGBoaSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Boa_Silver_background.jpg);
	background-size: 100%;
}
.BGBoaBlack {
	background-repeat: no-repeat;
	background-image: url(../img/Boa_Black_background.jpg);
	background-size: 100%;
}

.HomeBoaPink {
	background-image: url(../img/Manymals_Shop_Small_BOA_Pink.png);
}
.HomeBoaSilver {
	background-image: url(../img/Manymals_Shop_Small_BOA_Silver.png);
}
.HomeBoaBlack {
	background-image: url(../img/Manymals_Shop_Small_BOA_%20ruthenium.png);
}

/****************************************
		Bat
*****************************************/
.HeadingBat {
	margin-left: 65px;
}
.BGBatPink {
	background-repeat: no-repeat;
   background-image: url(../img/Bat_Pink_background.jpg);
	background-size: 100%;	
}
.BGBatSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Bat_Silver_background.jpg);
	background-size: 100%;
}
.BGBatBlack {
	background-repeat: no-repeat;
	background-image: url(../img/Bat_Black_background.jpg);
	background-size: 100%;
}


.HomeBatPink {
	background-image: url(../img/Manymals_Shop_Small_Bat_Pink.png);
}
.HomeBatSilver {
	background-image: url(../img/Manymals_Shop_Small_Bat_Silver.png);
}
.HomeBatBlack {
	background-image: url(../img/Manymals_Shop_Small_Bat_ruthenium.jpg);
}

/****************************************
		Pug
*****************************************/
.HeadingPug {
	margin-left: 65px;
}

.BGPugSilver {
	background-repeat: no-repeat;
	background-image: url(../img/Background_Manymals_Pug_Silver.jpg);
	background-size: 100%;
}


/****************************************
		Shop
*****************************************/
.ShopHome {
	margin-left: 117px;
	padding-top: 115px;
}
.ShopHome a {
	display: block;
	background-size: 100%;
}
.ShopHomeR1{
	height: 153px;
}
.ShopHomeR1 a{
	height: 153px;
}
.ShopHomeR2 a{
	height: 153px;
}
.ShopHomeR3 a{
	height: 130px;
}
.ShopHomeCol1 {
	width: 151px;
	padding-top: 39px;
}
.ShopHomeCol2 {
	width: 113px;
}
.ShopHomeCol3 {
	width: 134px;
}
.ShopHomeCol4 {
	width: 132px;
}
.ShopHomeCol5 {
	width: 108px;
}
.ShopHomeCol6 {
	width: 46px;
}
.ShopHomeR1 div {
	float: left;
}
.ShopHomeR2 div {
	float: left;
}
.ShopHomeR3 div {
	float: left;
}
.ShopHomePrice {
	height: 48px;
	width: 48px;
	display: inline-block;
	text-align: center;
	border-radius: 23px;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding-top: 12px;
}
