/*
 Theme Name: ITERA
 Theme URL: http://itera.ac.id
 Description: ITERA Theme for wordpress using bootstrap
 Author:ITERA
 Author URL: http://itera.ac.id
 version:1.1
*/


body{
    /* font-family: 'Open Sans', sans-serif; */
    background: #F8F9FA;
    
}

.top{
    margin-bottom: 0px;
    /* box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.header-itera{
    background: #000;
    min-height: 300px;
    color: #fff;
    text-align: center;
    
}

/*.container-utama{
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    
}*/

.content{
    /* box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    background: #fff;
    min-height: 600px;
    padding-top: 7px;
}

.footer{
    background: url('footer.png') ;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    /* box-shadow: 0px -6px 22px 0px rgba(0, 0, 0, 0.2); */
}

.footer a{
    color:#fff;
}

.footer ul {
    padding-left: 13px;
}

.footer ul li{
    margin-bottom: 10px;
}

.text-cari{
    width: 80%;
    height: 35px;
    padding-left: 10px;
}

.button-cari{
    border:none;
    background: #daa520;
    min-width:17%;
    height: 35px;
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: #DB4156;
    color: #fff;
}
.hover-judul{    
    color:#dd3333;
}

.navbar{
    background: none;
    border:none;
    margin-bottom: 0px;

}
.navbar-default .navbar-nav > li > a{
    color:#fff;
}
.hover-merah:hover{
    color:#dd3333;
}

.hover-merah a{
    color: #000;
    text-decoration: none;
}

.hover-merah a:hover{
    color:#dd3333;
}

.header-content-bawah{
    background: #e6e9e9;
    min-height: 40px;
    padding: 5px;
    border-top: solid medium #dd3333;
}

.content-informasi-pengumuman{
    border-bottom:dotted medium #f1f1f1;
}

.content-informasi-pengumuman a{
    color:#000;
    text-decoration: none;
}

.content-informasi-pengumuman a:hover{
    color:#dd3333;
}

*:link, *:visited, *:hover, *:active, *:focus {
  -webkit-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
  -moz-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
  -ms-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
  -o-transition:color .25s linear, background-color .25s linear, border-color .25s linear;
  transition:color .25s linear, background-color .25s linear, border-color .25s linear;
}

.content-event{
    background: #e6e9e9;
    padding-left: 5px;
    padding-top:5px;
    border-bottom:dotted thin #b3b3b3;
}

.content-event a{
    color:#000;
    text-decoration: none;
}

.content-event a:hover{
    color:#dd3333;
}

.ai a:hover{
    color:#dd3333;
}

/*.thumblin-img img {
  max-width: 100%;
  height: auto;
}*/

.wp-post-image{
    width:370px;
    
    height:auto;
}

.list ul{
    margin-left: 0px;
    padding-left: 0px;
    background: #e6e9e9;
}
.list ul li{
    background: url('images/li.png');
    /*padding: 10px;*/
    border-bottom:dotted thin #b3b3b3;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 2px;
    padding-right: 10px;
}

.list ul li h4{
    margin-top: 0px;
}

.list ul li h4 a{
    color: #000;
}

.list ul li a:hover{
    color:#dd3333;
    text-decoration: none;

}

.listputih ul{
    margin-left: 0px;
    padding-left: 0px;
    /*background: #e6e9e9;*/
}
.listputih ul li{
    background: url('images/li.png');
    /*padding: 10px;*/
    border-bottom:dotted thin #b3b3b3;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 2px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.listputih ul li h4{
    margin-top: 0px;
}

.listputih ul li h4 a{
    color: #000;
}

.listputih ul li a:hover{
    color:#dd3333;
    text-decoration: none;

}

.linya ul{
    padding-left:10px;
    margin-left:10px;
}

.jumbotron{
background-image: url("images/gm12.jpg"); 
color:#fff;
min-height:300px;
}

.modal-header{
    background: #daa520;
    color: #fff;
}
