ul li {
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
}
p {
	margin:0;
}
a:hover {
	text-decoration:none;
}
a:focus, input:focus, select:focus {
	outline:none;
	text-decoration:none;
}
.vicotrial-left-section {
	width:68%;
	float:left;
	padding:0 45px;
}
.vicotrial-left-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: #343434;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:20px;
	font-weight:600;
}
.vicotrial-left-section ul {
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}
.vicotrial-left-section ul::after {
 background: #0b82b9;
 position: absolute;
 content: '';
 left: 0px;
 min-height: 144px;
 width: 6px;
 top: 5px;
}
.vicotrial-left-section ul li {
	list-style: none;
	float: left;
	color: #545454;
	margin: 0px 0 12px 21px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
}
.vicotrial-left-section ul li a {
	color:#0b82b9;
	border-bottom:1px solid #0b82b9;
	transition:all ease-in 0.3s;
}
.vicotrial-left-section ul li a:hover {
	color:#010141;
	border-bottom:1px solid #010141;
	text-decoration:none;
}
p.para-txt {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #545454;
	letter-spacing:1px;
	margin:25 0 0 0;
}
ul.events-list {
	width:100%;
	float:left;
	margin:3% 0 0 0;
}
ul.events-list::after {
 display:none;
}
ul.events-list li {
	float: left;
	list-style: none;
	margin: 0px 40px 0 0;
	position: relative;
	width: 120px;
	text-align: center;
}
ul.events-list li::after {
 position: absolute;
 content: '';
 background: #6b8fa9;
 width: 43px;
 height: 1px;
 left: 119px;
 top: 43px;
}
ul.events-list li img {
	margin:0 auto;
	display:table;
}
ul.events-list li span {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #545454;
	text-transform:uppercase;
	margin:8px 0 0 0;
	display:inline-block;
	vertical-align:middle;
	text-align: center;
}
ul.events-list li.last::after {
 display:none;
}
ul.bottom-list {
	margin:4% 0 0 0;
}
section.victorial-page-div {
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
	margin-top:20px;
	width:100%;
	float:left;
}
.affiliation-block .fixed-width {
	width:337px;
	float:left;
}
.affiliation-block {
	width:32%;
	background:url(../images/affiliation-bg.jpg) repeat left top;
	min-height:600px;
	padding: 16px 0 0 11px;
	float:right;
}
.affiliation-block h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#fff;
	margin:0px;
	position:relative;
	border-bottom:1px solid #fff;
	width:250px;
	text-transform: uppercase;
	padding: 0 0 13px 0;
	letter-spacing:2px;
}
.affiliation-block h2::after {
 position:absolute;
 content:'';
 background:#fff;
 width:88px;
 height:2px;
 left:0px;
 bottom:0px;
}
.affiliation-block p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color:#ffffff;
	margin:16px 0 0 0;
	letter-spacing:1px;
}
.affiliation-block ul {
	margin:0px;
	padding:0px;
}
.affiliation-block ul li {
	background: url(../images/li-disc.png) no-repeat left 6px;
	padding: 0px 0 0 16px;
	float: left;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin: 6px 0;
}
section.resource-block {
	padding:30px 0 0 0;
}
section.resource-block .inner-resource-div {
	background:#e3e8ea;
	min-height:353px;
	position:relative;
}
section.resource-block h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	color:#343434;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	margin: 0 0 3% 0;
	font-weight:600;
}
.category-div {
	background:url(../images/category-img.jpg) no-repeat left top;
	min-height:353px;
	position:absolute;
	left:0px;
	width: 36%;
}
.category-div h3 {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 30px;
	text-shadow: 0px 2px 3px #000;
	left: 5%;
}
.category-div h3::after {
 background: #0b82b9;
 width: 124px;
 height: 4px;
 content: '';
 left: 3px;
 bottom: -15px;
 position: absolute;
}
.inner-resource-div ul {
	margin:0px;
	padding: 45px 0;
	width:778px;
	float:right;
}
.inner-resource-div ul li {
	float:left;
	margin:0px 4% 0 0;
	width:22%;
	text-align: center;
}
.inner-resource-div ul li:last-child {
	margin-right:0px;
}
.inner-resource-div ul li a h4 {
	text-transform:uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color:#000;
	margin: 12px 0 9px 0;
	letter-spacing: 1px;
	text-align: center;
	font-weight:bold;
}
.inner-resource-div ul li a {
	text-decoration:none;
	color:#000;
}
.inner-resource-div ul li span {
	text-align:center;
}
/*-- NEWS PAGE CSS START --*/

.news-page {
	margin:20px 0;
}
.news-page h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	color:#343434;
	text-transform:uppercase;
	position:relative;
	width:auto;
	/*	border-bottom:1px solid #343434;
*/	padding:0;
	margin-bottom:20px;
}
/*.news-page h1::after{
	position:absolute;
	height:3px;
	width:100px;
	left:0px;
	bottom:0px;
	content:'';
	background:#343434;
}*/
.news-section-block {
	margin:0 0 20px 0;
	width:100%;
	float:left;
}
.news-section-block .news-left-section {
	width:70%;
	float:left;
}
.news-left-section .category-block {
	background:#f5f5f5 url(../images/news-category-img.png) no-repeat right center;
	width:100%;
	float:left;
	border-left:4px solid #0b82b9;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	min-height:82px;
	padding: 25px 33px;
	margin:0 0 15px 0;
}
.news-left-section .category-block .select-div {
	background:#fff;
	border:1px solid #ccc;
	width: 31%;
	float: left;
}
.news-left-section .category-block span {
	float: left;
	margin: 5px 20px 0 0;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	color:#545454;
}
.news-left-section .category-block .select-div select {
	width: 100%;
	border: none;
	padding:5px;
}
.news-left-section .category-block .select-div option {
	padding:5px;
}
.news-left-section ul {
	margin:0;
	padding: 0px;
	float: left;
	width: 100%;
}
.news-left-section ul h2 {
	font-size:20px;
}
.news-left-section ul li {
	width:100%;
	float:left;
	margin:20px 0 0 0;
	border-bottom:dotted 1px #ccc;
}
.news-left-section ul li:last-child {
	border-bottom:none;
}
.news-left-section ul li h3 {
	color:#0b82b9;
	font-size:16px;
	font-family:"Roboto", sans-serif;
	margin: 0 0 0px;
	padding: 0 0 0 0;
	width:100%;
	float:left;
	font-weight:600;
	text-transform:uppercase;
}
.news-left-section ul li h3 a {
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
}
.news-left-section ul li h3 img {
	float:left;
	margin:0 30px 0 0;
}
.news-left-section ul li h3 span {
	background: url(../images/calender-img.png) no-repeat left top;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	color: #545454;
	margin:10px 0;
	display: table;
	padding: 0 0 0 20px;
}
.news-left-section ul li .border-bottom {
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
	margin:0;
	float:left;
	width:100%;
}
.news-left-section ul li .border-bottom:last-child {
	border-bottom:none;
}
.inner-left {
	float:left;
	border:5px solid #e5e5e5;
	margin:0;
}
.inner-left figure {
}
.inner-left figure img {
	max-width:140px;
	height:auto;
}
.inner-right {
	margin: 0px 0 0 3%;
	float: left;
	width: 76%;
}
.inner-right p iframe {
	width:60%;
	height:300px;
	border:none;
}
.inner-right p {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	color: #545454;
	margin:5px 0;
}
.inner-right a {
	float:left;
	font-size:15px;
	font-style:italic;
	text-decoration:underline;
}
.inner-right a .fa {
	color: #337ab7;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 3px;
}
.inner-right p a {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	color: #0b82b9;
	text-decoration:none;
	display:inline;
	transition:all ease-in 0.3s;
	margin-top:0;
	float:none;
	text-decoration:none;
	font-style:normal;
}
.inner-right p a:hover {
	color:#6b8fa9;
	border-bottom:1px solid #6b8fa9;
}
.news-section-block .news-right-section {
	margin: 0px 0 0 61px;
	width: 25%;
	float: left;
}
.news-section-block .news-right-section figure {
	margin: 0px 0 20px 0;
	float: left;
}
.news-section-block .news-right-section img {
	width:100%;
	float:left;
}
/*-- NEWS PAGE CSS END --*/


/*-- NEWS DETAIL PAGE CSS START --*/
.news-section-block.news-detail-block {
	float:left;
	margin: 1% 0 0 0;
}
.news-section-block.news-detail-block .news-left-section ul li .border-bottom {
	border-bottom:0px;
}
/*-- NEWS DETAIL PAGE CSS END --*/

/*-- EVENTS PAGE CSS START --*/
.events-page .top-section {
	width:100%;
	float:left;
}
.events-page .top-section .heading-section {
	width:49%;
	display:inline-block;
	vertical-align:top;
}
.events-page .top-section .heading-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	color:#343434;
	letter-spacing:1px;
	text-transform:uppercase;
}
.events-page .top-section .heading-section p span {
	font-family: "Roboto", sans-serif;
	color: #545454;
	font-size:18px;
	text-transform:capitalize;
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.events-page .top-section .heading-section a.events-left-arrow {
	background: #545454 url(../images/events-left-arrow.png) no-repeat center center;
	padding: 17px 24px 17px 23px;
	display:inline-block;
	vertical-align:middle;
	margin: 0 0 0 9px;
	border-radius: 8px;
}
.events-page .top-section .heading-section a.events-right-arrow {
	background: #545454 url(../images/events-right-arrow.png) no-repeat center center;
	padding: 17px 24px 17px 23px;
	display:inline-block;
	vertical-align:middle;
	margin: 0 0 0 9px;
	border-radius: 8px;
}
.events-page .top-section .time-block {
	width:50%;
	display:inline-block;
	vertical-align:middle;
	background:#f5f5f5;
	border:1px solid #e6e4e4;
	padding:5px 10px;
	margin: 34px 0;
}
.events-page .top-section .time-block span {
	font-family: "Roboto", sans-serif;
	color: #545454;
	font-size:16px;
	text-transform:capitalize;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.events-page .top-section .time-block .month-select {
	width:39%;
	border:1px solid #e6e4e4;
	background:#ffffff;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.events-page .top-section .time-block .month-select select {
	border:none;
	width:100%;
	font-family: "Roboto", sans-serif;
	color: #545454;
	font-size:16px;
}
.events-page .top-section .time-block .year-block {
	width:39%;
	border:1px solid #e6e4e4;
	background:#ffffff;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.events-page .top-section .time-block .year-block select {
	border:none;
	width:100%;
	font-family: "Roboto", sans-serif;
	color: #545454;
	font-size:16px;
}
.events-page .top-section button[type="button"].go-button {
	background:#6b8fa9;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	color:#ffffff;
	margin:0px;
	padding:4px 11px 4px 10px;
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	border:none;
}
.events-page {
	margin:20px 0;
}
.events-page .top-col-for {
}
.events-page .top-col-for h2 {
	text-transform:uppercase;
}
.events-page .top-col-for .filter-section {
	background-color:#f5f5f5;
	border-left:solid 5px #62707b;
	padding:20px;
	margin:20px 0;
}
.events-page .top-col-for .filter-section form {
}
.events-page .top-col-for .filter-section form span {
	font-size:18px;
}
.events-page .top-col-for .filter-section form select {
	width:200px;
	border: solid 1px #e6e4e4;
	padding:5px;
	margin:0 10px;
}
.events-page .top-col-for .filter-section form select option {
	padding:5px;
}
.events-page .top-col-for .filter-section form .btn {
	background-color: #6b8fa9;
	color: #fff;
	font-size: 15px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.events-page .top-col-for .filter-section form .btn:hover {
	background-color:#4f748f;
}
.events-page .bottom-section {
	width:100%;
	float:left;
}
.events-page .bottom-section table tr th {
	background:#6b8fa9;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight: normal;
	letter-spacing: 2px;
}
.events-page .bottom-section table tr td a.btn {
	background-color:#6b8fa9;
	color:#fff;
	text-align:center;
	font-size:15px;
	padding:6px 28px;
}
.events-page .bottom-section table tr th {
	font-size:18px;
}
.events-page .bottom-section table tr th.button {
	text-align:center !important;
}
.events-page .bottom-section table tr td.button {
	text-align:center !important;
}
.events-page .bottom-section table tr td a.btn:hover {
	background-color:#4f748f;
}
.events-page .bottom-section table.table-striped > tbody > tr > th:first-child {
	text-align:left !important;
}
.events-page .bottom-section table.table-striped > tbody > tr > th, .events-page .bottom-section table.table-striped > tbody > tr > td {
	text-align:left;
	vertical-align:middle;
}
/*-- EVENTS PAGE CSS END --*/


/*-- ENTRY PAGE CSS START --*/
section.entry-page {
	padding: 24px 0 0 0;
}
section.entry-page .bottom-part {
	margin-top:35px;
}
section.entry-page .bottom-part table tr th {
	background: #6b8fa9 none repeat scroll 0 0;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
section.entry-page .bottom-part table tr th.button {
	text-align: center !important;
}
section.entry-page .bottom-part table tr td.button {
	text-align: center !important;
}
section.entry-page .bottom-part table tr td {
	vertical-align:middle;
}
section.entry-page .bottom-part table tr td a.btn {
	background-color: #545454;
	color: #fff;
	font-size: 15px;
	padding: 6px 28px;
	text-align: center;
}
section.entry-page .bottom-part table tr td a.btn1 {
	background-color: #0b82b9;
	color: #fff;
	font-size: 15px;
	padding: 6px 28px;
	text-align: center;
}
section.entry-page .bottom-part table tr td a.btn:hover {
	background-color: #343030;
}
section.entry-page .bottom-part table tr td a.btn1:hover {
	background-color: #056895;
}
section.entry-page h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	color:#343434;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}
section.entry-page p.top-right-p {
	font-family:"Roboto" sans-serif;
	font-size:14px;
	color:#343434;
	float:right;
	margin:0px;
	text-align:right;
}
section.entry-page p.top-right-p a {
	display:block;
	font-style:italic;
	color:#0b82b9;
	font-weight:bold;
	border-bottom:1px solid #0b82b9;
	padding:0 0 1px 0;
}
/*-- ENTRY PAGE CSS END --*/

/*-- youth PAGE CSS start --*/

.youth-bridge-div {
	padding:0;
	position: relative;
	background-color:#f5f5f5;
	margin:20px 0;
}
.youth-bridge-div .affiliation-block {
	background: rgba(0, 0, 0, 0) url("../images/affiliation-bg.jpg") repeat scroll left top;
	min-height: 456px;
	padding: 16px 0 25px 11px;
	width: 32%;
	float:right;
}
.youth-bridge-div .affiliation-block h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 13px;
	position: relative;
	text-transform: uppercase;
	width: 250px;
}
 .youth-bridge-div .affiliation-block h2::after {
background: #fff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 88px;
}
.youth-bridge-div .affiliation-block .listing {
	margin-top:20px;
}
.youth-bridge-div .affiliation-block .listing ul {
}
.youth-bridge-div .affiliation-block .listing ul li {
	background:none;
	padding:17px 0;
	border-bottom:solid 1px #797975;
}
.youth-bridge-div .affiliation-block .listing ul li:last-child {
	border-bottom:none;
}
.youth-bridge-div .affiliation-block .listing ul li figure {
	float:left;
	width:25%;
}
.youth-bridge-div .affiliation-block .listing ul li figure img {
	border:solid 2px #fff;
}
.youth-bridge-div .affiliation-block .listing ul li span {
	float:right;
	width:75%;
}
.youth-bridge-div .affiliation-block .listing ul li span h3 {
	text-transform:uppercase;
	font-size:14px;
	margin:0;
}
.youth-bridge-div .affiliation-block .listing ul li span h3 a {
	color:#fff;
}
.youth-bridge-div .affiliation-block .listing ul li span p {
	font-size:14px;
	margin-top:8px;
}
.youth-bridge-div .affiliation-block .listing ul li span p a {
	color:#fff;
}
.youth-bridge-div .affiliation-block .listing ul li span h4 {
	font-size:14px;
	margin:5px 0;
	font-weight:normal;
}
.youth-bridge-div .affiliation-block .listing ul li span h4 .fa {
	margin-left:5px;
}
.youth-bridge-div .affiliation-block .listing ul li span h4 a {
	color:#fff;
}
.youth-bridge-div .affiliation-block .listing ul li span h4 a:hover {
	text-decoration:none;
	color:#e96811;
}
.youth-bridge-div .affiliation-block .button {
	text-align:center;
	margin-top:20px;
}
.youth-bridge-div .affiliation-block .button .btn {
	background-color:#fff;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	border-radius:0;
	padding:6px 35px;
	border:solid 1px #fff;
}
.youth-bridge-div .affiliation-block .button .btn:hover {
	background:none;
	color:#fff;
}
.youth-bridge-section {
	float: left;
	width: 68%;
}
.youth-bridge-section .youth-victoria {
	background-color:#f5f5f5;
	padding:20px;
	float:left;
}
.youth-bridge-section .youth-victoria h2 {
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight:600;
}
.youth-bridge-section .youth-victoria .txt {
}
.youth-bridge-section .youth-victoria .txt .left-part {
	width:70%;
	float:left;
}
.youth-bridge-section .youth-victoria .txt .left-part p {
	font-size:16px;
	margin-bottom:10px;
}
.youth-bridge-section .youth-victoria .txt .right-part {
	width:25%;
	float:right;
}
.youth-bridge-section .youth-victoria .txt .right-part figure {
}
.youth-bridge-section .youth-victoria .txt .right-part figure img {
	border: solid 2px #6b8fa9;
	border-radius:5px;
}
.youth-bridge-section .sim-paris {
	background-color:#f5f5f5;
	padding:20px;
	float:left;
}
.youth-bridge-section .sim-paris h2 {
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight:600;
}
.youth-bridge-section .sim-paris .txt {
}
.youth-bridge-section .sim-paris .txt .left-part {
	width:25%;
	float:left;
}
.youth-bridge-section .sim-paris .txt .left-part p {
	font-size:18px;
	margin-bottom:20px;
}
.youth-bridge-section .sim-paris .txt .left-part figure {
}
.youth-bridge-section .sim-paris .txt .left-part figure img {
	border: solid 2px #6b8fa9;
	border-radius:5px;
}
.youth-bridge-section .sim-paris .txt .right-part {
	width:70%;
	float:right;
}
.youth-bridge-section .sim-paris .txt .right-part p {
	font-size:16px;
}
.session {
	position: relative;
	margin-bottom:25px;
	background-color:#f5f5f5;
	margin:20px 0;
}
.session .affiliation-block {
	min-height: 485px;
	padding: 16px 0 30px 11px;
	width: 32%;
	float:right;
	background: rgba(0, 0, 0, 0) url("../images/youth-right-img.jpg") no-repeat scroll right top;
	background-size:cover;
}
.session .affiliation-block h2 {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	border-bottom:none;
	width:100%;
	margin-top:200px;
}
.session .affiliation-block h2::after {
display:none;
}
.session .session-text {
	width: 68%;
	background-color:#f5f5f5;
	min-height:485px;
	padding:20px;
	float:left;
}
.session .session-text h2 {
	font-size:25px;
	margin-bottom:20px;
	font-weight:600;
}
.session .session-text p {
	font-size:16px;
	margin-bottom:10px;
}
.session .session-text ul {
	padding:0 0 0 15px;
	margin:0;
}
.session .session-text ul li {
	font-size:16px;
	list-style-type:disc;
	margin:10px 0;
}
/*-- youth PAGE CSS end --*/


/*-- about PAGE CSS start --*/

.about-us {
	margin-top:20px;
}
.about-us .left {
	padding:0;
	background-color:#f5f5f5;
}
.about-us .left .left-sub {
	padding:28px 15px 42px 75px;
}
.about-us .left .left-sub h2 {
	font-size:25px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:600;
}
.about-us .left .left-sub ul {
	padding:0 0 0 20px;
}
.about-us .left .left-sub ul li {
	font-size: 16px;
	list-style-type: disc;
	margin: 10px 0;
}
.about-us .right {
	background:url(../images/about-right-img.jpg) no-repeat;
	background-size:cover;
	height:428px;
	padding:0;
	position:relative;
}
.about-us .right .right-sub {
	background:rgba(98, 112, 123, 0.5);
	width:100%;
	height:100%;
}
.affiliated-club {
}
.affiliated-club .left {
	background:url(../images/about-left-img.jpg) no-repeat;
	background-size:cover;
	height:390px;
	padding:0;
	position:relative;
}
.affiliated-club .left .left-sub {
	background:rgba(98, 112, 123, 0.5);
	width:100%;
	height:100%;
}
.affiliated-club .right {
	padding:0;
	background-color:#f5f5f5;
}
.affiliated-club .right .right-sub {
	padding:28px 15px 30px 30px;
}
.affiliated-club .right .right-sub h2 {
	font-size:25px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:600;
}
.affiliated-club .right .right-sub h3 {
	color: #0b82b9;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.affiliated-club .right .right-sub ul {
	padding:0 0 0 20px;
}
.affiliated-club .right .right-sub ul li {
	font-size: 16px;
	list-style-type: disc;
	margin: 10px 0;
}
.about-block {
	padding:30px 0 0 0;
}
.about-block .inner-resource-div {
	background:#e3e8ea;
	min-height:353px;
	position:relative;
}
.about-block h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	color:#343434;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	margin: 0 0 2% 0;
	font-weight:600;
}
.about-block .category-div {
	background:url(../images/about-img-4.jpg) no-repeat left top;
	min-height:353px;
	position:absolute;
	left:0px;
	width: 36%;
}
.about-block .category-div h3 {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 30px;
	text-shadow: 0px 2px 3px #000;
	left: 5%;
}
.about-block .category-div h3::after {
 background: #0b82b9;
 width: 124px;
 height: 4px;
 content: '';
 left: 3px;
 bottom: -15px;
 position: absolute;
}
.about-block .inner-resource-div ul {
	margin:0px;
	padding: 85px 0 0px 0;
	width:778px;
	float:right;
}
.about-block .inner-resource-div ul li {
	float: left;
	margin: 0 2% 0 0;
	text-align: left;
	width: 48%;
}
.about-block .inner-resource-div ul li a figure {
	width:50%;
	float:left;
}
.about-block .inner-resource-div ul li:last-child {
	margin-right:0px;
}
.about-block .inner-resource-div ul li a h4 {
	text-transform:uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color:#000;
	margin: 52px 0 9px 0;
	letter-spacing: 1px;
	text-align: left;
	float:left;
	width:50%;
	font-weight:600;
}
.about-block .inner-resource-div ul li a {
	text-decoration:none;
	color:#000;
}
.about-block .inner-resource-div ul li span {
	text-align:left;
	float:left;
	width:50%;
	text-transform:uppercase;
	font-weight:500;
}
.join-block {
	background:url(../images/join-bg.jpg) repeat;
	padding:35px 0;
	border-bottom:solid 1px #e5e5e5;
	float:left;
	width:100%;
}
.join-block .left {
}
.join-block .left h2 {
	text-align:center;
}
.join-block .left h2 .btn {
	color:#fff;
	background-color:#0b82b9;
	text-align:center;
	text-transform:uppercase;
	border-radius:0;
	font-weight:500;
	font-size:16px;
}
.join-block .left h2 .btn:hover {
	background-color:#0978ab;
}
.join-block .left img {
	border:solid 1px #ccc;
	width:100%;
}
.join-block .center h2 {
	text-align:center;
}
.join-block .center h2 .btn {
	color:#fff;
	background-color:#62707b;
	text-align:center;
	text-transform:uppercase;
	border-radius:0;
	font-weight:500;
	font-size:16px;
}
.join-block .center h2 .btn:hover {
	background-color:#495762;
}
.join-block .center img {
	border:solid 1px #ccc;
	width:100%;
}
.join-block .right h2 {
	text-align:center;
}
.join-block .right h2 .btn {
	color:#fff;
	background-color:#62707b;
	text-align:center;
	text-transform:uppercase;
	border-radius:0;
	font-weight:500;
	font-size:16px;
}
.join-block .right h2 .btn:hover {
	background-color:#495762;
}
.join-block .right img {
	border:solid 1px #ccc;
	width:100%;
}
.learning-bridge1 {
}
.learning-bridge1 .right {
}
.learning-bridge1 .right::before {
background: #51b666;
}
/*-- about PAGE CSS end --*/


/*-- learning PAGE CSS start --*/

.learning-bridge {
	padding:30px 0;
	width:100%;
	float:left;
}
.learning-bridge .sub-part {
	width:68%;
	padding:0px 55px;
}
.learning-bridge .sub-part h2 {
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:600;
}
.learning-bridge .sub-part p {
	font-size:16px;
	margin-bottom:10px;
}
.learning-bridge .sub-part h3 {
	color: #0b82b9;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}
.learning-bridge .sub-part ul {
	margin:0 0 0 15px;
	padding:0;
}
.learning-bridge .sub-part li {
	margin:10px 0;
	list-style-type:disc;
	font-size:16px;
}
.learning-bridge .sub-part li mark {
	background-color:#6b8fa9;
	text-align:center;
	color:#fff;
	padding:8px 10px;
	position:relative;
	margin-right:20px;
}
.learning-bridge .sub-part li mark::after {
left: 100%;
 top: 20%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
width: 0;
 height: 0;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 10px solid #6b8fa9;
}
.learning-bridge .sub-part li span {
	text-align:left;
	font-size:17px;
}
.learning-bridge .affiliation-block {
	background: rgba(0, 0, 0, 0) url("../images/affiliation-bg.jpg") repeat scroll left top;
	min-height: 600px;
	padding: 16px 0 15px 11px;
	position: static;
	width: 32%;
	float:right;
}
.learning-bridge .affiliation-block .upcoming {
}
.learning-bridge .affiliation-block .upcoming h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 13px;
	position: relative;
	text-transform: uppercase;
	width: 250px;
}
.learning-bridge .affiliation-block .upcoming h2::after {
background: #fff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 88px;
}
.learning-bridge .affiliation-block .upcoming p {
	font-size:14px;
	padding:10px;
}
.learning-bridge .affiliation-block .article {
	margin-top:20px;
}
.learning-bridge .affiliation-block .article h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 13px;
	position: relative;
	text-transform: uppercase;
	width: 250px;
}
.learning-bridge .affiliation-block .article h2::after {
background: #fff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 88px;
}
.learning-bridge .affiliation-block .article ul {
	padding:0;
	margin:0;
}
.learning-bridge .affiliation-block .article ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid #797975;
	padding: 17px 0;
}
.learning-bridge .affiliation-block .article ul li:last-child {
	border-bottom:none;
}
.learning-bridge .affiliation-block .article ul li figure {
	float: left;
	width: 25%;
}
.learning-bridge .affiliation-block .article ul li figure img {
	border: 2px solid #fff;
	width:100%;
}
.learning-bridge .affiliation-block .article ul li span {
	float: right;
	width: 75%;
}
.learning-bridge .affiliation-block .article ul li span h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.learning-bridge .affiliation-block .article ul li span h3 a {
	color:#fff;
}
.learning-bridge .affiliation-block .article ul li span p {
	font-size: 14px;
	margin-top: 8px;
}
.learning-bridge .affiliation-block .article ul li span p a {
	color:#fff;
}
.learning-bridge .affiliation-block .article ul li span h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
}
.learning-bridge .affiliation-block .article ul li span h4 a {
	color: #fff;
}
.learning-bridge .affiliation-block .article ul li span h4 a .fa {
	margin-left: 5px;
}
.learning-bridge .affiliation-block .article ul li span h4 a:hover {
	color: #e96811;
	text-decoration: none;
}
.learning-bridge .affiliation-block .button {
	margin-top: 20px;
	text-align: center;
}
.learning-bridge .affiliation-block .button .btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	padding: 6px 35px;
	text-transform: uppercase;
}
.learning-bridge .affiliation-block .button .btn:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
}
/*-- learning PAGE CSS end --*/

/*-- contact PAGE CSS start --*/

.contact-us {
	margin:20px 0;
	width:100%;
	float:left;
}
.contact-us .left {
	padding:0;
}
.contact-us .left iframe {
	border:none;
}
.contact-us .right {
	padding:0;
	background-color:#f5f5f5;
}
.contact-us .right .right-sub {
	padding:25px;
	height:400px;
}
.contact-us .right .right-sub h2 {
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.contact-us .right .right-sub ul {
	padding:0;
	margin:0;
}
.contact-us .right .right-sub ul li {
	float: left;
	margin: 10px 0;
	width: 100%;
}
.contact-us .right .right-sub ul li .fa {
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0 0 3px #ccc;
	color: #62707b;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 5%;
}
.contact-us .right .right-sub ul li span {
	float: left;
	font-size: 17px;
	width: 94%;
}
.contact-us .right .right-sub ul li span a {
	color:#333;
	text-decoration:underline;
}
.contact-us .right .right-sub ul li span a:hover {
	text-decoration:none;
}
/*-- contact PAGE CSS end --*/

/*-- table PAGE CSS start --*/

.table-fees {
	margin:20px 0;
}
.table-fees h2 {
	margin-bottom:20px;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
}
.table-fees p {
	font-size:16px;
	margin-bottom:10px;
}
.table-fees .col-for1 {
	margin-top:20px;
}
.table-fees .col-for1 thead tr th {
	background-color:#6b8fa9;
	padding:8px;
	color:#fff;
	font-weight:normal;
}
.table-fees .col-for2 {
	margin-top:30px;
}
.table-fees .col-for1 tbody tr td {
	padding:8px;
}
.table-fees .col-for1 tbody tr td .btn {
	background-color:#6b8fa9;
	text-align:center;
	color:#fff;
	padding:6px 28px;
}
.table-fees .col-for1 tbody tr td .btn:hover {
	background-color:#4f748f;
}
.table-fees .col-for2 thead tr th {
	background-color:#6b8fa9;
	padding:8px;
	color:#fff;
	font-weight:normal;
	vertical-align:middle;
}
.table-fees .col-for2 thead tr th.align-row {
	text-align:center;
}
.table-fees .col-for2 tbody tr td {
	padding:8px;
}
.table-fees .col-for3 {
	margin-top:20px;
}
.table-fees .col-for3 thead tr th {
	background-color:#6b8fa9;
	padding:8px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.table-fees .col-for3 tbody tr td {
	padding:8px;
	text-align:center;
}
.table-fees .col-for3 tbody tr td .btn {
	background-color:#0b82b9;
	text-align:center;
	color:#fff;
	padding:5px 15px;
	border-radius:0;
}
.table-fees .col-for3 tbody tr td .btn:hover {
	background-color:#0978ab;
}
.table-fees .col-for4 {
	margin-top:20px;
}
.table-fees .col-for4 thead tr th {
	background-color:#545454;
	padding:8px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.table-fees .col-for4 tbody tr td {
	padding:8px;
	text-align:center;
	vertical-align:middle;
}
.table-fees .col-for4 tbody tr td .btn {
	background-color:#0b82b9;
	text-align:center;
	color:#fff;
	padding:5px 15px;
	border-radius:0;
}
.table-fees .col-for4 tbody tr td .btn:hover {
	background-color:#0978ab;
}
/*-- table PAGE CSS end --*/


/*-- regular-class PAGE CSS start --*/

.regular-class {
	margin:20px 0;
}
.regular-class h2 {
	margin-bottom:20px;
	font-size:30px;
	text-transform:uppercase;
}
.regular-class .col-for4 {
	margin-top:20px;
}
.regular-class .col-for4 tbody tr td {
	padding:8px;
	vertical-align:middle;
}
.regular-class .col-for4 tbody tr td a {
	color:#0b82b9;
	font-weight:600;
}
.regular-class .col-for4 tbody tr td a:hover {
	text-decoration:none;
}
.regular-class .col-for4 tbody tr td.blocked {
	background-color:#4f748f;
}
.regular-class .col-for4 tbody tr td.blocked1 {
	background-color:#6b8fa9;
}
.regular-class .col-for4 tbody tr td.blocked a {
	color:#fff;
	font-weight:normal;
}
.regular-class .col-for4 tbody tr td.blocked1 a {
	color:#fff;
	font-weight:normal;
}
/*-- regular-class PAGE CSS end --*/

/*-- regular-detail-page PAGE CSS start --*/

.regular-detail-page {
	margin:10px 0;
}
.regular-detail-page h2 {
	margin-bottom:10px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}
.regular-detail-page p {
	font-size: 16px;
	margin-bottom: 10px;
}
.regular-detail-page .left {
	padding:0;
}
.regular-detail-page .left .left-sub1 {
}
.regular-detail-page .left .left-sub1 ul {
	padding:0;
	margin:0;
}
.regular-detail-page .left .left-sub1 ul li {
	width:100%;
	float:left;
}
.regular-detail-page .left .left-sub1 ul li label {
	width:25%;
	float:left;
}
.regular-detail-page .left .left-sub1 ul li mark {
	width:30%;
	float:left;
	background:none;
}
.regular-detail-page .left .left-sub1 ul li span {
	width:30%;
	float:left;
}
.regular-detail-page .left .left-sub2 {
	width:100%;
	float:left;
	margin-top:15px;
}
.regular-detail-page .left .left-sub2 ul {
	padding:0;
	margin:0;
}
.regular-detail-page .left .left-sub2 ul li {
	margin:10px 0;
	width:100%;
	float:left;
}
.regular-detail-page .left .left-sub2 ul li mark {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	font-weight: bold;
	width: 20%;
}
.regular-detail-page .left .left-sub2 ul li .fa {
	font-size:20px;
	float:left;
}
.regular-detail-page .left .left-sub2 ul li span {
	font-size:15px;
	float:left;
}
.regular-detail-page .left .left-sub2 ul li span a {
	color:#333;
	text-decoration:underline;
}
.regular-detail-page .left .left-sub2 ul li span a:hover {
	text-decoration:none;
}
.regular-detail-page .right h2 {
	font-size:20px;
}
.regular-detail-page .detail-col {
	margin-top:40px;
}
.regular-detail-page .detail-col .left {
	padding:0;
}
.regular-detail-page .detail-col .left table tbody tr th {
	background-color:#6b8fa9;
	color:#fff;
}
.regular-detail-page .detail-col .left table tbody tr td {
	color:#333;
}
.regular-detail-page .detail-col .right {
}
.regular-detail-page .detail-col .right p {
	font-size:17px;
}
/*-- regular-detail-page PAGE CSS end --*/


/*-- congress PAGE CSS start --*/

.congrsses {
	margin:20px 0;
}
.congrsses h2 {
	margin-bottom:20px;
	font-size:20px;
}
.congrsses p {
	font-size:16px;
}
.congrsses p a {
	color: #0b82b9;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}
.congrsses p a:hover {
	text-decoration:underline;
	color:#333;
}
.congrsses .table-responsive {
	margin-top:20px;
}
.congrsses .table-responsive #example_length {
	float:left;
	width:50%;
	margin-bottom:20px;
}
.congrsses .table-responsive #example_length select {
	width:200px;
	padding:5px;
	border:solid 1px #ccc;
}
.congrsses .table-responsive #example_filter {
	float:left;
	width:50%;
	margin-bottom:20px;
}
.congrsses .table-responsive #example_filter input {
	width:200px;
	padding:5px;
	border:solid 1px #ccc;
}
.table-responsive table a {
	color:#0b82b9;
	font-weight:normal;
}
.congrsses .table-responsive table thead tr th {
	background-color:#545454;
	color:#fff;
	font-weight:normal;
	font-size:14px;
}
.congrsses .table-responsive table.dataTable thead .sorting_asc::after {
opacity:1;
}
.congrsses .table-responsive table.dataTable thead .sorting::after {
opacity:1;
}
.congrsses .table-responsive table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
opacity:1;
}
.home-body-content .table-responsive table thead tr th {
	background-color:#545454;
	color:#fff;
	padding:6px;
}
.home-body-content .table-responsive table.dataTable thead .sorting_asc::after {
opacity:1;font-size:10px;
}
.home-body-content .table-responsive table.dataTable thead .sorting::after {
opacity:1; font-size:10px;
}

table.dataTable.table-condensed .sorting::after, table.dataTable.table-condensed .sorting_asc::after, table.dataTable.table-condensed .sorting_desc::after{ top:12px; right:2px; font-size:11px;}

.home-body-content .table-responsive table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
opacity:1;
}
.congrsses .table-responsive #example_info {
	float:left;
	width:50%;
}
.congrsses .table-responsive #example_paginate {
	border-radius: 5px;
	float: right;
	padding: 5px 0;
	width: 30%;
	margin-top:10px;
}
.congrsses .table-responsive #example_paginate a {
	background-color:#0b82b9;
	color: #fff;
	padding: 5px 10px;
	cursor:pointer;
	text-decoration:none;
}
.congrsses .table-responsive #example_paginate a span {
}
.congrsses .table-responsive #example_paginate span a {
	background-color: #0b82b9;
	color: #fff;
	margin: 0 5px;
	padding: 5px 10px;
}
.congrsses .table-responsive #example_paginate span a:hover {
	background-color:#0372a5;
}
.congrsses .search-bar {
	background-color:#6b8fa9;
	padding:10px;
	margin-top:20px;
}
.congrsses .search-bar input {
	background-color: #fff;
	border: 1px solid #fff;
	color: #444;
	height: 30px;
	margin: 0 10px;
	padding: 0 5px;
	width: 18%;
}
/*-- congress PAGE CSS end --*/

/*-- find-game PAGE CSS start --*/

.find-game {
	margin:20px 0;
}
.find-game h2 {
	margin-bottom:20px;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
}
.find-game p {
	font-size:18px;
}
.find-game .table-responsive {
	margin-top:20px;
}
.find-game .table-responsive table thead tr th {
	background-color:#6b8fa9;
	color:#fff;
	font-weight:normal;
	padding:8px 5px;
}
.find-game .table-responsive table tbody tr td {
	font-weight:normal;
	padding:8px;
}
.find-game .table-responsive table tbody tr td a.btn {
	background-color: #6b8fa9;
	color: #fff;
	font-size: 15px;
	padding: 6px 28px;
	text-align: center;
}
.find-game .table-responsive table tbody tr td a.btn:hover {
	background-color: #4f748f;
}
/*-- find-game PAGE CSS end --*/

/*-- national-event PAGE CSS start --*/

.national-event {
	margin:20px 0;
}
.national-event h2 {
	margin-bottom:20px;
	font-size:30px;
	text-transform:uppercase;
}
.national-event p {
	font-size:18px;
}
.national-event address {
	margin-top:20px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
}
.national-event address:last-child {
	border-bottom:none;
}
.national-event address h3 {
	font-size:20px;
}
.national-event address h3 a {
	color:#0b82b9;
	text-decoration:underline;
}
.national-event address h4 {
	margin:10px 0;
}
.national-event address h4 .fa {
	background-color: #6b8fa9;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	padding: 10px;
}
.national-event address h4 span {
	font-size:14px;
	margin-left:5px;
}
.national-event address h5 .fa {
	background-color: #6b8fa9;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	padding: 10px 13px;
}
.national-event address h5 span {
	font-size:14px;
	margin-left:5px;
}
/*-- online-bridge PAGE CSS end --*/

.online-bridge {
	margin:20px 0;
}
.online-bridge .left {
	background-color:#f5f5f5;
	padding:20px;
}
.online-bridge .left h2 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.online-bridge .left p {
	font-size:16px;
	margin-bottom:10px;
}
.online-bridge .left p b {
	font-weight:600;
}
.online-bridge .left p a {
	color:#62707b;
	font-weight:500;
}
.online-bridge .left h3 {
	margin: 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.online-bridge .left ul {
	padding:0 0 0 15px;
	margin:0;
}
.online-bridge .left ul li {
	list-style-type:disc;
	font-size:16px;
	margin:5px 0;
}
.online-bridge .right {
	padding:0px 20px 0 20px;
}
.online-bridge .right h2 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.online-bridge .right p {
	font-size:16px;
	margin-bottom:10px;
}
.online-bridge .right ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.online-bridge .right ul li {
	list-style-type:disc;
	font-size:16px;
	margin:5px 0;
	color:#333;
}
.online-bridge .right ul li a {
	color:#333;
	font-style:italic;
}
/*-- online-bridge PAGE CSS end --*/


/*-- online-bridge PAGE CSS end --*/

.supervised-session {
	margin:20px 0;
}
.supervised-session .left {
	padding:0;
}
.supervised-session .left h2 {
	margin-bottom:20px;
	font-size:30px;
	text-transform:uppercase;
}
.supervised-session .left .table-responsive {
}
.supervised-session .left .table-responsive table tbody tr td {
	color:#333;
	padding:8px;
}
.supervised-session .left .table-responsive table tbody tr td a {
	color:#6b8fa9;
	font-weight:500;
}
.supervised-session .right {
}
.supervised-session .right h2 {
	margin-bottom:20px;
	font-size:30px;
	text-transform:uppercase;
}
.supervised-session .right p {
	font-size:18px;
	margin-bottom:20px;
}
/*-- online-bridge PAGE CSS end --*/

/*-- duplicate PAGE CSS start --*/

.duplicate-result {
	margin:20px 0;
}
.duplicate-result .col-for {
}
.duplicate-result .col-for .col-for1 {
	float:left;
	width:50%;
}
.duplicate-result .col-for .col-for1 h2 {
	margin-bottom:20px;
	font-size:30px;
	text-transform:uppercase;
}
.duplicate-result .col-for .col-for2 {
	float:right;
	width:50%;
	text-align:right;
	font-size:18px;
}
.duplicate-result .table-responsive {
	margin-top:20px;
}
.duplicate-result .table-responsive table thead tr th {
	background-color:#6b8fa9;
	color:#fff;
	font-weight:normal;
	padding:8px;
}
.duplicate-result .table-responsive table tbody tr td {
	padding:8px;
	vertical-align:middle;
}
.duplicate-result .table-responsive table tbody tr td a.btn {
	background-color: #6b8fa9;
	color: #fff;
	font-size: 15px;
	padding: 6px 28px;
	text-align: center;
}
.duplicate-result .table-responsive table tbody tr td a.btn:hover {
	background-color:#4f748f;
}
/*-- duplicate PAGE CSS end --*/



/*-- internal page css start here --*/

.error-col header.page-header h1 {
	font-size:25px;
}
.news-article {
	margin-bottom:20px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
	width:100%;
	float:left;
}
.news-article article header h2.entry-title {
	background-color: #fff;
	padding: 0;
	font-size: 18px;
	margin: 0;
}
.news-article article header h2.entry-title a {
	color: #0b82b9;
	font-size: 17px;
}
.news-article article header h2.entry-title a:hover {
	text-decoration:none;
}
.news-article article a.post-thumbnail {
	float: left;
	width: 15%;
}
.news-article article a.post-thumbnail img {
	max-width:100%;
	height:auto;
	margin-top:20px;
}
.news-article article .entry-summary {
	float: right;
	width: 80%;
	text-align: justify;
	font-size: 15px;
}
.news-article article .entry-summary p {
	margin-top:20px;
}
.post-pagination-col {
	text-align:center;
	margin:15px 0;
}
.post-pagination-col h2.screen-reader-text {
	display:none;
}
.post-pagination-col .nav-links {
	font-size:12px;
}
.post-pagination-col .nav-links span.current {
	background-color:#046d9e;
	color:#fff;
	text-align:center;
	padding:4px 10px;
	border-radius:5px;
}
.post-pagination-col .nav-links a.page-numbers {
	background-color:#046d9e;
	color:#fff;
	text-align:center;
	padding:4px 10px;
	border-radius:5px;
}
.post-pagination-col .nav-links a:hover {
	text-decoration:none;
}
.news-page .prev-next-posts {
	text-align:center;
	clear:both;
}
.news-page .prev-next-posts .prev-posts-link {
	display:inline;
}
.news-page .prev-next-posts .next-posts-link {
	display:inline;
}
.news-page .prev-next-posts .prev-posts-link a {
	background-color:#046d9e;
	color:#fff;
	text-align:center;
	padding:5px 10px;
}
.news-page .prev-next-posts .prev-posts-link a:hover {
	text-decoration:none;
}
.news-page .prev-next-posts .next-posts-link a {
	background-color:#046d9e;
	color:#fff;
	text-align:center;
	padding:5px 10px;
}
.news-page .prev-next-posts .next-posts-link a:hover {
	text-decoration:none;
}
.view-entry-col {
	width:100%;
	float:left;
}
.view-entry-col .event_details {
	width:100%;
	float:left;
}
.view-entry-col .event_details .event_title {
}
.view-entry-col .event_details .event_dates {
	margin:10px 0;
}
.view-entry-col .event_details .change_event {
	margin-bottom:20px;
}
.view-entry-col .event_details .change_event select {
	border:solid 1px #ccc;
	width:50%;
	padding:5px;
}
.view-entry-col .event_details .change_event input[type="button"] {
	padding:5px 15px !important;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#0b82b9;
	border:none;
}
.view-entry-col .table-responsive {
	width:100%;
	float:left;
}
.enter-event-col {
}
.enter-event-col .event_dates {
	margin:10px 0 20px 0;
}
.enter-event-col .table-responsive {
}
.enter-event-col .table-responsive table tbody tr td {
	vertical-align:middle;
}
.enter-event-col .table-responsive table tbody tr td input {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
}
.enter-event-col .table-responsive table tbody tr td select {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
}
.enter-event-col .table-responsive table tbody tr td textarea {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
}
.enter-event-col .table-responsive table .btn.btn-primary.save {
	width:auto;
	border:none;
	padding: 5px 20px !important;
	border-radius: 0;
}
.news-section-block {
}
.news-section-block form .filter_option {
	font-size:15px;
	margin-bottom:20px;
}
.news-section-block form .filter_option input[type="text"] {
	width:90%;
	border:solid 1px #ccc;
	padding:5px;
	margin-top:5px;
}
.news-section-block form .filter_option select {
	width:100%;
	border:solid 1px #ccc;
	padding:5px;
	margin-top:5px;
}
.news-section-block form .filter_option .view_events {
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	border:none;
	margin-top:5px;
}
.news-section-block form .filter_option .view_events:hover {
	background:#0978ab;
}
.bridge-col {
	width:100%;
	float:left;
}
.bridge-col h3 {
	margin:15px 0;
}
h1.entry_title {
	margin-top:20px;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
}
.learning-col .table-responsive {
	margin-top:20px;
}
.bridge-col p b {
	margin: 10px 0;
	width: 100%;
	float: left;
}
.supervised-session {
	width:100%;
	float:left;
}
.supervised-session h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
.supervised-session ul {
	margin:20px 0 20px 15px;
}
.supervised-session ul li {
	list-style-type:disc;
	margin:5px 0;
	font-size:16px;
}
.supervised-session .table-responsive {
	margin-top:20px;
}
.director {
	width:100%;
	float:left;
}
.director .left-part {
	width:45%;
	float:left;
	padding:0;
}
.director .left-part span.redHeadingLarge {
	font-size:16px;
	font-weight:500;
}
.director .left-part .table-responsive {
	overflow:inherit;
}
.director .left-part .table-responsive .dataTables_length {
	float:left;
	width:50%;
	margin-bottom:10px;
}
.director .left-part .table-responsive .dataTables_filter {
	float:right;
	width:50%;
	margin-bottom:10px;
}
.director .left-part .table-responsive label select {
	width:100%;
	border:solid 1px #ccc;
	padding:5px;
}
.director .left-part .table-responsive label input {
	width:75%;
	border:solid 1px #ccc;
	padding:5px;
}
.director .left-part .table-responsive .dataTables_paginate.paging_simple_numbers {
	text-align:center;
	margin-top:25px;
	height:25px;
}
.director .left-part .table-responsive .dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
	background-color:#0b82b9;
	color:#fff;
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
}
.director .left-part .table-responsive .dataTables_paginate.paging_simple_numbers span a {
	padding:5px;
	color:#333;
	cursor:pointer;
}
.director .left-part .table-responsive .dataTables_paginate.paging_simple_numbers a.paginate_button.next {
	background-color:#0b82b9;
	color:#fff;
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
}
.director .right-part {
	width:45%;
	float:right;
	padding:0;
}
.director .right-part span.redHeadingLarge {
	font-size:16px;
	font-weight:500;
}
.director .right-part .table-responsive {
	overflow-y:hidden
}
.director .right-part .table-responsive .dataTables_length {
	float:left;
	width:50%;
	margin-bottom:10px;
}
.director .right-part .table-responsive .dataTables_filter {
	float:right;
	width:50%;
	margin-bottom:10px;
}
.director .right-part .table-responsive label select {
	width:100%;
	border:solid 1px #ccc;
	padding:5px;
}
.director .right-part .table-responsive label input {
	width:75%;
	border:solid 1px #ccc;
	padding:5px;
}
.director .right-part .table-responsive .dataTables_paginate.paging_simple_numbers {
	text-align:center;
	margin-top:25px;
	height:25px;
}
.director .right-part .table-responsive .dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
	background-color:#0b82b9;
	color:#fff;
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
}
.director .right-part .table-responsive .dataTables_paginate.paging_simple_numbers span a {
	padding:5px;
	color:#333;
	cursor:pointer;
}
.director .right-part .table-responsive .dataTables_paginate.paging_simple_numbers a.paginate_button.next {
	background-color:#0b82b9;
	color:#fff;
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
}
.congress-col-detail {
	width: 100%;
	float: left;
}
.congress-col-detail ul {
	padding: 0;
	margin: 0;
}
.congress-col-detail ul li {
	width: 100%;
	float: left;
	margin: 8px 0;
}
.congress-col-detail ul li label {
	font-weight: 600;
	width: 25%;
	float: left;
}
.congress-col-detail ul li figure {
	float:left;
}
.congress-col-detail-two {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.congress-col-detail-two h2 {
	font-size: 30px;
	margin: 0 0 10px;
	width:100%;
	float:left;
}
.congress-col-detail-two h2 a {
	color: #333;
	font-size: 30px;
	font-style: normal;
	text-decoration: none;
}
.congress-col-detail-two h2 a .fa {
	font-size: 30px;
	color:#333;
}
.congress-col-detail-two ul {
	padding: 0;
	margin: 0;
}
.congress-col-detail-two ul li {
	width: 100%;
	float: left;
	margin: 8px 0;
}
.congress-col-detail-two ul li a {
	color: #333;
}
.left-sub1-col {
}
.left-sub1-col ul {
	padding: 0;
	margin: 0;
}
.left-sub1-col ul li {
	width: 100%;
	float: left;
}
/*.left-sub1-col ul li label{width: 25%;
float: left; font-size:17px;}

.left-sub1-col ul li mark{width: 30%;
float: left;
background: none; font-size:15px;}*/

.left-sub1-col ul li span {
	width: 30% !important;
	float: left;
	font-size:15px;
	word-wrap:break-word;
}
.left-sub2-col {
}
.left-sub2-col ul {
	padding: 0;
	margin: 0;
}
.left-sub2-col ul li {
	margin: 10px 0;
	width: 100%;
	float: left;
}
.left-sub2-col ul li label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	font-weight: bold;
	width: 20%;
	font-size:16px;
}
.left-sub2-col ul li span {
	font-size: 15px;
	float: right;
	width:74%;
}
.news-left-section h3 {
	margin:10px 0;
}
.regular-detail-page .left-part {
	font-size:16px;
}
.regular-detail-page .left-part p {
	font-size:16px;
}
.regular-detail-page .left-part h3 {
	margin: 25px 0;
	font-size: 17px;
	text-transform: uppercase;
}
.regular-detail-page .left-part h3 a {
	background: #0b82b9;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	text-transform: none;
}
.regular-detail-page .left-part h3 a:hover {
	background:#0978ab;
}
.regular-detail-page .right-part {
	width:100%;
	float:left;
}
.regular-detail-page .right-part .enter-col {
	width:50%;
	float:left;
}
.regular-detail-page .right-part .enter-col ul {
	padding:0;
	margin:0;
}
.regular-detail-page .right-part .enter-col ul li {
	margin: 5px 0;
	width: 100%;
	float: left;
	font-size:15px;
}
.regular-detail-page .right-part .enter-col ul li label {
	float: left;
	width: 40%;
	font-weight: 600;
	font-size: 15px;
}
.regular-detail-page .right-part .enter-col ul li span {
	font-size: 15px;
	float: right;
	width: 50%;
}
.regular-detail-page .right-part .venue-col {
	width:50%;
	float:left;
}
.regular-detail-page .right-part .venue-col ul {
	padding:0;
	margin:0;
	list-style-type:lower-alpha
}
.regular-detail-page .right-part .venue-col ul li {
	margin: 5px 0;
	width: 100%;
	float: left;
}
.regular-detail-page .right-part .venue-col ul li label {
	float: left;
	width: 40%;
	font-weight: 600;
	font-size: 15px;
}
.regular-detail-page .right-part .venue-col ul li span {
	font-size: 15px;
	float: left;
	width: 50%;
}
.regular-detail-page .right-part .venue-col ol {
	margin:0 0 0 15px;
	padding:0;
}
.regular-detail-page .right-part .venue-col ol li {
	list-style-type:disc;
	font-size:16px;
	margin:5px 0;
}
.news-left-section.first-col {
	width:50%;
	float:left;
}
.news-left-section.first-col h2 {
	font-weight:600;
	font-size:25px;
	text-transform:uppercase;
}
.news-left-section.first-col h3 {
	font-size:20px;
	margin:20px 0;
}
.news-right-section.second-col {
	width:45%;
	float:right;
}
.news-left-section.first-col p {
	font-size:16px;
	margin:5px 0;
}
.news-left-section.first-col li {
	width:100%;
	float:left;
	margin:5px 0;
	border-bottom:none;
}
.news-left-section.first-col li label {
	width: 25%;
	float: left;
	font-size: 15px;
	font-weight:600;
}
.news-left-section.first-col li span {
	font-size: 15px;
	float: right;
	width: 74%;
}
.news-left-section.first-col li span a {
	color:#0b82b9;
	font-weight:normal;
}
.table-responsive table thead tr td {
	background:#545454;
	font-weight:normal;
	font-size:15px;
	color:#fff;
}
.table-responsive table thead tr th {
	background:#545454;
	font-weight:normal;
	font-size:15px;
	color:#fff;
	vertical-align:middle;
}
.event_details {
	font-size:16px;
}
.bridge-col h3 {
	margin:10px 0;
}
.bridge-col h3 span {
	font-size:20px;
}
.bridge-col p {
	font-size:16px;
}
.bridge-col ul {
	padding:0;
	margin:10px 0 0 15px;
}
.bridge-col ul li {
	list-style-type:disc;
	margin:5px 0;
	font-size:16px;
}
.affiliated-col h3 {
	font-size:20px;
}
.masterpoints.master-col {
	width:100%;
	float:left;
	padding-left:15px;
}
.masterpoints.master-col ul {
	padding:0;
	margin:0 0 0 15px;
}
.masterpoints.master-col ul li {
	list-style-type:disc;
	margin:5px 0;
	font-size:16px;
}
.result_head {
}
.result_head form.search-col {
}
.result_head form.search-col h1 {
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
.result_head form.search-col .result-col {
	margin:20px 0;
}
.result_head form.search-col .result-col label {
	font-size:16px;
}
.result_head form.search-col .result-col select {
	padding:5px;
	width:200px;
	border:solid 1px #ccc;
	margin-right:5px;
}
.result_head form.search-col .result-col input.btn-search {
	border:none;
	background:#0b82b9;
	padding:5px 15px;
	color:#fff;
	color:#fff;
	text-align:center;
}
.result_head form.search-col .result-col input.btn-search:hover {
	background:#0978ab;
}
.news-section-block.news-detail-block .left-section h2 {
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	margin:10px 0;
}
.news-section-block.news-detail-block .left-section p {
	font-size:16px;
	margin-bottom:5px;
}
.user-register {
	margin:20px 0;
}
.user-register form.form-col li {
	margin:10px 0;
}
.user-register form.form-col li input {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
}
.user-register form.form-col .btn-submit {
	margin:10px 0;
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	border:none;
}
.user-register form.form-col .btn-submit:hover {
	background:#0879ae;
}
.user-register .forgot-password a {
	font-style:italic;
	text-decoration:underline;
}
.forgot-new {
	margin:20px 0;
}
.forgot-new .forgot-new-sub {
}
.forgot-new .forgot-new-sub form p {
	font-size:15px;
}
.forgot-new .forgot-new-sub form input {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
	margin-top:10px;
}
.forgot-new .forgot-new-sub form input:focus {
	border:none;
}
.forgot-new .forgot-new-sub form input.btn-forgot {
	margin:10px 0;
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	border:none;
	width:auto;
}
.forgot-new .forgot-new-sub form input.btn-forgot:hover {
	background:#0879ae;
}
.forgot-new .forgot-new-sub form a.backtologin {
	display:block;
	font-style:italic;
	text-decoration:underline;
}
.new-register-col {
	margin-top:20px;
	margin-bottom:30px;
}
.new-register-col h1 {
	font-weight:600;
	font-size:25px;
	text-transform:uppercase;
}
.new-register-col .form-col-two {
	background:#f5f5f5;
	padding:15px;
	margin-top:20px;
}
.new-register-col .form-col-two li {
	margin:10px 0;
}
.new-register-col .form-col-two li input {
	border:solid 1px #ccc;
	padding:5px;
	width:100%;
}
.new-register-col .form-col-two input.btn-submit {
	margin:10px 0;
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	border:none;
	width:auto;
}
.new-register-col .form-col-two input.btn-submit:hover {
	background:#0879ae;
}
.no-results.not-found {
	padding-bottom:40px;
}
.no-results.not-found h1.page-title {
	font-weight:600;
	font-size:25px;
	text-transform:uppercase;
}
.no-results.not-found .page-content {
}
.no-results.not-found .page-content p {
	font-size:15px;
	margin-bottom:10px;
}
.no-results.not-found .page-content form.search-form {
}
.no-results.not-found .page-content form.search-form label {
}
.no-results.not-found .page-content form.search-form label span {
	font-weight:500;
	font-size:15px;
	margin-right:10px;
}
.no-results.not-found .page-content form.search-form label input {
	border:solid 1px #ccc;
	padding:5px;
	font-weight:normal;
}
.no-results.not-found .page-content form button.search-submit {
	margin:10px 0;
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:6px 15px;
	border:none;
	width:auto;
}
.no-results.not-found .page-content form button.search-submit:hover {
	background:#0879ae;
}
.error-404.not-found {
	padding-bottom:40px;
}
.error-404.not-found h1.page-title {
	font-weight:600;
	font-size:25px;
	text-transform:uppercase;
}
.error-404.not-found .page-content {
}
.error-404.not-found .page-content p {
	font-size:15px;
	margin-bottom:10px;
}
.error-404.not-found .page-content form.search-form {
}
.error-404.not-found .page-content form.search-form label {
}
.error-404.not-found .page-content form.search-form label span {
	font-weight:500;
	font-size:15px;
	margin-right:10px;
}
.error-404.not-found .page-content form.search-form label input {
	border:solid 1px #ccc;
	padding:5px;
	font-weight:normal;
}
.error-404.not-found .page-content form button.search-submit {
	margin:10px 0;
	background:#0b82b9;
	color:#fff;
	text-align:center;
	padding:6px 15px;
	border:none;
	width:auto;
}
.error-404.not-found .page-content form button.search-submit:hover {
	background:#0879ae;
}
.news-left-section.honour-board {
	width:100%;
}
.all_details .table-responsive {
	width:100%;
	float:left;
}
.left-section .details .name {
	font-weight:600;
	text-transform:uppercase;
	font-size:25px;
	float:left;
}
.left-section .details .abfnumber {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	margin-left: 15px;
}
.players_details .col-sub3 {
	width:100%;
	float:left;
	margin:10px 0;
}
.all_played_games table tbody tr td:nth-child(4) {
width:300px;
}
.players_details .col-sub3 .name_player {
	width:48%;
	float:left;
}
.players_details .col-sub3 .type_player {
	width:48%;
	float:right;
}
.all_played_games {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.supervised-session-col-for {
	width:100%;
	float:left;
}
.supervised-session-col-for h3 {
	margin-top:20px;
	font-size:18px;
}
iframe {
	border:none !important;
}

.my-account-col{ margin:20px 0; width:100%; float:left;}

.my-account-col table thead tr th {
    background-color: #545454;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.dataTable thead .sorting::after {
	opacity: 1;
	content: "\e150";
}

.my-account-col #example_length {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.my-account-col #example_filter {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.my-account-col #example_length select {
	width: 200px;
	padding: 5px;
	border: solid 1px #ccc;
}

.my-account-col #example_filter input {
	width: 200px;
	padding: 5px;
	border: solid 1px #ccc;
}

.my-account-col #example_paginate {
	border-radius: 5px;
	float: right;
	padding: 5px 0;
	width: 30%;
	margin-top: 10px;
}

.my-account-col #example_info {
	float: left;
	width: 50%;
}

.my-account-col #example_paginate a {
	background-color: #0b82b9;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}

.my-account-col #example_paginate span a {
	background-color: #0b82b9;
	color: #fff;
	margin: 0 5px;
	padding: 5px 10px;
}

.my-account-form-col .field-group{ padding-left:0; margin:5px 0;}
.my-account-form-col .field-group label{ width:20%; float:left; font-weight:500;}
.my-account-form-col .field-group input{width: 80%;
float: left;
border: solid 1px #ccc;
padding: 5px;
border-radius: 2px;}

.my-account-form-col .field-group textarea{width: 80%;
float: left;
border: solid 1px #ccc;
padding: 5px;
border-radius: 2px;}


.my-account-form-col.second {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.my-account-form-col.second .field-group label{ width:100%;}
.my-account-form-col.second .field-group .wp-core-ui.wp-editor-wrap.tmce-active { width:100%; float:left;}
.my-account-button{ margin-top:20px;}
.my-account-button .btn.btn-primary{ border-radius:0; border:none;}
.my-account-form-col.second .field-group .wp-editor-container{ border:solid 1px #ccc;}

.another_content .table-responsive{ overflow-y:hidden; margin-top:10px;}
.another_content #example_paginate a {
	background-color: #0b82b9;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}

.another_content #example_paginate span a {
	background-color: #0b82b9;
	color: #fff;
	margin: 0 5px;
	padding: 5px 10px;
}

.another_content .table-responsive #example_info {
	float: left;
	width: 50%;
}

.another_content .table-responsive #example_paginate {
	border-radius: 5px;
	float: right;
	padding: 5px 0;
	width: 30%;
	margin-top: 10px;
}

.another_content .table-responsive #example_length {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}


.another_content .table-responsive #example_filter {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.another_content .table-responsive #example_length select {
	width: 200px;
	padding: 5px;
	border: solid 1px #ccc;
}


.another_content .table-responsive #example_filter input {
	width: 200px;
	padding: 5px;
	border: solid 1px #ccc;
}

#col4_item {
	font-size: 16px;
}

.select_option{ margin:10px 0;}
.select_option select{width: 200px;
	padding: 5px;
	border: solid 1px #ccc;}

/*-- internal page css end here --*/


.container .table-responsive {
	margin-top:20px;
}
.container .table-responsive #example_length {
	float:left;
	width:50%;
	margin-bottom:20px;
}
.container .table-responsive #example_length select {
	width:200px;
	padding:5px;
	border:solid 1px #ccc;
}
.container .table-responsive #example_filter {
	float:left;
	width:50%;
	margin-bottom:20px;
}
.container .table-responsive #example_filter input {
	width:200px;
	padding:5px;
	border:solid 1px #ccc;
}
.container .table-responsive #example_paginate {
	border-radius: 5px;
	float: right;
	padding: 5px 0;
	width: 30%;
	margin-top:10px;
}
.container .table-responsive #example_paginate a {
	color: #fff;
	padding: 5px 10px;
	cursor:pointer;
	text-decoration:none;
}
.container .table-responsive a.paginate_button.previous.disabled{ background:rgba(11,130,185,0.5) !important;}
.container .table-responsive a.paginate_button.next.disabled{ background:rgba(11,130,185,0.5) !important;}

.container .table-responsive a.paginate_button.current { background:#0b82b9 !important; color:#fff !important;}

.container .table-responsive span a.paginate_button  {
	color: #333 !important;
	margin: 0 5px;
	padding: 5px 10px;
	background:none !important;
}
.container .table-responsive span a:hover {
	background:none;
	color:#0b82b9;
}

.director .left-part .table-responsive #example_paginate{ width:100%; margin-top:23px;}
