html, body {
    height: 100%;
    width: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:95%;
  font-family: 'Open Sans', sans-serif;
}

p {
font-size:95%;
  line-height: 1.75;

}


.text-800 {
    font-weight: 800;
}

.text-600 {
    font-weight: 600;
}

.border-above {
   border-top: 1px solid lightgrey;

}

.border-below {
   border-bottom: 1px solid lightgrey;

}

a {


    text-decoration: none!important;
}

a:hover, a:focus {
  text-decoration: none;
    color: black!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

::-webkit-input-placeholder { font-size: 90%!important; color:grey!important; }
::-moz-placeholder {  font-size: 90%!important; color:grey!important; } /* firefox 19+ */
:-ms-input-placeholder {  font-size: 90%!important; color:grey!important; } /* ie */
input:-moz-placeholder {  font-size: 90%!important; color:grey!important; }

input, select, textarea{
    font-family: 'Open Sans', sans-serif!important; color:black!important;
}

.custombutton{
  padding-top: 2px!important;
    padding-bottom: 2px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
  color:white;
background-color: #78ab3d;
  font-size: 90%!important;
}

#logo {

  background: url("../img/header.jpg");
  background-attachment: fixed;
  background-position: top;
  -webkit-box-shadow: 0px 2px 17px -5px rgba(60, 105, 0, 1);
  -moz-box-shadow: 0px 2px 17px -5px rgba(60, 105, 0, 1);
  box-shadow: 0px 2px 17px -5px rgba(60, 105, 0, 1);
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #598328;

}

#splash {
background: url("../img/splash.jpg");
background-repeat: no-repeat;
background-position: 50% 0%;

}

#splash-mobile {
  background: url("../img/splash-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height:220px;

}


#splash-despre {
  background: url("../img/splash-despre.jpg");
  background-repeat: no-repeat;
    background-position: 50% 0%;
}

#splash-mobile-despre {
  background: url("../img/splash-mobile-despre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height:220px;

}

#splash-servicii {
  background: url("../img/splash-servicii.jpg");
  background-repeat: no-repeat;
background-position: 50% 0%;
}

#splash-mobile-servicii {
  background: url("../img/splash-mobile-servicii.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height:220px;

}

#splash-clienti {
  background: url("../img/splash-clienti.jpg");
  background-repeat: no-repeat;
background-position: 50% 0%;

}

#splash-mobile-clienti {
  background: url("../img/splash-mobile-clienti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height:220px;

}

#splash-blog {
  background: url("../img/splash-blog.jpg");
  background-repeat: no-repeat;
background-attachment: fixed;
height: 500px;
background-position: 50% 16%;
}

#splash-mobile-blog {
  background: url("../img/splash-mobile-blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height:200px;

}

#canvas {
    background-color: none;
    padding: 0px;
    margin: 0px;
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
}


header .header-content {
    position: relative;
    text-align: center;
padding: 25px;
}

 .headerspecial  {
    margin-top: 25px!important;

}

 header .header-content .header-content-inner h1 {
    margin-top: 125px;
    margin-bottom: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    padding: 14px;
    text-shadow: 1px 1px 4px black;
}




@media (min-width: 768px) {
    header {
        height: 20%;
        min-height: 400px;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
        width: 100%;
    }
    header .header-content .header-content-inner {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }

}



.navbar-toggler {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width:0;
    border-radius:0;
}


.cards  {

  border-bottom-style: none!important;
    border-left-style: none!important;
      border-right-style: none!important;

border-color: rgba(0, 0, 0, 0.2)!important;
margin-bottom: 30px;
border-radius: 0px!important;
}
.cards:hover {

  border-color:rgba(60, 105, 0, .5)!important;
  border-width: 5px;
-webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.5);
transition: all 0.1s ease-in-out;
}

.cards-testimoniale  {
border-color: rgba(0, 0, 0, 0.2)!important;
margin-bottom: 30px;
border-radius: 40px 0px 40px 0px!important;
}
.cards-testimoniale:hover {
border-color: rgba(0, 0, 0, 0.2)!important;
-webkit-box-shadow: 1px 1px 29px -9px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 29px -9px rgba(0,0,0,0.5);
box-shadow: 1px 1px 29px -9px rgba(0,0,0,0.5);
transition: all 0.1s ease-in-out;
}

.svgicon {
  fill: white;
}

.svgicon:hover {
  fill: black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.bodypadding {
padding-top: 75px;
  }
@media (min-width: 576px) { .bodypadding {
padding-top: 105px;
  }
}


.modal-dialog {
  width:340px!important;
  font-size:80%;
  position: absolute!important;
  bottom:0;
   right:0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}
