html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 70px 0 80px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #222;
}
.bg-image {
  background-color: #222;
  background: no-repeat center center;
  background-size: cover;
}
img.keep-aspect-ratio {
  width: 100%;
  height: auto;
}
.spec-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.spec-list.benefits-list {
  padding: 0 0 0 1em;
}
.spec-list.benefits-list li {
  list-style-type: disc;
}
.spec-list li {
  list-style-type: none;
}
.spec-list li .value {
  color: #50b948;
}
.middler {
  display: table;
  height: 100%;
  width: 100%;
}
.middler .middler-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #50b948;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: white;
  background-color: #50b948;
  border-color: #50b948;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #47a740;
  border-color: #44a03d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #50b948;
  border-color: #50b948;
}
.btn-primary .badge {
  color: #50b948;
  background-color: white;
}
section.p-t-20 {
  padding-top: 20px;
}
.img-content {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .img-content {
    max-width: 700px;
  }
}
.video-content {
  margin-top: 3em;
}
.list-heading {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #666;
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 10px;
}
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #50b948;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 1em;
  line-height: 1.8em;
}
p.lead {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 48px;
  }
}
hr {
  max-width: 100px;
  border-top: 2px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #50b948;
}
aside .colored {
  border-color: white;
}
header hr.colored {
  max-width: 100%;
  border-top: 3px solid white;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #50b948;
}
h2.tech-title {
  font-size: 46px;
}
.technology p {
  font-size: 17px;
}
h2.brand-name {
  font-size: 50px;
  color: #00aecb;
}
h3.brand-slogan {
  color: #333333;
  font-size: 26px;
  padding-bottom: 30px;
  font-weight: 500;
}
.navbar-nav > li {
  padding: 0 15px;
}
.navbar-nav > li > a {
  padding: 15px 0 8px 0;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #50b948;
  border-radius: 0;
}
.navbar-default {
  background-color: #50b948;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #4c4d4f;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: white;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-inverse.navbar-dark {
  background-color: #4c4d4f;
}
@media (min-width: 768px) and (max-width: 992px) {
  .nav li {
    font-size: 15px;
    padding: 0 10px;
  }
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
  max-width: 640px;
}
@media (max-width: 767px) {
  header .intro-content {
    margin: 15px;
  }
}
header .intro-content-box {
  display: block;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px 0 30px 0;
  padding: 30px 50px 35px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .intro-content-box h1 {
  font-size: 65px;
  color: #606060;
}
@media (max-width: 767px) {
  header .intro-content-box h1 {
    font-size: 40px;
  }
}
header .intro-content-box:hover,
header .intro-content-box:focus {
  background-color: #ffffff;
}
header .brand-name {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header .site-title {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header .site-title small {
  font-size: 27px;
  line-height: 30px;
  color: white;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
header .btn-heading-primary {
  font-size: 16px;
  color: black;
  padding: 10px 22px 10px 22px;
  background-color: white;
  border: 2px solid white;
  border-radius: 100px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  header .btn-heading-primary {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  header .btn-heading-primary {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 20px 7px 20px;
  }
}
header .btn-heading-primary span {
  vertical-align: middle;
}
header .btn-heading-primary:hover {
  background-color: #4c4d4f;
  color: white;
}
header .watch-the-video {
  margin-right: 1em;
}
header .watch-the-video .fa-youtube-play {
  color: #eb3f36;
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
}
header .calculate-your-savings .fa-calculator {
  color: #50b948;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
}
header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #008bab;
  opacity: 0.4;
  top: 0px;
}
header .overlay.overlay-references {
  background: linear-gradient(rgba(33, 33, 34, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  opacity: 0.4;
}
header .overlay.overlay-technologies {
  background: linear-gradient(rgba(33, 33, 34, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  opacity: 0.4;
}
header .overlay.overlay-contact {
  background: linear-gradient(rgba(33, 33, 34, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  opacity: 0.4;
}
header h1 {
  font-size: 75px;
  /*
		.references-heading {
			 
	    // border: 1px solid #D4bf96;
	    // padding: 20px 40px 25px 40px;
	    // background: rgba(133,115,98,0.5);
    	border: 2px solid #FFFFFF;
    	padding: 20px 40px 25px 40px;
    	// background: rgb(165, 143, 130);	    
    	background: #BDBDBF;	    
		}
		*/
}
header h1.cover-heading {
  font-size: 90px;
  line-height: 85px;
}
@media (max-width: 768px) {
  header h1.cover-heading {
    font-size: 70px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  header h1.cover-heading {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
header h1 small {
  font-size: 48.5%;
  color: white;
}
header h1 span {
  display: inline-block;
}
header p {
  font-size: 1.05em;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  header p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    min-width: 640px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 19px;
    line-height: 30px;
  }
  header .site-title {
    font-size: 80px;
    line-height: 80px;
  }
  header .site-title small {
    font-size: 39px;
    line-height: 50px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.15;
  }
}
header.banner {
  height: 50%;
}
@media (min-width: 1025px) {
  header.banner {
    background-attachment: scroll;
  }
}
header.technology-header {
  margin-top: 110px;
  height: auto;
}
@media (max-width: 767px) {
  header.technology-header {
    margin-top: 51px;
  }
}
header.technology-header img {
  max-width: 100%;
  max-height: 500px;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  header.technology-header {
    background-attachment: scroll;
  }
}
header.h-500 {
  height: 500px;
}
.bg-stage {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 70%, #ffffff 80%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 70%, #ffffff 80%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 70%, #ffffff 80%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
aside.cta-quote {
  color: white;
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
aside.cta-contact-us {
  padding: 100px 0;
  background-color: #f5f5f5;
  background: url(../../assets/img/bg-cta.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
aside.cta-contact-us .colored {
  border-color: #50b948;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 200px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #50b948 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 30px;
}
.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #50b948 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222;
}
.portfolio-carousel .item {
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #50b948 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .starred-header {
  margin-left: 20% !important;
  margin-right: 20% !important;
}
@media (max-width: 768px) {
  .portfolio-modal .starred-header {
    margin: 0px !important;
    font-size: 35px !important;
  }
}
.portfolio-modal.youtube-modal {
  background-color: #222;
}
.portfolio-modal.youtube-modal .youtube-content {
  color: white;
  text-align: center;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-modal.cart-modal {
  background-color: #fff;
}
.portfolio-modal.cart-modal .lr {
  background-color: #000 !important;
}
.portfolio-modal.cart-modal .lr .rl {
  background-color: #000 !important;
}
.portfolio-modal.cart-modal .cart-content {
  color: black;
  text-align: center;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-modal.cart-modal .cart-content #cart-items {
  margin-top: 25px;
  margin-bottom: 10px;
  max-height: 400px;
  overflow: auto;
}
.portfolio-modal.cart-modal .cart-content #cart-items div {
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-modal.cart-modal .cart-content #cart-items div a {
  margin-left: 15px;
  padding: 0px;
}
.portfolio-modal.cart-modal .cart-content .content-row input {
  text-align: center;
}
.portfolio-modal.cart-modal .cart-content .content-row button {
  margin-top: 15px;
}
.portfolio-modal .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #656669;
  opacity: 0.75;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .modal-content .testimonial {
  background-color: #4c4d4f;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .testimonial .testimonial-image {
  padding: 0;
}
.portfolio-modal .modal-content .testimonial .testimonial-image img {
  margin: 0;
}
.portfolio-modal .modal-content .testimonial .testimonial-text {
  text-align: left;
  padding: 30px;
}
.portfolio-modal .modal-content .testimonial .testimonial-text .testimonial-name {
  color: #50b948;
  font-size: 16px;
}
.portfolio-modal .modal-content .testimonial .testimonial-text .testimonial-title {
  font-size: 14px;
}
.portfolio-modal .modal-content .color-box-1 {
  padding: 20px;
  background-color: rgba(89, 90, 92, 0.8);
}
.portfolio-modal .modal-content .color-box-1 h3 {
  margin-top: 0;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.portfolio-modal .modal-content .color-box-1 hr.colored {
  max-width: 100px;
  margin: 10px 0 10px;
}
.portfolio-modal .modal-content .project-description {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 60px;
  width: 2px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 60px;
  width: 2px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .client-logo {
  background-color: white;
  padding: 20px 40px 30px 40px;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  background: #f5f5f5;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #50b948;
  color: white;
  border-color: #50b948;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  float: left;
  /*
		&:hover {
			.caption {
				.caption-bg {
					background: @themePrimary;
				}
				.caption-text {
					.text-title {
						color: #fff;
					}

					.text-category {
						color: #fff;
					}
				}
			}
		}
		*/
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  border: 2px solid white;
}
#portfoliolist .portfolio .portfolio-wrapper:hover {
  border: 2px solid #50b948;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: relative;
  width: 100%;
  height: 160px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption img {
  margin-top: 2px;
  height: 32px;
  width: auto;
}
#portfoliolist .portfolio .portfolio-wrapper .caption img.logo-cartulinas-cmpc-maule {
  height: 42px;
  margin-top: -8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption hr.colored {
  margin: 17px auto 15px auto;
  border-top: 1px solid #50b948;
  max-width: 100px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  position: relative;
  z-index: 500;
  padding: 25px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-title {
  color: #666;
  font-size: 1.1em;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
  color: #50b948;
}
/*

Portfolio list backup

#portfoliolist {

	.portfolio {
		width: 31%;
		margin: 1%;
		display: none;
		float: left;
		overflow: hidden;

		.portfolio-wrapper {
			overflow: hidden;
			position: relative !important;
			background: @themeDark;
			cursor: pointer;

			img {
				max-width:100%;
				position: relative;
				-webkit-filter: grayscale(0);
				filter: grayscale(0);
				&:hover {
					-webkit-filter: grayscale(1);
					filter: grayscale(1);
				}
			}

			.caption {
				position: absolute;
				width: 100%;
				height: 75px;
				bottom: -75px;

				.caption-bg {
					background: @themePrimary;
					width: 100%;
					height:100%;
					position: absolute;
					top:0;
					left:0;
				}

				.caption-text {
					color: white;
					position: relative;
					z-index: 500;
					padding: 15px 8px;

					a.text-title {
						color: white;
					}

					.text-category {
						display: block;
						font-size: 12px;
					}

				}
			}

		}
	}

}

*/
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (max-width: 450px) {
  #portfoliolist .portfolio {
    width: 100%;
    margin: 1%;
  }
}
#cart {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
}
#cart .hitarea .cart-tooltip {
  position: absolute;
  display: none;
  background-color: #50b948;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  top: 0px;
  left: 40px;
  white-space: nowrap;
  animation-name: showTooltip;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s;
}
#cart .hitarea .content {
  width: 0px;
  height: 32px;
  margin-right: 32px;
  background-color: #eeeeee;
  overflow: hidden;
  padding: 0px;
  border-radius: 4px 0px 0px 4px;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s;
  transform-origin: right bottom;
}
#cart .hitarea .content a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
#cart .hitarea .content a:hover {
  text-decoration: underline;
}
#cart .hitarea .content a i {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 20px;
}
#cart .hitarea .content:hover {
  background-color: #cccccc;
}
@keyframes showTooltip {
  from {
    display: block;
    opacity: 0;
    top: 0px;
  }
  to {
    opacity: 1;
    display: block;
    top: -30px;
  }
}
@keyframes anim {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
#cart .hitarea .cart-button {
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
}
#cart .hitarea .cart-button i {
  color: #fff;
}
#cart .hitarea .cart-button i.selected {
  color: #F4AA00;
}
#cart .hitarea:hover .cart-button {
  border-radius: 0px 4px 4px 0px;
  background-color: #eeeeee;
}
#cart .hitarea:hover .cart-button:hover {
  background-color: #cccccc;
}
#cart .hitarea:hover .content {
  width: 185px;
  padding: 7px 15px 7px 15px;
}
#cart .hitarea:hover .content a {
  animation-name: anim;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.pricing {
  color: white;
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #50b948;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
form > .row:first-child > .floating-label-form-group:first-child {
  border-right: 1px solid #e1e1e1;
}
#success button {
  margin-top: 0px;
}
footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 35px 0 20px;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer .contact-details {
  margin: 75px 0;
}
footer.footer .social {
  margin-bottom: 75px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
footer.footer .footer-content {
  margin-bottom: 1em;
}
footer.footer .footer-content a:hover,
footer.footer .footer-content a:focus {
  color: #50b948;
  background: white;
  outline: none;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #50b948;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222;
  border: 1px solid #222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #50b948;
  border-color: #50b948;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #50b948;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
.btn-light {
  color: #50b948;
  background: white;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-light:hover,
.btn-light:focus {
  color: white;
  background: #50b948;
  outline: none;
}
footer.footer a.btn-light {
  color: #50b948;
  background: white;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer.footer a.btn-light:hover,
footer.footer a.btn-light:focus {
  color: white;
  background: #50b948;
  outline: none;
}
.contact-us-container {
  padding: 100px;
}
.btn-contact-us {
  background-color: #50b948;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 6px solid white;
}
.btn-contact-us:hover {
  background-color: #47a740;
  color: white;
  border-color: #73c76d;
}
.btn-send {
  background-color: #50b948;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.btn-send:hover {
  background-color: #47a740;
  color: white;
  border-color: #73c76d;
}
.btn-manual-order {
  border-radius: 4px !important;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 2em;
  background-color: #50B948;
  color: white;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border-color: #409539;
}
.btn-manual-order:hover {
  background-color: #47a740;
  color: white;
}
body.modern {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern p.lead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern header .brand-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.thumbnail p {
  font-size: 14px;
}
section.testimonial {
  /*
  color: white;
  background-color: rgba(130, 130, 130, 0.5);
  border-radius: 20px;
  padding: 30px;
  */
  padding: 0;
  margin-top: 110px;
  position: relative;
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.testimonial {
    margin-top: 80px;
  }
}
section.testimonial .container {
  padding-top: 20px;
}
section.testimonial .testimonial-logo {
  height: 50px;
  width: auto;
  margin-bottom: 1em;
}
section.testimonial .testimonial-text {
  font-size: 1.25em;
  line-height: 1.5em;
  /*
    font-style: italic;
    font-weight: 300;
    */
}
section.testimonial .testimonial-person-image {
  width: 100%;
  height: auto;
}
section.testimonial .testimonial-person {
  font-weight: 500;
  font-size: 1.5em;
  color: #50b948;
}
section.testimonial .testimonial-person-title {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.testimonial .middler-inner {
    text-align: center;
    padding: 40px 40px 40px;
  }
}
@media (max-width: 768px) {
  section.testimonial .middler-inner {
    text-align: center;
    padding: 0px 40px 40px;
  }
}
.card {
  background-color: white;
  padding: 30px;
  border-radius: 20px 0 20px 0;
}
.card.card-index {
  background-color: #50b948;
  padding: 20px;
  color: white;
}
.card hr.colored {
  max-width: 100px;
  margin: 10px 0 10px;
}
.card h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .bottom-card {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .index-benefit-card {
    padding-top: 30px;
    width: 100%;
  }
}
.card-technology {
  display: block;
  background-color: white;
  padding: 28px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  border: 2px solid white;
  transition: all 0.5s;
  margin-bottom: 30px;
}
.card-technology:hover {
  border: 2px solid #50b948;
}
.card-technology .img-container {
  position: relative;
}
.card-technology .img-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card-technology .img-container .img-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-technology .img-container .img-container-inner .img-middler {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.card-technology .img-container .img-container-inner img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.card-technology .text-container {
  margin-top: 1.6em;
}
.card-technology .text-container hr.colored {
  max-width: 150px;
}
.detail {
  text-align: center;
}
.detail .detail-title {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #666;
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.detail .detail-box {
  background-color: #00aecb;
  border-radius: 20px 0 20px 0;
  padding: 25px 10px 25px 10px;
  color: #fff;
}
.detail .detail-box .detail-name {
  font-family: 'Maven Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.4em;
}
.detail .detail-box .detail-value {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .card-top-margin div:not(:first-child) {
    margin-top: 30px;
  }
}
.next-prev-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.next-prev-nav .prev {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  /*
    text-align: center;
    position: absolute;
    height: 75px;
    width: 50px;
    // border-radius: 0 !important;
    line-height: 70px;
    font-size: 30px;
    // margin: auto 0 !important;
    top: 0;
    bottom: 0;
    background-color: @themePrimary;
    color: white !important;
    */
  margin-top: -35px;
  height: 70px;
  font-size: 28px;
  transition: all 0.5s;
}
.next-prev-nav .prev:hover {
  background-color: #50b948;
  color: #fff;
}
.next-prev-nav .next {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  margin-top: -35px;
  height: 70px;
  font-size: 28px;
  transition: all 0.5s;
}
.next-prev-nav .next:hover {
  background-color: #50b948;
  color: #fff;
}
/*! =======================================================
                      VERSION  6.1.6              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */
#coop-calculator {
  font-size: 14px;
  font-family: 'Maven Pro', sans-serif;
  margin-top: 4em;
}
#coop-calculator h1 {
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 0.8em;
  text-align: center;
}
#coop-calculator h2 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
#coop-calculator .form-control {
  border-radius: 4px;
}
#coop-calculator h1,
#coop-calculator h2 {
  color: #444;
}
#coop-calculator p {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
}
#coop-calculator .bg-gray {
  background-color: #f8f8f8;
}
#coop-calculator .form-control {
  padding: 6px 20px;
  font-size: 1.6em;
  font-weight: 700;
  border: 1px solid #ccc;
  color: black;
  background-color: #EEEEEE;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#coop-calculator .form-group input {
  height: 60px;
  background-color: #EEEEEE;
}
#coop-calculator .form-group input.form-control.result-input {
  height: 90px;
  background-color: #EEEEEE;
  font-size: 2.2em;
}
#coop-calculator .slider-label,
#coop-calculator .result-label,
#coop-calculator .form-group label {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #333333;
}
#coop-calculator .slider-container {
  margin-bottom: 1.5em;
}
#coop-calculator .slider-container .unit {
  font-size: 0.8em;
}
#coop-calculator .slider-container .percent {
  font-size: 0.6em;
  position: absolute;
}
#coop-calculator .slider.slider-horizontal {
  width: 100%;
}
#coop-calculator .slider .slider-track .slider-selection {
  background-image: none;
  background-color: #00AECB;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#coop-calculator .slider .slider-track .slider-handle {
  background-image: none;
  background-color: #008BAB;
}
#coop-calculator .slider .slider-track .slider-track-high {
  background-color: #EEEEEE;
}
#coop-calculator .slider-value {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: -6px;
}
#coop-calculator .result-container {
  margin-bottom: 1.5em;
}
#coop-calculator .result-box,
#coop-calculator .result-input {
  background-color: #EEEEEE;
  width: 100%;
  height: 90px;
}
#coop-calculator .result-box-green {
  background-color: #50B948;
  color: white;
}
#coop-calculator .result-box-value {
  padding: 20px 0 0 20px;
  height: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #coop-calculator .result-box-value {
    padding: 24px 0 0 20px;
  }
}
#coop-calculator .result-box-value .value {
  font-size: 1.7em;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #coop-calculator .result-box-value .value {
    font-size: 1.3em;
  }
}
#coop-calculator .result-box-value .unit {
  margin-top: -0.2em;
  font-weight: 500;
}
#coop-calculator .result-box-ab .result-box-value.result-box-value-a {
  float: left;
  width: 50%;
}
#coop-calculator .result-box-ab .result-box-value.result-box-value-b {
  padding-left: 32px;
  position: relative;
  float: left;
  width: 50%;
  background-color: #50B948;
  color: white;
}
#coop-calculator .result-box-ab .result-box-value.result-box-value-b .arrow-container {
  position: absolute;
  top: 0;
  left: -12px;
  background-color: #50B948;
}
#coop-calculator .result-box-ab .result-box-value.result-box-value-b .arrow-container .arrow-right {
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 24px solid #EEEEEE;
}
#coop-calculator .result-box-value-big {
  padding: 20px 0 0 20px;
}
#coop-calculator .result-box-value-big .value {
  font-size: 2.5em;
  font-weight: 700;
  width: 80%;
  float: left;
}
#coop-calculator .result-box-value-big .unit {
  margin-top: 0.8em;
  width: 20%;
  float: right;
  font-size: 1.4em;
  font-weight: 500;
  text-align: right;
}
#coop-calculator .chart-container {
  padding: 2em 1em 0em 1em;
}
#coop-calculator .chart-label-container {
  padding: 0em 1em 1.8em 1em;
  text-align: center;
}
#coop-calculator .chart-label-container .chart-label-yellow-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f89a41;
  margin-left: 20px;
}
#coop-calculator .chart-label-container .chart-label-green-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #50B948;
  margin-left: 20px;
}
/* Use this selector to override bar styles on bar charts. Bars are also strokes so you have maximum freedom in styling them. */
.ct-series-a .ct-bar {
  /* Colour of your bars */
  stroke: #f89a41;
  /* The width of your bars */
  stroke-width: 15px;
  font-weight: 500;
}
.ct-series-b .ct-bar {
  /* Colour of your bars */
  stroke: #50B948;
  /* The width of your bars */
  stroke-width: 15px;
  font-weight: 500;
}
.ct-label {
  color: #333333;
  font-size: 1em;
  line-height: 1em;
}
.ct-bar-label {
  color: white;
  font-weight: 700;
  font-size: 0.88em;
}
.coin {
  width: 24px;
  height: auto;
  vertical-align: top;
  margin: 0 4px;
}
.m-t {
  margin-top: 1em;
}

