@charset "utf-8";
/* CSS Document */

/*TETable*/



.TE-table {
  margin: 1em 0;
  width: 100%;
  border: 0.2em solid #1B95B3;
}
.TE-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.TE-table th {
	display: none;
	background: #1b95b3;
	border-left: 0.05em solid #FFFFFF;
}
.TE-table td {
  display: block;
  /*border-left: 0.05em solid #FFFFFF;*/
}

tr:nth-child(odd){
    background: none repeat scroll 0 0 #FDFCFF;
}
tr:nth-child(even){
    background: none repeat scroll 0 0 #F4F4F4;
}
.tr-main {
    background: none repeat scroll 0 0 #1b95b3;
}
.TE-table td:first-child {
  padding-top: .5em;
}
.TE-table td:last-child {
  padding-bottom: .5em;
}
.TE-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  /*width: 6.5em;*/
  width: 100%;
  display: inline-block;
}


@media (min-width: 480px) {
  .TE-table td:before {
    display: none;
  }
.col-xs-10.col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.TE-table th, .TE-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .TE-table th, .TE-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .TE-table th:first-child, .TE-table td:first-child {
    padding-left: 0;
  }
  .TE-table th:last-child, .TE-table td:last-child {
    padding-right: 0;
  }

  .TE-table td {
  border-left: 0.05em solid #FFFFFF;
}
}


.TE-table {
	background: #fff;
	color: #333;
	border-radius: .4em;
	overflow: hidden;
	border: 1px solid #1B95B3;
}

.TE-table tr {
  border-color: #ccc;
}
.TE-table th, .TE-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .TE-table th, .TE-table td {
    padding: .5em !important;
  }
.col-xs-10 .col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.TE-table th, .TE-table td:before {
  color: #fff;
}


@media (max-width: 480px) {
.TE-table {
  margin: 0.5em auto 30px;
 /* width: 300px;  */
}

.TE-table th, .TE-table td:before {
  color: #1b95b3;
}

.TE-table td::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 10em;*/
	width: 100% ;
}
	
.TE-table td.TEid::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 12.2em;*/
	width: 100% ;
}

/*.row {
    margin-left: -15px;
    margin-right: -15px;
}*/
}

/*TEButton*/

.ca-menu{
    padding:0;
    margin:.5em auto;
    width: 100%;
}
.ca-menu li{
    width: 100%;
    height: 4.3em;
    overflow: hidden;
    position: relative;
    display: block;
    background: #259add;
	border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #e1f0fa;
    position: relative;
}
.ca-icon{
    font-size: 2.8em;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 1.8em;
    /*left: .5em;*/
	top: -.15em;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

@media (max-width: 480px) {
.ca-menu {
    padding: 0;
    /* margin: -1em auto; */
    width: 100%;
	margin-top: -1em;}
}

@media (min-width: 480px) {
	.ca-icon{
    font-size: 2.8em;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 1.2em;
    left: .1em;
	top: -.15em;
    text-align: center;
}

	.ca-content{
    position: absolute;
    /*left: 3.8em;*/
    width: 8em;
    height: 60px;
    top: -.7em;
}
}
.ca-content{
    position: absolute;
    left: 4.2em;
    min-width: 11em;
    height: 60px;
    top: -.7em;
}
.ca-main{
    font-size: 2em;
	margin-top: -.23em;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

@media (max-width: 480px) {
	.ca-main{font-size: 1.5em;}
	
	.ca-icon{font-size: 2.2em;}
}
.ca-sub{
    font-size: .8em;
    color: #eee;
}
.ca-menu li:hover{
    background-color: #344785;
}
.ca-menu li:hover .ca-icon{
    color: #95c736;
    font-size: 120px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.ca-menu li:hover .ca-main{
    color: #95c736;
    opacity: 0.8;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    opacity: 0.8;
}
