  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: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron-home {
      background-color: #119B15;
      color: #fff;
      padding: 50px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #119B15;
      font-size: 50px;
  }
  .logo {
      color: #119B15;
      font-size: 200px;
      padding-top: 30px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #119B15;
  }
  .carousel-indicators li {
      border-color: #119B15;
  }
  .carousel-indicators li.active {
      background-color: #119B15;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
	font-style: normal;
    color: #119B15;
  }
  .span-cor {
	font-style: normal;
    color: #119B15;
  }  
  .panel {
      border: 1px solid #119B15; 
      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 #119B15;
      background-color: #fff !important;
      color: #119B15;
  }
  .btn-cor {
	  background: #119B15;
	  color: #FFFFFF;
	  margin-top: 18px;
	  border: none;
	  padding: 5px 15px;
  }
  .botao-default {
	  background: #F5F5ED;
	  border-color: #F5F5ED;
	  margin-top: 18px;
	  border: none;
	  padding: 5px 15px;  
  }
  .botao-default:hover {
	  background: #119B15;
	  border-color: #119B15;
	  color: #FFFFFF;
	  border: none;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #119B15 !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: #119B15;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #119B15;
      z-index: 999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #119B15 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .navbar-spacing1 {
      letter-spacing: 1px;
  }
  .dropdown-sub ul {
  	background: #119B15;
  }
  .dropdown-sub ul li {
  	background: #119B15;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #119B15;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-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;
    }
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #dfdfdf;
  }

/*************************
*******Footer CSS******
**************************/
#footer {
  background: #F0F0E9;
}
.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}
.companyinfo {
  margin-top: 57px;
}
.companyinfo h2 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 27px;
  text-transform: uppercase;
}
.companyinfo h2  span{
  color:#119B15;
}
.companyinfo p {
  color: #B3B3AD;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.footer-top .col-sm-3{
  overflow: hidden;
}
.video-gallery {
  margin-top: 57px;
  position: inherit;
}
.video-gallery a img {
  height: 100%;
  width: 100%;
}
.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}
.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #119B15;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.video-gallery a:hover .overlay-icon{
  opacity: 1;
}
.video-gallery p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}
.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}
.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address img {
	width:100%;
}
.address p {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}
.footer-widget {
  margin-bottom: 68px;
}
.footer-widget .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
}
.single-widget h2 {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.single-widget h2 i{
	margin-right:15px;
}
.single-widget ul li a{
	color: #8C8C88;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}
.single-widget ul li a i {
  margin-right: 18px;
}
.single-widget ul li a:hover{
	background:none;
	color:#119B15;
}
.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}
.searchform button {
  background: #119B15;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}
.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}
.searchform  button:hover, 
.searchform  button:focus{
	background-color:#119B15;
}
.searchform p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}
.footer-bottom {
  background: #D6D6D0;
  padding-top: 10px;
}
.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}
.footer-bottom p span a {
  color: #119B15;
  font-style: italic;
  text-decoration: underline;
}
.dropdown-user{
	background: #119B15;
}
.btn.btn-primary {
  background: #119B15;
  border-color: #119B15;
}
.btn.btn-primary:hover {
  background: #fff;
  color: #119B15;
}

/*****************************************
*******Página login     ******
*****************************************/
#pagina-login {
	padding-top: 60px;
	padding-bottom: 15px;
	min-height: 80vh;
}
.lembrarSenha {
  color: #119B15;
  margin-top: 18px;
  padding: 5px 15px;
  cursor: pointer;
}

/*****************************************
*******Página Admin login     ******
*****************************************/
#pagina-admin-login {
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

/*****************************************
*******Página Cadastro Empresa     ******
*****************************************/
#pagina-cadastro-empresa {
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

/*****************************************
*******Página Cadastro     ******
*****************************************/
#pagina-cadastro {
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

/*****************************************
*******Página Termos     ******
*****************************************/
#pagina-termos {
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

/*****************************************
*******Página Política de Privacidade*****
*****************************************/
#pagina-politica {
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

/*****************************************
*******Página Localidade*****
*****************************************/
#pagina-localidade {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

#pagina-lojas {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	padding-bottom: 15px;
    min-height: 80vh;
}

.nomeLoja h2 {
  color: #119B15;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.nomeLoja label {
	color: #F7BD50;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.nomeLoja p {
	margin: 0px;
}

.logoLoja img {
	margin: 6px;
}

.panel-loja {
	min-height: 115px;
	cursor: pointer;
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
	box-shadow: 3px 0px 10px rgba(0,0,0, .2);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
 
/*****************************************
*******scrollUp                     *****
*****************************************/
a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #119B15;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}
