html {
	min-height: 100vh;
}

html, body {
	font-family: "Calibri",Helvetica,Arial,sans-serif;
    position: relative;
    display: block;
    overflow: auto;
    margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.jpg) top center no-repeat #374c83;
	color: #fff;
	font-size: 16px;
	height: 100%;
	overflow-y: hidden;
}

body .site {
		overflow: hidden;
		min-height: 100%;
}

body a {
	color: #fff;
	text-decoration: none;
}

body a:hover, a:focus, .cat-list h3 a:hover,
.content-inner h1 a:hover, .cara-list > a:hover > p {
	color: #00a1ff;
	text-decoration: none;
}

@font-face {
	font-family: 'NewsGothicMT';
	font-style: normal;
	font-weight: normal;
	src: local('NewsGothicMT'), local('NewsGothicMT'), url(../fonts/NewsGothicMT.ttf) format('truetype');
}

@font-face {
	font-family: 'SegoeUI Semi Bold';
	font-style: normal;
	font-weight: normal;
	src: local('SegoeUI Semi Bold'), local('SegoeUI-Semi-Bold'), url(../fonts/seguisb.ttf) format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	src: local('Ubuntu'), local('Ubuntu'), url(../fonts/Ubuntu-R.ttf) format('truetype');
}

@font-face {
	font-family: 'Uni Sans Heavy Caps';
	font-style: normal;
	font-weight: normal;
	src: local('UniSansHeavy'), local('UniSansHeavy'), url(../fonts/UniSansHeavy.ttf) format('truetype');
}

ul, ol {
	margin-bottom: 5px;
	text-align: left;
}

*,:after,:before {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.site .page-container {
    position: relative;
}

.header-top {
	background: url(../img/head-bg.png) repeat-x;
	background-size: auto 100%;
}

.contact {
	font-family: 'Uni Sans Heavy Caps';
	margin: 0 .5rem;
}

.contact > div {
	font-size: 17px;
	margin: .5rem .25rem;
}

.contact strong {
	color: #004c7a;
}

/*-- nav --*/

.navbar {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #00a1ff;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

ul li a.dropdown-item {
	padding: .5rem 1.5rem;
}

ul.dropdown-menu {
	padding: 0;
	background: #cbd9fe;
}

ul.dropdown-menu li > ul.dropdown-menu {
	left: 100%;
	top: 0;
	margin: 0;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active,
.navbar .current-menu-item > .dropdown-item {
	background-color: #00a1ff;
}
	
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu {
	display: block;
}

/* -- nav-end --*/

.bg-blue {
	background: #003268;
	border-top: 2px solid #007bff;
}

.cara, .bank h3 {
	background: #c1d2fe;
	background: -moz-linear-gradient(top, #c1d2fe 0%, #d2dffe 10%, #f9faff 50%, #f4f7ff 90%, #d3defe 100%);
	background: -webkit-linear-gradient(top, #c1d2fe 0%,#d2dffe 10%,#f9faff 50%,#f4f7ff 90%,#d3defe 100%);
	background: linear-gradient(to bottom, #c1d2fe 0%,#d2dffe 10%,#f9faff 50%,#f4f7ff 90%,#d3defe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d2fe', endColorstr='#d3defe',GradientType=0 );	
}

.cara {
	padding: 10px;
	border-radius: 10px;
}

.cara-list {
	width: 100%;
	background: #003268;
	border-radius: 10px;
}

.cara-list > a {
	background: url(../img/smiley-border.png) left center no-repeat;
	text-align: center;
}

.cara-list > a:first-child {
	background: none;
}

.cara-list > a > p {
	font-size: 13px;
	font-family: 'Ubuntu';
	margin: 0 0 0 1rem;
}

.cara-list > a > h4 {
	font-family: 'Uni Sans Heavy Caps';
	font-size: 36px;
	color: #ebe121;
	height: 60px;
}

.cara-list > a:hover > h4 {
	color: #fff;
}

.smiley a:hover img {
	transform: scale3d(1.01,1.01,1.01);
}

.content-inner {
	min-height: 30vh;
}

.content-inner h1, .content-inner h1 a {
	color: #ccdbff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

.content-inner p {
	text-align: center;
	margin: 0 0 20px;
	line-height: 27px;
}

.entry-title {
	position: absolute;
    top: 0px;
	left: 0px;
	padding: 5px 30px 5px 10px;
	background: url(../img/bg-title.png) right center no-repeat;
	background-size: auto 100%;
	font-size: 14px;
	font-weight: bold;
	color: #5f0000;
	z-index: 99;
}

.content-wrap .post-title {	
	background: url(../img/ticker.png) top center repeat-x;
	background-size: auto 100%;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.content-wrap .post-title a:hover {	
	color: #345789;
}

.content-wrap .bg-blue > article {	
	padding: 10px;
}

@-webkit-keyframes shinee {
	100% { left:125% }
}

@keyframes shinee {
	100% { left:125% }
}

.cat-list h3 {
	padding-bottom: 5px;
}

.navigation {
	float: right;
	margin: 20px 5px 5px;
}

.navigation li a {
	color: #fff;
	text-decoration:none;
	background: #00a1ff;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	text-decoration:none;
}

.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background: #003268;
}

.content-wrap .entry-title a:hover {
	color: #222;
}

.content .alignleft, .content img.alignleft,
.content .alignright, .content img.alignright {
	margin-top: 4px;
	margin-bottom: 5px;
}

.content .alignleft, .content img.alignleft {
	margin-right: 10px;
	float: left;
}

.content .alignright, .content img.alignright {
	margin-left: 10px;
	float: right;
}

.content .alignnone, .content img.alignnone,
.content .aligncenter, .content img.aligncenter
{
	text-align: center;
	display: table;
	margin: 0 auto;
}

.bank h3 {
	color: #003268;
	letter-spacing: 5px;
	font-size: 30px;
	position: relative;
	font-family: 'Uni Sans Heavy Caps';
	border-radius: 10px;
}

.bank > div {
	background: url('../img/bank-border.png') bottom center no-repeat;
}

.bank > div > div > p {
	margin: 0;
	font-size: 12px;
}

.bank > div > div > span {
	background: url('../img/bank.png') no-repeat;
	margin: .5rem;	
}

.bank > div > div > span.bca {
	width: 140px;
	height: 46px;
}

.bank > div > div > span.mandiri {
	background-position: top right;
	width: 144px;
	height: 42px;
}

.bank > div > div > span.bni {
	background-position: bottom left;
	width: 140px;
	height: 36px;
}

.bank > div > div > span.bri {
	background-position: bottom right;
	width: 144px;
	height: 34px;
}

footer {
	font-family: 'Century Gothic';
}

footer h6 {
	font-family: 'SegoeUI Semi Bold';
    font-size: 11px;
    line-height: 12px;
    padding: 0;
	margin: 10px 0;
}

.scrollToTop {
	background: url('../img/up.png') no-repeat top center;
	background-size: 50px 50px;
	width: 100px; 
	padding-top: 50px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
    position: fixed;
    bottom: 5%;
	left: 1%;
	display: none;
}

.float-banner {
    position: fixed;
    top: 0;
}

.float-banner.banner-left {
    left: 0;
}

.float-banner.banner-right {
    right: 0;
}

@media (max-width: 1330px) {
    body .float-banner {
        display: none !important;
    }
}

@media (min-width: 1200px) {
	.site .container {
		max-width: 1015px;
	}
}

@media screen and (min-width: 992px) {
	.navbar {
		padding: 0;
	}	

	.navbar-brand {
		display: none;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: .25rem 1.75rem .25rem 0;
	}
	
	.navbar-expand-lg .navbar-nav .nav-item {
	    list-style: disc;
	}
	
	.navbar-expand-lg .navbar-nav .nav-item:first-child {
	    list-style: none;
	}
}

@media screen and (max-width: 991px) {

	.dropdown-item:focus, .dropdown-item:hover {
		font-weight: bold;
	}

	ul.dropdown-menu li > ul.dropdown-menu, ul.dropdown-menu li > ul.dropdown-menu {
		display: block;		
		margin: .5rem;
	}
	
	.navbar-nav > li {
	    border-bottom: 1px solid #99B8EC;
	}
	
	.navbar-nav > li:last-child {
	    border-bottom: none;
	}
	
	.navbar-nav .nav-link {
		padding: .5rem 1rem;
	}

	.scrollToTop{
		display: none!important;
	}
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {	
	.berita h2 {
		font-size: 18px;
		padding: 5px 20px;
	}
	
	.triangle {
		display: none;
	}
}

.running-text {
    position: relative;
    background: #94b7e8;
	background: -moz-linear-gradient(left, #94b7e8 1%, #94b7e8 50%, #cbd9fe 50%, #cbd9fe 100%);
	background: -webkit-linear-gradient(left, #94b7e8 1%,#94b7e8 50%,#cbd9fe 50%,#cbd9fe 100%);
	background: linear-gradient(to right, #94b7e8 1%,#94b7e8 50%,#cbd9fe 50%,#cbd9fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b7e8', endColorstr='#cbd9fe',GradientType=1 );
}

.running-text strong {
	font-size: 20px;
	line-height: 24px;
	color: #003268;
	font-family: "Impact";
}
   
.marquee {
	background: #cbd9fe;
}

/* We need this to float so the dimension will be exactly that of the contents. */
.marquee .fake {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
                    
/* The sliding span */
.marquee .fake span {
    display: inline-block;
    font-size: 16px;
	color: #00314e;
    font-style: italic;
    position: relative;
    left: -60%;
    -moz-animation-name: marquee;
    -webkit-animation-name: marquee;              

    /* Set the duration, s = seconds */
    -moz-animation-duration: 50s;
    -webkit-animation-duration: 50s;      
  
    /* How many times the animation to repeat */
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;                        

    /* Several options available, use linear for this example */
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;     
}
              
/* Stop the marquee on :hover */
.marquee .fake:hover span{
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}              
            
@-webkit-keyframes marquee{
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
              
@-moz-keyframes marquee{
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

