a, a:hover, a:focus {text-decoration: none;}


*:focus {
  outline: none !important;
}

* {-webkit-border-radius:0; -moz-border-radius:0; border-radius: 0;}

body {font-family: 'Raleway', sans-serif;}

.call {
  font-weight: bold;
  color: #F7D61E;
}

.call {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count:2;
}


@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* fcolor */
.fblack {color: #333333 !important;}
.fwhite {color: #f8f8f8 !important;}

.forange {color: #fcdc1b !important}


/* bg color*/
.blue {background-color: #008CBA !important;}

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 70px;
}

.top-left>p, .top-right>p {    
    margin: 10px 0;
    color: #f8f8f8;
    font-size: 12px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 23px 0;
    font-size: 24px;
    margin-left: 0 !important;
}

.navbar-brand>img {
    height: 55px;
    margin-top: -15px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f8f8f8;
    background-color: #008CBA;
}

.dropdown-menu {
  background-color: #008CBA;
  border: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    color: #F8F8F8;
}

.dropdown-menu>li>a:hover {
    color: #008CBA;
}



/* nav fixed */


/* color */
.blue {
	background-color: #008cba !important;
}



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position: absolute;
    right: 15% !important;
    top: 50% !important;
    left: auto !important;
    z-index: 10;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0, 0.3);
}

.carousel-caption p {
  font-size: 16px !important;
}

/* Declare heights because of positioning of img element */
.carousel-inner .item {
  display: run-in;
  width: 100%;
  height: auto!important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-control {
  color: #f8f8f8;
}

.carousel-control.left, .carousel-control.right {
    -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.carousel-control:hover {
  color: #f8f8f8;
}

.carousel-indicators .active{
  background-color: #008CBA;
}

.carousel-indicators>.active, .carousel-indicators>li {
    width: 15px;
    height: 15px;
}

.carousel-indicators>li {
  border: 1px solid #008CBA ;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: no-repeat;;
}

.carousel-indicators {
    bottom: 35px;
}

.logo-top {
    position: absolute;
    z-index: 1;
    text-align: -webkit-center;
    text-align: center;
    padding: 7% 0;
    left: 0; right: 0;
}

.logo-top>img {width: 50%;}

.slider-top {
  background: transparent;
  padding: 25%;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 1;
}

/* accordion */

.accord>.panel-group>.panel-default>.panel-heading {
    color: #f8f8f8;
    background-color: rgba(0, 140, 186, 0.8);
    border-color: transparent;
    width: 100%;
}

.panel-heading {
    padding:15px;
    border-bottom: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.accord {
    margin-top: 15px;
}

.accord select {
    padding: 10px;
    width: 100%;
    border: 0;
    cursor: pointer;
}


.panel-group {
    margin-bottom: 0;
}

.panel, .panel-default {
  background-color: transparent;
  border: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.accord>.panel-group>.panel-default>.panel-collapse {
  background: rgba(204, 204, 204, 0.6);
  padding: 20px 0;
}


.btn {
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:none;
  font-size: 16px;
}

.btn-cari {
  background-color: #FF9800;
  color: #f8f8f8;
  -webkit-transition:all ease .8s;
  -moz-transition:all ease .8s;
  transition:all ease .8s;
}

.btn-cari:focus {
  color: #f8f8f8;
}

.btn-cari:hover {
  background-color: #D88100;
  color: #f8f8f8;
}

.datepicker {
    padding: 4px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    direction: ltr;
    background-color: #fff !important;
}

.jadwal-dokter> form> div> input, .jadwal-dokter> form> div> select, .select {
    width: 100%;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #fff;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background: #008CBA !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}


.select ul .hide {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.select span {
    display: block;
    color: #AFAFAF;
    font-size: 16px;
    padding: 0 10px;
}

.select ul {
    display: none;
    background: #fff;
    border: none;
    min-width: 300px;
    position: absolute;
    top: -310px;
    left: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    height: 300px;
    overflow-x: hidden;
}

.select ul > li{font-size:16px;}
.select ul > li {
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 24px;
}
.select ul > li:hover{background:#008CBA; cursor:pointer; color: #f8f8f8;}





/* Home Features */
.home-features {
    padding: 90px 0 65px;
    background-color: #fff;
}

.home-features .features-intro .read-more {
    background-color: #008CBA;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.home-features .features-intro .read-more:hover {
    background-color: #333333;
    color: #fff;
}

.home-features .features-intro p {
    margin-bottom: 30px;
}


/* dokter */
.home-doctors {
    text-align: center;
    padding: 70px 0 40px;
    background: url(../images/gallery-3.jpg) no-repeat;
    background-size: cover;
}

img {
    max-width: 100%;
    height: auto;
}


/* Blog */
.home-blog {
    padding: 90px 0;
  background-color: #008CBA;
}

.slogan-section {
    margin-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
}

.common-blog-post {
    background-color: #f0f5f7;
    line-height: 20px;
}

.col-sm-12 img {
    width: 100%;
}

.col-sm-12 .text-content {
    text-align: center;
}

.common-blog-post .text-content h5 {
    margin: 0 0 10px;
}

.common-blog-post .text-content {
    padding: 25px;
    text-align: center;
}

h5 a {
    font-size: 18px;
    font-weight: 700;
    color: #3a3c41;
}

.read-more {
    font-size: 14px;
    font-weight: 700;
    background-color: #67c9e0;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-transition:all ease .8s;
    -moz-transition:all ease .8s;
    transition:all ease .8s;
}

.read-more:hover {
	background-color: #58B6CC;
	color: #f8f8f8;;
}

.for-border {
    width: 100%;
    border: 1px solid #67C9E0;
}

.common-blog-post .entry-meta {
    margin: 0 0 15px;
    font-style: italic;
}

.common-blog-post .for-border {
    margin: 0 0 15px;
}

.icon-wrapper>.fa {
    font-size: 5em;
    margin-top: 15px;
}

video {
  background-color: #008CBA;
}

/* Archive Dokter*/
.banner {
    width: 100%;
    min-height: 180px;
}

.archive-post {
    padding-top: 40px;
    padding-bottom: 100px;
}

.nav-tabs {
    border-bottom: 1px solid #008CBA;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #f8f8f8;
    cursor: default;
    background-color: #008CBA;
    border: transparent;
    border-bottom: 1px solid #008CBA;
}

.nav-tabs>li>a {
    background-color: #fff;
    border: transparent;
    border-bottom: 1px solid #fff;
    color: #333333;
    border-radius: 0;
}

.nav-tabs>li>a:hover {
    background-color: #fff;
    border: transparent;
    border-bottom: 1px solid #008CBA;
    color: #008CBA;
}

.tab-content {
      padding: 25px 15px;
}

.nav-tabs {
    border-bottom:transparent;
}

.common-blog-post .text-content h5 {
    margin: 0;
}

.row .archive {
  margin-bottom: 30px;
}

.float-right {float: right;}

/* expanding search */

.form-search {
  position: absolute !important;
  right: 5%;
}
.form {
    margin: 0 auto;
    position: relative;
    width: 300px;
    right: 0;
}
/** Essentials **/
 .toggle {
    background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #008CBA;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
}
#searchform {
    float: right;
    height: 40px;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.form:hover #searchform {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: visible;
    width: 250px;
}
#searchform #s {
    background: none repeat scroll 0 0 #008CBA;
    border: medium none;
    color: #FFFFFF;
    float: right;
    outline: none;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    padding: 0 15px;
    width: 100%;
}
#searchform #searchsubmit {
    background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #008CBA;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
}

/* Archive Berita */
.text-center .col-lg-3, .text-center .col-md-3, .text-center .col-sm-6 {
  margin: 25px auto;
}

/* Gallery */
.box-galeri {
  width: 100%;
  height: 250px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  float: left;
  opacity: 0.8;
  margin-bottom: 30px;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
  transition:all ease 0.5s;
}

.box-galeri iframe{
      width: 100%;
    height: 250px;
}

.box-title {
    position: relative;
    padding: 10px 15px;
    background-color: #222222;
    margin-top: -39px;
    color: #FFFFFF;
    opacity: 0.95;
    text-align: center;
}

.box-majalah {
  width: 100%;
  height: 385px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  float: left;
  opacity: 0.8;
  margin-bottom: 30px;
  -webkit-transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
  transition:all ease 0.5s;
}

.box-majalah img {
  text-align: center;
  text-align: webkit-center;
  height: 100%;
}

.box-galeri:hover, .box-majalah:hover {
  opacity: 1;
}




/* detail */
.single-page {
  padding-top: 65px;
  padding-bottom: 100px;
}

.single-page .entry-meta {
    background-color: #008CBA;
    margin-bottom: 40px;
}

.single-page .entry-meta h3 {
  padding-left:25px;  
  color: #f8f8f8;
}

.single-page .entry-meta figure {
    margin: 0;
    margin-bottom: 25px;
}

.single-page .detail-schedule, .single-page .social-icon {
    background-color: #F8F8F8 !important;
    padding: 25px 25px 20px;
    border-top: 1px solid #008CBA !important;
    color: #333;
}

.single-page .doctor-departments a {
  color: #f8f8f8; 
}

.single-page .doctor-departments {
    padding: 5px 25px 10px;  
    color: #f8f8f8; 
}

.single-page .social-icon ul li {
    display: inline-block;
    list-style: none;
    background-color: #008CBA;
    float: none;
    margin: 0 5px 5px 0;
}

.single-page .social-icon ul li:hover {
  opacity: 0.8;
}

.single-page .social-icon .doc-social-nav {
    margin: 0 25px;
    text-align: left;
}

.single-page .social-icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.single-page .social-icon ul li .fa {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
}

.single-page .top-area {
    margin-bottom: 25px;
    background-color: #008CBA;
    padding: 15px;
}

.single-page .top-area h1 {
  margin: 0;
  color: #F8F8F8;
}

.single-page .entry-content {
  margin: 10px 0;
  padding: 10px;
  /*border:1px solid #008CBA;*/
}

.single-page .entry-content hr {
  margin-top: 0;
  margin-bottom: 15px;
}

.detail-schedule strong {
  margin-right: 10px;
}

.detail-schedule table tr th {
  text-align: center;
}





/* single post */

.sidebar {
  margin-top: -10px;
}

.sidebar h5 {
  background-color: #008CBA;
    padding: 15px;
    color: #f8f8f8;
}

.sidebar figure {
  float: left;
    margin-right: 5%;
    width: 25%;
} 


.kategori {
  margin-bottom: 50px;
}

.sidebar .tab {
    margin-top: 10px;
    height: 330px;
}

.sidebar .tab-post-listing {
  height: auto;
    float: left;
    margin-bottom: 15px;
}



/* footer */
#main-footer {
    color: #FFFFFF;
    background-color: #004F69;
    padding: 85px 0 20px;
    line-height: 24px;
}

#main-footer .widget h3.title {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.widget ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #A8C3CC;
}

.widget ul li {
    list-style: none;
    color: #FFF;
    border-bottom: 1px solid #A8C3CC;
    padding: 0px 15px 10px;
    margin: 10px 0 0;
}

#main-footer .widget a {
    color: #FFF;
}


/* Footer Bottom*/
.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid #A8C3CC;
    padding-top: 26px;
}

.footer-bottom .footer-social-nav {
    margin: 0;
    padding: 0;
    float: right;
}

.footer-bottom .footer-social-nav li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

.footer-bottom .footer-social-nav li a {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-bottom .footer-social-nav li .fa {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #FFF;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1024px) {
  .accord>.panel-group>.panel-default>.panel-heading {
    width: 25%;
  }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .carousel-control>span {
    border: 1px solid #008CBA;
    padding: 15px 45px 45px 15px;
    background-color: #008CBA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -25px !important;
  }

    .accord {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    margin-top: 0;
  } 

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .accord>.panel-group>.panel-default>.panel-heading {
    width: 30%;
  }
}

@media (max-width: 992px) {
      .select {
        margin-bottom: 10px;
      }
}


/* contact us */
  
  .contact-us {
    text-align: center;
    text-align: -webkit-center;
  }

  .contact-us input, .contact-us .submit, .contact-us textarea {
    width: 500px;
    margin: 5px 0;
    padding: 10px;
    height: 40px;
    border: 1px solid #008cba;
  }

  .contact-us textarea {
    height: auto !important;
  }

  .contact-us .submit {
    background-color: #008cba;
    border:1px solid #008cba;
    color: #F8F8F8;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .contact-us .submit:hover {
    background-color: #212121;
    border:1px solid #212121;
  }

  *:focus { outline: none; }


  @media (max-width: 768px) {
    .contact-us input, .contact-us .submit, .contact-us textarea {
      width: 85%;
    }
  }

/* end contact us */