/*
  Website : MLM Partner Website 
  Version : 3.0
  Author  : Esoftdream
  Website : http://www.esoftdream.net/
  Contact : +62 274 452155
  Copyright (c) 2006-2015

  CSS FRAMEWORK Update 4.0 
  */

  /**-------------------------------------------GENERAL-------------------------------------------**/
  body {
    display: block;
    position: relative;
    background: #fff;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
  }

  .container {max-width: 980px!important;}

  .overlay {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    opacity: 1;
    display: inline-block;
    -webkit-perspective: 1000;
    top: 0;
  }

  a {
    color: #c61e0d;
    text-decoration: none;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  a:hover, a:focus {color: #333; text-decoration: none;}
  img {display: inline-block; max-width: 100%;}

  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    color: #37BC9B;
    border-bottom: 1px solid #ddd;
  }
  .page-header .glyphicon {font-size: inherit;}
  a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #e96f28;
    -webkit-box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);
    box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);
  }

  /**-- CALLOUT --**/
  .bs-callout {margin:20px 0;padding:20px;border-left:3px solid #eee}
  .bs-callout h4{margin-top:0;margin-bottom:5px}
  .bs-callout p:last-child{margin-bottom:0}
  .bs-callout code{background-color:#fff;border-radius:3px}
  .bs-callout-danger{background-color:#fdf7f7;border-color:#d9534f}
  .bs-callout-danger h4{color:#d9534f}
  .bs-callout-warning{background-color:#fcf8f2;border-color:#f0ad4e}
  .bs-callout-warning h4{color:#f0ad4e}
  .bs-callout-info{background-color:#f4f8fa;border-color:#5bc0de}
  .bs-callout-info h4{color:#5bc0de}

  /**-- LABEL AND BADGE --**/
  .label.square {border-radius: 0em;}
  .badge,.label-default,.label-default[href]:hover,.label-default[href]:focus{background-color: #AAB2BD;}
  .label-primary,.badge-primary,.label-primary[href]:hover,.label-primary[href]:focus{background-color: #37BC9B;}
  .label-success,.badge-success,.label-success[href]:hover,.label-success[href]:focus{background-color: #8CC152;}
  .label-info,.badge-info,.label-info[href]:hover,.label-info[href]:focus{background-color: #3BAFDA;}
  .label-warning,.badge-warning,.label-warning[href]:hover,.label-warning[href]:focus{background-color: #F6BB42;}
  .label-danger,.badge-danger,.label-danger[href]:hover,.label-danger[href]:focus{background-color: #E9573F;}

  /**-- bullet icon case --**/
  .bullet {
    padding: 6px 6px;
    width: 27px;
    display: inline-block;
    float: left;
    height: 26px;
    margin-top: -3px;
    margin-left: -4px;
    margin-right: 5px;
    border: 1px solid #ccc;
    line-height: 18px;
    background: #fff;

    font-size: 14px;
    line-height: 14px;
    text-align: center;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }

  .no-both {padding: 0px!important;}
  .no-left {padding-left: 0px!important;}
  .no-right {padding-right: 0px!important;}

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Alegreya sans",Candara,sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    margin: 0;
    /*padding-bottom: 40px;*/
  }

  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: #ccc;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .banner-right, .banner-left {display: inline-block; width: 100%; background: #fff;}

  /*  .modal {overflow: hidden;top: 100px!important;}*/
  .modal .modal-header {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  }

  .required {
    color: #dd0000;
    font-size: 11pt;
  }

  h5.divider {color:#333; background:#f3effb; padding:8px; border-bottom:solid 1px #ddd; border-top:solid 1px #ddd;margin-bottom: 20px;display: block;}
  .hd-title {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    background: rgba(0,0,0,0.8) url(../image/bg_dot.png) top left repeat;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    color: #eee;
  }
  .form-group {display: inline-block;width: 100%;}

  .pagination > li > a, .pagination > li > span {border: 1px solid #aaa; color: #000;}
  .pagination > li > a:hover, .pagination > li > span:hover, 
  .pagination > li > a:focus, .pagination > li > span:focus {
    color: #b3510e;
    background: #ddd;
    box-shadow: none;
    border-color: #aaa;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);    
  }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, 
  .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background: #444;
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
  }

  .takezoom img {
    cursor: url(../image/zoomin.cur), pointer !important;
  }

  .subtitle {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .subtitle span {
    display: inline-block;
    padding: 10px 15px;
    padding-right: 35px;
    font-weight: bolder;
    color: #bd2c40;
    border: 1px solid #ddd;
    border-bottom: 0;

    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;

    background: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
  }

  .panel .panel-heading {font-family: "Alegreya sans",Candara,sans-serif;font-weight: bold;font-size: 15px;text-shadow: 0 1px 0px #fff;}
  .panel-default .panel-heading {background: #f5f5f5 url(../image/bg_dot.png) repeat;}

  .panel-chrome .panel-heading {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  }

  #sidebar .panel-heading {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0px #000;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
  #sidebar .panel-heading .fa {color: #222;text-shadow: none;}
  /*#sidebar .panel-heading:hover .bullet {border: 1px solid #000;color: #fff;background: #444;}*/
  #sidebar .panel {
    -webkit-box-shadow: 0px 14px 24px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 14px 24px -8px rgba(0,0,0,0.3);
    box-shadow: 0px 14px 24px -8px rgba(0,0,0,0.3);
  }


  /**-------------------------------------------HEADER-------------------------------------------**/
  header {
    position: relative;
    padding: 0;
  }

  header .container {position: relative;}

  header .main-nav {
    display: block;
  }

  #company-logo {display: inline-block;position: relative;z-index: 9999999;}

  .main-nav .nav {
    top: 10px;
    width: 100%;
    z-index: 900;
  }
  .main-nav .navbar-nav > li {
    position: relative;
    border-right: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
  }
  .main-nav .navbar-nav > li:hover {
    background: #ed2d18;
    -webkit-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    -moz-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    border-right: 1px solid rgba(0,0,0,0.3);
    border-left: 1px solid rgba(0,0,0,0.3);
  }

  .main-nav .navbar-nav > li > a > span {
    display: inline-block;
    color: #fff;
    padding: 30px 20px 25px;
    margin-right: 1px;
    text-transform: uppercase;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;

    width: 175px;
    height: 95px;
  }
  .main-nav .navbar-nav > li > a > span > small {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 10px;
    color: #eee;
  }
  .main-nav .navbar-nav > li.active > a > span, 
  .main-nav .navbar-nav > li.active > a:hover > span, 
  .main-nav .navbar-nav > li.active > a:focus > span,
  .main-nav .navbar-nav > li > a:hover > span {
    background: #ed2d18;

    -webkit-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    -moz-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);

    border-right: 1px solid #ed2d18;
    border-left: 1px solid #ed2d18;
  }
  .main-nav .nav li a {
    display: inline-block;
    font-weight: bolder;
    color: #333;
    font-size: 12px;
    padding: 0;
  }
  .main-nav .nav ul.submenu {
    width: 176px;
    padding: 0px;
    margin: 0px;
    background: #ecf0f1;
    position: absolute;
    top: 95px;
    left: 0px;
    display: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    z-index: 899;

    border-top: 4px solid #090909;
  }

  .main-nav .nav ul.submenu ul{left: 180px;top:0px;}
  .main-nav .nav ul.submenu li{
    padding: 0px;
    padding: 0px 13px;
    margin: 0px;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,1);
    line-height: 40px;
    text-transform: none;
    text-transform: uppercase;
    position: relative;
  }
  /*.main-nav .nav ul.submenu li:last-child{border: none;}*/
  .main-nav .nav ul.submenu li:first-child{border-top: none;}
  .main-nav .nav li:hover > ul{display:block;}
  .main-nav .nav ul li:hover > ul{display:block;}
  .main-nav .nav ul.submenu li a {font-weight: normal; color: #c61e0d;display: block;}
  .main-nav .nav ul.submenu li a:hover {color: #000;}

  .main-nav .nav ul.submenu li:hover {
    -webkit-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    -moz-box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
    box-shadow: inset 0px -60px 132px 13px rgba(0,0,0,0.26);
  } 
  .main-nav .nav li:hover > ul{
    display:block;
    -moz-animation: fadeInUp .3s ease-in  ;
    -webkit-animation: fadeInUp .3s ease-in ;
    animation:fadeInUp .3s ease-in ;
  }

  .main-nav .nav ul li:hover > ul{
    display: block;
    -moz-animation: fadeInRight .3s ease-in;
    -webkit-animation: fadeInRight .3s ease-in;
    animation: fadeInRight .3s ease-in;
    top: -2px;
    position: absolute;
    left: 100%;
    border-top: 1px solid rgba(0,0,0,0.6);
  }

  .main-nav .nav li:last-child ul li:hover > ul{
    left: -100%;
  }
  /* end main nav */


  .nav-justified > li {width: auto!important;}
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #000!important;
  }
  .main-nav .navbar {margin-bottom: 0;background-color: #c61e0d;border: 0;border-radius: 0;}
  .navbar-collapse {padding-left: 0; padding-right: 0px;max-height: auto;}

  header #blok-company {
    padding: 10px 0 15px;
    position: relative;
    background: #fff;
  }

  header #blok-company img {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 3px;
    background: rgba(255,255,255,0.3);
    width: auto;
    max-width: none;
    height: 90px;
    margin-left: -30px;
  }

  #blok-topmenu {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 23px;
    background: transparent;
    z-index: 9999;
    font-size: 12px;
  }
  #blok-topmenu h4 {color: #333;}
  #blok-topmenu ul {list-style: none; padding: 0; margin: 0; float: right; padding-top: 3px;}
  #blok-topmenu ul li {display: block;text-align: right;font-size: 13px;}
  #blok-topmenu ul li i {width: 20px; font-size: 16px;}
  #blok-topmenu ul li a {color: #c61e0d;}
  #blok-topmenu ul li h4 {font-size: 26px;padding-bottom: 0;}
  #blok-topmenu ul li a:hover {text-decoration: none; color: #444;}

  /**------------------------------------------- MAIN-SLIDER -------------------------------------------**/
  #main-slider {
    width: 100%;
    padding: 0;
    border-top: 4px solid #c1c1c1;
    border-color: #090909;
    background-size: auto 413px;
    border-bottom: 1px solid #bdc2c6;
    overflow: hidden;
    height: 300px;
    position: relative;
    background: rgba(0,0,0,0.05);
    margin-bottom: 20px;
  }
  .slide {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  .imgslider img {
    width: auto;
    height: 300px;
    float: left;
  }
  .carousel-caption {
    display: block;
    position: absolute;
    top: 40px;
    left: 350px;
    text-align: left;
    text-shadow: none;
    font-weight: normal;
  }

  /**------------------------------------------- MAIN CONTENT -------------------------------------------**/
  #main-container {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }

  #main-container > .container {
    padding: 0px;
  }

  .breadcrumb {}
  .breadcrumb li {position: relative;}
  .breadcrumb li.active span {
    display: -webkit-box;
    width: 250px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    content: '...';
    position: absolute;
    top: 0;
    left: 20px;
  }

  #title-bar {
    background: #101518;
    background-size: auto 100%;
    display: inline-block;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    border-top: 1px solid #000;
  }
  #title-bar h3 {padding: 50px 0px 20px ;color: #fff;font-size: 30px;}
  #title-bar .container {background: transparent url(../image/medical-working.png) right bottom no-repeat;padding: 0; color: #bdc3c7;height: 100%;}
  #title-bar .container p strong {font-size: 16px;color: #ecf0f1;}

  #left-block {
    margin-top: 85px;
  }

  #right-block {}

  #center-block {
    display: inline-block;
    padding: 0px;
  }

  #main-container #container  {
    padding: 0px 0px;
    margin-top: -40px;
    border-top: 5px solid #ed2d18;
    background: #fff;
    position: relative;

    -webkit-box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
  }

  #main-side .widget .title {color: #b3510e!important;}
  #main-side .widget .title span {padding-left: 0; background: transparent;}
  #main-side .widget .content {
    padding: 15px;
    color: #301204;
    font-size: 13.5px;
    line-height: 150%;
  }
  #main-side .widget .no-padding {padding: 0;}
  #main-side .widget .content .banner-left,
  #main-side .widget .content .banner-right {
    padding: 15px;
    padding-right: 160px;
    height: 450px;
    display: inline-block;
  }

  #main-side .widget .content .banner-right {
    background: #fff url(../image/img_beans.png) right 110% no-repeat;
    background-size: auto 70%;
  }

  #main-side .nav-tabs li a {
    font-weight: bolder;
    color: #b3510e;
  }
  #main-side .tab-content {background: #fff;padding: 10px 20px;}
  #main-side .nav-tabs li a {
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-color: transparent;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    padding: 10px 40px 10px 15px;
  }
  #main-side .nav-tabs li:first-child a {margin-left: 20px;}

  /**------------------------------------------- FOOTER -------------------------------------------**/
  footer {
    display: block;
    color: #ddd;
    font-size: 12px;
  }

  footer .container {position: relative;}

  /**------------------------------------------- WIDGET SPLASH -------------------------------------------**/
  #intro {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 25px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    z-index: 9999;

    border-top: 12px solid rgba(0,0,0,0.2);
    /*border-bottom: 12px solid rgba(0,0,0,0.5);  */
  }

  .tagline .tagline-title {
    color: #9e693b;
    color: #ddd;
    /*background: rgba(255,255,255,0.2);*/
    padding: 10px 20px 10px 0;
    display: inline-block;

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    /*border: 1px solid #000;*/
  }

  #intro-content {
    padding: 10px;
    display: inline-block;
    background: #150803 url(../image/bg-block.jpg) bottom center repeat-x;
    background-size: auto 200%;
    width: 100%;
    margin: 0!important;
    border-top: 3px solid rgba(0,0,0,0.4);
    border-bottom: 3px solid rgba(0,0,0,0.4);
  }

  #intro .tagline {margin-top: -5px;display: inline-block; width: 100%;}
  #intro .tagline h2 {
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    margin: 0;
    margin-left: 30px;
    position: relative;

    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
  }
  #intro .tagline:hover h2 {background: rgba(255,255,255,0.5); color: #150803;}
  #intro .tagline small {font-size: 14px; color: #fff; margin-top: -10px;position: absolute;width: 100%;left: 0;bottom: 14px;}
  #intro .tagline:hover small {color: #380200;}
  #intro .logo {
    margin-top: -70px;
    position: relative;

    overflow: hidden;
    border-radius: 5px;
    transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600);
    transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600);
  }
  .shake:hover, .shake:focus {
    -moz-animation: shake .8s linear infinite;
    -webkit-animation: shake .8s linear infinite;
    -o-animation: shake .8s linear infinite;
    animation: shake .8s linear infinite;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #widget-info .carousel-inner .item {height: 100%; width: 100%;overflow: hidden;margin: 0 auto; font-size: 13px;color: #ccc;padding: 10px; background: rgba(0,0,0,0.4);}
  #widget-info .carousel-inner .item .excerpt {padding: 3px;height: 78px;overflow: hidden;color: #999;}
  #widget-info .carousel-inner .item div {display: inline-block; float: left;}
  #widget-info .carousel-inner .item .item-date h1 {
    background: rgba(255,255,255,0.2);
    display: inline-block;
    color: #fff;
    width: 78px;
    height: 75px;
    padding: 6px;
    padding-top: 10px;
    margin: 0;
    text-align: center;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }
  #widget-info .carousel-inner .item .item-date h1:hover {background: rgba(255,255,255,0.4);}
  #widget-info .carousel-inner .item .item-date h1 span {font-size: 14px; display: block; margin-top: 0px;}
  #widget-info .carousel-control {width: 5%;}
  #widget-info .carousel-control.left {margin-left: -8%; background: none; top: 35%;}
  #widget-info .carousel-control.right {margin-right: -8%; background: none; top: 35%;}
  #widget-info .carousel-control .glyphicon-circle-arrow-left {left: 15%;}
  #widget-info .carousel-control .glyphicon-circle-arrow-right {right: 15%;}

  #closing {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 13px;
    background: rgba(0,0,0,0.6);
    padding: 5px;
    bottom: -20px;
  }
  #closing .row {margin: 0;}
  #closing .row .col-md-4 {position: relative;}
  #closing .sharing, footer .sharing {
    position: relative;
    left: -8px;
    top: 10px;
    height: 20px;
  }
  #closing .sharing .icon, footer .sharing .icon {
    width: 21px;
    height: 21px;
    float: left;
    margin: 0 0 0 8px;
    background-size: 21px 21px;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    pointer-events: auto;
  }
  #closing .sharing .icon:hover, footer .sharing .icon:hover {
    cursor: pointer;
    opacity: 1;
  }

  #closing .sharing .icon.twitter, footer .sharing .icon.twitter {
    background-image: url(../image/twitter.png);
    background-image: none, url(../image/twitter.svg);
  }
  #closing .sharing .icon.fb, footer .sharing .icon.fb {
    background-image: url(../image/fb.png);
    background-image: none, url(../image/fb.svg);
  }

  .btn-more {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #4e2110;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    color: #ecf0f1;
    padding: 5px 7px;
    font-size: 11px;
  }
  .btn-more:hover {background-color: #ff7400;color: #fff;}


  /**------------------------------------------- WIDGET LIBRARY -------------------------------------------**/

  /* ==== widget utama ============================ */
  .widget {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }

  .widget .title {
    display: block;
    height: 45px;
    margin: 0;
    padding: 7px 10px;
    color: #d2af7f;
    font-weight: normal;
    margin-bottom: 5px;
  }

  .widget .title span {
    padding-left: 33px;
    background: transparent url('<?php echo $themes_url; ?>/image/coffee-icon-242.png') left top no-repeat;
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    font-size: 15px;
    background-size: 20px auto;
  }

  .widget .content {
    display: inline-block;
    padding: 8px;
    color: #ccc;
    font-size: 13px;
    width: 100%;
  }
  .widget .content img {display: inline-block; max-width: 100%;}

  .widget .onfooter {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 10px 15px 10px 10px;
    background: rgba(0,0,0,0.7);

    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
  }

  .widget .onfooter a {color: #d2af7f;}
  .widget .onfooter a:hover {color: inherit;}
  .widget .onfooter .btn {
    float: left;
    display: inline-block;
    padding: 10px;
    color: rgba(255,255,255,0.4);
    padding: 0;
    line-height: normal;
    margin-right: 8px;
    font-size: 20px;
  }
  .widget .onfooter .carousel-control span {color: rgba(255,255,255,0.4);}
  .no-head .title {display: none;}
  .no-bg {background: transparent!important; box-shadow: none;}
  .no-bg .content {padding: 0;}
  .title-pic {
    display: inline-block;
    width: 100%;
    margin-bottom: -42px;

    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }



  /* --- widget slogan --- */
  .widget-slogan {margin: 35px 0 15px; text-align: center;}
  .widget-slogan img:hover, .widget-slogan img:focus {
    color:#fff;
    background-position:0 0, 0 0;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    transition-duration:0.5s;
    position: relative;
  }
  /* --- widget slogan --- */

  /* --- widget searching --- */
  #widget-searching {}
  #widget-searching .form-control {
    background: rgba(255,255,255,0.1);
    color: #ddd;
  }
  /* --- widget searching --- */


  /* --- widget news --- */
  #widget-news {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
  }
  #widget-news ul {list-style: none; margin: 0; padding: 0;}
  #widget-news li {
    display: block;
    min-height: 80px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 80px;
    padding: 10px auto;
    line-height: normal;
    width: 95%!important;
  }
  #widget-news li .date {
    background: url(../image/calendar-alt-lg.png) left top no-repeat;
    background-size: 70px 70px;
    min-height: 80px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 12px;
    color: #812402;
    font-weight: bolder;
    text-align: center;
    font-size: 14px;
  }
  #widget-news li a:hover {text-decoration: none;}
  #widget-news li a {font-weight: bolder;}
  #widget-news li .date small {display: block; font-size: 10px; color: #e7793c;}

  #widget-news.widget-sm li {padding-left: 50px;}
  #widget-news.widget-sm li .date {text-align: left; padding: 16px 12px; width: 50px; background: url('<?php echo $themes_url; ?>/image/calendar-alt.png') left top no-repeat;}
  #widget-news.widget-sm li .date i {display: none;}
  #widget-news.widget-sm li .date small {display: none;}
  .slide-news .text {
    font-size: 12px;
    line-height: 130%;
    color: #666;
    font-weight: normal;
    display: inline-block;
    font-family: arial;
  }
  /* --- widget news --- */

  /* --- widget promo --- */
  #widget-promo #widget-info .item-date {
    width: 100%!important;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #widget-promo #widget-info .item-date h1 {font-size: 24px;width: 63px;height: 60px; margin-bottom: 10px;}
  #widget-promo #widget-info .item .excerpt {height: 260px; margin-bottom: 15px;text-align: center;}
  #widget-promo #widget-info .item .item-text {width: 100%!important;}
  #widget-promo .right {right: auto; left:30px;}
  /* --- widget promo --- */

  /* --- widget bank --- */
  #widget-bank ul {list-style: none; margin: 0; padding: 0;}
  #widget-bank ul li {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    line-height: normal;
  }
  #widget-bank ul li .thumbnail {margin-bottom: 7px;}
  #widget-bank ul li img {width: 100%; margin-bottom: 5px;}
  #widget-bank ul li strong {color: #b3510e;}
  /* --- widget bank --- */

  /* --- widget submenu --- */
  #widget-submenu .list-group-item:first-child, 
  #widget-submenu .list-group-item:last-child {border-radius: 0;}
  #widget-submenu a.list-group-item.active, 
  #widget-submenu a.list-group-item.active:hover, 
  #widget-submenu a.list-group-item.active:focus {
    color: #c23f2d;
    border-color: #ddd;
    font-weight: bolder;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

  }
  #widget-submenu a.list-group-item:hover {padding-left: 30px;}
  #widget-submenu a.list-group-item i {
    padding-right: 10px;
  }
  #widget-submenu a.list-group-item:hover i {

  }
  #widget-submenu a.list-group-item {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }

  #widget-submenu a.list-group-item:hover, #widget-submenu a.list-group-item.active:hover {
    background: rgb(174,188,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

    color: #fff;
    text-shadow : 0 1px 1px rgba(0,0,0,0.2);
  }
  #widget-submenu .list-group {margin-bottom: 0;}
  #widget-submenu .panel-body {padding: 5px;}
  /* --- widget submenu --- */

  /* --- widget login --- */
  #widget-login, #widget-register {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: #f9f9f9;
    margin: 20px auto;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    -webkit-box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 15px 4px rgba(0,0,0,0.1);
  }

  #widget-login .login-form, #widget-register .reg-form {
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: -2px 20px 37px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 20px 37px -18px rgba(0,0,0,0.75);
    box-shadow: -2px 20px 37px -18px rgba(0,0,0,0.75);
  }
  #widget-login .login-form label, #widget-register .reg-form label {color: #444;font-weight: normal!important;}
  #widget-login .login-form .btn-login, #widget-register .reg-form .btn-login {
    background: rgb(241,231,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
    border-color: #feb645;
    margin-top: 0px;
    color: #996319;
    font-weight: bolder;
    text-shadow: 0 1px rgba(255,255,255,0.3);
  }
  #widget-login h5.divider small, #widget-register h5.divider small {color: #444;}
  #widget-login .login-form .btn-login:hover, #widget-register .reg-form .btn-login:hover {background: #feb645;}

  /*#widget-login a, #widget-register a {color: #c61e0d;}
  #widget-login a:hover, #widget-register a:hover {color: #ed2d18;}*/

  .btn-login {
    padding-left: 45px; 
    background: url(../image/icon-login.png) left top no-repeat;
    display: inline-block;
  }
  .btn-login strong{color: #e62129;}
  .btn-register {
    padding-left: 45px; 
    background: url(../image/icon-register.png) left top no-repeat;
    display: inline-block;
  }
  .btn-login strong, .btn-register strong {display: block;line-height: normal;}

  #widget-login #login {
    border-color: #444;

    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(left,  #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(49%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

  }
  #widget-login #login .panel-heading {
    background: #444;
    color: #fff!important;
    border-color: #444;
  }
  #widget-login #login .panel-heading h4 {
    color: #fff!important;
    text-shadow: 0 1px 0px rgba(0,0,0,0.4);
  }

  #widget-login .panel-default .panel-body {
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(left,  #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(49%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

  }

  #widget-login .panel-default .panel-heading {border-color: #ddd;}
  /* --- widget login --- */

  /* --- widget register --- */
  #widget-register {width: 100%;}
  #widget-register .reg-form label {font-weight: normal!important;}
  /* --- widget register --- */

  /* --- widget header --- */
  .widget_header {
    display: inline-block;
    width: 100%;
    padding: 15px 25px 10px;
    height: 300px;
    background: #bdc2c6 url(../image/head-bg.png) center bottom no-repeat;
    text-align: center;

    -webkit-box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);
    box-shadow: inset 0px 1px 47px 1px rgba(0,0,0,0.17);

    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }

  .widget_header:hover, .widget_header:focus  {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .widget_header h2 {
    padding-bottom: 131px;
    font-size: 21px;
    text-shadow: 0 1px 0px rgba(255,255,255,0.4);
    font-weight: bolder;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .widget_header img {
    position: relative;
    margin-left: -115px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 9999;
    max-width: 500px;
  }
  .widget_header .btn {color: #c61e0d;}
  /* --- widget header --- */

  #widget-feature {margin-top: 50px;text-align: center;}
  #widget-feature p {margin-bottom: 20px;padding: 3px;}

  #widget-feature .container {
    margin-top: 15px;
    padding: 15px;
  }
  #widget-feature .slide-feature h4 {color: #000;padding-bottom: 5px;padding-top: 0px;}
  #widget-feature .slide-feature h2 {color: #ed2d18;font-weight: normal;padding-bottom: 10px; font-size: 24px;}
  #widget-feature .slide-feature h2 strong {color: #c61e0d;}
  #widget-feature .slide-feature {color: #444;}
  #widget-feature .slide-feature .badge {color: #000; font-weight: bold;font-size: 14px;}
  #widget-feature .slide-feature small {display: block; color: #444;}

  #widget-feature .slide-feature .thumbnail {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    border-color: #ecf0f1;
    color: #444;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    background: #bdc3c7; /* Old browsers */
    background: -moz-linear-gradient(left,  #bdc3c7 0%, #dbdbdb 50%, #f2f7f6 51%, #f2f7f6 51%, #f2f7f6 58%, #ecf0f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bdc3c7), color-stop(50%,#dbdbdb), color-stop(51%,#f2f7f6), color-stop(51%,#f2f7f6), color-stop(58%,#f2f7f6), color-stop(100%,#ecf0f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #bdc3c7 0%,#dbdbdb 50%,#f2f7f6 51%,#f2f7f6 51%,#f2f7f6 58%,#ecf0f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #bdc3c7 0%,#dbdbdb 50%,#f2f7f6 51%,#f2f7f6 51%,#f2f7f6 58%,#ecf0f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #bdc3c7 0%,#dbdbdb 50%,#f2f7f6 51%,#f2f7f6 51%,#f2f7f6 58%,#ecf0f1 100%); /* IE10+ */
    background: linear-gradient(to right,  #bdc3c7 0%,#dbdbdb 50%,#f2f7f6 51%,#f2f7f6 51%,#f2f7f6 58%,#ecf0f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc3c7', endColorstr='#ecf0f1',GradientType=1 ); /* IE6-9 */

  }

  #widget-feature .slide-feature .thumbnail:hover,
  #widget-feature .slide-feature .thumbnail:focus {
    background: #c61e0d; /* Old browsers */
    background: -moz-linear-gradient(left,  #c61e0d 0%, #c61e0d 50%, #ed2d18 50%, #ed2d18 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c61e0d), color-stop(50%,#c61e0d), color-stop(50%,#ed2d18), color-stop(100%,#ed2d18)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #c61e0d 0%,#c61e0d 50%,#ed2d18 50%,#ed2d18 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #c61e0d 0%,#c61e0d 50%,#ed2d18 50%,#ed2d18 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #c61e0d 0%,#c61e0d 50%,#ed2d18 50%,#ed2d18 100%); /* IE10+ */
    background: linear-gradient(to right,  #c61e0d 0%,#c61e0d 50%,#ed2d18 50%,#ed2d18 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61e0d', endColorstr='#ed2d18',GradientType=1 ); /* IE6-9 */

    /*color: #ed2d18;*/
    color: #ecf0f1;
    border-color: #c61e0d;
  }
  #widget-feature .slide-feature .thumbnail .fa {
    font-size: 72px;
    padding: 16px 19px;
  }
  #widget-feature .slide-feature small {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 50px; /* Fallback for non-webkit */
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    content: '...';
    text-align: center;
  }
  #widget-feature .owl-prev {
    position: absolute;
    left: -7%;
    top: 20%;
    font-size: 60px;
    background: transparent;
    color: #ccc;
  }

  #widget-feature .owl-next {
    position: absolute;
    right: -7%;
    top: 20%;
    font-size: 60px;
    background: transparent;
    color: #ccc;
  }

  #widget-feature .owl-prev .fa, #widget-feature .owl-next .fa {
    display: block;
    height: 100%;
    font-size: 100px;
    padding: 0;
  }

  #widget-feature .owl-prev:hover, #widget-feature .owl-next:hover {color: #444;}

  /* ==== widget utama ============================ */


  /* --- block slider --- */
  .block {
    display: inline-block;
    width: 100%;
    background: transparent url(../image/bg-header-2.png) left top repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    height: 410px;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    -webkit-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.75);
  }
  .block .row {margin: 0;}

  #block-content {
    display: block;
    height: 100%;
    background: transparent url(../image/intro-coffee-home.png) 45px 195px no-repeat;
  }
  /* --- block slider --- */


  /* --- widget block news list --- */
  #block-news-list {}
  #block-news-list .description {
    width: 100%;
    display: inline-block;
  }

  #block-news-list .list {margin: 0; padding: 0; list-style: none; padding: 5px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
  #block-news-list .list .thumbnail {
    width: 70%;
    display: inline-block;
    float: left;
  }
  #block-news-list .list .date {
    font-size: 20px;
    color: #666;
    float: left;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 1px;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    margin-right: 20px;

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #block-news-list .list li:hover .date {
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
  }
  #block-news-list .date small, #block-news-list .date i {display: block;margin-top: 5px; font-size: 12px;}
  #block-news-list .date i {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    color: #333;
    margin-top: 0;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    padding: 7px 5px;
    border-bottom: 1px solid #ccc;
  }
  #block-news-list .list li:hover .date i {background: #eee;}
  #block-news-list .list .date small {padding: 5px 7px;}
  #block-news-list .list .date strong {
    margin-bottom: 10px;
    display: block;
  }
  #block-news-list .list .description h4 {margin-top: 0;}
  #block-news-list .list li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
  }
  #block-news-list .list li:hover {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  }

  #block-news-list #list-news li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
  }
  #block-news-list #list-news li .thumbnail {
    margin-bottom: 8px;
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 10px;
  }
  #block-news-list #list-news li .thumbnail img {

  }
  #block-news-list #list-news li h5 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 45px; /* Fallback for non-webkit */
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    content: '...';
  }
  /* --- widget block news list --- */   

  /* --- widget block news page --- */ 
  #block-news-page {padding: 10px; display: inline-block; position: relative; width: 100%;}
  #block-news-page img {max-width: 100%; display: block; margin: 10px 0;}
  #block-news-page p {margin-bottom: 15px; color: #555;}
  #block-news-page .description {
    width: 100%;
    display: inline-block;
  }
  /* --- widget block news page --- */

  /* --- widget block klinik --- */ 
  #block-klinik {display: inline-block; position: relative; width: 100%;margin: 0px 0 20px;}
  #block-klinik ul.list {list-style: none; margin: 20px 0; padding: 0;}
  #block-klinik ul.list li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: block;
  }
  #block-klinik ul.list li .item-list {
    margin: 10px;
    padding: 5px 0 0 0;
    border: 1px solid #cfd4da;
    border-radius: 5px;
    background: #f5f5f5;
    background: -moz-linear-gradient(left, #f2f2f2, #fff, #f2f2f2);
    background: -webkit-linear-gradient(left, #f2f2f2, #fff, #f2f2f2);
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  #block-klinik ul.list li .item-list:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  #block-klinik ul.list li .item-list .item-thumb {
    position: relative;
    padding: 10px 0 25px 0;
    height: 160px;
    background: #fff;
    border-top: 1px solid #cfd4da;
    border-bottom: 1px solid #ddd;
  }
  #block-klinik ul.list li .item-list .item-thumb img {
    width: 80%;
    max-width: 100%;
  }
  #block-klinik ul.list li .item-list .item-name {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 7px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #933931;
    text-shadow: 0 1px 1px #fff; /*#f0b705;*/
    background: rgba(0,0,0,0.1);
    z-index: 1;
  }
  #block-klinik ul.list li .item-list .item-price {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 -5px 3px #f2f2f2;
  }
  #block-klinik ul.list li .item-list .item-price span.price1,
  #block-klinik ul.list li .item-list .item-price span.price2 {display: block;}
  #block-klinik ul.list li .item-list .item-price span.price1 strong {
    color: #bd2c40;
  }
  #block-klinik ul.list li .item-list .item-price span.price2 strong {
    color: #ef991e;
  }
  #block-klinik ul.list li .item-list .item-price strong {
    font-size: 14px;
    display: block;
    padding: 0px 0 5px;
  }

  #block-klinik ul.list li .item-list .item-link {
    padding: 10px;
  }
  #block-klinik .item-title {}
  #block-klinik .item-text {
    font-size: 13px; 
    color: #444;
  }

  #block-klinik .item-text .polaroids li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;

    border: 1px solid #ddd;
    padding: 3px;
  }
  #block-klinik .item-text .polaroids li:hover {
    background: #eee;
    border: 1px solid #ccc;
  }
  #block-klinik .item-text .polaroids li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1px;
  }
  #block-klinik .item-text .polaroids li img {width: 100%;}

  #block-klinik table td {padding: 15px 8px;}
  #block-klinik .media table td {padding: 3px 0px; font-size: 14px;}
  #block-klinik table td .caption h3 {
    margin-bottom: 10px;
    color: #c61e0d;
  }
  #block-klinik table td .caption span {
    margin-bottom: 5px;
    display: inline-block;
  }

  #block-klinik table td .caption small {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 50px; /* Fallback for non-webkit */
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    content: '...';
    color: #666;
    margin-top: 10px;
  }
  /* --- widget block klinik --- */ 

  /* --- widget block bottom-menu --- */
  .block-bottom-menu {
    background: #222 url(../image/bg_dot.png) top left repeat;
    border-top: 5px solid #090909;
    border-bottom: 3px solid #090909;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    color: #ddd;
  }

  .block-bottom-menu h4, .block-bottom-menu h3 {color: #fff;}
  .block-bottom-menu h3 {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 15px;
  }
  .block-bottom-menu .logo {width: 100%; display: inline-block;padding: 5px 0 15px;}

  .block-bottom-menu .panel-default {
    background: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.6);
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;

    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  }
  .block-bottom-menu .panel-default .panel-heading {
    background: rgba(0,0,0,0.3); 
    color: #fa9635;
    text-shadow: 0 1px 0px #000;
    border-color: rgba(0,0,0,0.6);
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  }

  .block-bottom-menu .panel-default .table td {border-top-color: rgba(255,255,255,0.03);}

  .block-copyright {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    color: #444;
  }

  .block-copyright span {display: inline-block;}
  .block-copyright a {color: #c61e0d;}
  .block-copyright a:hover {color: #ed2d18;text-decoration: underline;}

  /* ----------------------------------- BLOCK GALLERY --------------------- */
  #block-gallery .item {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
  }

  ul.gallery_cover{ margin:0; padding:0; list-style:none;display: inline-block; }
  .gallery_cover li{ position:relative;margin-bottom: 20px;}
  .gallery_cover li .cover{ 
    position:relative; 
    margin:10px; 
    margin-bottom: 20px;
    padding:0; 
    background:#fff; 
    box-shadow:inset 0 0 0 1px #cfd4da; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear; 
    -o-transition: all 200ms linear; 
    -ms-transition: all 200ms linear; 
    transition: all 200ms linear; 
  }
  .gallery_cover li:hover .cover  { 
    -moz-transform:rotate(-5deg); 
    -webkit-transform:rotate(-5deg); 
    -ms-transform:rotate(-5deg); 
    -o-transform:rotate(-5deg); 
    transform:rotate(-5deg); 
  }
  .gallery_cover li .cover span { 
    position:relative; 
    display:block; 
    background:#fff; 
    box-shadow:inset 0 0 0 1px #cfd4da; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear; 
    -o-transition: all 200ms linear; 
    -ms-transition: all 200ms linear; 
    transition: all 200ms linear; 
  }
  .gallery_cover li:hover .cover span { 
    -moz-transform:rotate(5deg); 
    -webkit-transform:rotate(5deg); 
    -ms-transform:rotate(5deg); 
    -o-transform:rotate(5deg); 
    transform:rotate(5deg); 
  }
  .gallery_cover li .cover a  { 
    position:relative; 
    display:block; 
    padding:5px 5px 15px 5px; 
    background:#fff; 
    border:1px solid #cfd4da; 
    overflow:hidden; 
    -webkit-transition: all 200ms linear; 
    -moz-transition: all 200ms linear; 
    -o-transition: all 200ms linear; 
    -ms-transition: all 200ms linear; 
    transition: all 200ms linear; 
  }
  .gallery_cover li:hover .cover a { 
    -moz-transform:rotate(5deg); 
    -webkit-transform:rotate(5deg); 
    -ms-transform:rotate(5deg); 
    -o-transform:rotate(5deg); 
    transform:rotate(5deg); 
    box-shadow:3px 3px 2px rgba(0,0,0,0.1); 
  }
  .gallery_cover li .cover a img  { width:200px; height:150px; max-width:100%; }
  .gallery_cover li .cover a .cover_title { 
    position:absolute; 
    display:block; 
    left:0; 
    right:0; 
    bottom:-100%; 
    margin:0 5px; 
    padding:5px 0; 
    font-weight:bold;
    text-align:center; 
    background:rgba(0,0,0,0.6); 
    color:#fff; 
    font-weight:; 
    font-size:12px; 
    opacity:0;
    -webkit-transition: all 400ms linear; 
    -moz-transition: all 400ms linear; 
    -o-transition: all 400ms linear; 
    -ms-transition: all 400ms linear; 
    transition: all 400ms linear; 
  }
  .gallery_cover li:hover .cover a .cover_title { bottom:15px; opacity:1; }
  /* ----------------------------------- BLOCK GALLERY --------------------- */
  .list-menu li {padding: 6px 0; border-bottom: 1px dotted rgba(255,255,255,0.3);}
  .list-menu li:hover {border-bottom: 1px solid rgba(255,255,255,0.5);}
  .list-menu li a {color: rgba(255,255,255,0.6);display: block;}
  .list-menu li a:hover {color: rgba(255,255,255,0.9);}

  #scroll-top {
    display: block;
    width: 50px;
    height: 50px;
    background: #090909;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 25px;
    border: 2px solid rgba(0,0,0,0.75);
    text-align: center;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }

  #scroll-top a {
    color: rgba(255,255,255,0.6);
    font-size: 36px;
    line-height: 46px;
  }
  #scroll-top a:hover {color: rgba(255,255,255,0.9);}
  /* --- widget block bottom-menu --- */

  /* --- scroll list --- */
  .scroll-text {
    width: 100%;
    overflow: hidden;
    height: 255px;
  }
  .scroll-text ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0px;
  }
  .scroll-text ul li {
    display: inline-block;
    width: 100%;
  }
  .scroll-text ul li p {
    display: block;
    padding: 5px 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: normal;
  }
  .scroll-text ul li p span {display: block;}
  .scroll-text ul li p span label {display: inline-block;width: 55px;line-height: normal;}
  .scroll-text .member-name {font-size: 12px;color: #e96f28; padding-bottom: 5px;border-bottom: 1px dotted #ccc;margin-bottom: 5px;}
  .scroll-text .member-date {color: #039f03;}
  .scroll-text i {font-style: normal;}

  .list-stripe {list-style: none;margin: 0;padding: 0;}
  .list-stripe li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #ddd;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
  }

  .carousel-indicators {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    width: 40%;
    left: 60%;
    bottom: 5px;
  }
  .carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #ed2d18;
    border-color: #c61e0d;
  }
  .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #ecf0f1;
    border-color: #bdc3c7;
  }