/* @import url(fonts/aller/css/aller.css); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
/* Declaring fonts variables */
/* Colors */
html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  color: #757575; }

h1 {
  font-family: "ff-ernestine-pro";
  font-size: 40px;
  line-height: 42px;
  color: white; }

h2 {
  font-family: "ff-ernestine-pro";
  font-size: 30px;
  line-height: 42px;
  color: white; }

h3 {
  font-family: "ff-ernestine-pro";
  font-size: 26px;
  line-height: 26px;
  color: #658129;
  margin-top: 5px; }

p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  color: #757575; }

.p-12 {
  font-size: 12px;
  line-height: 24px; }

.lh-12 {
  line-height: 12px; }

.p-14 {
  font-size: 14px;
  line-height: 20px; }

.ff-ernestine-pro {
  font-family: "ff-ernestine-pro"; }

.h3-light, .contact-card .mdl-card .mdl-card__supporting-text {
  font-family: "ff-ernestine-pro";
  font-size: 24px;
  line-height: 28px;
  color: #658129;
	margin-bottom: 20px;
	font-weight: 500;
}
	.h3-light--small {
		font-family: 'Open Sans';
		font-size: 20px;
	}
.f-green {
  color: #658129; }

.f-grey {
  color: #757575; }

.btn-green {
  font-weight: semi-bold;
  font-family: 'ff-ernestine-pro';
  font-size: 16px;
}
hr {
  border-top: 1px solid #ededed; }
  hr.border {
    margin-bottom: 25px; }

.no-pl {
  padding-left: 0; }

.no-pr {
  padding-right: 0; }

.no-mt {
  margin-top: 0; }

.pt-5 {
  padding-top: 5px; }

.pt-14 {
  padding-top: 14px; }

.pt-15 {
  padding-top: 15px; }

.pt-23 {
  padding-top: 23px; }

.pt-25 {
  padding-top: 25px; }

.pt-28 {
  padding-top: 28px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-48 {
  padding-top: 48px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.mt-10 {
	margin-top: 10px; }

	ul {
		font-size: 16px;
	}

	.primary-font-color {
		color: #658129 !important;
	}
@media (max-width:1000px){
    .btn-green {
      padding: 10px 2px !important;
      padding-left: 0px !important;
    }

}


@media (max-width:760px){
    .btn-green {
      padding: 10px 20px !important;
      padding-left: 15px !important;;
    }
    .list-home-card {
      margin-bottom: 20px;
    }
}
.mdl-card
{
  width: 100% !important;
}

.btn-green {
  padding: 10px 20px;
  background: #658129;
  color: white; }
  .btn-green:hover {
    text-decoration: none;
    color: white;
    background: #426530; }
  .btn-green:focus, .btn-green:visited {
    text-decoration: none;
    color: white;
    border: none;
    box-shadow: none;
    overflow: none; }
  .btn-green.btn-consultation {
		display: inline-block;
    padding: 15px 25px !important;
    background: #658129 !important;
    color: white !important;
		background-image: linear-gradient(0deg, #5a7325 0%, #658129 100%);
		border: 1px solid #536c1f;
    border-radius: 4px !important;
    font-size: 20px;
		letter-spacing: 0.5px;
		margin-right: 15px;}

.btn-grey {
  padding: 5px 10px;
  background: #dcdcdc;
  color: #658129; }
  .btn-grey:hover {
    text-decoration: none;
    color: #426530; }

.grey-box {
  background: #fafafa; }

.bold {
	font-family: "ff-ernestine-pro";
	font-weight: 600; }

.regular {
  font-family: "ff-ernestine-pro"; }

.light-color-text {
  color: #a2a2a2; }

.inline-list {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 0; }
  .inline-list li {
    display: inline-block; }

/* Carousel Styles */
#pageCarousel .material-icons {
  position: absolute;
  top: 50%; }

.carousel-img img {
  width: 100%; }

.item-wrapper {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.item-text {
  width: 100%;
	text-align: left;
	padding: 15px 0;
	}
  .item-text h1 {
    margin-bottom: 10px; }
  .item-text h2 {
		font-size: 28px;
		margin-top: 0;
		margin-bottom: 0;
			}
	.item-text .btn-wrapper {
		margin-top: 15px;
	}

	@media (max-width: 1024px) {
		.item-text {
			text-align: center;
		}
		.item-text .btn-wrapper {
			text-align: center;
		}

		.btn-green.btn-consultation {
			margin-bottom: 15px;
		}
	}
header {
	padding: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0.5px 0.866px 20px rgba(0,0,0,0.05);
	@media (min-width: 1024px) {
	    header{
	        padding: 30px 45px;
	    }
	}
}
.logo {
	/* position: absolute; */
	text-align: center;
	flex: 1 0 33%;}
@media (max-width: 1024px) {
	.heading-contact {
		display: none;
	}

	.logo {
		flex: 1 0 75%;
	}
	.menu-icon {
		flex: 1 0 25% !important;
	}
}
.menu-wrapper {
	display: inline-block;
}
/* Sidebar */
.menu-icon {
	/* position: absolute; */
  /* top: 30px;
	left: 30px; */
	flex: 1 0 33%;
	padding-right: 15px;
	color: #627e28; }
  .menu-icon p {
    font-size: 10px; }
    .menu-icon .material-icons {
      font-size: 38px; }
  .menu-icon .menu-icon-top {
    margin-bottom: -14px; }
  .menu-icon .menu-item-bottom {
    text-align: center; }
  .menu-icon:hover {
    cursor: pointer; }

		.contact-wrapper {
			flex: 1 0 33%;
			display: flex;
			justify-content: flex-end;

		}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9; }

.sb-slidebar {
  z-index: 10;
  background: #658129;
  padding-top: 145px;
  min-width: 400px;
    overflow: hidden;
}
  .sb-slidebar #menu-main-menu {
    list-style: none;
    padding-left: 0; }
    .sb-slidebar #menu-main-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 30px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .sb-slidebar #menu-main-menu li .material-icons {
        vertical-align: middle;
        color: white;
        padding-right: 20px; }
      .sb-slidebar #menu-main-menu li a {
        color: white;
        font-size: 16px;
        line-height: 29px; }
        .sb-slidebar #menu-main-menu li a:hover, .sb-slidebar #menu-main-menu li a:focus, .sb-slidebar #menu-main-menu li a:visited {
          text-decoration: none; }
      .sb-slidebar #menu-main-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .sb-slidebar #menu-main-menu li ul {
        display: none; }
      .sb-slidebar #menu-main-menu li:hover {
        background: rgba(0, 0, 0, 0.2); }
        .sb-slidebar #menu-main-menu li:hover .material-icons.arrow-right {
          display: none; }
        .sb-slidebar #menu-main-menu li:hover .material-icons.arrow-down {
          display: initial !important; }
      .sb-slidebar #menu-main-menu li.menu-item-has-children:hover {
        padding-bottom: 0; }
        .sb-slidebar #menu-main-menu li.menu-item-has-children:hover ul {
          display: list-item;
          list-style: initial;
          color: white;
          padding-left: 95px;
          margin-left: -30px;
          margin-top: 15px;
          background: #658129; }
          .sb-slidebar #menu-main-menu li.menu-item-has-children:hover ul li {
            border-bottom: none;
            padding-left: 8px; }
            .sb-slidebar #menu-main-menu li.menu-item-has-children:hover ul li .material-icons {
              display: none !important; }
            .sb-slidebar #menu-main-menu li.menu-item-has-children:hover ul li:first-child {
              border-top: none; }
            .sb-slidebar #menu-main-menu li.menu-item-has-children:hover ul li:hover {
              background: #658129; }

      .sb-slidebar #menu-main-menu li.current-menu-item .material-icons.arrow-right, .sb-slidebar #menu-main-menu li.current-menu-parent .material-icons.arrow-right {
        display: none; }
      .sb-slidebar #menu-main-menu li.current-menu-item .material-icons.arrow-down, .sb-slidebar #menu-main-menu li.current-menu-parent .material-icons.arrow-down {
        display: initial !important; }

/* Home Page Styles */
.home-wrapper .inline-list li h3 {
  margin-top: 0;
  margin-bottom: 0; }
.home-wrapper .inline-list li:first-child {
  padding-right: 15px; }
.home-wrapper .inline-list li .fa {
  font-size: 22px; }
.home-wrapper .inline-list li a p {
  color: #658129; }
.home-wrapper .inline-list li a:hover {
  text-decoration: none; }
  .home-wrapper .inline-list li a:hover p {
    color: #426530; }
.home-wrapper .inline-list li a:focus, .home-wrapper .inline-list li a:visited {
  text-decoration: none; }
  .home-wrapper .btn-green .material-icons {
    vertical-align: middle; }

.home-video video {
  padding: 5px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.47); }

.jump-points {
  margin-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  background: #fafafa; }
  .jump-points--white {
      background: #ffffff;
  }
  .jump-points--expanded {
      margin-bottom: 0;
      padding-bottom: 60px;
  }
  .jump-points:last-child {
      margin-bottom: 0;
  }
  .jump-points .container {
    padding-top: 15px; }
    .jump-points .container .demo-card-wide .card1 {
      background: url(../img/card1.jpg) no-repeat center; }
    .jump-points .container .demo-card-wide .card2 {
      background: url(../img/family-card.jpg) no-repeat center; }
    .jump-points .container .demo-card-wide .card3 {
      background: url(../img/card3.jpg) no-repeat center; }
    .jump-points .container .demo-card-wide .mdl-card__supporting-text {
      width: 100%;
      height: 200px;
      background-size: cover;
      vertical-align: bottom;
      font-family: "ff-ernestine-pro";
			font-size: 24px;
			font-weight:400;
      line-height: 26px;
      padding-top: 155px;
      color: white; }
    .jump-points .container .demo-card-wide .card-text {
      padding: 15px; }
    .jump-points .container .demo-card-wide .card-link {
      padding-top: 15px;
      padding-bottom: 10px; }
      .jump-points .container .demo-card-wide .card-link a {
        color: #658129; }
        .jump-points .container .demo-card-wide .card-link a .material-icons {
          vertical-align: middle; }
        .jump-points .container .demo-card-wide .card-link a:hover {
          text-decoration: none;
          color: #426530; }
        .jump-points .container .demo-card-wide .card-link a:focus, .jump-points .container .demo-card-wide .card-link a:visited {
          text-decoration: none; }
    .jump-points .container .section-header {
      padding-top: 35px; }
      .jump-points .container .section-header .mdl-button--fab {
        height: 70px;
        min-width: 70px; }
        .jump-points .container .section-header .mdl-button--fab .fa {
          font-size: 30px;
          padding-left: 4px; }
        .jump-points .container .section-header .mdl-button--fab.mdl-button--colored {
          background: #658129; }
      .jump-points .container .section-header .h3-light, .jump-points .container .section-header .contact-card .mdl-card .mdl-card__supporting-text, .contact-card .mdl-card .jump-points .container .section-header .mdl-card__supporting-text {
        padding-left: 15px;
        vertical-align: middle; }
    .jump-points .container .calc-links {
      padding-top: 25px; }
      .jump-points .container .calc-links .mdl-card {
        background: transparent;
        width: 100%; }
      .jump-points .container .calc-links .mdl-card__supporting-text {
        height: 100%;
        width: 100%;
        padding-top: 0;
        font-family: "ff-ernestine-pro";
        font-size: 16px;
        line-height: 20px;
        color: #658129;
        padding-left: 0;
        padding-bottom: 5px; }
      .jump-points .container .calc-links .mdl-card__actions.mdl-card--border {
        border-top: none;
        height: 145px; }
      .jump-points .container .calc-links .card-text, .jump-points .container .calc-links .card-link {
        padding-left: 0; }

/* Page Header Styles */
.heading {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background: url(../img/header-bg.jpg); }
  .heading .menu-icon {
    top: 50px; }

.heading-contact {
	/* position: absolute; */
  text-align: right;
  top: 15px;
  right: 50px;
  font-size: 24px;
	line-height: 20px;
	color: #658129; }
	.heading-contact .primary-font {
		font-family: 'ff-ernestine-pro';
	}
  .heading-contact .fa {
    padding-right: 20px; }
  .heading-contact .working-hours {
    padding-left: 40px;
    padding-top: 5px; }
    .heading-contact .working-hours p {
      font-size: 12px;
      line-height: 12px;
      color: #658129;
      margin-bottom: 5px;}
  .heading-contact .heading-mail {
    padding-top: 5px; }
    .heading-contact .heading-mail .fa {
      padding-right: 10px; }
  .heading-contact a {
    font-size: 16px;
    line-height: 20px;
    color: #658129; }
    .heading-contact a:hover {
      text-decoration: none;
      color: #658129; }
    .heading-contact a:focus, .heading-contact a:visited {
      text-decoration: none; }

/* Page Content Styles */
.content-header {
  padding-top: 40px;
  padding-bottom: 25px; }
  .content-header img {
    width: 40px;
    padding-top: 18px; }
    .content-header img.users-img {
      width: 50px; }
  .content-header .mdl-button--fab.mdl-button--colored {
    background: #658129;
    margin-right: 15px; }
    .content-header .mdl-button--fab.mdl-button--colored .fa {
      padding-top: 13px;
      font-size: 28px; }
    .content-header .mdl-button--fab.mdl-button--colored .fa-envelope {
      font-size: 34px;
      padding-top: 18px; }
    .content-header .mdl-button--fab.mdl-button--colored .fa-users {
      font-size: 38px;
      padding-top: 18px; }
  .content-header .mdl-button--fab {
    height: 75px;
    width: 75px;
    min-width: 75px; }

/* Search Form */
.search-form {
  position: relative; }
  .search-form form input {
    height: 50px;
    width: 300px;
    padding-left: 50px;
    border: none;
    background: white; }
    .search-form form input:focus {
      outline: none;
      box-shadow: none;
      border: none; }
  .search-form form .mdl-button--fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
    position: absolute;
    top: 5px;
    margin-left: 5px; }
    .search-form form .mdl-button--fab.mdl-button--colored {
      background: #658129; }

/* Sidebar */
.sidebar {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: #e1e6d5;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 35px; }

.related-articles {
  margin-top: 15px;
  padding-right: 0;
  background: #d3dbc3;
  text-align: left;
  padding-left: 30px;
  padding-top: 10px; }
  .related-articles ul {
    list-style: none;
    padding-left: 0; }
    .related-articles ul li {
      padding-right: 15px; }
      .related-articles ul li a {
        text-decoration: none; }
        .related-articles ul li a p {
          display: flex; }
          .related-articles ul li a p .material-icons {
            padding-right: 15px; }
        .related-articles ul li a:hover {
          text-decoration: none; }
          .related-articles ul li a:hover p {
						color: #426530; }
						.related-articles .h3-light, .topics .h3-light {
							color: #444444;
						}

.topics {
  text-align: left;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 30px; }
  .topics ul {
    list-style: none;
    padding-left: 0; }
    .topics ul li {
      padding-right: 15px; }
      .topics ul li a {
        text-decoration: none; }
        .topics ul li a p {
          display: flex; }
          .topics ul li a p .material-icons {
            padding-right: 15px; }
        .topics ul li a:hover {
          text-decoration: none; }
          .topics ul li a:hover p {
            color: #426530; }

/* Archive Page */
.archive {
  margin-bottom: 35px; }
  .archive h3 {
    margin-bottom: 0; }
  .archive .navigation {
    padding-top: 20px; }
    .archive .navigation a {
      color: #658129; }
      .archive .navigation a .material-icons {
        vertical-align: middle; }
      .archive .navigation a:hover {
        color: #658129;
        text-decoration: none; }

.list-posts {
  padding-left: 0; }
  .list-posts .post-display {
    background: #fafafa;
    padding: 15px 25px;
    margin-top: 15px;
    padding-right: 35px; }
    .list-posts .post-display a h3 {
      margin-bottom: 10px; }
    .list-posts .post-display a:hover {
      text-decoration: none; }
    .list-posts .post-display .testimonial-details {
      margin-bottom: 0; }

.post-display-content h1, .post-display-content h2, .post-display-content h3, .post-display-content h4, .post-display-content h5, .post-display-content p, .post-display-content a {
  font-family: "ff-ernestine-pro";
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-top: 5px;
  margin-bottom: 0; }
  .post-display-content h1 strong, .post-display-content h2 strong, .post-display-content h3 strong, .post-display-content h4 strong, .post-display-content h5 strong, .post-display-content p strong, .post-display-content a strong {
    font-weight: 400 !important; }
    .post-display-content h1 strong u, .post-display-content h2 strong u, .post-display-content h3 strong u, .post-display-content h4 strong u, .post-display-content h5 strong u, .post-display-content p strong u, .post-display-content a strong u {
      text-decoration: none; }
  .post-display-content h1 u, .post-display-content h2 u, .post-display-content h3 u, .post-display-content h4 u, .post-display-content h5 u, .post-display-content p u, .post-display-content a u {
    text-decoration: none; }
.post-display-content ul {
  list-style: none; }
  .post-display-content ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: #658129;
    font-size: 6px;
    vertical-align: top;
    padding-right: 10px; }
.post-display-content a:hover {
  color: #757575; }
.post-display-content a.more-link {
  color: #658129;
  text-decoration: underline; }
  .post-display-content a.more-link:hover {
    color: #658129; }
.post-display-content .panel-heading {
  padding: 0; }
.post-display-content.testimonial-content h1, .post-display-content.testimonial-content h2, .post-display-content.testimonial-content h3, .post-display-content.testimonial-content h4, .post-display-content.testimonial-content h5, .post-display-content.testimonial-content p, .post-display-content.testimonial-content a {
  margin-top: 0; }

	.post-display-content p {
		font-family: 'Open Sans';
	}
.single-post {
  padding-bottom: 35px; }
  .single-post .post-display-content {
    padding-left: 0;
    padding-right: 0; }
    .single-post .post-display-content p {
      margin-top: 10px;
      margin-bottom: 10px; }
    .single-post .post-display-content a {
      color: #658129;
      text-decoration: underline; }
      .single-post .post-display-content a:hover {
        color: #426530; }

/* Videos Archive */
.list-videos {
  padding-left: 0; }
  .list-videos .video-display {
    padding-left: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px; }
    .list-videos .video-display .video-sm {
      padding-left: 0;
      position: relative; }
      .list-videos .video-display .video-sm .video-lenght {
        position: absolute;
        bottom: 5px;
        right: 14px;
        width: 30px;
        text-align: center;
        background: black;
        color: white;
        font-size: 10px;
        line-height: 15px; }
    .list-videos .video-display p {
      margin: 0; }
    .list-videos .video-display a:hover {
      text-decoration: none;
      color: #426530; }
    .list-videos .video-display a.more-link {
      color: #658129;
      text-decoration: underline; }
      .list-videos .video-display a.more-link:hover {
        color: #658129; }
    .list-videos .video-display a .video-title {
      margin-bottom: 10px;
      padding-top: 10px; }
    .list-videos .video-display #wistia_video #wistia_smallPlayButton_44, .list-videos .video-display #wistia_video #wistia_volumeControl_61 {
      display: none !important; }

/* Contact Page Styles */
.contact-card {
  padding-top: 40px; }
  .contact-card .mdl-card {
    margin-left: 30px; }
    .contact-card .mdl-card .mdl-card__supporting-text {
      background: #658129;
      width: 100%;
      color: white;
      margin-bottom: 0; }
    .contact-card .mdl-card .card-link {
      padding-top: 15px;
      padding-bottom: 10px !important; }
      .contact-card .mdl-card .card-link a {
        color: #658129; }
        .contact-card .mdl-card .card-link a .material-icons {
          vertical-align: middle; }
        .contact-card .mdl-card .card-link a:hover {
          text-decoration: none;
          color: #426530; }
        .contact-card .mdl-card .card-link a:focus, .contact-card .mdl-card .card-link a:visited {
          text-decoration: none; }
    .contact-card .mdl-card .mdl-card__actions {
      padding-bottom: 30px; }
      .contact-card .mdl-card .mdl-card__actions p {
        padding-top: 20px;
        padding-left: 10px;
        margin-bottom: 0; }

.form-wrapper {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 35px; }
  .form-wrapper .h3-light, .form-wrapper .contact-card .mdl-card .mdl-card__supporting-text, .contact-card .mdl-card .form-wrapper .mdl-card__supporting-text {
    padding-top: 30px; }
  .form-wrapper form input {
    margin-bottom: 15px;
    height: 50px; }
  .form-wrapper form select {
    height: 50px;
    margin-bottom: 15px; }
  .form-wrapper form textarea {
    margin-bottom: 15px; }
  .form-wrapper form input, .form-wrapper form select, .form-wrapper form textarea {
    background: white;
    border: none;
    box-shadow: none; }
    .form-wrapper form input:focus, .form-wrapper form select:focus, .form-wrapper form textarea:focus {
      box-shadow: none;
      overflow: none;
      border: none; }
  .form-wrapper form .btn-green {
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 15px; }
    .form-wrapper form .btn-green .material-icons {
      vertical-align: middle; }
    .form-wrapper form .btn-green:focus {
      box-shadow: none;
      outline: none;
      color: white; }

/* Team Page Styles */
.team-img {
  margin-right: 25px;
  margin-bottom: 10px;
  float: left; }
  .team-img img {
    max-width: 324px; }

/* Our Services */
.panel-heading {
  background: #fbfbfb; }

.panel-title a {
	font-weight: 600;
	color: #444444;
  text-decoration: none; }
  .panel-title a:hover {
    text-decoration: none;
    color: #757575; }
  .panel-title a .fa-minus-square {
    display: initial; }
  .panel-title a .fa-plus-square {
    display: none; }
  .panel-title a.collapsed .fa-minus-square {
    display: none; }
  .panel-title a.collapsed .fa-plus-square {
    display: initial; }

/* Footer Styles */
footer {
  padding-bottom: 35px;
  /*background: #fafafa;*/
  border-top: 1px solid #e5e5e5; }
  footer .container {
    padding-top: 25px; }
    footer .container .social-media {
      padding-left: 0;
      padding-top: 25px;
      padding-bottom: 15px; }
      footer .container .social-media ul {
        list-style: none;
        padding-left: 0; }
        footer .container .social-media ul li {
          display: inline-block;
          margin-right: 35px; }
          footer .container .social-media ul li a .fa {
            color: #658129;
            background: white;
            font-size: 32px;
            vertical-align: middle; }
          footer .container .social-media ul li a.btn-green {
            border-radius: 5px;
            padding: 5px 10px; }
            footer .container .social-media ul li a.btn-green:focus, footer .container .social-media ul li a.btn-green:visited {
              color: white;
              text-decoration: none; }
          footer .container .social-media ul li:last-child {
            margin-right: 0px; }
    footer .container .contacts {
      font-size: 14px;
      color: #658129; }
      footer .container .contacts a {
        color: #658129; }
        footer .container .contacts a:hover {
          text-decoration: none;
          color: #426530; }
      footer .container .contacts .fa {
        padding-right: 15px; }
    footer .container .footer-menu {
      padding-top: 30px; }
      footer .container .footer-menu ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
        footer .container .footer-menu ul li {
          display: inline-block; }
          footer .container .footer-menu ul li a {
            color: #658129;
            font-size: 14px; }
            footer .container .footer-menu ul li a:hover {
              text-decoration: none;
              color: #426530; }
            footer .container .footer-menu ul li a:focus, footer .container .footer-menu ul li a:visited {
              text-decoration: none;
              color: #658129; }
          footer .container .footer-menu ul li:last-child {
            margin-right: 0; }
      footer .container .footer-menu .top-menu li {
        margin-right: 55px; }
      footer .container .footer-menu .bottom-menu li {
        margin-right: 126px; }
        footer .container .footer-menu .bottom-menu li:first-child {
          margin-right: 18px; }
    footer .container #top {
      margin-left: 60px; }
      footer .container #top:hover {
        cursor: pointer; }
    footer .container #payment {
      margin-left: 65px; }

/* Calc Styles */
#ast, #liab, #supan {
  width: 100% !important; }
  #ast table, #liab table, #supan table {
    width: 100% !important; }
    #ast table tr td, #liab table tr td, #supan table tr td {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      text-align: left; }
      #ast table tr td input, #ast table tr td select, #liab table tr td input, #liab table tr td select, #supan table tr td input, #supan table tr td select {
        width: 95% !important; }
      #ast table tr td select#supanper, #liab table tr td select#supanper, #supan table tr td select#supanper {
        height: 30px !important; }
      #ast table tr td input#supanper1, #liab table tr td input#supanper1, #supan table tr td input#supanper1 {
        width: 92% !important; }
      #ast table tr td input#supanper1, #ast table tr td input#supanper2, #liab table tr td input#supanper1, #liab table tr td input#supanper2, #supan table tr td input#supanper1, #supan table tr td input#supanper2 {
        margin-top: 20px !important; }
      #ast table tr td input#pemail, #liab table tr td input#pemail, #supan table tr td input#pemail {
        width: 80% !important; }
      #ast table tr td input[type=checkbox], #liab table tr td input[type=checkbox], #supan table tr td input[type=checkbox] {
        width: 20% !important; }
      #ast table tr td b, #liab table tr td b, #supan table tr td b {
        font-family: "ff-ernestine-pro"; }
  #ast .intext, #liab .intext, #supan .intext {
    width: 100% !important; }

#incdetails, #childdetails, #estimateres {
  width: 100% !important; }
  #incdetails table, #childdetails table, #estimateres table {
    width: 100% !important; }
    #incdetails table tr td, #childdetails table tr td, #estimateres table tr td {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      text-align: left; }
      #incdetails table tr td input, #incdetails table tr td select, #childdetails table tr td input, #childdetails table tr td select, #estimateres table tr td input, #estimateres table tr td select {
        width: 93% !important; }
      #incdetails table tr td input[type=checkbox], #childdetails table tr td input[type=checkbox], #estimateres table tr td input[type=checkbox] {
        width: 20% !important; }
      #incdetails table tr td input[type=radio], #childdetails table tr td input[type=radio], #estimateres table tr td input[type=radio] {
        width: 25px !important; }
    #incdetails table tr th, #childdetails table tr th, #estimateres table tr th {
      font-family: "ff-ernestine-pro"; }
  #incdetails .intext, #childdetails .intext, #estimateres .intext {
    width: 100% !important; }

.npbutton {
  margin-top: 23px !important; }

#calculator {
  width: 100% !important;
  margin-left: 0 !important; }

.list-home-card {
	height : 220px;
}
.testimonialLeft {
  padding-left: 0px;

  padding-bottom: 20px;
}
.testimonialContent {
  padding: 20px;padding-bottom:0px;
}
.testimonialRight
{

  padding-right: 0px;
  padding-bottom: 20px;
}
.home-card-item
{
	margin-right: 30px;
	position: absolute;
  display: block;
	margin-right: 45px;
  font-size: 2em;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.home-card {
			background: #fff;
			padding: 25px;
			margin-top: 0px;
			/* padding-right: 35px; */
			border-bottom-style: solid;
			box-shadow: 2px 2px #eee;
			border-width: 1px;
			border-color: #eee;
			/* border-top: 1px; */
			border-left-width: 1px;
			border-left-style: solid;
			border-top-style: double;
		}
  @media(max-width:1200px)
  {
    .home-card-item
      {
        margin-right: 15px !important;
      }
  }
  @media(max-width:1000px)
  {

      .home-card p
      {
        padding-right : 0px !important;
        padding-left : 0px !important;
        padding-top : 5px !important;
      }
  }
  .home-card p
  {
    padding-right : 10px;
    padding-left : 10px;
    padding-top : 0px;
    margin: 0px;
  }
  .home-card strong {
    color: #658129;
    display: inherit;
    text-align: center;
  }

@media (max-width: 1400px) {
  .sb-slidebar {
    width: 30%; } }
@media (max-width: 1200px) {
  .item-text {
    top: 140px; }

  .jump-points .mdl-card {
    width: 100%; }
    .jump-points .mdl-card .card-text {
      height: 100px; }

  footer .container .footer-menu .top-menu li {
    margin-right: 20px; }
  footer .container .footer-menu .bottom-menu li {
    margin-right: 55px; }
    footer .container .footer-menu .bottom-menu li:first-child {
      margin-right: 40px; }
  footer .container .contacts a.visible-md {
    display: initial !important; }

  .sb-slidebar {
    width: 30%; } }
@media (max-width: 991px) {
  .item-text h1 {
    font-size: 36px;
    line-height: 38px; }
  .item-text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px; }

  .jump-points .container .demo-card-wide .mdl-card__supporting-text {
    padding-top: 140px; }
  .jump-points .container .calc-links .mdl-card__supporting-text {
    padding-top: 0; }
  .jump-points .container .calc-links .mdl-card__actions.mdl-card--border {
    height: 100px; }

  .team-img {
    float: none;
    clear: both; }

  footer .container .social-media ul li {
    margin-right: 25px; }
  footer .container #top {
    margin-left: 10px; }
  footer .container #payment {
    margin-left: 10px; }

  .sm-width {
    width: 100%; }

  .sm-pt {
    padding-top: 50px; }

  .sb-slidebar {
    width: 40%; } }
@media (max-width: 820px) {
  .item-text {
    top: 100px; }
    .item-text h1 {
      font-size: 26px;
      line-height: 28px; }
    .item-text h2 {
      font-size: 18px;
      line-height: 20px; }

  .carousel-img {
    height: 290px; }
    .carousel-img img {
      width: initial; } }
@media (max-width: 767px) {
  .xs-no-pl {
    padding-left: 0; }

  footer .container .contacts {
    padding-left: 0;
    padding-top: 15px; }

  .sb-slidebar {
    width: 55%; }

  .home-wrapper h3 {
    padding-top: 15px; }

  .jump-points .mdl-card {
    margin-bottom: 15px; }

  .jump-points .container .calc-links .mdl-card__actions.mdl-card--border {
    height: 115px; }

  .contact-card .mdl-card {
    margin-left: 0;
    width: 100%; }

  .content-header .mdl-button--fab.mdl-button--colored .fa-envelope {
    font-size: 30px;
    padding-top: 14px; }

  .content-header .mdl-button--fab {
    height: 60px;
    width: 60px;
    min-width: 60px; }

  .content-header img {
    width: 32px;
    padding-top: 16px; }

  .list-videos .video-display .video-sm .video-lenght {
    left: 5px; } }
@media (max-width: 550px) {
  .sb-slidebar {
    width: 75%; }

  .menu-icon {
    top: 10px;
    left: 10px; } }
@media (max-width: 480px) {
  .logo img {
    width: 225px; }

  .heading a img {
    width: 225px; }
  .heading .menu-icon {
    top: 40px;
    left: 15px; }

  .menu-icon p {
    font-size: 8px; }
    .menu-icon p .material-icons {
      font-size: 30px; }

  .item-text {
    top: 112px; }
    .item-text h1 {
      font-size: 18px;
      line-height: 20px; }
    .item-text h2 {
      font-size: 12px;
      line-height: 14px; }
    .item-text .btn-green {
      font-size: 12px; }

  .team-img img {
    width: 100%; }

  .h3-light, .contact-card .mdl-card .mdl-card__supporting-text {
    font-size: 20px; }

  .carousel-control.right {
    right: 20px; }

  .social-media ul li:last-child {
    padding-top: 10px; }

  .content-header .mdl-button--fab.mdl-button--colored {
    margin-right: 10px; } }
@media (max-width: 400px) {
  .h3-light, .contact-card .mdl-card .mdl-card__supporting-text {
    font-size: 16px;
    line-height: 24px; }

  .footer-logo {
    width: 100%; }

  .sb-slidebar {
    width: 90%; } }

.logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-wrapper a {
	display: inline-block;
	padding: 0 16px;
	max-width: 100px;
}

/*# sourceMappingURL=layout.css.map */
