/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,Arial,sans-serif;
    color: black;
    background-color: white;
}

html {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Lora,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: red;
}

a:hover,
a:focus {
    text-decoration: none;
    color: red;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: none;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: black;
	font-weight:bold;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}


.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    color: white;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    border: 1px solid red;
	outline: 0;
}

.navbar-custom a {
    color: white;
}


.navbar-custom .nav li a:hover {
    outline: 0;
    color: red;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}


.navbar-custom .nav li.active a:hover {
    color: white;
}

/* STILE INTRO PER LA SOLA HOMEPAGE */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url(../img/SkyLine.jpg) no-repeat bottom center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* STILE INTRO PER LE PAGINE INTERNE DEL SITO */
.intropaginterna {
    display: table;
    width: 100%;
    height: 25%;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
	display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {font-size: 40px;}
.intro .intro-body .intro-text {font-size: 18px;}

@media(min-width:768px) {
    .intro {height: 100%; padding: 0;}
    .intro .intro-body .brand-heading {font-size: 100px;}
    .intro .intro-body .intro-text {font-size: 18px;}
}

/* STILI E ANIMAZIONI DEI BOTTONI */
.btn-circle {
	width: 70px;
    height: 70px;
    margin-top: 15px;
    border-radius: 100%;
    font-size: 40px;
    color: red;
    background: white;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: white;
    background: red;
}

.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: 50px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
    .download-section {
        padding: 100px 0;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
}

.btn-default {
    border: 1px solid white;
    color: red;
    background-color: white;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid red;
    outline: 0;
    color: white;
    background-color: red;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    background: red;
	color:white;
}

::selection {
    background: red;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}




/* ================================================
STILE AGGIUNTO
================================================ */

.navbar img {
    display: inline-block;
}

.info-form {
    float: none;
    margin: auto;
    width: 85%;
}

/*
    INIZIO CODICE AGGIUNTO PER IL SUBMENU
*/
@media only screen and (max-width:650px) {
    .navbar-collapse ul li .dropdown-menu li {
        display: block;
    }
    .navbar-collapse ul li .dropdown-menu .divider {
        display: none;
    }
}
@media only screen and (min-width:651px) and (max-width:950px) {
    .navbar-collapse ul li .dropdown-menu li {
        display: inline-block;
    }
}
@media only screen and (max-width:950px) {
    .navbar .container .navbar-collapse {
        max-height: inherit;
    }
    .container .navbar-collapse ul li .dropdown-menu {
        background-color: #000;
        position: relative;
    }
    .dropdown-menu li a {
        color: #FFF;
    }
    .dropdown-menu li {
        padding-bottom: 12px;
    }
    .nav li a {
        display: block;
    }
}
/*
    FINE CODICE AGGIUNTO PER IL SUBMENU
*/

@media only screen and (max-width:265px) {
    .navbar .logotxt {
        width: 130px;
        margin-top:5px;
    }
}

@media only screen and (min-width:266px) and (max-width:767px) {
    .navbar .logotxt {
		width: 150px;
		margin-top:5px;
    }
}

@media only screen and (min-width:951px) {
    .nav li a {
        display: inline-block;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .nav li a {
/*        display: inline-block;*/
        font-size: 13px;
        padding-right: 5px;
    }
    .navbar .logotxt {
/*        width: 130px;*/
        width: 230px;
    }
    .navbar-brand {
        padding: 10px;
    }
}

@media only screen and (min-width:1024px) {
    .navbar-custom {
        border-bottom: 0;
        background: black;
    }
    .navbar-custom .top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid white;
        background: black;
    }
    .navbar .logotxt {
        width: 230px;
    }
}

@media only screen and (min-width:1200px) {
    #about .col-lg-8 .container {
        width: 100%;
    }
    .info-form {
        width: 100%;
    }
}
