

/*=====================================
   GENERAL STYLE SECTION
    ===================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:25px;
}

.navbar-collapse{
  border: 0px;
  background-color: #3c5369;
  }

@media screen and (max-width: 991px){
  .navbar-collapse{
    position: absolute;
    left: 415px;
    top: -1px;
  }
}

@media screen and (max-width: 955px){
  .navbar-collapse{
    transform: scale(0.8);
    left: 350px;
  }
}

@media screen and (max-width: 889px){
  .navbar-collapse{
    transform: scale(0.8);
    left: 300px;
  }
}

@media screen and (max-width: 840px){
  .navbar-collapse{
    transform: scale(0.7);
    left: 255px;
  }
}

@media screen and (max-width: 767px){
  .navbar-collapse{
    transform: scale(1);
    top: 70px;
    left: 610px;
    width: 125px;
    border: 0px;
  }
}

@media screen and (max-width: 700px){
  .navbar-collapse{
    left: 518px;
  }
}

@media screen and (max-width: 613px){
  .navbar-collapse{
    left: 420px;
    top: 90px;
  }
}

@media screen and (max-width: 420px){
  .navbar-collapse{
    left: 257px;
    top: 90px;
  }
}

.text-center {
    text-align:center;
}
.sub-head {
		text-align: justify;
        padding-bottom:50px;
        display:block;
    }
.pad-top-botm {
    padding-top:50px;
    padding-bottom:50px;
}
h1 {
    color: #3c5369;
    font-weight:200;
    
} 
  
h2 {
    color: #3c5369;
    font-weight:200;    
}

h3{
    color: #3c5369;    
}

a{
  color: #3c5369;     
}

a:hover{
  color: #6cb548;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #6cb548;
}

.btn:hover, .btn:focus{
  color: #6cb548;
}

/*=====================================
  BARRA LATERALE
    ===================================*/

.sidebar{
  bottom: 0px;
  position: fixed;
  top: 0px;
  width: 80px;
  z-index: 10;
  left: -40px;
}

.sidebar ul li{
  height: 170px;
  width: 15px;
  background-color: rgb(202,202,204);
  list-style: none;
  border-bottom: 5px solid white;
}

.active{
  background-color: #3c5369 !important;
} 

@media screen and (max-height: 920px){
  .sidebar ul li{
    height: 155px;
  }
}

@media screen and (max-height: 850px){
  .sidebar ul li{
    height: 143px;
  }
}

@media screen and (max-height: 780px){
  .sidebar ul li{
    height: 132px;
  }
}

@media screen and (max-height: 700px){
  .sidebar ul li{
    height: 118px;
  }
}


@media screen and (max-height: 650px){
  .sidebar ul li{
    height: 110px;
  }
}

@media screen and (max-height: 600px){
  .sidebar ul li{
    height: 102px;
  }
}

@media screen and (max-height: 550px){
  .sidebar ul li{
    height: 94px;
  } 
}

@media screen and (max-width: 767px){
  .sidebar{
    display: none;
  }
}

 /*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/*=====================================
   NAV BAR STYLE SECTION
    ===================================*/

/*Menu border Color*/
.navbar-default {
border-color: #000;
background-color: #3c5369;
min-height: 100px; /*==aggiunto===*/
max-height: 103px;
z-index: 1;
}
/*Logo Image */
.navbar-brand-logo {
	width:100%;
    max-height:103px; /* era 60 */
    padding-bottom:20px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
/*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

/*top-menu links & margin*/    
.navbar-nav > li > a {
    margin: 25px 0px 25px 0px;
}
/*toggle styles*/ 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#159238;
	
}
.navbar-default .navbar-toggle {

    border:2px solid #159238;
	
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

/*=====================================
 HOME SECTION
    ===================================*/
#home{  
 padding-top: 100px; 
background: #e2e2e2; 


}
    #home h1 {
        padding:150px 20px 20px 0px;
        color:#ff0000;
        font-size:22px;
        font-weight:200;

    }
    #home .head-text span {
        display: block; 
        font-size: 14px; 
        color:#000;
        margin-bottom: 25px;   
    }
        #home .head-text span >i {
             margin-right: 10px; 
             color: #159238;
        }
     #home p {
        padding:10px 20px 20px 20px;
        color:#666;
        font-size:12px;
        line-height:20px;
        font-weight:200;       
       text-align:center;
    }
    #home .overlay {
           
        min-height:300px;
    }
    #home h3 {
	
        color:#999;
		text-shadow:#666666;
    }
    .div-trans {
padding-top: 5px;
padding-left: 10px;
background-color: rgba(0, 0, 0, 0.5);
min-height: 230px;
margin-top: 50px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
        .div-trans i {
            margin-left: 10px; 
            margin-right: 10px; 
            color: #159238;
        }
        .div-trans span {
            color: #ff0000;
        }
        .div-trans button {
            background-color: #159238;
        }
#home .form-control {
    background-color:transparent;
}

/*=====================================
 INDBOX SECTION
    ===================================*/

.bg-indbox{
  background-color: #b9ce00;
  height: 600px;
  padding-top: 60px;
}

.indboxbtn{
  text-align: center;
  height: 50px;
  width: 150px;
  padding: 5px;
  background-color: #3c5369;
  color: white;
  margin-top: 20px;
  border: 0px;
  font-size: 20px;
}

.indboxbtn:hover{
  color: #6cb548;
}

.betterimg img{
  width: 60%;
  position: absolute;
  top: calc((600px - 285px)/2);
  left: 0px;
}

.better{
  width: 495px;
}

.better h2{
  color: white;
  font-weight: 700; 
  font-size: 25px;
  letter-spacing: 0.8px;
  padding-top: 30px;
}

.better p{
  font-size: 13px;
  padding-top: 8px;
  text-align: justify;
}

.better img{
  width: 60%;
  margin-top: 95px;
}

@media screen and (max-width: 1199px){
  .betterimg img{
    width: 84%;
  }
}

@media screen and (max-width: 991px){
  .betterimg img{
    display: none;
  }
}

@media screen and (max-width: 550px){
  .bg-indbox{
    height: auto;
    padding-bottom: 35px;
  }

  .better{
    width: auto;
  }
}

/*=====================================
 ABOUT SECTION
    ===================================*/

#about { text-align: justify; 
     background-color: #efefef; 
     padding-top: 100px;
}
.big-icon {
    font-size:250px;
}

.why-div {
    text-align: justify; 
    padding: 10px 50px;
}


.carousel-control.left {
left: 0;
right: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-control.right {
right: 0;
left: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-indicators li {
    border:2px solid #3c5369;
    width:10px;
    height:10px;
}
.carousel-indicators .active {
    border:2px solid #3c5369;
    width:10px;
    height:10px;
    background: #3c5369 !important;
}

/*=====================================
  DONARS STYLES 
    ===================================*/
.donars-section {
padding: 0;
color:#fff;
}
 .donars-section .overlay {
              background: url(../img/overlays/02.png);     
    }
.slide-custom {
    min-height:200px;
    padding:100px 20px 100px 20px;
    line-height:30px;
}
.donars-section h4 {
    line-height:40px;
}
 .donars-section h4 i{
   padding:5px;
}

 
/*==========================================
   PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 100px; 
    padding-bottom: 30px; 
    background-color: #efefef; 
}
.portfolio-item {
    border:3px solid #3c5369;
    margin:3px;
}
    .portfolio-item p {
        padding:50px;
        color:#fff;
    }

.portfolio-item .overlay {
  position: absolute;
  top: 6px;
  left: 18px;
  width: 90%;
  height: 95%;
  opacity: 0;
  background-color: #3c5369;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-bottom-left-radius:200px;
  border-top-right-radius:200px;
  -webkit-border-bottom-left-radius:200px;
  -webkit-border-top-right-radius:200px;
  -moz-border-bottom-left-radius:200px;
  -moz-border-top-right-radius:200px;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a{
    color:#aed13d;
    text-decoration:none;
    font-weight: bold;
}
overlay a:hover{
    color:#3c5369;
    text-decoration:none;
    font-weight: bold;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   HELP STYLES
    =====================================================*/

#help {background: #e2e2e2; 
    color:#666;
   
    
padding: 0;

}

#help .overlay {               
  padding-top: 100px; 
  padding-bottom: 100px;       
}

.vedio-style {
 
border: 0px;
width: 100%;
min-height: 315px;
background-color:#000000

}

/*==========================================
   CONTACT STYLES
    =====================================================*/
#contact {
    padding-top:100px;
    background-color: #efefef;
}

#contact .form-control {
    background-color:transparent;
    height:40px;
}

#contact  .div-trans button {
  background-color: #159238;
}

.btn-invia-richiesta{
  background-color: #3c5369;
  color: white;
}

/*==========================================
   FOOTER STYLES
    =====================================================*/

#footser-end {
    text-align:center;
  background-color:#242222; 
   color:#fff;
   padding:10px;
}

 
