/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
   
/* ============================================ */
/* Document properties                          */
/* ============================================ */
html                        {} 
body                        { }

html,
button,
input,
select,
textarea {
     height: 100%; min-height: 100%; overflow: auto; overflow-x: hidden; margin: 0; padding: 0 
}

body {
    font-size: 13px; line-height: 1.4; margin:0; padding:0; height:100%; background:#1a1a1a;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* TYPO */








form                        { position: relative; height: 100%; min-height: 100%; width: 100%; }
#container                  { width: auto; z-index: 3; } 
#main                       { position:relative; top:76px; width: 100%; min-height: 100px; }
#content                    { height: 100%; min-height: 100%; margin: 0; }
#container_fluid 			{ position:relative;padding: 0px 0px 75px 0px; top:75px; clear: both;}
#container_prodotto {float:left; width:100%; font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;  min-height:130px; padding:50px 0 50px 0;}
#testo_prodotto 			{width:980px;margin: 0 auto;}	
#main_fluid                 { position:relative; top:0px; left:0px; width: 100%; height: 100%; }
#container_profile 			{ position:absolute; top:0; left:50%;  width:980px; height:520px; margin-left:-490px;}
.container_designers		{ padding:30px 20px}
.col_profile				{ float:left;  width:224px; min-height:100%; padding:0px 10px; margin-right: 1px; background:#000;}

a {text-decoration:none}
a:hover {text-decoration:none}



.position-wrap              { width:100%; height:100%; position:relative; overflow:visible; }


/* ============================================ */
/* Header layout                                */
/* ============================================ */
header{ z-index: 1000; position: fixed; width: 100%; height: 76px; min-width: 980px; background-color: #000; /*overflow: hidden;*/ background:url(../img/texture.jpg) repeat-x; box-shadow:0px 3px 8px #000000; }
.logo{float:left;padding:17px 40px;}
#menu{float:right;  z-index:999999}






/* ============================================ */
/* OGGETTI SCROLL PRODOTTi E SCHEDA		                        */
/* ============================================ */
.title										{ font-size: 52px; line-height: 1em; }

.pageIndicator								{ font: italic 13px/18px georgia; padding-bottom: 20px; }
.pageIndicator:after						{ content: "____"; }

.section									{ position: relative; overflow: hidden; border-bottom: solid 1px #d6d6d6; }
.section img.wallpaper,
.section div.wallpaper img					{ width: 100%; }
.section .content							{ position: absolute; left: 0; top: 0;  }
.section .contentpadding					{ padding: 70px; }
.section .contentSection					{ padding: 0 0 35px; }
.section .contentLeft						{ left: 0; }
.section .contentRight						{ left: auto; right: 0; }


/* ============================================ */
/* Section Centered                             */
/* ============================================ */
.centerSection								{ margin: 0 auto; padding: 70px; }
.gridlayout .centerSection					{ border-left: solid 1px #d6d6d6; }

/* ============================================ */
/* facts & Details                              */
/* ============================================ */
.gridlayout									{ border-bottom: none; }




/* ============================================ */
/* SCROLL                       */
/* ============================================ */
.general .introContent						{ position: absolute; top: 10%; left: 40px; text-decoration:none }
.general .wallpaper							{ min-height: 600px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }


a.linkbutton,
input.linkbutton							{  padding: 1px 8px; margin: 0px; color: #fff; font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif; line-height:1em; background-color:#FF0000; text-decoration: none; border: none; text-transform:uppercase }

a.linkbutton:hover,
input.linkbutton:hover						{ color: #fff; background-color: #333; text-decoration: none; }
							


a.scheda		{ float:left; padding: 4px 8px; margin: 0px; color: #fff; font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif; line-height:1em; background-color:#FF0000; text-decoration: none; border: none; text-transform:uppercase }

a.scheda:hover	{ float:left;color: #fff; background-color: #333; text-decoration: none; }





.riga_grigia {float:left; width:100%;  min-height:250px;  background:#000}
.riga_bianca {float:left; width:100%;  min-height:250px;  background:#FFF}




/* Right menu ---------------------------*/
.rightmenu							{ position: fixed; top: 50%; right: 18px; z-index: 1000; margin-top: -35px; }
.rightmenu li						{ height: 50px; width: 50px; cursor: pointer; margin-bottom: 1px; background-image: url(../img/icons/right-navigation.png); background-repeat: no-repeat; }
.rightmenu li.up					{ background-position: 0 0; }
.rightmenu li.up:hover				{ background-position: 100% 0; }
.rightmenu li.down					{ background-position: 0 50%; }
.rightmenu li.down:hover			{ background-position: 100% 50%; }
.rightmenu li.page-counter			{ background: #000; color: #fff; line-height: 50px; font-size: 13px; text-align: center; }
.rightmenu li.share					{ background-position: 0 100%; position: relative; }
.rightmenu li.share:hover			{ background-position: 100% 100%; }

.rightmenu .sharethis				{ display: none; position: absolute; right: 0; bottom: 50px; width: 50px; height: 148px; padding-top: 10px; background: #f0f0f0;  }
.rightmenu .sharethis .st_facebook_large	{ position: relative; top: 0; left: 5px; }
.rightmenu .sharethis .st_twitter_large		{ position: relative; top: 0; left: 5px; }
.rightmenu .sharethis .st_pinterest_large	{ position: relative; top: 0; left: 5px; }
.rightmenu .sharethis .st_plusone_large		{ position: relative; top: 7px; left: 5px; }

/* ============================================ */
/* Scheda Prodotto                        */
/* ============================================ */

#scheda_prodotto {width:960px; margin:0 auto; padding:20px 0px} 
#paginator{position:relative; top:0px; left:0px; height:30px; width:960px; margin:0 auto;}
.back{position:absolute; top:0px; left:320px;width:320px; text-align:center;}
.prev{position:absolute; top:0px; left:0px;width:320px;}
.next{position:absolute; top:0px; left:640px;width:320px;text-align:right;}

#paginator{width:960px; margin:0 auto;}


.subtitle				{ float:left; font-size:  15px; }
.title					{ float:left; width:600px; font-size: 100px; font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;  }
.designer				{ float:right; text-align:right; font-size:  14px;color:#666; }
.puls_servizio			{ float:right; width: 380px;text-align:right}
.descrizione			{ float:left; font-size:  11px;  text-align:justify }	

.t-center{text-align:center}
.t-right{text-align:right}















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}