.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;   
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px; 
  line-height: 1;  
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.container > footer {
  padding-top: 30px;
}

.container-fluid > footer {
  padding-top: 30px;
}


.carousel-unit-top {
  background-color: #f5f5f5;
  padding-bottom: 20px; 
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;

  border: 1px solid #DDDDDD;
  border-bottom: 0px;
  
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}


.carousel-unit-bottom {
  background-color: #f5f5f5;
  padding-bottom: 30px; 
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
  
  border: 1px solid #DDDDDD;
  border-top: 0px;
  
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.carousel-unit-bottom h1 {
  margin-bottom: 0;
  font-size: 30px; 
  line-height: 1;  
  letter-spacing: -1px;
  text-align: center;
}

.carousel-unit-bottom p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  text-align: center;
  padding-top: 10px;
}

.carousel-unit-top div#carousel-tabs {
   padding-bottom: 0px;
}

.tabs {
    margin-top: -1px !important;
}



/****************************************************************************/
/***********************      DATA TABLES     *******************************/
/****************************************************************************/

/* http://datatables.net/blog/Twitter_Bootstrap_2 */

div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
    outline: none;
}

/****************************************************************************/

