@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto:400,700|Lato:300,400,700,600,800,400italic);

body{
  background: #FFF;
  color: #5c5c5c;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  font-size: 14px;

}
/*Daniel's CSS*/
.dn_img_container img{
  width: 100%;
}
/**/

/* SS Form */
label.left{
  float: left;
  font-weight: bold;
  padding: 6px 12px 6px 0;
  text-align: left;
  width: 150px;
}

label{
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
}


.middleColumn,
.captcha_field,
.Actions,
#Remember{
  /*margin-left: 150px;  */
}
.field{
  clear: both;
  padding-bottom: 5px;
}
input.day, input.month, input.year{
  width: auto;
}
input, textarea, select {
/*  background-color: #eee;
  background-image: none;
  border: 1px solid #EEE;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.055) inset;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.055) inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.055) inset;
  color: #888;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857;
  padding: 10px 12px;*/
}
.form-control{
  background: #ECEAEB;
  border-color: #ECEAEB;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
 /* height: 50px;*/
}

.form-control:focus {
  border-color: #81C230;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(129, 194, 48, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(129, 194, 48, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(129, 194, 48, 0.6);
  outline: 0 none;
}

.bg_gray{
  background: #E5E5E5;
}
.light_bg_gray{
  background: #F5F5F5;
}

.ct_map_wrapper{
  position: relative;
}
.ct_map{
  line-height: 0;

}
.ct_map_wrapper #breadcrumb_overlay{
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.clear{
  clear: both;
  float: none;
}

textarea {
  height: auto;
}

input.action,
form p.checkbox{
}
.middleColumn ul{
  margin: 0;
}
#ForgotPassword{
}
/* END SS Form */

/* your style */
a{
  color: #e9413e;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}


a:hover{
  color: #888;
  text-decoration: underline;
}

hr, .separator, .line{
}

.flag a {
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.flag .indonesia_flag {
  background-image: url("img/indonesia-flag.jpg");
}
.flag .uk_flag {
  background-image: url("img/united-kingdom-flag.jpg");
}
.flag a:hover,
.flag a.current,
.flag a.active{
  opacity: 0.6;
}

header{
  background: #F5F5F5;
}
.navbar-brand > img {
    float: left;
    height: 138px;
    margin-right: 20px;
}


.header_bottom{
  background: #1c1c1c;
}


footer{
  color: #CCC;
  font-size: 14px;

}

footer ul li{
  list-style: none;
}

footer ul li a{
  color: #FFF;
  font-size :12px;
  line-height: 1.8;
}
footer ul li a:hover{
  color: #CCC;
}




footer #footer_bottom{
  background: #111 none repeat scroll 0 0;
  padding-bottom: 10px;

}
#footerSocial,
{
  position: absolute;
  z-index: 4;
}
#footerSocial a,
.sosmed a{
  display: inline-block;
  margin-right: 10px;
}


#footerSocial img {
  width: 20px;
}
.sosmed img{
  width: 30px
}


.copyright{
  color: #888888;
}


.cms_content img{
  max-width: 100%;
}


.arrow_container {
  bottom: 0;
  height: 30%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
/*  width: 50%;*/
}
.dual_slide{
  position: relative;
}


#slideshow_wrapper{
  background: #444;
  position: relative;
}
#slideshow_wrapper .swiper-button-prev,
#photo_wrapper .swiper-button-prev{
  background: url("img/left-arrow.png") no-repeat scroll center center rgba(129, 194, 48,0.6);
  border: 1px solid #81C230;
  height: 60px;
  left: -1px;
  position: absolute;
  top: 40%;
  width: 60px;
  z-index: 5;
}
#slideshow_wrapper .swiper-button-next,
#photo_wrapper .swiper-button-next{
  background: url("img/right-arrow.png") no-repeat scroll center center rgba(129, 194, 48,0.6);
  border: 1px solid #81C230;
  height: 60px;
right: 0;
  position: absolute;
  top: 40%;
  width: 60px;
  z-index: 5;
  }

#photo_wrapper .swiper-button-prev{
 left: 5px;
}
#photo_wrapper .swiper-button-next{
  right: 5px;
}


.swiper-wrapper{
  padding: 0;
  margin: 0;
}
.swiper-container, .swiper-slide {
  list-style: none;
  padding: 0;
}
.swiper-slide img{
  width: 100%;
}

.desc_wrap{
  position: relative;
}
.swiper-container li{
  margin-left: 0;
  line-height: 0;
}
.swiper-indicators {
  bottom: 0;
  left: 0;
  list-style: outside none none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 15;
}
.swiper-pagination-switch {
  background-color: #FFF;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin: 4px;
  text-indent: -999px;
  width: 19px;
}
.swiper-pagination-switch:hover,
.swiper-active-switch{
  /*margin: 0;*/
  background-color: #E85D56;
}

.slide_show_desc{
  background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
  bottom: 60px;
  color: #FFF;
  line-height: 1.2;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.desc_slide{

  line-height: 1.2;
  margin-top: 10px;
}
.btn_search{
  background-color: #81c230;
  background-image: url("img/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border-color: #81c230;
  text-indent: -995px;
  width: 45px;
}
.btn_search:hover,
.btn_hijau:hover{
  background-color: rgba(129, 194, 48,0.8);
  border-color: #81c230;
}

.btn_hijau{
  background-color: #81c230;
  border-color: #81c230;
}
.search_box fieldset {
  float: left;
  width: 85%;
}
.search_box .Actions {
  float: left;
  width:15%;
}
.search_box input[type="submit"] {
  height: 34px;
  border: 1px solid #81c230;
  background-color: #81c230;
  background-image: url("img/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border-color: #81c230;
  text-indent: -995px;
  width: 100%;
}

.btn{

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/*
.btn-default{
  background: none repeat scroll 0 0 #E9413E;
  border: 1px solid #E9413E;
  color: #FFF;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,
.Actions .action:hover, .Actions button:hover, .Actions .button:hover {
  background: #FFF;
  border-color: #e9413e;
  color: #111;
}*/

/*.Actions .action, .Actions button, .Actions .button {
  background: #e9413e;
  border-color: #e9413e;
  color: #FFF;
  text-shadow: none;
  padding: 10px 20px;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}*/
/*.breadcrumb {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 16px;
  text-transform: uppercase;
}
.breadcrumb i{
  color: #AEAEAE;
  padding-right: 10px;
}*/
#breadcrumb_wrapper{
  background: none repeat scroll 0 0 #f6f6f6;
  color: #717171;
  padding: 20px 10px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 40px;
}
#breadcrumb a{
  color: #81C230;
  padding-right: 10px;
  padding-left: 10px;
}


.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #FFF;
  line-height: 1;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;

}

.navbar-default .navbar-brand {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  height: auto;
  line-height: 1;
}

.navbar-default .navbar-brand p{
  color: #383838;
  float: left;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
}


.navbar-default .navbar-brand span{
  display: block;
  font-family: 'Lato', sans-serif;
  color: #6D6D6D;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}





.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #81c230;
  color: #111;
  line-height: 1;

}
.nopad{
  padding-left:0;
  padding-right:0;
}

.breaking{
  margin-bottom: 30px;
}
.breaking15{
  margin-bottom: 15px;
}


.breaking60{
  margin-bottom: 60px;
}
.breaking80{
  margin-bottom: 80px;
}
.pad {
  padding-bottom: 15px;
  padding-top: 15px;
}
.padside15{
  padding-left: 15px;
  padding-right: 15px;
}


.padtop30{
  padding-top: 30px;
}
.padtop10{
  padding-top: 10px;
}
.padtop50{
  padding-top: 50px;
}
.navbar-default {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
}

#content_wrapper{

}
#content_wrapper2{
  background: #f4f4f4;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 50px 0;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}

table.table tr td{
  color: #111;
  font-size: 15px;
  line-height: 2.2;
  padding: 20px 30px;
}

table.table tr th{
  padding: 20px 30px;
  color: #E9413E;
  font-size: 16px;
}
table.table{
  box-shadow: 15px 15px #dddddd;
  -moz-box-shadow: 15px 15px #dddddd;
  -webkit-box-shadow: 15px 15px #dddddd;
  margin-bottom: 50px;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover td {

}

table a{

}
table a:hover{
  color: #888;
}

table thead tr{
  background: #E7E7E7 !important;
}


table.table tr:nth-child(odd){
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 5px solid #fff;
}

table.table tr:nth-child(even){
  background: #E7E7E7 none repeat scroll 0 0;
  border-bottom: 5px solid #fff;
}
table.table tbody tr:nth-last-child(1){
  border: 0;
}

.pagination > a, .pagination > span{

}

.pagination{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: right;
  width: 100%;
}

.pagination > li > a, .pagination > li > span{
  border-radius: 0 !important;
  -moz-border-radius: 0 !imporatant;
  -webkit-border-radius: 0 !imporatant;
  border-color: #CCC;
  color: #888;
  margin: 0 5px;
  padding: 5px 10px;
  float: none;
  font-size: 14px;
  font-weight: 300;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  background-color: #81C230;
  border-color: #81C230;
  color: #333;
  z-index: 3;
}
.more{
  font-size: 14px;
}


/*========CONTACT FORM==============*/

#contact_page .field input,
#contact_page .field textarea{
  background: #eceaeb none repeat scroll 0 0;
  border: 1px solid #eceaeb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 15px;
}
#contact_page .field textarea{
  height: auto;
}


#contact_page .field{
  margin-bottom: 15px;
}

#contact_page .fieldgroup:before,
#contact_page .fieldgroup:after{
  display: table;
  content: "";
}
#contact_page .fieldgroup:after{
  clear: both;
}


#contact_page .field .fieldgroup-field {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.middleColumn.fieldgroup{
  margin-left: -15px;
  margin-right: -15px;
}
#contact_page input[type="submit"]{
  background-color: #81c230;
  color: #FFF;
  border: 1px solid #81c230;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#contact_page input[type="submit"]:hover{
  background-color: rgba(129, 194, 48, 0.8);
  border-color: #81c230;
}


#contact_page .field .middleColumn,
#contact_page .captcha_field,
#contact_page .message,
#contact_page .Actions{
  padding-left: 15px;
  padding-right: 15px;
}
#contact_page #CaptchaField input{
  width: auto;
}


.bad{
  color: #c9302c;
}
.success{
  color: #3c763d;
}




.contact_form{
  margin-top: 30px;
}


.contact_form .middleColumn{
  margin-left: 0;
}

/*.fieldgroup{
  margin-bottom: 10px;
}*/


.contact_form .fieldgroupField{
display: inline-block;
margin-right: 3%;
width: 48%;
}
.contact_form .fieldgroupField:nth-child(2){
  margin-right: 0;
}
.contact_form label{
  font-size: 12px;
  font-weight: normal;
  float: none;
  margin-bottom: 0;
}
.contact_form input{
  height: 40px;
}


.contact_form textarea,
.contact_form input{
  background: #f0ede5;
  width: 100%;
}
.contact_form textarea{
  width: 70%;
}
.contact_form .Actions{
  margin-left: 0;
}
.dropdown-menu > li > a{
  color: #EEE;
  white-space: normal;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li.current a,
.dropdown-menu > li > a:hover{
  background: transparent;
  color: #CCC;
}

/*====BOX WHITE======*/
/*========= GENERAL HOME ====================*/


#home_page{
  font-size: 14px;
}


.merah{
  color: #e9413e;
}
.hitam{
  color: #333;
}


.title {
  display: inline-block;
  margin-bottom: 36px;
  }
.title a{
  background: rgba(0, 0, 0, 0) url("img/garis-judul.png") no-repeat scroll left bottom;
  color: #111;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.title a:hover{
  color: #555;
  text-decoration: none;
}


.judul{
  color: #111;
 /* margin-bottom: 5px;*/
}

.caps{
  text-transform: uppercase;
}


.judul_putih{
  color: #FFF;
}
.judul a{
  color: #444;
}
.judul a:hover{
  color: #888;
}
.tanggal{
  color: #898989;
  font-family: "Roboto";
  font-size: 12px;
}
.tanggal i{
  font-size: 14px;
}


.infokecil{
  font-size: 14px;
  padding-left: 5px;
  margin-right: 20px;
}
.fa{
  padding-right: 10px;
}


.sub_kecil{
  font-size: 14px;
}

.title span{
  color: #FCCF16;
}

.box_white{
  background: #FFF;
  box-shadow: 2px 2px 4px #ccc;
  -moz-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;

}

.isi_box{
  padding: 15px 30px;
  line-height: 1.8;
}
.isi_box_kecil{
  padding: 2px 10px;
}

#home_page #sidebar,
#news_index #sidebar,
.hal #sidebar{
  box-shadow: 0 0 2px #888;
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px #888;
  background: #fff none repeat scroll 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
  position: absolute;
  top: 240px;
  width: 260px;
  z-index: 16;
}

#sidebar h3{
  margin-top: 0;
}
#sidebar li{
  color: #8a8a8a;
  font-size: 12;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
#sidebar li a{
  color: #8a8a8a;
  padding: 5px 14px;
}
#sidebar li > a:hover,
#sidebar .nav .open > a,
#sidebar .nav .open > a:focus,
#sidebar .nav .open > a:hover{
  background: #81C230;
  color: #111;
}



#sidebar li ul li a{

}




.isi_box:before,
.isi_box:after,
.list_jadwal:before,
.list_jadwal:after,
.row1:before,
.row1:after,
.jumbotron-icon:before,
.jumbotron-icon:after {
  display: table;
  content: " ";
}
.isi_box:after,
.list_jadwal:after,
.row1:after,
.jumbotron-icon:after {
  clear: both;
}

.other_news .list_berita{
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}

.list_berita{
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.list_wrapper{
  margin-bottom: 40px;
}
.list_wrapper h3{
  margin-bottom: 15px;
}
.list_jadwal{
  background: #F5F5F5;
  padding: 10px;
  margin-bottom: 15px;
}
.list_jadwal a{
  color: #444;
}

.penjelasan_singkat{
  line-height: 1.2;
  margin-top: 5px;
}


.calendar_putih{
  background: #7EC231;
  color: #FFF;
  display: table-cell;
  font-size: 'Roboto', sans-serif;
  font-weight: bold;
  font-size :30px;
  float: left;
  line-height: 1;
  margin-right: 25px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  height: 64px;
  width: 64px;
}
.calendar_putih span{
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.isi_pengumuman {
  background: #F4F4F4;
  padding: 25px;
}

.pmb{
  background: #81c230;
  padding: 20px 15px;
}

.pmb .judul{
  color: #FFF;
  font-weight: bold;
}


.pmb tr td:first-child{
  padding-right: 15px;
}
.pmb td a{
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.2;
}
.pmb td p{
  color: #c3f08b;
  font-size: 12px;
}

#logopartner a {
  display: block;
  margin-right: 30px;
  width: 115px;
}
#share_prod{
  border-bottom :1px solid #cecece;
  padding-bottom: 30px;
}


.share_icon {
  color: #959595;
  display: inline-block;
  height: 32px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 32px;
}
.fb_share {
  background: rgba(0, 0, 0, 0) url("img/facebook-share.png") no-repeat scroll 0 0 / 32px auto;
}
.twitter_share {
  background: rgba(0, 0, 0, 0) url("img/twitter-share.png") no-repeat scroll 0 0 / 32px auto;
}

.google_share {
  background: rgba(0, 0, 0, 0) url("img/google-share.png") no-repeat scroll 0 0 / 32px auto;
}


.baris{
  padding-bottom: 1px;
}
.baris2{
  border-left: 2px solid #f47876;
}
.baris3{
  border-left: 2px solid #f47876;
}

ul.baris{
  padding-left: 0;
}


.baris li{
border-bottom: 1px solid #cecece;
list-style: none;
margin-bottom: 9px;

}

.baris li a{
  color: #333;
  display: block;
  line-height: 1.4;
  font-family: "Roboto";
  margin-bottom: 4px;
}


.baris li:last-child{
 /* margin-bottom: 0;  */
}


.baris .tanggal{
 /* padding-left: 16px; */
}

.desc{
  padding-top: 8px;
}
.related .sub_title{
  letter-spacing: 2px;
  border-bottom: 2px solid #c6c6c6;
  padding-bottom: 15px;
}
.related .artikel_lainnya{
  padding-left: 25px;
}


.related .artikel_lainnya a{
  color: #888;
}
.related li{
  list-style: none;
}


.related_lainnya li{
  background: rgba(0, 0, 0, 0) url("img/bullet-abu.png") no-repeat scroll left center;
  list-style: outside none none;
  padding-bottom: 8px;
  padding-left: 26px;
  padding-top: 8px;
}

.related_lainnya li a{
  color: #888888;
  line-height: 1.4;
}
.related .list_related{
  padding-top: 20px;
}
.row3{
  position: relative;
}
.gallery_thumb {
    display: block;
    margin-bottom: 30px;
}
#photo_thumb a {

  display: inline-block;
}

@media only screen and (max-width: 991px){


#home_page #sidebar,
#news_index #sidebar,
.hal #sidebar{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;;
  background: none repeat scroll 0 0 #fff;
  position: relative;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  z-index: 1;
}
.sidebar .nav > li{
  border-bottom: 1px solid #DDD;
}
.sidebar .nav > li a{
  padding: 5px 15px;
  font-size: 13px;
}
/*.sidebar .caret{
  display: none;
}*/
#sidebar li ul li {
    padding-left: 13px;
}
#sidebar li ul li a:hover,
#sidebar li ul li a.active,
#sidebar li ul li a.current{
  color: #111;
}


.sidebar .dropdown-menu{
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  border: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

}
.sidebar .dropdown-menu li:last-child{
  border: none;
}
.gallery_wrapper .gallery_thumb:nth-of-type(2n+1){
  clear: both;
}


.slide_show_desc {
  bottom: 50px;
  left: 0;
  margin: auto;
  right: 0;
  /*width: 90%;*/
}

}


@media only screen and (min-width: 768px) and (max-width: 1199px){
  .sinopsis_absolute{
    top: 10%;
  /*  width: 50%;*/
  }
  .renungan_absolute .title_cat6{
  margin-top: 10%;
}

}


@media only screen and (min-width:768px){



/*.v_middle_wrapper{
  position: relative;
  height: 300px;
}
.v_middle{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

.header_right{
  margin-top: 10px;
}
.header_right form{
  margin-top: 10px;
}


.box_white{
  height: 360px;
}

.pesan_gembala .isi_box{
  height: 350px;
  overflow: hidden;
}
.pesan_gembala .content{
  height: 200px;
}


.baby{
  border-right: 15px solid #F8F8F8;
  border-top: 20px solid #F8F8F8;
  border-bottom: 20px solid #F8F8F8;
}

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title_cat2:before{
  background: #e9413e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v_middle_wrapper{
  display: table;
  height: 220px;
}
.v_middle{
  display: table-cell;
  vertical-align: bottom;
  text-align:center;
}
.v_middle1{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}


.title_cat7border{
  background: #e9413e none repeat scroll 0 0;
  bottom: 40px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.title_cat8border:before{
  background: #e9413e none repeat scroll 0 0;
  bottom: 40px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25%;
  z-index: 1;
}

.title_cat8border:after{
  background: #e9413e none repeat scroll 0 0;
  bottom: 40px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 25%;
  z-index: 1;
}
.tanda_petik{
  background: url(img/tanda-petik.png) no-repeat center right;
  width: 100px;
  height: 75px;
}

.diakonia_filter .kelahiran_sec table tr:nth-child(3) td,
.diakonia_filter .pernikahan_sec table tr:nth-child(3) td,
.diakonia_filter .penyerahan_sec table tr:nth-child(3) td {
  border-bottom: medium none;
  padding-bottom: 0;
}
.pull-right-sm {
  float: right;
}
.text-right-sm {
  text-align: right;
}

.baptisan_detail .baris {
  border-color: #f47876;
  padding-left: 30px;
}
.kelahiran_detail .baris{
  padding-left: 30px;
}


.row1, .row2{
  position: relative;

}
.kanan{
  float: right !important;
}
.nopadleft{
  padding-left:0;
}
.nopadright{
  padding-right:0;
}
.row2 .judul_kanan{
  left: 0;
  right: auto;
  text-align: right;
}


.judul_kanan{
  bottom: 0;
  position: absolute;
  right: 0;
}


footer ul{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
/*  -webkit-column-rule: 1px solid lightblue;
  -moz-column-rule: 1px solid lightblue;
  column-rule: 1px solid lightblue;*/
  padding: 0;
}
 .navbar-default .navbar-nav > li:first-child a{
/*  margin-left: 0; */
}


  /*box white*/



  /*DROPDOWN*/

.dropdown-large {
  position: static !important;
}

}


@media only screen and (min-width:992px){
.gallery_wrapper .gallery_thumb:nth-of-type(4n+1){
  clear: both;
}
.v_middle_wrapper{
  display: table;
  height: 280px;
}




}

@media only screen and (min-width: 1200px){
  /*.nav-primary {
    padding-right: 12px;
  }*/
   .container{
   /* width: 970px; */
  }

  .title_cat8border:before{
    width: 35%;
  }
  .title_cat8border:after{
    width: 35%;
  }
  .renungan_absolute .title_cat6{
    margin-top: 24%;
  }

}


@media only screen and (min-width: 1600px){

.container_full{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1599px;
}

.renungan_absolute .title_cat6{
    margin-top: 30%;
  }

}
@media only screen and (max-width:480px){

  .navbar-brand {
    background: none;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }



  .desc_slide {
    color: #eee;
    line-height: 1.2;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  #slideshow_wrapper .swiper-slide img {
    height: 200px;
  }
  .navbar-default .navbar-brand {
    width: 75%;
}


}

@media only screen and (max-width:767px){

.title a{
  background-image: none;
}

#contact_page .field .fieldgroup-field{
    width: 100%;
  }

#contact_page .field{
  margin-bottom: 0;
}


/*#navbar{

  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-default .navbar-collapse{
  background: #FFF;
}*/
.navbar-default .navbar-brand p{
    padding-top: 5px;
  }
.navbar-brand > img {
  float: left;
  height: 60px;
  margin-right: 20px;
}


#footerSocial{
  margin-bottom: 7px;
  position: relative;
  text-align: center;
}


.title_cat2{
  padding: 10px 20px 10px 20px  ;
}


.title_cat4{
  position: relative;
}
.sinopsis_absolute,
.lap_absolute,
.renungan_absolute{
  position: relative;
}
  .title_cat5, .title_cat7{
    width: 100%;
    display: block;
    height: auto;
  }
  .title_cat7{
    position: relative;
  }

  .title_cat1 span{
    display: block;
    border: none;
    margin: 0;
  }

footer ul{
  padding: 0;
}
/*.barisnone_mob{
  border-left: none;
}*/


#cart_box{
  width: 100%;
}
.navbar-default .navbar-nav > li:first-child a{

}
.swiper-pagination-switch {
  background-color: #CCC;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 4px;
  text-indent: -999px;
  width: 12px;
}

#slideshow_wrapper .swiper-button-next,
#slideshow_wrapper .swiper-button-prev{
  display: none;
}


.swiper-pagination-switch:hover,
.swiper-active-switch{
  /*margin: 0;*/
  background-color: #E85D56;
}


.slide_show_desc {
  background: #444;
  position: relative;
  bottom: 0;
  font-size: 14px;
  width: 100%;

}

.swiper-indicators {
  background: #444;
  position: relative;
}
.desc_wrap{
  padding: 0;
}

.contact_form textarea{
  width: 100%;
}
.sidebar{
  background: #FFF;
  padding: 0;
}
#sidebar.affix {
  position: relative;
  background: #FFF;

  top: 0;
}





.crumb_product .product_sort_field{
  float: left;
}
.crumb_product span{
  display: block;
}
.crumb_product select{
  margin-left: 0;
}
.arrow-left,
.arrow-right{
  display: none;
}


}

