body {
	font-family: 'Ubuntu', 'Arial', sans-serif;
    line-height: 1.5;
    color: #669933;
    overflow: scroll;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    color: #888;
	
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu';
    font-weight: 400;
    color:#669933;
}

h3{
  font-family: 'Ubuntu';
  font-size: 16px;
}

h4 {
  font-family: 'Ubuntu';
  font-size: 16px;
}

h5 {
	font-family: 'Ubuntu';
	font-size: 14px
}

h6 {
  font-family: 'Ubuntu';
  font-size: 12px
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  margin-right:-34px;
}

/*.kategori {
	border:1px solid #669933;
}*/
 
 .top-header .pull-right {
  margin-right: -20px;
 }

 .top-header .pull-left {
  margin-left: -5px;
 }

.btn-cari-kursus {
  margin-left: 15%
}

.btn-tanya > h5{
        color:#ff9900;
  }

.titip-pesan .btn .btn-warning{
  width:100%; 
  margin-top:5px; 
}

.budget {
/*  margin-top:16px;
  font-size: 17px;*/
}

.btn-warning > h5{
  color:#fff;
}

.spare {
	padding: 10px 0
}

.harga-normal {
	margin: 5px 5px;
	color:#888;
}

.leaderboard-wrapper{
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/cs_leaderboard-2.jpg);
  background-repeat:no-repeat;
}

.leaderboard-wrapper-2{
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/cs_leaderboard.jpg);
  background-repeat:no-repeat;
}

.leaderboard-wrapper-3{
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/cs_leaderboard-3.jpg);
  background-repeat:no-repeat;
}

#bikin-jadwal {
  padding: 15px 0;
}

.jadwal-wrapper{
  background: #999999;
}

#modalya {
  height: 59px;
  margin-top: 0;
}

.paragraph-sukawu-wrapper {
  font-size:17px;
}

.kontak-lembaga {
  background: #f9f9f9;
  border-radius: 15px;
  border: 1px solid #ddd;
}

.profit-wrapper{
  padding-left: 0;
  padding-right: 0;
}

.program-khusus span a{
  color: #669933;
}

.program-khusus span a:hover{
  color: #ff9900;
  text-decoration: underline;
}

.program-khusus span em{
  color: #888;
}





.tanya-wrapper{
	border: 1px solid #669933;
	border-radius: 15px;
}

#program-banner .bg-img {
  padding: 20px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 469px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}


#program-banner .bg-img-1 {
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/program-murid.jpg);
}

#program-banner .bg-img-2 {
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/program-sekolah.jpg);
}

#program-banner .bg-img-3 {
  background-image: url(http://sukawu.com/assets/assetbaru/img/banner/program-lembaga.jpg);
}

.judul-program {
  padding-top: 15%;
}

.judul-program h3{
  font-size: 19px;
}

#breadcrumb {
  padding: 10px 0;
}

.about-sukawu i {
	margin: 20px 0;
}

.about-sukawu {
	vertical-align: middle;
	border: 1px solid #669933;
  margin-bottom:10px;
}

.about-sukawu h4 {
	color: #000;
}

#video-testimoni {
	padding-bottom: 25px;
	padding-top: 25px;
}

.video-title {
		padding: 5px 5px;
}

.manfaat-title {
    padding: 5px 5px;
    border:1px solid #ddd;
    height:212px;
}

.head-kategori a{
  font-size: 16px;
}

.head-kategori {
	border-bottom: 1px solid #669933;
	margin-bottom: 15px;
}

.head-kategori .pull-left {
  font-size: 18px;
}

.head-kategori .pull-right {
  padding-top: 4px;
}

.border-kategori li{
	border: 1px solid #669933;
	border-radius: 5px;
	background:#f4f4f4;
	color: #000;
}

.acc {
  margin: 90px 0;
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding: 0;
}

.acc_ctrl {
  background: #FFFFFF;
  border: none;
  border-bottom: solid 1px #F2F2F2;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 100%;
}

.acc_ctrl:before {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #F2F2F2;
  display: none;
  overflow: hidden;
}


/*.kategori {
	padding: 0;
}*/

/*.kategori ul {
	margin-left: -15px;
	margin-right: 5px;
}*/

.kategori span{
	font-size: 14px
}

.kategori li {
	border-color:#888;
	font-size:20px;
  margin-bottom: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff;
}

.kategori img {
	width: 20px;
	margin:10px;
}

.kategori i {
margin: 10px;
color: #669933;
}

.pilih-kategori-menu {
  width:240%;
}

.top-sub-header-2 {
  margin-left: 0;
  margin-right: 0;
}

.top-sub-header {
  margin: 0 15px;
}

.top-header {
	background: #F4F4F4;
	border-bottom: 1px solid #ccc;
  min-height: 25px;
}

.top-header span{
	margin: 5px 5px;
}

.mobile-searchbar{
        display: none;
    }

.small-searchbar {
  padding:15px 0;
  margin: 0 5px;
}

.small-searchbar .form-control {
  height:42px;
}

.small-searchbar .navbar-form {
  margin-left:5px;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}




.play-btn {
	
  /** Positioning */
  position    : absolute;
  left        : 50%;
  top         : 50%;
  margin-left : -$half-size;
  margin-top  : -$half-size;
  
  /** Sizing */
  width       : $btn-size;
  height      : $btn-size;
  
  /** Border styling */
  border-style: solid;
  border-color: transparent $btn-color transparent $btn-color;
  border-width: $half-size 0 $half-size $btn-size;

  
  &.stop,
  &.to-play {
  	
    /** Animate morphing */
    transition  : transform           $duration $easing,
                  border-top-width    $duration $easing,
                  border-bottom-width $duration $easing;
  
  }
  
  &.stop {
  	
    /** Morph to a stop button */
    transform   : rotate(90deg);
    border-width: 0 0 0 $btn-size;
    
  }
  
  &.to-play {
    
    /** Morph back from a stop button to a play button */
    transform   : rotate(180deg);
    border-width: $half-size $btn-size $half-size 0;
    
  }
  
}

.btn a{
	color: #fff;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-green {
    background-color: #6cb670;
}

.btn-green:focus, 
.btn-green:hover {
    background-color: #2F383D;
	color: #fff;
}

.btn-transparent {
	border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #6cb670;
}

.btn-transparent:hover {
    background-color: #6cb670;
	border: 1px solid transparent;
    color: #fff;
}

.form-control {
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #555;
}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #ddd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}


#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

.b-title {
	padding-bottom: 30px;
}

.title {
    padding-bottom: 60px;
}

.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}

.color {
    color: #669933;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #fff;
}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=================================================================
  Tanya Kursus
==================================================================*/
.mengapa-sukawu {
  margin-right:0;
}
.bingung-kursus {
  text-align:center;
  vertical-align:middle;
}

.bingung-kursus > h2 {
  margin-top:30px;
}

.tanya-jawab{
  margin-left:-15px;
  margin-top:15px;
  margin-bottom:15px;
}

.spesial-kategori ul {
  margin-left:-10px;margin-right:0;
}
.spesial-kategori-2 ul {
  margin-left:5px;margin-right:-15px;
}


.footer-satu {
  background:#669933;
}

.footer-dua {
  background:#fff;
}

.footer-tiga {
  background:#f4f4f4;
}

/*.lembaga-lembaga {
  margin-left:-30px; 
  margin-right:0;
}*/

.jam-operasional {
  padding-left:0;
  margin-right: 0;
}

.content-jam-operasional{
  background:#f4f4f4;
  padding:5px;
}

.nominal-budget {
  margin-top:4px;
}

.all-video {
  padding-right: 0;
}

/*=================================================================
  Customer Service
==================================================================*/

.customer {
  padding: 0;
}


.customer-service {
  background:#99cc33;
  padding: 10px;
}

.customer-service > h5{
  color:#fff;
  margin-top:-1px;
}

.customer-service > h4 {
  color: #fff;
}



/*=================================================================
	Search Bar
==================================================================*/

#custom-slider {
  margin-bottom:25%;
}
.search-title {
  background:#669933;
}

#searchbar {
	position:relative; 
	z-index:20;
}

.search-panel {
	border:5px solid #669933;
	background: #fff;
}

.search-panel-title {
    color: rgb(67, 67, 67);
    height: 34px;
    text-align: left;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 159px 19.5px;
    transform-origin: 159px 19.5px;
    font: normal normal normal normal 16px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    padding: 2px 0px 3px;
}

.search-panel-number {
    background-position: -283px -145px;
    color: rgb(204, 204, 204);
    float: left;
    height: 30px;
    width: 30px;
    column-rule-color: rgb(204, 204, 204);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    background: rgba(0, 0, 0, 0) url("http://asset.traveloka.com/hashed/assets/stylesheets/images/sprite/traveloka-main-db6f25b4662a9a6ec63ff7b19d1f6b24.png") repeat scroll -283px -145px / auto padding-box border-box;
    border: 0px none rgb(204, 204, 204);
    font: normal normal normal normal 30px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 10px;
    outline: rgb(204, 204, 204) none 0px;
}

.search-panel-sub-title {
    color: rgb(67, 67, 67);
    float: left;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 110px 17px;
    transform-origin: 110px 17px;
    border: 0px none rgb(67, 67, 67);
    font: normal normal 600 normal 20px / 34px 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 5px;
    outline: rgb(67, 67, 67) none 0px;
}

.search-panel-content {
    color: rgb(67, 67, 67);
    text-align: left;
    vertical-align: middle;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 131.5px 34.5px;
    transform-origin: 131.5px 34.5px;
    border: 0px none rgb(67, 67, 67);
    font: normal normal normal normal 12.5px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(67, 67, 67) none 0px;
}

.search-panel-content img{
  width:35px;
}

#LABEL_37, #LABEL_51, #LABEL_74, #LABEL_101, #LABEL_153 {
    color: rgb(67, 67, 67);
    text-align: left;
    column-rule-color: rgb(67, 67, 67);
    border: 0px none rgb(67, 67, 67);
    font: normal normal normal normal 17.92px / normal 'Segoe UI', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(67, 67, 67) none 0px;
}/*#LABEL_37, #LABEL_51, #LABEL_74, #LABEL_101, #LABEL_153*/

.search-panel-control {
    color: rgb(67, 67, 67);
    height: 46px;
    text-align: left;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 131.5px 23px;
    transform-origin: 131.5px 23px;
    border: 0px none rgb(67, 67, 67);
    font: normal normal normal normal 16px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(67, 67, 67) none 0px;
    margin-left: 0;
}

.search-button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    height: 66px;
    min-height: 0px;
    vertical-align: middle;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 120px 21px;
    transform-origin: 120px 21px;
    background: #ff9900 none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(255, 255, 255);
    font: normal normal normal normal 20px / normal BlinkMacSystemFont;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 5px 14px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.search-button-icon {
    background-position: -34px -128px;
    color: #ff9900;
    cursor: pointer;
    float: left;
    height: 30px;
    text-align: center;
    width: 34px;
    column-rule-color: rgb(255, 255, 255);
    align-self: flex-start;
    perspective-origin: 17px 15px;
    transform-origin: 17px 15px;
    list-style: none outside none;
    margin: 0px 0px 0px 7px;
    outline: rgb(255, 255, 255) none 0px;
}

.search-button-title {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    column-rule-color: rgb(255, 255, 255);
    align-self: flex-start;
    perspective-origin: 50.9844px 15px;
    transform-origin: 50.9844px 15px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 500 normal 21px / 30px BlinkMacSystemFont;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 0px 0px 14px;
}

.search-panel-wrapper {
    color: rgb(67, 67, 67);
    text-align: left;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 154.5px 115px;
    transform-origin: 154.5px 115px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(67, 67, 67);
    font: normal normal normal normal 16px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(67, 67, 67) none 0px;
}

.search-panel-context {
    color: rgb(67, 67, 67);
    text-align: left;
    column-rule-color: rgb(67, 67, 67);
    perspective-origin: 154.5px 88.5px;
    transform-origin: 154.5px 88.5px;
    border: 0px none rgb(67, 67, 67);
    font: normal normal normal normal 16px / normal 'Ubuntu', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(67, 67, 67) none 0px;
}




/*=================================================================
	Home Slider
==================================================================*/

#home {
    position: relative;
}

.carousel,
.item,
.active {
    height: 100%;
    width: 100%;
}

.carousel {
  overflow: hidden;
}

.item {
  overflow: hidden;
}

/*.carousel-inner {
    height: 100%;
}
*/
#myCarousel {
	position: absolute;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  line-height: 1;
  /*height: auto;*/
}


.panah {
  margin-top:300%;
  color:#ddd;
}

.panah-lembaga {
  margin-top:60%;
  margin-left: 20%;
  margin-right: 20%;
  color:#669933;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    margin:auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
/*.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}*/
/*.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}*/
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 180px;
  }
}


/*=================================================================
	Navigation
==================================================================*/

.navbar-inverse {
	background-color: #fff;
	width: 100%;
	z-index: 999;
  border:none;
}

.navbar {
  margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ff9900;
    padding: 10px 10px;
    margin: 15px 5px;
    border-radius:5px;
    border:1px solid #ff9900;

	-webkit-transition: background .5s ease-in-out 0s;
	   -moz-transition: background .5s ease-in-out 0s;
		 -o-transition: background .5s ease-in-out 0s;
			transition: background .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li.current > a {
    color: #fff;
}


.btn:hover, .btn:focus {
  color: #ff9900;
}

.navbar-inverse .navbar-nav .all-kursus  >a {
  border-color:#fff;color:#888;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ff9900;
}

 .navbar-inverse .navbar-nav .non-mobile-cart  >a:hover {
  background-color: #fff;
}

 .navbar-inverse .navbar-nav .all-kursus  >a:hover {
  background-color: #fff;
  color: #669933;
}


/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 25px 0;
}

.icon-box {
	position: relative;
	width: 100px; 
	height: 100px;
	background-color: transparent;
	margin: 46.19px auto 60px;
	padding: 20px 0;
	border: solid 3px;
	border-radius: 50px;
	
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

/*.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #669933;
	border-right: solid 4.2426px #669933;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #669933;
	border-left: solid 4.2426px #669933;*/
}

/*=================================================================
	Our Benefits
==================================================================*/

#main-features {
    padding: 70px 0;
}

.feature-media {
	margin-bottom: 30px;
}

.feature-desc a {
	margin-right: 20px;
}


/*=================================================================
	Item counter section
==================================================================*/

#counter {
    background-image: url(http://sukawu.com/assets/assetbaru/img/parallax/city.jpg);
    padding: 70px 0;
}

.counters-item {
    border: 1px solid #4e595f;
    padding-bottom: 30px;
}

.counters-item > div {
    margin: 10px 0;
}

.counters-item span {
    display: inline;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.counters-item i {
    margin-bottom: 15px;
}

.counters-item h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0;
}


#manfaat {
    padding: 30px 0;
}

.manfaat-block {
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}


.profit-block {
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.height-profit {
  height: 275px;
}

#profit {
    padding: 25px 0 0;
}

/*=================================================================
	Services section
==================================================================*/

#services {
    padding: 70px 0 100px;
}

#services .title {
    padding-bottom: 125px;
}

.service-block {
    padding: 50px 20px;
    border-left: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin-bottom: 40px;
	
	-webkit-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
	   -moz-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
			box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
}


.service-icon {
    margin-bottom: 40px;
}

.service-block h3 {
	text-transform: uppercase;
}



/*=================================================================
	Portfolio section
==================================================================*/

#showcase {
    padding: 75px 0;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul li {
    display: inline;
}

.portfolio-filter ul li a {
	color: #ddd;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 15px;
	position: relative;
}

.portfolio-filter ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #63B670;
	content: '';
	
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
		 -o-transition: top 0.3s;
			transition: top 0.3s;
}

.portfolio-filter ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #63B670;
	content: '';
	
	-webkit-transition: height 0.3s;
	   -moz-transition: height 0.3s;
		 -o-transition: height 0.3s;
			transition: height 0.3s;
}

.portfolio-filter ul li a:hover::before {
	top: 100%;
	opacity: 1;
}

.portfolio-filter ul li a:hover::after {
	height: 100%;
}

.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
}

.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	   -moz-transform: scale(1.4) rotate(15deg);
		-ms-transform: scale(1.4) rotate(15deg);
		 -o-transform: scale(1.4) rotate(15deg);
			transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.hover-mask h3 {
	color: #ddd;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 110px;
}

.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	left: 42%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
}

.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

#tanya {
  padding:30px 0;
}

/*=================================================================
	Our skills
==================================================================*/

#team-skills {
    padding: 70px 0;
    background-image: url(http://sukawu.com/assets/assetbaru/img/parallax/skills.jpg);
}

.skill-chart > h3 {
    border-bottom: 1px solid;
    margin: 25px 0 15px;
    padding-bottom: 10px;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}



/*=================================================================
	Our Team
==================================================================*/

#our-team {
    padding: 70px 0;
}

.about-team {
    color: #fff;
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.member-photo img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.member-photo:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}


.member-photo .mask {
    background-color: rgba(43, 44, 48, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.mask ul li {
    display: inline-block;
    margin-right: 15px;
}

.mask ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.mask ul li a:hover {
    background-color: #6cb670;
    border: 1px solid transparent;
}


/*=================================================================
	Twitter Feed
==================================================================*/

#twitter-feed {
	background-image: url("http://sukawu.com/assets/assetbaru/img/parallax/twitter.jpg");
	padding-bottom: 100px;
	padding-top: 80px;
}

.twitter-bird span {
    border: 2px solid #6cb670;
    border-radius: 50px;
    color: #6cb670;
    display: inline-block;
    margin-bottom: 50px;
    height: 90px;
    width: 90px;
}

.twitter-bird span i {
    line-height: 90px;
}

.tweet {
    margin-bottom: 10px;
}

.tweet a {
    color: #6cb670;
}

/*=================================================================
	Pricing section
==================================================================*/

#pricing {
    padding: 70px 0;
}

.pricing {
	background-color: #2b2c30;
}

.price-title {
  background-color: #2b2c30;
  padding: 30px 0 20px;
}

.price-title > h3 {
    color: #6cb670;
    font-family: Oswald;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title > p {
    font-size: 18px;
    font-weight: 400;
}


.price-title .value {
	color: #6cb670;
	font-size: 30px;
}

.pricing li {
    border-top: 2px solid #3F4045;
    font-weight: 400;
    padding: 10px 0;
}

.pricing li:last-child {
    border-bottom: 2px solid #3F4045;
}

.pricing li:nth-child(2n) {
    background-color: #2F3035;
}

.pricing a.btn {
    text-transform: uppercase;
	margin: 20px 0;
}



/*=================================================================
	Testimonial section
==================================================================*/

#testimonial {
    background-image: url(http://sukawu.com/assets/assetbaru/img/parallax/bicycle.jpg);
    padding: 70px 0;
}

#testimonials .owl-wrapper-outer {
  top: -25px;
}

.client-info {
  margin: 0 auto;
  width: 45%;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  font-family: Ubuntu,sans-serif;
  font-size: 20px;
  margin: 15px 0 5px .0;
}

.client-meta span {
  font-size: 12px;
}

.client-comment .social-profile {
	text-align: center;
}

.client-comment .social-profile li {
	display:inline-block;
    margin: 0 6px 0 0;
}

.social-profile ul li {
    float: left;
    margin: 0 6px 0 0;
}

.social-profile a {
    color: #4e595f;
	display: block;
}

.social-profile li a i {
  line-height: 33px;
}

.social-profile li a:hover {
	color: #6CB670;
}

.owl-pagination,
.owl-buttons {
	text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #6cb670;
    border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
	max-width: 150px;
	width: 100%;
}

#our-clietns .owl-next, 
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i, 
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
    margin: 10px;
}


/*=================================================================
	Latest Posts
==================================================================*/

#blog {
    padding-bottom: 70px;
    padding-top: 70px;
}


.note {
	border: 1.5px solid #669933;
	min-height: 350px;
	/*box-shadow: 4px 4px 0 rgba(6, 8, 8, 0.2);*/
}

.testimoni {
	border: 1.5px solid #669933;
	/*box-shadow: 4px 4px 0 rgba(6, 8, 8, 0.2);*/
}
.note-program-sekolah-1 {
  padding: 15px;
  background:#669933;
  opacity:0.75;
}


.note-program-1 {
  padding: 15px;
  background:#669933;
  opacity:0.75;
}

.note-program-1:hover {
  opacity:1;
}

.note-program-2 {
  padding: 15px;
  background:#ff9900;
  opacity:0.75;
}

.note-program-2:hover {
  opacity:1;
}

.note-program-3 {
  padding: 15px;
  background:#993333;
  opacity:0.75;
}



.note-program-3:hover {
  opacity:1;
}

.note-program-sekolah-1 {
  padding: 15px;
  background:#669933;
  opacity:0.75;
}

.note-program-sekolah-2 {
  padding: 15px;
  background:#ff9900;
  opacity:0.75;
}

.note-program-sekolah-3 {
  padding: 15px;
  background:#993333;
  opacity:0.75;
}

.note-program-sekolah-4 {
  padding: 15px;
  background:#00CDDD;
  opacity:0.75;
}

.note-manfaat {
  border: 1px solid #ddd;
}

.note .media-wrapper {
	border-bottom: 1px solid #000;
	background:#000;
}

.media-wrapper img {
    max-height: 150px;
    width:100%;
}

.note .excerpt {
	padding: 0 10px 20px;
}

.note .excerpt h3 {
	font-size: 20px;
	line-height: 1.5;
	text-transform: capitalize;
}

.note .excerpt .spesial {
	color: #993333;
	line-height: 1.5;
	text-transform: capitalize;
	font-size: 18px;
}

.note .excerpt h4 {
	line-height: 1.5;
	text-transform: capitalize;
	color: #000;
}

.note .excerpt h5 {
	line-height: 1.5;
	color: #000;
}

.note .excerpt li {
	line-height: 1.5;
	color: #000;
}

.all-post {
	padding-left:15px;
	margin-top: 50px;
}


/*=================================================================
	Contact
==================================================================*/

#contact-us {
    padding: 70px 0 0;
    background-color: #fff;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #6CB670;
}

#contact-submit {
	border: 1px solid #4e595f;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map-canvas {
    height: 370px;
    width: 100%;
}


/*=================================================================
	Footer section
==================================================================*/

.social-icon {
    padding: 20px 0;
    font-size: 20px;
}

/*.social-icon > ul {
    text-align: center;
}*/

.social-icon > ul > li {
    display: inline-block;
    margin-right: 15px;
}

/*.social-icon > ul > li > a {
    background-color: #669933;
    display: block;
    height: 70px;
    width: 70px;*/

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li > a > i {
    display: inline-block;
    font-size:70px;
/*    line-height: 30px;*/
    margin: 0;

    opacity: 0.3;
    filter: alpha(opacity=30);

/*	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);*/

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li:hover a {
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.social-icon > ul > li:hover a i {
    color: #669933;
    opacity: 1;
    filter: alpha(opacity=100);
	
/*	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);*/
}

.copyright {
    padding: 5px 0;
    color: #888;
}

.copyright > span {
    padding-right: 5px;
    color: #888;
}

.copyright > img {
    margin-bottom: 15px;
}

#scrollUp {
    border: 1px solid #669933;
    bottom: 15px;
    color: #fff;
    background-color: #669933;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #669933;
    border: 1px solid #6cb670;
}

.navbar-inverse .navbar-toggle {
	background-color: #669933;
}

/*=================================================================
	Blog Page
==================================================================*/


#blog-banner {
	padding-bottom: 100px;
    padding-top: 150px;
}

.blog-icon {
    border: 1px solid #6CB670;
    border-radius: 50%;
    color: #6CB670;
    display: inline-block;
    padding: 16px 20px;
}

.blog-title h1 {
    text-transform: uppercase;
}

#blog-page {
	margin: 0 0 40px;
}

.post-item .entry {
	border: 1px solid #4e595f;
	margin-bottom: 30px;
}

.entry .post-excerpt {
	padding: 0 20px;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb .owl-buttons {
    color: #fff;
}

.post-meta {
	background-color: #3d444a;
	border-top: 1px solid #4e595f;
	font-size: 13px;
	margin: 20px 0 0;
	padding: 0 20px 10px;
}

.post-meta > span {
	border-right: 1px solid #4e595f;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
	color: #6CB670;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}

aside.widget {
    margin-bottom: 25px;
}

.widget-title > h3 {
	color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

#search-form {
	position: relative;
}

#search-submit {
	background: none;
	border: 0;
	color: #C8C8CA;
	display: block;
	font-size: 16px;
	height: 32px;
	outline: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px;
}

.widget-content .tab-content {
	background-color: #2f383d;
	padding: 20px;
}

.tab-post-nav {
	background-color: #4A535A;
}

.tab-post-nav li {
	float: left;
}

.tab-post-nav li.active a {  
	border-top: 3px solid #6cb670;
	background-color: #2F383D;
	color: #6CB670;
}

.tab-pane.active .clearfix:first-child {
	margin-bottom: 25px;
}

.tab-excerpt > span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.tab-excerpt h4 a {
	color: #fff;
}

.tab-excerpt h4 a:hover {
	color: #6cb670;
}

.tab-post-nav li a {
	border-top: 3px solid transparent;
	color: #fff;
	display: block;
	padding: 13px 18px;
	text-align: center;
}

.categories li {
    margin-bottom: 10px;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.categories > li:hover a {
    padding-left: 10px;
    color: #6CB670;
}

.categories > li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
	background-color: #2F383D;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 13px;
}

.widget-content .tag:hover {
    background-color: #6CB670;
    color: #fff;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}

.post-pagination ul li a {
	background-color: #30393e;
	color: #9aa8b3;
	display: block;
	padding: 8px 18px;
}

.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    background-color: #6CB670;
    color: #fff;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #6cb670;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    border-bottom: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin: 20px 0;
    padding: 15px 0 10px;
}

.next-prev a:hover {
    color: #6CB670;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
	border: 1px solid #4e595f;
	max-width: 120px;
	padding: 5px;
	width: 100%;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
    border-bottom: 1px solid #4e595f;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
	border: 1px solid #4e595f;
	border-radius: 1px;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.comment-wrap .author-avatar {
	margin-left: -25px;
	margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover, .replay:hover {
    color: #6CB670;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #6CB670;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}

#daftar {
	padding-bottom: 20px;
}


.footer-left span{
	color:#fff;
}

.footer-left a{
	color:#fff;
}

.btn-discount {
	background-color:red;
	border-radius:5px;
	padding: 5px 5px;
	font-size: 10px;
	margin-top: 0;
}

.btn-tanya {
	background-color:#fff;
	color: #ff9900;
	border-radius: 10px;
	border:1px solid #ff9900;
}

.btn-program {
  color: #fff;
  border-style:dashed;
  border: 2px solid #fff;
}

.btn-action{
  background-color:#ff9900;
  color: #fff;
  border-radius:0; 
  padding:5px ;
  margin-top:10px;
  width:190px;
}



.btn-warning {
	background-color:#ff9900;
	color: #fff;
	border-radius: 10px;
	width:100%;
}

.btn-warning-2 {
  background-color:#ff9900;
  color: #fff;
  border-radius: 10px;
}

.btn-warning-3 {
  color: #ff9900;
  border-color:#ff9900;
  border-radius: 10px;
}

.btn-premier {
	background-color:#669933;
	color: #fff;
	border-radius: 10px;
}

.btn-third {
	background-color:#993333;
	color: #fff;
	border-radius: 10px;
}

.btn-info {
	background-color:#ff9900;
	color: #fff;
	margin-top: 0;
	padding: 6px 25px;
}

/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	margin-top:5px;
	margin-bottom: 10px;
	max-width:240px;
	max-height:240px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.nbs-flexisel-item p{
	padding:0px;
}
.nbs-flexisel-item p a{
	color:#000;
	font-size:1.2em;
}
.nbs-flexisel-item p a:hover{
	color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
	left:-2em;
	background: url(http://sukawu.com/assets/assetbaru/img/lef.png) no-repeat 1px 1px;
}
.nbs-flexisel-nav-right {
	right:-2em;
	background: url(http://sukawu.com/assets/assetbaru/img/righ.png) no-repeat 1px 1px;
}
.banner-1 {
  margin: 0em 0.5em;
}
/*-- flexisel --*/

.banner {
  background: #e6e6e6;
   padding: 3em 0 5em;
  border-bottom: 1px solid #2d2d2d;
}
.banner-bottom {
  background: #fff;
  padding: 1em;
  border-bottom: 6px solid #c6c6c6;
}
.banner-bottom h4 {
  color: #050506;
  font-size: 1.4em;
  margin: 0;
  font-weight: 600;
  text-align:left;
}
.banner-bottom p {
  color: #50504f;
  font-size: 1.1em;
  line-height: 1.8em;
  margin: 0em 0;
  font-weight: 400;
  text-align:left;
}

/*-- tab --*/

.tabbable .nav-tabs{
	border:0;
}

.tabbable .nav-tabs>li {
	margin:0;
}

.tabbable .nav-tabs>li>a{
	border: 0;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.tabbable .nav-tabs>li.active>a, .tabbable .nav-tabs>li.active>a:focus, .tabbable .nav-tabs>li.active>a:hover {
	border:0;
	background: #669933;
	color:#fff;
}

.tab-content > .active, .pill-content > .active {
	display: block;	
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
/*	display: none;*/
}

.fade.in {
	opacity: 1;
}

.fade{
	opacity: 0;
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:0.15s linear;
	-ms-transition:0.15s linear;
	-o-transition:0.15s linear;
	transition: opacity 0.15s linear;
}

.box-products{
	position: relative;
}


.box .box-heading {
	margin-bottom:10px;
	text-transform:uppercase;
	color:#fff;
}

.box .box-content:after, .box .box-content:before{
	content: " ";
	display:table;
}

.box .box-content:after {
	clear: both;
}

.nav {
	margin-bottom:0;
	padding-left:0;
	list-style:none;
}

.nav > li{
	position: relative;
	display: block;
}

.nav > li > a {
	position:relative;
	display:block;
	padding: 7px 16px;
}

.nav-tabs > li {
	float: left;
	margin-bottom: 1px;
}

.carousel-controls {
	position:absolute;
	top:-44px;
	right:0;
	z-index: 100;
	-webkit-text-shadow:none;
	text-shadow:none;
}

.carousel-controls:after, .carousel-controls:before {
	content: " ";
	display:table;
}

.carousel-controls a {
	width:34px;
	height: 34px;
	background: #fff;
	float: left;
	margin-right: 1px;

}

.carousel-controls .conner {
	width: 16px;
	height:16px;
	border:1px solid #888;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	text-align:center;
	display:table;
	margin:9px;
}

.carousel-controls .fa {
	font-size:11px;
	color:#000;
	font-weight:700;
	display: table-cell;
	vertical-align: middle;
}

/*.carousel-inner {
	position: relative;
	overflow: hidden;
	width:100%;
}*/

.carousel-inner > .item {
	display:none;

	-webkit-transition:0.6s ease-in-out left;
	-moz-transition:0.6s ease-in-out left;
	-ms-transition:0.6s ease-in-out left;
	-o-transition:0.6s ease-in-out left;
	transition:0.6s ease-in-out left;
}

.carousel-inner > .active{
	left: 0;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}


.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner .product-block.product{
	margin-bottom:0;
}

.woocommerce .product-block.product {
	margin-bottom :18px;
	border: 1px solid #669933s;
}

.woocommerce div.product {
	position: relative;
	margin-bottom: 0;
}

.product-block{
	text-align: center;
	position:relative;
	background:#fff;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0);
	box-shadow:0 0 1px rgba(0,0,0,0);
}

.product-grid{
	padding: 0 0 35px;
}

.product-block .image {
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 16px;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	-webkit-box-shadow:none;
	box-shadow: none;
	-webkit-text-shadow:none;
	text-shadow:none:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width: auto;
	height: auto;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	left:auto;
	right: 20px;
	top: 25px;
	z-index: 100;
	min-width:initial;
	min-height:initial;
	line-height: normal;
	display: table;
	text-transform:uppercase;
	letter-spacing:1px;
	position:absolute;
	color:#fff;
	background: #669933;
	font-size: 10px;
	padding: 10px;
}

.woocommerce span.onsale {
	min-height:3.236em;
	min-width:3.236em;
	padding: 202em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height:3.236;
	top:5em;
	left:5em;
	margin:0;
	border-radius:100%;
	background-color: #669933;
	color: #fff;
	font-size:857em;
	-webkit-font-smoothing:antialiased;
}

.woocommerce span.onsale .label-sale, .woocommerce-page span.onsale .label-sale {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.product-block .image .image-hover {
	opacity: 0
	visibility:hidden;
	position: relative;
	top: 0;
	left: auto;
	-webkit-transform:translate3d(0,-100%,0);
	-moz-transform :translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);s
}

.product-block .image img {
	width: auto;
	height: auto;
	-webkit-transition:all .35s ease-in-out 0s;
	-moz-transition:all .35s ease-in-out 0s;
	-ms-transition:all .35s ease-in-out 0s;
	-o-transition:all .35s ease-in-out 0s;
	transition:all .35s ease-in-out 0s;
}

.product-block .image .image-effect {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin:auto;
	z-index: 99;
	-webkit-transform:scale3d(1,1,1);
	-moz-transform :scale3d(1,1,1);
	-ms-transform:scale3d(1,1,1);
	-o-transform:scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.product-block .name{
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
	text-transform: uppercase;
	margin: 0 0 8px;
	min-height: 36px;
}

.product-block .name a {
	color: #000;
}

.product-block .price {
	margin: 5px 0 15px;
}

.price {
	color: #d35346;
	font-size: 18px;
}

.product-block .price del {
	color: #888;
	font-size:14px;
}

.price ins {
	text-decoration: none;
}

.product-block .button-groups {
	width: 180px;
	height:36px;
	position: relative;
	margin: 0 auto;
}

.yith-wcwl-add-to-wishlist {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.show {
	display: block!important;
}

.hide {
	display: none!important;
}

.product-block .button-groups div:empty {
	clear: none!important;
}



.product-block .btn.btn-cart, .product-block a.added_to_cart {
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	width: 100px;
	height: auto;
}

.product-block .btn.btn-cart, .product-block a.added_to_cart {
	line-height: 33px;
	z-index: 98;
	font-weight: 400;
	background: #fff;
	padding: 0 10px;
	font-size: 10px;
	font-family: ubuntu;
	border: 2px solid #000;
	color: #000;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-text-shadow:none;
	text-shadow: none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility: hidden;
}

.thumbnail>img, .thumbnail a>img {
  height: 100%;
}

.product-block .add_to_wishlist, .product-block .btn, .product-block a.added_to_cart, .show a {
	display: inline-block;
	line-height: 36px;
	width: 36px;
	height: 36px;
	color: #888;
	border:2px solid #888;
	background: #fff;
	padding: 0;
	font-size: 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}

.product-block .fa {
	margin: 0;
	font-size: 13px;
	line-height: 34px;
}

.product-block .btn.btn-compare span, .product-block .btn.btn-wishlist span {
	display: none;
}

.product-block .button-groups .fa+span {
	display: none
}

.product-block .quick-view {
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-grid .quick-view {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: none!important
}

.product-block .btn.btn-quickview {
	width: auto;
	height: auto;
	border:0;
	padding: 0 10px;
	background: 0 0;
}

.content-2 {
  overflow: hidden;
  padding: 71px 20px 70px;
  position: relative;
}
.content-2.col-5 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-5 .row > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 .row > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 {
    padding-top: 75px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 15px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
}
.content-2.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 25%;
  }
}
.content-2.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content-2.col-3 {
    padding-top: 64px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 4px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 37px;
  }
}
.content-2.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-2 {
    padding-top: 48px;
  }
  .content-2.col-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: -14px;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -19px;
  }
  .content-2.col-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
  .content-2.col-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .content-2 {
    padding: 0 20px;
  }
  .content-2 .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
  }
  .content-2.dark .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.col-5 {
    padding-top: 70px;
  }
  .content-2.col-5 .row > div + div + div + div {
    margin-top: 50px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 10px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 {
    padding: 64px 20px 70px;
  }
  .content-2.col-4 .row > div + div + div {
    margin-top: 39px;
  }
  .content-2.col-4 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .content-2.col-4 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 .thumbnail .group {
    margin-top: 37px;
  }
  .content-2.col-3 {
    padding-top: 73px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 12px;
    margin-bottom: 33px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 36px;
  }
  .content-2.col-2 {
    padding-top: 64px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 33px;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -34px;
  }
  .content-2.col-2 .thumbnail .group {
    margin-top: 36px;
  }
}
.content-2 .container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.content-2 .row {
  margin-left: -24px;
  margin-right: -24px;
}
.content-2 .thumbnail {
  background: none;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail {
    padding-top: 52px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail {
    padding-bottom: 70px;
  }
}
.content-2 .thumbnail > img,
.content-2 .thumbnail .image img {
  max-width: 50%;
}
@media (max-width: 767px) {
  .content-2 .thumbnail > img,
  .content-2 .thumbnail .image img {
    width: 100%;
    max-width: 300px;
  }
}
.content-2 .thumbnail h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 32px;
  margin-top: 11px;
}
.content-2 .thumbnail h3 + h3 {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail h3 {
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: -14px;
  }
  .content-2 .thumbnail h3 + h3 {
    margin-top: -21px;
  }
}
.content-2 .thumbnail p {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.content-2 .thumbnail p + p {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
}
.content-2 .thumbnail .group {
  line-height: 43px;
  margin-bottom: 14px;
  margin-top: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail .group {
    margin-top: 29px;
    line-height: 67px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .group {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .content-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 9px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .btn {
    display: block;
    margin-right: 0;
  }
  .content-2 .thumbnail .btn + .btn {
    margin-top: 12px;
  }
}
.content-2.simple h3 {
  margin-top: 0 !important;
  margin-bottom: 31px !important;
}
.content-2.simple h3 + h3 {
  margin-top: -30px !important;
}
.content-2.simple.col-5 {
  padding-top: 77px;
}
.content-2.simple.col-4,
.content-2.simple.col-3 {
  padding-top: 76px;
}
.content-2.simple.col-2 {
  padding-top: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.simple h3 {
    margin-bottom: 32px !important;
  }
  .content-2.simple.col-5 {
    padding-top: 76px;
  }
  .content-2.simple.col-5 .row > div + div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-4 {
    padding-top: 77px;
  }
  .content-2.simple.col-4 .row > div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-2 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .content-2.simple {
    padding-top: 0 !important;
  }
  .content-2.simple .thumbnail {
    padding-top: 68px;
  }
  .content-2.simple h3 {
    margin-bottom: 20px !important;
  }
  .content-2.simple h3 + h3 {
    margin-top: -21px !important;
  }
}
.content-2.dark {
  background: #3c3c3c;
}
.content-2.dark h1,
.content-2.dark h2,
.content-2.dark h3,
.content-2.dark h4 {
  color: #fff;
}
.content-2.dark p {
  color: #fff;
}
.content-2.dark .btn-default {
  border-color: #fff;
  color: #fff;
}
.content-2.dark .btn-default:hover,
.content-2.dark .btn-default:focus,
.content-2.dark .btn-default.focus,
.content-2.dark .btn-default:active,
.content-2.dark .btn-default.active,
.open > .dropdown-toggle.content-2.dark .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#ff9900;
	font-family: 'FontAwesome';
	line-height:60px;
}

.service-list-col2 p{
	color: #000;
}
/*.service-list-col2{
	overflow:hidden;	*/
}
.main-section.alabaster{
	background:#fafafa;
}

.thumbnail {
  display: block;
  padding: 4px;
/*  margin-bottom: 20px;*/
  line-height: 1.42857143;
/*  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;*/
  border-radius: 0;
  border: none;
  background-color: none;
}

/*.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}*/
.carousel-control.right {
  left: auto;
  right: 0;
}

.carousel-control {
  width:5%;
}

.performing-arts {
	-webkit-filter:custom(#669933
		);
}

.benefit-sukawu {
  padding-right: 0;
}

#sel1 {
	margin-top:5px;
	height: 35px;
}

#btn-harga{
	display: none;
}
#view-detail1{
  display: none;
}
#view-detail2{
  display: none;
}
#view-detail3{
  display: none;
}
#view-detail4{
  display: none;
}

.tampilan-kursus {
  padding-right: 0;
}

#harga-kursus {
    margin-left: 0;
    background-position: -428px 1px;
    box-sizing: content-box;
    color: rgb(51, 51, 51);
    height: 24px;
    vertical-align: middle;
    width: 100%;
    column-rule-color: rgb(51, 51, 51);
    perspective-origin: 131.5px 18px;
    transform-origin: 131.5px 18px;
    border: 1px solid rgb(204, 204, 204);
    font: normal normal normal normal 11px / 22.4px Verdana, Arial, Helvetica, sans-serif;
    list-style: none outside none;
    margin: 5px 5px;
    outline: rgb(51, 51, 51) none 0px;
    float: left;
}/*#INPUT_39*/

.carousel-control.left {
	background: none;
}

.carousel-control.right {
	background: none;
}

/*.content-program-sekolah {
  padding-bottom: 30px;
}*/

.btn-program:hover{
  color: #ffff00;
  border-color: #ffff00;
}

.flip {
  -webkit-perspective: 700;
    position: relative;
    margin: 15px auto;
  display: inline-block;
  opacity: 0.7;
}
.flip:hover{
  opacity: 1;
}

.flip .carte.flipped {
  -webkit-transform: rotatey(-180deg);
}
.flip .carte {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
}

.flip .carte .side {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden ;
  z-index: 2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius:8px;
}
.flip .carte .avant {
  position: absolute;
  z-index: 1;
    background: white;
    color: black;
    cursor: pointer;
}
.flip .carte .arriere {
  -webkit-transform: rotatey(-180deg);
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
}

.dame .signe .letter
{
  color:red;
}

.signe .letter
{
  font-size: 2em;
  margin: 2px;
  text-align: left;
}

.signe.reverse
{
  margin: 0 2px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.signe #losanges
{
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  margin-left: 4px;
}

.losangea
{
  width: 0;
  height: 0;
  position: relative;
  top:0;
}
.losangeb
{
  width: 0;
  height: 0;
  position: absolute;
}

.dame .signe .losangea
{
  border-bottom: 13px solid red;
}

.roi .signe .losangea
{
  border-bottom: 13px solid;
}

.signe .losangea
{
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.dame .signe .losangeb
{
  border-top: 13px solid red;
}

.roi .signe .losangeb
{
  border-top: 13px solid;
}

.signe .losangeb {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top:-4px;
}

/*.image-inside {
  position: absolute;
}*/

.inside-losange
{
  width:25px;
  height: 40px;
  position: relative;
}

.normal .inside-losange
{
  float: right;
  margin: 2px 2px;
}

.reverse .inside-losange
{
  float: left;
  position: absolute;
  bottom: 0;
  margin: 2px 2px;
}

.image-inside .losangea,
.image-inside .losangeb
{
  top: -14px;
}

.dame .image-inside .losangea
{
  border-bottom: 18px solid red;
}

.roi .image-inside .losangea
{
  border-bottom: 18px solid;
}

.image-inside .losangea
{
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.dame .image-inside .losangeb
{
  border-top: 18px solid red;
}

.roi .image-inside .losangeb
{
  border-top: 18px solid;
}

.image-inside .losangeb
{
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: 3px;
}

.image-inside .text
{
  position: absolute;
  font-size: 2em;
  font-family: Georgia;
}

.kursus-kursus {
  padding-bottom: 10px;
}

#semua-kategori-kursus {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-accordion {
  background-color: #ddd;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #000;
}

.accordion li.open i {
  color: #000;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  font-size: 14px;
 }

/* .submenu li {
  border-bottom: 1px solid #4b4a5e;
 }*/

 .submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }

 .submenu a:hover {
  background: #b63b4d;
  color: #FFF;
 }