html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  /* line 13, /Applications/XAMPP/xamppfiles/htdocs/design/d2019/detikcom/lipsus/SBMPTN/2019/scss/assets/_general.scss */
  *:before,
  *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .clearfix:before, .clearfix:after {
	content: " ";
	display: table;
  }

  /* line 354, /Applications/XAMPP/xamppfiles/htdocs/design/d2019/detikcom/lipsus/SBMPTN/2019/scss/assets/_mixins.scss */
  .clearfix:after {
	clear: both;
  }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family:"Montserrat";font-style:normal;font-weight:700;src:url("../2019/fonts/Montserrat-SemiBold.eot?") format("eot"),url("../2019/fonts/Montserrat-SemiBold.woff2") format("woff2"),url("../2019/fonts/Montserrat-SemiBold.woff") format("woff");
}

body {
	background: #F9F9F9;
	font-family: sans-serif;
}
header {
	height: auto;
	background: #fff;
	position: relative;
	padding: 16px 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.content {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}
a.back {
	width: 120px;
	height: 35px;
	display: block;
}
a.back > img,
.title > img {
	width: 100%;
	height: auto;
}
h1 {
	font-size: 68px;
}
.title {
    max-width: 513px;
    width: 100%;
    height: auto;
    margin: 40px auto;
    text-align: center;
}
.title h3 {
    font: 400 20px/20px "Montserrat",helvetica,arial,sans-serif;
}
.title h2 {
    font: 700 34px "Montserrat",helvetica,arial,sans-serif;
    margin: 5px 0;
    text-align: center;
    display: inline-block;
}
.title h2:after {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    background: #898989;
    width: 60%;
    margin: 7px auto 0;
}
.title img {
    width: 190px;
    height: auto;
    display: block;
    margin: 10px auto;
}
.nav {
	background: #F9F9F9;
	padding: 25px;
}
.nav > button {
	background: #FF9F00;
	border: 0;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 114px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
.nav > button:hover {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
.nav > span {
	color: #9B9B9B;
	font-size: 14px;
	width: calc(100% - 238px);
	display: inline-block;
	text-align: center;
}
.main_content {
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	overflow: hidden;
}
#the-canvas {
	width: 100%;
}

footer {
	text-align: center;
}
.footer {
	width: 243px;
	height: 65px;
	display: inline-block;
	margin: 40px auto;
}
.footer img {
	width: 100%;
	height: auto;
}

.footer span{
	font-size: 11px;
	display: block;
	margin-top: 5px;
}

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

    header {
    	padding-left: 16px;
    }
    .title {
    	width: 75%;
    	height: auto;
    	margin: 25px auto;
    }
    .nav > button {
    	letter-spacing: 1px;
    	width: 80px;
    	height: 25px;
    	font-size: 9px;
    }
    .nav > span {
    	width: calc(100% - 195px);
    	font-size: 11px;
    }
	span.pageTitle {
		display: block;
		margin-bottom: 2px;
	}
	.footer {
		width: 35%;
		height: auto;
		margin: 20px auto;
	}
}

.text-center {
	text-align: center;
  }
  .text-center span{
	  font-size:14px;

  }
  .desktop-area {
	display: none;
  }

  @media (min-width: 768px) {
	.desktop-area {
	  display: block;
	}
  }

  .mobile-area {
	display: block;
  }

  @media (min-width: 768px) {
	.mobile-area {
	  display: none;
	}
  }
  .mb20{margin-bottom:20px;}
  .mt20{margin-top:20px;}
  .mt10{margin-top:10px;}
.text-center span{
	display: block;
}
.ads-area {
	display: inline-block;
	padding-top: 10px;
	width: 90%;
	text-align: center;
  }

  .ads-area ins {
	width: 120px;
	height: 67px;
	padding: 5px;
	margin: 10px 8px;
	overflow: hidden;
	display: inline-block;
  }

  .ads-area ins img {
	width: 100%;
    height: 100%;
    object-fit: contain;
  }

  @media (min-width: 768px) {
	.ads-area {
		width: 650px;
	}
	.ads-area ins {
	  width: 130px;
	  height: 73px;
	}
	.ads-area ins:nth-child(1), .ads-area ins:nth-child(2) {
	  width: 280px;
	  height: 157px;
	}
  }
  
