/* CSS */

@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700%7CLora:400,700,400i,700i);
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do&display=swap');

a:link,
a:visited,
a:focus {
    text-decoration: none;
}

body {
    font-family: 'Work Sans';
	font-size:16px;
}

.main-body {
	line-height: 1.25;
}

.container {
	max-width: 1200px;
}

.main-content {
	background: #fff;
	/*padding: 20px;*/
}

p img { padding: 0; max-width: 100%; }

/* ===================== Header Footer ===================== */

.top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-item {
    float: left;
    margin-right: 20px;
}


.social{
    margin: 0px 10px;
}

.head {
	height:90px;
}
.head img {
	max-width: 100%;
}

/* .logo {
	padding: 5px 0px;
} */

.logo img {
	max-height: 90px;
    margin: auto;
    padding: 5px 0px;
    width:100%;
}

.footer-title {
	font-size: 20px;
}
.footer-social {
	padding: 15px 0px;
}
.footer p {
	line-height: 1.7;
}
.footer-bar {
	padding: 20px;
}
.footer-contact {
    text-align: center;
    padding: 25px;
}

.footer-contact fa-li {
    position: relative;
}

/* Navbar */

.navbar {
    border: none;
    display: flex;
    font-size: 18px;
    z-index: 100;
    margin-bottom: 5px;
}
.navbar-nav > li {
    padding: 15px 10px
}
.navbar-nav > li > a {
    padding: 10px 0px;
    font-size: 18px;
	border-bottom: 2px solid transparent;
}


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


.slider img {
    width:100%;
}



.box-left {
    max-width: 500px;
    margin: auto;
}
.box-right {
     margin: auto;
}

.section-heading {
    margin-top: 30px;
}

.section-title  {
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
	font-weight: 600;
}

.section-title2  {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.section-title h {
	font-size: 30px;
	font-weight: 600;
}

.section-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
}

.section-title2:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
}


.section-pad {
    padding: 130px 100px;
}


/* Welcome */

.welcome {
    text-align: center;
    padding: 30px 40px;
    max-width: 800px;
    margin: auto;
}
.welcome h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 0;
}

.welcome-desc p {
    line-height: 24px;
    margin: 0;
}

/* Subscribe */
.subscribe {
    text-align: center;
    padding: 30px 40px;
    min-height: 305px;
}

.subscribe h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 0;
}

.btn-subscribe {
	transition: all 0.2s linear !important;
	border: none;
}

.btn-subscribe:hover,
.btn-subscribe:focus {
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

/* Call to action */

.icon-box.s3 {
    padding: 50px 27px;
}
.icon-box.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg,#00c3ff 100%,#f2295b 100%);
}

.icon-box {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.box-custone {
    padding: 20px;
}
.call-to-action-area{
    position: relative;
}
.call-to-action{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
}
.cta-section-area {
    text-align: center;
    padding: 55px 0 0;
}
.big-pic p {
    margin-bottom:0px !Important;
}

/*Feature*/
.feature-section {
padding-bottom: 25px;
}
.home-feature {
    padding: 10px 5px 5px 5px;
    margin-bottom: 20px;
    text-align: center;
}
.home-feature-title {
	font-size: 17px;
    top: 0px;
    line-height: 20px;
}
.home-feature-media {
	transition: all 0.2s linear;
    left: 0;
    max-width: 50px;
}
.home-feature-desc {
    padding: 15px 0px;
	margin-bottom: 20px;
}
.home-feature-hover {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.home-feature:hover .feature-hover {
	display: block;
}

/* Map */
.home-map-section {
	padding: 0px;
	padding-bottom:20px;
}

/* ==================== News ==================== */

/* Home */
.home-news-section {
    padding: 75px 0px;
}
.home-news-section .section-title a{
	font-size: 30px;
}

.home-news-title {
    font-size: 16px;
    margin-top: 10px;
	
}
.home-news-image {
    margin-top: 20px;
	transition: all 0.2s linear;
}
.home-news-body {
    padding: 5px 15px;
    height: 122px;
    margin-top: 10px;
}
.home-news-desc {
    padding: 0px 5px;
}
.home-news-more {
	margin: auto;
	padding: 20px 0px;
}
.home-news-more a {
	padding: 3px 8px;
	font-size: 16px;
}

/* Arsip News */
.arsip-news-item {
	padding-bottom: 20px;
	min-height: 475px;
}
.arsip-news img {
    width: 100%;
}
.news-title {
	font-size: 22px;
}
.arsip-news-body {
	padding: 0px 10px;
}
.arsip-date {
	font-size: 12px;
}
.news-date {
	font-size: 12px;
    margin-top: 10px;
}
.news-item {
	padding: 10px;
	margin: 0px;
}
.news-item a {
	font-size: 14px;
	display: block;
}

/* ==================== Product ==================== */

/* Home Product */

.product-home {
    border:none;
}

.product-item {
    min-height:380px;
    padding: 10px 10px 20px !important;
	overflow: hidden;
	border: 3px solid transparent;
}

.thumbnail>img, .thumbnail a>img {
 max-height: 248px;
}

.product-item-image {
	position: relative;
}
.product-item-image img {
	width: 100%;
}

.product-item-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all 0.2s linear;
	border: 1px solid rgba(236, 204, 123, 0.4); ;
	/*visibility: hidden;*/
}

.product-item-image::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	transition: all 0.2s linear;
	/*visibility: hidden;*/
	border: 1px solid transparent;
}

.product-item:hover .product-item-image::after,
.product-item:focus .product-item-image::after {
	border: 1px solid #fff;
}

.product-item:hover .product-item-image::before,
.product-item:focus .product-item-image::before {
	background: rgba(236, 204, 123, 0.4);
}

.product-item-body {
	padding: 10px 10px 20px;
}

/* .product-item:hover,
.product-item:focus {
	border: 3px solid #bb3438;
} */

.product-item-body h3 {
    font-size:20px;
}
.product-item-title {
    text-align:center;
}

.product-item-desc {
	margin: 10px 0px;
}

/* Arsip Product */


/* Single Product */

.single-product {
	padding: 20px 15px;
	max-width: 840px;
	margin:auto;
}
.product-title-border {

    background-size: 6px 2px;
    background-repeat: repeat-x;
    padding-top: 2px;
    margin-bottom: 20px;
}


.judul-product h1{
    font-weight: 600;
    margin-top: 0;
}
.product-slider-thumb {
	padding: 5px !important;
}
.product-slider-thumb img {
    width: 100%;
}
.single-product-desc{
	/*width: 375px;*/
	float: right;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-tab {
	margin-top: 25px;
}
.single-tab .nav-tabs li {
	border-right: none;
}
.single-tab .nav-tabs li a {
	border: none !important;
}
.single-tab .tab-content .tab-pane {
	padding: 10px;
	min-height: 300px;
}

.download-button {
	padding: 10px;
}

.download-area{
	margin-left: 10px;
}
.others-product h3{
    font-weight: 600;
    text-align: center;
    margin: 20px;
}
.others-product a:link{
    font-weight: 600;
    text-align: center;
}

.others-product img {
	max-height: 210px;
	margin: auto;
}

.slider-product img{
	width: 100%;
}
/* ===================== Konten ===================== */

/*Home Content*/

.home-content {
    padding: 5px 15px;
    margin-bottom: 20px;
}
.home-content-item {
	margin-top: 10px;
    margin-bottom: 10px;
}
.home-content-title {
    font-size: 15px;
}
.home-content-testimoni {
    padding:10px;
    transition: all 0.2s linear;
}
.home-content-image {
	transition: all 0.2s linear;
}
.home-content-body {
    padding: 10px 15px;
    height: 65px;
    display: block;
}
.home-content-desc {
    padding: 10px 0px;
    min-height: 120px;
}

/* Arsip Konten */

.arsip-content-item {
	padding: 10px 10px 20px;
}

.arsip-content-image img {
	width: 100%;
}

.arsip-content-body {
	padding: 10px ;
	min-height: 212px;
}

.arsip-content-desc {
	margin: 10px 0px;
}


/* ================= Galeri / Album ================= */

/* Home */
.home-gallery-section {
}
.home-gallery .owl-gallery {
    position: relative;
    padding: 25px 0px;
}
.owl-indicator {
    padding: 25px 0px;
}

.gallery-indicator .next, .gallery-indicator .prev {
    font-size: 14px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    padding: 5px 8px;
    text-align: center;
}

.fa-chevron-right {
        padding-right: 8px;
}


.home-gallery .home-gallery-item {
	padding: 5px;
	/*overflow: hidden;*/
}

.home-gallery-title {
    background: #fff;
    padding: 5px 15px;
    margin-top: 10px;
}

/* Album */
.galeri-body {
    padding: 5px;
    height: 55px;
    font-size: 18px;
}

.arsip-galeri-item{
	margin-bottom: 20px;
}


.album-caption {
    padding: 5px;
    height: 55px;
}

.title-content-album {
	padding: 10px;
	width: 1030px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* ==================== Other Page ===================== */

/* Program */

.program {
    
}

.program-list {
    
}

/* Search */

.title-content-search {
	padding: 10px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Contact */

.title-content-contact {
	font-size: 24px;
	padding: 5px 5px 5px 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}

.contact-form {
	min-height: 20px;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	padding: 0px 15px;
}

/* ===================== General Style ===================== */
.fix {
    overflow: hidden;
}

.img-responsive {
    max-width:100%;
}

.media-image {
    width: 340px;
}
.img {
    height: auto;
    max-width:100%
}
.flex-display {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-img {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: right center;
}


.p img {
    vertical-align: middle;
}

.fa-li {
    position:static !important;
}
.fancytext {
    position: relative;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    line-height: 1.2;
    text-transform: none;
    font-size: 60px;
}

.big-text {
    font-size: 40px;
}

.btn-default {
        padding: 3px 7px;
    }
.btn-primary {
        font-size: 18px !important ;
        padding: 5px 20px;
    }
	

.media:first-child {
    margin-top: 15px;
}

/* Margin */
.auto-margin {
	margin: auto;
}
.mar-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.margin-top-20 {
    margin-top: 20px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  justify-content: center;
}

/* Padding */
.pad-0 {
	padding: 0px;
}
.pad-5 {
	padding: 5px;
}
.pad-15 {
	padding: 15px;
}

.pad-height-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-height-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.pad-height-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* Frame Item */
.frame-item {
    border-radius: 15px;
    margin-bottom: 20px;
}

.frame-item-image {
    
}

.frame-item-body {
    padding: 15px 10px;
    text-align: center;
}


/* Table */
.table-responsive {
     min-height: .01%;
	 overflow-x: auto;
}

/* Hover */
.hover-opacity {
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.hover-opacity:hover ,
.hover-opacity:focus {
    opacity:0.7;
	transition: all 0.2s linear;
}

/* Social */

.social {
    border:none;
}

.social-item {
    font-size: 18px !important;
    display: block;
    vertical-align: middle;
}

.socialbox {
	border-radius: 10px !important;
	display: inline-block;
	height: 35px;
	width: 35px;
	padding: 5px;
	margin-left: 2px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	opacity: 0.7;
}

.socialbox:hover,
.socialbox:focus {
	opacity: 1.0;
}


.social-share-item {
	display: table-cell;
	padding: 3px !important;
	text-align: center;
}

.social-share-item a {
	width: 30px;
	height: 30px;
	font-size: 20px !important;
	display: block;
}

.social-share-item .share-fb {
	background: #365899;
}

.social-share-item .share-twitter {
	background: #40BDD9;
}

.social-share-item .share-googleplus {
	background: #DB4437;
}

.scrollToTop{
    width:50px;
    height:50px;
    padding:5px;
    text-align:center;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    position:fixed;
    top:85%;
    right:40px;
    display:none;
    opacity:0.8;
    transition: all 0.2s linear;
}


/* ===================== Special CSS ===================== */

.parallax, .no-parallax  {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax{position:relative;
padding-top:120px;
padding-bottom:120px;}
.parallax h2, .parallax h3, .parallax h4{color:#ffffff;}
.parallax:before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* ===================== Media ===================== */

@media (min-width:780px) {
    .arsip-news-body {
	min-height:280px;
}
}

@media (min-width: 10px) {
    .parallax {
        background-attachment: fixed !important; }
}
    
@media (max-width: 770px) {
    .section-pad {
        padding: 30px 10px;
    }
    
    .fancytext {
        font-size: 30px;
    }
    .sm-text {
        font-size: 12px;
    }
    
    .big-text {
        font-size: 30px;
    }
    
    .paratext {
        padding-top:50px;
    }
    .parallax {
        padding: 80px 0;}
        
    
	.logo img {
		margin: auto;
	}
	
	.navbar {
		display: block;
	}
	.navbar-toggle {
    	position: absolute;
    	padding: 20px 25px;
    }
    

	.navbar-nav > li {
	    padding: 15px 15px;
	}
	
    /* Home */
	.slider img {
	    height:auto !important;
    }
    .slider {
        padding-bottom: 25px;
    }
    .welcome {
        padding: 30px 15px;
    }
    .section-one {
		margin-top: 20px;
	}
	.section-two {
		padding: 20px 0px;
	}
    
    /* Home Product */
    .product-item {
        min-height:360px;
    }
    
	.home-gallery-section {
        padding: 25px 0px;
    }
    
    .home-gallery .owl-gallery {
    position: relative;
    padding: 5px 0px;
    }

	.home-news-section {
		padding: 30px 0px;
	}
	.home-gallery {
		padding: 30px 0px;
	}
    .subscribe {
        min-height: 100px;
        margin-bottom: 20px;
    }

    .scrollToTop {
        right: 1px;
        top: 90%;
    }
    
    
}

/* Responsive 5kolom */
@media (min-width: 1000px) {
  .col-md-1-5 { width: 20%; }
}