	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		background: url('../images/bg.jpg');
		font-family: 'Questrial', sans-serif;
		font-size: 15pt;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		color: #E5EEFF;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #404040;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #16A085;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 1200px;
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3E5A99;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,.5);
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.8em 2em;
		background: #3E5A99;
		line-height: 1.8em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/
	.title h2
	{
		font-size: 2.8em;
		color: #fff;
		text-shadow: 2px 2px 2px #ccc;
	}
	
	.title .byline
	{
		font-size: 1.1em;
		color: rgba(255,255,255,.5);
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
	}

	#header
	{
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}
	
	#logo h1
	{
		display: inline-block;
		margin-bottom: 0.20em;
		padding: 0.20em 0.9em;
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		padding-right: 0.5em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,1);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	}
	
	#menu ul
	{
		display: inline-block;
		padding: 0em 2em;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		padding: 1.3em 1.5em;
		text-decoration: none;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
		text-shadow: 2px 2px 2px #555;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background-color: #5de6de;
		background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
		border-radius: 10%;
		box-shadow: 2px 2px 2px white;
		color:#404040;
	}
	
	#menu .current_page_item a
	{
		color: #FFF;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	.wrapper
	{
		overflow: hidden;
		padding: 0em 0em 5em 0em;
	}

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
	}

	#wrapper3
	{
	}
	
	#wrapper4
	{
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		width: 1200px;
		padding: 2em 0px 0em 0px;
		text-align: center;
	}
	
	#welcome .content
	{
		padding: 0em 8em;
	}
	
		#welcome .image
		{
			display: block;
			padding-top: 3em;
			border: none;
		}

	#welcome .title h2
	{
		color: #000;
	}
	
	#welcome a,
	#welcome strong
	{
		color: #C6C2C4;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		overflow: hidden;
		padding: 3em 0em 0em 0em;
		text-align: center;
	}

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 700px;
		padding-right: 100px;
		border-right: 1px solid rgba(0,0,0,.1);
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 350px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}

	
	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		margin: 3em auto;
		padding: 2em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 1px;
		font-size: 0.90em;
		color: #000;
		font-weight: bold;
		font-size: 22px;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
	}
	
	#portfolio .box
	{
		text-align: center;
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		font-size: 1em;
		color: rgba(255,255,255,1);
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
		overflow: hidden;
		text-align: center;
	}
	
	#three-column h2
	{
		margin: 1em 0em;
		font-size: 1.5em;
		font-weight: 700;
	}
	
	#three-column .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		background: none;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		border: 6px solid #67128F;
		text-align: center;
		color: #FFF;
		
	}
		
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
		float: left;
		width: 50%;
		padding: 80px 20px 80px 20px;
	}
	@media screen and (max-width : 720px){
		#three-column #tbox1,
		#three-column #tbox2,
		#three-column #tbox3 {
			width: 100%;
		}
	}
	#three-column .title
	{
		text-align: center;
	}
	
	#three-column .title h2
	{
		font-size: 1.60em;
	}
	
	#three-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#three-column .arrow-down
	{
		border-top-color: #292929;
	}
	
	
	ul.tools
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		list-style: none;
	}
	
	ul.tools li
	{
		display: inline-block;
		padding: 0em .2em;
		font-size: 4em;
	}
	
	ul.tools li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.tools li a
	{
		color: #FFF;
	}
	
	ul.tools li a:before
	{
		display: inline-block;
		background: #1ABC9C;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		line-height: 120px;
		text-align: center;
		color: #FFFFFF;
	}
	.num_result_random {
		display: inline;
		padding : 10px 18px;
		text-shadow: 0px -1px 0px #000000, -2px 0px 0px #000000, 1px 2px 0px #000000;
		background-color: #045de9;
		background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
		font-size: 32px;
		font-weight: bold;
		border-radius: 50%;
		color: white;
		margin: 0 15px;
	}
	#one h2 {
		color: white;
		padding-left : 15px;
		text-shadow : 2px 2px 2px black;
	}
	#pasaran thead tr th{
		text-align: center;
	}
	#pasaran tbody tr td{
		color : black;
		font-weight: 400;
	}
	.paginate_button {
		padding : 10px;
		border : 1px solid #f33;
		cursor : pointer;
		text-decoration : none;
		background-color: rgba(0, 0, 0, 0.75);
		color: #fff;
	}
	#pasaran_wrapper {
		padding: 0 30px;
	}
	p#hours , p#seconds , p#minutes {
		display: inline-block;
		color : #000;
		font-weight: 500;
	}
	.result_countdown p{
		color: white;
		display : inline;
		font-size: 24px;
		padding-left: 15px;
		font-weight: 500;
	}
	.inner h3 , .inner p{
		color : rgba(0, 0, 0, 0.75);
		font-size: 24px;
		font-weight: 400;
	}
	.bg-custom {
		background-color: #537895;
		background-image: linear-gradient(315deg, #537895 0%, #09203f 74%);
	}
	.pole {
		margin: 0 30px;
		height: 50px;
	}
	.title {
		background-color : #9921e8;
		background-image : linear-gradient(315deg, #9921e8 0%, #5f72be 74%);
	}
	.box-v2 {
		padding-bottom: 3em;
	}
	.logo-side img {
		width: 300px;
		float: right;
		position: absolute;
	}
	@media only screen and (max-width : 2000px){
		.logo-side img {
			width: 150px;
		}
	}
	@media only screen and (max-width : 1200px){
		.logo-side img {
			width: 120px;
		}
	}
	@media only screen and (max-width : 720px){
		.logo-side img {
			width: 80px;
		}
	}
	@media only screen and (max-width : 600px){
		.logo-side img {
			display: none;
		}
	}
	.result {
		margin : 0 23px;
	}
	@keyframes blinker {
		50% {
			background-color: #aaa;
		}
	}
	#logo a img {
		max-width: 350px;
	}
	#logo a img {
		animation-name: zoom;
		animation-duration: 4s;
		animation-iteration-count: infinite;
		animation-timing-function: linear; 
	}
	@-moz-keyframes zoom { 50% { -moz-transform: scale(1.3); }100%{-moz-transform: scale(1.0);} }
	@-webkit-keyframes zoom { 50% { -webkit-transform: scale(1.3); } 100%{-webkit-transform: scale(1.0);}}
	@keyframes zoom { 50% { -webkit-transform: scale(1.3); transform:scale(1.3); } 100%{-webkit-transform: scale(1.0); transform:scale(1.0);}}
	.table_index thead th{
		color: #000;
		font-size: 20px;
	}
	.table_index tbody tr td {
		color: #000!important;
		font-size: 20px;
		font-weight: bold;
	}
	.btn-index {
		color: #fff;
		background-color: #f33;
		padding: 15px;
		font-size: 24px;
		float: right;
		text-decoration: none;
		border-radius : 5%;
		border : 1px solid black;
		box-shadow: 2px 2px 2px #000;
	}
	.btn-index:hover {
		color: #000;
		animation: blinker 2s linear infinite;
	}
	.banner {
		border : 5px solid lime;
		border-radius : 15px;
		box-shadow: 5px 5px 5px #222;
		animation : blink_banner 5s linear infinite;
	}
	@keyframes blink_banner {
		0%{
			border-color : yellow;
		}
		50%{
			border-color : red;
		}
		100%{
			border-color : lime;
		}
	}
	@media screen and (min-width : 480px){
		.banner {
			max-width: 300px;
		}
	}
	@media screen and (min-width : 600px){
		.banner {
			max-width: 600px;
		}
	}
	@media screen and (min-width : 960px){
		.banner {
			max-width: 960px;
		}
	}
	@media screen and (min-width : 1200px){
		.banner {
			max-width: 1200px;
		}
	}
	.link_index h2 {
		color : white;
		text-shadow: 2px 2px 2px #000;
	}
	.title p {
		color : #fff;
	}
	.table tbody tr td {
		vertical-align: middle;
	}