/*
Theme Name: chicche 2013
Theme URI: ----
Author: ----
Author URI: ----
Description: ----
Version: ----
License: ----
License URI: ----
Tags: ----
Text Domain: ----
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.fb-like {
	display:inline;
	float:left;
	margin:0 5px 0 5px;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Structure */

body {
	background-image:url(images/bgr2.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:18px;
	width:100%;
	height:100%;

}

::selection {
	background: #b85db7; /* Safari */
	color:#FFF;
	}
::-moz-selection {
	background: #b85db7; /* Firefox */
	color:#FFF;
}

::-webkit-selection {
	background: #b85db7; /* Safari */
	color:#FFF;
}

p {
	line-height:24px;
	margin:0 0 15px 0;
}

.clearer {
	clear:both;
}

#product_navigation {
	width:380px;
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:14px;
	margin:0 0 10px 0;
}

.next {
	display:inline-block;
	float:left;
	width:190px;
	text-align:left;
}

.prev {
	display:inline-block;
	float:left;
	width:190px;
	text-align:right;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#CC65CC;
	text-decoration:none;
}

#wrap {
	position:relative;
	margin:0;
	width:400px;
}

.form_fake {
	width:400px;
}

.form_float {
	display:inline;
	float:left;
	width:190px;
	margin:0 10px 10px 0;
}

.form_float_exp {
	display:inline;
	float:left;
	width:380px;
	margin:0 0 10px 0;
}

.floatter {
	width:168px;
	height:28px;
	border:#666 solid 1px;
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:18px;
	padding:0 5px 0 5px;
}

.textme {
	width:373px;
	height:200px;
	max-width:373px;
	max-height:200px;
	min-width:373px;
	min-height:200px;
	border:#666 solid 1px;
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:18px;
}

.subb {
	cursor:pointer;
	border:none;
	padding:5px 10px 3px 10px;
	background-color:#CC65CC;
	color:#FFF;
	font-family: "ff-netto-web-1","ff-netto-web-2";
	font-size:16px;
	text-transform:uppercase;
}

.subb:hover {
	cursor:pointer;
	color:#333;
}

small {
	font-size:10px;
}

#head {
	position:relative;
	margin:0 0 2px 0;
	width:400px;
}

#head_top {
	position:relative;
	margin:0 0 2px 0;
	padding:10px;
	width:380px;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
}

#head_menu {
	position:relative;
	margin:0 0 2px 0;
	padding:10px;
	width:380px;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:14px;
}

#head_menu ul {
	display:inline;
	list-style:none;
}

#head_menu li {
	display:inline;
	list-style:none;
	margin:0 2px 0 0;
	padding:0 2px 0 0;
}

#head_menu li:after {
	content:" |";
}

#head_menu li:last-child:after {
	content:"";
}

.acommon_container {
	position:relative;
	margin:0 0 2px 0;
	padding:10px;
	width:380px;
	background-color:rgba(255,255,255,0.8);
	display:none;
}

.footer {
	position:relative;
	margin:0 0 8px 0;
	padding:10px;
	width:380px;
	background-color:rgba(255,255,255,0.8);
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:12px;
	line-height:16px;
}

#chisemus {
	background-image:url(images/loro.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:none;
}

#products {
	font-family: "ff-netto-web-1","ff-netto-web-2";
	color:#333;
	font-size:16px;
	line-height:20px;
	display:none;
}





#language {
	padding:0;
	text-transform:uppercase;
	font-size:10px;
	color:#333;
}

#language ul {
	list-style:none;
	display:inline;
}

#language li {
	list-style:none;
	display:inline-block;
	margin:0 5px 0 0;
}

#language li:last-child {
	list-style:none;
	display:inline-block;
}

#language li.active a:link {
	color:#CC65CC;
	text-decoration:none;

}

#language li.active a:visited {
	color:#CC65CC;
	text-decoration:none;

}

#language li.active a:hover {
	color:#333;
	text-decoration:none;

}

#language li a:link {
	color:#333;
	text-decoration:none;
}

#language li a:visited {
	color:#333;
	text-decoration:none;
}

#language li a:hover {
	color:#CC65CC;
	text-decoration:none;
}












/* =Gallery
-------------------------------------------------------------- */

#single_product_picture {
	position:relative;
	width:380px;
	height:380px;
	margin:0;
}

/* container for slides */
.images {
    position:relative;
    width:380px;
	height:420px;
    margin:0 0 20px 0;
    cursor:pointer;
	overflow:hidden;
	line-height:380px;
	text-align:center;
}

/* single slide */
.slide_image_big {
	position:relative;
    margin:0;
    padding:0;
	width:380px;
	height:420px;
}

.my_image {
	position:relative;
	margin:0;
    padding:0;
	width:380px;
	height:380px;
	background-image:url(images/bg_postpreload_small.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.enlarge {
	position:absolute !important;
	z-index:800;
    top:10px;
    right:10px;
    margin:0;
    padding:0;
	width:24px;
	height:24px;
	font-size:10px;
	line-height:0;
}

.my_image img {
	vertical-align:middle;
}

.img_title {
	position:absolute;
	left:0;
	bottom:0;
	width:370px;
	height:48px;
	font-family: "ff-netto-web-1","ff-netto-web-2";
	text-transform:uppercase;
	text-align:left;
	color:#808080;
	font-size:12px;
	line-height:12px;
	padding:12px 5px 0 5px;
	background-color:rgba(255,255,255,0.8);
}

.img_title_sugg {
	text-align:right;
	font-size:10px;
	text-transform:none;
	float:right;
}

.img_alt {
	font-family: "museo-sans";
	text-transform:none;
	font-size:12px;
	font-weight:500;
	line-height:12px;
}

/* tabs (those little circles below slides) */
.slidetabs, .big_slidetabs {
	position:relative;
	display:none;
}

.slidetabs_loading {
    clear:both;
	position:relative;
	width:464px;
	height:14px;
	font-family: "museo-sans";
	text-transform:uppercase;
	font-size:12px;
	text-align:left;
	color:#808080;
	background-image:url(images/bg_postpreload_small.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	margin:10px 0 10px 0;
	padding:0 0 0 16px;
}

/* single tab */
.slidetabs a {
    width:60px;
    height:60px;
    float:left;
    margin:0 8px 8px 0;
    display:block;
	background-color:#0FA091;
}

.slidetabs img {
    width:60px;
    height:60px;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.slidetabs a.current img {
    opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}












/* =Gallery total
-------------------------------------------------------------- */

#total_picture {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/bg_postpreload_small.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

/* container for slides */
.big_images {
    position:relative;
    width:100%;
	height:100%;
	margin:0;
	padding:0;
}

/* single slide */
.full_slide_image_big {
	position:relative;
    margin:0;
    padding:0;
	width:100%;
	height:100%;
	background-size:cover;
}


.share_btns {
	position:relative;
	width:380px;
	height:30px;
	margin:15px 0 0 0;
}

.contain_01_btn {
	width:90px;
	height:30px;
	display:inline;
	float:left;
}

.contain_02_btn {
	width:90px;
	height:30px;
	display:inline;
	float:left;
}

.contain_03_btn {
	width:25px;
	height:30px;
	display:inline;
	float:left;
}

.contain_04_btn {
	width:25px;
	height:30px;
	display:inline;
	float:left;
}

.contain_05_btn {
	width:25px;
	height:30px;

}

.contain_06_btn {
	width:25px;
	height:30px;
	display:inline;
	float:left;
}

