/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/06/2017, 4:19:29 PM
    Author     : OEM
*/
/* line 12, ../scss/main.scss */
body .body-wrapper .navbar {
  /*            .navbar-header{
                  background:   #316e1e;   
              }*/
}
/* line 18, ../scss/main.scss */
body .body-wrapper .navbar .basic-wrapper .logo-container {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

/* line 32, ../scss/main.scss */
#home .tp-caption.large {
  color: #fff;
}
/* line 35, ../scss/main.scss */
#home .tp-caption.small {
  color: #fff;
}
/* line 38, ../scss/main.scss */
#home .btn.btn-border {
  color: #fff !important;
  border: 1px solid #fff;
}
/* line 42, ../scss/main.scss */
#home .btn.btn-border:hover {
  color: #000 !important;
  background: #fff;
}
/* line 48, ../scss/main.scss */
#home .branch-container {
  position: absolute;
  top: 80px;
  z-index: 998;
  width: 100%;
}
/* line 53, ../scss/main.scss */
#home .branch-container .branch-holder {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
/* line 58, ../scss/main.scss */
#home .branch-container .branch-holder .branch-item {
  display: inline-block;
  color: white;
  height: 130px;
  width: 130px;
  padding: 25px 15px;
  background-color: #97ce8b;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: bold;
}
/* line 73, ../scss/main.scss */
#home .branch-container .branch-holder .branch-item:hover {
  background-color: #549dc5;
}
/* line 77, ../scss/main.scss */
#home .branch-container .branch-holder .second-branch {
  background-color: #549dc5;
  margin-left: 15px;
}
/* line 80, ../scss/main.scss */
#home .branch-container .branch-holder .second-branch:hover {
  background-color: #97ce8b;
}
