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

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

.azzurro{color: #00AAD9 !important;}
.verde{color: #88C64F !important;}
h1{margin-bottom: 50px;}
@media(min-width:767px) {
    .navbar {
        padding: 20px 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;
    }
}

.mr-10{margin-right: 10px;}
.mt-30{margin-top: 30px;}
/*.marginTop{height: 100px;}*/
/* MENU */
.navbar-brand{padding-top: 0;}
.navbar-brand img{max-height: 50px;}
.navbar-brand img.resized{max-height: 40px;padding-top:10px;}
/* SEZIONE */
.sezione{
	/*min-height: 100%;*/
	padding-top: 50px;
	padding-bottom: 30px;
}
#intro{padding-top: 120px;}
#about{ background:#EEE;}
#download{background: #F2F2F2;padding-bottom:100px;}
/* ACCORDION  (RELEASE)*/
#release #accordion .panel-title > a.accordion-toggle::before, 
#release #accordion a[data-toggle="collapse"]::before  {
    content:"\f0eb";
	font-family: FontAwesome;
    float: left;
	margin-right :1em;
	margin-left:10px;
	display:inline-block;
}
#release #accordion .panel-title > a.accordion-toggle.collapsed::before, 
#release #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f085";
	
}
#release #accordion h4 a{display: block;}
#release #accordion .panel-success h4{font-weight: bold;}
#release #accordion .panel{margin-bottom: 10px;}
/* SHIT */
.single-item{border: 1px solid #DDD; margin-bottom: 30px;min-height: 350px}
.single-item .item-icon{text-align: center; height: 150px; background: #EEE;padding: 20px;}
.single-item .item-icon .fa{font-size: 50px;}
.single-item .item-content{padding: 20px; padding-bottom:0px; padding-top: 10px; text-align: justify;}
/* DOWNLOADS */
.download span{display: block; float: left; width: 100%; margin-bottom: 25px;font-size: 25px;}
.download span.try{font-size: 35px; margin-bottom: 0;margin-top: 70px;}
/* PREZZI */
.pricingTable{
    text-align: center;
    background: #00AAD9;
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    height: 190px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.pricingTable > .pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #00AAD9;
    border-left: 263px solid transparent;
    position: absolute;
    right:0px;
    bottom: 0px;
}
.pricingTable:hover .pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 0;
}
.heading > h3{
    margin: 0;
    text-transform: uppercase;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    text-transform: uppercase;
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.pink{
    background: #ed687c;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.orange{
    background: #e67e22;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
    background: #3498db;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}
@media screen and (max-width: 1200px){
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 480px){
    .pricingTable{
        overflow: hidden;
    }
    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}
/* FOOTER */
footer{background-color:#424242; color: #FFF;min-height: 80px; padding: 10px 0;}
footer a{color: #FFF;}