﻿@font-face {
    font-family: "Titillium web";
    font-weight: normal;
    font-style: normal;

}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    /*font-weight: 700; */
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

#logo
{
    padding: 15px 0px 15px 0px;
    margin: 0px;    
}
.navbar-inverse
{ 
    border-radius:0px;
}
item,
.active,
.carousel-inner {
    height: 100%;
}
.navbar {
    margin-bottom: 0px;
    background-color: #4f5b9e ;
    border-radius: 0px;
    border: none;
}
.navbar a
{
    color: #0c6186 !important;
}
.navbar a:hover
{
    text-decoration: underline !important;
}
/* immagine cliccabile  */
.boximg1 {
    margin-top: 1px;
    text-align: center;
    /*  min-height: 530px;
    max-height: 530px; la presidente vuole meno spazio giugno.2024*/
    min-height: 500px;
    max-height: 500px;
}

div.boxtesto1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 5%;
    left: 0px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    background-color: #4f5b9e ;
    text-align: left;
}

span.testo1 {
    color: #fff;
    /*font-weight: bolder;*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.8);*/
    font-size: 1.8em;
    padding-right: 15px;
    padding-left: 20px;
    /*text-transform: uppercase;*/
}

/* a qui */
.intro-header
{
    margin-top: 1px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    min-height: 500px;
    color: #f8f8f8;
    /*background: url('../immagini/banner.jpg') no-repeat center center;*/
    background: url('/upload/cpo/banner.jpg') no-repeat center center;
}

.intro-message {
    position:center;
    padding-top: 10%;
}

.intro-message > h1
{
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 4.8em;
    color: #ffffff;
    font-family: "Titillium web", 'Helvetica Neue' , Helvetica, Arial, 'sans-serif !important';
    font-weight: bold;
}


.intro-message > h2
{
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 4em;
    color: #ffffff;
    font-family: "Titillium web", 'Helvetica Neue' , Helvetica, Arial, 'sans-serif !important';
    font-weight: bold;
}
.intro-divider
{
    width:45%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top-color: #fff;
    
}

.intro-message > h3
{
    color: #fff;
    font-size: 2.3em;
}

.modal-content
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.modal-header
{
    border-style: none;
    background-color: #FF9933;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.carousel
{
    border-style: ridge none none none;
    border-width: 1px;
    border-color: #669999;
}

.section-title {	
	padding-bottom:70px;
	padding-top:30px;
}

.section-title h1
{
    position: relative;
    font-size: 36px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    text-transform: capitalize;
    color: #009900;
}

.section-title h1 span {
	font-weight: 300;
}

.section-title h1:before, .section-title h1:after
{
    content: "";
    position: absolute;
    left: 50%;
}

.section-title h1:before
{
    background-color: #e2e2e2;
    bottom: 0;
    height: 1px;
    margin-left: -51px;
    width: 102px;
}

.section-title h1:after {
	width: 5px;
	height: 5px;
	bottom: -2px;
	border-radius: 50%;

}

/*========================
====== Our Services ======
==========================*/

#our-services .col-sm-6.col-md-3
{
    border: 3px solid #fff;
    position: relative;
}

#our-services .col-sm-6.col-md-3:nth-of-type(4n)
{
    border-right: none;
}

#our-services .col-sm-6.col-md-3:nth-of-type(1):before, #our-services .col-sm-6.col-md-3:nth-of-type(2):before, #our-services .col-sm-6.col-md-3:nth-of-type(3):before
{
    position: absolute;
    content: "";
    right: -3px;
    bottom: -3px;
    width: 5px;
    height: 5px;
    z-index: 99;
    border-radius: 50%;
}

.service-content {
	padding: 45px 0 30px;
}


.service-content i
{
    font-size: 36px;
    color: #009933;
}

.service-content h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 34px 0 18px;
}

.height
{
    height : 40px;
   
}

/*========================
=======our-clients ======
==========================*/
.our-clients
{
    border: 1px solid #0e729e;
    padding: 45px 0;
    margin-bottom: 25px;
}

.our-clients ul li {
	display:inline-block;
	width:17.5%;
}

.our-clients ul li a img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:inline-block;
	opacity:0.6;
}

.our-clients ul li a img:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	opacity:1;
}


/*========================
==== Contact Section =====
==========================*/
#contact {
	padding-bottom: 62px;
}

#gmap {
	height:458px;
	margin-bottom: 67px;
}

.contact-info i {
	font-size: 36px;
}

.contact-info h2 {
	font-size: 14px;
	color: #838383;
	font-weight: 700;
}

.contact-info a,
.contact-info span {
	color: #838383;
	font-size: 16px;
	font-weight: 300;
}

.contact-info span {}

#contact-form {
	margin-top: 86px;
}

#contact-form h2 {
	font-size: 22px;
	color: #323232;
	margin-bottom: 32px;
}

#contact-form h2 span {
	font-weight: 300;
}

#contact-form input,
#contact-form textarea {
	border: 1px solid #e0e0e0;
	box-shadow: none;
	margin-bottom: 25px;
	height: 38px;
	font-size: 16px;
}

#contact-form textarea {
	height: 196px;
}

#contact-form button {
	height: 40px;
	width: 145px;
	line-height: 40px;
	padding: 0;
}

.form-control:focus, 
#contact-form input:focus,
#contact-form textarea:focus {
	border-color:#9d5468;
	box-shadow:none;
}
/*========================
==== Footer Section ======
==========================*/
.footer-widget-wrapper
{
    padding: 57px 0 20px;
    border-top: 1px solid #dfdfdf;
    position: relative;
    background-size: cover;
}

.footer-widget-wrapper:before {
	position: absolute;
	top: -4.5px;
	left: 50%;
	margin-left: -4.5px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #f0f0f0;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h1
{
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    margin: 3px 0 30px;
    color: #009900;
}

.footer-widget h1:before,
.footer-widget h1:after {
	position: absolute;
	content: "";
}

.footer-widget h1:before
{
    top: 9px;
    right: 0;
    width: 40%;
    height: 1px;
    background: #009900;
}

.footer-widget h1:after {
	width: 5px;
	height: 5px;
	right: 40%;
	top: 6.5px;
	margin-right: -2.5px;
	border-radius: 50%;
}

.footer-widget h1 span {
	font-weight: 300;
}

.contact-widget i, .twitter-widget i {
	font-size: 24px;
	margin-right: 12px;
}

.footer-logo {
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 130px;
}

.text-widget p {
	margin-bottom: 22px;
}

.social {}

.social li {
	margin: 0 10px;
}

.social li:first-child {
	margin-left: 0;
}

.social li:last-child {
	margin-right: 0;
}

.social li a
{
    color: #949494;
    font-size: 20px;
}
.social li a:hover
{
    color: #0e729e;
}

.twitter-widget p:first-child {
	margin-bottom: 15px;
}

.instagram-widget i {
	font-size: 24px;
	margin-right: 12px;
}

.instagram-widget p:first-child {
	margin-bottom: 15px;
}

.instagram {
    margin: 0 -8px;
}

.instagram li {
	display: inline-block;
	margin: 0 7.5px 20px;
}

.instagram li a {
    display: block;
}

.instagram li a img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.instagram li a {
	position: relative;
}

.instagram li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 99;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram li a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.footer-bottom {
    padding: 25px 0 15px;
    background-color: #4f5b9e ;
}

.footer-bottom a, .footer-bottom p {
	color: #fff;
}

.footer-bottom a:hover {
	text-decoration:underline;
}

.footer-menu li {
	padding: 0 20px;
}

.footer-menu li:first-child {
	padding-left: 0;
}

.footer-menu li:last-child {
	padding-right: 0;
}

.footer-menu li a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {}

.copy-right p strong {
	font-weight: 500;
}

.copy-right a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copy-right a:hover {
	color: #fff;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }
   .intro-message > h2
   {  
    font-size: 3em;
   }   

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }    
    #logo
    {
    text-align:center;   
    }
}




