﻿/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */

/*================================
    GOOGLE FONT
==================================*/

@import url(http://fonts.googleapis.com/css?family=Lato); /* FREE GOOGLE FONTS */

/*================================
  GENERAL STYLES
==================================*/

body {
   font-family: 'Lato', sans-serif;
    line-height: 30px;
    font-size: 14px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-bottom {
    padding-bottom: 70px;
}

.text-right {
    text-align:right;
}

.head-line {
 margin-bottom: 20px;
line-height: 30px;
font-size: 25px;
color: #737373;
}


/*================================
  HEADER STYLES
==================================*/

.form-login { 
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-width: 5px; 
background-color: rgba(255,255,255,0.5);
border:5px solid #a2c302; 
}


.form-login input {
   
   padding: 15px;
   height: inherit;
   font-size: 1.2em;
   
}


.input-group-addon{
   background-color: #a2c302;
       border: 1px solid #a2c302;
}

 .btn-login {   
background-color: #a2c302;
border:5px solid #a2c302; 
color:#fff;       
font-size: 1.2em;
  
}
 .btn-login:hover {
 background-color:#fff;
 color:#a2c302;
 text-decoration:none;
    }

header {
    background-color:#a2c302;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 12px;
}

    header .logo-wrapper img {
      max-height: 45px; 
    }
    header .menu-links {
        padding-top:5px;
    }
 header .menu-links a {
        font-size:30px;
        color:#fff;
        font-weight:900;
        margin:15px;
        
    }
    header .menu-links a:hover, header .menu-links a:focus {
         text-decoration:none;
          -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
             -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
    }

   .main-input{
          font-size: 32px;
    height: inherit;
    text-transform: uppercase;
   }
   
      .main-input:focus{
         
        background-color: rgba(162, 195, 2, 0.2);
        color: #FFF;
   }

/*================================
  HOME SECTION STYLES
==================================*/

#home {
    background: url(../img/home.jpg) no-repeat center center; 
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;    
}

    #home .overlay {
        padding-top: 60px;
        background-color: rgba(36, 36, 36, 0.8);
        min-height: 700px;
        padding-bottom: 40px;
    }
     #home h1 {
      margin-bottom: 20px;
line-height: 40px;
font-size: 35px;
color: #a2c302;
text-transform:uppercase;
    }
    
         #home h2 {
      margin-bottom: 20px;
line-height: 40px;
font-size: 30px;
color: #a2c302;
text-transform:uppercase;
    }
    #home h4 {
      margin-bottom: 30px;
line-height: 40px;
font-size: 20px;
color: #D0D0D0;
    }


#postcontent input {
   
   font-size: 1.2em;
   padding: 10px !important;
   height: inherit;
}
/*================================
  BUTTON STYLES
==================================*/
.btn-custom {
   min-height:60px;
    border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
padding:15px 40px 15px 40px;
/*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
   margin:25px 5px 5px 0px; 
}


.btn-custom-sm {
   min-height:40px;
    border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
padding:5px 10px 5px 10px;
/*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
   margin: 0px; 
}

.btn-one {   
background-color: #fff;
border:5px solid #a2c302; 
color:#000;
font-size: 1.2em;
  
}
 .btn-one:hover {
 background-color:#fff;
 color:#a2c302;
 text-decoration:none;
    }

 .btn-two {   
background-color: #a2c302;
border:5px solid #a2c302; 
color:#fff;       
font-size: 1.2em;
  
}
 .btn-two:hover {
 background-color:#fff;
 color:#a2c302;
 text-decoration:none;
    }
.btn-three {   
   
background-color:transparent;
border:5px solid #737373; 
color:#000;       
  
}
 .btn-three:hover {

 background-color:#737373;
 color:#fff;
 text-decoration:none;
    }

 
 /*================================
    ABOUT STYLES
==================================*/

 .icon-wrapper {
    padding-bottom:20px;
    padding-top:20px;
    font-size:50px;
}
 
.img-side {
   max-width: 95%;
    max-height:420px;
}
 /*================================
    CLIENTS SECTION STYLES
==================================*/

   #clients {
    background: url(../img/clients.jpg) no-repeat center center; 
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;    
}

    #clients .overlay {
        background-color: rgba(162, 195, 2, 0.4);
        min-height: 550px;
    }

.client-cover {
    background-color:transparent;
    padding:100px 50px 100px 50px;
    color:#fff;
}
    /* TESTIMONIAL */
       .testimonial-section {
    width: 100%;
    height: auto;
    padding: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 5px solid rgba(162, 195, 2, 1);
        background-color: rgba(162, 195, 2, 0.8);
font-size: 20px;
color: #fff;
line-height: 35px;
}
.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color:rgba(162, 195, 2, 1);
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 30px;
    text-align:left;
        border: 5px solid rgba(162, 195, 2, 0.5);
        background-color: rgba(162, 195, 2, 0.7);
    font-size:16px;
}
    .testimonial-section-name img {
        width:100px;
        border: 5px solid rgba(162, 195, 2, 0.9);
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
    color:rgba(162, 195, 2, 0.5);
}
/*================================
    FEATURES STYLES
==================================*/
#features {
    background-color:rgba(234, 234, 234, 0.90);
}

/*================================
    EMAIL-SUBSCRIBE STYLES
 ============================  */

#email-subscribe .form-control
{
display:inline;
height:50px;
font-size:20px;
margin-right:20px;
width:60%;
}

#email-subscribe .btn-subscribe
{
height:50px;
font-size:20px;
color: #fff;
background-color: #a2c302; 
margin-top:-10px;
}

/*================================
    CONATCT SECTION STYLES
==================================*/

   #contact {
    background: url(../img/contact.jpg) #a2c302 no-repeat center center; 
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;    
}

    #contact .overlay {
        background-color: rgba(162, 195, 2, 0.7);
        min-height: 350px;
    }
     #contact .social a, #contact .social a:hover, #contact .social a:focus {
            margin: 2px;
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.36);
            color: #fff;
            font-size: 25px;
        }
.space {
    height:40px;
}

.white-cover {
        background-color: rgba(255, 255, 255, 0.9);
    padding:50px 50px 50px 50px;
    color:#fff;
}

.contact-cover {
        background-color: rgba(162, 195, 2, 0.1);
    padding:50px 50px 50px 50px;
    color:#fff;
}
/*================================
    FOOTER SECTION STYLES
 ============================  */
footer {
    padding:15px;
    background-color:#a2c302;
    color:#fff;
    }
    footer a,footer a:hover,footer a:focus {
        color:#fff;
        text-decoration:none;
        margin-right:10px;
        margin-left:10px;
    }


.ecobuoni-nav {
    width: 64px;
    height: 64px;
    border-radius: 100%; 
    position: relative;
    margin: auto;
    top: 1px;
    background-size: cover;
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-bottom: 15px;
}
 
.color-green {
   color: #a2c302;
}
.bg-green {
   background-color: #a2c302; 
   
}

.bg-gray {
   background-color: #e2e4e6; 
    cursor: default ;
}

.a1 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-1-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.a2 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-2-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.a3 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-3-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.a4 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-4-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.a5 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-5-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

.a6 {
    width: 64px;
    height: 64px;
    background-image: url(../img/white-number-6-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}
/*================================
    RESPONSIVE STYLES
 ============================  */



.white-border {
    
   margin: 5px;
   
}

.white-border label{
   color: black;
   margin: 0px;
   font-weight: 100;
   min-width: 105px;
   text-align: left;
   }
   
.white-border   .input-group-addon {
   background: #fff;
   border: 1px solid #ccc;
}


@media (min-width: 100px) and (max-width: 498px) {
    #email-subscribe .form-control
{
display:block;
width:100%;
}

#email-subscribe .btn-subscribe
{
margin-top:20px;
} 
}

#d-content { 
   margin-left: 40px;
}

#d-content table th {
   color: white;
   font-size: 20px;
   padding-left: 15px;
}


#d-content table tbody tr {
   border-bottom: 2px solid #a2c302;
}


#d-content table td {
   color: white;
   font-size: 16px;
   line-height: 40px;
   padding-left: 15px;
}