/*---------------------------------------------
 * PHONEOGRAPHY
 * Author : INDOSMART DIGITAL
-----------------------------------------------*/

/* Global Styles */

/* ------------------- FONTS ------------------- */
@font-face {
    font-family: 'League Spartan';
    src: url(../fonts/leaguespartan-bold.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #eee;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption > h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 4.750em;
    line-height: 1.250em;
    font-weight: 800;
}

.carousel-caption > p {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
}


@media (min-width:0px) and (max-width:896px){
.carousel-caption > h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.750em;
    line-height: 1.250em;
    font-weight: 800;
}

.carousel-caption > p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* ------------------- LOGO ------------------- */
.logo {
    float:left;
    clear:both;
    margin: 21px 0 0;
}


.logo > h1{
    margin:0px;
    padding:0px;
    font-family : 'League Spartan', Montserrat,'Open Sans';
}

.logo > h1 > a{
    color:#000;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration:none;
    margin-left : -15px;
}

@media (min-width:992px) and (max-width:1199px){
    .logo {
        margin: 22px 0 0 ;
    }
}

@media (min-width:768px) and (max-width:991px){
    .logo {
        margin: 12px 0 0 ;
    }


    .logo > h1{
        margin-top : -9px;
        padding:0px;
    }

    .logo > h1 > a{
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-decoration:none;
        margin-left : -15px;
    }
}

@media (min-width:601px) and (max-width: 767px){
    .logo {
         margin: 28px 0 0 ;
    }


    .logo > h1{
        margin-top : -9px;
        padding:0px;
    }

    .logo > h1 > a{
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-decoration:none;
        margin-left : 15px;
    }
}
@media (min-width:350px) and (max-width: 600px){
    .logo {
         margin: 21px 0 0 ;
    }


    .logo > h1{
        margin-top : -9px;
        padding:0px;
    }

    .logo > h1 > a{
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-decoration:none;
        margin-left : 15px;
    }
}

@media (min-width:0px) and (max-width: 349px){
    .logo {
        margin: 21px 0 0 ;
    }

    .logo > h1{
        margin-top : -9px;
        padding:0px;
    }

    .logo > h1 > a{
        font-weight: 700;
        font-size:20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-decoration:none;
        margin-left : 15px;
    }
}

/* ------------------ NAVBAR ------------------ */

/* ------------------ NAVBAR INVERSE ------------------ */

.navbar-inverse{
    background-color:#fff;
    border-bottom: none;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    padding-left:30px;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:300px) and (max-width:767px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        padding-left:0px;
        border : 0px;
    }
}

.navbar-right {
        margin-right : 15px;
}

/* ------------------ NAVBAR MENU ------------------ */

.menu {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.950em;
}

.menu > li {
    float:left;
    font-family: 'Raleway', sans-serif;
    display:inline-block;
    text-align:center;
}
.menu > li > a {
    color: #1b1818;
    letter-spacing:0px;
    padding: 32px 12.5px;
}

.menu ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}

.menu > li > a:hover,
.menu > li > a:active {
    color : #b70000;
}


.menu > li > a:visited,
.menu > li > a:focus
 {
    padding: 32px 12.5px;
    background-color: #fff;
}

@media (min-width:992px) and (max-width: 1199px){
    /*NAV MENU li*/
    .menu > li > a {
        font-size:14px;
        padding: 32px 12.5px;
    }
    .menu > li > a:hover , .menu > li > a:focus{
        padding: 32px 12.5px;
    }
    .menu > li > a > i{
        font-size:18px;
    }
}
@media (min-width:768px) and (max-width: 991px){
    /*NAV MENU li*/
    
    .menu > li > a {
        font-size:11px;
        padding:20px 5px;
    }
    .menu > li > a:hover, .menu > li > a:focus {
        padding:20px 5px;
    }
    .menu > li > a > i{
        margin-bottom:0px;
        font-size:14px;
        font-weight:400;
        color:#fff;
    }
}


/*NAVBAR MENU*/

.menu {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.950em;
}

.menu > li {
    float:left;
    font-family: 'Raleway', sans-serif;
    display:inline-block;
    text-align:center;
}
.menu > li > a {
    color: #1b1818;
    letter-spacing:0px;
    padding: 32px 12.5px;
}

.menu > li > a:hover,
.menu > li > a:active {
    color : #b70000;
}


.menu > li > a:visited,
.menu > li > a:focus
 {
    padding: 32px 12.5px;
    background-color: #fff;
}

@media (min-width:992px) and (max-width: 1199px){
    /*NAV MENU li*/
    .menu > li > a {
        font-size:14px;
        padding: 32px 12.5px;
    }
    .menu > li > a:hover , .menu > li > a:focus{
        padding: 32px 12.5px;
    }
    .menu > li > a > i{
        font-size:18px;
    }
}

@media (min-width:768px) and (max-width: 991px){
    /*NAV MENU li*/
    
    .menu > li > a {
        font-size:11px;
        padding:18px 5px;
    }
    .menu > li > a:hover, .menu > li > a:focus {
        padding:18px 5px;
    }
    .menu > li > a > i{
        margin-bottom:0px;
        font-size:14px;
        font-weight:400;
        color:#404040;
    }
}

@media (min-width:300px) and (max-width:767px) {
    /*NAV MENU li*/
    .navbar-collapse {
        padding:0px;
        /* background-color : #484848;*/
    }
    .menu > li {
        float:none;
        display:block;
        text-align:center;
        border-top : 1px solid #f6f6f6;
        /* background-color:#484848; */
    }
    .menu > li > a {
        padding:15px 35px;
        color:#404040;
    }
    .menu > li > a:hover , .menu > li > a:focus{
        padding:15px 35px;
    }
    
    #searchtoggl {
        display:none;
    }
    
}


/* ------------ DROPDOWN MENU ------------*/
.dropdown-menu {
    padding:0px;
    background-color:#cd1219;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top:none;
    border-right:none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    text-transform:uppercase;
}
.dropdown-menu > li {
    border-bottom:1px solid #820f10;
}
.dropdown-menu > li > a {
    display:block;
    padding:10px 20px;
    line-height:14px;
    color:#fff;
    white-space:nowrap;
    font-weight:600;
    font-size:14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active{
    color: #fff;
    text-decoration:none;
    background-color:#820f10;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color:#820f10;
    border-color: #337ab7;
}
@media (min-width:768px) and (max-width: 991px){
    .dropdown-menu > li > a {
        font-size:11px;
    }
}
@media (min-width:300px) and (max-width:767px) {
    .dropdown-menu {
        width:100%;
        text-align:center;
    }
    .dropdown-menu > li > a {
        display:block;
        padding:10px 20px;
        clear:both;
        line-height: 1.42857143;
        color: #fff;
        white-space:nowrap;
        font-weight:600;
        font-size:14px;
    }
}



/* ---------------- TOGGLE MENU ---------------- */
.navbar-toggle {
    margin:0px;
    padding:25px 18px;
    background-color:#fff; 
    border:0px;
    border-radius:0px;
    
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:active{
    background-color:#fff;
    border : 0px;
}

.toggle-custom {
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    color:#404040;
}

.navbar-inverse .navbar-toggle .icon-bar {
    color:#404040;
    background-color:#404040;
}

@media (min-width:992px) and (max-width:1169px){

}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:601px) and (max-width:767px) {
    /*NAVBAR INVERSE, COLLAPSE*/
    .navbar-inverse{
        height:auto;
        -webkit-border-image: none;
        border-bottom:none;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
      border:none;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height:700px;
      padding:0px;
    }
    /*TOGGLE MENU*/
    .navbar-toggle {
        padding:32px 35px;
    }
    
    .toggle-custom {
        font-family:'Open Sans', sans-serif;
        font-weight:400;
        font-size:16px;
        color:#333;
    }
    .navbar-right {
        margin : 0px;
        border : 0px;
    }
}
@media (min-width:300px) and (max-width:767px) {
    /*NAVBAR INVERSE, COLLAPSE*/
    .navbar-inverse{
        height:auto;
        -webkit-border-image: none;
        border : none;
        border-bottom:none;
        
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border:none;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height:600px;
        padding:0px;
    }
    
    .margin-bottom {
        margin-bottom:40px;
        padding:0px 30px;
    }
    .navbar-right {
        margin : 0px;
        border : 0px;
    }
}


/* ------------- ABOUT ------------- */

.about {
    padding : 100px 0px 100px;
    border-bottom : 1px solid #dedede;
}

.about h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.about .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.about p {
    font-family: 'Open Sans', sans-serif;
    font-size : 19px;
    text-align: center;
    color : #414141;
}

.about .desc {
    padding-bottom: 50px;
}

.about .panel-body p {
    font-family: 'Open Sans', sans-serif;
    font-size : 16px;
    text-align: center;
    color : #414141;
}

.about .panel-body h4 {
    font-family : 'League Spartan', Montserrat,'Open Sans';
    font-size : 16px;
}

/* ----------------- SCHEDULE ----------------- */

.schedule .img-schedule {
    overflow:hidden;
} 

.schedule .img-schedule img{
    height: 500px;
}

.schedule {
    padding : 100px 0px 100px;
}

.schedule h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.schedule .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.schedule h4 {
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:bold;
}

.schedule p {
    font-family: 'Open Sans', sans-serif;
    font-size : 14px;
    color : #414141;
}

.schedule p.keterangan {
    text-align:center;
}

.schedule .nomor {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 6.750em;
    color: #6c6c6c;
    text-align: center;
    margin-top: -15px;
}

@media (min-width:456px) and (max-width:991px) {
    .schedule p {
        font-size : 18px;
    }

    .schedule p.keterangan {
        text-align:center;
    }

    .schedule h3 {
        padding-top : 50px;
    }

}

@media (min-width:0px) and (max-width:455px) {
    .schedule p {
        font-size : 18px;
    }

    .schedule p.keterangan {
        text-align:center;
    }

    .schedule h3 {
        padding-top : 50px;
    }

    .schedule .img-schedule img{
        height: 300px;
    }
}


/* ----------------- ACARA ----------------- */

.acara {
    padding : 100px 0px 100px;
    text-align:center;
    color : #fff;
    background-color:#474747;
    background: url(../img/parallax-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;

}

.acara h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.acara .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.acara .tgl h4 {
    font-family: 'Raleway', sans-serif;
    font-size:30px;
    font-weight:500;
}

.acara .tempat h4 {
    font-family: 'Raleway', sans-serif;
    font-size:24px;
    font-weight:800;
    color:#f7eaa4;
}

.acara .alamat p {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
}

/* ----------------- VIDEO ----------------- */

.video {
    padding : 100px 0px 100px;
    background-color : #FFF;
    background: url(../img/bgschool.jpg) repeat;
}

.video .video-galeri {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video .video-galeri iframe, .video .video-galeri img, .video .video-galeri__placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.video .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.video h4 {
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:bold;
}

.video p {
    font-family: 'Open Sans', sans-serif;
    font-size : 14px;
    color : #414141;
}


/* ----------------- PEMATERI ----------------- */

.pemateri {
    padding : 100px 0px 100px;
    text-align:center;
	border-top : 1px solid #c3c3c3;
	border-bottom : 1px solid #c3c3c3;
}

.pemateri .img-photo-pfi img {
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0px 10px rgba(0,0,0,0.4);
    box-shadow: 0 0px 10px rgba(0,0,0,0.4);
    text-align:center;
    width : 450px;
}

.pemateri h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.pemateri .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.pemateri h4 {
    font-family: 'Raleway', sans-serif;
    font-size : 30px;
    font-weight:700;
    padding-bottom : 30px;
} 

.pemateri p {
    font-family: 'Raleway', sans-serif;
    font-size : 18px;
} 

.pemateri p.img-caption {
    font-size:12px;
    font-family:'Open Sans', sans-serif;
    color :#484848;
    text-align:center;
    padding : 10px 23px;
}

@media (min-width:0px) and (max-width:991px) {
    .pemateri h4 {
        padding-top : 50px;
    }
}

@media (min-width:0px) and (max-width:991px) {
    .pemateri .img-photo-pfi img {
        width : 70%;
    }
}

/* ----------------- PUBLICATION ----------------- */
.publication {
    background-color: #FFF;
    border-bottom: 1px solid #c2c2c2;
    padding : 100px 0px 100px;

}

.publication h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.publication .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.publication .article .img-article {
    height:250px;
    overflow: hidden;
    text-align: center;
}

.publication .article .img-article img{
    width : 460px;
}

.publication .article .article-body {
    padding:30px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.publication .article .article-body .article-date {
    color: #9d9d9d;
    font-size: 16px;
}

.publication .article .article-body .article-title h4 a {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    color:#000;   
}

.publication .article .article-body .article-title h4 a:hover {
    color:#890006;   
}
.publication .article .article-body .article-description {
    color: #4e4e4e;
    font-size: 16px;
}

/* ----------------- SPONSHORSHIP ----------------- */

.support {
    padding : 100px 0px 100px;
    background-color: #fff;
}

.support h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.250em;
    line-height: 1em;
    font-weight: 800;
    text-align:center;
    padding-bottom: 0px;
}

.support .garis {
    border : 2px solid;
    width : 30px;
    margin-bottom : 40px ;
}

.support .support-event img {
    width:100%;
}

/* ----------------- LOCATION ----------------- */

.location {
    padding : 0px;
    margin:0px;
    border-top : 2px solid #dedede;
    border-bottom : 2px solid #dedede;
}


/* ----------------- FOOTER ----------------- */

footer {
    background-color: #FFF;
}


.isi-copy {
    font-family: 'Raleway', sans-serif;
    padding : 20px 0px 20px 0px;
    text-align:center;
    line-height: 20px;
    font-weight:500;
}

.isi-copy .kiri {
    float:left;
    margin-right : 50px;
}

.isi-copy .kanan {
    float:right;
}

.isi-copy .kanan a {
    text-decoration: none;
    color : #4b4b4b;
    font-weight: bold;
}

.isi-copy .kanan a:hover,
.isi-copy .kanan a:active {
    color : #b70000;
}

@media (min-width:0px) and (max-width:604px) {
    .isi-copy .kanan {
        float:none;
        text-align:center;
    }

    .isi-copy .kiri {
        margin-right:0px;
        float:none;
        text-align:center;
    }
}


