body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  width: 100%;
  background:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.fa {
  font-size: 14px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #0369CD;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  font-weight: 600;
}
label {
  /* font-size: 12px; */
  /* font-weight: normal; */
}
.form-control,
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control, input[type="month"].form-control,
input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control, input[type="url"].form-control,
input[type="search"].form-control, input[type="tel"].form-control,
input[type="color"].form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  border-color:#ddd;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  
}
.input-group .input-group-addon {
  
}
.rounded.form-control,
.input-lg.rounded,
.input-group .rounded.form-control:first-child {
  border-radius: 40px;
}
.search-form span.input-group-btn button {
  border:none;
  color:#999;
  position:absolute;
  right: 8px;
  top: 2px;
  left: auto;
  margin: 0px;
  opacity: 0.5;
  background: transparent;
}
.search-form span.input-group-btn button:hover {
  background: none;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-form {
  width: 100%;
  margin: 0 auto;
  position: relative;
} 
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  
}
/* alert */
.alert {
  overflow: auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
}
.alert a {
  color:#FFFFFF;
}
.alert-success {
  background-color: #00A65A;
  border-color: #00A65A;
  color: #ffffff;
}
.alert-warning {
  background-color: #F39C12;
  border-color: #e08e0b;
  color: #FFFFFF;
}
.alert-danger {
  background-color: #DD4B39;
  border-color: #DD4B39;
  color: #FFFFFF;
}
.alert-info {
  background-color: #00C0EF;
  border-color: #00acd6;
  color: #FFFFFF;
}
.alert .alert button {
    font-size: 20px;
    line-height: 1;
    margin-top: -8px;
}
.alert button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
  font-size: 22px;
}
.notif.alert {
  max-width: 450px;
  padding: 20px;
}
.notif.alert-black {
  background: #FFF;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.notif.alert-black button.close {
  color: #cc0000!important;
  opacity: 1;
  padding: 5px 5px;
  top:0px!important;;
  right: 0px!important;
  position: absolute;
  text-shadow: none;
}
.notif.alert-black span.icons {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.notif.alert-black .fa-check {
  color: #3EBB24;
}
[data-notify="contaier"] {
  width: 500px;
}
[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}
[data-notify="container"][class*="alert-success"] > [data-notify="message"] {
  font-weight: 400;
  display: block;
  position: relative;
}
.progress-bar.progress-bar-success {
  background: #3EBB24;
}

/* Breadcrumb */
#breadcrumb {
  background:#f5f5f5;
  padding: 8px 0px;
}

#breadcrumb ul {
  padding: 8px 0px;
  margin: 0px;
  border-bottom: none;
  border-radius: 0px;
  font-size: 14px;
}
.breadcrumb {
  padding: 0px;
  margin: 0px 0px 0px;
  font-weight: normal;
  background: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 9px 0 8px;
    font-size: 10px!important;
    color:#000;
}
.pagination {
  margin: 0;
  display: block;
  position: relative;
}
.paginations {
  display: block;
  position: relative;
  margin-top: 40px;
}
.paginations .pagination-number {
  float: right;
}
@media (max-width: 768px) {
  .paginations {
    text-align: center!important;
    margin: 40px auto 0px;
  }
  .paginations .pagination-number {
    float: none;
  }
}

/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  display:inline-block;
  padding: 10px 25px;
  margin-bottom:0;
  line-height: 1.42857;
  font-size: 14px;
  font-weight: 700;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:2px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transform: translateY(0px);
    transition: all 300ms cubic-bezier(0.39,0.5,0.15,1.36) 0s;
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
  outline:none;
  outline:0;
}
.btn:hover {
}
.btn-rounded {
  border-radius: 100px;
  -webkit-border-radius: 100px; 
  -moz-border-radius: 100px;
}
.btn-xs {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-sm {
  font-size: 14px;
}
.btn-lg {
  padding: 16px 40px;
  font-size: 18px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  
}
.btn-default {
  background-color: #fff;
  border-color:#CDCDCD;
}
.btn-primary {
  color: #ffffff;
  background-color: #0060C6;
  border-color:#0060C6;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #005C8F;
  border-color:#005C8F;
}
.btn-warning {
  color: #ffffff;
  background-color: #FFC004;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #E9AF00;
  border-color:#E9AF00;
}
.btn-danger {
  color: #ffffff;
  background-color: #F20418;
  border-color:#F20418;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #D90416;
  border-color:#D90416;
}
.btn-success {
  color: #ffffff;
  background-color: #73C03C;
  border-color:#73C03C;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #5B9A30;
  border-color:#5B9A30;
}
.btn-info {
  color: #ffffff;
  background-color: #069ce2;
  border-color:#069ce2;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #058BC9;
  border-color:#058BC9;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  border-color: #222222;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  color:#FFFFFF;
}
.btn-border-black {
  color: #000000;
  background-color: transparent;
  border-color:#000000;
}
.btn-border-black:hover, .btn-border-black:active,
.btn-border-black.active,
.btn-border-black.disabled,
.btn-border-black[disabled] {
  color:#FFFFFF;
  -webkit-box-shadow: 0 0 0 42px #000000 inset;
  -moz-box-shadow: 0 0 0 42px #000000 inset;
  box-shadow: 0 0 0 42px #000000 inset;
  background-color: #000000;
  border-color:#000000;
}
.btn-block {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.btn-square {
  padding: 6px 11px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn.btn-view {
  line-height: 1;
  padding: 8px 10px;
  font-size: 10px;
}
.input-group-btn > .btn {
  position: relative;
  border-radius:4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 15px;
  font-size: 11px;
  line-height: 1;
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* error */
.error-ntf {
  text-align: center;
  padding: 0px 0px 20px;
  margin: 0px 0px 20px;
}
.error-ntf h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.error-ntf h1 span {
  display: block;
  clear: both;
  font-size: 72px;
  font-weight: 900;
}
.error-ntf  .error-msg {
  font-size: 18px;
  margin-bottom: 30px;
}

#home-page .info-terkini {
  display: none;
}
.info-terkini {
  background: #014D76;
  color: #fff;
  font-size: 14px;
}
.info-terkini a {
  color:#fff;
}
.info-terkini a:hover {
  color:#fff;
}
.info-terkini .tkn {
  float: left;
}
.info-terkini .tk-left {
  padding: 10px 25px 10px 0px;
  text-transform: uppercase;
  border-right: 1px solid #015E8F;
  font-weight: 700;
}
.info-terkini .tk-right {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.info-terkini .tk-right a {
  color:#fff;
}
.info-terkini .tk-right a:hover {
  color:#fff;
  text-decoration: underline;
}

#ticker_container{
  width:100%
}
#tk-newscontent {
  float:left;
  padding: 10px 0px;
  line-height: 1.7;
}
#tk-news {
  display:none
}
#tk-news span.tk-date {
  margin-left: 10px;
  color:#fff;
}
#tk-news span.tk-date a {
  color:#fff;
}
#tk-controls {
  float:left;
  margin-right: 20px;
  color:#fff;
}
#tk-controls .control-link {
  color:#fff;
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #015E8F;
}
#tk-controls .control-link:hover {
  background:#015E8F;
  color: #ffffff;
}

/* header */
header { }
#top-bar {
  background-repeat: repeat;
  background-size: 80px;
  border-bottom: 1px solid #eee;
  padding: 8px 0px;
}
#top-bar .top-phone {
  padding: 5px 0px;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
#top-bar .top-phone a {
  color:#000;
}
#top-bar .top-msg {
  padding: 5px 10px;
  display: inline-block;
  float: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  #top-bar .top-phone {
    padding: 0px;
    margin: 0px 0px 10px;
    text-align: center;
    display: block;
    font-size: 13px;
    float: none;
  }
  #top-bar .top-phone span {
    display: block;
  }

  #top-bar .top-msg {
    padding: 0px;
    text-align: center;
    display: block;
    font-size: 13px;
    float: none;
  }
  #top-bar .top-msg span {
    display: block;
  }
}
@media (max-width: 768px) {
  
}

/* search */
.header-search {
  padding: 0px 0px 0px;
  display: inline-block;
  margin: 0px;
  float: right;
  width: 200px;
}
.header-search .input-group {
  position: relative;
  display: block;
}
.header-search .input-group .form-control {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 9;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
  padding-right: 30px;
  border: 0px dashed #ddd;
  color:#555;
  background:#f5f5f5;
}
.header-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.header-search ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.header-search :-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.header-search :-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.header-search .input-group .btn {
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  display: inline-block;
  float: right;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: transparent;
  color: #555;
  opacity: 1;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  padding: 6px 8px;
}
.header-search .input-group .btn:hover {
  background: none;
}
@media (max-width: 992px) {
  .header-search {
    margin: 5px 0px 0px;
  }
}
@media (max-width: 768px) {
  .header-search {
    width: 100%;
    margin: 0px;
  }
}

header .top-social {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px;
}
header .top-social > li > a {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px 4px;
  border: 0px;
  color:#f2f2f2;
}
header .top-social > li > a img {
  width: 28px;
}
header .top-social > li > a:hover,
header .top-social > li > a:focus,
header .top-social > li > a:active {
  background: transparent!important;
  color:#fff;
  border-color: transparent;
  transition: 0.30s;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
header .top-social i.fa {
  font-size: 20px;
}
@media (max-width: 460px) {
  header ul.top-social {
    display: block!important;
    text-align: center;
    margin: 0px 0px 5px;
  }
}
@media (max-width: 768px) {
  header ul.top-social {
    float: none;
    text-align: center;
    margin: 10px 0px;
  }
  header ul.top-social li {
    float: none;
    overflow: hidden;
    display: inline-block;
  }
  header .top-social > li > a {
    margin: 0px 0px 0px 3px;

  }
}

/* header wrap */
#header-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
#header-wrapper .content-heading h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
#header-wrapper .content-heading p {
  font-size: 20px;
}

/* logo */
#logo {
  margin: 0px 0 0px 0;
  display: inline-block;
}
#logo a {
  max-width: 220px;
  display: block;
}

/* menu */
#menu {
  color:#000;
  display: block;
  margin-top: 20px;
}
#menu .nav > li > a {
  color:#000;
}
#menu .nav > li > a {
  position: relative;
  display: block;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-bottom: 3px solid transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li > a:active {
  background: transparent;
}
#menu .navbar-nav {
  float: right;
  margin: 0;
}
/* dropdown */
#menu .nav .open > a,
#menu .nav .open > a:hover,
#menu .nav .open > a:focus,
#menu .nav .open > a:active {
  background-color: transparent;
}
#menu .dropdown-menu {
  -webkit-box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
  box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 5px 0;
}
#menu .dropdown-menu > li {
  display: block;
  padding: 0px 20px;
  clear: both;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}
#menu .dropdown-menu > li > a {
  min-width: 160px;
  display: block;
  padding: 13px 0px;
  border-bottom: 1px solid #eee;
  margin: 0;
  clear: both;
  line-height: 1.1;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
#menu .dropdown-menu > li > a:hover {
  background: transparent;
}
#menu .navbar-header {
  display: none;
}
#menu a.navbar-brand {
  margin-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu .btn-navbar {
  line-height: 1;
  padding: 3px 2px;
  float: right;
  background: transparent;
}
#menu .btn-navbar i.fa {
  font-size: 22px;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background: transparent;
}
/* Label Menu */
span.label-menu {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 9px;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1;
  color: #FFFFFF;
}
span.label-menu-parent {
  font-size: 9px!important;
  color:#FFFFFF;
  line-height:1;
  padding: 3px 5px;
  border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
   -moz-border-radius: 3px;
}

header .navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 0 10px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FFF;
    background-image: none;
    outline: none;
    box-shadow: none;
}
@media (min-width: 767px) {
  header .navbar-toggle {
    display: none;
  }
}
header .btn-navbar i.fa {
  font-size: 22px;
  color: #222;
}
@media (min-width: 992px) {
  header .navbar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  #menu .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-header {
    display: block!important;
  }
  #menu {
    padding: 0px;
  }
  #menu .navbar-collapse {
    padding: 10px 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #eee;
    background: #f8f8f8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  #menu .nav > li > a {
    padding: 12px 0px;
    font-weight: 600;
    font-size: 15px;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px dashed #ddd;
  }
  #menu .nav > li > a:hover,
  #menu .nav > li > a:focus,
  #menu .nav > li > a:active {
    background: transparent;
    color:#FFFFFF;
    border-color:transparent;
  }
  #menu .nav .open > a {
    border-color: #447097; 
  }
  #menu .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0px 20px;
    background:#014D76;
  }
  #menu .dropdown-menu > li {
    padding: 5px 25px;
  }
  #menu .dropdown-menu > li > a {
    min-width: auto;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dashed #447097;
    margin: 0;
    clear: both;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 500;
  }

  span.label-menu {
    position: absolute;
    top: 3px;
    margin-left: 20px;
    right: auto;
    font-size: 9px;
    padding: 3px 5px 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #FFFFFF;
  }
  span.label-menu-parent {
    font-size: 9px!important;
    color:#FFFFFF;
    line-height:1;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
  }

}



/* menu fixed */
#menu-fixed .navbar-brand {
  float: left;
  height: auto;
  padding: 5px 0px 0px 15px;
  margin-right: 10px;
  margin-left: 0px!important;
}
#menu-fixed #logo {
  max-width: 70px;
  display: block;
}
#menu-fixed .navbar {
  position: fixed;
  top: -100%;
  width: 100%;
  display: block;
  background: #FFF;
  color:transparent;
  z-index: 1030;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
  border: 0px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  margin-left: 0px!important;
}
#menu-fixed .navbar-fixed-top {
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
  display: block;
  top: -1px;;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  padding: 0px 0px 0px;
  margin-bottom: 0px;
  border: 0px;
  background-color:#fff;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
#menu-fixed .nav > li > a {
  position: relative;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0px 17px;
  margin: 0px 12px;
  border-bottom: 3px solid transparent;
  color: #000;
  font-weight: 700;
}
#menu-fixed .nav > li > a:hover,
#menu-fixed .nav > li > a:focus,
#menu-fixed .nav > li > a:active {
  text-decoration: none;
  background-color: transparent;
  color:#0060C6;
  border-color:#0060C6;
}
/* dropdown */
#menu-fixed .nav .open > a,
#menu-fixed .nav .open > a:hover,
#menu-fixed .nav .open > a:focus,
#menu-fixed .nav .open > a:active {
  background-color: transparent;
  border-color: #0060C6;
}
#menu-fixed .dropdown-menu {
  border-top: 0px;
  border-radius: 0px!important;
  -webkit-box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
  box-shadow:  0 6px 12px rgba(0, 0, 0, .175);
}
#menu-fixed .dropdown-menu > li {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}
#menu-fixed .dropdown-menu > li > a {
  min-width: 160px;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px dashed #CCD0D9;
  margin: 0;
  clear: both;
  line-height: 1.1;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
#menu-fixed .dropdown-menu > li > a:hover {
  background: transparent;
}
#menu-fixed .btn-navbar {
  line-height: 1;
  color: #000;
  padding: 3px 2px 8px;
  float: right;
  background: transparent;
  display: none;
}
#menu-fixed .btn-navbar i.fa {
  font-size: 22px;
}
#menu-fixed .btn-navbar:hover,
#menu-fixed .btn-navbar:focus,
#menu-fixed .btn-navbar:active,
#menu-fixed .btn-navbar.disabled,
#menu-fixed .btn-navbar[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #0060C6;
  background: transparent;
}
#menu-fixed span.label-menu {
  top: 2px;
}
@media (max-width: 767px) {
  #menu-fixed .btn-navbar {
    display: inline-block;
    padding-top: 20px;
  }
  
  #menu-fixed #logo {
    max-width: 180px;
    display: block;
  }
  #menu-fixed {
    padding: 0px;
  }
  #menu-fixed .navbar-collapse {
    b
  }
  #menu-fixed .nav > li > a {
    padding: 10px 0px;
    margin: 0px 20px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px dashed #CCD0D9;
  }
  #menu-fixed .nav .open > a {
    border-color: #0060C6;
  }
  #menu-fixed .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0px 20px;
    background:#FFF;
    border-color:#CCD0D9;
  }
  #menu-fixed .dropdown-menu > li {
    padding: 5px 25px;
  }
  #menu-fixed .dropdown-menu > li > a {
    min-width: auto;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dashed #CCD0D9;
    margin: 0;
    clear: both;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
  }
}
@media (max-width: 460px) {
  #menu-fixed #logo {
    max-width: 150px;
    display: block;
  }
}

/*
---
content
---
*/
#main-content h1 {
  margin: 0px 0px 50px;
  font-size: 28px;
  display: block;
}
#main-content {
  display: block;
  overflow: hidden;
}
#main-content .content-wrapper {
  padding: 40px 0px 40px;
}
#main-content h2.content-title{
  margin: 0px 0px 20px;
  font-size: 32px;
}
#content {
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

#main-top {
  display: block;
  overflow: hidden;
}
#main-bottom {
  display: block;
  overflow: hidden;
}
/* footer */
footer {
  background: #eee;
  border-top: 1px solid #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}
footer div {

}
footer .logo-footer img {
  max-width: 80%;
  display: block;
}
footer hr {
  border-top: none;
}
footer a {
  color: #000000;
}
footer a:hover,
footer a:visited,
footer a:focus {
  color: #000000;
}
footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #fff;
}
footer .footer-copyright {
  position: relative;
  font-size: 14px;
  background:#fff;
  margin: 0px;
  padding: 40px 0px 40px;
  display: block;
  text-align: center;
}
footer ul li {
  margin: 5px 0px;
  border-color:#ccc;
}
footer ul li a {
  color: inherit!important;
}
footer ul li a:hover {
  color: #000!important;
}

footer .footer-top-full,
footer .footer-top,
footer .footer-center,
footer .footer-bottom,
footer .footer-bottom-web {
  padding: 50px 0px;
}
footer .footer-bottom-web {
  text-align: center;
  border-top: 1px solid #eceff1;
}

footer .footer-bottom-full {
  padding: 50px 0px 10px;
  /**/background:#1E2124;
}
.scrollup {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -khtml-border-radius: 2px !important;;
  -moz-border-radius: 2px!important;
  font-weight: bold;
  height: 30px;
  width: 30px;
  text-align:center;
  text-shadow:none;
  background: #FFFFFF;
  right: 30px;
  bottom: 40px;
  position: fixed;
  display: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  z-index: 1001;
}
.scrollup i.fa {
  margin-top: 2px;
  margin-left: -0px;
  font-size: 20px;
  line-height: 1.2;
  color:#000;
}
.scrollup:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  background:#000;
}
.scrollup:hover > i.fa  {
  color:#ffffff;
}
@media (max-width: 420px) {
  .scrollup {
    display: none!important;
  }
}

.post-title {
  display: block;
  font-weight: bold;
  margin-top: 0px;
  color: #0060C6;
}
.post-title a {
  font-size: 16px;
}
.post-title a:hover {
  text-decoration: underline;
}

/* all post */
#post-listing {
  display: block;
  position: relative;
  clear: both;
}
#post-listing .post-content h3.post-title a {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  line-height: 1.2;
  overflow: hidden;
  font-size: 20px;
}
#post-listing .post-content h3.post-title a:hover {
  color:#0369CD;
}
#post-listing #post-item {
  display: block;
  position: relative;
  overflow: hidden;
}
#post-listing #post-item .post-content {
  margin-bottom: 35px;
  position: relative;
  border-bottom: 2px solid #eee;
}
#post-listing #post-item .post-top {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#post-listing #post-item .post-body {
  padding: 0px 0px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
#post-listing #post-item .post-body .post-date {
  padding-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #777;
}
#post-listing #post-item .post-body .post-date i.fa {
  color: #777;
}
#post-listing #post-item .post-body .post-date i.fa:before {
  margin: 0px 3px 0px 2px;
}
#post-listing #post-item .post-content .post-description {
  display: block;
  line-height: 24px;
  margin: 0px 0px 5px;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
#post-listing .post-content .post-description p {
  margin: 0;
  margin-bottom: 1.625em;
  padding: 0;
}
#post-listing .post-content .read-more {
  display: block;
  margin-top: 0px;
}
#post-listing .post-content .read-more a {
  font-weight: 500;
  font-size: 14px;
}
#post-listing .post-content .read-more a:hover {
  color:#0369CD;
  text-decoration: underline;
}
#post-listing .post-content .post-img {
  /* margin-top: 20px; */
  margin-bottom: 0px;
}
#post-listing .post-content .post-img img,
#post-listing .post-content .post-video img {
  width: 100%;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
#post-listing .post-content .post-video .video-thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
  /* margin-top: 20px; */
  margin-bottom: 0px;
}
#post-listing .post-content .post-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media (max-width: 768px) {
  #post-listing .post-content .post-video .video-thumbnail img {
    width: 100%!important;
    height: 315px!important;
  }
}
@media (max-width: 320px) {
  #post-listing .post-content .post-video .video-thumbnail img {
    width: 100%!important;
    height: 180px!important;
  }
}

.post-main h3.not-found {
  font-size: 24px;
}

/* post categories */
#main-content #post-listing .category-description {
  margin: 0px 0px 40px;
}

/* post view */
#post-view .post-content h2.post-title {
  padding: 0px 0px 0px;
  margin: 0px 0px 30px;
  font-size: 30px;
  line-height: 1.2;
  display: block;
  position: relative;
  overflow: hidden;
  color:#000;
}
#post-view .post-content {
  margin-left: 90px;
  background: #ffffff;
  border-left: 1px solid #eee;
  padding: 0px 5% 20px;
  margin-bottom: 40px;
}
#post-view .post-content .post-top {
  margin: 0px;
}
#post-view .post-content .post-top .post-img img {
  width: 100%;
}
#post-view .slides .slide-thumbnail {
  margin-right: 20px;
}
#post-view .post-content .post-description {
  margin-top: 20px;
  line-height: 1.8;
}
#post-view .post-content .post-description p {
  margin: 0px 0px 15px;
}
#post-view .post-content .post-description img {
  margin: 10px 0px 20px;
  padding: 4px;
  border: 1px solid #ddd;
  max-width: 100%;
}
#post-view .post-video {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
#post-view .post-video iframe {
  width: 100%!important;
  height: 415px!important;
}
#post-view .post-date {
  width: 70px;
  height: 80px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  color: #fff;
  background: #0060C6;
  text-align: center!important;
  line-height: 1em;
  margin: 0 0 15px;
  font-weight: bold;
}
#post-view .post-date span {
  display: block;
  margin: 0 auto;
  font-weight: 100;
}
#post-view .post-date .day {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
}
#post-view .post-date .year {
  width: 45px;
  font-weight: 400;
  font-size: 14px;
  padding-top: 5px;
  margin-top: 0px;
}
#post-view .post-viewed {
  width: 70px;
  border-radius: 4px;
  position: absolute;
  padding: 10px 0px;
  top: 100px;
  color: #555;
  text-align: center!important;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: bold;
  background:#ddd;
  font-weight: 300;
  font-size: 13px;
}
#post-view .post-viewed i.fa {
  display: block;
  text-align: center;
  font-size: 25px;
  margin: 0px 0px 5px;
  color:#555;
}
#post-view .post-dates {
  display: block;
  line-height: 1;
  border-bottom: 2px dashed #f2f2f2;
  padding: 0px 0px 20px;
  margin: 5px 0px 20px;
  font-size: 14px;
  color: #777;
}
@media (max-width: 768px) {
  #post-view .post-content {
    margin-left: 0px;
  }
  #post-view .post-video iframe {
    width: 100%!important;
    height: 315px!important;
  }
}
@media (max-width: 320px) {
  #post-view .post-video iframe {
    width: 100%!important;
    height: 180px!important;
  }
}

#post-bottom {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px 0px 0px;
  padding: 0px 0px 10px;
  font-size: 14px;
}
#post-bottom div {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 8px 0px;
}
#post-bottom span {
  margin: 10px 5px 0px 0px;
}
#post-bottom a {
  background:#0060C6;
  color:#fff;
  padding: 2px 5px;
  border-radius: 4px;
  text-transform: capitalize;
}
#post-bottom a:hover {
  text-decoration: underline;

}
#post-bottom .post-tags span.coma {
  display: none;
}
#post-bottom .post-share {
  margin-bottom: 40px;
}

/* post related */
h3.related-title {
  font-size: 18px;
  margin: 20px 0 0px;
  padding: 0 0 15px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  border-bottom: 2px solid #eee;
}

#post-listing.post-related .post-related-content {
  padding: 20px 0px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
#post-listing.post-related .post-related-content ul li {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
#post-listing.post-related .post-related-content ul li > span.post-date {
  display: block;
  line-height:1;
  margin: 12px 0px 5px;
  font-size: 13px;
  color:#777;
}
#post-listing.post-related .post-related-content ul li > span.post-date i.fa {
  color: #777;
}
#post-listing.post-related .post-related-content ul li > span.post-date i.fa:before {
  margin: 0px 3px 0px 2px;
}


/* Gallery */
.gallery-list .item {
}
.gallery-list .gallery-item {
 
}
.gallery-list .gallery-item-content {
  display: block;
  position: relative;
  padding: 0px 0px 6px;
  margin-bottom: 30px;
}
.gallery-list .gallery-image {
  margin-bottom: 0px;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery-list .gallery-image img {
  position: relative;
  width: 100%;
}
.gallery-list .gallery-label {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  background:#FFF;
  color:#0060C6;
  padding: 3px;
  z-index: 3;
}
.gallery-list .gallery-label [class^="icon-"]:before,
.gallery-list .gallery-label [class*=" icon-"]:before {
  line-height: 1!important;
  margin: 2px!important;
  padding: 0px!important;
}
.gallery-list .gallery-detail {
  display: block;
  text-align: center;
  padding: 15px 0px 12px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.gallery-list .gallery-detail span {
  display: block;
  margin-top: 8px;
  color:#777;
  font-size: 13px;
}
.gallery-list .gallery-detail h3.post-title {
  margin-top: 0px!important;
  margin-bottom: 15px!important;
  line-height: 1.2;
  overflow: hidden;
  font-size: 17px;
}
.gallery-detail span i.fa:before {
  margin: 0px 3px 0px 2px;
}
.gallery-detail span i.fa {
  color: #777;
}
.gallery-list .gallery-item:hover .gallery-detail {
  
}
.gallery-list .gallery-video iframe {
  width: 100%!important;
  height: 275px!important;
}
.gallery-list .category-desc {
  margin: 0px 0px 40px;
}

/* Hover List */
.gallery-list span.valign-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background:#000;
}
.gallery-list .valign-middle:before {
  left: 20px;
  top: 20px;
  border-top: 1px solid #C3CEDB;
  border-left: 1px solid #C3CEDB;
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  z-index:1;
}
.gallery-list .valign-middle:after {
  right: 20px;
  bottom: 20px;
  border-bottom: 1px solid #C3CEDB;
  border-right: 1px solid #C3CEDB;
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  transition: all .4s .4s;
  -webkit-transition: all .4s .4s;
  -moz-transition: all .4s .4s;
  -ms-transition: all .4s .4s;
  -o-transition: all .4s .4s;
  z-index:1;
}
.gallery-list a:hover .valign-middle:before,
.gallery-list a:hover .valign-middle:after {
  border-color: #FFF;
  width: 80%;
  height: 30%;
}
.gallery-list .valign-middle-content {
  width: 100%;
  position: relative;
}
.gallery-list span.isotope-hover-1 {
  position: absolute;
  top: 0!important;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  transition: all .2s .2s;
  -webkit-transition: all .2s .2s;
  -moz-transition: all .2s .2s;
  -ms-transition: all .2s .2s;
  -o-transition: all .2s .2s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
}
.gallery-list span.isotope-hover-1 span {
  display: block;
}
.gallery-list .isotope-hover-1 span.get-view {
  color:#FFF;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 15px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
}
.gallery-list a:hover .isotope-hover-1 span.get-view {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.gallery-list a:hover span.isotope-hover-1 {
  background: rgba(0,0,0,.55);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.gallery-list .isotope-hover-1 span.get-view i.fa {
  font-size: 25px;
}
/* Gallery View */
.gallery-view h2.post-title {
  padding: 0px 0px 0px;
  margin: 0px 0px 15px;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  position: relative;
  overflow: hidden;
  color:#000;
}
.gallery-view .gallery-desc {
  margin: 0px 0px 20px;
  display: block;
}
.gallery-view .gallery-item-description {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  margin: 5px;
  padding: 20px 10px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  color:#FFFFFF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index:2;
}
.gallery-view .gallery-item-description:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 100%;
  left: 0px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  height: 0%;
  background: #000;
  z-index:-1;
}
.gallery-view .item:hover .gallery-item-description:after {
  height: 100%;
  bottom: 0px;
}
.gallery-view .item:hover .gallery-item-description {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.gallery-view #isotope-row {
  display: block;
  margin-bottom: 50px;
}
.gallery-view #isotope-row .item {
  padding: 4px;
}
.gallery-view #isotope-row .item img {
  padding: 6px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.gallery-view .gallery-bottom {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 20px 0px 0px;
  padding: 20px 0px;
  border-top: 2px solid #eee;
}
.gallery-view .gallery-bottom .gallery-category {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.gallery-view .gallery-bottom .post-viewed,
.gallery-view .gallery-bottom .post-published {
  display: block;
  line-height: 1;
  margin-bottom: 14px;
}
.gallery-view .gallery-bottom span {
  margin-right: 5px;
}
.gallery-view .gallery-bottom span i {
  font-size: 20px;
}
.gallery-view .gallery-bottom a {
  color:#FFF;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 8px;
  margin: 5px 0px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  background: #0060C6;
}
.gallery-view .gallery-bottom .gallery-category a:hover {
  background: #000;
}

.gallery-view .gallery-video iframe {
  width: 100%!important;
  height: 415px!important;
}
@media (max-width: 678px) {
  .gallery-view .gallery-video iframe {
    width: 100%!important;
    height: 350px!important;
  }
}
@media (max-width: 320px) {
  .gallery-view .gallery-video iframe {
    width: 100%!important;
    height: 255px!important;
  }
}

/* related */
.related-gallery {
  margin-top: 50px;
}
.related-gallery h3.related-title {
  margin-bottom: 40px;
}
.related-gallery.gallery-list .gallery-detail h3.post-title {
  margin-top: 0px!important;
  line-height: 1.2;
  font-size: 16px;
}
.related-gallery .gallery-video iframe {
  width: 100%!important;
  height: 215px!important;
}
@media (max-width: 768px) {
  .related-gallery .gallery-video iframe {
    width: 100%!important;
    height: 215px!important;
  }
}
@media (max-width: 420px) {
  .related-gallery .gallery-video iframe {
    width: 100%!important;
    height: 115px!important;
  }
}
/* Hover List */
.related-gallery span.valign-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background:#000;
}
.related-gallery .valign-middle:before {
  left: 20px;
  top: 20px;
  border-top: 1px solid #C3CEDB;
  border-left: 1px solid #C3CEDB;
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  z-index:1;
}
.related-gallery .valign-middle:after {
  right: 20px;
  bottom: 20px;
  border-bottom: 1px solid #C3CEDB;
  border-right: 1px solid #C3CEDB;
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  transition: all .4s .4s;
  -webkit-transition: all .4s .4s;
  -moz-transition: all .4s .4s;
  -ms-transition: all .4s .4s;
  -o-transition: all .4s .4s;
  z-index:1;
}
.related-gallery a:hover .valign-middle:before,
.related-gallery a:hover .valign-middle:after {
  border-color: #FFF;
  width: 80%;
  height: 30%;
}
.related-gallery .valign-middle-content {
  width: 100%;
  position: relative;
}
.related-gallery span.isotope-hover-1 {
  position: absolute;
  top: 0!important;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  transition: all .2s .2s;
  -webkit-transition: all .2s .2s;
  -moz-transition: all .2s .2s;
  -ms-transition: all .2s .2s;
  -o-transition: all .2s .2s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
}
.related-gallery span.isotope-hover-1 span {
    display: block;
}
.related-gallery .isotope-hover-1 span.get-view {
  color:#FFF;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 15px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
}
.related-gallery a:hover .isotope-hover-1 span.get-view {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.related-gallery a:hover span.isotope-hover-1 {
  background: rgba(0,0,0,.55);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.related-gallery .isotope-hover-1 span.get-view i.fa {
  color:#FFFFFF;
}

/* contact */
.contact-main .contact-logo {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.contact-main .contact-logo img.img-responsive {
  max-width: 80%;
  display: inline-block;
}
.contact-main .contact-title h3 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 0px 0px 30px;
}
.contact-main .detail-kantor h4 {
  font-size: 16px;
  font-weight: bold;
}
.contact-main .detail-kantor {
  font-size: 16px;
}
.contact-main .detail-kantor > span {
  display: block;
  clear: both;
  position: relative;
}
.contact-main .detail-tambahan {
  display: block;
  clear: both;
  position: relative;
  margin: 30px 0px 0px;
}
.messages p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 50px;
}

.fr-video iframe {
  width: 100%!important;
  height: 415px!important;
}
@media (max-width: 768px) {
  .fr-video iframe {
    width: 100%!important;
    height: 315px!important;
  }
}
@media (max-width: 320px) {
  .fr-video iframe {
    width: 100%!important;
    height: 180px!important;
  }
}
.success-page {
  text-align: center;
}
#post-shared {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 40px;
}
.share,
.post-share {
  
  display: block;
}
.share i.fa,
.post-share i.fa {
  font-size: 18px;
}
.share .addthis_toolbox,
.post-share .addthis_toolbox {
  margin-top: 10px;
  display: block;
}

/*
----------------------------------------------
Product Listing
----------------------------------------------
*/
/* filter */
.filter-category {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  color:#000;
}
.filter-category #list-view,
.filter-category #grid-view {
  border: 0px;
  box-shadow: none;
  padding: 0px 5px;
  margin-right: 5px;
  margin-top: 10px;
  background: transparent;
  color:#000;
  outline: none;
}
.filter-category .sort-filter label {
  float: right;
  margin: 8px 10px 0 0;
  width: auto;
  padding: 0;
}
/* button */
.product-layout .btn {
  background: #fff;
  font-size: 12px;
}
span.p-list {
  display: none!important;
}
.product-list span.p-list {
  display: inline-block;
}
.product-detail h4 {
  font-weight: 700;
  font-size: 16px;
  color: #2196F3!important;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-detail h4 a {
  color: #2196F3!important;
}
/* product layout */
.product-thumb {
  margin-bottom: 35px;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}
.slider .product-thumb {
  margin-bottom: 35px;
  overflow: auto;
  margin: 0px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}
aside .product-thumb {
  padding: 0px;
}
.product-grid:hover .product-thumb {
  border-color:#2196f3;
  box-shadow:0 1px 10px 0 rgba(33, 150, 243, 0.3);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .product-thumb {
    border: 0px;
    padding: 0px;
  }
  .product-grid:hover .product-thumb {
  }
}
.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.label-sale.label-img img {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 2px;
  width: 48px;
}
.label-sale.label-percent {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  padding: 7px 10px;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  background: #06A6F1;
  font-size: 12px;
}
/* countdown timer for product list */
.product-countdown-block {
  position: absolute;
  text-align: center;
  bottom: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  width: 100%;
  z-index: 997;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.product-countdown {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 8px 0 5px;
  text-align: center;
  color: #FFFFFF;
  background: #06A6F1;
}
.product-countdown .p-timer div {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0.5em 0;
  margin: 0 0.9em;
  font-size: 12px;
  white-space: nowrap;
  color: #FFFFFF;
  background: #06A6F1;
}
.product-countdown .p-timer div:before {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  font-weight: bold;
}
.product-countdown .p-timer div:nth-child(1):before {
  right: -46%;
}
.product-countdown .p-timer div:nth-child(2):before {
  right: -65%;
}
.product-countdown .p-timer div:nth-child(3):before {
  right: -65%;
}
.product-countdown .p-timer div:last-child:before {
  display: none;
}
.product-countdown .p-timer div p {
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0.2em;
  font-weight: bold;
  display: block;
}
@media (max-width: 420px) {
  .product-countdown-block {
    display: none;
  }
}

/* product grid */
.product-detail .caption {
  padding: 0px 10px;
  text-align: left;
}
.product-grid .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  color: #000;
}
.price-new {
  font-weight: 600;
}
.price-old {
  font-size: 14px;
  font-weight: normal;
  margin-left: 6px;
  text-decoration: line-through;
  vertical-align: top;
  color: #989898;
}

/* product list */
.product-list .product-thumb .image {
  float: left;
}
.product-list .product-detail {
  position: relative;
  overflow: hidden;
}
.product-list .caption {
  margin-left: 0px;
  padding: 0px 20px;
  text-align: left;
}
.product-list .price {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
  color: #000;
}
.product-list .price-new {
  font-weight: 600;
}
.product-list .price-old {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  text-decoration: line-through;
  vertical-align: top;
  color: #989898;
}