footer{
    margin-top: 0;
	  }
	  
	  
.contact-block {
	/*height: 800px; 
	color: red;*/
	
}  
	
	
	
	table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
	

.contact-block-full-image {
	margin-top: 60px;
	color: white;
	
}

.error{
	color: red; 
}

/*section.contact-block {height: 950px;}**/


/**.contact-block #contactForm .form-control:focus{
    background: rgba(0,0,0,0.50);
    color: #FFF;
}***/

/***** changing the background on the slides****/
.banner .carousel-caption-inner {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 120px 100px;
}

.counter {
	margin-bottom: 0;
}

/***.counter-block {
	
	padding-top: 50px;
background: rgba(255, 0, 0, 0.3);

}***/

.welcome-block-full-image {
    background: url(../images/Home/vegs_deventure.png);
}

.counter-full-image {
    /**background: url(../images/Home/Image20.png) no-repeat scroll 0 0 / cover;***/
	background: #cc0000;
}
	
.about-info {
	padding-bottom: 50px;
	
}

/* Style the tab */
.tab {
overflow: hidden;
    border: 1px solid #ccc;
    background-color: #bf0000;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #bf0000;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/*****media queries******/

@media only screen and (max-width: 600px){
.banner.carousel-caption-inner > h1  {
    font-size: 20px;
    line-height:50px;
}
.carousel-caption {
    
    padding-top:5px;
}


}

@media only screen and (max-width: 480px){
.carousel-caption-inner {
  padding: 60px 50px
}
}