/*@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}*/

.container {
  width: 90%;
}

* {
	font-size: 13px;
	line-height: 1.3;
}
h1,h2,h3,h4 {
	color: #FCA205;
}
a:visited {
	color: rgb(255, 116, 2);	
}
a:link {
	color: rgb(255, 116, 2);
}

.table tbody tr {
	background-color: #D5D5D5;	
}
.table-hover tr:hover td, .table-hover tr:hover th {
    background-color: #BCBCBC;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color:#8A8A8A;
}

.table > thead > tr > th {
	background-color:#8A8A8A;	
}


.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #FCA205;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li.active>a {
  background: #FCA205;
  color: #fff;
}
.pagination > li > a {
	color: #656565;
}
