/*===========================================*/
/* This is the Main Stylesheet for B2B
/* Theme Author: Didik Prasetyo (hello.didik@gmail.com)
/* Theme Edited: Eko Purnomo (callme.eko@gmail.com)
==============================================*/

/* =======================================
Imports
========================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);

/* =======================================
General
========================================*/
html{ background-color: #fff; position: relative !important;}
body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Roboto';
    color: #666;
    background-color: #FFFFFF !important;
	font-size: 15px;
	position: relative !important;
}
@media (min-width: 1200px) { 
    .container { 
      width: 1200px;
    }
}
h1,
h2,
h3{
    color: #000000;
}

h1{ 
  font-size: 40px;
  font-weight: 800;
}
h2{ 
  font-size: 36px;
  font-weight: 800;
}

h3 {
  font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
h4{ 
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

a { 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: inherit;
}
a:hover,
a:focus,
a.active { 
    color: #757575;
    text-decoration: none;
}
a:focus {
  outline: none;
  outline: none;
  outline-offset: 0;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
	font-size: 15px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.both { clear: both; }
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.nopadding { padding: 0 }
.nopaddingleft { 
  padding-left: 0;
  margin-left: -20px;
}
.nomargin { margin: 0 }
.highlight{ color: #A4A4A4}
.spacer{ padding-top: 100px}
.midspacer{ padding-top: 50px}
span.lighter{ 
  font-family: 'Montserrat Light';
  font-weight: 100;
}
.img-circle {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bgg{
	color:#FFF;
	border-bottom-left-radius:70px;
	border-bottom-right-radius:70px;
	margin-bottom:40px;
	padding-top:10px;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
}


/* Menu Navigation 
========================*/
#top { background: #BCBCBC; padding: 10px 0 !important; }
.logo { 
	display: block;
	overflow: auto;
	padding: 0px 30px 30px 30px;
	margin-top: 20px;
}
#menu, #menu li { list-style: none; }
#menu li {
  display: inline-block; padding: 0 10px;	
}
#menu li a {
  font-family:'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.menu-wrapper {
  position: relative;
  background-color: #bebebe !important;
  display:inline-block;
  width: 100%;
}
a.menu-toggle {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  height: auto;
  float: left;
  padding: 60px 0px 60px;
  margin: -20px 0;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-pop > i.fa {
  margin-left: 10px !important;
}
/* Modal Popup Styles
===========================================*/
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

#menuTwo .modal,
#menuOne .modal{
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-350px);
      -moz-transform: translateY(-350px);
        -ms-transform: translateY(-350px);
          -o-transform: translateY(-350px);
            transform: translateY(-350px);
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menuTwo .modal.fade.in,
#menuOne .modal.fade.in {
  -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
        -ms-transform: translateY(0);
          -o-transform: translateY(0);
            transform: translateY(0);
}
#menuOne .modal-ovelay{
 position: fixed;
  background-color: rgba(0,0,0,0.9);
  opacity: 1 !important;
  width: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fade,
.modal,
.fade.in {
  opacity: 1;
  background-color: transparent;
}
ul.menu-lists li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-align: center;
}
ul.menu-lists li.active > a{ color: #757575}
ul.menu-lists {
  position: absolute;
  top: 30%;
  left: 45%;

}
.close-text {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  line-height: 55px;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #ffffff;
}
.header-mouse{
	font-size:36px;
	color:#FFF;
	text-align:center;
	margin-bottom:-20px;
}
/* Buttons 
=======================*/
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
    outline: none;
    outline-offset: none;
}
.tf-btn {
  color: #ffffff;
  border: 0;
  border-radius: 70px;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tf-btn:hover { color: #000 !important}
.tf-btn:hover{
  background-color:transparent;
  border:0;
  border-radius: 0px;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header-button{
  color: #ffffff;
  border: 0;
  border-radius: 70px;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header-button:hover{
  background-color:transparent;
  border:0;
  border-radius: 0px;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.action-button{
  background-color: #fff;
  border: 0;
  border-radius: 70px;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.action-button:hover{
  background-color:transparent;
  border:0;
  border-radius: 0px;
   padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Page Title and Section
=========================*/
#header{
  background: #bcbcbc !important;
  height: 100%;
  padding: 30px 0px;
  margin-top: 100px;
}

.one1 {
    margin-top: 30px;
}

#header p.text-right {
    font-size: 2em;
}

/* Testimonial Section
=========================*/
#testimonial {
  background: #f8fee0;
  padding: 36px 0;
  max-width: 700px;
}
#testimonial img { display: block; margin: 0 auto;}

.quote span {
  font-family: 'Lato', sans-serif;	
  font-size: 22px;
  font-style: italic; 
  color: #838282;
  width: 100%;
  display: block;
}

.exclude span {
  font-family: 'Lato', sans-serif;	
  font-size: 18px !important;
  font-style: italic; 
  color: #838282;
  width: 100%;
  display: block;
}

.msg-img { display: block; position: relative; overflow: auto;  }
.separator { margin-bottom: 70px; }



/* Page News
=========================*/
#news {
  background: #bcbcbc !important;
  /*background: #ffe2a5 !important;*/
  height: 100%;
  padding: 30px 0px;
  margin-top: 100px;
}

.one1 {
    margin-top: 30px;
}

#news p.text-right {
    font-size: 2em;
}

.tipis {
    margin-top: 0;
}

/* Testimonial Section
=========================*/
#testimonial2 {
  background: #f8fee0;
  padding: 36px 0;
  max-width: 700px;
}
#testimonial2 img { display: block; margin: 0 auto;}

.quote2 span {
  font-family: 'Lato', sans-serif;	
  font-size: 22px;
  font-style: italic; 
  color: #838282;
  width: 100%;
  display: block;
}

.exclude2 span {
  font-family: 'Lato', sans-serif;	
  font-size: 18px !important;
  font-style: italic; 
  color: #838282;
  width: 100%;
  display: block;
}

.msg-img2 { display: block; position: relative; overflow: auto;  }
.separator2 { margin-bottom: 70px; }



/* PETROSEARCH */
#petrosearch {
    background-color: #fff;
    height: 100%;
    padding: 30px 0px;
    margin-top: 170px;
}

.ses_b2b {
    font-size: 32px;
    color: #2f5c93;
}

.ses_h3 {
  color: #000;
}

.ses_p {
    font-size: 24px;
    color: #000;
    font-style: inherit;
    line-height: 32px;
}

.ses_p18px {
    font-size: 18px;
    line-height: 30px;
}


#ses_2 {
    background-color: rgba(240, 245, 242, 0.83);
}

#ses_3 {
    background-color: rgba(179, 179, 177, 0.1);
}

#ses_5 {
    background-color: rgba(179, 179, 177, 0.1);
}

#ses_7 {
    background-color: rgba(179, 179, 177, 0.76);
}

#register {
    background-color: rgba(179, 179, 177, 0.16);
}


/* Foreword */
#foreword { padding: 60px 0; background: #fff; }
#foreword h3 {
	color: #464646;
	text-transform: uppercase;
	font-size: 16px !important;
	padding: 16px 0;
	display: block; 
	margin-bottom: 0px;
	font-size: 200% !important;
}
.foreworder { 
	background: #7accc8;
	padding: 10px;
}
.foreworder img {
	display: block;
	margin: 20px auto;
}

.foreworder span { font-size: 12px; color: #333; }

/* Free Download */
#free-download {
	background: #0072bc url('../../assets-front/img/download-bg.jpg');
	padding-top:7px;
	background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
}

#free-download form {
	background: #f5f5f5;
	display: block;
    border-radius: 7px;
}

#free-download form button {
	text-align: right;
}

#free-download h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #524545;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	padding: 20px;
	background: #ebebeb;
	border-radius: 7px;
}

/* buy the book */
#buy-book {
    padding: 70px 0;
    background: #fbfbfb;
}

#buy-book a { color: #448ccb; text-decoration: none; font-weight: bold; }

/* About JP Amlin Section
===========================================*/
#about {
	padding: 70px 0;
	background: #e6e6e6;
}

#about h2 { 
	color: #434242;
	font-size: 38px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#about h3 { 
	color: #464646;
	background: #7accc8;
	text-transform: uppercase;
	font-size: 16px !important;
	padding: 16px 25px;
	display: block; 
	margin-bottom: 0px;
}

#about ul { margin-top: 20px; }
#about ul, #about ul li { list-style: none; }
#about ul li { 
	background: url('../../assets-front/img/arrow.png') no-repeat 0 4px; 
	padding-left: 20px; 
	font-size: 11x;
	line-height: 16px;
	margin: 9px 0;
	color: #434242 !important;
}

#about p { 
	color: #434242 !important;
}

#about span {
	background: #d7d7d7;
	display: block;
	padding: 10px;
}

#about img { margin: 0 auto; display: block; }

/* Textbook Resource Materials
==================== */
#textbook {
	background: #7accc8 url('../../assets-front/img/textbook-bg.jpg');
	padding-top:7px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}

#textbook h3 {
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
}

#textbook p {
	text-align: center;
	color: #fff;
	font-size: 120%;
}

#textbook .help-block {
    display: block;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #898989;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

#textbook form {
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 5px;
	border-radius: 7px;
	height: 100%;
}

/* Other Services
========================== */
#sales-training {
	background: #f1d9b3;
	padding-top: 60px;
	padding-bottom: 100px;
}
#sales-training h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0;
	color: #363636;
}

#sales-training img { margin-bottom: 60px; }
#sales-training ul li { padding: 9px 0; /*border-bottom: 1px solid #c1ac8c;*/ }
#sales-training ul li:last-child { border: none; }
#sales-training strong { font-size: 16px; }
#sales-training a { color: #448ccb; text-decoration: none; font-weight: bold; }

/* Coaching
========================== */
#coaching {
	background: #f8f8f8;
	padding: 100px 0;
	overflow: auto;
}
#coaching h3 { color: #363636; }
.upper-img { margin-bottom: 50px; }
.floatimg { float: right; margin-left: 60px; margin-bottom: 60px; }
#coaching ul { margin-bottom: 50px; }
#coaching ul li { padding: 9px 0; /*border-bottom: 1px solid #c1ac8c;*/ }
#coaching ul li:last-child { border: none; }
#coaching strong { font-size: 16px; }
#coaching a { color: #448ccb; text-decoration: none; font-weight: bold; }


/* public-seminar
========================== */
#public-seminar {
	background: #f0f0f0;
	padding: 50px 0;
	overflow: auto;
}
#public-seminar h3 { color: #363636; }
#public-seminar h4 { color: #363636; }
.upper-img { margin-bottom: 50px; }
.floating2 { float: left; margin-right: 40px; margin-bottom: 20px; }
.floating3 { float: right; margin-left: 40px; margin-bottom: 40px; }
#public-seminar ul { margin-bottom: 50px; }
#public-seminar ul li { padding: 9px 0; /*border-bottom: 1px solid #c1ac8c;*/ }
#public-seminar ul li:last-child { border: none; }
#public-seminar strong { font-size: 16px; }
#public-seminar a { color: #448ccb; text-decoration: none; font-weight: bold; }



/* Training Level
========================== */
#level {
	background: #ededec;
}
#level a { color: #448ccb; text-decoration: none; font-weight: bold; }
#level img { margin: 0 auto; float: none; }
#level span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #363636;
	margin: 15px 0 40px 0;
	text-align: center;
	display: block;
}
.lvl-odd { background: #e8e8e8; padding: 50px 20px; }
.lvl-even { background: #f2f2f2; padding: 50px 20px; }
#level h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0;
}
#level p { margin-bottom: 30px; }
#level .tables {
	background: #ffffff;
	margin-right: 10px;
	padding: 0 !important;
}
.titles {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 30px 0;
}
.tables h3 {
	display: block;
	background: #e3e3e2;
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: 400 !important;
	padding: 30px ;
	margin:0 !important;
	text-align: left !important;
	text-transform: capitalize !important;
}
.tables h4 {
    font-family: 'Roboto',sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	padding: 10px 30px ;
	margin:0 !important;
	text-align: left !important;
	text-transform: capitalize !important;
	text-decoration: underline !important;
}
.tables ul { padding: 0 30px 20px 30px !important; }
.left { text-align : left !important; }
.space { padding: 10px; }
.agenda { margin-top: 50px; }

/* Photo Gallery
========================== */
#gallery {
	background: url('../../assets-front/img/gallery-bg.jpg');
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    margin-top: -20px;
    margin-bottom: -90px;
    overflow: auto;
}
#gallery h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0;
}




/* Photo Gallery Modal */
.container-fluid {
    padding-bottom: 8%;
	text-align:center;
}

.mGrid img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.grid-item {
	position: relative;
}
.grid-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.item-five { width: 20%; }
.item-three { width: 32%; }
.item-four { width: 29%; }

.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right:20px;
	background:rgba(0,0,0,0.9);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;

}
.grid-item a:hover .itemHover {
	opacity: 1; 
}
.grid-item a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.itemHover i {
	color:#fff;
	bottom:40%;
	padding-left:33.33px;
	left: 33.33%;
	padding-bottom:10px;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 65px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align:center;
  	
}
.itemHover h6{
	color:#fff;
	bottom:30%;
	left: 30%;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
.modal-box {
	max-width: 1280px;
	background: #fff;
	position: relative!important;
	margin: 0 auto;
	left: 0!important;
}
.modal-box img {
	width: 100%;
	height: 100%;
}
.modal-box-content {
	padding: 25px;
}
.modal-box-content h4 {
	font-size: 26px;
	font-weight: 800;
	color:#111;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.modal-box-content p {
	font-size: 15px;
	text-align: left;
	line-height: 22px;
	padding: 25px 0 !important;
	padding-top: 10px !important;
	max-width: 800px;
	font-weight: 300;
	letter-spacing: 1px;
	color:#949494;
}

/* Contact
========================== */
#contact { display: block; background: #F2F2F2; padding: 30px 0;  }

#contact form {
	display: block;
    border-radius: 7px;
    margin: 0 !important; 
}

#contact h3 {
	font-family: 'Roboto', sans-serif;
	color: #524545;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	border-radius: 7px;
	margin-top: 30px;
	text-transform: uppercase;
}

#info { margin-top: 130px; }
#info i { color: #00aff0; font-size: 150% !important; }
.media-body { padding: 0 20px; }


/* Footer
========================== */
#footer {
	background: #252525;
	height: 90px;
}
#footer span { color: #fff; padding: 26px 10px; display: block; }

/* Adjustment */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { background: none !important; color: #666 !important; }

.nav > li > a { padding: 5px 10px; }

.vcenter {
    /*display: flex;
    align-items: center;*/
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bawah-20px {
    margin-bottom: 20px;
}

.atas-50px {
    margin-top: 50px;
}

.atas-20px {
    margin-top: 20px;
}

.atas-10px {
    margin-top: 10px;
}

.size-14px {
    font-size: 14px;
    line-height: 20px;
}

.size-14px a, .size-14px a:hover, .size-14px a:visited {
    text-decoration: underline;
}

.size-12px {
    font-size: 12px;
    line-height: 15px;
}
.size-10px {
    font-size: 10px;
    line-height: 15px;
}
.miring {
    text-decoration: italic;
    font-style: italic;
}
.bagisbawah {
  text-decoration: underline;
}
.biru {
    color: #2f5c93;
}
.tebal {
    font-weight: bold;
}
.rodoijo {
    color: #337834;
}

