/* --------------------------------------------------------------------
 |
 | -- VARIABLES & MIXINS
 |
 ----------------------------------------------------------------------*/
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universce55medium_eot.txt');
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universce55medium_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universce55medium_woff.txt') format('woff'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universce55medium_ttf.txt') format('truetype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universce55medium_svg.txt') format('svg');
}

@font-face {
  font-family: "Univers Light";
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universlt45light_eot.txt');
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universlt45light_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universlt45light_woff.txt') format('woff'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universlt45light_ttf.txt') format('truetype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/universlt45light_svg.txt') format('svg');
}

@font-face {
  font-family: "Univers Bold";
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/univers65boldregular_eot.txt');
  src: url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/univers65boldregular_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/univers65boldregular_woff.txt') format('woff'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/univers65boldregular_ttf.txt') format('truetype'), url('/1/PA_WABEngine/file?filename=theme/imo2/css/fonts/univers65boldregular_svg.txt') format('svg');
}

/* --------------------------------------------------------------------
 |
 | -- GENERAL
 |
 ----------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif, 'Univers';
  line-height: 1.4;
  color: #000;
  background: #f7f6f6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #231f20;
}

a.clean {
  text-decoration: none;
}

p, ul, ol {
  margin: 15px 0;
}
p.is-spacy, ul.is-spacy, ol.is-spacy {
  margin: 20px 0;
}
p.is-spacier, ul.is-spacier, ol.is-spacier {
  margin: 25px 0;
}

ul a, ol a {
  text-decoration: none;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

li {
  margin-bottom: 5px;
}

strong {
  font-family: 'Univers Bold';
  letter-spacing: -1px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 15px 0;
}

h5, h6 {
  margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Univers', sans-serif;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
  text-decoration: none;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1.is-tight, h2.is-tight, h3.is-tight, h4.is-tight, h5.is-tight, h6.is-tight {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

br.min-xss,
br.max-xss,
br.min-xsm,
br.max-xsm,
br.min-sm,
br.max-sm,
br.min-md,
br.min-lg {
  display: none;
}

@media (min-width: 480px) {
  br.min-xss {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  br.max-xss {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  br.min-xsm {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  br.max-xsm {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  br.min-sm {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  br.max-sm {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  br.min-md {
    display: inline-block;
  }
}
@media (min-width: 1245px) {
  br.min-lg {
    display: inline-block;
  }
}
.page {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 16px #969595;
}

.container-fluid {
  max-width: 1245px;
  padding: 0;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.highlight {
  font-size: 130%;
}

/* --------------------------------------------------------------------
 |
 | -- ICONS
 |
 ----------------------------------------------------------------------*/
/* --------------------------------------------------------------------
 |
 | -- Header
 |
 ----------------------------------------------------------------------*/
.header {
  background: #000;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  overflow: hidden;
}

/* --------------------------------------------------------------------
 |
 | -- Banner
 |
 ----------------------------------------------------------------------*/
.banner {
  position: relative;
  z-index: 1;
}

.banner-image {
  display: block;
}

.banner-content {
  padding: 15px 15px;
  background-color: #ec2224;
  color: #fff;
}
.banner-content .main-headline {
  color: #fff;
  margin: 0;
}
.banner-content img {
  display: block;
}
@media (min-width: 992px) {
  .banner-content {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 390px;
  }
}
@media (min-width: 1245px) {
  .banner-content {
    top: 57px;
  }
}
@media (min-width: 1400px) {
  .banner-content {
    padding-left: 120px;
    width: 490px;
  }
}

/* --------------------------------------------------------------------
 |
 | -- Main Content
 |
 ----------------------------------------------------------------------*/
.main {
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

.main-content {
  margin-bottom: 40px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .main-content .full-width {
    width: 100%;
  }
}

.module {
  background-color: #f1f2f2;
  font-size: 120%;
  margin-bottom: 25px;
}
.module .highlight {
  font-family: 'Univers Bold';
  color: #ec2224;
  font-size: 140%;
}
.module small {
  font-size: 60%;
  line-height: 1.3;
  display: block;
}
.module a {
  text-decoration: none;
}
.module .for-desktop {
  display: none;
}
@media (min-width: 600px) {
  .module .for-desktop {
    display: block;
  }
  .module .for-mobile {
    display: none;
  }
}

.module-title {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  background-color:#767676; /* edited by muni 25 june 2015 */
  /*background: #ec2224 url('/1/PA_WABEngine/file?filename=theme/imo2/css/images/red_tip.jpg') left bottom repeat-x;*/
}

/* created by muni 25 june 2015 */
h3.module-title {
	font-size:18px;
}

.module-content {
  text-align: center;
  padding: 30px 20px;
}

#hurry {
  color: #ec2224;
  font-weight: bold;
}

.mainbox {
  background: #FFF;
  border: 4px solid #ec2224;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 20px 0 20px;
  padding: 10px;
  color: #ec2224;
  margin-bottom:20px; /*20150605 edited by muni*/
}
.mainbox #itemImage td {
  vertical-align: middle;
}
.mainbox #itemImage td img {
  display: block;
  margin: 10% auto;
}
.mainbox h1 {
  margin: 10px 0;
  padding: 0;
  line-height: 2.1ex;
  font-size: 2.6ex;
  width: 90%;
  margin-bottom: 20px;
}
.mainbox .box3 {
  border-left: 1px solid #ec2224;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .mainbox .box3 {
    border-left: none;
    padding-left: 14px;
    margin-top: 10px;
  }
}

/* --------------------------------------------------------------------
 |
 | -- Form Content
 |
 ----------------------------------------------------------------------*/
.form-content {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .form-content {
    margin-top: -24%;
  }
}
@media (min-width: 1245px) {
  .form-content.fixed {
    position: fixed;
    top: 10px;
    margin-top: 0;
    width: 490px;
    z-index: 100;
  }
}
@media (max-height: 850px) {
  .form-content.fixed {
    position: fixed;
    top: 10px;
    margin-top: 0;
    width: 490px;
    z-index: 100;
  }
}
.form-content a {
  color: #fff;
}
.form-content label {
  margin-bottom: 5px !important;
}
.form-content .main-title {
  font-family: 'Univers Light';
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  background-color: #ec2224;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-content .form-body {
  background-color: #1b1b1b;
  padding: 20px 15px 10px;
}
.form-content .form-body-content {
  padding: 15px;
  background-color: #fff;
}
.form-content#form-content .control-label {
  text-align: left;
  font-size: 13px;
}
.form-content .form-group {
  padding-left: 15px;
  padding-right: 15px;
}
.form-content .form-group.has-error label {
  color: #fff;
}
.form-content .form-footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 0 15px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-content .form-footer .form-footer-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-content .form-footer .notice {
  font-size: 10px;
}
.form-content .agree-to-terms {
  width: 100%;
  margin: 0;
}
.form-content .agree-to-terms td {
  font-size: 11px;
  vertical-align: top;
  padding-right: 10px;
  color: #fff;
}
.form-content .agree-to-terms {
  font-size: 14px;
}
.help-inline{
	font-size: 13px;
}
.form-content .checks .help-inline {
  padding-left: 24px;
}

/* --------------------------------------------------------------------
 |
 | -- Thank You
 |
 ----------------------------------------------------------------------*/
.thankyou {
  padding: 70px 0;
  text-align: center;
}
.thankyou .main-title {
  font-size: 31px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.thankyou .sub-title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #ec2224;
}

#bigBox {
  margin-bottom: 100px;
}
#bigBox .well {
  padding: 10px;
}
#bigBox h6 {
  font-size: 14px;
  height: 60px;
}
#bigBox .list-group .text-devider {
  font-size: 20px;
  color: #ec2224;
}

/* --------------------------------------------------------------------
 |
 | -- Footer
 |
 ----------------------------------------------------------------------*/
.foot-note {
  padding: 15px 0;
  font-size: 11px;
  color: #888a8c;
  text-align: justify;
  border-top: 3px solid #ebeced;
}
.foot-note a {
  color: #888a8c;
}

.footer {
  background-color: black;
  padding: 12px 10px;
  color: #fff;
  font-size: 70%;
  color: #999;
}
.footer p {
  padding: 0;
  margin: 4px 0;
}
.footer a {
  color: #CCC;
}

/* --------------------------------------------------------------------
 |
 | -- Misc
 |
 ----------------------------------------------------------------------*/
.help-inline {
  padding: 5px 0;
  color: #ec2224;
  font-weight: bold;
  display: none;
}

.red {
  color: #ec2224 !important;
}

.black {
  color: black !important;
}

/* --------------------------------------------------------------------
 |
 | -- Helper classes
 |
 ----------------------------------------------------------------------*/
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.align-center {
  text-align: center !important;
}

.align-justify {
  text-align: justify !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.pointer {
  cursor: pointer !important;
}

.color-red {
  color: #ec2224 !important;
}

.color-blue {
  color: #292278 !important;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* created by muni 25 june 2015 */
.red{
	color:#ee3525;
}
.icon{
	float:left; padding-right:10px;
}
.icon-detail{
	padding-top:1%;
}
.fitur{
	float:left; padding:10px 0px; border-bottom: 1px solid #EFEFEF; width:100%;
}
.logo-partner{
	margin-right:5px;
}
.ttl{
	width:32% !important;
	display:inline !important;
}
.hp62{
	width:18% !important;
	display:inline !important;
}
.hp{
	width:80% !important;
	display:inline !important;
}

/*full width only for Wabform page */
div.containerGlobal {
	width:auto !important
}

h2 {
	border-bottom: none !important;
	padding: 0px !important;
}

