/*!
 * Vesione 3 del 15 Dicembre 2014
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #030760;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #c3c0bb;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #c3c0bb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

a.linkmenu {
    color: #c3c0bb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:hover,a:focus, a.linkmenu:hover,
a.linkmenu:focus  {
    text-decoration: none;
    color: white;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #030760;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 30px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #030760;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

/* ------   loghi      ------------------------------------*/
.logo1 { 
position: absolute;
    top: 1em;
    left: 1.5em;
    width: 6%;
}
.logo2 { 
position: absolute;
    top: 1em;
    right: 1.5em;
    width: 6%;
}
/* ------   fine loghi ------------------------------------*/

/* -----------------------------   Formattazione delle sezioni -------------------------------*/
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/moscovici4.jpg) no-repeat bottom center scroll;
    background-color: #030760;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

#biblio {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/moscovici5dark.jpg) no-repeat bottom center scroll;
    background-color: #030760;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#press {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/moscovici3dark.jpg) no-repeat bottom center scroll;
    background-color: #030760;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
}

#greetings{
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: black;
    background: url(../img/opencorbebook3.png) no-repeat center center scroll;
    background-color: #030760;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* altezza height: 1600px;  che tiene conto del libro e del form */
}

#timeline{
    background-color:#030760;
    color: white;
    z-index: 10;
    padding-top: 100px;
    
}

/* --------------------------  fine Formattazione delle sezioni -------------------------------*/

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #c3c0bb;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px; /*altezza della sezione*/
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #c3c0bb;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #c3c0bb;
}


/* ----------- Footer -----------------*/
footer {
    padding: 10px 0;
}
footer p {
    margin: 0;
    font-size: 0.75em;
}
footer h1 {
    margin: 0;
    font-size: 0.9em;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.modal-body {
    color: black; 
    margin: 0;
    font-size: 1.1em;
}

/* ---------- Stile delle liste press e puppet ----------------------*/
.presslist li{
list-style: none;
padding-right: 3em;
position: relative;
right: 0.5em;
}

.puppetlist figure{
width: 6em;
height: 8em;
margin: 1.5em 2em;
}

figcaption {
display: block;
font-size: 0.65em;
margin-bottom: 2em;
}


/* ---------- Stile del book ----------------------*/
.libro {
    width: 100%;
    margin: 0em 0em;
    height: 680px;  /*altezza del libro */
}
.paginasx .paginadx {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: black;
}
.paginasx {
    float: left;
    width: 40%;
    margin: 8em 0em 0em 6em;
    padding: 4em 2em;    
}
.paginadx {
    float: right;
    width: 40%;
    margin-top: 2.5em;
    margin-right: 3em;
    padding: 1em 2em;
    text-align: left;
}
.paginasx p{
    font-family: 'Tangerine', cursive;
    font-size: 2em;
    font-weight: 400;
}
.paginadx p{
    font-size: 1em;
    font-family: sans-serif;
    line-height: 1.5em;
    word-spacing: 0.15em;
}

/* ---------- Link del libro ----------------------*/
.link a{
position: relative;
font-size: 1em;
margin-left: 4em;
left: -8em;
color:black;
    
}

.navbar-brand {
padding: 10px 15px;
font-size: 20px;
line-height: 16px;
}

/* ---------- Menù dei bottoni laterali----------------------*/
.menudue{
margin-top: 18em;
    
}

.menudue ul li{
list-style: none;
}


.paramedio{
    text-align:center;
    font-size: 2.6em;
    letter-spacing: 0.2em;
    color: #c3c0bb;
}

/*    Box      */
#box1 {
background-color: rgba(3, 7, 96, 0.35);
border: 1px solid #030760;
border-radius: 1em;
-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
position: relative;
top: 7.5em;
}

#box2 {
background-color: rgba(3, 7, 96, 0.35);
border: 1px solid #030760;
border-radius: 1em;
-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
position: relative;
top: 0em;
}

.people {
background-color: rgba(3, 7, 96, 0.35);
border: 1px solid #030760;
border-radius: 1em;
-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

.documentation, .networking {
background-color: rgba(195, 192, 187, 0.35);
border: 1px solid #030760;
border-radius: 1em;
-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 95%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 90%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}
@media screen and (max-width: 480px) {
  p,.btn,input,div,span,h4 {
    font-size: 80%;
  }
  h1 {
    font-size: 16px;  
  }
  h2 {
    font-size: 14px;  
  }
  h3 {
    font-size: 12px;  
  }
}

.secondarigauno {
    width: 80%;
}

.secondarigadue {
    width: 70%;
}
.terzariga {
    width: 50%;
    margin: 0em auto;
}

.quartariga {
    width: 40%;
    margin: 0em auto;
}

.idp {
    width: 40%;
    margin: 0em auto;
}

.tutor {
    margin: 2em auto;
}
