
a {
  color: #c00;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "PT Sans";  }
  a:hover {
    color: #C00; }

p {
  margin: 8px 0; }

.theme-clr {
  color: #c00;}

.black-clr {
  color: #333333; }

.no-margin {
  margin: 0; }

.size-16 {
  font-size: 16px; }

/* ========== */
/* = Sprites = */
/* ========== */
.icons-sprite, .icons-arrow-left-white, .icons-arrow-left, .icons-arrow-right-white, .icons-arrow-right, .icons-calendar, .icons-child, .icons-double-line, .icons-her, .icons-him, .icons-minus, .icons-nav-mob-left-white, .icons-nav-mob-left, .icons-nav-mob-right-white, .icons-nav-mob-right, .icons-ornament-left, .icons-ornament-right, .icons-plus, .icons-lampstand, .icons-slider-nav-left, .icons-slider-nav-right, .icons-to-top-arrow, .icons-zoom, .accordion-heading a .icon, .accordion-heading.open a .icon {
  background: url('../images/icons-sa24fa5b713.png') no-repeat; }

.icons-arrow-left-white {
  background-position: 0 -371px;
  height: 13px;
  width: 13px; }

.icons-arrow-left {
  background-position: 0 -397px;
  height: 13px;
  width: 13px; }

.icons-arrow-right-white {
  background-position: 0 -384px;
  height: 13px;
  width: 13px; }

.icons-arrow-right {
  background-position: 0 -410px;
  height: 13px;
  width: 13px; }

.icons-calendar {
  background-position: 0 -446px;
  height: 13px;
  width: 13px; }

.icons-child {
  background-position: 0 -459px;
  height: 14px;
  width: 14px; }

.icons-double-line {
  background-position: 0 -473px;
  height: 6px;
  width: 114px; }

.icons-her {
  background-position: 0 -155px;
  height: 16px;
  width: 14px; }

.icons-him {
  background-position: 0 -346px;
  height: 16px;
  width: 14px; }

.icons-minus {
  background-position: 0 -423px;
  height: 23px;
  width: 23px; }

.icons-nav-mob-left-white {
  background-position: 0 -171px;
  height: 33px;
  width: 33px; }

.icons-nav-mob-left {
  background-position: 0 -248px;
  height: 33px;
  width: 33px; }

.icons-nav-mob-right-white {
  background-position: 0 -215px;
  height: 33px;
  width: 33px; }

.icons-nav-mob-right {
  background-position: 0 -281px;
  height: 33px;
  width: 33px; }

.icons-ornament-left {
  background-position: 0 -362px;
  height: 9px;
  width: 33px; }

.icons-ornament-right {
  background-position: 0 -314px;
  height: 9px;
  width: 33px; }

.icons-plus {
  background-position: 0 -323px;
  height: 23px;
  width: 23px; }

.icons-lampstand {
  background-position: 0 0;
  height: 33px;
  width: 33px; }

.icons-slider-nav-left {
  background-position: 0 -49px;
  height: 53px;
  width: 53px; }

.icons-slider-nav-right {
  background-position: 0 -102px;
  height: 53px;
  width: 53px; }

.icons-to-top-arrow {
  background-position: 0 -204px;
  height: 11px;
  width: 15px; }

.icons-zoom {
  background-position: 0 -33px;
  height: 16px;
  width: 16px; }

.icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

/* ========== */
/* = Images and galleries = */
/* ========== */
.picture .img-overlay, .picture .shine-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.picture {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  .picture img {

    border: 1px solid #ddd; border
    border-radius: 4px;
    padding: 5px;
    width: 140px;
  }
  .picture .img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .picture .img-overlay .btn,
    .picture .img-overlay .icons-zoom {
      position: absolute;
      left: 50%;
      top: 50%; }
    .picture .img-overlay .btn {
      filter: none;
      background: #000;
      margin-left: -40px;
      margin-top: -15px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .picture .img-overlay .icons-zoom {
      margin-left: -8px;
      margin-top: -8px; }
  .picture .shine-overlay {
    background: url('../images/shine-overlay.png?1356701752') no-repeat left top;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    -o-background-size: 80% auto;
    background-size: 80% auto; }
  .picture .grayscale-img {
    
	
	 filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); }
  .picture a:hover .img-overlay {
    opacity: 1;
    filter: alpha(opacity=100); }
  .picture a:hover .grayscale-img {
	  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(60%);
    -webkit-transition: all 0.6 ease;
    -moz-transition: all 0.6 ease;
    -o-transition: all 0.6 ease;
    transition: all 0.6 ease;
    }

/* ========== */
/* = Theme buttons = */
/* ========== */
.btn {
  font-family: 'PT Sans';
  padding: 2px 8px; color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);

  text-transform: uppercase;
  font-size: 12px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }


  .btn:hover{
    color: white;
    background-color: #c00;
     }
  .btn-theme:active, .btn-theme.active {
    background-color: #4d376f ; }
  .btn-theme.no-bevel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* ========== */
/* = Navbar = */
/* ========== */
.navbar .navbar-inner {
  border-bottom: none;
  font-family: 'PT Sans';
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
.navbar .brand {
  padding-top: 10px;
  padding-bottom: 7px;
  color: white;
  width: 250px; }
  .navbar .brand .logo {
    float: left; }
  .navbar .brand .theme-clr {
    color: #FFDF00; }
  .navbar .brand h1 {
    color: white;
    margin: 5px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 26px;
    line-height: 26px;
    font-family: Lobster;
    font-weight: normal; }
  .navbar .brand .tagline {
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: 'PT Sans';
    display: block; width:270px }
.navbar .nav > li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #f0f0f0;
  padding-left: 14px;
  padding-right: 14px;
  filter: none; }
  .navbar .nav > li a:hover {
    background: none;
    color: gold; }
.navbar .nav > li.active > a {
 background: transparent;
  border-bottom: 3px solid orange;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 9px;
  padding: 15px 15px 15px; color: gold;}
  .navbar .nav > li.active > a:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: gold; }
.navbar .nav > li.dropdown > a {
  background: url('../images/dropdown-arrow.png?1354401676') center 50px no-repeat; }
.navbar .nav > li.dropdown.open > .dropdown-toggle, .navbar .nav > li.dropdown.active > .dropdown-toggle, .navbar .nav > li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.dropdown:hover > .dropdown-toggle {
  background-image: url('../images/themes/violet/dropdown-arrow-active.png?1358003871');
  background-color: transparent; }
.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }
.navbar .btn-large {
  margin-top: 13px; }

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block; }

.nav-collapse {
  float: right; margin-top: 19px; font-size: 1.1em; }

.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 100%;
  margin-top: -6px;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 3px solid #FFFFFF;   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.005);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.005);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.005);
  background: rgba(0, 0, 0, 0.8) url() 0 0 no-repeat; }
  .dropdown-menu > li {
    }
    .dropdown-menu > li:last-child {
      border-bottom: none; }
    .dropdown-menu > li > a {
      padding: 5px 16px; }
      .dropdown-menu > li > a:hover {
        color: #ac6ed4; }

.navbar-inverse .navbar-inverse .btn-navbar {

  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d5daf), color-stop(100%, #644891));
  background: -webkit-linear-gradient(top, #7d5daf, #644891);
  background: -moz-linear-gradient(top, #7d5daf, #644891);
  background: -o-linear-gradient(top, #7d5daf, #644891);
  background: linear-gradient(top, #7d5daf, #644891);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .navbar-inverse .btn-navbar .icon-bar {
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 20px; }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 4px; }

/* ========== */
/* = Theme slider = */
/* ========== */
.slider,
.fullwidthbanner-container {
  font-family: 'PT Sans';
  height: 200px; 
 background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background:url(../images/header_index.jpg);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
   }
  .slider .row,
  .fullwidthbanner-container .row {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 30px; }
  .slider .opening-time,
  .fullwidthbanner-container .opening-time {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 99; }
  .slider .custom-cap,
  .fullwidthbanner-container .custom-cap {
    visibility: hidden; }

.slider-title {
  top: 215px;
  font-size: 66px;
  line-height: 110px;
  font-weight: bold;
  position: absolute;
  color: #333333;
  line-height: 1.3;
  width: 100%; }
  .slider-title .icons-double-line {
    display: block;
    margin: 7px 0; }
  .slider-title .nav-icons {
    font-size: 20px; }
    .slider-title .nav-icons a {
      opacity: 0.25;
      filter: alpha(opacity=25);
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .slider-title .nav-icons a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

.semi-white-bg {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 64%;
  padding: 0 2%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-height: 172px;
  overflow: hidden;
  min-height: 50px; }

.opening-time {
  background: url('../images/lanes.png?1354406391') no-repeat center top;
  width: 215px;
  padding-top: 47px;
  color: white; }
  .opening-time .time-table {
    background-color: #303030;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-bottom: 8px; }
    .opening-time .time-table h3 {
      font-size: 18px;
      margin: 0;
      text-align: center;
      color: white;
      line-height: 2.2; }
    .opening-time .time-table > .inner-bg {
      margin: 0 8px;
      padding: 0 3px;
      background: url('../images/opening-time.gif?1354408225') repeat;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border-bottom: 1px solid #444444;
      -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6); }
  .opening-time .week-day {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0; }
    .opening-time .week-day.light-bg {
      background-image: url('../images/opening-time-light.gif?1354408225'); }
    .opening-time .week-day dt {
      width: 50%;
      float: left; }
    .opening-time .week-day dd {
      text-align: right;
      text-transform: uppercase; }
    .opening-time .week-day.today dt {
      color: #ac6ed4; }
    .opening-time .week-day.closed dt,
    .opening-time .week-day.closed dd {
      color: #676767; }

/* ========== */
/* = Social icons = */
/* ========== */
.inactive-sprite, .social-icons .twitter > .inactive, .social-icons .facebook > .inactive, .social-icons .youtube > .inactive {
  background: url('../images/social-icons/inactive-s746d3e0afa.png') no-repeat; }

.active-sprite, .social-icons .twitter, .social-icons .facebook, .social-icons .youtube {
  background: url('../images/social-icons/active-sca9ea3cbb5.png') no-repeat; }

.social-icons {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 99; }
  .social-icons > a {
    display: inline-block;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out; }
    .social-icons > a > .inactive {
      display: inline-block;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .social-icons > a:hover > .inactive {
      opacity: 0;
      filter: alpha(opacity=0); }
  .social-icons .twitter {
    background-position: 0 -32px;
    height: 32px;
    width: 32px; }
    .social-icons .twitter > .inactive {
      background-position: 0 0;
      height: 32px;
      width: 32px; }
  .social-icons .facebook {
    background-position: 0 -64px;
    height: 32px;
    width: 32px; }
    .social-icons .facebook > .inactive {
      background-position: 0 -64px;
      height: 32px;
      width: 32px; }
  .social-icons .youtube {
    background-position: 0 0;
    height: 32px;
    width: 32px; }
    .social-icons .youtube > .inactive {
      background-position: 0 -32px;
      height: 32px;
      width: 32px; }

/* ========== */
/* = Title area = */
/* ========== */
/************kontak*****************/   
  .title-area-index {
    padding-top: 10px;
    padding-bottom: 80px;
   
  } 

/************musik*****************/ 
.title-area {
 padding-top: 40px;
  padding-bottom: 80px;
  
  } 
 
  .title-area .row {
    position: relative; }
  .title-area h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top_black.png?1358003871') repeat-x center top, url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom; }

/************kontak*****************/ 	
  .title-area-kontak {
 padding-top: 40px;
  padding-bottom: 80px;
  
  } 
 
   .title-area-kontak .row {
    position: relative; }
  .title-area-kontak h1 {
    display: inline-block;
   font-size: 35px;font-family:lobster; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top_black.png?1358003871') repeat-x center top, url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom; }
/************musik*****************/ 
.title-area-musik {
   padding-top: 10px;
  padding-bottom: 80px;
 
  } 
 
  .title-area-musik .row {
    position: relative; }
  .title-area-musik h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top.png?1358003871') repeat-x center top, url('../images/double-line-bottom.png?1358003871') repeat-x center bottom; }

/************ya*****************/ 	
  .title-area-ya {
  padding-top: 140px;
  padding-bottom: 80px;
  background:url(../images/header_ya.jpg);
  } 
 
   .title-area-ya .row {
    position: relative; }
  .title-area-ya h1 {
    display: inline-block;
   font-size: 35px;font-family:lobster; color:#FCFCFC; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top.png?1358003871') repeat-x center top, url('../images/double-line-bottom.png?1358003871') repeat-x center bottom; }

 /************photo*****************/ 	
  .title-area-photos {
 padding-top: 140px;
  padding-bottom: 80px;
  background:url(../images/header_Foto.jpg);
  } 
 
   .title-area-photos .row {
    position: relative; }
  .title-area-photos h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster;  font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top_black.png?1358003871') repeat-x center top, url('../images/double-line-bottom_black.png?1358003871') repeat-x center bottom; }
/************renungan*****************/ 
.title-area-renungan {
 padding-top: 40px;
  padding-bottom: 80px;

  } 
 
  .title-area-renungan .row {
    position: relative; }
  .title-area-renungan h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster; color:#FCFCFC; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top.png?1358003871') repeat-x center top, url('../images/double-line-bottom.png?1358003871') repeat-x center bottom; }
/************sonseekers*****************/ 
.title-area-sonseekers {
 padding-top: 40px;
  padding-bottom: 80px;
  
  } 

  .title-area-sonseekers .row {
    position: relative; }
  .title-area-sonseekers h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster; color:#FCFCFC; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top.png?1358003871') repeat-x center top, url('../images/double-line-bottom.png?1358003871') repeat-x center bottom; }

/************sonseekers*****************/ 
.title-area-youth {
 padding-top: 140px;
  padding-bottom: 80px;
 
  } 

  .title-area-youth .row {
    position: relative; }
  .title-area-youth h1 {
    display: inline-block;
    font-size: 35px;font-family:lobster; color:#FCFCFC; font-weight: normal; padding:5px 0 5px 0;
    background: url('../images/double-line-bottom.png?1358003871') repeat-x center bottom;
    background: url('../images/double-line-top.png?1358003871') repeat-x center top, url('../images/double-line-bottom.png?1358003871') repeat-x center bottom; }

/* ========== */
/* = Breadcrumbs = */
/* ========== */
.breadcrumbs-container {
 background-image: linear-gradient(to bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  border-bottom: 1px solid #e5e5e5;
   }
  .breadcrumbs-container .breadcrumb {
    background: none;
    padding: 10px 0;
    margin: 0; }
  .breadcrumbs-container a {
    color: #727272; }
  .breadcrumbs-container .active a {
    color: #333333; }
  .breadcrumbs-container .divider {
    display: inline-block;
    background: url('../images/themes/violet/bullet-arrow.png?1358003871') center bottom no-repeat;
    width: 5px;
    height: 14px; }

/* ========== */
/* = Sidebars = */
/* ========== */
.sidebar.right .sidebar-item.gallery-menu {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(right, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(right, #ffffff, #f7f7f7);
  background: -o-linear-gradient(right, #ffffff, #f7f7f7);
  background: linear-gradient(right, #ffffff, #f7f7f7); }
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li > a {
    position: relative;
    margin-left: -36px;
    margin-right: -26px;
    padding-left: 36px; }
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:before, .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:after,
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:hover:before,
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:hover:after {
    left: -7px;
    width: 10px; }
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:before,
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:hover:before {
    top: -4px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:after,
  .sidebar.right .sidebar-item.gallery-menu .nav-pills > li.active a:hover:after {
    bottom: -4px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg); }

.sidebar-item {
  margin-bottom: 30px; }
  .sidebar-item.opening-time {
    margin-top: -43px; }
  .sidebar-item.gallery-menu, .sidebar-item.menu {
    background-color: #fafafa;
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(left, #ffffff, #f7f7f7);
    background: -moz-linear-gradient(left, #ffffff, #f7f7f7);
    background: -o-linear-gradient(left, #ffffff, #f7f7f7);
    background: linear-gradient(left, #ffffff, #f7f7f7);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 24px 26px; }
    .sidebar-item.gallery-menu h3, .sidebar-item.menu h3 {
      margin: 0 0 15px; }
    .sidebar-item.gallery-menu .nav-pills, .sidebar-item.menu .nav-pills {
      margin-bottom: 0; }
      .sidebar-item.gallery-menu .nav-pills > li > a, .sidebar-item.menu .nav-pills > li > a {
        position: relative;
        margin-left: -26px;
        margin-right: -36px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 26px;
        font-weight: bold;
        color: #727272; }
        .sidebar-item.gallery-menu .nav-pills > li > a:hover, .sidebar-item.menu .nav-pills > li > a:hover {
          color: #805fb3;
          background: none; }
      .sidebar-item.gallery-menu .nav-pills > li.active a,
      .sidebar-item.gallery-menu .nav-pills > li.active a:hover, .sidebar-item.menu .nav-pills > li.active a,
      .sidebar-item.menu .nav-pills > li.active a:hover {
        background-color: #7d5daf;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b6eb7), color-stop(100%, #644891));
        background: -webkit-linear-gradient(top, #8b6eb7, #644891);
        background: -moz-linear-gradient(top, #8b6eb7, #644891);
        background: -o-linear-gradient(top, #8b6eb7, #644891);
        background: linear-gradient(top, #8b6eb7, #644891);
        color: white; }
        .sidebar-item.gallery-menu .nav-pills > li.active a:before, .sidebar-item.gallery-menu .nav-pills > li.active a:after,
        .sidebar-item.gallery-menu .nav-pills > li.active a:hover:before,
        .sidebar-item.gallery-menu .nav-pills > li.active a:hover:after, .sidebar-item.menu .nav-pills > li.active a:before, .sidebar-item.menu .nav-pills > li.active a:after,
        .sidebar-item.menu .nav-pills > li.active a:hover:before,
        .sidebar-item.menu .nav-pills > li.active a:hover:after {
          position: absolute;
          z-index: 3;
          content: " ";
          right: -7px;
          background-color: white;
          width: 10px;
          height: 80%; }
        .sidebar-item.gallery-menu .nav-pills > li.active a:before,
        .sidebar-item.gallery-menu .nav-pills > li.active a:hover:before, .sidebar-item.menu .nav-pills > li.active a:before,
        .sidebar-item.menu .nav-pills > li.active a:hover:before {
          top: -4px;
          -webkit-transform: rotate(-30deg);
          -moz-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
          -o-transform: rotate(-30deg);
          transform: rotate(-30deg); }
        .sidebar-item.gallery-menu .nav-pills > li.active a:after,
        .sidebar-item.gallery-menu .nav-pills > li.active a:hover:after, .sidebar-item.menu .nav-pills > li.active a:after,
        .sidebar-item.menu .nav-pills > li.active a:hover:after {
          bottom: -4px;
          -webkit-transform: rotate(30deg);
          -moz-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
          -o-transform: rotate(30deg);
          transform: rotate(30deg); }
  .sidebar-item.last-comments ul > li {
    margin-bottom: 10px; }
    .sidebar-item.last-comments ul > li a {
      font-weight: bold; }
  .sidebar-item.archive a {
    font-weight: bold; }
  .sidebar-item.search .search-width {
    width: 165px; }
  @media (min-width: 1200px) {
    .sidebar-item.search .search-width {
      width: 215px; } }
  @media (max-width: 979px) {
    .sidebar-item.search .search-width {
      width: 111px; }
.title-area-renungan{padding-bottom: 0;padding-top: 0;} 
  .title-area-sonseekers{padding-bottom: 0;padding-top: 0;} 
   .title-area-musik{padding-bottom: 0;padding-top: 0;} 
   .title-area-kontak{padding-bottom: 0;padding-top: 0;} 
  .fullwidthbanner-container{padding: 0;margin: 0; height: 0;} 
       }
  @media (max-width: 767px) {
    .sidebar-item.search .search-width {
      width: 50%; } 
    .title-area-renungan{padding-bottom: 0;padding-top: 0;} 
  .title-area-sonseekers{padding-bottom: 0;padding-top: 0;} 
   .title-area-musik{padding-bottom: 0;padding-top: 0;} 
   .title-area-kontak{padding-bottom: 0;padding-top: 0;} 
  .fullwidthbanner-container{padding: 0;margin: 0; height: 0;} }

/* ========== */
/* = Content = */
/* ========== */
.main-content {
  padding-top: 30px;
  background: #FFFFFF;
 /* background: #eef2f3;  
  background: -webkit-linear-gradient(to bottom, #eef2f3, #fff);  
  background: linear-gradient(to bottom, #eef2f3, #fff);*/
  }

.lined {
border-bottom: 1px solid #CFCFCF;
  }

.bolded-line {
  display: block;
  margin-bottom: -1px;
  margin-top: 15px;
  width: 70px;
  height: 1px;
  background: #c00;  }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #333333;
  font-family: 'PT Sans'; }
  h1 .light,
  h2 .light,
  h3 .light,
  h4 .light,
  h5 .light,
  h6 .light {
    font-weight: normal; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px;font-family: Lobster; font-weight:normal }

h3,
h4 {
  font-size: 14px; }

h5,
h6 {
  font-size: 13px;
  color: #727272; }

h6 {
  font-weight: normal; }

.lined {
  margin-bottom: 15px; }
  .lined a {
    color: #333333; }
    .lined a:hover {
      color: #999999;
      text-decoration: none; }
  .lined h2 {
    color: #C00;
    margin: 0; }
  .lined h5,
  .lined .meta-data {
    color: #646464;
    margin: 0;
    font-weight: normal; }
  .lined .meta-data {
    font-family: "PT Sans"; }
    .lined .meta-data a {
      color: #805fb3;
      font-weight: bold; }
  .lined .btn,
  .lined .btn:hover {
    color: white; }

.read-more {
  font-weight: bold; }

.divide-line {
  position: relative;
  border-bottom: 1px inset #CFCFCF;
  height: 15px;
  margin: 10px 0 36px;
  overflow: visible; }
  .divide-line .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -17px;
    background-color: white; }

.meta-info {
  color: #999999;
  font-size: 12px; }

nav.arrows {
  font-size: 3px; }
  nav.arrows a {
    opacity: 0.25;
    filter: alpha(opacity=25);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    nav.arrows a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.quote {
  text-align: center; }
  .quote .person {
    font-weight: bold;
    font-family: "PT Sans";
    font-size: 14px; }
  .quote .title {
    font-style: italic; }

blockquote {
  background: #e5e5e5 url('../images/quote.png?1356697983') no-repeat 5px 5px;
  border: none;
  box-shadow: inset 0 0 0.8em #767676;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
  position: relative; }
  blockquote:after {
    position: absolute;
    content: " ";
    display: block;
    height: 10px;
   /* background: url('../images/quote-arrow.png?1356698514') center top no-repeat;*/
    width: 100%;
    left: 0;
    bottom: 100%; }
  blockquote p {
    font-size: 12px;
    line-height: 1.66;
    margin: 10px 0; }

.brands {
  text-align: center; }
  .brands a {
    opacity: 0.25;
    filter: alpha(opacity=25);
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out; }
    .brands a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.member-details .lined {
  margin-top: 54px; }
.member-details strong {
  color: #333333;
  font-family: "PT Sans";
  font-size: 14px; }
.member-details .bolded-line {
  margin-top: 0; }
.member-details p {
  margin: 10px 0; }

.full-map {
  width: 100%;
  border: none;
  margin: 0;
  overflow: hidden;
  height: 370px; }

.blog-content img.pull-right {
  margin-left: 15px; }
.blog-content img.pull-left {
  margin-right: 15px; }

/* ========== */
/* = Gallery = */
/* ========== */
.gallery {
  margin-left: -4.66%; }
  .gallery .picture {
    width: 12%;
    margin-left: 4.66%;
    float: left;
    margin-bottom: 30px; }

/* ========== */
/* = Tabs / Collapse = */
/* ========== */
.nav-tabs-theme {
  border-bottom: none;
  margin-bottom: 0; }
  .nav-tabs-theme > li {
    margin-bottom: 0; }
    .nav-tabs-theme > li > a {
      position: relative;
      font-weight: bold; }
  .nav-tabs-theme > .active > a,
  .nav-tabs-theme > .active > a:hover {
   
    color: #60448a;
     }

.tab-content {

  padding: 3px 0 0 0; }

.accordion-heading a {
  display: block;
  font-size: 14px;
  font-family: "PT Sans";
  font-weight: bold; }
  .accordion-heading a:hover {
    text-decoration: none; border:none; }
  .accordion-heading a .icon {
    margin-right: 10px;
    
    height: 23px;
    width: 23px; }
.accordion-heading.open a .icon {
  
  background-position: 0 -423px;
  height: 23px;
  width: 23px; }

.accordion-group {
  margin: 10px 0 ; }
  .accordion-group .bolded-line {
    margin: 10px 0; }

.accordion-inner {
  padding: 5px 0; }

/* ========== */
/* = Forms = */
/* ========== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: #ac6ed4;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #d9bdeb;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #d9bdeb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #d9bdeb; }

.form.appointment {
  margin: 30px 0; }
.form .icon {
  vertical-align: baseline;
  margin-left: 10px; }
.form .pad-top {
  padding-top: 36px; }
.form .row {
  margin-bottom: 20px; }
.form label {
  color: #333333;
  font-weight: bold; }

/* ========== */
/* = Tables = */
/* ========== */
.table {
  border: 1px solid #e5e5e5; }
  .table th {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background: linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #333333;
    font-family: "PT Sans";
    font-size: 14px; }
  .table tbody td {
    background-color: #f2f2f2;
    border-color: #e5e5e5; }
    .table tbody td:nth-of-type(even) {
      background-color: white; }
  .table tbody .active {
    border-left: 1px solid #ac6ed4;
    border-right: 1px solid #ac6ed4; }
    .table tbody .active td {
      border-top: 1px solid #ac6ed4;
      border-bottom: 1px solid #ac6ed4;
      color: #805fb3;
      font-weight: bold; }
  .table td,
  .table th {
    padding: 8px 12px; }
    .table td.align-center,
    .table th.align-center {
      text-align: center; }
    .table td .icon,
    .table th .icon {
      vertical-align: baseline; }

/* ========== */
/* = Buttons = */
/* ========== */
.btn-theme.rounded-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.btn-theme.rounded-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
.btn-theme.rounded-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.btn-theme.rounded {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px; }
.btn-theme.high {
  padding-top: 12px;
  padding-bottom: 12px; }

/* ========== */
/* = Dark stripe = */
/* ========== */
.dark-stripe {
  
  /*background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0f0f0f), color-stop(50%, #303030), color-stop(100%, #0f0f0f));
  background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, -webkit-linear-gradient(left, #0f0f0f 0%, #303030 50%, #0f0f0f 100%);
  background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, -moz-linear-gradient(left, #0f0f0f 0%, #303030 50%, #0f0f0f 100%);
  background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, -o-linear-gradient(left, #0f0f0f 0%, #303030 50%, #0f0f0f 100%);
  background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, linear-gradient(left, #0f0f0f 0%, #303030 50%, #0f0f0f 100%);
  */
 height: 100%;
  min-height: 100%;
  padding: 20px 0;
  margin: 30px 0; 
}
  .dark-stripe .lined {
    text-align: center;
    color: white;
    border-bottom-color: #505050; }
    .dark-stripe .lined a {
      color: white; }
      .dark-stripe .lined a:hover {
        color: #f2f2f2; }
    .dark-stripe .lined .icon {
      opacity: 0.25;
      filter: alpha(opacity=25);
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .dark-stripe .lined .icon:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }
    .dark-stripe .lined .icons-arrow-left-white {
      margin-right: 24px; }
    .dark-stripe .lined .icons-arrow-right-white {
      margin-left: 24px; }
    .dark-stripe .lined .bolded-line {
      margin-left: auto;
      margin-right: auto;
      background-color: white; }
  .dark-stripe h2 {
    color: white; }
  .dark-stripe h5 {
    color: #b4b4b4; }
  .dark-stripe .thumbnails {
    text-align: center; }
    .dark-stripe .thumbnails h4 {
      font-size: 1.0em;
      margin-top: 2px; color: #6D6D6D; }
    .dark-stripe .thumbnails .title {
      font-style: italic;
      color: white; }

/* ========== */
/* = Foot = */
/* ========== */
.foot { background: url('../images/shadow-top.png?1356699758') no-repeat center top, url('../images/shadow-bottom.png?1356699758') no-repeat center bottom, -webkit-linear-gradient(left, #0f0f0f 0%, #303030 50%, #0f0f0f 100%);
	
  padding: 10px 0;
  margin-top: auto;
  color: #E7E7E7; }
  .foot .lined {
    border-bottom-color: #505050; }
    .foot .lined h2 {
      color: white; }
    .foot .lined .bolded-line {
      background-color: white; }
  .foot a {
    color: white; }
    .foot a.tweet_user, .foot a.read-more {
      color: #805fb3; }
  .foot .nav {
    font-family: "PT Sans"; }
    .foot .nav a {
      padding: 12px 0;
      color: #E7E7E7;
      margin-bottom: 0 !important;
      margin-top: 0;
      font-size: 14px;
      border-bottom: 1px solid #505050;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-weight: bold; }
      .foot .nav a:hover {
        background: none;
        color: #805fb3; }
    .foot .nav > li:first-child > a {
      padding-top: 0; }
    .foot .nav > li:last-child > a {
      border-bottom: none; }
  .foot .fb-like-box,
  .foot .fb-like-box > span,
  .foot iframe {
    width: 100% !important; }

/* ========== */
/* = Footer = */
/* ========== */

footer {
background: #780206;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #061161, #780206);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #061161, #780206); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 12px 0;
  position: relative; }
  footer #to-the-top {
    position: absolute;
    top: -23px;
    left: 50%;
    height: 23px;
    width: 60px;
    margin-left: -30px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #222222;
    text-align: center; }
  footer a {
    font-weight: bold;
    color: white; }

/* ========== */
/* = Twitter = */
/* ========== */
.tweet-container .tweet_time a {
  display: block;
  color: #727272; }
.tweet-container .bolded-line {
  background-color: white;
  margin-bottom: 10px; }
.tweet-container li:last-child .bolded-line {
  display: none; }

/* ========== */
/* = Carousel = */
/* ========== */
.carousel .slide {
  float: left;
  width: 220px; }

.carousel-wide .slide {
  width: 940px; }

@media (min-width: 1200px) {
  .carousel .slide {
    width: 270px; }

  .carousel-wide .slide {
    width: 1170px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .carousel .slide {
    width: 166px; }

  .carousel-wide .slide {
    width: 724px; } }
@media (max-width: 767px) {
  .carousel .slide {
    width: 100%; }

  .carousel-wide .slide {
    width: 100%; } }
/* ========== */
/* = Responsiveness= */
/* ========== */
@media (min-width: 1679px) {
  .main-content {
   
    background: #FFFFFF;  
  
    min-height: 197px; } }
@media (min-width: 1200px) {
  .navbar .nav > li a,
  .navbar .nav > li.active > a {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 979px) {
  .nav-collapse {
    float: none; }

  .slider-title {
    display: none; }

  .navbar-fixed-top {
    margin-bottom: 0; }

  .fullwidthbanner-container .opening-time {
    right: auto;
    left: 50%;
    margin-left: -108px;
    top: 40px; }

  .social-icons {
    left: 50%;
    margin-left: -51px;
    right: auto; }

  .nav-collapse .dropdown-menu {
    display: block; }

  .navbar {
    font-size: 14px; }

  .navbar .nav > li {
    border-bottom: 1px solid #414141; }
    .navbar .nav > li.active > a {
      background: none;
      border-bottom: none;
      padding: 9px 14px; }
    .navbar .nav > li.dropdown > a, .navbar .nav > li.dropdown > a:hover {
      background-position: 97% center;
      background-repeat: no-repeat; }

  .dropdown-menu > li {
    border: none; }
    .dropdown-menu > li > a {
      font-size: 1.2em;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #e6e6e6;
      text-transform: none !important;
      font-weight: normal !important; }

  .nav-collapse .dropdown-menu a {
    padding-top: 5px;
    padding-bottom: 5px; }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white; }

  .navbar .btn-large {
    width: auto;
    float: none;
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold; }

  .fullwidthbanner-container {
    margin-left: -20px;
    margin-right: -20px;
    width: auto !important; }

  .title-area {
    padding-top: 15px;
    padding-bottom: 15px; }
    .title-area h1 {
      font-size: 44px; }
    .title-area .social-icons {
      position: static;
      margin-left: 0; } }
@media (max-width: 767px) {
  .picture {
    max-width: 50%; }

  .slider .row,
  .fullwidthbanner-container .row {
    position: static; }

  div[class*="span"] {
    margin-bottom: 33px; }

  nav.arrows a.nav-left {
    background-position: 0 -248px;
    height: 33px;
    width: 33px; }
  nav.arrows a.nav-right {
    background-position: 0 -281px;
    height: 33px;
    width: 33px; }

  .dark-stripe .lined a.nav-left {
    background-position: 0 -171px;
    height: 33px;
    width: 33px; }
  .dark-stripe .lined a.nav-right {
    background-position: 0 -215px;
    height: 33px;
    width: 33px; }

  .foot,
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  footer .pull-right {
    float: none; }

  .title-area,
  .breadcrumbs-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  .title-area h1 {
    font-size: 33px; }

  .breadcrumbs-container [class*="span"] {
    margin-bottom: 0; }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 20px; } }

  @media (min-width: 320px) and (max-width: 480px) {
  
  .title-area-renungan{padding-bottom: 0;padding-top: 0;} 
  .title-area-sonseekers{padding-bottom: 0;padding-top: 0;} 
   .title-area-musik{padding-bottom: 0;padding-top: 0;} 
   .title-area-kontak{padding-bottom: 0;padding-top: 0;} 
  .fullwidthbanner-container{padding: 0;margin: 0; height: 0;} 

  

   .picture {
    max-width: 100%; } 

}

.lt-ie9 .navbar .navbar-inner {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#CC000000', endColorstr='#CC000000'); }
.lt-ie9 .navbar .nav {
  letter-spacing: -0.05em; }
  .lt-ie9 .navbar .nav li a {
    padding-left: 10px;
    padding-right: 10px;
    filter: none !important; }
  .lt-ie9 .navbar .nav .dropdown-menu {
    filter: none;
    background: #000; }
.lt-ie9 .semi-white-bg {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF'); }
.lt-ie9 .sidebar-item.gallery-menu .nav-pills > li > a {
  margin-right: -26px; }
.lt-ie9 .sidebar.right .sidebar-item.gallery-menu .nav-pills > li > a {
  margin-left: -26px; }
.lt-ie9 .tab-content {
  }
  
  
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:40px; margin-left:-160px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url(../images/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}

.column {
	
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 170pxpx;
	height: 233px;
	
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 170px;
	height: 233px;
	margin: 0 0 -10px 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}




/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#warna{  /*FDDC00*/
	color:#FFDF00; text-shadow:none;
	}
	
	
#footwarna{
	font-size:11px; color:#B1B1B1;
	}
	
hr.type_4 {
border: 0;
height: 55px; 
background-image: url(../images/type_7.png);
background-repeat: no-repeat; 
}	

hr.type_5 {
border: 0;
height: 40px; 
background-image: url(../images/mt-0853-title-img.png);
background-repeat: no-repeat; align-content:center; margin:0 0 15px 315px;
}

.text:hover {
text-shadow: 0px 0 15px #FFED48;
}
.text {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
	
/**************************************************************************/

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none; 
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; 
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 95%;
  left: 45%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}
/******************************/


.section {
    border: 4px solid #fff; 
	
    
    padding: 20px 20px;
    overflow: hidden;
    width: 170px;
   background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce));

    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')";
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 810px -68px #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85);
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}	
hr.style3 { margin:15px 0 -3px 0;
	border-top: 1px dashed #8c8b8b;
}
hr.style2 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


#titledevotion{
  text-align:center; margin-bottom:15px; font-family:lobster; font-size:22px; font-weight:normal; color:#333333;
}
#titledevotion_big{
  text-align:center; margin-bottom:15px; font-family:'Monotype Corsiva';color:#000; font-size:33px;text-shadow: #D7D7D7 0.1em 0.1em 0.2em;
}

.player {
    position:relative; 
    width:32px; 
    overflow: hidden;
    direction: ltl; 
} 

.imgDownload{ background-image:url(../images/download.png); margin-top: -10px; width:20px; height:20px; display:block;}  
.imgChord{ background-image:url(../images/Playlist-24.png); margin-top: -10px; width:20px; height:20px; display:block;}  
.imgPdf{ background-image:url(../images/pdf.png); width:32px; height:32px; display:block;}    


#style-7::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0 ;
 
  border-radius: 1px;
}

#style-7::-webkit-scrollbar
{
  width: 2px;
  
}

#style-7::-webkit-scrollbar-thumb
{
  border-radius: 10px; background-color: #DDD;
  
                     
}
/************************/
.scrollbar2
{
  
  float: left;
  height: 355px;
  overflow-y: scroll;
  padding:0 10px 0 0;
}

.scrollbar3
{
  
  float: left;
  height: 480px;
  overflow-y: scroll;
  padding:0 10px 0 0;
}


.containerpoe { position:relative; margin:0 auto; max-width:600px; width:100%; }
.column { width:inherit; }


/* Typography / Links
================================================== */






/* Misc.
================================================== */

.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }


/* Audio Player Styles
================================================== */

audio {
width:100%;
}

#mainwrap {}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
position:relative;
text-align:left;
}

#nowPlay {
display:inline;
}

#npAction {
padding:0 0 10px;
position:absolute;
}

#npTitle {
padding:0 0 10px;
}

#plList li {
cursor:pointer;
display:block;
margin:0;
padding:5px 0 0 10px; margin-left:-25px;
}

#plList li:hover {
background-color:rgba(0,0,0,.1);
}

.plItem {
position:relative;
}

.plTitle {
left:28px;
overflow:hidden;
position:absolute;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}

.plNum {
width:10px;
}

.plLength {
padding-left:21px;
position:absolute;
right:10px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color:#000;
cursor:default !important;
}




/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color:transparent;
border:none;
color:#000;
padding:20px 20px 20px 13px;
width:100%;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
background:rgba(0,0,0,.1);
}

.plyr__progress--played, .plyr__volume--display {
color:rgba(0,0,0,.1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background:rgba(0,0,0,.1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0,0,0,.1);
}


/* Media Queries
================================================== */

@media only screen and (max-width:850px) {
    #nowPlay { display:none; }
}

a.bklink {
    color: #6D6D6D;
}
a.bklink:hover { text-decoration:none;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff); background-image: url(../images/forgotpass.png); background-repeat:no-repeat; 
}
.close_pop {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close_pop:hover {
    background: #00d9ff;
}

