/*
Website Name: Jobloker
Author: PT. Timedoor Indonesia
Author URI: http://www.timedoor.net

Version: 1.0
Created Date:26/11/2016
Updated Date:28/11/2016
*/

/*==================================*/
/* GENERAL SETTING                  */
/*==================================*/

body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
  margin-bottom: 0;
}

label {
  font-weight: 400;
  margin-bottom: 0;
}

a {
  color: #2d2d2d;
}

a:active,
a:focus,
a:hover {
  color: #16c000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

hr {
  border-top: 1px solid #dadada;
}

hr,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
}

table,
table tr,
table tr td {
  vertical-align: top;
}

.caret {
  border-top: 4px solid;
}

.img-resp { width: 100%; }
.img-prev { height: 50px; }

.line-dashed {
  width: 100%;
  height: 5px;
  border-bottom: 2px dashed #dadada;
  margin: 50px auto;
}

.btn {
  border-radius: 3px !important;
}

.bootstrap-select .btn {
  border-radius: 0 !important;
}

.bootstrap-select .dropdown-menu>li>a {
  line-height: 2;
}

.form-control {
  border-radius: 0;
  border-color: #dadada !important;
  box-shadow: none;
  color: #222222 !important;
  outline: none;
}

.slide-caption .form-control {
  height: 52px;
}

.form-control.bot-line {
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-control:focus {
  border-color: #16c000 !important;
  box-shadow: none;
}

.form-control.input-email {
  border-color: #dadada !important;
  color: #222222 !important;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.pagination>li>a {
  color: #222222;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #16c000 !important;
}

.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:active,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: #16c000;
  color: #efefef !important;
}

/*==================================*/
/* COMMON CLASS                     */
/*==================================*/

.holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.holder-2x {
  padding-top: 120px;
  padding-bottom: 120px;
}

.spacing-1 { line-height: 1; }
.spacing-12 { line-height: 1.2; }
.spacing-15 { line-height: 1.5; }
.spacing-18 { line-height: 1.8; }
.spacing-2 { line-height: 2; }

.float-10 { width: 10%; }
.float-20 { width: 20%; }
.float-30 { width: 30%; }
.float-40 { width: 40%; }
.float-50 { width: 50%; }
.float-60 { width: 60%; }
.float-70 { width: 70%; }
.float-80 { width: 80%; }
.float-90 { width: 90%; }
.float-100 { width: 100%; }

.short {}

.no-shadow {
  box-shadow: none !important;
}

/* MARGIN & PADDING */

.no-margin { margin: 0 0; }

.margin-top-10 { margin-top: 10px; }
.margin-bot-10 { margin-bottom: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }

.margin-top-20 { margin-top: 20px; }
.margin-bot-20 { margin-bottom: 20px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }

.margin-top-30 { margin-top: 30px; }
.margin-bot-30 { margin-bottom: 30px; }
.margin-left-30 { margin-left: 30px; }
.margin-right-30 { margin-right: 30px; }

.margin-top-40 { margin-top: 40px; }
.margin-bot-40 { margin-bottom: 40px; }
.margin-left-40 { margin-left: 40px; }
.margin-right-40 { margin-right: 40px; }

.margin-top-50 { margin-top: 50px; }
.margin-bot-50 { margin-bottom: 50px; }
.margin-left-50 { margin-left: 50px; }
.margin-right-50 { margin-right: 50px; }

.margin-top-60 { margin-top: 60px; }
.margin-bot-60 { margin-bottom: 60px; }
.margin-left-60 { margin-left: 60px; }
.margin-right-60 { margin-right: 60px; }

.no-pad { padding: 0 0 !important; }

.no-pad-top { padding-top: 0 !important; }
.no-pad-bot { padding-bottom: 0 !important; }
.no-pad-left { padding-left: 0 !important; }
.no-pad-right { padding-right: 0 !important; }

.pad-thin { padding: 1px 1px; }
.pad-thin-top { padding-top: 1px; }
.pad-thin-bot { padding-bottom: 1px; }
.pad-thin-left { padding-left: 1px; }
.pad-thin-right { padding-right: 1px; }

.pad-5 { padding: 5px 5px; }
.pad-top-5 { padding-top: 5px; }
.pad-bot-5 { padding-bottom: 5px; }
.pad-left-5 { padding-left: 5px; }
.pad-right-5 { padding-right: 5px; }

.pad-10 { padding: 10px 10px; }
.pad-top-10 { padding-top: 10px; }
.pad-bot-10 { padding-bottom: 10px; }
.pad-left-10 { padding-left: 10px; }
.pad-right-10 { padding-right: 10px; }

.pad-20 { padding: 20px 20px; }
.pad-top-20 { padding-top: 20px; }
.pad-bot-20 { padding-bottom: 20px; }
.pad-left-20 { padding-left: 20px; }
.pad-right-20 { padding-right: 20px; }

.pad-30 { padding: 30px 30px; }
.pad-top-30 { padding-top: 30px; }
.pad-bot-30 { padding-bottom: 30px; }
.pad-left-30 { padding-left: 30px; }
.pad-right-30 { padding-right: 30px; }

.pad-40 { padding: 40px 40px; }
.pad-top-40 { padding-top: 40px; }
.pad-bot-40 { padding-bottom: 40px; }
.pad-left-40 { padding-left: 40px; }
.pad-right-40 { padding-right: 40px; }

.pad-50 { padding: 50px 50px; }
.pad-top-50 { padding-top: 50px; }
.pad-bot-50 { padding-bottom: 50px; }
.pad-left-50 { padding-left: 50px; }
.pad-right-50 { padding-right: 50px; }

.pad-60 { padding: 60px 60px; }
.pad-top-60 { padding-top: 60px; }
.pad-bot-60 { padding-bottom: 60px; }
.pad-left-60 { padding-left: 60px; }
.pad-right-60 { padding-right: 60px; }

.pad-90 { padding: 90px 90px; }
.pad-top-90 { padding-top: 90px !important; }
.pad-bot-90 { padding-bottom: 90px; }
.pad-left-90 { padding-left: 90px; }
.pad-right-90 { padding-right: 90px; }

/* FONT & TEXT */

.font-10 { font-size: 10px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-20 { font-size: 20px !important; }
.font-24 { font-size: 24px !important; }
.font-28 { font-size: 28px !important; }
.font-32 { font-size: 32px !important; }
.font-36 { font-size: 36px !important; }
.font-48 { font-size: 48px !important; }
.font-42 { font-size: 42px !important; }
.font-60 { font-size: 60px !important; }
.font-72 { font-size: 72px !important; }
.font-82 { font-size: 82px !important; }

.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-ultrabold { font-weight: 900; }

.text-white { color: #ffffff; }
.text-gray { color: #999999; }
.text-light-gray { color: #dadada; }
.text-green { color: #52bd3b; }
.text-yellow { color: #ffcc00; }
.text-orange { color: #ff8500; }
.text-red { color: #fe0000; }

.text-underline { text-decoration: underline; }

/* BACKGROUND */

.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #f4f5f7; }

/* BUTTON */

.btn-green {
  background-color: #51af33;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-green:hover {
  background-color: #438e29;
  color: #efefef;
}

.btn-red {
  background-color: #e02828;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-red:hover {
  background-color: #c30b0b;
  color: #efefef;
}

.btn-solid {
  padding: 8px 20px;
  border-radius: 3px !important;
  background-color: #51af33;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-solid:active,
.btn-solid:focus,
.btn-solid:hover {
  background-color: #438e29;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline {
  padding: 10px 15px;
  background-color: rgba(255,255,255,0.1);
  border: solid 1px #dadada;
  border-radius: 3px !important;
  color: #2d2d2d;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  background-color: #efefef;
  border: solid 1px #efefef;
  color: #2d2d2d;
}

.btn-search {
  padding: 8px 20px;
  border-radius: 3px !important;
  background-color: #51af33;
  color: #efefef;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-search:hover {
  background-color: #438e29;
  color: #efefef;
}

.btn-cta {
  padding: 10px 20px;
  border-radius: 3px !important;
  background-color: #2d2d2d;
  color: #efefef;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cta:active,
.btn-cta:focus,
.btn-cta:hover {
  background-color: #3d3d3d;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-reg {
  margin: 10px 15px;
  padding: 10px 15px !important;
  border-radius: 3px !important;
  background-color: #51af33 !important;
  color: #efefef !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-reg:active,
.btn-reg:focus,
.btn-reg:hover {
  background-color: #438e29 !important;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-social {
  padding: 10px 15px;
  margin-top: 10px;
  color: #efefef;
  width: 100%;
  border-radius: 3px !important;
}

.btn-social.facebook { background-color: #49629b; }
.btn-social.google { background-color: #dc4b38; }
.btn-social.linkedin { background-color: #1475aa; }

.btn-social.facebook:hover { background-color: #2b4787; }
.btn-social.google:hover { background-color: #d43420; }
.btn-social.linkedin:hover { background-color: #09699d; }

.btn-social:hover {
  color: #efefef;
}

.btn-xs {
  padding: 3px 6px !important;
  font-size: 13px !important;
}

.btn-lg {
  padding: 15px 30px !important;
  font-size: 16px !important;
  font-weight: bold;
}

.border-top { border-top: solid 1px #dadada; }
.border-bot { border-bottom: solid 1px #dadada; }
.border-left { border-left: solid 1px #dadada; }
.border-right { border-right: solid 1px #dadada; }

.no-border-top { border-top: none; }
.no-border-bot { border-bottom: none; }
.no-border-left { border-left: none; }
.no-border-right { border-right: none; }

.no-radius-top-left { border-top-left-radius: 0 !important; }
.no-radius-top-right { border-top-right-radius: 0 !important; }
.no-radius-bot-left { border-bottom-left-radius: 0 !important; }
.no-radius-bot-right { border-bottom-right-radius: 0 !important; }

.col-custom-5 {
  width: 20%;
  float: left;
}

.no-list li {
  list-style: none;
}

.inline li {
  display: inline-block;
}

.share {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  border-top: solid 1px rgba(255,255,555,0.1);
  border-bottom: solid 1px rgba(255,255,555,0.1);
}

.share ul li {
  margin: 0 5px 0 0;
}

/* PARALLAX BACKGROUND */

.parallax-headline {
  height: 300px;
  width: 100%;
}

.parallax-slider {
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.parallax-container {
  height: 500px;
  width: 100%;
}

.parallax-cta {
  width: 100%;
  min-height: auto;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* HOVER EFFECT */

figure{
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  position:relative;
  overflow: hidden;
  background-color: transparent;
}

figure > img{
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

#profession figure > img {
  opacity: 0.7;
}

figure:hover > img{
  opacity: 0.5;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure figcaption.text-middle{
  position:absolute;
  left:0;
  top:0;
  padding-top:27%;
  color:#fff;
  text-align:center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.1);
  text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

figure figcaption span{
  display:block;
}

figure a:before,
figure a:after {
	position: absolute;
	content: '';
	opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure a:before{
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure a:after{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.no-border a:before,
figure.no-border a:after {
  border:none !important;
}

figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity:0;
}

.hover-item figure a{
  z-index:99;
}

.hover-item:hover figure .btn,
.blog-cat-item:hover figure .btn {
  color:#2d2d2d;
  background:#efefef !important;
  border-color:#efefef;
}

.blog-cat-item figure a{
  height: 300px !important;
  overflow: hidden !important;
  z-index:99;
}

figure a.image{
  background:url(images/icon-gallery.png) 50% 50% no-repeat;
}

figure a.url{
  background:url(images/icon-link.png) 50% 50% no-repeat;
}

figure:hover a:before,
figure:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure a:hover{
  opacity:1;
}

.sp-content{
  position:absolute;
  top: 35%;
  bottom: 35%;
  z-index:9;
  bottom:0;
  width:100%;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}

.sp-content h3 {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  text-align: center;
}

/*==================================*/
/* CUSTOM NAVBAR                    */
/*==================================*/

.navbar {
  min-height: 60px;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

.navmenu,
.navbar-offcanvas {
  width: 250px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #2d2d2d;
}

.navbar-brand {
  padding: 6px 15px;
}

.navbar-brand img {
  height: 50px;
}

.navbar-default {
  background-color: #ffffff;
  border: none;
}

.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-right {
  padding-right: 15px;
}

.navbar-toggle {
  float: left;
  margin-left: 10px;
}

.main-menu li a,
.member-menu li a {
  color: #2d2d2d !important;
}

.main-menu li a:hover {
  color: #16c000 !important;
}

.member-menu {
  color: #2d2d2d !important;
  font-weight: 400;
}

.member-menu:hover {
  color: #16c000 !important;
}

.member-pp {
  width: 24px;
}

.dropdown-menu li:hover .dropdown-menu {
	position:static;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu>li>a {
  line-height: 2.5;
}

.dropdown-menu>li>a:hover {
  color: #16c000 !important;
}

.yamm .dropdown-menu.member {
  left: auto !important;
}

.dropdown-menu.member {
  width: 250px;
  position: absolute;
  right: 0 !important;
}

.dropdown .open {
  background-color: #ffffff !important;
}

.dropdown-backdrop {
  z-index: -1 !important;
}

/*==================================*/
/* HOME PAGE                        */
/*==================================*/

.header {
  z-index: 999;
}

#main-slide {
  position: relative !important;
  margin-top: 60px;
}

#main-slide .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

#main-slide .owl-controls .owl-dot span {
  background-color: #ffffff;
  border: solid 1px #16c000;
  margin: 5px 5px;
}

#main-slide .owl-controls .owl-dot.active span  {
  background-color: #16c000;
}

.slide-caption h1 {
  margin-bottom: 20px;
}

.search-form {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

.bs-searchbox input {
  height: 40px !important;
}

.bs-searchbox .bootstrap-select .btn {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

#slider .bootstrap-select .btn {
  padding: 15px 12px;
  
}

.fieldset__wrapper .fieldset__input {
  padding-left: 10px;
  width: 100%;
  height: 52px;
  color: #222222;
  border: none;
}

/* TABS */

.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}

.nav-tabs>li>a:hover ,
.nav-tabs>li>a {
  margin-right: 0;
  border: none;
}

.nav-tabs li a span {
  font-size: 16px;
  font-weight: bold;
}

.nav-tabs .active {
  border-bottom: solid 3px #16c000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none !important;
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  background-color: transparent !important;
  border: none !important;
}

/* PROFESI */

.tab-category ul li,
.group-profesi ul li,
.group-lokasi ul li {
  padding-left: 15px;
  margin: 5px 0;
  background-image: url(../images/ico-caret-right-green.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 6px;
}

.tab-category ul li a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* TAG */

.tag-item {
  padding: 5px 5px;
  margin-bottom: 5px;
  border: solid 1px #dadada;
}

.tag-item:hover {
  border: solid 1px #16c000;
  color: #16c000;
}

/* LOGIN FORM HOVER */

.popover__wrapper {
    position: relative;
    display: inline-block;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -120px;
    top: 80px;
    transform: translate(0,10px);
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 320px;
}
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}

/* PROFESI PILIHAN */

#profession figure {
  background-color: #000000;
}

#profession figure:hover > img {
  opacity: 0.5;
}

/*==================================*/
/* PAGE HEADLINE                    */
/*==================================*/

.headline {
  position: relative;
  margin-top: 60px;
  height: 200px;
  background-image: url(../images/pattern-cta.jpg);
  background-position: center;
  background-repeat: repeat;
  /* background-color: #16c000; */
}

#company-list.headline {
  margin-top: 0;
  height: auto;
}

.headline-title {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.vertical-align {
  display: table-cell;
}

.vertical-align-middle {
  vertical-align: middle;
}

.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: solid 1px #dadada;
  border-radius: 0;
}

.breadcrumb a {
  color: #222222;
}

.title-block {
  width: 100px;
  height: 3px;
  margin: 0 auto 30px auto;
  background-color: #da521f;
}

.login-form {
  margin-top: 60px;
  background-image: url(../images/pattern-cta.jpg);
  background-position: center;
  background-repeat: repeat;
}

/*==================================*/
/* JOB                              */
/*==================================*/

.headline .box {
  margin-top: 60px;
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

/* FILTER */

#filter-box .box {
  position: relative;
  top: -60px;
}

.filter-item {
  padding: 10px 0;
  border-top: solid 1px #dadada;
}

.filter-item .checkbox li {
  margin-right: 25px;
}

.filter-item .selected-box {
  padding-left: 30px;
}

/* JOB LIST */

.job-item {
  padding: 20px 20px;
  background-color: #ffffff;
  border-bottom: solid 1px #dadada;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.job-item .logo img {
  height: 50px;
}

.job-item .tag-item {
  font-size: 13px;
}

.job-item .feat li {
  margin-right: 10px;
}

.job-item .btn-solid,
.job-item .btn-outline {
  width: 100%;
  margin-bottom: 10px;
}

/* JOB GRID */

.job-grid-item {
  margin-bottom: 30px;
}

.job-grid-img {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  background-color: #6dda5f;
  background-image: url(../images/job/gallery-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#similar .job-grid-img {
  height: 150px !important;
}

/* JOB MODAL */

.resp-tab-content {
  padding: 0;
}

.resp-tab-content .tab-group ul {
  padding-left: 60px !important;
}

.resp-tab-active {
  border-top: none !important;
  border-left: none !important;
  border-right: solid 1px #dadada !important;
  border-bottom: solid 1px #dadada !important;
}

.resp-tab-item {
  background-color: #ffffff !important;
  margin-right: 0 !important;
}

.resp-tabs-list {
  border-right: solid 1px #dadada !important;
}

.tab-group .checkbox {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.tab-group .parent {
  padding: 20px 35px;
  background-color: #efefef;
}

.tab-group ul li {
  padding: 5px 0;
}

/* JOB DETAIL */

#job-detail .row.box,
#company-detail .row.box {
  position: relative;
  top: -50px;
  padding: 20px 20px;
  background-color: #ffffff;
}

.parallax-slider.job-detail {
  height: 500px;
  background-color: transparent !important;
}

#job-detail .content {
  line-height: 1.8;
}

.separator {
  border-top: solid 1px #dadada;
  margin-top: 20px;
  margin-bottom: 20px;
}

.headline.job-detail {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#detail-lowongan .title,
#detail-perusahaan .title {
  width: 180px;
  text-align: left !important;
}

#detail-lowongan .contain::before {
  content: ":";
  margin-right: 10px;
}

.list-block {
  display:inline-block;
  min-width:180px;
  margin-right:10px;
}

.list-block:after {
  content:":";
  float:right;
}

.sidebar .box {
  padding: 20px 20px;
  border: solid 1px #dadada;
}

/* JOB APPLY */

#job-apply .form-group {
  margin-top: 15px;
}

.panel {
  box-shadow: none;
}

.panel-body {
  padding: 20px 20px !important;
}

.panel-default {
  border-color: transparent;
}

.panel-default>.panel-heading {
  background-color: transparent !important;
  padding: 20px 30px 20px 15px;
  line-height: 1.5;
  border-bottom: solid 1px #ddd;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none !important;
  border-bottom: solid 1px #ddd;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
}

.panel-default > .panel-heading {
  position: relative;
  display: block;
  font-size: 24px;
  color: #2d2d2d;
}

.panel-default > .panel-heading.no-triv {
  background-color: #00aeef;
}

.panel-default > .panel-heading:before {
  position: absolute;
  bottom: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}

.panel-default > .panel-heading:after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 20%;
  font-family: fontAwesome;
  color: #2d2d2d;
}

.panel-default > .panel-heading.no-triv:after {
  content: "";
}

.panel-default > .panel-heading.collapsed
{ position: relative;
}

.panel-default > .panel-heading.collapsed:after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20%;
  font-family: fontAwesome;
  color: #2d2d2d;
}

.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:active,
.panel-default > .panel-heading:focus {
  text-decoration: none;
}

.panel-body {
  padding: 10px 5px;
  border: none;
  border-radius: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-body:befoe,
.panel-body:after {
  display: table;
  content: "";
}

.panel-body:after {
  clear: both;
}

/*==================================*/
/* COMPANY PAGE                     */
/*==================================*/

.owl-item .item img {
  margin: 0 auto 20px auto !important;
}

.owl-item .item p {
  padding-left: 15px;
  padding-right: 15px;
}

#features .feat-item {
  text-align: center;
}

#social li a img {
  width: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#social li {
  padding: 10px 13px;
  border: solid 1px #dadada;
  border-radius: 100%;
}

#social li:hover {
  background-color: #dadada;
  cursor: pointer;
}

#social li:hover a img {
  filter: none;
}

/*==================================*/
/* MY PAGE                          */
/*==================================*/

/* AFFIX CSS */

.floatin-con {
  position: relative;
}

.static {
  position: static;
}

.affix {
  top: 85px;
  width: 262.5px;
}

.affix.section {
  padding: 0;
}

.affix-bottom {
  position: absolute;
}

.affix-bottom.section {
  padding: 0;
  width: 262.5px;
}

#mypage .box {
  padding: 15px 15px;
  background-color: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

.experience-item.box,
.education-item.box {
  border: solid 1px #dadada;
}

#mypage-sidebar ul li {
  padding: 10px 15px;
  border-bottom: solid 1px #dadada;
}

#mypage-sidebar ul li:last-child {
  border-bottom: none;
}

#mypage-sidebar ul li a i {
  margin-right: 10px;
}

#mypage-content .form-group {
  margin-top: 20px;
}

#bookmark .empty,
#apply .empty {
  padding: 20px 0;
}

#bookmark .table img {
  width: 64px;
}

.selected-profesi .checkbox li {
  margin-left: 30px;
}

/*==================================*/
/* BLOG                             */
/*==================================*/

#featured {
  margin-top: 30px;
}

.featured-item {
  position: relative;
  background-color: #000000;
}

.featured-item.big {
  min-height: 400px;
  max-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-item.small {
  min-height: 190px;
  max-height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#featured .col-sm-4 .featured-item.small:first-child {
  margin-bottom: 20px;
}

.featured-item .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
}

.featured-item.small h2 {
  font-size: 18px;
  font-weight: bold;
}

.article-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
}

#article-list .box,
#article-detail .box {
  padding: 20px 20px;
  background-color: #ffffff;
}

#article-detail .similar {
  padding: 30px 0;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}

#sidebar .title {
  margin-bottom: 10px;
  font-size: 24px;
}

#sidebar .thumb {
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#sidebar .tag ul li,
#article-list .tag ul li,
#article-detail .tag ul li {
  padding: 3px 8px;
  border: solid 1px #dadada;
  margin-bottom: 3px;
}

#sidebar .tag ul li:hover,
#article-list .tag ul li:hover,
#article-detail .tag ul li:hover {
  border-color: #16c000;
}

#sidebar .job-list ul li,
#article-detail .similar ul li,
.blog-category-item ul li {
  padding-left: 20px;
  line-height: 1.8;
  background-image: url(../images/dot-green.jpg);
  background-position: left 8px;
  background-repeat: no-repeat;
}

#article-detail #main .content ul {
  padding-left: 20px !important;
}

#article-detail #main ul li {
  list-style-position: outside;
}

#sidebar .search form {
  position: relative;
}

.search .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.content {
  line-height: 1.8;
}

/*==================================*/
/* REGISTER                         */
/*==================================*/

#register .form-group {
  padding-bottom: 15px;
  border-bottom: solid 1px #dadada;
}

#register .form-group:first-child {
  padding-top: 15px;
  border-top: solid 1px #dadada;
}

#register .box {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

#register .pp-preview {
  position: relative;
  width: 100px;
  height: 100px;
}

.spin-container {
  position: absolute;
  padding-top: 35px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}

/*==================================*/
/* CONTACT                          */
/*==================================*/

#map-canvas {
  min-height: 400px;
}

#contact .email a {
  color: #222222;
}

#map-wrapper {
  position: relative;
  width: 100%;
}

#map {
  min-height: 400px;
}

.map-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

#contact ul li {
  margin-bottom: 10px;
}

.contact-icon {
  padding-left: 46px;
  background-repeat: no-repeat;
}

.contact-icon.address {
  background-image: url(../images/ico-contact-address.png);
  background-position: top left;
}

.contact-icon.phone {
  background-image: url(../images/ico-contact-phone.png);
  background-position: top left;
}

.contact-icon.email {
  background-image: url(../images/ico-contact-email.png);
  background-position: top left;
}

.contact-icon.time {
  background-image: url(../images/ico-contact-time.png);
  background-position: top left;
}

.ico-foot {
  padding-left: 50px;
}

.ico-foot.call {
  background-image: url(../images/ico-foot-call.png);
  background-position: left;
  background-repeat: no-repeat;
}

.ico-foot.mail {
  background-image: url(../images/ico-foot-mail.png);
  background-position: left;
  background-repeat: no-repeat;
}

/*==================================*/
/* EMPLOYER PAGE                    */
/*==================================*/

#testimonial .title {
  padding-right: 15px;
}

.faq-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #dadada;
}

.faq-item .question {
  padding-left: 36px;
  background-image: url(../images/employer/ico-q.png);
  background-position: 10px left;
  background-repeat: no-repeat;
  background-size: 24px;
}

.faq-item .answer {
  padding-left: 36px;
  background-image: url(../images/employer/ico-a.png);
  background-position: 10px left;
  background-repeat: no-repeat;
  background-size: 24px;
}

.faq-item .answer {
  margin-top: 20px;
  font-style: italic;
}

/*==================================*/
/* FOOTER                           */
/*==================================*/

/* CTA */

#cta {
  padding: 50px 0;
  background-color: #60cc52;
  background-image: url(../images/pattern-cta.jpg);
  background-repeat: repeat;
  background-position: center;
  color: #ffffff;
}

footer {
  background-color: #e7edee;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2d2d2d;
}

footer a {
  color: #2d2d2d;
}

footer a:hover {
  color: #16c000;
}

footer .menu ul {
  padding: 20px 0;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}

footer .menu ul li {
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}

footer .badge-free {
  padding: 3px 5px;
  background-color: #fe8f00;
  color: #efefef;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* CUSTOM CHECKBOX */

.checkbox {
  padding:5px 0 5px 20px;
  margin:0;
}

.checkbox:last-child {
  border-bottom:none;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 0;
  line-height:1.42857;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:3px;
  margin-left: -20px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
       -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
          transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #16c000;
  border-color: #efefef;
}

.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #ffffff;
}

/*==================================*/
/* CUSTOM MODAL                     */
/*==================================*/

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}

.modal-body {
  padding: 0;
}

#loginModal .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal-header {
  border-bottom: solid 1px #dadada;
}

#loginModal .modal-header {
  border-bottom: none;
}

.modal-content {
	width: inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events:all;
	border: none;
	border-radius: 0;
  background-color: #ffffff;
  color: #222222;
  background-size: cover;
}

#loginModal .modal-content {
  width: 560px;
}

#profesiModal .modal-content {
  width: 900px;
}

body.modal-open {
	overflow: hidden;
}

.modal-header .close {
  position: absolute;
  top: 2px;
  right: 0;
  opacity: 1;
}

/*==================================*/
/* CUSTOM SCROLLBAR                 */
/*==================================*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #999999;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #999999;
}
::-webkit-scrollbar-track {
  background: #dadada;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #dadada;
}
::-webkit-scrollbar-track:active {
  background: #dadada;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*------------------------------------------
  Toggle Checkboxes by Schoberg.net
--------------------------------------------*/

div.tog {
	display: block;
	height: 30px;
	width: 80px;
	position: relative;
	cursor: pointer;
	font: 14px;
	background: #ccc;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.tog:after {
	content: '';
	display: block;
	height: 20px;
	width: 30px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.tog:before {
	content: 'NO';
	position: absolute;
	right: 11px;
	top: 5px;
	color: #fff
}

div.tog:hover:after {
	left: 10px;
}

div.tog.on:before {
	content: 'YES';
	right: 48px;
}

div.tog.on {
	background: #5cb85c;
}

div.tog.on:after {
	left: 45px;
}

div.tog.on:hover:after {
	left: 40px;
}


/*-----------------------------------------
   scroll to top
-----------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
	border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(22, 192, 0, 1) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 99999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #16c000;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 15px;
  }
}
