@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    color: #4e4e4e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 100%;
    background-color: #242424;
    font-size: 15px;
    padding-top: 115px;
    overflow: hidden;
}

.loader
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #fff;
    z-index: 200000;
}

.loader img
{
    width: 64px !important;
    height: 64px !important;
    top: 50%;
    left: 50%;
    z-index: 12;
    position: absolute;
    margin-top: -32px; 
    margin-left: -32px; 
}

h1 {
    font-weight: 400;
    font-size: 30px;
    color: #0B8236;
    margin: 0;
    padding: 0
}

h2 
{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding:0;
    margin: 0; 
}

span.container
{
    display: block;
}

.bottom20
{ 
    margin-bottom:20px;
    display: block; 
}

.bottom10
{ 
    margin-bottom:10px;
    display: block;
}

h3
{
    color: #0B8236;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p, li {
    text-align: justify;
    font-size: 16px !important;
    line-height: 25px;
}

ul {
    margin-left: 15px
}

li {text-align: left}

a {
    color: #4e4e4e;
}

a:hover {
    color: #0B8236;
    text-decoration: none
}

a:focus, li:focus, .btn:focus
{
    outline: none !important;
}

hr {
    border-top-style: solid;
    border-top-color: #d4d4d4;
}

.table, .table p
{
    color: #333
}

.table td
{
    text-align: center
}

.table thead tr
{
    background-color: #2776B9;
    color: #fff
}

strong
{
    font-weight: 900
}

.modal-title
{
    font-size: 25px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}

.modal-body h2
{
    font-size: 20px;
}

.modal-body, .modal-body p, .modal-body li
{
    font-size: 15px;
    color: #333; 
}

.modal-body a
{
    color: #2776B9
}

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

.mini_nav
{
    background-color: #F1F1F1;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    z-index: 1000
}


.mini_nav li
{
    display: inline-block;
    list-style: none;
    border-right: 1px solid #e0e0e0;
    padding: 7px;
    margin-right: 7px;
    color: #333;
}

.user {
    border-left: 1px solid #e0e0e0;
}

.mini_nav li a
{
    color: #333
}

.mini_nav li a:hover
{
    color: #dfdfdf !important
}

.mini_nav li .user_nav:hover
{
    color: #797979 !important
}

.mini_nav li, .mini_nav a
{
    font-size: 14px !important; 
}

.mini_nav .dropdown-menu
{
    left: -60px;
    margin-top: 3px
}

.mini_nav .dropdown-menu li
{
    display: block;
    border-right: 0;
    margin: 0
}

.mini_nav .dropdown-menu a
{
    padding: 10px
}

.mini_nav .dropdown-menu a:hover
{
    background-color: #0B8236
} 

.navbar {
    padding: 18px 0;
    border-radius: 0;
    margin: 0;
    background-image: url('../img/exellence.png');
    background-position: center;
    background-repeat: repeat-x;
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    z-index: 3;
}

#navbar .brand
{
    height: 70px;
    width: auto;
}

.menu {
    padding-top: 30px;
    z-index: 0 !important;
}

.menu li a {
    font-weight: 400;
    padding: 0 0 0 40px;
    color: #4e4e4e;
    font-size: 14px;
    /*border-right: 1px solid #a5a5a5*/
    text-transform: uppercase;
    font-weight: 500
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
    text-decoration: none;
    color: #0B8236;
    background-color: transparent;
}

.menu a.active
{
    color: #0B8236 !important;
    /*border: 2px solid #0B8236 !important;
    padding: 10px 15px;
    margin-top: -8px !important;
    border-radius: 4px;*/
    font-weight: 900;
    margin: 0 10px
}

.menu a.active:after
{
    content: "\f078";
    padding-left: 5px;
    font-family: FontAwesome;
}

.menu a:after
{
    content: "\f054";
    padding-left: 5px;
    font-family: FontAwesome;
    font-size: 10px
}

.menu .active:after
{
    content: none;
}

.menu .dropdown-menu li a:hover
{
    border-bottom: none; 
}

.menu .dropdown-menu a
{
    text-transform: none;
    border-bottom: none;
    padding: 10px
}

.menu .dropdown-menu a:hover
{
    border-bottom: none;
    background-color: #3d3d3d
}

.menu .dropdown li:hover
{
    background-color: #3d3d3d
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border: none;
}

.dropdown-menu {
    border-radius: 0 !important;
    box-shadow: none;
    z-index: 10 !important;
    border-top: 4px solid #e0e0e0;
}

.dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 0;
}

.dropdown-menu a {
    border-bottom: none;
    font-weight: 400;
    color: #777777;
    font-size: 15px;
}

.dropdown-menu a:hover {
    border-bottom: none;
    background-color: #7da11b;
    color: #fff !important;
    border-bottom: none;
}

.dropdown-menu li:hover {
    background-color: #7da11b;
    color: #fff !important;
}

ul.dropdown-menu
{
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu .last {
    border-bottom: 0;
}

.fascia {
    background-color: #0B8236;
    /*border-bottom: 1px solid #d6d6d6;*/
    padding: 10px 0;
    margin-top: 27px;
}

.fascia h1 {
    color: #eaeaea;
    font-size: 30px;
    padding: 10px 0 0 0;
    margin: 0;
}

.fascia .breadcrumb
{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.fascia li, .fascia a {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
}

.fascia a:hover, .fascia .active
{
    color: #CDDC39;
    text-decoration: none;
}

.fascia .back
{
    padding-top: 15px;
    font-size: 18px
}

.fascia .facebook, .fascia .google, .fascia .twitter, .fascia .linkedin
{
    color: #fcfcfc !important
}

.fascia .facebook:hover { color: #5284EA !important; }
.fascia .google:hover { color: #EA3336 !important; }
.fascia .linkedin:hover { color: #1397D1 !important; }
.fascia .twitter:hover { color: #7CDBFF !important; }

.image
{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.image h1
{
    margin-top: 120px;
    color: #fff;
    font-size: 60px;
    text-align: center
}

.map_content
{
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 500px;
    padding: 0; 
    margin: 0;
    background-color: #ccc
}

.corpo
{
    min-height: 300px;
}

.space {
    height: 40px;
    display: block;
}

.img {
    padding: 3px;
    border: 1px solid #d2d2d2
}

.centrale {
    background-color: #fff;
    padding: 30px 0;
    height: auto;
    display: block;
}

.centrale.bordo
{
    border-top: 1px solid #ccc;
}

.focus
{
    background-color: #f9f9f9;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.focus h1
{
    color: #505050;
}

.focus .divisorio
{
    background-color: #505050
}

.focus h2
{
    margin: 0
}

.box
{
    display: block;
    text-align: center;
    padding: 30px
}

.box figure
{
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 200px;
    width: 85%;
    margin: 0 auto 15px auto    ;
}

.box h1
{
    font-size: 20px;
    color: #f27e00;
}

.box p
{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px
}

.box .divisorio
{
    background-color: #f27e00;
    margin: 25px auto;
}

.icon_round {
    border-radius: 100%;
    border: 3px solid #f27e00;
    padding: 15px 20px;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px !important;
    color: #f27e00;
}

.star
{
    display: block;
    padding-top: 10px
}

.star .focus
{
    color: #3776AD;
}

.prezzo
{
    color: #2a6496;
    font-size: 22px;
    font-weight: 900;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.scontato
{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #9E9E9E;
    text-decoration: line-through;
    font-weight: 900;
}

.divisorio {
    height:1px;
    background-color: #4e4e4e;
    width: 80px;
    margin: 30px auto;
    display: block
}

.steps
{
    text-align: center;
    margin-bottom: 50px
}

.steps li
{
    display: inline-block;
    margin: 0 40px;
    padding: 0 30px;
    background-color: #fff
}

.steps a
{
    text-transform: uppercase;
    font-size: 18px;
    color: #9F9C9C
}

.steps .active
{
    color: #2776B9 
}

.steps hr
{
    margin-top: -12px;
    border: 2px solid #e3e0e0
}

.prefooter {
    background-color: #0f0f0f;
    background-image: url('../img/footer_lodyas.png');
    background-position: center;
    background-repeat: repeat;
    padding: 50px 0;
    border-top: 1px solid #dfdfdf;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.prefooter h1 {
    color: #0B8236;
    font-size: 20px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-weight: 400
}

.prefooter li {
    display: block;
    list-style: none;
    padding: 3px 0;
    border-bottom: 1px solid #575555;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.prefooter li, .prefooter a, .prefooter p {
    color: #D5D0D0;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.prefooter a:hover {
    text-decoration: none;
    color: #7DA11B !important
}

.prefooter strong {
    color: #ccc;
}

.prefooter .divisorio {
    margin: 20px 0;
    height: 1px;
    background-color: #0B8236;
    width: 70px;
}

.prefooter .img-responsive
{
    max-width: 180px;
    height: auto;
}

.prefooter .brand
{
    filter: grayscale(100);
    width: 150px !important;
    height: auto !important;
    margin: 0 auto !important
}

footer {
    padding: 10px 0;
    color: #b0b0b0;
    font-size: 14px
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #F39200;
    text-decoration: none
}

.cover {
    height: 400px !important;
    width: 100% !important
}

.cover .image {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100% !important;
    width: 100% !important
}

.danger
{
    color: #f00;
    font-size: 20px;
}

.danger:hover
{
    color: #666;
}

.border_bottom {
    border-bottom: 1px solid #E4E4E4
}

.mini {
    font-size: 13px !important;
    line-height: 19px !important;
}

.navbar-toggle {
    border: 2px solid #999;
}

.navbar-toggle:hover {
    border-color: #F27E00
}

.navbar-toggle .icon-bar {    
    background-color: #999;
    height: 3px;
}

.navbar-toggle:hover .icon-bar
{
    background-color: #F27E00;
}

.search
{
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: rgb(241, 241, 241);
    z-index: 200 !important;
    height: auto;
    padding: 15px;
    display: none;
}

/* FORM ELEMENT */ 
.search .btn {
    /*background-color: #333;*/
    padding: 8px;
}

.search .btn:hover {
    background-color: #F39200;
    color:#fff;
}

.form-control, .btn {
    border-radius: 0;
}

.btn {
    padding: 10px;
    border: none;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #333;
}

.btn.small
{
    padding: 8px 12px;
    font-size: 13px;
}

.form-control {
    height: 44px;
    font-size: 15px;
    border-color: #002b9a;
    color: #011F6E;
}

input[type=radio]
{
    height: auto !important;
    padding: 0  !important;
    margin: 0 7px 0 0 !important;
}

.form-control:focus, .btn:hover, .btn:focus
{
    box-shadow: none;
    outline: 0 none;
}

.form-control:focus
{
    border: 2px solid #0B8236;
}

.btn-primary
{
    border-color: rgb(38, 39, 35);
    color: rgb(38, 39, 35);
}

.btn-primary:hover
{
    background-color: transparent;
    color: #252525;
    border-color: #252525;
}

.btn-primary.acquista
{
    font-size: 25px;
    padding:10px;
    text-transform: none;
}

.btn-default
{
    background-color:#333
}

.btn-default:hover
{
    background-color: #333;
    color: #fff
}

.btn-danger
{
    border-color: #f00;
    color: #f00
}

.btn-danger:hover
{
    border-color: #D20000;
    background-color: transparent;
    color: #D20000;
}
label
{
    color: #333;
}

.input-group-btn .btn
{
    padding: 13px !important
}
/* FINE */

.gallery_mini
{
    display: block;
    margin-top: 20px;
    text-align: center;
}

.gallery_mini li
{
    display: inline-block;
    margin: 5px;
}

.gallery_mini li img {
    display: block;
    height: 80px;
    width: auto;
    padding: 5px;
    border: 1px solid #ccc;
}

.gallery_mini li:hover
{
    cursor: pointer;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    opacity: 0.5
}

.big_img {
    height: 350px;
    width: 100%;
    /*border: 1px solid #ccc;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    display: block;
}

.big_img a, .thumb_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb_img:hover { opacity: 0.5}

.bordered
{
    border: 2px solid #bab8b8;
    border-radius: 4px;
    padding: 30px;
    background-color: rgba(248, 248, 248, 0.74);
    display: block;
    margin: 40px 0 !important
}

.bordered strong
{
    color: #428bca
}

.bordered .mini
{
    color: #428bca;
    font-size: 15px !important
}

.no_border
{
    border: none !important;
}

.circle
{
    font-size: 20px;
    border-radius: 100%;
    border-radius: 1px solid #ccc
}

.evidenza li
{
    background-color: transparent;
    color: #7DA11B;
    border: 2px solid #7DA11B;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    display: block;
    list-style: none;
    margin-bottom: 7px;
    line-height: 18px;
}

.evidenza .divisorio
{
    background-color: #7DA11B;
}

.evidenza h1
{
    color: #7DA11B;
    text-align: center;
}

.opaco
{
    background-color: rgba(0, 0, 0, 0.35);
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 900 
}

.opaco h1
{
    color: #fff;
}

.opaco .divisorio
{
    background-color: #fff
}

.opaco .btn-primary
{
    border-color: #fff;
    color: #fff;
    font-weight: 900;
    font-size: 18px
}

.opaco .btn-primary:hover
{
    border-color: #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.txt_mini
{
    font-size: 13px !important;
    line-height: 20px;
}

.big p
{
    font-size: 20px !important  ;
    line-height: 30px;
}

.big h1
{
    font-size: 40px
}