html {
    height: 100%
}
/*div{    border:1px solid #555555;}*/

body {
    text-align: center;
    position: relative;
    height: 100%;
    font-family:'font-titoli',sans-serif;
}

h1{
    font-size:32px;
    line-height:26px;
    font-family:'font-titoli',sans-serif;
    margin-bottom:30px;
}

h1:after{
    display: block;
    content: url('../img/riga_h1.png');
    padding-bottom:20px;
}

h2{
    font-size:28px;
    margin-bottom:15px;
	font-family:'font-titoli',sans-serif;
}

h3{
	font-family:'font-titoli',sans-serif;
}

h4{
	font-family:'font-titoli',sans-serif;
}

p{
	font-size:16px;
	font-family:'font-titoli',sans-serif;
}

#wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}
.intersezione_piccola {
    height: 50px;
}
.intersezione_grande {
    height: 100px;
}
.footer {
    padding: 20px;
    height: 70px;
    background: #202020;
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;
}
.footer a {
    color: #11aaff;
}
#post-list .navbar,
#post-single .navbar,
#profile .navbar {
    opacity: 1
}

.navbar {
    background: rgba(255, 255, 255, 0.1);
    height: 70px;
    opacity: 1;
    z-index: 10001;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.navBar-full {
    height: 60px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.navbar-header {
    height: auto
}
.navbar-brand {
    margin-right: 0px;
    margin-top: -14px;
    position: relative;
    z-index: 10
}
.navbar-collapse {
    margin-top: 25px;
    position: relative;
}

.navbar-nav li a{
	font-family:'font_titoli',sans-serif;
	font-weight:700;
	color:#000;
	font-size:16px;
	text-shadow:none;
	padding:0px 10px;
	text-transform:uppercase;
}

.navbar-nav li.active a,
.navbar-nav li.active a:hover,
.navbar-nav li a:hover{
    background: none;
    color: #11aaff;
}

.navbar-nav li.active a{
    color: #11aaff;
}

/* SOLO SE SI METTE INDICATORE SOTTO MENU */
/*
.navbar-nav li.active a:after,
.navbar-nav li.active a:hover:after,
.navbar-nav li a:hover:after{
    color: #0000ff;
}*/

.navbar-toggle {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.navbar-toggle-full {
    height: 60px;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.navbar-toggle.icon-bar {
    background: #fff
}
.myButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    opacity: 1;
    background: rgba(17, 170, 255, 1);
}
.myButton:hover {
    background: rgba(17, 170, 255, 0.6);
    opacity: 0.6;
    color: #ffffff;
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
.myButton:focus,
.myButton:active:focus,
.myButton.active:focus {
    outline: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}