/*
Theme Name: Roberta Molteni by Fuinzanardi
Theme URI: http://www.mosne.it
Description: for WordPress 3.4.2 and superior.
Version: 1.0
Author: Mosne
Author URI: http://www.mosne.it
Tags: html5, boilerplate, hml5boilerplate
*/

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .google-maps img {
    max-width: none;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

/* mosne reset*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul, nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

p {
    margin: 0;
    margin-bottom: 1em;
}

.hidden {
    display: none;
}

body {
    margin: 0;
    font: 1em/1.5 sans-serif;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/


/* -- Use this wrapper if you want to block-out a column with padding
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */

.row {
    margin-left: -16px; /* gutter */
    overflow: hidden;
    clear: both;
}

[class*="col-"] {
    float: left;
    padding-left: 16px; /* gutter */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(js/boxsizing.htc);
}


/*!
 * MOSNE RESPONSIVE DESIGN GRIDS
 * Author  : mosne
 * URL     : http://mosne.it
 * ---------------------------------------*/

.col-full {
    width: 100%;
}

.col-1-12 {
    width: 8.3333333333333%;
}

.col-1-6 {
    width: 16.666666666667%;
}

.col-1-4 {
    width: 25%;
}

.col-1-3 {
    width: 33.333333333333%;
}

.col-5-12 {
    width: 41.666666666667%;
}

.col-1-2 {
    width: 50%;
}

.col-7-12 {
    width: 58.333333333333%;
}

.col-2-3 {
    width: 66.666666666667%;
}

.col-3-4 {
    width: 75%;
}

.col-5-6 {
    width: 83.333333333333%;
}

.col-11-12 {
    width: 91.666666666667%;
}

.col-1-1 {
    width: 100%;
}

.col-1-10 {
    width: 10%;
}

.col-1-5 {
    width: 20%;
}

.col-3-10 {
    width: 30%;
}

.col-2-5 {
    width: 40%;
}

.col-3-5 {
    width: 60%;
}

.col-7-10 {
    width: 70%;
}

.col-4-5 {
    width: 80%;
}

.col-9-10 {
    width: 90%;
}

.col-1-8 {
    width: 12.5%;
}

.col-3-8 {
    width: 37.5%;
}

.col-5-8 {
    width: 62.5%;
}

.col-7-8 {
    width: 87.5%;
}

/* default responsive */
@media (max-width: 767px) {
    .col-1-12, .col-1-6, .col-1-4, .col-1-3, .col-5-12, .col-1-2, .col-7-12, .col-2-3, .col-3-4, .col-5-6, .col-11-12, .col-1-1, .col-1-10, .col-1-5, .col-3-10, .col-2-5, .col-3-5, .col-7-10, .col-4-5, .col-9-10, .col-1-8, .col-3-8, .col-5-8, .col-7-8, .col-full {
        width: 100%;
    }
}

/* -- Breakpoint 4 (.b) BIG DESKTOP
------------------------------------------------------------- */
@media (min-width: 1200px) {

    .b-col-1-12 {
        width: 8.3333333333333%;
    }

    .b-col-1-6 {
        width: 16.666666666667%;
    }

    .b-col-1-4 {
        width: 25%;
    }

    .b-col-1-3 {
        width: 33.333333333333%;
    }

    .b-col-5-12 {
        width: 41.666666666667%;
    }

    .b-col-1-2 {
        width: 50%;
    }

    .b-col-7-12 {
        width: 58.333333333333%;
    }

    .b-col-2-3 {
        width: 66.666666666667%;
    }

    .b-col-3-4 {
        width: 75%;
    }

    .b-col-5-6 {
        width: 83.333333333333%;
    }

    .b-col-11-12 {
        width: 91.666666666667%;
    }

    .b-col-1-1 {
        width: 100%;
    }

    .b-col-1-10 {
        width: 10%;
    }

    .b-col-1-5 {
        width: 20%;
    }

    .b-col-3-10 {
        width: 30%;
    }

    .b-col-2-5 {
        width: 40%;
    }

    .b-col-3-5 {
        width: 60%;
    }

    .b-col-7-10 {
        width: 70%;
    }

    .b-col-4-5 {
        width: 80%;
    }

    .b-col-9-10 {
        width: 90%;
    }

    .b-col-1-8 {
        width: 12.5%;
    }

    .b-col-3-8 {
        width: 37.5%;
    }

    .b-col-5-8 {
        width: 62.5%;
    }

    .b-col-7-8 {
        width: 87.5%;
    }
}


/* -- Breakpoint 3 (.d) DESKTOP
------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1199px) {

    .d-col-1-12 {
        width: 8.3333333333333%;
    }

    .d-col-1-6 {
        width: 16.666666666667%;
    }

    .d-col-1-4 {
        width: 25%;
    }

    .d-col-1-3 {
        width: 33.333333333333%;
    }

    .d-col-5-12 {
        width: 41.666666666667%;
    }

    .d-col-1-2 {
        width: 50%;
    }

    .d-col-7-12 {
        width: 58.333333333333%;
    }

    .d-col-2-3 {
        width: 66.666666666667%;
    }

    .d-col-3-4 {
        width: 75%;
    }

    .d-col-5-6 {
        width: 83.333333333333%;
    }

    .d-col-11-12 {
        width: 91.666666666667%;
    }

    .d-col-1-1 {
        width: 100%;
    }

    .d-col-1-10 {
        width: 10%;
    }

    .d-col-1-5 {
        width: 20%;
    }

    .d-col-3-10 {
        width: 30%;
    }

    .d-col-2-5 {
        width: 40%;
    }

    .d-col-3-5 {
        width: 60%;
    }

    .d-col-7-10 {
        width: 70%;
    }

    .d-col-4-5 {
        width: 80%;
    }

    .d-col-9-10 {
        width: 90%;
    }

    .d-col-1-8 {
        width: 12.5%;
    }

    .d-col-3-8 {
        width: 37.5%;
    }

    .d-col-5-8 {
        width: 62.5%;
    }

    .d-col-7-8 {
        width: 87.5%;
    }
}


/* -- Breakpoint 2 (.t) TABLET
------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
    .t-col-1-12 {
        width: 8.3333333333333%;
    }

    .t-col-1-6 {
        width: 16.666666666667%;
    }

    .t-col-1-4 {
        width: 25%;
    }

    .t-col-1-3 {
        width: 33.333333333333%;
    }

    .t-col-5-12 {
        width: 41.666666666667%;
    }

    .t-col-1-2 {
        width: 50%;
    }

    .t-col-7-12 {
        width: 58.333333333333%;
    }

    .t-col-2-3 {
        width: 66.666666666667%;
    }

    .t-col-3-4 {
        width: 75%;
    }

    .t-col-5-6 {
        width: 83.333333333333%;
    }

    .t-col-11-12 {
        width: 91.666666666667%;
    }

    .t-col-1-1 {
        width: 100%;
    }

    .t-col-1-10 {
        width: 10%;
    }

    .t-col-1-5 {
        width: 20%;
    }

    .t-col-3-10 {
        width: 30%;
    }

    .t-col-2-5 {
        width: 40%;
    }

    .t-col-3-5 {
        width: 60%;
    }

    .t-col-7-10 {
        width: 70%;
    }

    .t-col-4-5 {
        width: 80%;
    }

    .t-col-9-10 {
        width: 90%;
    }

    .t-col-1-8 {
        width: 12.5%;
    }

    .t-col-3-8 {
        width: 37.5%;
    }

    .t-col-5-8 {
        width: 62.5%;
    }

    .t-col-7-8 {
        width: 87.5%;
    }
}


/* -- Breakpoint (.m) MOBILE
------------------------------------------------------------- */
@media (max-width: 480px) {

    .m-col-1-12 {
        width: 8.3333333333333%;
    }

    .m-col-1-6 {
        width: 16.666666666667%;
    }

    .m-col-1-4 {
        width: 25%;
    }

    .m-col-1-3 {
        width: 33.333333333333%;
    }

    .m-col-5-12 {
        width: 41.666666666667%;
    }

    .m-col-1-2 {
        width: 50%;
    }

    .m-col-7-12 {
        width: 58.333333333333%;
    }

    .m-col-2-3 {
        width: 66.666666666667%;
    }

    .m-col-3-4 {
        width: 75%;
    }

    .m-col-5-6 {
        width: 83.333333333333%;
    }

    .m-col-11-12 {
        width: 91.666666666667%;
    }

    .m-col-1-1 {
        width: 100%;
    }

    .m-col-1-10 {
        width: 10%;
    }

    .m-col-1-5 {
        width: 20%;
    }

    .m-col-3-10 {
        width: 30%;
    }

    .m-col-2-5 {
        width: 40%;
    }

    .m-col-3-5 {
        width: 60%;
    }

    .m-col-7-10 {
        width: 70%;
    }

    .m-col-4-5 {
        width: 80%;
    }

    .m-col-9-10 {
        width: 90%;
    }

    .m-col-1-8 {
        width: 12.5%;
    }

    .m-col-3-8 {
        width: 37.5%;
    }

    .m-col-5-8 {
        width: 62.5%;
    }

    .m-col-7-8 {
        width: 87.5%;
    }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    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[xmlns] .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;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/*theme*/


#main {
    position: relative;
    max-width: 1000px;
    margin: 100px auto;
}


.hide {
    display: none;
}

body, html {
    padding: 0;
    margin: 0;
    background: white;
}

body {
    font-family: "p22-underground", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: 1.3em;
}

#header {
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

header #menu-social {
    font-family: 'shareit';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

#footer {
    font-size: 11px;
    text-align: left;
    padding: 30px 0;
}

#footer,
#footer a {
    color: #aaa;
}

#logo {
    color: #CF3E2C;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    line-height: 1em;
    font-size: 18px;
    font-weight: 500;

}

#logo a span.name {
    color: #222;
    border-bottom: 1px solid #222;
    margin-bottom: 0.1em;
    float: left;
}

.home #logo a span.name {
    border-bottom: 3px solid #222;
}


#logo a:hover {
    text-decoration: none;
}


#menu-social li {
    float: left;
    font-size: 20px;
    margin: 1.5em 0;
    margin-right: 10px;

}

#header {
    position: fixed;
    z-index: 999;
    width: 240px;
    padding: 0 10px;
    font-size: 14px;
    font-family: "p22-underground-sc", sans-serif;
    font-style: normal;
    font-weight: 500;
}


.home #header {
    width: 85%;
    pointer-events: none;
}

.home #menu {
    width: 300px;
    display: block;
    pointer-events: all;
}

.home #logo {
    pointer-events: none;
}


.home #header {
    pointer-events: none;
}

.home #header #menu {
    pointer-events: all;
}


a {
    color: #CF3E2C;
}

a:hover {
    text-decoration: underline;
}

.push {
    max-width: 1200px;
    padding: 0 6px;
    margin: 0 auto;
}


/* loop */
.boxy,
.box {
    width: 24.9%;
    padding: 3px;
    padding-top: 0;
    padding-bottom: 6px;
    display: inline;
    float: left;
    position: relative;
}

.red {
    position: relative;
    float: left;
    background: #CF3E2C;
    width: 100%;

}

.page-id-2 .red {
    min-height: 400px;
}

.red strong {
    border-bottom: 1px solid #fff;
    font-weight: 400;
}


.box.double {
    width: 49.8%;
}

.box.full {
    width: 99.8%;
}


.pool {
    width: 100%;
    float: left;
}

.pool img {

    max-width: 100%;
    float: left;
    vertical-align: middle;
    border: 0;
    width: 100%;
}

.box h1 {
    float: left;
}

.box a {
    background: #CF3E2C;
    color: #fff;
    float: left;
    width: 100%;
}

.box.press a {
    background: #CF3E2C;
}

.box a span.caption {
    width: 100%;
    height: 100%;
}

.box a img {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 1;
}

.block {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: -10px;
}

.block p {
    margin: 0;
}

.red .block {
    opacity: 1;
    visibility: visible;
    color: white;
}

.red a {
    color: white;
    text-transform: lowercase;

}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;

}

.block .center {
    display: inline-block;
    vertical-align: middle;
    width: 99.9%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
    line-height: 1em;
    font-family: "p22-underground-sc", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.center small {
    font-size: 12px;
}


.box a:hover .block {
    visibility: visible;
    opacity: 1;
}

.box a:hover img {
    opacity: .20;

}

.under {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 11px;
    float: left;
}

#sidebar .widget-container {
    padding-bottom: 1em;
}

#sidebar h3 {
    font-weight: normal;
    text-transform: uppercase;
    color: #CF3E2C;
    margin: 0;
    padding: 0;
}

#sidebar a {
    color: #222;
}

.dida {
    padding: 16px;
    background: #E3DFD6;
    margin-top: 6px;
    float: left;
    width: 100%;
}

.dida p {
    margin: 0;
}

header .red {
    min-height: auto;
}

header .red h1 {
    color: white;
    font-weight: 400;
    padding: 16px;
    margin: 0;
    font-size: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
}

#bd header {
    margin: 0 3px;
    margin-bottom: 6px;
}

.single #bd header p {
    margin: 0;
}

.loopnavi ul {
    width: 100%;
    float: left;
    padding: 16px;
}

.loopnavi li {
    display: inline;
    float: left;
    width: 33%;
    text-align: center;
}

.loopnavi a {
    text-transform: uppercase;
}


/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .home #logo a span.name {
        border-bottom: 1px solid #222;
    }

    .boxy,
    .box,
    .box.double {
        width: 49.8%;
    }

    .box.full {
        width: 99.8%;
    }

    .ciao {
        display: none;
    }

    #header {
        position: relative;
        margin-bottom: 16px;
    }

    header .red {
        margin-bottom: 6px;
    }

    #sidebar,
    #footer {
        margin: 20px 10px;
    }


}

/* Landscape phones and down */
@media (max-width: 480px) {


    .boxy,
    .box,
    .box.double,
    .box.full {
        width: 99.9%;
    }


}
