﻿/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==== Normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}i

body {
    margin: 0;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection {
    background: Maroon;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: Maroon;
    color: #fff;
    text-shadow: none;
}*/


/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #333;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
    line-height: normal;
    *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {
    *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==== Non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

/* 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;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==== Print styles =======================================================
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    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;
    }
}

/* == Fine HTML5 ✰ Boilerplate == */

/* == Stili di base - Mobile first ===== */

body {
    font-size: 100%;
    font-family: Lucida Grande, Optima-Regular, Verdana, sans-serif;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
    background-image: url(https://offerte.caesartour.it/images/romtextb.jpg);
}

/*
body {color: #666;font: 16px/28px;font-family: 'Open Sans', sans-serif;
      background-image: url(https://offerte.caesartour.it/images/romtextb.jpg);}*/

h1, h2, h3 {
    font-weight: 600;
}

.htitle {
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    /*text-transform: uppercase;*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1px;
    margin-left: 0;
    /*line-height: 32px;*/
    /*text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;*/
    text-shadow: 1px 1px 0 #111, 1px 1px 0 #111;
    letter-spacing:1px;
    color: #fdb714;
}

.htitlelight {
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    /*text-transform: uppercase;*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1px;
    margin-left: 0;
    /*line-height: 32px;*/
    /*text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;*/
    text-shadow: 1px 1px 0 #111, 1px 1px 0 #111;
    letter-spacing:1px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

p {
    font-size: 0.75em;
    line-height: 1.4375;
    margin: 0 0 0.35em 0;
}

    p a:hover {
        text-decoration: underline;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

header {
    width: 100%;
    border-bottom: 1px solid #D1D3D4;
}

#logo {
    margin: 0;
    padding: 0.35em 0;
}

    #logo img {
        max-width: 100%;
    }

nav {
    /*font-size: 1.0625em;*/
    font-size: 0.9em;
    font-weight: 500;
    border-top: 1px solid #D1D3D4;
    padding: 0.625em 0;
}

    nav ul li {
        /*background-color: LEMONCHIFFON;*/
        width: 100%;
        height: 1.8em;
        margin: 0;
        border-top: 1px solid #D1D3D4;
        border-left: 1px solid #D1D3D4;
        border-right: 1px solid #D1D3D4;
    }

        nav ul li:last-child {
            border-bottom: 1px solid #D1D3D4;
        }

        nav ul li a {
            display: block;
            color: #333;
            line-height: 1.8;
            text-decoration: none;
            width: 100%;
            height: 1.8em;
            padding-left: 4%;
        }

            nav ul li a:hover {
            }

    nav.collapsible > h2 {
        background-color: LEMONCHIFFON;
        color: #333;
        font-size: 1.0625em;
        line-height: 1.7;
        width: 97%;
        height: 1.7em;
        margin: 0;
        border: 1px solid #D1D3D4;
        padding-left: 2.77%;
        cursor: pointer;
    }

        nav.collapsible > h2.minus {
            background-color: #333;
            color: LEMONCHIFFON;
        }

#main {
    width: 100%;
    padding: 0.625em 0 0 0;
}

article {
    width: 100%;
    border-top: 1px solid #D1D3D4;
    padding: 0.925em 0 0.625em 0;
}

    article:first-of-type {
        border: 0;
        padding-top: 0;
    }


    article time {
        /*font-size: 0.6875em;*/
        font-size: 0.7875em;
        color: #ADAFB2;
        /**/
    }

    article h2 {
        font-weight: 500;
        font-size: 1.1875em;
        /*font-size: 1.1875em;*/
        margin: 0 0 0.30em 0;
    }

        article h2 a {
            color: #333;
        }

            article h2 a:hover {
            }

    article img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 0.625em;
    }

    article .fluid-width-video-wrapper {
        margin: 0 auto 10px auto;
    }

#around {
    margin: 0.3125em auto;
    border-bottom: 1px solid #D1D3D4;
    padding-bottom: 0.625em;
}

    #around > h2 {
        background-color: #333;
        color: LEMONCHIFFON;
        font-size: 1.0625em;
        line-height: 1.8;
        width: 97%;
        height: 1.8em;
        margin: 0 0 0.625em 0;
        border: 1px solid #D1D3D4;
        padding: 1.5%;
    }

    #around ul li {
        margin: 0.3125em 0 0.3125em 1.5%;
    }

aside ul {
    margin-bottom: 1.25em;
}

aside h3 {
    padding-bottom: 0.625em;
    /*font-weight: 500;*/
    /*font-size: 1.0625em;*/
    border-bottom: 1px solid #D1D3D4;
    margin-bottom: 0.625em;
}

aside a {
    color: #333;
    transition: color 0.25s;
    -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
}

    aside a:hover {
    }

aside .social-widget {
    font-size: 0.875em;
    margin: 0;
}

    aside .social-widget ul {
        margin-bottom: 0;
    }

        aside .social-widget ul li {
            padding: 0.5em 0 0.3em 0;
            border-bottom: 1px solid #D1D3D4;
        }

            aside .social-widget ul li:first-child {
                padding-top: 0;
            }

            aside .social-widget ul li:last-child {
                border: 0;
            }

    aside .social-widget a {
        display: block;
        height: 1.75em;
        line-height: 1.8em;
        padding: 0 0 0 30px;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

        aside .social-widget a:hover {
        }

    aside .social-widget #twitter {
        background-image: url(img/twitter.png);
    }

    aside .social-widget #facebook {
        background-image: url(../images/facebook.png);
    }

    aside .social-widget #mailinglist {
        background-image: url(img/email.png);
    }

    aside .social-widget #feed {
        background-image: url(img/rss.png);
    }

/* Nascondiamo le sezioni che non vogliamo 
visualizzare su smartphone              */

aside .imperdibili-widget,
aside#secondaria, .flexslider {
    /*display: none;*/
    display: inline;
}

aside {
    float: left;
    border-top: 0;
    /*width: 25%;*/
    width: 100%;
    padding-left: 1.8%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    aside h3 {
        padding-left: 5.45%;
        /**/
        color: #0066cc;
    }

    aside .social-widget {
        font-size: 0.75em;
        margin: 1.25em 0 1.30em 0;
    }

        aside .social-widget ul li {
            padding: 0.5em 0;
        }

            aside .social-widget ul li:last-child {
                border-bottom: 1px solid #D1D3D4;
            }

    aside .imperdibili-widget h3 {
        padding-bottom: 0;
        margin-bottom: 1em;
        border: 0;
    }

    aside .imperdibili-widget div.commenti {
        width: 100%;
        font-size: 0.70em;
        padding: 0;
        margin-bottom: 1em;
        /*background-color: LEMONCHIFFON;*/
    }

        aside .imperdibili-widget div.commenti:last-child {
            margin: 0;
        }

    aside ul.lista-imperdibili {
        margin: 0;
    }

    aside .lista-imperdibili li {
        padding: 3%;
        border-bottom: 1px solid #D1D3D4;
        margin-bottom: 0.625em;
        line-height: 1.4;
    }

        aside .lista-imperdibili li:last-child {
            border: 0;
            margin: 0;
        }

    aside .lista-imperdibili span.autore-imperdibili {
        font-weight: bold;
    }

    aside .categorie-widget ul {
        font-size: 0.70em;
    }

    aside .categorie-widget li {
        padding: 0.5em 0 0.5em 5.48%;
        border-bottom: 1px solid #D1D3D4;
    }

    aside .categorie-widget a {
        display: block;
        height: 1.30em;
        line-height: 1.30em;
    }

        aside .categorie-widget a:hover {
        }

.tornaSu {
    background: url(../images/arrow-up.png) no-repeat;
    padding: 0px 0px 0px 20px;
}


footer {
    clear: left;
    position: relative;
    width: auto;
    padding: 0 2%;
    /*background-color: LEMONCHIFFON;*/
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.5em;
    font-size: 0.8125em;
}

    footer #legal li,
    footer #legal li:last-child {
        margin-right: 10px;
    }

        footer #legal li:first-child {
            padding: 0;
            margin-right: 10px;
        }


/* == Media queries (breakpoint) ===== */


/* -----------------------------------
IPAD PORTRAIT
------------------------------------ */
@media only screen and (min-width: 768px) {

    /* Mostriamo le sezioni prima nascoste */

    aside .imperdibili-widget,
    aside#secondaria, .flexslider {
        display: block;
    }

    /* Nascondiamo le sezioni che non vogliamo 
visualizzare su tablet e desktop        */

    nav > h2, #around {
        display: none;
    }

    #container {
        position: relative;
        max-width: 900px;
        padding: 0 1.06382978723404%;
        margin: 0 auto;
    }

    header {
        margin-bottom: 0.625em;
        /*padding-bottom: 1.25em;*/
        padding-bottom: 1px;
    }

    nav ul li {
        float: left;
        margin: 0 16px 5px 0;
        /*background-color: #fff;*/
        width: auto;
        height: auto;
        border: none;
    }

        nav ul li:last-child {
            border: none;
        }

        nav ul li a {
            color: #333;
            transition: color 0.25s;
            -moz-transition: color 0.25s;
            -webkit-transition: color 0.25s;
            width: auto;
            height: auto;
            line-height: normal;
            padding: 0;
        }

            nav ul li a:hover {
            }

    .flexslider {
        clear: left;
        margin-bottom: 3.125em;
    }

    #content {
        width: 100%;
        margin-top: 10px;
    }

    #main {
        /*float: left;*/
        width: 100%;
        /*border-right: 1px solid #D1D3D4;*/
        border-right: 1px solid #fff;
        padding: 1.25em 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    article {
        width: 95%;
    }

        article img {
            box-sizing: border-box;
            padding: 5px;
            border: 1px solid #D1D3D4;
        }

    aside {
        width: 25%;
    }

    /* Nascondo voce di menù Imperdibili e Nazioni */
    #linkimperdibili, #linkfiltri {
        display: none;
    }

    #cphMain_tabella1_headerContainerNegozio {
        float: left;
        width: 55%;
        padding-right: 20px;
    }

    #galleryContainerNegozio {
        float: left;
        width: 40%;
        border: 1px solid #fdb714;
        padding: 10px;
        /*background: #DBDCA3;*/
        background: #fff;
        margin-bottom: 5px;
        margin-top: 5px;
        border-radius: 8px;
    }

    input[type='text'], input[type='password'] {
        width: 400px;
        font-size:0.9em;
    }
}

/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */
@media only screen and (min-width: 1024px) {

    #container {
        max-width: 960px;
    }

    aside .social-widget {
        font-size: 0.875em;
    }

    aside .imperdibili-widget div.commenti {
        font-size: 0.70em;
    }
}

/* -----------------------------------
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1200px) {

    #container {
        max-width: 1140px;
    }

    #main {
        width: 100%;
    }

    /*#main {width: 60%;}*/

    aside {
        width: 19%;
    }

        /*aside {width: 19%;}*/

        aside#secondaria {
            margin-left: 1%;
            border-left: 1px solid #D1D3D4;
        }
}

/* == FLEXSLIDER ===================================== */

.flex-container a:active,
.flexslider a:active {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    width: 100%;
    margin: 0 0 3.125em 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
    }

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        max-width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides > li {
            position: relative;
        }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
    zoom: 1;
    position: relative;
}

/* Caption style */
/* IE rgba() hack */

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

p.flex-caption a {
    color: #fff;
}

    p.flex-caption a:hover {
        color: #fff;
        text-decoration: none;
    }

/* Direction Nav */
.flex-direction-nav li a {
    position: absolute;
    right: -2%; /* 14px / 700px */
    width: 41px; /* 29px / 700px */
    height: 41px; /* 29px / 248px */
    max-width: 29px;
    max-height: 29px;
    display: block;
    background- background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
}

    .flex-direction-nav li a:hover {
        background-color: #72D3E9;
    }

.flex-direction-nav li .next {
    background-image: url(img/global/button-arrow.png);
    background-position: 11px 7px;
    top: 38.73239436619718%; /* 110px / 284px */
}

.flex-direction-nav li .prev {
    background-image: url(img/global/button-back-arrow.png);
    top: 51.05633802816901%; /* 145px / 284px */
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -35px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 0 0 10px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .flex-control-nav li:first-child {
            margin: 0;
        }

        .flex-control-nav li a {
            width: 10px;
            height: 10px;
            display: block;
            background: url(img/flexslider/pagination-dots.png) no-repeat 0 0;
            cursor: pointer;
            text-indent: -9999px;
        }

            .flex-control-nav li a:hover {
                background-position: 0 -10px;
            }

            .flex-control-nav li a.active {
                background-position: 0 -20px;
                cursor: default;
            }

/* ---------- Zoom container ---------- */
.image-zoom-container {
    list-style: none;
    font-size: 0px;
}

.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 33.33%; /* this value + 2 should = 33% */
    border: 1px solid #fff;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .zoom-container img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

    .zoom-container .zoom-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        /*background: rgba(0, 0, 0, .2);*/
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

        .zoom-container .zoom-caption h3 {
            display: block;
            text-align: center;
            color: #333;
            margin: 0;
            padding: 0;
            border-top: 20px solid rgba(255, 255, 255, .15);
            background-color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            margin: 20% 0 0;
        }

        .zoom-container .zoom-caption h2 {
            display: block;
            text-align: center;
            margin: 0;
            padding: 0px 10px;
            border-bottom: 20px solid rgba(255, 255, 255, .15);
            background-color: rgba(255, 255, 255, 0.8);
            font-size: 20px;
            font-weight: normal;
        }

    .zoom-container:hover img {
        -webkit-transform: scale(1.50); /* Safari and Chrome */
        -moz-transform: scale(1.50); /* Firefox */
        -ms-transform: scale(1.50); /* IE 9 */
        -o-transform: scale(1.50); /* Opera */
        transform: scale(1.50);
    }

    .zoom-container:hover .zoom-caption {
        background: none;
    }

@media (max-width: 1199px) {
    .container {
        width: auto;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {

    .zoom-container {
        width: 50%;
        margin: 10px 0px;
    }
}

@media (max-width: 480px) {

    .zoom-container {
        width: 100%;
    }
}

/****** H3 titolo main */
.titolo-main {
    padding-bottom: 0.625em;
    font-weight: 500;
    font-size: 1.0625em;
    margin-bottom: 0.625em;
    display: inline;
}


/****** SELECT BOX STYLE */
.select-style {
    border: 1px solid #D1D3D4;
    border-radius: 3px;
    overflow: hidden;
    background: url("../images/arrow.png") no-repeat 99% 50%;
    margin: 5px 2px 10px 0px;
}

    .select-style select {
        padding: 5px 8px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        width: 100%;
        font-size: 0.9em;
    }

        .select-style select:focus {
            outline: none;
        }


/*** BOX LETTERE */
#boxLettere {
    margin-bottom: 0.625em;
    margin-right: 0.625em;
}

    #boxLettere h3 {
        padding-bottom: 0.625em;
        font-weight: 500;
        font-size: 0.8625em;
        display: inline;
    }

    #boxLettere a {
        padding: 3px 5px;
        border: 1px #D1D3D4 solid;
        display: inline-block;
        margin: 0px 0px 3px 0px;
        font-size: 0.7625em;
    }

#lastminute {
    margin-right: 10px;
}

    #lastminute li {
        font-size: 0.8625em;
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #D1D3D4;
    }

        #lastminute li a {
            text-decoration: none;
        }
		

.btnAvvisi {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .btnAvvisi:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .btnAvvisi:active {
        position: relative;
        top: 1px;
    }			

.btnLastminute {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 3px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .btnLastminute:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .btnLastminute:active {
        position: relative;
        top: 1px;
    }

.btnGateway {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    margin-bottom: 10px;
}

    .btnGateway:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .btnGateway:active {
        position: relative;
        top: 1px;
    }

#lastsecond {
    margin-right: 10px;
}

    #lastsecond li {
        font-size: 0.8625em;
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #D1D3D4;
    }

        #lastsecond li a {
            text-decoration: none;
        }


.grigliaPartenze {
    font-size: 0.85em;
}

.grigliaPrezzi {
    font-size: 0.85em;
}

.grigliaGenerica {
    font-size: 0.85em;
}

.boxPulsantiAcquistaInviaRichiesta  { display: inline-block; margin:0px 50px 10px 0px; }     


.displayAt768 {
        display: none;
    }

.hideAt768 {
        display: inline;
    }

@media only screen and (min-width: 768px) {
        .displayAt768 {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    .hideAt768 {
        display: none;
    }
}