/* EDIT */
body{
    background-color: #fff;  
}  

form {margin-left:20px;}  

.bg-success {padding:2%}
.bg-warning {padding:2%}

.jumbotron{
    margin:10px auto;
}

.container {
    max-width: 970px;
    margin:0px auto;
    padding:0px;
   }
   
.page {
    max-width: 970px;
    min-height: 600px;
}

.slides {margin:0px; padding:0px; max-width: 970px; background-color: #fff}

h1,h2,h3 {
    color: #2c9e01;
}



/* Custom */ 
.fontsizedouble {font-size: 1.5em}
.redFont {color: red}   
.MarginTop10 {margin-top:10px;}   
.MarginTop20 {margin-top:20px;}  


.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}




 .footer
{   
    background: url(../images/footer-bg.jpg) no-repeat -4px -4px;
    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    color:#f2f2f2;
}



.container1 {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .credit {
  margin: 20px 0;
  color:#d2d2d2;
  font-size: .75em;
}

.credit a {color:#d2d2d2;}
 
.carousel-inner > .item > img {
    margin: 0 auto;
}

/* service we offer */

.btn.block {
    width: 100%;
}
.btn.square {
    border-radius: 0;
}
.btn.text-center {
    text-align: center;
}

.offered_box {
    display:block;
    margin-top:10px;
 }
 
.offered_box span {}
.offered_box :hover span {
	font-size: 1.1em
}

.offered_box img{
    border-radius:50%;    
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    
    
}
.offered_box img:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.btn-success {
    color: #333;
    background-color: #fff; 
    border-color: #ccc; 
}

.offered_box .btn-success:hover {
    color: #333;
    background-color: #fff; 
    border-color: #49E20E ;
    background-color: #fff;
}





/* tab nav: #49E20E, h1: #2c9e01,  color:#2c9e01    */
h3 {
  margin-top: 0;
}

.badge {
  background-color: #777;
}

.tabs-left {
  margin-top: 3em;
}

.nav-tabs {
  float: left;
  border-bottom: 0;
}
.nav-tabs li {
  float: none;
  margin: 0px 0px 2px 2px;
}
.nav-tabs li a {
  margin-right: 0;
  border: 0;
  background-color: #49E20E;
  color:#fff;
  font-size: 1.25em;
  font-family: Titillium Web, sans-serif;
}

.nav-tabs li a:hover {
  background-color: #666;
}
.nav-tabs .glyphicon {
  color: #fff;
}
.nav-tabs .active .glyphicon {
  color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  color:#2c9e01;
}

.tab-content {
  margin-left: 45px;
}



.tab-content p {
  font-size: 1.5em;
}

.tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 1.6rem;
  overflow-y: auto;
}
.tab-content .active {
  display: block;
}

.list-group {
  width: 100%;
}
.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}