html {
	scroll-behavior: smooth;
}

.mailinglist {
	width: 300px;
	height: 70px;
	position: fixed;
	top: 50%;
left: 50%;
		 border: 1px dashed #ff665e;
  		text-align: center;
  		background: #fff;
  		padding: 4px;
  		margin-left: -150px;
  		margin-top: -35px;
}


.close {
	position: absolute;
	top: -22px;
	right: 5px;
	padding: 2px;
}

.close:hover {
	background-color: #ff665e;
	cursor: pointer;
	color: #fff;
}



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

body, html {
    max-width: 100%;
	background-color: #fff;
	padding: 0;
  margin: 0;

}

body {
font-family: Consolas, monaco, monospace;
position: relative;	}
	
a {
	color: #ff665e;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	}
	

#under {
	background: -webkit-linear-gradient(#fe0000, white 15%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fe0000, white 15%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fe0000, white 15%); /* For Firefox 3.6 to 15 */
	background: repeating-linear-gradient(#fe0000, white 18%); /* Standard syntax */
	width: 200px;
	height: 100%;
	left: 100px;
	top: -20px;
	position: absolute;
	}
	
/* navigation */

.navigation {
    position: fixed;
	font-size: 130%;
	right: 10px;
	z-index: 100;
	}

.navigation a {
	display: inline-block;
	text-align: center;
	padding: 5px 18px 7px 18px;
	margin-left: 10px;
	}

.navigation a:hover {
	background: #ff665e;
	}
	
.navigation .place {
	background: #ff665e;
	color: #ffffff;
	}

  .ml-form-embedSubmitLoad{display:inline-block;width:10px;height:16px}.ml-form-embedSubmitLoad:after{content:" ";display:block;width:5px;height:5px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

  	.ml-form-embedContainer {
  		width: 300px;
		 border: 1px dashed #ff665e;
  		text-align: center;
  		background: #fff;
  		float: right;
  		padding: 4px;
  			  	}

  	.ml-form-embedContainer p {
  		font-size: 80%;
  		font-family: Consolas, monaco, monospace;
  		margin: 5px 7px 0 7px;
  	}
  	.ml-form-embedSubmit button {
 		background-color: #ff665e;
		border: none;
		padding: 5px 7px 5px 7px;
		font-size: 80%;
		font-weight: bold;
		font-family: Consolas, monaco, monospace;
 		color: #fff;
 		margin-top: 5px;
 		width: 9%;
   	}
	.ml-form-embedSubmit button:hover {
		background-color: #e65c55;
		cursor: pointer;
	}
	.ml-field-group input {
		    border: solid #ff665e;
		    width: 87%;
		    border-width: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
		padding: 7px 10px 7px 10px;
		margin-bottom: 8px;
		text-align: center;
				font-family: Consolas, monaco, monospace;

    }
	

#menu {
    position: fixed;
	font-size: 100%;
	right: 20px;
	bottom: 20px;
	z-index: 103;
	text-align: right;
	}

#menu a {
	padding: 2px 20px 2px 20px;
	border-bottom: 2px solid #ff665e;
	display: inline-block;
	}

#menu a:hover {
	background: #ff665e;
	color: #ffffff;
	}
	
#logo {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 98;
	}
	
#yo {
	position: fixed;
	z-index: 101;
	width: 273px;
	height: 98px;
	background-image: url('press.png')
	}
	
#yo:hover {
	background-image: url('press_hover.png')
	}
	
#anavigate {
	position: fixed;
	bottom: 50%;
	top: 50%;
	text-align: center;
	width: 200px;
	letter-spacing: 2px;
	}
	
#acontainer {
	position: fixed;
	bottom: 75px;
	text-align: center;
	width: 200px;
	letter-spacing: 0px;
	line-height: 200%;
	}
	
/* social stuff */

#social {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	}
	
#social div {
	margin-right: 4px;
	}
	
#fb {
	background-image: url('fb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#fb:hover {
	background-image: url('fb_hover.png');
	}
	
#ig {
	background-image: url('ig.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#ig:hover {
	background-image: url('ig_hover.png');
	}

#tumb {
	background-image: url('tumb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#tumb:hover {
	background-image: url('tumb_hover.png');
	}

/* synopsis section */

#about {
	padding-left: 225px;
	padding-right: 215px;
	border-top: 2px solid #ff665e;
	}
	
#about_text {
	height: 100%;
	font-size: 80%;
	margin-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

#about_text p {
	margin: 8px 0 0 0;
	}
	
#about_header {
	font-size: 130%;
	}

#about_header span:hover {
	color: #fff;
	}
	
/* slider */



#tags {
	width: 100%;
	font-size: 80%;
	}
	
#slides_container {
	margin: 0;
	text-align: center;
}

#slides_container p {
	text-align: right;
	line-height: 150%;
	margin-top: -100px;
}

#slides_container img {
	width: 100%;
	text-align: center;
}


/* fresh work section */
	
#new {
	width: 87%;
	z-index: 199;
	margin: 0 auto;
	margin-top: 15px;
	}
	
#new_text {
	padding-bottom: 25px;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	}

#new_text h3 {
	margin: 0 0 10px 0;
	}

.wiggle {
	width: 250px;
	display: block;
	margin: 0 5px 0 5px;
	z-index: 2;
	vertical-align: top;
	float: left;
	}
	
a .wiggle:hover, a .wiggle2:hover {
	color: #ff665e;
	}
	
.wiggle2 {
	width: 250px;
	display: inline-block;
	z-index: 2;
	vertical-align: top;
	}

#new_text a div p span {
	color: #000000;
	line-height: 22px;
	margin: 0,auto;
	z-index: 2;
	}

#new_text a:hover div p span {
	color: #fff;
	}	
	
/* item display */

#topborderfix {
  	border-top: 2px solid #ff665e;
	width: 100%;
	position: fixed;
	}


#product {
	text-align: center;
	margin: 0 auto;
	padding-top: 60px;
	width: 74%;
	}
	
#product h1,h2 {
	margin: 0;
	}
		
#item {
	float: left;
	border-bottom: 1px solid #ff665e;
	padding-bottom: 60px;
	width: 100%;
	text-align: center;
	}
	
@-ms-keyframes wiggle{0%{-ms-transform:rotate(1.5deg);}50%{-ms-transform:rotate(-1.5deg);}100%{-ms-transform:rotate(1.5deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(1.5deg);}50%{-moz-transform:rotate(-1.5deg);}100%{-moz-transform:rotate(1.5deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(1.5deg);}50%{-webkit-transform:rotate(-1.5deg);}100%{-webkit-transform:rotate(1.5deg);}}
@keyframes wiggle{0%{transform:rotate(1.5deg);}50%{transform:rotate(-1.5deg);}100%{transform:rotate(1.5deg);}}
div.wiggle:hover,div.wiggle2:hover,div.wiggle3:hover{-ms-animation:wiggle .6s infinite;-moz-animation:wiggle .6s infinite;-webkit-animation:wiggle .6s infinite;animation:wiggle .6s infinite;}

.divide {
	border-bottom: 1px solid #ff665e; width: 65%; margin: 10px 0 0 0;
}			
	

#info .contain {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	display: table;
	margin-bottom: 10px;
	text-align: left;
	}

/* zoom */

.display,.detail1,.detail2,.detail3,.detail4 {
	display:inline-block;
	position: relative;
	}
		
/* slider - item */

#slide_hold {
	float: left;
	text-align: center;
	}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 14px 0 auto;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  width: 400px;
  height: 400px;
  background: #ccc;
}

.control_next,.control_prev {
	background: #fff;
	text-align: center;
	padding: 3px 0 3px 0;
	font-weight: bold;
	margin-top: 3px;
	}

.control_prev {
	float: left;
	width: 195px;
	text-align: center;
	}
	
.control_next {
	float: right;
	width: 195px;
	margin-right: 14px;
	}

/* faq section */

#faq {
	width: 87%;
	padding-top: 20px;
	margin: 0 auto;
	}
	
#faq_text {
	padding-bottom: 60px;

}

#faq_left {
	display: inline-block;
	width: 53%;
	vertical-align: top;
	padding-left: 3%
	}

#faq_right {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-right: 3%;
	text-align: center;
	line-height: 18pt;
	}

#faq_right a span {
	color: #000;
	}
	
#faq_right h3 {
	padding: 0;
	margin-bottom: -4px;
	line-height: 0;
	font-size: 110%;
	}

#faq_right div {
	margin: 15px 0 0 0;
	}

h2 {
	padding: 0;
	margin: 0;
	}

#lilguys {
	background: url('lilguys.png') repeat-x bottom;
	height: 52px;
	width: 100%;
	border-bottom: 2px solid #ff665e;
	}
}

@media only screen 
and (min-width : 786px) 
and (max-width : 1024px) {

body, html {
    max-width: 100%;
	background-color: #fff;
	padding: 0;
  margin: 0;

}

body {
font-family: Consolas, monaco, monospace;
position: relative;	}
	
a {
	color: #ff665e;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	}
	

#under {
	background: -webkit-linear-gradient(#fe0000, white 15%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fe0000, white 15%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fe0000, white 15%); /* For Firefox 3.6 to 15 */
	background: repeating-linear-gradient(#fe0000, white 18%); /* Standard syntax */
	width: 200px;
	height: 100%;
	left: 100px;
	top: -20px;
	position: absolute;
	}
	
/* navigation */

.navigation {
    position: fixed;
	font-size: 115%;
	right: 10px;
	z-index: 100;
	}

.navigation a {
	display: inline-block;
	text-align: center;
	padding: 4px 16px 6px 16px;
	margin-left: 10px;
	}

.navigation a:hover {
	background: #ff665e;
	}
	
.navigation .place {
	background: #ff665e;
	color: #ffffff;
	}

  .ml-form-embedSubmitLoad{display:inline-block;width:10px;height:16px}.ml-form-embedSubmitLoad:after{content:" ";display:block;width:5px;height:5px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

  	.ml-form-embedContainer {
  		width: 300px;
		 border: 1px dashed #ff665e;
  		text-align: center;
  		background: #fff;
  		float: right;
  		padding: 4px;
  			  	}

  	.ml-form-embedContainer p {
  		font-size: 80%;
  		font-family: Consolas, monaco, monospace;
  		margin: 5px 7px 0 7px;
  	}
  	.ml-form-embedSubmit button {
 		background-color: #ff665e;
		border: none;
		padding: 5px 7px 5px 7px;
		font-size: 80%;
		font-weight: bold;
		font-family: Consolas, monaco, monospace;
 		color: #fff;
 		margin-top: 5px;
 		width: 9%;
   	}
	.ml-form-embedSubmit button:hover {
		background-color: #e65c55;
		cursor: pointer;
	}
	.ml-field-group input {
		    border: solid #ff665e;
		    width: 87%;
		    border-width: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
		padding: 7px 10px 7px 10px;
		margin-bottom: 8px;
		text-align: center;
				font-family: Consolas, monaco, monospace;

    }

	
#menu {
    position: fixed;
	font-size: 100%;
	right: 20px;
	bottom: 20px;
	z-index: 103;
	}

#menu a {
	padding: 2px 20px 2px 20px;
	border-bottom: 2px solid #ff665e;
	display: inline-block;
	}

#menu a:hover {
	background: #ff665e;
	color: #ffffff;
	}
	
#logo {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 98;
	}
	
#yo {
	position: fixed;
	z-index: 101;
	width: 250px;
	height: 98px;
	background: url('press.png') no-repeat;
	background-size: contain;
	}
	
#yo:hover {
	background-image: url('press_hover.png') no-repeat;
	}
	
#anavigate {
	position: fixed;
	bottom: 50%;
	top: 50%;
	text-align: center;
	width: 200px;
	letter-spacing: 2px;
	}
	
#acontainer {
	position: fixed;
	bottom: 75px;
	text-align: center;
	width: 200px;
	letter-spacing: 0px;
	line-height: 200%;
	}
	
/* social stuff */

#social {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	}
	
#social div {
	margin-right: 4px;
	}
	
#fb {
	background-image: url('fb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#fb:hover {
	background-image: url('fb_hover.png');
	}
	
#ig {
	background-image: url('ig.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#ig:hover {
	background-image: url('ig_hover.png');
	}

#tumb {
	background-image: url('tumb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#tumb:hover {
	background-image: url('tumb_hover.png');
	}

/* synopsis section */

#about {
	padding-left: 215px;
	padding-right: 190px;
	border-top: 2px solid #ff665e;
	}
	
#about_text {
	height: 100%;
	font-size: 60%;
	margin-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

#about_text p {
	margin: 4px 0 0 0;
	}
	
#about_header {
	font-size: 130%;
	}

#about_header span:hover {
	color: #fff;
	}
	
/* slider */

#tags {
	width: 100%;
	font-size: 80%;
	}
	
#slides_container {
	margin: 0;
	text-align: center;
}

#slides_container p {
	text-align: right;
	line-height: 150%;
	margin-top: -100px;
}

#slides_container img {
	width: 100%;
	text-align: center;
}


/* fresh work section */
	
#new {
	width: 95%;
	z-index: 199;
	margin: 0 auto;
	margin-top: 15px;
	}
	
#new_text {
	padding-bottom: 25px;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	}

#new_text h3 {
	margin: 0 0 10px 0;
	}

.wiggle {
	width: 250px;
	display: block;
	z-index: 2;
	vertical-align: top;
	float: left;
	margin: 0 5px 0 5px;
	}

.wiggle2 {
	width: 250px;
	display: inline-block;
	z-index: 2;
	vertical-align: top;
	margin: 0 5px 0 5px;
	}

a .wiggle:hover, a .wiggle2:hover {
	color: #ff665e;
	}	
	
#new_text a div p span {
	color: #000000;
	line-height: 22px;
	text-align: center;
	margin: 0,auto;
	z-index: 2;
	}

#new_text a:hover div p span {
	color: #fff;
	}	

/* item display */

#topborderfix {
  	border-top: 2px solid #ff665e;
	width: 100%;
	position: fixed;
	}


#product {
	margin: 0 auto;
	padding-top: 60px;
	width: 97%;
	text-align: center;
	}
	
#product h1,h2 {
	margin: 0;
	}
		
#item {
	float: left;
	border-bottom: 1px solid #ff665e;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
	}
	
@-ms-keyframes wiggle{0%{-ms-transform:rotate(1.5deg);}50%{-ms-transform:rotate(-1.5deg);}100%{-ms-transform:rotate(1.5deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(1.5deg);}50%{-moz-transform:rotate(-1.5deg);}100%{-moz-transform:rotate(1.5deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(1.5deg);}50%{-webkit-transform:rotate(-1.5deg);}100%{-webkit-transform:rotate(1.5deg);}}
@keyframes wiggle{0%{transform:rotate(1.5deg);}50%{transform:rotate(-1.5deg);}100%{transform:rotate(1.5deg);}}
div.wiggle:hover,div.wiggle2:hover{-ms-animation:wiggle .6s infinite;-moz-animation:wiggle .6s infinite;-webkit-animation:wiggle .6s infinite;animation:wiggle .6s infinite;}
			
.divide {
	border-bottom: 1px solid #ff665e; width: 75%; margin: 10px 0 10px 0;
}			
	
#info .contain {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	display: table;
	margin-bottom: 10px;
	text-align: left;
	}

/* zoom */

.display,.detail1,.detail2,.detail3,.detail4 {
	display:inline-block;
	position: relative;
	}
		
/* slider-item */

#slide_hold {
	float: left;
	text-align: center;
	}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 14px 0 auto;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  width: 400px;
  height: 400px;
  background: #ccc;
}

.control_next,.control_prev {
	background: #fff;
	text-align: center;
	padding: 3px 0 3px 0;
	font-weight: bold;
	margin-top: 3px;
	}

.control_prev {
	float: left;
	width: 195px;
	text-align: center;
	}
	
.control_next {
	float: right;
	width: 195px;
	margin-right: 15px;
	}

/* faq section */

#faq {
	width: 95%;
	padding-top: 20px;
	margin: 0 auto;
	}
	
#faq_text {
	padding-bottom: 60px;

}

#faq_left {
	display: inline-block;
	width: 53%;
	vertical-align: top;
	padding-left: 3%
	}

#faq_right {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-right: 3%;
	text-align: center;
	line-height: 18pt;
	}
	
#faq_right a span {
	color: #000;
	}

h2 {
	margin: 0;
	padding: 0;
	
	}

#lilguys {
	background: url('lilguys.png') repeat-x bottom;
	height: 52px;
	width: 100%;
	border-bottom: 2px solid #ff665e;
	}
}


@media only screen 
and (min-width : 0px) 
and (max-width : 787px) {

body, html {
    max-width: 100%;
	background-color: #fff;
	padding: 0;
  margin: 0;

}

body {
font-family: Consolas, monaco, monospace;
position: relative;	}
	
a {
	color: #ff665e;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	}
	

#under {
	background: -webkit-linear-gradient(#fe0000, white 15%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fe0000, white 15%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fe0000, white 15%); /* For Firefox 3.6 to 15 */
	background: repeating-linear-gradient(#fe0000, white 18%); /* Standard syntax */
	width: 200px;
	height: 100%;
	left: 100px;
	top: -20px;
	position: absolute;
	}
	
/* navigation */

.navigation {
    position: fixed;
	font-size: 100%;
	right: 10px;
	z-index: 100;
	}

.navigation a {
	display: inline-block;
	text-align: center;
	padding: 3px 8px 5px 8px;
	margin-left: 10px;
	}

.navigation a:hover {
	background: #ff665e;
	}
	
.navigation .place {
	background: #ff665e;
	color: #ffffff;
	}
	
  .ml-form-embedSubmitLoad{display:inline-block;width:10px;height:16px}.ml-form-embedSubmitLoad:after{content:" ";display:block;width:5px;height:5px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

  	.ml-form-embedContainer {
  		text-align: center;
  		background: #fff;
  		padding: 4px;
  		border: ;
  			  	}

  	.ml-form-embedContainer p {
  		font-size: 70%;
  		font-family: Consolas, monaco, monospace;
  		margin: 5px 7px 0 7px;
  	}
  	.ml-form-embedSubmit button {
 		background-color: #ff665e;
		border: none;
		padding: 5px 7px 5px 7px;
		font-size: 80%;
		font-weight: bold;
		font-family: Consolas, monaco, monospace;
 		color: #fff;
 		margin-top: 5px;
 		width: 9%;
   	}
	.ml-form-embedSubmit button:hover {
		background-color: #e65c55;
		cursor: pointer;
	}
	.ml-field-group input {
		    border: solid #ff665e;
		    width: 87%;
		    border-width: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
		padding: 7px 10px 7px 10px;
		margin-bottom: 8px;
		text-align: center;
				font-family: Consolas, monaco, monospace;

    }



#menu {
	 border: 1px dashed #ff665e;
	 margin-bottom: 10px;
	}

#logo {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 98;
	}
	
#yo {
	position: fixed;
	z-index: 101;
	width: 240px;
	height: 80px;
	background: url('press.png') no-repeat;
	background-size: contain;
	}
	
	
#yo:hover {
	background-image: url('press_hover.png');
	}
	
#anavigate {
	position: fixed;
	bottom: 50%;
	top: 50%;
	text-align: center;
	width: 200px;
	letter-spacing: 2px;

	}
	
#acontainer {
	position: fixed;
	bottom: 75px;
	text-align: center;
	width: 200px;
	letter-spacing: 0px;
	line-height: 200%;
	}
	
/* social stuff */

#social {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 103;
	bottom: 30px;
	}
	
#social div {
	margin-right: 4px;
	}
	
#fb {
	background-image: url('fb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#fb:hover {
	background-image: url('fb_hover.png');
	}
	
#ig {
	background-image: url('ig.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#ig:hover {
	background-image: url('ig_hover.png');
	}

#tumb {
	background-image: url('tumb.png');
	height: 25px;
	width: 25px;
	display: inline-block;
	}

#tumb:hover {
	background-image: url('tumb_hover.png');
	}

/* synopsis section */

#about {
	border-top: 2px solid #ff665e;
	padding: 0 10px 0 10px;
	}
	
#about_text {
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 70%;
}

#about_text p {
	margin: 4px 0 0 0;
	font-size: 90%;
	}

#about_header span:hover {
	color: #fff;
	}
	
/* slider */

#tags {
	width: 100%;
	font-size: 80%;
	}
	
#slides_container {
	margin: 0;
	text-align: center;
}

#slides_container p {
	text-align: right;
	line-height: 150%;
	margin-top: -100px;
}

#slides_container img {
	width: 100%;
	text-align: center;
}


/* fresh work section */
	
#new {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	}
	
#new_text {
	padding-bottom: 25px;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	}

#new_text h3 {
	margin: 0 0 10px 0;
	}

.wiggle {
	width: 250px;
	display: block;
	vertical-align: top;
	float: left;
	margin: 0 5px 0 5px;
	}
	
.wiggle2 {
	width: 250px;
	display: inline-block;
	z-index: 200;
	vertical-align: top;
	margin: 0 5px 0 5px;
	}

a .wiggle:hover, a .wiggle2:hover {
	color: #ff665e;
	}

#new_text a div p span {
	color: #000000;
	line-height: 22px;
	text-align: center;
	margin: 0,auto;
	}

#new_text a:hover div p span {
	color: #fff;
	}	
	
/* item display */

#topborderfix {
  	border-top: 2px solid #ff665e;
	width: 100%;
	position: fixed;
	}


#product {
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	width: 100%;
	}
	
#product h1,h2 {
	margin: 0;
	}
		
#item {
	border-bottom: 1px solid #ff665e;
	width: 100%;
	text-align: center;
	}
	
@-ms-keyframes wiggle{0%{-ms-transform:rotate(1.5deg);}50%{-ms-transform:rotate(-1.5deg);}100%{-ms-transform:rotate(1.5deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(1.5deg);}50%{-moz-transform:rotate(-1.5deg);}100%{-moz-transform:rotate(1.5deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(1.5deg);}50%{-webkit-transform:rotate(-1.5deg);}100%{-webkit-transform:rotate(1.5deg);}}
@keyframes wiggle{0%{transform:rotate(1.5deg);}50%{transform:rotate(-1.5deg);}100%{transform:rotate(1.5deg);}}
div.wiggle:hover,div.wiggle2:hover{-ms-animation:wiggle .6s infinite;-moz-animation:wiggle .6s infinite;-webkit-animation:wiggle .6s infinite;animation:wiggle .6s infinite;}

.divide {
	border-bottom: 1px solid #ff665e; width: 40%; display: inline-block;
	margin: 10px 0 0 0;
}
			
#info {
	background-color: #ffffff;
	margin-top: 25px;
	}
	
#info .contain {
	background-color: #fff;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 7px;
	}

/* zoom */

.display,.detail1,.detail2,.detail3,.detail4 {
	display:inline-block;
	position: relative;
	}
		
/* slider */

#slide_hold {
	text-align: center;
	width: 100%;
	display: inline-block;
	
	}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slider img {
	width: 300px;
	height: 300px;
	}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 150px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  width: 300px;
  height: 300px;
  background: #ccc;
}

.control_next,.control_prev {
	background: #fff;
	text-align: center;
	padding: 3px 0 3px 0;
	font-weight: bold;
	margin-top: 3px;
	width: 145px;
	text-align: center;
	display: inline-block;
	}

/* faq section */

#faq {
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	}

#faq_left, #faq_right {
	padding: 20px;
	}

#faq_right {
	text-align: center;
	line-height: 22px;
	}
	
#faq_right a span {
	color: #000;
	}	
	
#faq_right h3 {
	padding: 0;
	margin-bottom: -4px;
	padding-top: 5px;
	line-height: 0;
	font-size: 110%;
	}

	
h2 {
	margin: 0;
	padding: 0;
	}

#lilguys {
	background: url('lilguys.png') repeat-x bottom;
	height: 52px;
	width: 100%;
	border-bottom: 2px solid #ff665e;
	}

}

@media only screen 
and (min-width : 0px) 
and (max-width : 640px) {

#yo {
	width: 180px;
	height: 60px;
	}
	
#about {
	border-top: 2px solid #ff665e;
	padding: 0 10px 0 10px;
	}
	
#about_text {
	margin-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 70%;
}

#about_text p {
	margin: 4px 0 0 0;
	font-size: 90%;
	}

}