/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background:url(../images/bk_site.jpg) center center no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #235a06;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family:"Britannic Bold", "Times New Roman", Times, serif;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.btn.btn-secondary{
    background-color: #83ae0b;
    color: #fff;
    text-decoration: none;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 50px 0;
}

.heading {
  padding-bottom:10px;
}


/*************************
********Home CSS**********
**************************/


.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-right li a:hover {
  background-color: rgba(0,0,0,.2);
}


.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  margin-right:10px;
  margin-bottom:10px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  width: 100px;  
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
  border:2px solid #999;
  background-color:none !important;
	/* IE10 */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #ccc 0%, #999 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #ccc 0%, #999 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #ccc 0%, #999 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 501, color-stop(0, #ccc), color-stop(1, #999));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #ccc 0%, #999 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center, circle farthest-corner, #ccc 0%, #999 100%);
}

.service-icon a {color:#fff;}
.service-iconactive {
  margin-right:10px;
  margin-bottom:10px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  width: 100px;  
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
  border:2px solid #fff;
  background-color:#235a06 !important;
	/* IE10 */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 501, color-stop(0, #83ae0b), color-stop(1, #235a06));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center, circle farthest-corner, #83ae0b 0%, #235a06 100%);
}
.service-iconvoid {
  line-height: 100px;
  width: 100px;  
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.note {
  padding-top:11px;
  font-size: 30px !important;
  line-height: 33px !important;  
}

.our-services .col-sm-2 {
  padding-bottom: 50px;
}

.service-info h3 {
  margin-top: 35px;
}

/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:3px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
*****Pricing Pagine CSS****
**************************/
#pagine h2, #pagine h3 {
  text-align: left;
  color:#235a06;
}

#pagine p {
  text-align: justify;
  color:#666;
}

#pagine a {
  color:#333;
  text-decoration:underline;
}

#pagine a:hover {
  text-decoration:none;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

#contact-us {
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  color:#235a06;
  font-size: 20px;
  text-align: left;
  margin-top: 15px !important;
  font-weight: 600 !important;
}
.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

.tabrow {
        list-style: none;
        margin: -0.7em 0 0.5px;
        line-height: 35px;
        height: 37px;
        overflow: hidden;
        font-size: 12px;
        position: relative;
    }
    .tabrow li {
        border: 1px solid #AAA;
        background: -webkit-linear-gradient(top, #cccccc 50%, rgba(123, 0, 200, 0.85) 100%);
        display: inline-block;
        position: relative;
        z-index: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF; */
        text-shadow: 0 1px #FFF;
        padding: 0 30px;
    }
.tabrow li  a:link,.tabrow li a:visited{ /* */
    font-size: medium;
         text-decoration: none;
         font-weight: bold;
}

.tabrow li  a:hover,.tabrow li a:active {
color: #4caf50; /* rgba(172, 209, 93, 0.7);*/
text-decoration:none;
}
.gridbtn{
     list-style: none;
        margin: -0.7em 0 0.5px;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        font-size: 15px;
        position: relative;
        color: #4CAF50;
        font-weight: bold;
}
    th {
        background-color: #4CAF50;
        color: white;
    }
    th, td {
        font-size: small;
    }
.l-clienti {
        margin: 1em 0em 1em 0em;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 5px;
        color: #333;
    }

.cl-banner{position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    left: 0px;
    bottom: 0px;
    padding: 4px;
    z-index: 1000;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(204, 204, 204);
}
blink, .blink {
  -webkit-animation: blink 1.2s step-end infinite;
  -moz-animation: blink 1.2s step-end infinite;
  -o-animation: blink 1.2s step-end infinite;
  animation: blink 1.2s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}
.result_locator {
    border: 1px solid #e5e5e5;
    margin: 40px 0 10px 0;
}          .resultcontainer {
                border-right: 1px solid #e5e5e5;
                position: relative;                  
                height: 600px;
                  box-sizing: border-box;
                font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
                font-size: 16px;
                color: #333;
            }
            .result_locator .title {
                    border-bottom: 1px solid #e5e5e5;
                    padding-left: 20px;
                    position: relative;
                    background-color: #fff;
            }
            .result_locator .title .t {
                font-size: 20px;
                margin: 0;
                line-height: 50px;
                display: inline-block;
                cursor: pointer;
                font-family: "unicredit-regular";
            }
            ul.locator_item li .s {
    display: block;
    text-transform: uppercase;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
}
            .result_locator .title .t .i {
                color: #999;
                font-size: 12px;
                margin-left: 15px;
            }[class*=" ico-extra-misc-"] {
    font-family: 'UC-EXTRA-MISC-PUB_V17' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.result_locator .pws_pager {
    position: absolute;
    top: 10px;
    right: 0;
}
.pws_pager {
    padding: 5px 15px;
}
            .side_locator .pws_pager {
    position: absolute;
    top: 10px;
    right: 0;
}
            .result_locator .result_list .side_content {
    overflow-y: auto;
}
            .pws_pager a {
    display: inline-block;
    font-size: 12px;
    font-family: "unicredit-medium";
    color: #999!important;
    background: 0;
    background-color: #f5f5f5;
    padding: 1px 7px;
    margin: 0 2px;
    border: 0;
}
            .pws_table .dataTables_paginate a.paginate_button.current, .pws_pager a.current {
    color: #fff!important;
    background: 0;
    background-color: #00afd0;
    border: 0;
}
            .result_locator .result_list .side_content {
    overflow-y: auto;
}.result_locator .result_list ul.locator_item {
    padding-left: 0;
    margin-bottom: 0;
}ul.locator_item li {
    padding: 20px 0 20px 18px;
    list-style: none;
  
    position: relative;
}


audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}