/* OVERWRITES */
.landing{
  margin: 0 auto !important;
  max-width: 300px;
}
a {
  color: #65bc47;
}
.navbar-toggle i {
  color: #65bc47;
}
#slider{
  min-height: 980px !important;
}
#carousel-example-generic{
  min-height: 980px;
}
.carousel-inner{
  min-height: 980px;
}
h3 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p {
  text-align: justify;
  font-size: 1.1em;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.3em;
}
.carousel-caption {
  color: #65bc47;
  top: 70px;
  display: flex;
  flex-direction: column;
  text-shadow: none;
}

.carousel-caption table tbody tr th,
.carousel-caption table tbody tr td {
  border-top: none;
  padding: 0;
}
.carousel-caption table {
  margin-bottom: 0;
}

.carousel-caption img {
  margin: 10px 0 10px 0;
}

.carousel-caption p {
  margin-bottom: 0.7em;
  color: #949c99;
  line-height: 1.3em;
  font-size: 1.3em;
  text-align: left;
}

.carousel-caption table {
  font-size: 1.3em;
}

span.color {
  color: #949c99;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #65bc47;
}

#navigation {
  background-color: rgba(101, 188, 71, 0.3);
  border: 1px solid rgba(101, 188, 71, 0);
  font-size: 1.3em;
  font-weight: 400;
  transition: background-color 600ms linear, border-color 600ms linear;
}

.navbar-nav li a,
.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  color: #65bc47;
}
.navbar-nav {
  color: #65bc47;
}

.sec-title h2 {
  color: #65bc47;
}
.team-member:hover h4 {
  color: #65bc47;
}

.umfrage-counters {
  padding-top: 2em;
}
.counters-item {
  color: #65bc47;
}
.counters-item .icon {
  border: 1px solid #65bc47;
  border-radius: 50%;
  color: #65bc47;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

/* CUSTOM */

.blue-background {
  background-color: #65bc47;
}

.partner-item {
  margin: 10px;
}
.partner-item img {
  max-width: 200px;
}

.partner-border {
  border: 1px solid;
}

.partner-item p {
  margin-bottom: 0.2em;
}

#preloader > i {
  color: #65bc47;
  left: 47%;
  position: absolute;
  top: 48%;
}

.service-item {
  margin-top: 40px;
}
.service-desc {
  text-align: left !important;
}

#small-logo {
  padding: 2px;
  opacity: 0;
  transition: opacity 800ms linear;
}
.price-item {
  padding-bottom: 1.5em;
}

.price-item h3{
  font-size: 80%; 
}

@media only screen and (max-width: 479px) {
  .service-icon {
    width: fit-content !important;
  }
  .pro-desc{
    margin-left: 0px !important;
  }
  .pro-item {
    margin-top: 10px;
  }
  .price-desc{
    margin-left: 0px !important;
  }
  .price-desc h3 {
    font-size: 16px !important;
    font-weight: normal !important;
  }
  .price-desc p {
    font-size: 12px !important;
  }
  .carousel-caption p {
    text-align: center;
  }
  .table {
    max-width: 250px;
    margin: 0 auto;
  }
  .table tbody tr td {
    text-align: right;
  }
  #small-logo{
    display: none !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .service-icon {
    width: fit-content !important;
  }
  .pro-item {
    margin-top: 10px;
  }
  .carousel-caption p {
    text-align: center;
  }
  .table {
    max-width: 250px;
    margin: 0 auto;
  }
  .table tbody tr td {
    text-align: right;
  }
  #small-logo{
    display: none !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /*Small*/
  .service-icon {
    width: fit-content !important;
  }
  .pro-item {
    min-height: 17em;
  }
  .carousel-caption p {
    text-align: center;
  }
  .table {
    max-width: 250px;
    margin: 0 auto;
  }
  .table tbody tr td {
    text-align: right;
  }
  #small-logo{
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /*Medium*/
  .pro-item {
    min-height: 18em;
  }
}

@media only screen and (min-width: 1199px) {
  /*Large*/
  .pro-item {
    min-height: 15em;
  }
}

.service-icon {
  border: 1px solid #65bc47;
  color: #65bc47;
}
.service-icon-small {
  padding: 10px 10px;
}
.features > .container > .row {
  margin-bottom: 30px;
}

.description p {
  font-size: 1.2em;
}

.change-color {
  transition: color 0.5s ease;
}

.pro-item {
  margin-top: 10px;
}
.pro-icon {
  /*border: 1px solid #65bc47;
  border-radius: 50%;*/
  color: #65bc47;
  float: left;
  padding: 15px 13px;
}

.more-icon {
  border: 1px solid #65bc47;
  border-radius: 50%;
  color: #65bc47;
  padding: 15px 13px 10px 13px;
}

.pro-desc {
  margin-left: 40px;
  position: relative;
  top: 5px;
}
.pro-desc ul {
  padding: 0;
  padding-top: 0.2em;
  padding-left: 3em;
  margin: initial;
  list-style-type: disc;
  font-size: 1.1em;
}

.pro-desc p {
  font-size: 1.1em;
  line-height: 1.3em;
  padding-top: 0.2em;
  padding-left: 1em;
}

.pro-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.price-desc {
  margin-left: 40px;
  position: relative;
  top: 5px;
}
.price-desc ul {
  padding: 0;
  padding-top: 0.2em;
  padding-left: 3em;
  margin: initial;
  list-style-type: disc;
}

.price-desc p {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 0.2em;
  padding-left: 1em;
}

.price-desc h3 {
  color: #062033;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.row-margin {
  margin-top: 20px;
}

.footer {
  background-color: #65bc47;
  border-top: 5px solid #062033;
  color: #fff;
}

#job{
  border-radius: 50%;
  background-color: #ff0000;
  color: white;
  width: 150px;
  display: flex;
  height: 150px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  transform: rotate(-30deg);
  position: absolute;
  top: 80px;
  left: 20px;
}
