/*!
 * Start Bootstrap - Business Casual 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 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}



h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p { 
    font-size: 1.20em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 550px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	
}

.navbar-nav {
 
    text-transform: uppercase;	
    font-weight: 400;
    letter-spacing: 1px;
	
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: none;
	
}

.brand-before {
    margin: 5px 0; 
}

.brand-name {
    margin: 0;
    font-size: 2.5em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.10em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
   background: #f90403;
        background: rgba(249,4,3,0.5);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin-bottom: 10px;
		margin-top: 0px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0x;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0px;
		
    }

    .navbar-default {
        border: none;
        background: #f90403;
        background: rgba(249,4,3,0.5);
		
    }
	

a {
  color: #5f6366;
  text-decoration: none;
  
}
a:hover,
a:focus {
  color: #424242;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


	
    .nav>li>a {
        padding: 0;
		margin: 20px;
		color: #909090;
		
    }

    .navbar-nav>li>a {
        line-height: normal;		
		font-size:14px; 
    }



  .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

#Menu a {
color: #e7e7e7;
margin-left:20px;
margin-top:30px;

}
#Menu a:hover {
color:#ffffff;
}

#sottoMenu a { color:#838383;

}

#sottoMenu a:hover {
color:#ba1823;
background-color:transparent; 

}

.list-style a:hover { 
	
	color: #909090;
	text-decoration:none;
}

address {
  margin-bottom: 5px;
  
}

.btn-default {
  color: #333;
 background-color: #f4f4f4;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #f4f4f4;
  border-color: #adadad;
}
.btn-link {
  color: #b80000;
}
.btn-link:focus, 
.btn-link:hover {
  color: #760000;
  text-decoration: underline;
  background-color: transparent;
}





