/*normalize*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}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:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* comingsoon */
/* ==========================================================================
   Stili globali (indipendenti dalle media queries)
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);


html, body {
    padding:0;
    margin: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    font-weight: 300
}

/*sfondo */
#page {
  background: #fff;
  padding-top: 60px;
}

.container {
  margin:0px auto;
  padding: 0 10px;
}

.debug-useragent {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.2em 0.5em;
  color: #fff;
  background:rgba(0,0,0,0.9);
  font-size: 12px;
  display: block;
}


* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none!important;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  /*font-family: 'Montserrat', sans-serif;*/
  /* text-transform: uppercase; */
  font-weight:700;
}


a {
  text-decoration: none;
  color: #888;
}


a:hover {
  color: #c2d318;
}


.c-scroll {
    max-height: 150px;
    overflow: hidden;
    margin: 20px 0 30px 0;
    -webkit-overflow-scrolling: touch;
}

/*COLORI =============*/

/*LAYOUT GENERICO ===========*/

#container {
  /*max-width:300px;*/
  margin:60px auto;
  text-align:center;
}
header h2 span {
  position:fixed;
  left:-9999px;
}
header h2 img {
  width:100%;
  max-width:250px;
  height:auto;
}
.coming {
}

header h1 {
  width: 300px;
  height: auto;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

header h1 img {
  width: 100%;
  height: auto;
}

header h1 span {
  display:block;
} 

.coming {
  box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
  border-radius:3px;
  color:#888;
  background:#f4f4f4;
  line-height:1.3;
  padding:0.5em 2em;
  margin:30px auto;
  position:relative;
  display: inline-block;
}

.coming span {
  display:block;
  margin-bottom: 0.2em;
}
/*.coming span:first-child {
  text-transform:lowercase;
  font-size:0.8em;
  margin-bottom:0.2em;
}

.coming span:last-child {
  font-weight:700;
} */



/* ANIMAZIONE INIZIALE */
.anim-item {
    -webkit-transform: translateY(50px) scale(1);
            transform: translateY(50px) scale(1);
    opacity:0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}
.anim-item.anim-item-01 {-webkit-transition-delay:0.00s;transition-delay:0.00s;}
.anim-item.anim-item-02 {-webkit-transition-delay:0.20s;transition-delay:0.20s;}
.anim-item.anim-item-03 {-webkit-transition-delay:0.30s;transition-delay:0.30s;}
.anim-item.anim-item-04 {-webkit-transition-delay:0.40s;transition-delay:0.40s;}
.anim-item.anim-item-05 {-webkit-transition-delay:0.50s;transition-delay:0.50s;}
.anim-item.anim-item-06 {-webkit-transition-delay:0.50s;transition-delay:0.50s;}

html.anim-start .anim-item {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity:1;
}

.contacts {
  font-size: 0.8em;
  margin-top: 40px;
}



.contatti-rmg {
  margin-top: 25px;
}

.rgm-member {
  margin-bottom: 20px;
}



.frase {
  margin: 30px 15px;
  margin-top: 20px;
  text-align: justify;
}

/*fine globali*/

/* ==========================================================================
   SMARTPHONE - SCHERMI PICCOLI BP000 > BP480
   ========================================================================== */

@media only screen and (max-width: 480px) {

    /* disabilita ridimensionamento testo quando cambio orientamento portrait/landscape */
    html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
        -webkit-text-size-adjust:none;
    }

} /* FINE SMARTPHONE 000 > 480 */



/* ==========================================================================
   DESKTOP - SCHERMI GRANDI BP768 > BP...   
   ========================================================================== */

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

  html, body {
    height:100%;
  }

  #container {
    margin:50px auto;
    max-width: 690px;
    /*position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);*/
  }

  header h1 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }


  .contatti-rmg {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-right: 30px;
    margin-top: 0px;
  }

  .rgm-member {
    display: table-cell;
    margin-bottom: 0;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

} /* FINE DESKTOP 768 > ... */


/* ==========================================================================
   Classi Utili - Clearfix etc.
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

