﻿@charset "utf-8";

/* CSS Document */

body {
    color: #333;
    font-size: 16px;
    margin-top: 109px;
}

/*------------barra Regione-------------*/

.barrafvg {
    background-color: #30373d;
    height: 40px;
    padding-top: 6px;
}

.barrafvg img {
    margin-right: 10px;
}

.barrafvg a {
    color: #fff;
}

.barrafvg a:hover {
    color: #fff;
}

/*------------ modale -----------*/

.modal-title {
    font-size: 140%;
    color: #fff;  
    background-color:#1d80b9;  
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #1d80b9;
    background-color:#1d80b9;
}

.modal-header .close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.7;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

h4 small {color:#ffffff}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: left;
}

.modal-body ul li {
    padding-left: 10px;
}

.modal-body h5 {
    font-size: 160%;
    color:#1d80b9;
    font-family: 'decima_rgbold';
}

.modal-body h6 {
    font-size: 120%;
    color:#1d80b9;
    font-family: 'decima_rgbold';
}

.modal-body img {
    margin: 10px 20px;
}

.modal-body .img-responsive {
    margin: 10px 0px;
}

.modal .modal-body a {
    color: #1d80b9;
    font-weight: none;
    text-decoration: none;
}

.modal-body a:hover {
    color: #666;
    text-decoration: underline;
}

.modal-content {
    border-radius:0;
}

@media (min-width: 768px)
 {
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}


a {
    color: #000;
}

a:hover,
a:focus {
    color: #1d80b9;
    text-decoration: none;
}

a:hover h2 {
    color: #000;
    text-decoration: none;
}

p a {
    color: #1d80b9; 
}

p a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

header {
    margin-top: 6px;
    background-color: #fff;
    z-index: 10;
}

#logo img {
    max-width: 500px;
    width: 100%;
    /*margin-top: 2px;*/
    /*margin-bottom: 5px;*/
}

.ombra {
    margin-bottom: 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.modal a {
    color: #1e81ba;
    font-weight: bold;
    font-size: 90%;
}

.modal img[align="left"] {
    margin: 0px 15px 4px 0px;
}

.modal img[align="right"] {
    margin: 0px 0px 4px 15px;
}

.modal p {
    line-height: 32px;
    letter-spacing: 0px;
    /* text-align: justify; */
}

.modalmenu {
    margin-bottom: 20px;
    z-index: 100;
    position: relative;
}

.modalmenu div {
    display: inline-block;
    padding: 0px;
    margin-top: 25px;
}

.modalmenu div a {
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px; 
    background-color: #aaa; 
}


.modalmenu div:nth-child(1) a{
    background-color: #d051b7;
}
.modalmenu div:nth-child(2) a{
    background-color: #72af26;
}
.modalmenu div:nth-child(3) a{
    background-color: #0066a2;
}

.modalmenu div a:hover {
    background-color: #1d80b9;
}


/*------------------- footer ------------------*/

.border1 {
    /* border: solid 1px #e5e5e5; */
    border-top: solid 1px #e5e5e5;
    padding-top: 5px;
}

.font90 p {
    font-size: 100%;
}

.pattern1 {
    height: 20px;
    background-image: url(../images/hr_fvg.png);
    background-repeat: repeat;
    margin-bottom: 30px;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    color: #000;
    /* background-color: #007037; */
    padding-bottom: 20px;
}

footer a {
    color: #1d80b9;
}

footer a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

footer h3 {
    color: #FFF;
    margin-top: 0;
    padding-top: 0;
}

footer ul {
    list-style: none;
}

footer ul li {
    list-style: none;
    margin-bottom: 15px;
}

/*-------------*/

.fixed-to-top {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0px;
}

nav ul li {
    display: inline;
    padding: 2px 0px;
    font-size: 90%;
    border-bottom: solid 3px transparent;
    font-weight: bold;
}

.navbar {
    /*border: none;*/
    border-radius: 4px;
    position: relative;
    margin-bottom: -1px;
    /* margin-right: -15px; */
    margin-top: 6px;
    /* font-family: decimaregular; */
}

.navbar-header {
    margin-left: 0px !important;
}

.nav>li>a:focus,
.nav>li>a:hover{
    background-color: #fff;
}

.nav > li:hover, .hp .current {
    text-decoration: none;
    background-color: #fff;
    border-bottom: solid 3px #1d80b9;
}

.nav-tabs > li:hover {
    margin-bottom: -4px;
}

.navbar-nav {
    /*float: right;*/
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    /*padding: 9px 10px 2px 10px;*/
    margin-top: 5px;
    /*margin-right: 0px;*/
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    /*border: 1px solid #1d80b9;
    border-radius: 4px;*/
}

.navbar-toggle .icon-bar {
    display: block;
    /*width: 100%;*/
    height: 2px;
    border-radius: 1px;
    background: #1d80b9;
}

.navbar-toggle span:last-child {
    /*padding-top: 3px;*/
    text-transform: uppercase;
    font-size: 80%;
}

@media (max-width: 991px) {
    #bs-example-navbar-collapse-1 {
        /*position: fixed;
        float: left;*/
        background: #fff;
        width: 100%;
        left: 0;
    }
}