/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Helvetica', sans-serif;
	font-family: 'Helvetica Bold', sans-serif;
	font-family: 'Gill', sans-serif;
	font-family: 'Gill Bold', sans-serif;
	font-family: 'Gill Italic', sans-serif;
*/

body{
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:-20px;
	position: relative;
}

a:hover{
	text-decoration:none;
	color: red;
}
a:active{
	outline: none;
} 
a:focus{
	-moz-outline-style: none;
}
a:focus{outline:none}

/* Intro Start */

/* Intro Carousel */

#carousel-intro{
	margin-top:-1px;
}

.intro-top-line{
}

.intro-navigation{
	position:absolute;
	top:20px;
	z-index:100;
}

.intro-navigation > ul > li{
	background:#9f1c1f !important;
}


#intro .mega-dropdown{

}

.intro-logo-holder{
    border:0px solid grey;
	position:absolute;
	top:1px;
	right:100px;
	z-index:1010;
}

.intro-language{
	background:#ee1d23;
	color:#FFF;
	float:left;
	margin-right:10px;
	padding:0 15px 3px 15px;
}

.intro-logo{
	border-bottom:8px solid #ed1d25;
	float:left;
	margin-left:10px;
	margin-top:1px;
}

.intro-logo > div{
	background:#FFF;
	border-bottom:7px solid #5d0306;
	padding:10px;
	width:195px;
}
.carousel-inner .item {
    width:100%px;
	
}

.carousel-inner .item{
	margin-top:-1px;
	margin-bottom:-1px;
}

.carousel-caption{
	/* background:rgba(0,0,0,0.3); */
	bottom:initial !important;
	font-size:21px;
	left:0;
	padding:60px 20px 0 20px;
	position:relative;
	right:0;
	margin-top:-415px;
	text-align:left;
    width: 150px;
}

.intro-carousel-controls{
	bottom:220px;
	position:absolute;
	width:100%;
	z-index:11;
}

.intro-carousel-control-inner{
	padding:20px 20px 10px 20px;
}

.carousel-control {
	/**
    background-image:none !important;
	font-size:25px;
	line-height:10px;
	margin-left:15px;
	position:relative;
	opacity:1;
	**/
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: #222222;
    border: 3px solid #fff;
    border-radius: 23px;
    z-index: 200;
}

.carousel-control.left {
    left: 20px;
}

.carousel-control.right {
    right: 20px;
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.carousel-indicators{
	bottom:0;
	left:0;
	margin:0;
	padding-bottom:8px;
	position:relative;
	text-align:initial;
	top:20px;
	width:70%;
}

.carousel-indicators li{
	background:#FFF;
	border:none;
	border-radius:0;
	height:auto;
	padding:1px 3px;
	width:auto;
	text-indent:0;
}

.carousel-indicators .active{	
	background:#848383;
	color:#FFF;
	height:auto;
	padding:1px 3px;
	width:auto;
}

.carousel-additional-top{
	margin-top:-200px;
	overflow:hidden;
}

#intro .carousel-additional-top #companyprofile-holder{
	float:left;
	margin-right:13px;
	position:relative;
	width:260px;
}

#intro .carousel-additional-top #latestnews-holder{
	float:left;
	margin-right:13px;
	position:relative;
	width:420px;
}

#intro .carousel-additional-top #ourproduct-holder{
	float:left;
	position:relative;
	width:440px;
}

.carousel-readmore{
	padding:5px;
	text-decoration:underline;
}

.carousel-readmore a{
	color:#FFF;
}

.carousel-additional-top article header{
	background:#910807;
}

.carousel-additional-top article header div{
	padding:0px;
}

.carousel-additional-top .background-gray > article > footer{
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 10%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fefefe), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 10%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 10%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 10%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 10%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
	padding:10px 15px;
}

.jscroll{
	height:130px;
	overflow:scroll;
	position:relative;
}

.jscroll article{
	overflow:hidden;
}

.carousel-additional-top .nav-tabs>li{
	margin-bottom:0;
	margin-right:0;
	line-height:0;
	border:none;
}

.carousel-additional-top .nav-tabs>li > a{
	background:#910807;
	border:none;
	color:#fbfbfb;
	margin-bottom:0;
	margin-right:0;
	padding:5px 15px;
}

.carousel-additional-top .nav-tabs>li.active > a{
	background:#c82a2b;
	border:none;
	border-radius:0;
}

.carousel-additional-top .nav-tabs>li > a:hover{
	background:#910807;
	border:none;
}

.carousel-additional-top .nav-tabs>li.active > a:hover, .carousel-additional-top .nav-tabs>li.active > a:focus{
	background:#c82a2b;
	color:#FFF;
}

#intro .carousel-prev.carousel-controls, #intro .carousel-next.carousel-controls, #intro .carousel-prev.carousel-controls.hidden, #intro .carousel-mext.carousel-controls.hidden{
	display:block !important;
	visibility:visible !important;
}

#intro .carousel-next.carousel-controls{
	background:url(../img/intro-next-prev.png) no-repeat top right;
	height:20px;
	width:20px;
}

#intro .carousel-prev.carousel-controls{
	background:url(../img/intro-next-prev.png) no-repeat bottom right;
	height:20px;
	width:20px;
}

#intro .carousel-next.carousel-controls:hover{
	background:url(../img/intro-next-prev.png) no-repeat bottom left;
	height:20px;
	width:20px;
}

#intro .carousel-prev.carousel-controls:hover{
	background:url(../img/intro-next-prev.png) no-repeat top left;
	height:20px;
	margin-right:3px;
	width:20px;
}

#intro .list_carousel article{
	position:relative;
}

#intro .list_carousel .middle-caption{
	background:rgba(206, 24, 30, 0.8);
	bottom:0;
	border-radius:0 0 4px 4px;
	color:#FFF;
	display:block;
	padding:5px 20px;
	position:absolute;
	width:100%;
}

.carousel-info-kurs-holder{
	padding:5px;
}

.carousel-info-kurs{
	border-top:2px solid #cdcdcd;
	border-bottom:2px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
	border-radius:0 4px 4px 0;
	padding:2px 0 2px 10px;
	overflow:hidden;
	width:710px;
}

.carousel-kurs-text{
	background:#696b6b;
	color:#FFF;
	float:left;
	padding:2.5px 20px;
	text-align:center;
	min-width:140px;
}
.carousel-kurs-text a {
    color:#FFF;
}
.carousel-additional-middle{
	background:#ed1d25 url(../img/redcarpet.png);
	box-shadow:0 -1px 2px #333;
	margin-top:-2px;
	position:relative;
	z-index:1;
}

.carousel-search{
	float:right;
	border:2px solid #cdcdcd;
	border-radius:4px;
	width:250px;
	margin-top:-25px;
}

.intro-quicklinks{
    background-color: #fff;
	border:none;
    color: #696969;
	display: block;
	height:21px !important;
    font-size: 14px;
    line-height: 20px !important;
    padding: 3px 9px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015)!important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015)!important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: middle;
	width:100%;
}

.carousel-additional-middle .selectboxit-container span, .carousel-additional-middle .selectboxit-container .carousel-additional-middle .selectboxit-options a{
	line-height:21px;
	height:18px;
}
#intro #financial-form .submit-btn input{
	background:#790100;
	border:1px solid #790100;
}

#intro #financial-form .submit-btn input:hover{
	background:#f6b404;
	border:1px solid #f6b404;
}

#intro #financial-form{
	padding:0;
}

#intro #financial-form ul{
	max-height:180px;
	overflow-y:scroll;
}

.intro-copyright ul{
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}

.intro-copyright li{
	margin-right:10px;
	float:left;
}

.intro-copyright li:last-child{
	margin-right:0;
}

.intro-ojk{
	overflow:hidden;
}

#intro .twitter-social-youtube, #intro  .twitter-social-facebook, #intro  .twitter-social-twitter{
	height:24px;
	width:23px;
}

#intro > footer{
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 37%, #c9c9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#fefefe), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 37%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 37%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 37%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 37%,#c9c9c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}

.intro-footer-gradient{
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(left, #ed1c24 50%, #7f1416 50%, #7f1416 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#ed1c24), color-stop(50%,#7f1416), color-stop(100%,#7f1416)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ed1c24 50%,#7f1416 50%,#7f1416 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ed1c24 50%,#7f1416 50%,#7f1416 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ed1c24 50%,#7f1416 50%,#7f1416 100%); /* IE10+ */
	background: linear-gradient(to right, #ed1c24 50%,#7f1416 50%,#7f1416 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#7f1416',GradientType=1 ); /* IE6-9 */
	position:relative;
}

.intro-footer-gradient:after{
	/* background:url(../img/intro-wing.png); */
	bottom:0;
	content:"";
	height:134px;
	right:0;
	position:absolute;
	width:128px;
	
}

/* Intro Mobile */ 
.intro-navigation-ready{
	display:none;
}
#jPanelMenu-menu .intro-navigation-ready{
	display:block;
}

#intro .jPanelMenu-panel > footer {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c6c6c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c6c6c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c6c6c6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c6c6c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}
/* Intro End */


/*Navigation*/
#top-navigation{
	background: rgb(140,21,21); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(140,21,21,1) 1%, rgba(175,21,26,1) 38%, rgba(86,1,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(140,21,21,1)), color-stop(38%,rgba(175,21,26,1)), color-stop(100%,rgba(86,1,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(175,21,26,1) 38%,rgba(86,1,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(175,21,26,1) 38%,rgba(86,1,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(175,21,26,1) 38%,rgba(86,1,3,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(140,21,21,1) 1%,rgba(175,21,26,1) 38%,rgba(86,1,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1515', endColorstr='#560103',GradientType=1 ); /* IE6-9 */
}

.small-logo-logo{
	float:right;
	margin-top:15px;
	width:244px;
}

#bottom-navigation{
	background:#FFF;
	border-bottom:4px solid #ce181e;
}

.bottom-navigation-second{
	margin-left:0;
}

#top-navigation-holder{
	float:right;
}
	
.noflag-nav{float:left;}
.flag-nav{float:right;}

ul#top-navigation-left, ul.top-navigation-right, ul#navigation-bottom, ul#small-bottom-navigation, ul#small-top-navigation{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

ul#top-navigation-left li a, ul.top-navigation-right li a, ul#small-top-navigation li a{
	color:#FFF;
}

ul#small-bottom-navigation, ul#small-top-navigation{
	color:#FFF;
}

ul#top-navigation-left li, ul.top-navigation-right li{
	float:left;
	font-size:16px;
	padding:6px 5px 6px 5px;
	position:relative;
}

ul.top-navigation-right li:hover{
	background:url(../img/hover-nav.png) no-repeat center bottom;
}

ul.top-navigation-right li.actives{
	background:#ee1d23;
	padding-left:10px;
	padding-right:10px;
}

.logos{
	margin:0;
	padding:10px 0px 0px 0px;
}

.logo{
	margin:0;
	padding:10px 0px 20px 0px;
}
ul#navigation-bottom > li{
	background:#cf5942;
	color:#FFF;
	float:left;
	font-size:20px;
	margin-right:2px;
	padding:4px 19px;
}

ul#navigation-bottom > li > a{
	color:#FFF;
}

ul#navigation-bottom li div, ul#navigation-bottom li div a{
	color:#696969;
}

/*MEGA DROPDOWN*/

.mega-dropdown{
	background:#FFF;
	border-bottom:6px solid #790100;
	padding:0 20px 20px 20px;
	position:relative;
	visibility:hidden;
	left:0px;
	width:250px;
	z-index:99999;
}

.mega-dropdown li{
	background:none;
	color:#696969;
	display:block;
	float:none;
	padding:3px 0 3px 0;
}
.mega-dropdown li a{
	color:#696969;
}

.mega-dropdown a{
	color:#8c1515;
}

.mega-down-title{
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
}

.mega-down-desc{
	font-size:15px;
}
	
.mega-down-desc-child{
	border-bottom:1px solid #e5e0d9;
	margin:2px 0 0 0;
	padding:0 10px 6px 0s;
	position:relative;
}
	
.mega-down-desc-child i{
	color:#696969;
}

.mega-down-desc-child:hover i{
	color:#ce181e;
}

.mega-dropdown .has-child{
	position:relative;
}

.mega-child{
	background:#FFF;
	border:1px solid #e5e0d9;
	padding:10px 20px 20px 20px;
	position:relative;
	top:0;
	visibility:hidden;
	width:250px;
	z-index:999;
}

/* Mobile Navigation */

.small-logo-text{
	color: #AF1116;
	display:none;
    font-size: 18px;
	margin-bottom:10px;
	padding:0 20px;
}

#small-top-navigation{
	background:#330000;
	cursor:pointer;
	padding:10px!important;
	position:relative;
	text-align:center;
}

#small-top-navigation{
	color:#FFF;
}

.small-top-nav-container{
	display:none;
	background:#330000;
	left:0;
	top:40px;
	padding:10px;
	position:absolute;
	width:120px;
	z-index:999;
}

.small-bottom-nav-header{
	background:#8c1515;
	border-radius:6px;
	color:#FFF;
	display:none;
	font-size:30px;
	float:left;
	margin-top:13px;
	padding:5px 15px;
	text-align:center;
}

.small-bottom-nav-header a {
	color:#FFF;
}

.small-top-nav-header-right{
	color:#FFF;
	margin-top:9px;
}

.small-navigation-masker{
	background:rgba(0, 0, 0, 0.85);
	display:none;
	height:140%;
	position:fixed;
	top:0;
	width:100%;
	z-index:999999;
}

.small-navigation-bottom{
	margin-bottom:60px;
}

.has-child{
	position:relative;
}

/*Mobile Navigation End*/

/* Exchange Start */

.exchange-information{
	float:left;
	font-size:13px;
	padding:35px 0 0 0;
	width:500px;
}

/* Exchange End */

/*Navigation End*/

/* Slider Start */

#slide-er{
	background:#fff;
}

.camera_caption{
	right:100px;
	bottom:50px !important;
	width:350px;
}

.camera_caption div{
	background:rgba(158, 0, 6, 0.5);
	padding:10px !important;
	overflow:hidden;
	text-align:right;
}

.camera_caption span{
	margin:5px;
	display:block;
}

.camera_wrap{
	margin-bottom:0 !important;
}

.camera_wrap .camera_pag .camera_pag_ul{
	bottom:45px;
	position:relative;
	text-align:center;
}
.camera_wrap .camera_pag .camera_pag_ul li{
	background:#e5e0d9;
	height:14px;
	margin:15px 5px 10px 5px;
	width:14px;
}

.camera_wrap .camera_pag .camera_pag_ul li > span{
	background:#e5e0d9;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
	background:#f6b404;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
	background:#f6b404;
}

.camera_wrap .camera_pag .camera_pag_ul li.camera_hover > span{
	background:none;
}
.carousel-caption-title{
	font-size:20px;
	font-weight:bold;
	margin:0;
}

.carousel-caption-desc{
	font-size:13px;
	margin:0 0 10px 0;
}

.carousel-caption-readmore{
	background:#f6b404;
	border-radius:4px;
	float:right;
	font-size:13px;
	font-weight:bold;
	padding:5px 20px;
	text-align:center;
	width:170px;
}

.carousel-caption-readmore a{
	color:#FFF;
}

/* Slider End */

/* Kalkulator Finansial Start */

#financial-form{
	border-top:1px solid #EEE;
	padding:10px 0;
}

#form-cari{
	height:30px;
}
	
.financial-forms{
	padding:10px 0;
}

#financial-form .col-md-3{
	color:#FFF;
	font-weight:normal;
}

.financial-control:focus, .jselect:focus {
    border-color: #4d4d4d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
}

.financial-control, .jselect{
    background-color: #fff;
	border:1px solid #D2D3D6;
    color: #696969;
	display: block;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 5px 9px;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015)!important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015)!important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width:100%;
}

.selectboxit.financial-control.enabled.btn, .selectboxit-container, .selectboxit{
	width:100% !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background:#790100;
	color:#FFF;
}

ul.selectboxit-options.dropdown-menu{
	min-width:0 !important;
	width:100% !important;
}

ul.selectboxit-options.dropdown-menu li a:hover{
	color:#FFF !important;
}

a.selectboxit-option-anchor{
	background:#FF !important;
	background-image:#FFF;
}

.financial-ctrl{
	color:#696969;
	margin-right:10px;
	width:79%;
}

.financial-ctrl span{
	color:#696969;
	font-size:14px;
	font-weight:400;
}

.financial-ctrl label{
	font-size:17px;
	font-weight:bold;
}

#financial-form .submit-btn{
	margin-top:1px;
}

#financial-form .submit-btn input:hover{
	background:#f6b404;
	border:1px solid #f6b404;
}

#financial-form .submit-btn input{
	background:#BB312A;
	border:1px solid #BB312A;
	border-radius:4px;
	padding:4px 5px;
}

/* Kalkulator Finansial End */

/* Kredit Start*/

#middle-content{
	padding:20px 0;
}

#middle-content article header h2{
	color:#af1116;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
}

.middle-image img{
	border-radius:8px;
}

.middle-description{
	color:#696969;
	font-size:15px;
	line-height:17px;
	padding:10px 0;
}

.list_carousel, .carousel-middle{
	overflow:hidden;
}

.carousel-controls{
	cursor:pointer;
	float:left;
}

.carousel-next.carousel-controls{
	background:url(../img/next-prev.png) no-repeat bottom left;
	height:22px;
	width:22px;
}

.carousel-prev.carousel-controls{
	background:url(../img/next-prev.png) no-repeat top left;
	height:22px;
	margin-right:3px;
	width:22px;
}

.carousel-next.carousel-controls:hover{
	background:url(../img/next-prev.png) no-repeat top right;
	height:22px;
	width:22px;
}

.carousel-prev.carousel-controls:hover{
	background:url(../img/next-prev.png) no-repeat bottom right;
	height:22px;
	width:22px;
}

/* Kredit End */

/* Ticker Start */
.tickercontainer {
	padding: 11px 13px 11px 100px;
	width: auto;
}

.ticker-title{
	padding-left:25px;
}

.ticker-desc li{
	list-style:none;
}

/* Ticker End */

/* Twitter Tweets Start */

#twitter-container{
	color:#696969;
}

.twitter-status a, .twitter-statuss a{
	color:#ce181e;
}

.twitter-timer{
	color:#222;
	font-size:14px;
}

.twitter-do-follow{
	background:#ce181e;
	border-radius:10px;
	font-size:15px;
	padding:10px 0;
	text-align:center;
	width:140px;
}

.twitter-do-follow:hover{
	background:#f6b404;
}

.twitter-do-follow a{
	font-size:16px;
	font-weight:600;
}

.twitter-status{
	font-size:16px;
	line-height:20px;
}

.twitter-social-holder{
	float:right;
}

.twitter-social-holder div{
	float:left;
}

/* Twitter Tweets End */

/* Profile Bank Jatim Start */

.profile-title{
	color:#ce181e;
	font-size:17px;
	padding:0 0 15px 0;
}

.profile-title h2{
	color:#696969;
	font-size:18px;
	margin:0;
}

.profile-title a{
	color:#ce181e;
}

.bank-jatim-chart{
	width:315px;
}

.table-kredit{
	color:#FFF;
}

.table-kredit td{
	border:2px solid #FFF !important;
}

.table-kredit td{
	text-align:center;
	padding-top:10px;
	padding-left:11px;
	padding-right:11px;
	vertical-align:top;
}

.table-kredit td{
	padding-left:5px;
	padding-right:4px;
}

.table-kredit td.kredit{
	background:#ce181e;
	height:80px;
}

.table-kredit td.konsumsi{
	background:#ce181e;
	height:40px;
	padding-top:0;
	vertical-align:middle;
}

.table-kredit td.konsumsi.background-red4{
	background:#ed1c24;
}

/* Profile Bank Jatim End */

/* Pengumuman Start */

#newsalike-container{
	padding:0 0 20px 0;
}

#newsalike-container section > header{
	font-size:18px;
	font-weight:normal;
	padding:17px 0 24px 0;
}

#newsalike-container section > header h2{
	font-size:18px;
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
}

#newsalike-container section > header i{
	font-size:18px;
	margin-right:5px;
}

.newsalike-decoration{	
	background:#696969;
	height:1px;
}

#newsalike-container article article{
	margin-bottom:9px;
}

#newsalike-container article article:last-child{
	margin-bottom:0;
}

.newsalike-description-date{
	font-size:18px;
	line-height:22px;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	width:32px;
}

#newsalike-container article header{
	float:left;
	font-size:14px;
	line-height:20px;
	width:65%;
}

#newsalike-container article header h3{
	font-size:14px;
	line-height:18px;
	margin:0;
}

#newsalike-container .agenda article header{
	font-size:14px;
	float:left;
	width:47%;
}

#newsalike-container section footer{
	font-size:16px;
}

#newsalike-container .newsalike-time{
	display:block;
}

/* Pengumuman End */

/* News Start */

.news-holder{
	border-left:1px solid #cfcfcf;
}

.news-date-filter div{
	border-bottom:1px solid #cfcfcf;
	margin:5px 0;
	padding-bottom:5px;
}

.news-date-filter div a{
	color:#696969;
	display:block;
	padding:15px 0 15px 20px;
}

.news-date-filter div:hover a{
	background:#ececec;
	color:#ce181e;
}

.news-desc-holder{
	width:530px;
	margin-left:20px;
}

/* News End */

/* Pages Start */

.pages-slideralike-caption{
	background:rgba(121, 1, 0, 0.7);
	bottom:0;
	color:#FFF;
	font-size:18px;
	padding:20px;
	position:absolute;
	width:100%;
}

.pages-middle-holder{
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}

.pages-left-holder{
	border-right:1px solid #cfcfcf;
	margin-right:-10px;
	padding-right:20px;
}

.pages-right-holder{
	border-left:1px solid #cfcfcf;
	margin-left:-10px;
	padding-left:5px;
}

#pages .table-kredit td{
	padding-left:5px;
	padding-right:4px;
}

.pages-left-addmargin{
	margin-top:3px;
}
/* Pages End*/

/* Jaringan Start */

.unique-jaringan{
	background:#CC3D27;
}

.unique-jaringan-img{
	height:125px;
	background:url(../img/jaringan-uniq.png) center;
}

.unique-jaringan-img h1{
	margin-top:70px;
}

.map-holder{
	border-left:1px solid #cfcfcf;
}

.jselect{
	background:#ececec;
}

.jsubmit{
	background:#ce151c;
	border:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	color:#FFF;
	padding:6px 19px;
}

.jmap{
	width:100%;
	height:435px;
}

.jmap-table{
	color:#696969;
}

.jmap-table td{
	background: #fff;
	border-right:3px solid #FFF;
	border-top:0 !important;
	padding:5px 15px;
}

.jmap-table td:last-child{
	border-right:0px;
}

.jmap-table tr:hover td{
	background:#e5e0d9;
}

.jmap-table-lokasi{
	width:250px;
}

.jmap-table-alamat{
	width:260px;
}

.jmap-table-kota{
	width:150px;
}

.jmap-table-provinsi{
	width:195px;
}

.jmap-table-head td{
	background:#ce151c !important;
	color:#FFF;
	padding:10px 15px;
}

.jmap-table-head tr:hover td{
	background:#ce151c !important;
}

#jaringan .bjt-accordion > ul > li > a{
	margin:5px 0;
	display:block;
	padding:8px 20px;
}

/* Jaringan End */

/* Pages New Start */
	
	#newPages #bottom-footer{
		padding:10px 0;
	}
	
	#newPages .jPanelMenu-panel > footer{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #c6c6c6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#c6c6c6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
	}
	
	.carousel-info-kurs-holder{
		background:white;
		width:875px;
	}
	
	 .carousel-info-search-holder{
		background:white;
		padding:5px;
		border:0px solid black;
	}
	
	.carousel-search{
		margin-top:0;
	}

    .carousel-search form {
        margin: 0;
    }
	
	#newPages .intro-navigation, #newPages .intro-logo-holder{
		position:relative;
		right:0;
		top:0;
	}
	
	#newPages .intro-logo{
		border:none;
		margin-top:0;
		z-index:1;
	}
	
	#newPages .intro-logo > div{
		border:none;
		padding:20px 0;
		width:216px;
	}
	
	#newPages .mega-dropdown{
	
	}
	
	#newPages .carousel-inner{
		border-top:5px solid #5d0306;
		border-bottom:5px solid #cd181d;
	}
	
	#newPages .newPagesContainer{ 
		background:url(../img/ornamentpage.jpg);
	} 
	
	#newPages .minNewPages{
        padding-bottom: 50px;
		min-height:630px;
        background: white;
        clear:both;
	}
	#newPages .minNewPages:after {
    content:'';
    display:block;
    clear: both;
    }
	#newPages #jPanelMenu-menu{
		position:absolute;
	}

/* Pages New End */

/* Footer Start */
/* Tips Keamanan Perbankan  */
#top-footer{
	background: rgb(140,21,21); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(140,21,21,1) 1%, rgba(162,19,22,1) 46%, rgba(85,0,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(140,21,21,1)), color-stop(46%,rgba(162,19,22,1)), color-stop(100%,rgba(85,0,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(162,19,22,1) 46%,rgba(85,0,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(162,19,22,1) 46%,rgba(85,0,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(140,21,21,1) 1%,rgba(162,19,22,1) 46%,rgba(85,0,3,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(140,21,21,1) 1%,rgba(162,19,22,1) 46%,rgba(85,0,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1515', endColorstr='#550003',GradientType=1 ); /* IE6-9 */
	color:#FFF;
	font-size:20px;
	padding:13px;
}

.bottom-footer{
	background: rgb(237,28,36); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(237,28,36,1) 46%, rgba(99,5,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(46%,rgba(237,28,36,1)), color-stop(100%,rgba(99,5,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(237,28,36,1) 46%,rgba(99,5,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(237,28,36,1) 46%,rgba(99,5,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(237,28,36,1) 46%,rgba(99,5,9,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(237,28,36,1) 46%,rgba(99,5,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#630509',GradientType=1 ); /* IE6-9 */
}

.footer-tips-holder{
	float:right;
	font-size:12px;
    margin-right: 0;
}
.footer-tips-holder a {
    color:red;
}

.footer-tips-holder span{
	margin:0 5px;
}

.info-holder{
	float:left;
}

.ojk-holder{
	float:right;
}

/* Info Bank Jatim  */
#bottom-footer{
	padding:10px 0;
}
#bottom-footer > .container{
	position:relative;
	z-index:10;
}

.social-media{
	float:right;
}

.footer-lps{
	margin-top:18px;
}

.footer-edukasi{
	margin-top:10px;
}

.footer-ayokebank{
	margin-top:9px;
}

.footer-ib{
	margin-top:16px;
}

.copyright{
	font-size:14px;
}

/* Footer End */

/* Flash Of Unstyled Content Start */

.style-in-process .exchange-information{
	display:none;
}

.slider-style-in-process #slide-er{
	display:none;
}

.carouFredSel-style-in-process #middle-content{
	display:none;
}

.style-in-process .mega-dropdown{
	display:none;
}

/* Flash Of Unstyled Content End */
