/* Page Setup
-------------*/
html, body{margin:0px;padding:0px;height:100%;}
body{font-family:Lato, Arial, serif;font-weight:400;color:#333;font-size:16px;line-height:26px}

li{font-family:Lato, Arial, serif;font-weight:400;color:#333;font-size:16px;line-height:26px}

h1,h2,h3,h4{font-family:Lato, Arial, serif;font-weight:400;}
h1{line-height:36px;font-size:32px;font-weight:bold}
h2,h3,h4{line-height:28px;font-size:21px;font-weight:bold}


.tab-widget{border: 1px solid #d4d4d4;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;}

.tab-content{padding:0px 15px 15px 15px}
.tab-content h2,h3,h4{padding-left:0px !important}

.tab-widget-header {font-size:16px;line-height:16px;
background-color: rgba(250,250,250,0.9);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffffff', endColorstr='#e5fafafa', GradientType=0);
border-bottom: 1px solid #d4d4d4;
padding: 0px 15px 0px 15px;
-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.widget {border:1px solid #d4d4d4;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin-bottom:20px}
.widget ul{list-style:none;color:#333;}

.widget h2,.widget h3 {font-size:14px;line-height:20px;font-weight:bold !important;
background-color: rgba(250,250,250,0.9);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffffff', endColorstr='#e5fafafa', GradientType=0);
border-bottom: 1px solid #d4d4d4;
padding: 5px 15px 10px 15px;
-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
border-top: 1px solid #d4d4d4;
border-top: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.widget-body,.widget {border:1px solid #d4d4d4;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin-bottom:20px;background-color:#fff}
.widget ul{list-style:none;color:#333;}

.widget-body h1:first-child,.widget h2,.widget h3 {font-size:14px;line-height:20px;font-weight:bold !important;
background-color: rgba(250,250,250,0.9);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffffff', endColorstr='#e5fafafa', GradientType=0);
border-bottom: 1px solid #d4d4d4;
padding: 5px 15px 10px 15px;
-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2),0 0 0 #000;
border-top: 1px solid #d4d4d4;
border-top: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.widget-body p,h2{padding:0px 15px}
.widget-body h3{padding:0px 15px !important}
.widget-body ul{padding:0px 15px 0px 30px}

.nav-stacked > .active > a{background-color:#9f2724;color:#fff}
.nav-stacked > .active > a:hover{background-color:#9f2724;color:#fff}


.carousel {border:1px solid #d4d4d4}

.carousel-indicators {
  position: inherit !important;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin: 0;
  list-style: none;
  width:100%;
  height:45px;
          display: table;
}

.carousel-indicators li:first-child a {border-left: 0;}
.carousel-indicators li:last-child a {border-right: 0 !important;}

.carousel-indicators li {
        display: table-cell;
        width: 1%;
        float: none;
  height: 45px;
  margin-left: 0px;
  text-indent: 0px !important;
  border-radius:0px !important;
  text-align:center;
  line-height:16px;
  padding:0px 10px;
  border-right:1px solid #555;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  vertical-align:middle;
}
.carousel-indicators li:hover{cursor:pointer}

.carousel-indicators .active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #56A2DB;
  *background-color: #56A2DB;
  background-image: -moz-linear-gradient(top, #56A2DB, #56A2DB);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56A2DB), to(#56A2DB));
  background-image: -webkit-linear-gradient(top, #56A2DB, #56A2DB);
  background-image: -o-linear-gradient(top, #56A2DB, #56A2DB);
  background-image: linear-gradient(to bottom, #56A2DB, #56A2DB);
  background-repeat: repeat-x;
  border-color: #0099dd #0099dd #006491;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56A2DB', endColorstr='#56A2DB', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
  color:#fff;
    border-right:1px solid #555;
}

.quote-header{color:#fff;font-weight:normal;text-align:center;margin-top:0px;font-size:22px;line-height:26px;padding:10px 0px;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;margin-bottom:15px;  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #56A2DB;
}


/* Forms
----------------------------------------------- */


