/* Add here all your CSS customizations */

.txtBody {
    font-family: arial,verdana,sans-serif;
    font-size: 9pt;
    font-weight: normal
}

.small7 {
    font-size: 7pt;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

.displayinline {
    display:inline;
}

#logotop2 {
    min-height: 80px;
    margin-top: -10px;
}

.lead {
    text-align:inherit;
}

.imgdetailnews {
    background-size: cover;
}

.header-nav-main {
    float: none;
}

#header {
    float: none;
}

.showmeresponsive {
    display: none;
}

.hidemeresponsive {
    display: block;
}

.vcenter-item-50 {
    display: table-cell;
    height: 50px;
    padding: 12px;
    border: none;
    vertical-align: middle;
}

/* style all input elements with a required attribute */
input:required {
    border: 1px solid red;
    outline: none;
}

    /**
 * style input elements that have a required
 * attribute and a focus state
 */
    input:required:focus {
        box-shadow: 1px 1px 5px rgba(200, 0, 0, 0.85);
    }

    /**
 * style input elements that have a required
 * attribute and a hover state
 */
    input:required:hover {
        opacity: 1;
    }

.downloadbutton {
    min-width: 300px;
    white-space: normal;
}
    .word-rotate.active .word-rotate-items span {
    font-weight: bold;
}
@media (max-width: 1024px) {
    .word-rotate.active .word-rotate-items span {
        font-size:14pt;
    }
    .downloadbutton {
        min-width: auto;
        white-space: normal;
    }
}

table {
    margin-top: 5px;
}

td {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.btn-danger:hover {
    background-color: #000;
    color: #FFF;
}


input:required, select:required, textarea:required, ckeckbox:required {
    border: 1px solid red;
    outline: none;
}

input:required:focus, input:focus {
    box-shadow: 1px 1px 5px rgba(200, 0, 0, 0.85);
}

input:required:hover {
    opacity: 1;
}

input[type=number] {
    text-align: right;
    padding-right:4px;
}

.topMenuFullWidth {
    width: 100%;
    text-align: left;
    padding-left: 120px;
}

.paddingzero {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}
.padding3 {
    padding: 3px;
}

.marginright30desktop, #arasigea {
    margin-right: 30px;
    background: #ffd800;
    float: right;
}

.marginright30desktop a {
	color: #ffffff;
}

/* Responsive */
@media (max-width: 767px) {
    .topMenuFullWidth {
        padding-left: 5px;
    }

    .marginright30desktop, #arasigea {
        background: #ffffff;
        float: left;
    }

        .marginright30desktop a {
            color: #ff0000;
        }
}

.page-header .breadcrumb > li + li::before {color: #fff;}
.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.strong {font-weight:bold;}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #dcdcdc;
    }

    p {
        text-align: justify;
    }

    li {
        line-height: 24px;
    }

    a {
        word-break: keep-all;
    }

    .well {
        background: none;
        border: none;
    }

    .counters p, .counter p {
        text-align: center;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
        color: #ff0000;
    }

    .carousel-control.left {
        left: 0;
        right: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
        color: #ff0000;
    }

    carousel-control:focus, .carousel-control, .carousel-control:hover {
        color: #ff0000;
    }

    @media (max-width: 1024px) {
        .feature-box.feature-box-style-2 .feature-box-info {
            padding-left: 5px;
            padding-right: 5px;
        }

        .intestazionemenu {
            padding-top: 10px;
        }
    }

@media (max-width: 991px) {
    .showmeresponsive {display: block;}
    .hidemeresponsive {display: none;}
    .margintopresponsive30 {margin-top: 30px;}
    html .sticky-header-enabled #header .header-nav-main {padding-top: 25px;}
}