body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 40px;
      font-family: Montserrat, sans-serif;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #3B524E;
      color: #00ECCC;
      padding: 150px 25px;
      font-family: Montserrat, sans-serif;
  }

  #status{
  	font-size: 14px;
  }

  .company-logo{
  }

  .container-fluid {
      padding: 80px 70px;
  }
  .about{
  	  padding: 60px 50px;
  }
  #mytext{
  	width: 100%;
  	text-align: center;
  	padding-top: 60px;
  	padding-bottom: 40px;
  }

  #slogan{
  	line-height: 1.6;
  	font: 400 15px Lato, sans-serif;
  	font-size: 26px;
  }

  #green{
  	color: #009DA3;
  }

   h2{
	padding-bottom: 40px;
  }

  .bg-grey {
      background-color: #f6f6f6;
      width: 100%;
  }
  .header-phone{
  	text-shadow: 1px 1px 3px #072c14;
  }
  .logo-small {
      color: #009DA3;
      font-size: 70px;
  }
 
  .logo-medium {
  	color: #009DA3;
    font-size: 80px;
  }

  .logo {
  	padding-top: 50px;
  }

  .img-responsive{
  	margin: 0 auto;
  	box-shadow: 2px 2px 5px #808080;
  }

  #sertificates .img-responsive{
  	margin: 0 auto;
  	box-shadow: 0px 0px 0px #808080;
  }

  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 50%;
      height: 50%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #009DA3;
  }
  .carousel-indicators li {
      border-color: #009DA3;
  }
  .carousel-indicators li.active {
      background-color: #009DA3;
  }

  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #009DA3;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #009DA3 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }

  .btn{
  	text-decoration: none;
  	background-color: #1CBF56;
  	color: #fff;
  }

  .btn:hover{
  	text-decoration: none;
  	background-color: #009DA3;
  	color: #fff;
  }

  .btn:active{
  	text-decoration: none;
  	background-color: #567671;
  	color: #fff;
  }


  .navbar {
      margin-bottom: 0;
      background-color: #3B524E;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #DDFAF5 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #3B524E !important;
      background-color: #DDFAF5 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #DDFAF5 !important;
  }
  a:link{
  	text-decoration: none;
  	color: #3B524E;
  }

  a:hover{
  	text-decoration: none;
  	color: #567671; 
  }

  a:visited{
  	text-decoration: none;
  	color: #567671; 
  }


  footer{
  	background: #0b0f0e;
  }

  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      margin-top: 30px;
      color: #3B524E;
  }

  footer .glyphicon:hover{
	text-decoration: none;
  	color: #567671;
  }

  .footer-text{
  	color: #202c2a;
  }
  .phone-icon{
  	color: #00B154;
  }
  .phone-only{
  	text-align: center;
  	font-size: 20px;
  	text-decoration: none;
  	background: #f6f6f6;
  	margin-top: -30px;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	color: #009DA3;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 2s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
        padding-top: 0px;
    }

    .products .row{
    	padding-bottom: 40px;
    }
  }