/******* Broker Info ********/
.brokerinfo {
        font-size: 15px;
        padding: 0 20px 20px 20px;
}

.brokerinfo p {
        text-align: justify;
}

.brokerinfo h1 {
        font-family: 'PT Sans', Arial,  sans-serif;
        font-weight: normal;
        color: #004276;
        font-size: 33px;
}

.brokerinfo h2 {
        font-family: 'PT Sans', Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #004276;
	padding: 5px 0;
	margin-bottom: 5px;
}

.brokerinfo h3 {
	font-family: 'PT Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #004276;
	padding: 5px 0;
	margin-bottom: 5px;
}

.bi-content {
        /*width: 590px;*/
	width: 62.766%;
        float: left;
}

.bi-sidebar {
        /*width: 310px;*/
	width: 32.98%;
        float: right;
}

.brokerinfo ul {
	padding: 10px;
}

.brokerinfo li:before {
	content:'»';
	margin-right: 5px;
	color: #336699;
	font-weight: bold;
}

.brokerinfo li {
	font-size: 12px;
}

.bi_tabs_holder_1 ul,.bi_tabs_holder_2 ul, ul.bxslider, .bi-sidebar ul {
	padding: 0;
	margin: 0;
}

ul.bxslider li {
	margin: 0;
	padding: 0;
}

ul.bxslider li::before {
	border: none;
	background: transparent;
	display: inherit;
	width: 0;
	height: 0;
}

.bi_tabs_holder_1 li:before, .bi_tabs_holder_2 li:before, .bxslider li:before,.bi-sidebar li:before {
	content:'';
	margin-right: 0;
	color: #336699;
	font-weight: normal;
}

.bi-sidebar h2, .bi-sidebar h3 {
	padding: 0;
	margin: 0;
}

.bi-sidebar table {
	width: 100%;
}
.bi-sidebar table tr:nth-child(2n) { background: #F3F3F3; }
.bi-sidebar table tr:nth-child(2n+1) { background: #FBFBFB; }

.ul-dm, .ul-wm, .ul-lang, .ul-reg, .ul-cur, .ul-platforms {
	list-style-type: none;
}

.ul-lang li, .ul-reg li, .ul-cur li, .ul-platforms li {
	line-height: 20px;
	background: url('/images/icons/accept.png') center left no-repeat;
	text-indent: 20px;
}

.ul-dm li, .ul-wm li {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

.ul-dm li span.dm-nologo, .ul-wm li span.wm-nologo {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	border: 1px dotted #CCC;
	padding: 0 2px;
}

#bi-branding {
	float: left;
	width: 390px;
}

#bi-openacc {
	float: right;
	width: 200px;
}
.open-acc {
	min-width: 95px;
	margin: 10px 0;
	display: inline-block;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 40px;
	text-shadow: #4A5C11 0 -0.025em 0.25em;
	box-shadow: inset 0 0 5px #92b521;
	background-color: #B1DB28;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #B1DB28), color-stop(100%, #759C1C));
	background: -moz-linear-gradient(top, #B1DB28, #759C1C);
	height: 38px;
	padding: 0 1.25em 0 1.25em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.open-acc:hover {
        background-color: #EB403B;
        background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #EB403B), color-stop(100%, #B32E37));
        background: -moz-linear-gradient(top, #EB403B, #B32E37);
	color: #FFF;
}

/** BX SLIDER 
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/bi-carousel/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #336699;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #274077;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/bi-carousel/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/bi-carousel/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
/*
.bx-controls { 
display: none;
}

.bx-wrapper:hover .bx-controls {
display : block;
}
*/

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/bi-carousel/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/bi-carousel/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Responsive Styles */

@media only screen and (max-width: 840px) {
	.brokerinfo {
		padding: 0;
	}

	.brokerinfo table {
		font-size: 13px;
	}

	.brokerinfo table td {
		padding: 3px !important;
	}

	.skin4.top.tabs_wrapper {
		margin: 0 !important;
	}

	.skin4.top .tab_header_item a {
		font-size: 13px !important;
		padding: 0 10px !important;
	}

	.skin4.top .tab_content {
		padding: 0 5px !important;
	}
}

@media only screen and (max-width: 640px) {
	.bi-content, .bi-sidebar {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.bi-content {
		max-width: 590px;
	}

	.bi-sidebar {
		max-width: 310px;
	}
}

@media only screen and (max-width: 360px) {
	.skin4.top .tab_header_item a {
		font-size: 11px !important;
		padding: 0 3px !important;
	}

	.brokerinfo table {
		font-size: 10px;
	}

	.brokerinfo table td {
		padding: 3px 1px !important;
	}
}
