/* 
 *
 * This CSS style section defines the style for main page
 * 
*/

* {
  padding:0px;
  margin:0px;
}

a img{
	border: none;
}

body{
	/* background-color:#51c9f5; */
	background-image: url('/img/rabbit_bg.jpg');
	background-attachment: fixed;
	font: normal 13px/21px Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	color: #000;
}


/* HTML5 tag for Footer */
#footer{
	width: 100%;
	margin: auto;
	display: inline-block;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}

a:link{
	color: #4888bb;
	text-decoration: none;
}

a:hover{
	color: #4888bb;
	text-decoration: underline;
}

a:visited{
	color: #4888bb;
	text-decoration: none;
}

/* 
 *
 * Custom CSS for Twitter widget 
 *
*/
.twtr-hd, .twtr-ft
{
display: none;
}

.twtr-widget .twtr-tweet {
border:none!important;
text-align:left;
}

.twtr-timeline {
	height: 190px !important;
	margin-top: 5px;
}

/* 
 *
 * This CSS style section defines the style for page
 * 
*/
#page_content{
	padding-bottom: 35px;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	border-radius:10px;
	-moz-border-radius:10px;
}

#about_h1{
	font: normal 22px Verdana, sans-serif;
	color: #6c6c6c;
}

/* 
 *
 * This CSS style section defines the style for services page
 * 
*/
#service_page_content{
	padding-bottom: 35px;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	border-radius:10px;
	-moz-border-radius:10px;
}

#service_h2{
	font: normal 16px Verdana, sans-serif;
	color: #6c6c6c;
	margin-bottom: 10px;
}

#service_sidebar #sidebar_list li{
	list-style-type: square;
	margin-bottom: 7px;
}

#service_h1{
	font: normal 22px Verdana, sans-serif;
	color: #6c6c6c;
}

#service_page_content .header{
	margin-top: 8px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
	color: #5c5c5c;
}

#service_page_content ul{
	margin-left: 20px;
}

#service_page_content ul li{
	list-style-type: circle;
    margin-bottom: 3px;
}

/* 
 *
 * This CSS style section defines the style for KBT_RACE page
 * 
*/
#page_content hr{
	border: 0px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page_content ul{
	margin-left: 20px;
}

#page_content ul li{
	list-style-type: circle;
}

#page_h1{
	font: normal 22px Verdana, sans-serif;
	color: #6c6c6c;
	padding-bottom: 10px;
}

.race_h2{
	font: normal 16px Verdana, sans-serif;
	color: #6c6c6c;
}

#page_content .header{
	margin-bottom: 8px;
	margin-top: 15px;
	display: block;
	font-weight: bold;
	color: #5c5c5c;
}

/* 
 *
 * This CSS style section defines the style for contact_us page
 * 
*/
#contact_h1{
	font: normal 22px Verdana, sans-serif;
	color: #6c6c6c;
}

#contact_h2{
	font: normal 16px Verdana, sans-serif;
	color: #6c6c6c;
	margin-bottom: 8px;
}

.formError {
  color: red;
}

#contact_us_form td {
  padding-bottom: 10px;
}

#contact_us_form label {
  width: 80px;
  display: block;
}

#contact_us_table {
  font-size: 14px;
  margin-top: 10px;
}

#contact_us_table td {
  padding-right: 10px;
  padding-bottom: 4px;
}

/*
*
* Overriding bootstrap default 
*
*/
.container-fluid{
	max-width: 1020px;
}

.navbar-brand{
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-brand, .navbar-default{
	font-size: 15px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #666 !important;
	color: #FFF !important;
}

.dropdown-menu > li > a:hover{
	background-color: #666 !important;
	color: #FFF !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.panel, .panel-default{
	margin-bottom: 0 !important;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}