@import url('css/sukawu.css');
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/yamm.css');
@import url('css/responsive.css');

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

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

.navbar {
  border-bottom: 1px solid #666;
  margin-bottom: 0;
}

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

.navbar-brand h1 {
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #888;
    font-size: 13px;
    line-height: 26px;
    padding: 25px 15px;

	-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: #669933;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #669933;
}

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

footer{
 padding-top:0;
 padding-bottom:0;
}

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

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

iframe {
    border: 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;
}

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

.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: 30px;
/*    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: 30px 0;
    color: #888;
}

.copyright > img {
    margin-bottom: 15px;
}
html {
	margin-top: 0 !important;
}

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

.pagelink p > a {
        background-color: #669933;
        color: #fff;
        padding: 5px 10px;
        margin-right: 10px;
        border-radius: 4px;
        margin-left: 10px;
        text-decoration: none;
}

.pagelink p > a:hover {
	opacity: 0.7;
	
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:14px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding: 10px 15px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #ccc;
	border-radius: 4px;
}

.pagination a:hover{
	color:#fff;
	background: #00a651;
}

.pagination .current{
	padding: 10px 15px;
	background: #00a651;
	color:#fff;
}

.textwidget {
	font-family: 'ralewayregular', sans-serif;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.5px;
	color: #fff;
}

.tag-category a {
	color: #669933;
	text-decoration: none;
	font-size: 14px !important;
	font-family: 'ralewayregular', sans-serif;
}

.widget-popular-post-main h2 a {
	color: #000;
	font-size: 20px;
	font-family: 'ralewaymedium',sans-serif;
}

.widget-popular-post-main h2 {
	margin-top: 0;
}

.widget-popular-post-main h2 a:hover {
	color: #00a651;
}

.title-post a {
	color: #000;
	font-family: 'ralewaymedium', sans-serif;
	font-size: 20px;
}

.title-post a:hover {
	color: #00a651;
	font-family: 'ralewaymedium', sans-serif;
	font-size: 20px;
}

.yamm-content .thumbnail {
	padding: 0;
}

.yamm-content > .row > .col-sm-3 > a.thumbnail {
	padding-top: 0 !important;
	border-radius: 0;
	border-color: transparent;
	text-decoration: none;
	margin-bottom: 0;
}

.yamm-content > .row > .col-sm-3 > a.thumbnail:hover {
	padding-top: 0 !important;
	border-radius: 0;
	border-color: transparent;
	text-decoration: none;
	background-color: #f5f5f5;
}

.yamm-content > .row > .col-sm-3 > a.thumbnail > p {
	color: #000;
	margin-top: 10px;
	font-family: 'ralewayregular', sans-serif;
	font-size: 16px;
	padding-left: 10px;
}

.yamm-fw .dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.page {
	margin-bottom: 50px;
}

.page h1 {
	font-family: 'ralewaymedium', sans-serif;
	font-size: 34px;
	margin-bottom: 20px;
}

.page p {
	font-size: 16px;
}

.widget_simplesubscribe h3 {
	display: none;
}

.widget_simplesubscribe .widgetGuts .required {
	display: none;
}

.widget_simplesubscribe .widgetGuts p {
	display: none !important;
}

.widget_simplesubscribe .widgetGuts dl{
	display: inline-flex;
}

.widget_simplesubscribe #frm-email {
	height: 50px;
	width: 450px;
	border: 3px solid #00a651;
	margin-right: 15px;
	padding-left: 15px;
	border-radius: 4px;
}

.widget_simplesubscribe #frm-email:focus,
.widget_simplesubscribe #frm-email:active {
	box-shadow: none;
	border-color: #00a651 !important;
}

.widget_simplesubscribe .subscribeButton {
	height: 50px;
	background-color: #00a651;
	border: 1px solid #00a651;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	border-radius: 4px;
}

.widget-ads .widget_search,
.widget-ads .widget_recent_entries,
.widget-ads .widget_tag_cloud,
.widget-ads .widget_widget_tptn_pop {
	margin-bottom: 40px;
}

.widget-ads .widget_search h3,
.widget-ads .widget_recent_entries h3,
.widget-ads .widget_tag_cloud h3,
.widget-ads .widget_widget_tptn_pop h3 {
	font-family: 'ralewaymedium', sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.widget-ads .widget_search .screen-reader-text {
	display: none;
}

.widget-ads .widget_search input {
	border: 2px solid #ddd;
	box-shadow: none;
	height: 30px;
}

.widget-ads .widget_search input#s {
	width: 210px;
}

.widget-ads .widget_search input#searchsubmit {
	background-color: #ff9900;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ff9900;
}

.widget-ads .widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
}

.widget-ads .widget_recent_entries ul li {
	margin-bottom: 10px;
}

.widget-ads .widget_recent_entries ul li a {
	color: #000;
	font-family: 'ralewaymedium', sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.widget-ads .widget_recent_entries ul li .post-date {
	color: #ccc;
}

.widget-ads .widget_recent_entries ul li a:hover {
	color: #00a651;
}

/*.widget-ads .widget_recent_entries ul li:before {
	content: ' \f101';
	font-family: FontAwesome;
	margin-right: 10px;
}*/

.widget-ads .widget_tag_cloud .tagcloud a {
	background-color: #669933;
	font-size: 12px !important;
	padding: 5px 15px;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	line-height: 34px;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
}

.widget-ads .widget_tag_cloud .tagcloud a:hover {
	background-color: #ff9900;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
}

.search-page a {
	color: #000;
	text-decoration: none;
}

.search-page a:hover {
	color: #00a651;
}

.search-page h1 {
	margin-top: 0;
	font-size: 28px;
	font-family: 'ralewaymedium', sans-serif;
}

.search-page p {
	font-family: 'ralewayregular', sans-serif;
	font-size: 13px;
}

.search-page .content-search-page {
	margin-bottom: 30px;
}

.search-page .tag,
.search-page .category {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.search-page .tag h1,
.search-page .category h1 {
	font-family: 'ralewaymedium', sans-serif;
	color: #000;
}

.widget-ads .tptn_posts_widget ul {
	list-style: none;
	padding-left: 0;
}

.widget-ads .tptn_posts_widget ul li {
	margin-bottom: 10px;
}

.widget-ads .tptn_posts_widget ul li a {
	color: #000;
	font-family: 'ralewaymedium', sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.widget-ads .tptn_posts_widget ul li a:hover {
	color: #00a651;
}

.widget-ads .tptn_posts_widget ul li .tptn_date {
	color: #ccc;
}

.widget-popular-post-head > a > img {
height: 210px !important;
width : 310px !important;
}

.widget-recent-post-left a > img {
width: 253px !important;
height: 175px !important;

}

.btn-orange{
  background-color:#f90;
  color:white;
  padding:6px 25px;
}

.customer-service {
    background: #9c3;
    padding: 10px;
}

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

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

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

.footer-tiga {
    background: #f4f4f4;
}

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

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

.text-center {
    text-align: center;
}

.h4, h4 {
    font-size: 16px;
}

.h5 {
    font-size: 14px;
}

.social-icon>ul>li>a>i {
    display: inline-block;
    font-size: 31px;
    margin: 0;
    opacity: .3;
    transition: all .4s ease-out 0s;
}

.customer {
    padding: 0;
}

.btn-warning {
    color: #fff;
    width: 100%;
}

#kategori-kursus, #kursus, #lembaga, #searchbar, #video-testimoni, .footer-dua, .footer-satu, .footer-tiga {
    padding: 0 20px;
}

.col-xs-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-dua {
    background: #fff;
}

@media only screen and (max-width: 767px){
 .tab-sukawu{
    margin-left:140px;
  }
}

@media (min-width: 768px){
.container {
    width: 100%;
}
}