@charset "utf-8";
/* CSS Document */


/*--------------------------------- Normalize.css*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{background:#fff;color:#000;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*-------------------------------- end normalize*/

@-ms-viewport {
  width: device-width;
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*--------------------------------- layout grid*/
body {
  margin: 0;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background:url(../images/bg.png);
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 458px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  background:#fff;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/*------------------------------------- end layout grid*/


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 10px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #363636;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 28px;
}

h1 {
  font-size: 22.5px;
}

h2 {
  font-size: 19.5px;
}

h3 {
  font-size: 16.5px;
}

h4 {
  font-size: 14.5px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
  margin-bottom:5px;
}

dd {
  margin-left: 25px;
  margin-bottom:25px;
}


.btn {
display: inline-block;
*display: inline;
padding: 5px 12px;
margin-bottom: 7px;
margin-top:5px;
*margin-left: .3em;
font-size: 13px;
line-height: 20px;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
background:#66c5ad;
text-decoration:none;
*display: block;
}

.sendbtn {
display: inline-block;
padding:8px 20px;
border:none;
background:#0677bd;
color:#fff;
border-radius:4px;
border:2px solid #eee;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;	
  }
  
  .sendbtn:hover {
	background:#4caca6;
	color:#fff;
	text-decoration:none;
  }

.btn:hover {
	background:#363636;
	color:#fff;
	text-decoration:none;
	}

.large{
	width:100%;
	padding:12px 0;
	}

.sidebar a.btn{
	width:100%;
	padding:5px 0;
	}
	
.white {
	background:#fff;
	color:#000 !important;
	}
.white:hover {
	background:#4A0000;
	color:#fff !important;
	text-decoration:none;
	}
#wrapper{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(150, 150, 150, .5);
box-shadow: 0px 0px 15px 1px rgba(150, 150, 150, .5);
-moz-box-shadow: 0px 0px 15px 1px rgba(150, 150, 150, .5);
	}	

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

.back-grey{
	background:#eee;
	color:#363636;
	}

.back-green{
	background:#66c5ad;
	color:#fff;
	}
.back-green2{
	background:#58ac6d;
	color:#fff;
	}
.back-white{
	background:#fff;
	color:#363636;
	}
.color-green{
	color:#66c5ad !important;
	}
.color-light{
	color:#fce5dd !important;
	}

ul.no-list-style{
	list-style:none;
	}
ul.no-padd{
	padding-left:0;
	margin-left:0;
	}
ul.no-list-style li{
	line-height:23px;
	}

.img-right{
	float:right;
	margin:3px 0 10px 10px;
	}
.img-left{
	float:left;
	margin:0px 10px 10px 0px;
	}
.clear{
	display:block;
	clear:both;
	}

/*--------------------- main css*/
a{
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;	
color:#66c5ad;
text-decoration:none;
}
.hover-effect{
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;	
	}

a:hover{
	
	text-decoration:none;
	color:#015487;
	}

.header{
	padding:10px 0;
	padding-bottom:0;
	}

.header a{
	color:#405c66;
	}
.header a:hover{
	color:#ca4936;
	}

.top-contact{
	padding:10px 0 0px 0;}	

.top-contact p{
	font-weight:bold;
	font-size:;
	}

.call-to h2{
	margin-top:50px;
	}

/*------------------------------- navigation */

.nav {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	background:#eee;
	}
.nav li{
	display:block;
	}
.nav li a{
	color:#363636;
	font-size:13px;
	display:block;
	padding:12px 0px;
	text-decoration:none;
	text-indent:10px;
	position:relative;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:0 42px;

	}
.nav li:last-child{
	margin-right:0;
	}
.nav li a:hover{
	color:#fff;
	background:#66c5ad;
	}
.nav li a:hover:after,.nav > li > a.active:after,.dropdown-menu > li > a.active:after{
content:"";
display:block;
position:absolute;
top:0;
right:-18px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 22px 0 22px 18px;
border-color: transparent transparent transparent #66c5ad;
	}
.nav > li > a.active,.dropdown-menu > li > a.active{
	color:#fff;
	background:#66c5ad;
	text-decoration:none;
	}
	
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
display: inline-block;
float:right;
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #ffffff;
content: "";
margin:0 20px 0 0;
}

.dropdown .caret {
  margin-top: 5px;
  margin-left: 0px;
}

.nav > li > a:hover .caret {
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 5px 0 5px;
border-color: #ffffff transparent transparent transparent;
content: "";
	}


.dropdown-menu {
  position: absolute;
  top: -2px;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width:220px;
 /* padding: 5px 0;*/
  margin: 2px 0 0;
  list-style: none;
  background-color: #eee;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
/*  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
padding-left:0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li{
  display: block;
  margin-right:0;
  width:100%;
  
  }

.dropdown-menu > li > a {
  	color:#363636;
	font-size:13px;
	display:block;
	padding:12px 0px;
	text-decoration:none;
	text-indent:10px;
	position:relative;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:0 42px;

}

.dropdown-menu > li > a:hover {
	color:#fff;
	background:#66c5ad;
	}

.dropdown-menu > li > a:hover:after{
content:"";
display:block;
position:absolute;
top:0;
right:-18px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 22px 0 22px 18px;
border-color: transparent transparent transparent #66c5ad;
	}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
}


.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a{
	position:relative;
	}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
	position:absolute;
	top:38%;
	right:5px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

ul.nav li.dropdown:hover ul.dropdown-menu{    display: block;    }a.menu:after, .dropdown-toggle:after {  content: none;}

ul.nav li.dropdown:hover li.dropdown-submenu ul.dropdown-menu{    display: none;    }

ul.nav li.dropdown li.dropdown-submenu:hover ul.dropdown-menu{    display: block;    }	
/*------------------------------------- icons*/

blockquote,.testimonials {
  padding: 5px 5px 15px 5px;
  margin: 0 0 30px;
  border-bottom: 1px solid #eeeeee;
  background:#f7f7f7;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  font-style:italic;
}

.testimonials  p {
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 100;
  line-height: 1.45;
  font-style:italic;
}

.testimonials{
	margin:10px 0;
	}

.testimonials small{
font-size:95%;
font-weight:100;
color:#0677bd;
padding-top:5px;
display:block;
  font-style:italic;
  font-weight:bold;
}

.testimonials blockquote{
	border-bottom:1px solid #eee;
	}

.testimonials p img{
	float:right;
	margin:0 10px 10px 10px;
	}
.sizeup{
	font-size:130%;
	}

/*------------------------------ Main content*/
.add-padd{
	padding:15px 0;
	}
.add-padd2{
	padding:35px 0;
	}
.add-padd3{
	padding:50px 0;
	}
.add-marg{
	margin-top:35px;
	margin-bottom:35px;
	}

.add-marg-top{
	margin-top:15px;
	}
.padded{
	padding:10px;
	}

.home-head{
	font-size:15px;
	line-height:23px;
	background:#eee;
	padding:15px 5px 15px 5px;
	margin-top:0;
	}

.sidebar{
	margin-top:10px;
	}
.home-bot{
	margin-bottom:60px;
	}

.half{
	width:325px;
	float:left;
	margin-right:30px;
	}
.half2{
	width:46%;
	float:left;
	margin-right:2%;
	}

.half2 h3{
	padding-top:20px;
	}

.box{
	margin:35px 0;
	width:32%;
	float:left;
	background:#eee;
	margin-right:13.5px;
	height:260px;
	}

.top-contact{
	padding-top:0px;
	}
.social a{
	margin-left:10px;
	}
.top-contact .sizeup{
	color:#66c5ad;
	}

.no-marg-right{
	margin-right:0 !important;
	}
.no-marg-left{
	margin-left:0 !important;
	}
.pull-left{
	float:left;
	margin:0 10px 10px 0;
	}

.action a{
	display:block;
	padding:20px 0;
	text-align:center;
	color:#eee;
	font-size:14px;
	background:#015487;
	}
.action a:hover{
	background:#0677bd;
	color:#015487;
	}
.action a img{
	clear:both;
	}

/*------------------------------- footer */
.footer{
	background:;
	position:relative;
	}

	
.footer ul{
	list-style:none;
	padding-left:0;
	margin-left:15px;
	margin-top:0;
	display:block;
	float:left;
	width:175px;
	}
.footer a{
	color:#;
	}
.footer a:hover{
	color:#363636;
	}
	
.footer ul li a{
	font-size:90%;
	color:#fff;
	}

.footer h3{
	color:#3c8c50;
	font-weight:600;
	}

.footer .social a{
	margin-right:10px;
	margin-left:0px;
	}

.copyright{
	background:#3c8c50;
	color:#58ac6d;
	padding:5px 0;
	}
/*-------------------------*/
.form input[type="text"],
.form input[type="email"]{
	width:32%;
	padding:5px 0;
	margin-bottom:20px;
	}

.form textarea{
	width:98%;
	height:150px;
	margin-bottom:20px;
	}

table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topleft:4px;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5;}
table [class*=span],.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0;}
.table .span1{float:none;width:44px;margin-left:0;}
.table .span2{float:none;width:124px;margin-left:0;}
.table .span3{float:none;width:204px;margin-left:0;}
.table .span4{float:none;width:284px;margin-left:0;}
.table .span5{float:none;width:364px;margin-left:0;}
.table .span6{float:none;width:444px;margin-left:0;}
.table .span7{float:none;width:524px;margin-left:0;}
.table .span8{float:none;width:604px;margin-left:0;}
.table .span9{float:none;width:684px;margin-left:0;}
.table .span10{float:none;width:764px;margin-left:0;}
.table .span11{float:none;width:844px;margin-left:0;}
.table .span12{float:none;width:924px;margin-left:0;}
.table .span13{float:none;width:1004px;margin-left:0;}
.table .span14{float:none;width:1084px;margin-left:0;}
.table .span15{float:none;width:1164px;margin-left:0;}
.table .span16{float:none;width:1244px;margin-left:0;}
.table .span17{float:none;width:1324px;margin-left:0;}
.table .span18{float:none;width:1404px;margin-left:0;}
.table .span19{float:none;width:1484px;margin-left:0;}
.table .span20{float:none;width:1564px;margin-left:0;}
.table .span21{float:none;width:1644px;margin-left:0;}
.table .span22{float:none;width:1724px;margin-left:0;}
.table .span23{float:none;width:1804px;margin-left:0;}
.table .span24{float:none;width:1884px;margin-left:0;}
.table tbody tr.success td{background-color:#dff0d8;}
.table tbody tr.error td{background-color:#f2dede;}
.table tbody tr.warning td{background-color:#fcf8e3;}
.table tbody tr.info td{background-color:#d9edf7;}
.table-hover tbody tr.success:hover td{background-color:#d0e9c6;}
.table-hover tbody tr.error:hover td{background-color:#ebcccc;}
.table-hover tbody tr.warning:hover td{background-color:#faf2cc;}
.table-hover tbody tr.info:hover td{background-color:#c4e3f3;}