@import "fonts.css";

.bigpara-container {
	font: normal 12px/20px 'Metropolis Medium';
}

.bigpara-container h1 {
	font: 20px 'Metropolis Bold';
	color: #f68b25;
	margin-bottom: 15px;
}

.bigpara-container h1.blue {
	color: #4f9cc3;
}

.bigpara-container h1.navy {
	color: #054784;
}

.bigpara-container h1.default {
	color: #806c58;
}

.bigpara-container .bp-horizontal-tab ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.bigpara-container .bp-horizontal-tab ul li {
	display: inline-table;
	width: 13%;
	margin-right: 5px;
	vertical-align: top;
	background: #fafafa;
}

.bigpara-container .bp-horizontal-tab ul li.active {
	width: 48%;
	padding: 5px 8px;
}

.bigpara-container .bp-horizontal-tab ul li:last-child {
	margin-right: 0;
}

.bigpara-container .bp-horizontal-tab ul li div {
	display: none;
	padding: 0 6px;
	font-size: 12px;
}

.bigpara-container .bp-horizontal-tab ul li.active div {
	float: left;
	width: 265px;
	display: block;
}

.bigpara-container .bp-horizontal-tab ul li.active div a {
	color: #f68b25;
	text-decoration: none;
	font-family: 'Metropolis Bold';
}

.bigpara-container .bp-horizontal-tab span.bp-horizontal-title {
	font: 20px 'Metropolis Medium';
	color: #f68b25;
	margin-bottom: 15px;
}

.bigpara-container .bp-horizontal-tab ul li>span {
	display: block;
	float: left;
	text-align: center;
	height: 75px;
	width: 30%;
	min-width: 95px;
	padding-top: 10px;
	color: #6e6e6e;
	cursor: pointer;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #e7e7e7 100%);
}

.bigpara-container .bp-horizontal-tab ul li>span:hover {
	background: -moz-linear-gradient(top, #e7e7e7 0%, #f8f8f8 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #f8f8f8 100%);
}

.bigpara-container .bp-horizontal-tab ul li>span b {
	font-weight: 400;
	font-size: 11px;
}

.bigpara-container .bp-horizontal-tab ul li.active>span {
	height: 30px;
	width: 30px;
	min-width: auto;
	padding-top: 6px;
	border-radius: 100%;
	background: #f68b25 !important;
	color: white;
}

.bigpara-container .bp-horizontal-tab ul li.active>span b {
	display: none;
}

.bigpara-container .bp-horizontal-tab ul li>span i.fa {
	font-size: 35px;
}

.bigpara-container .bp-horizontal-tab ul li.active>span i.fa {
	font-size: 15px;
}

.bigpara-container small.required-field {
	margin-left: 15px;
	font-size: 10px;
	color: red;
}

.bigpara-container table.widget-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.bigpara-container table.widget-table.refinansman {
	text-align: right;
}

.bigpara-container table.widget-table.refinansman tr td:first-child {
	text-align: left;
}

.bigpara-container table.widget-table.refinansman tr td:nth-child(2) {
	font-weight: bold;
}

.bigpara-container table.widget-table tr td {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0;
}

.bigpara-container table.widget-table tr:hover {
	background-color: white;
}

.bigpara-container table.widget-table tr:last-child td {
	border-bottom: 0;
}

.bigpara-container table.widget-table tr td a {
	color: #212121;
	text-decoration: none;
}

.bigpara-container table.widget-table.refinansman tr td:last-child a {
	color: #f68b25;
	text-decoration: none;
	font-weight: bold;
}

.bigpara-container .calculates {
	display: table;
	width: 100%;
}

.bigpara-container .calculates .tagged-content {
	width: 49%;
	display: inline-table;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px
}

.bigpara-container .calculates .tagged-content div.ad-slot {
	width: auto;
}

.bigpara-container .calculates .tagged-content p {
	display: table;
}

.bigpara-container .calculates .tagged-content .bp-btn {
	margin-top: 15px;
	padding: 5px 10px;
}

.bigpara-container .calculates .tagged-content i.symbol {
	font-size: 60px;
	margin-right: 20px;
}

.bigpara-container .calculates .tagged-content a {
	text-decoration: none;
	color: inherit;
}

.bigpara-container .calculates.calculates-small {
	margin-bottom: 10px;
}

.bigpara-container .calculates.calculates-small .tagged-content {
	width: 50%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 1% 0 0;
	font-size: 11px;
}

.bigpara-container .calculates.calculates-small .tagged-content p {
	padding: 10px 0;
}

.bigpara-container .calculates.calculates-small .tagged-content i.symbol {
	font-size: 20px;
	margin: 10px 5px 0 10px;
}

.tagged-content,
.re-search,
.bp-widget {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.tagged-content .tagged-header {
	margin: -20px -10px 10px -10px;
	padding: 10px;
	background-color: #806c58;
	color: white;
}

.calculates.calculates-small .tagged-header {
	background-color: #806c58;
	border-bottom: 2px dashed #ececec;
	margin: 0;
	padding: 12px 10px 10px 10px;
	color: #666;
	background-color: rgba(1, 1, 1, 0.03);
}

.tagged-content i.symbol {
	color: #806c58;
	font-size: 120px;
	margin-top: 10%;
}

.tagged-content .tagged-header.navy {
	background-color: #054784;
}

.tagged-content i.symbol.navy {
	color: #054784;
}

.tagged-content .tagged-header.blue {
	background-color: #4f9cc3;
}

.tagged-content i.symbol.blue {
	color: #4f9cc3;
}

.bp-widget ul.social-networks {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 20px 0 10px 0;
}

.bp-widget .bp-widget-heading {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	border-bottom: 2px dashed#ececec;
	padding-bottom: 10px;
	margin: -20px -10px 10px -10px;
	padding: 12px 10px 10px 10px;
	color: #666;
	background-color: rgba(1, 1, 1, 0.03);
}

.bp-widget ul.social-networks li {
	padding: 0;
	list-style: none;
	display: inline;
}

.bp-widget ul.social-networks li a {
	display: inline-table;
	background-color: #212121;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	color: white;
	text-decoration: none;
	font-size: 20px;
	margin: 0 5px;
	position: relative;
	z-index: 1;
}

.bp-widget ul.social-networks li.facebook a {
	background-color: #3b5998;
}

.bp-widget ul.social-networks li.twitter a {
	background-color: #00aced;
}

.bp-widget ul.social-networks li.rss a {
	background-color: #ff9900;
}

.bp-widget ul.social-networks li a i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

table.datalist {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 12px/20px 'Metropolis Medium';
}

table.datalist>thead th,
table.datalist>tbody>tr>td {
	border: 1px solid #eeeeee;
	text-align: center;
	vertical-align: middle;
}

table.datalist>thead>tr>th {
	padding: 3px 20px 3px 5px;
	vertical-align: middle;
}

table.datalist>tbody>tr>td {
	padding: 13px 5px;
	vertical-align: middle;
}

table.datalist#tablo1>tbody>tr>td,
table.datalist#tablo2>tbody>tr>td {
	padding: 5px;
	vertical-align: middle;
}

table.datalist>thead th:first-child,
table.datalist thead th:last-child,
table.datalist tbody td:first-child,
table.datalist tbody td:last-child {
	text-align: center;
}

table.datalist td.left-align,
table.datalist th.left-align {
	text-align: left !important;
}

table.datalist thead th:first-child {
	padding: 3px 5px;
}

table.datalist>thead th {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #e7e7e7 100%);
	color: #797979;
	font-weight: 400;
	white-space: nowrap;
	border-bottom: 2px solid #d5d5d5;
	position: relative;
	cursor: pointer;
}

table.datalist thead tr th i.fa {
	position: absolute;
	right: 10px;
	top: 12px;
	display: none;
}

table.datalist tbody tr:nth-child(even) {
	background-color: #fafafa;
}

table.datalist tbody tr:nth-child(odd) {
	background-color: white;
}

table.datalist>tbody>tr:hover {
	background-color: #f3f3f3;
}

table.datalist tbody td a {
	color: #212121;
	text-decoration: none;
}

table.datalist tbody td a:hover {
	text-decoration: underline;
}

table.datalist tbody td:last-child a {
	color: #DB700A;
}


/*
table.datalist tbody td:nth-child(4) {
	background-color: #eeeeee;
}
*/

table.datalist tbody td:nth-child(2) b {
	display: block;
}

table.datalist tbody td:first-child label {
	padding: 20px;
}

table.datalist tfoot td {
	text-align: left;
	height: 40px;
}

div.table-footer {
	text-align: center;
}

div.table-footer p {
	padding: 15px 0;
}

.bigpara-container.colored {
	font: normal 13px/20px 'Metropolis Medium';
}

.bigpara-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bigpara-container .bp-error,
.bigpara-container .bp-success {
	clear: both;
	float: none;
	width: 100%;
	display: inline-table;
	position: relative;
	padding: 10px 15px 10px 55px;
	margin: 10px 0;
}

.bigpara-container .bp-error {
	border: #f5846b 1px solid;
	background-color: #fce9e6;
	color: #b33a30;
}

.bigpara-container .bp-success {
	border: #c1cec1 1px solid;
	background-color: #eef7ed;
	color: #549442;
}

.bigpara-container .bp-error:before,
.bigpara-container .bp-success:before {
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.bigpara-container .bp-error:before {
	content: '\f071';
	color: #b33a30;
}

.bigpara-container .bp-success:before {
	content: '\f058';
	color: #549442;
}

ul.bigpara-tabs,
ul.link-containers {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.bigpara-tabs li {
	background: none;
	color: #222;
	display: inline-table;
	padding: 10px;
	cursor: pointer;
}

ul.bigpara-tabs.colored li {
	padding: 10px 15px;
}

ul.bigpara-tabs.colored li:nth-child(1),
ul.link-containers li:nth-child(1) span,
ul.link-containers li:nth-child(1) i {
	color: #054784;
}

ul.bigpara-tabs.colored li:nth-child(2),
ul.link-containers li:nth-child(2) span,
ul.link-containers li:nth-child(2) i {
	color: #509bc5;
}

ul.bigpara-tabs.colored li:nth-child(3),
ul.link-containers li:nth-child(3) span,
ul.link-containers li:nth-child(3) i {
	color: #806c54;
}

ul.bigpara-tabs li.current {
	background: #fafafa;
	border-bottom: 3px solid #212121;
}

ul.bigpara-tabs.colored li.current:nth-child(1) {
	border-bottom: 3px solid #054784;
}

ul.bigpara-tabs.colored li.current:nth-child(2) {
	border-bottom: 3px solid #509bc5;
}

ul.bigpara-tabs.colored li.current:nth-child(3) {
	border-bottom: 3px solid #806c54;
}

.tab-content {
	display: none;
	padding: 10px 0;
	position: relative;
	top: -1px;
}

.tab-content.colored,
.tagged-content,
.re-search,
.bp-widget,
.bp-multimedia {
	background: #fafafa;
	padding: 20px 10px 10px 10px;
}

.tab-content.current {
	display: table;
	width: 100%;
}

.bp-multimedia {
	padding: 10px;
}

.bp-multimedia ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bp-multimedia ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}

.bp-multimedia ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.bp-multimedia ul li a {
	display: table;
	width: 100%;
	color: #555;
	text-decoration: none;
	transition: background .3s;
}

.bp-multimedia ul li a:hover {
	background-color: white;
	color: #212121;
}

.bp-multimedia ul li .img {
	float: left;
	margin-right: 10px;
	position: relative;
}

.bp-multimedia ul li a .img:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '\f144';
	font-size: 35px;
	font-family: FontAwesome;
	background-color: rgba(1, 1, 1, 0.5);
	color: white;
	line-height: 90px;
	text-align: center;
	transition: background .3s;
}

.bp-multimedia.bp-visual ul li a .img:before {
	display: none;
}

.bp-multimedia ul li a:hover .img:before {
	background-color: transparent;
}

.bp-multimedia ul li .img img {
	float: left;
	width: 160px;
	height: 90px;
}

.bp-multimedia.bp-visual ul li .img img {
	float: left;
	width: 65px !important;
	height: 65px !important;
}

.bp-multimedia ul li div.text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.bp-multimedia ul li div.text h3 {
	padding-bottom: 5px;
	font: bold 14px 'Metropolis Bold';
	display: table-cell;
}

.bp-multimedia.bp-multimedia-small {
	padding: 10px 5px;
}

.bp-multimedia.bp-multimedia-small ul li .img img {
	width: 96px;
	height: 49px;
}

.bp-multimedia.bp-multimedia-small ul li a .img:before {
	font-size: 25px;
	line-height: 49px;
}

.bp-multimedia.bp-multimedia-small ul li div.text h3 {
	font: bold 12px 'Metropolis Bold';
}

form.filter-slot,
.tab-content div.ad-slot,
.re-search div.ad-slot,
.tagged-content div.ad-slot {
	width: 50%;
	width: calc(100% / 2);
	display: inline;
	float: left;
}

.tab-content div.ad-slot,
.re-search div.ad-slot,
.tagged-content div.ad-slot {
	text-align: center;
}

form.filter-slot label {
	font: normal 12px 'Metropolis Medium';
	width: 40%;
	display: inline-table;
	vertical-align: middle;
}

form.filter-slot div.bigpara-input {
	margin-bottom: 5px;
}

form.filter-slot span {
	width: 10%;
	display: inline-table;
	color: red;
	text-align: center;
}

form.filter-slot input[type="text"],
form.filter-slot select {
	color: #444;
	font: bold 12px 'Metropolis Bold';
	padding: 8px 5px;
	border: 1px solid #e4e3e3;
	border-radius: 0;
	height: 35px;
	width: 50%;
}

form.filter-slot input[type="text"].halfsized,
form.filter-slot select.halfsized {
	width: 22.5%;
}

form.filter-slot input[type='text'] {
	color: #444;
	font: 400 12px 'Metropolis Medium';
	padding: 6px 5px;
	width: 50%;
}

form.filter-slot input[type='text'].credit {
	color: #444;
	font: bold 18px 'Metropolis Bold';
	padding: 6px 5px;
	width: 50%;
}

form.filter-slot input[type='submit'],
.credit-widget a.bp-btn {
	float: right;
	width: 50%;
	margin-right: 10%;
}

.re-search .bigpara-input {
	float: left;
	min-width: 100px;
	margin-right: 10px;
}

.re-search .bigpara-input label {
	display: block;
	white-space: nowrap;
	margin-bottom: 10px;
}

.re-search .filter-slot {
	width: 100%
}

.re-search .filter-slot input[type="text"],
.re-search .filter-slot select {
	width: 100%
}

.re-search form.filter-slot input[type='submit'] {
	width: 100%;
	float: none;
}

.credit-widget {
	width: 100%;
	display: table;
}

.credit-widget .filter-slot {
	width: 100%;
}

.credit-widget .footer-logo {
	text-align: center;
	margin-top: 30px;
}

.credit-widget .footer-logo img {
	width: 60%;
}

.bp-btn {
	border: 0;
	color: white !important;
	padding: 9px 10px;
	outline: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.bp-btn.warning {
	background: #f68b28;
	background: -moz-linear-gradient(top, #f68b28 0%, #d8700e 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f68b28), color-stop(100%, #d8700e));
	background: -webkit-linear-gradient(top, #f68b28 0%, #d8700e 100%);
	background: -o-linear-gradient(top, #f68b28 0%, #d8700e 100%);
	background: -ms-linear-gradient(top, #f68b28 0%, #d8700e 100%);
	background: linear-gradient(to bottom, #f68b28 0%, #d8700e 100%);
	border: 1px solid #d8710e;
}

.bp-text.warning {
	color: #f68b28;
}

.bp-btn.success {
	background: #5fb04d;
	background: -moz-linear-gradient(top, #5fb04d 0%, #4c963b 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5fb04d), color-stop(100%, #4c963b));
	background: -webkit-linear-gradient(top, #5fb04d 0%, #4c963b 100%);
	background: -o-linear-gradient(top, #5fb04d 0%, #4c963b 100%);
	background: -ms-linear-gradient(top, #5fb04d 0%, #4c963b 100%);
	background: linear-gradient(to bottom, #5fb04d 0%, #4c963b 100%);
	border: 1px solid #4c963b;
}

.bp-btn.primary {
	background: #2d6fad;
	background: -moz-linear-gradient(top, #2d6fad 0%, #1d5890 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d6fad), color-stop(100%, #1d5890));
	background: -webkit-linear-gradient(top, #2d6fad 0%, #1d5890 100%);
	background: -o-linear-gradient(top, #2d6fad 0%, #1d5890 100%);
	background: -ms-linear-gradient(top, #2d6fad 0%, #1d5890 100%);
	background: linear-gradient(to bottom, #2d6fad 0%, #1d5890 100%);
	border: 1px solid #1d5890;
}

ul.link-containers {
	white-space: nowrap;
}

ul.link-containers li {
	width: 33.33%;
	width: calc(96% / 3);
	background: red;
	color: #222;
	display: inline-block;
	background: #fafafa;
	cursor: pointer;
	margin: 10px 2% 10px 0;
	position: relative;
	transition: box-shadow .4s, transform .4s;
	white-space: normal;
}

ul.link-containers li a{
	color: #222;
    display: table;
    width: 100%;
	padding: 10px 10px 10px 60px;
}


.clearfix {
	float: none;
	clear: both;
}

ul.link-containers li:hover {
	-webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
	transform: translate(0, -5px);
}

ul.link-containers li:last-child {
	margin-right: 0;
}

ul.link-containers li i.fa {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 28px;
}

ul.link-containers li span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.bigpara-tabs li.current,
ul.link-containers li,
.re-search.colored,
.bp-widget.colored,
.bp-multimedia.colored,
.tab-content.colored,
.tagged-content.colored,
.bp-horizontal-tab.colored ul li,
.calculates.colored {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.bankBg {
	background: url(https://bigpara.hurriyet.com.tr/kredi/Images/bankalar_logo.png) no-repeat 0 0;
	width: 180px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.bankaWS1 {
	background-position: 25px -54px;
	height: 34px;
}

.bankaWS2 {
	background-position: 25px -31px;
	height: 18px;
}

.bankaWS3 {
	background-position: 25px -244px;
	height: 20px;
}

.bankaWS6 {
	background-position: 25px -91px;
	height: 16px;
}

.bankaWS8 {
	background-position: 25px -137px;
	height: 41px;
}

.bankaWS9 {
	background-position: 25px -189px;
	height: 44px;
}

.bankaWS12 {
	background-position: 25px 0px;
	height: 26px;
}

.bankaWS14 {
	background-position: 25px -267px;
	height: 43px;
}

.bankaWS15 {
	background-position: 25px -313px;
	height: 42px;
}

.bankaWS16 {
	background-position: 25px -382px;
	height: 30px;
}

.bankaWS17 {
	background-position: 25px -110px;
	height: 24px;
}

.bankaWS18 {
	background-position: 25px -358px;
	height: 21px;
}

.bankaWS19 {
	background-position: 25px -549px;
	height: 44px;
}

.bankaWS20 {
	background-position: 25px -876px;
	height: 23px;
}

.bankaWS21 {
	background-position: 25px -468px;
	height: 44px;
}

.bankaWS22 {
	background-position: 25px -604px;
	height: 32px;
}

.bankaWS23 {
	background-position: 25px -773px;
	height: 40px;
}

.bankaWS24 {
	background-position: 25px -931px;
	height: 44px;
}

.bankaWS25 {
	background-position: 25px -980px;
	height: 50px;
}

.bankaWS26 {
	background-position: 25px -1035px;
	height: 26px;
}

.bankaWS27 {
	background-position: 25px -682px;
	height: 25px;
}

.bankaWS28 {
	background-position: 25px -415px;
	height: 23px;
}

.bankaWS29 {
	background-position: 25px -710px;
	height: 32px;
}

.bankaWS30 {
	background-position: 25px -1096px;
	height: 26px;
}

.bankaWS31 {
	background-position: 25px -1066px;
	height: 25px;
}

.bankaWS32 {
	background-position: 25px -823px;
	height: 44px;
}

.bankaWS33 {
	background-position: 25px -639px;
	height: 40px;
}

.bankaWS34 {
	background-position: 25px -902px;
	height: 24px;
}

.bankaWS35 {
	background-position: 25px -745px;
	height: 25px;
}

.bankaWS36 {
	background-position: 25px -1127px;
	height: 14px;
}

.bankaWS38 {
	background-position: 25px -1146px;
	height: 26px;
}

.bankaWS39 {
	background-position: 25px -1177px;
	height: 44px;
}

.bankaWS40 {
	background-position: 25px -1258px;
	height: 44px;
}

.bankaWS41 {
	background-position: 25px -1308px;
	height: 44px;
}


/* Neler Yapabilirsiniz Legacy */

.nelerSprite {
	background: transparent url(../images/kredi/nelerSprite.png) repeat-x;
}

.neler-bg {
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
}

.neler-bg h2 {
	height: 25px;
	display: inline-block;
	padding: 10px 20px;
	font: normal 20px 'Metropolis Medium';
	color: #f69539;
	border: 0;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 51;
	background-color: #fff;
}

.neler-bg>ul {
	width: 958px;
	display: inline-block;
	padding: 15px 5px 20px;
	margin-bottom: 20px;
	border: 0;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 50;
}

.neler-bg ul li {
	float: left;
	padding: 0 2px;
	display: block;
}

.neler-bg ul li p strong {
	width: 200px;
	margin-bottom: 3px;
	color: #555555;
	font-weight: bold
}

.neler-bg ul li p strong a {
	text-decoration: underline;
}

.neler-bg ul li p span {
	color: #636363;
	cursor: text;
}

.neler-bg ul li ul {
	position: relative;
	display: block;
	overflow: hidden;
	width: 99px;
	height: 95px;
	text-decoration: none;
	cursor: pointer;
}

.neler-bg ul li small {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 99px;
	height: 95px;
	display: block;
	background-position: 0 0;
}

.neler-bg ul li small.n_konut {
	background-position: 0 0;
}

.neler-bg ul li small.n_ihtiyac {
	background-position: 0 -100px;
}

.neler-bg ul li small.n_tasit {
	background-position: 0 -200px;
}

.neler-bg ul li small.n_vadeli {
	background-position: 0 -300px;
}

.neler-bg ul li small.n_net {
	background-position: 0 -400px;
}

.neler-bg ul li small.n_gsm {
	background-position: 0 -500px;
}

.neler-bg ul li small.n_ucak {
	background-position: 0 -600px;
}

.neler-bg ul li small.n_konut:hover {
	background-position: -100px 0;
}

.neler-bg ul li small.n_ihtiyac:hover {
	background-position: -100px -100px;
}

.neler-bg ul li small.n_tasit:hover {
	background-position: -100px -200px;
}

.neler-bg ul li small.n_vadeli:hover {
	background-position: -100px -300px;
}

.neler-bg ul li small.n_net:hover {
	background-position: -100px -400px;
}

.neler-bg ul li small.n_gsm:hover {
	background-position: -100px -500px;
}

.neler-bg ul li small.n_ucak:hover {
	background-position: -100px -600px;
}

.neler-bg ul li small.n_konut.selected {
	background-position: -200px 0;
}

.neler-bg ul li small.n_ihtiyac.selected {
	background-position: -200px -100px;
}

.neler-bg ul li small.n_tasit.selected {
	background-position: -200px -200px;
}

.neler-bg ul li small.n_vadeli.selected {
	background-position: -200px -300px;
}

.neler-bg ul li small.n_net.selected {
	background-position: -200px -400px;
}

.neler-bg ul li small.n_gsm.selected {
	background-position: -200px -500px;
}

.neler-bg ul li small.n_ucak.selected {
	background-position: -200px -600px;
}

.neler-bg ul li small.selected {
	width: 115px;
}

.neler-bg ul li img {
	z-index: 100;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=40)
}

.neler-bg ul li img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.neler-bg ul li img.current {
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100)
}

.neler-bg ul li p {
	margin: 0;
	padding: 0;
	width: 319px;
	display: block;
	margin-left: 120px;
	font: normal 12px 'Metropolis Medium';
	color: #555;
}

.neler-bg ul li p a {
	color: #555;
	text-decoration: none
}

.neler-bg .current {
	background-position-x: -200px;
}

.neler-main {
	background: url(../images/kredi/neler-main.gif) no-repeat;
	width: 899px;
	height: 105px;
	padding-top: -10px;
	padding-left: 10px
}

.neler {
	/*background: url(https://bigpara.hurriyet.com.tr/kredi/Images/bg10.gif) repeat-x;*/
	background: url('/Assets/images/kredi/bg10.gif') repeat-x;
	width: 100%;
	margin: 0 auto;
	border: #f2f2f2 1px solid;
	padding: 10px;
	font: 400 12px/1.4em 'Metropolis Medium';
}

.neler p {
	margin: 10px 0;
	font-family: 'Metropolis Medium';
}

.neler a {
	color: #f68b25;
}

.kredi300Tab {
	width: 300px;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}

.kredi300Tab ul.kitMenu {
	width: 300px;
	height: 37px;
	list-style: none;
	display: inline-block;
	position: relative;
}

.kredi300Tab ul.kitMenu li {
	float: left;
	display: inline-block;
	width: 149px
}

.kredi300Tab ul.kitMenu li a {
	display: inline-block;
	color: #333;
	font: bold 12px 'Metropolis Bold';
	display: inline-block;
	padding: 5px 20px;
	margin: 10px 0 7px;
}

.kredi300Tab ul.kitMenu li a:hover {
	color: #f68b25;
}

.kredi300Tab ul.kitMenu li.selected {
	background-color: #fafafa;
	box-shadow: inset 3px 3px 5px #ddd;
	border: 1px solid #ddd;
	border-bottom: none
}

.kredi300Tab ul.kitMenu li.selected a {
	color: #f68b25;
}

.ie9 .kredi300Tab ul.kitMenu li a {
	padding: 5px 21px 5px 19px;
}

.kredi300Tab ul.kitContent {
	width: 278px;
	list-style: none;
	display: none;
	padding: 20px 10px 10px;
	border: 1px solid #d2d2d2;
	background-color: #fafafa;
	box-shadow: inset 3px 3px 5px #ddd;
	top: 37px;
	left: 0;
	float: left
}

.kredi300Tab ul.kitContent li {
	width: 270px;
	display: inline-block;
	padding: 3px 10px 3px 0;
	border-top: 1px dotted #ddd
}

.kredi300Tab ul.kitContent li:first-child {
	border-top: none;
}

.kredi300Tab ul.kitContent li span2 {
	width: 3px;
	height: 3px;
	display: block;
	background-color: #f68b25;
	margin: 5px 0;
	float: left;
}

.kredi300Tab ul.kitContent li a {
	width: 235px;
	height: 15px;
	overflow: hidden;
	margin-left: 12px;
	float: left;
	font: normal 12px 'Metropolis Medium';
	color: #444;
}

.kredi300Tab ul.kitContent .authorName {
	width: 80px;
	display: inline-block;
	text-align: center;
	float: left;
	color: #aaa8a8;
	font-size: 11px
}

.kredi300Tab ul.kitContent .articleTitle a {
	float: left;
	color: #555555;
	font-weight: bold;
	margin-left: 3px;
	width: 183px;
}

.kredi300Tab ul.kitContent .articleSpot span {
	margin-left: 4px;
	margin-top: 2px;
	color: #555555;
	width: 182px;
	float: left
}

.not{line-height:1.5em;color:#a7a7a7;margin-top:5px;display:inline-block}
.not ul{padding:0;margin:15px 0;list-style-type:none}
.not li{font-size: 12px;display:block;width:97%;text-decoration:none;padding:0px 0 10px 10px;}

#chart-section {min-height: 500px;border: 1px solid #cdcdcd;}
.tradingview-widget-copyright {padding: 20px 0px; font-family: 'Metropolis Bold';}