/* iframe */
.idopontfoglalas{
	height: 600px;
	width: 100%;
}
img.alignright{
    float: right;
    margin:0 0 15px 15px;
    clear: both;
}
img.aligncenter{
    display: block;
    margin:0 auto;
}
.delkom-hr{
    height: 1px;
    background-color: #bbb;
}
.blog-sidebar ul{
    list-style: none;
}
h2.sidebar-title{
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
h2.sidebar-title:after{
    transition: .3s ease-in-out;
    content: '';
    width: 25%;
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    border-bottom:2px solid #ddd;
}
.blog-sidebar>.widget:hover>h2:after{
    width: 100%;
    border-color: #004482;
}
/*
@media only screen and (min-width: 768px) {
    .delkom-link{
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .delkom-link{
        width: 100%;
    }
}
*/
.delkom-link{
    font-size: 14px;
    line-height: 36px;
    padding-left: 5px;
}
/* Rectangle Out */
.delkom-link {
    text-align: left;
  display: inline-block;
  box-shadow: 0 0 1px transparent;
  position: relative;
  text-decoration: underline;
}
/* .delkom-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #004482;
  background: #FFFFFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
} */
.delkom-link:hover,.delkom-link:focus:hover, .delkom-link:active {
  color: #004482;
}
/* .delkom-link:hover:before, .delkom-link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} */


.welcome {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.welcome-title {
    padding-bottom: 50px;
}

.welcome-title h1 {
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -4px;
}

.welcome-title h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: lighter;
    letter-spacing: 3px;
    font-size: 24px;
    color: #555;
}

.welcome-box-inner {
    background-color: #014581;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.welcome-box-inner>p {
    padding: 15px;
}

.welcome-box {
    margin-top: 50px;
}

.welcome-box img {
    height: 80px;
    width: 80px;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
}

.welcome-box i {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #14a836;
    line-height: 80px;
    transition: all .4s;
}

.welcome-services {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .blog-sidebar{
        padding-left: 0;
    }
    .welcome-services-box-inner {
        padding: 0;
        background-size: cover;
        width: 49%;
        color: #FFF;
        height: auto !important;
    }
    .welcome-services-box-inner-centered {
        padding: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        width: 49%;
        color: #FFF;
        height: auto !important;
    }
    .welcome-services-box-inner:hover>a>.welcome-services-box-text, .welcome-services-box-inner-centered:hover>a>.welcome-services-box-text {
        width: 100%;
    }
}
.blog-post-meta{
    display: none;
}
.welcome-services-box-inner {
    background-size: cover;
    padding: 0;
    height: auto !important;
    margin-bottom: 20px;
}
.welcome-services-box-inner-centered {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: auto !important;
    margin-bottom: 20px;
}

.welcome-services-box-inner>a {
    text-decoration: none;
}
.welcome-services-box-text {
    transition: .3s ease-in-out;
    background-color: rgba(0, 68, 130, 0.8);
    height: 100%;
}

.welcome-services-box-text h2 {
    color: #fff;
    font-size: 18px;
    line-height: 350px;
    font-weight: bolder;
}

.services-title h2 {
    letter-spacing: -4px;
    font-size: 72px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.welcome-services-row {
    padding: 20px;
}

.footer {
    background-color: #222222;
    color: #ccc;
    padding-bottom: 40px;
}

.footer ul {
    list-style: none;
    height: 100%;
    padding: 20px;
    padding-left: 0px;
}

.footer ul>li {
    display: block;
    line-height: 35px;
    height: 35px;
}

.footer ul>li>a {
    transition: .3s ease-in-out;
    color: #ccc;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
}

.footer ul>li>a:hover {
    color: #337ab7;
}

.footer h1 {
    color: #fff;
    font-style: normal;
    font-family: 'Nunito', sans-serif;
}

.footer p {
    font-weight: 300;
}

.copyright {
    background-color: #004482;
    letter-spacing: 3px;
    line-height: 50px;
}

.copyright>div a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: .3s ease-in-out;
}

.copyright>div a:hover {
    color: #999;
}

.button {
    font-size: 14px;
    line-height: 1.7em;
    padding: 15px 30px;
    background: #004482;
    border: 2px solid #004482;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.button:hover {
    color: #004482;
    background: #fff;
    text-decoration: none;
}

.welcome-banner {
    background-color: #333;
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 20px;
}

.welcome-banner h1 {
    letter-spacing: -2px;
    font-size: 64px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.welcome-banner h2 {
    letter-spacing: 1px;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .vertical-center {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .welcome-banner .row {
        display: table-row;
    }
}

.main-content {
    padding: 0;
}

.article {
    padding: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .welcome-box>div {
        margin-bottom: 60px;
    }
    .row{
        margin: 0;
    }
}


/* = Global settings
-------------------------------------------------------------- */

* {
    font-family: 'Nunito', sans-serif;
}

body {
    letter-spacing: 0px;
    padding: 0px;
    margin: 0px;
}


/* = Fit column height to row
-------------------------------------------------------------- */

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before, .row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


/* = Bootstrap navbar
-------------------------------------------------------------- */

.navbar-brand {
    height: auto !important;
}

@media only screen and (min-width: 768px) {
    .navbar {
        text-decoration: none;
        background-color: transparent;
        background: transparent;
        border-color: transparent;
        margin: 0;
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: capitalize;
        font-variant: small-caps;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1rem;
        font-weight: 600;
    }
    .navbar-nav>li>a {
        text-decoration: none;
        transition: 0.4s;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #004482;
    }
    .navbar-default .navbar-nav>li>a:hover {
        box-shadow: inset 0 -5px 0 0 #004482;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .current-menu-parent {
        background-color: transparent;
        color: #004482;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .current-menu-parent {
        box-shadow: inset 0 -5px 0 0 #004482;
    }
    .navbar-default .navbar-nav>.current-menu-parent .dropdown-toggle{
        color: #004482;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 30px;
        border-radius: 0;
        opacity: 0;
        transition: .3s ease-in-out;
        display: block;
        visibility: hidden;
    }
    .dropdown:hover .dropdown-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu>li>a {
        padding: 10px 15px;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>.current-menu-item>a:hover{
        background-color: #004482;
        color: #fff;
    }
    .dropdown-menu>.current-menu-item>a{
        background-color: #004482;
    }
}

@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
}

@media (min-width: 1300px){
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.navbar-default .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.slider {
    margin-top: 15px;
}


/*
.search-box{
    line-height: 80px;
}
.search-input{
    margin: 0px;
    height: 26px;
    width: 75px;
    padding: 2px 10px;
    border: 1px solid #333;
    transition: .3s ease-in-out;
}
.search-input:focus{
    width: 275px;
    border: 1px solid #004482;
}
.search-button{
    margin-left: -3px;
    margin-top:-20px;
    padding: 5px;
    height: 32px;
    width: 33px;
    border: 1px solid #333;
    border-left: 0px;
}
  .navbar-search-form {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    float: none;
    text-align: center;
    padding: 8px 0;
  }
  */
@media only screen and (max-width: 767px) {
    .footer-widget>.textwidget, .google-maps {
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        height: 0;
    }

    .footer-widget>.textwidget iframe, .google-maps iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}
.navigation{
    padding: 15px 0;
}
.blog-main .navigation:last-of-type{
    border-top: 2px solid #004482;
}
.blog-main .navigation:first-of-type{
    border-bottom: 2px solid #004482;
}
.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    transition: .3s;
    border: 1px solid #004482;
    text-decoration:none;
    cursor: pointer;
    padding: 8px;
    display: inline-block;
    min-width: 40px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #004482;
    border-color: #004482;
    color: #fff;
}

.blog-post td{
    padding:5px;
}
.push-left{
    padding-right: 15px;
}
.footer-ul>li{
    text-align: left;
}
.footer-table{
    margin-left: 40px;
}
@media only screen and (min-width: 768px) {
    .footer-table{
        width: 60%;
    }
}
@media only screen and (max-width: 767px) {
    .footer-table{
        width: 100%;
    }
}
.footer-table td{
    padding: 3px;
}
.wheretofind{
    text-align: left;
}
.white-link{
    transition: .3s ease-in-out;
    color: #fff;
}
.white-link:hover{
    color: #337ab7;
}
.slide-info{
    background-color: rgba(0,68,130,.8);
}
@media only screen and (min-width: 1430px) {
     .ms-info{
          width: 50%;
          margin: auto;
     }
    .slide-info{
          background-color: rgba(255,255,255,.7);
          color:rgb(0,68,130);
          position: relative;
          bottom: 250px;
          height: 200px;
    }
    .slide-info a{
          color:rgb(0,68,130);
          font-weight: bold;
    }
    .welcome{
     margin-top:-200px;/* temp*/
    }
}
@media only screen and (max-width: 1429px) {
    .slide-info{
          background-color: rgba(0,68,130,.8);
          color: #fff;
    }
    .slide-info a{
     text-decoration: none;
     color: #fff;
     font-weight: bold;
    }
}
.ms-slide-info{
    margin:0;
    top:-10px;
}
.more-link{
    color: #004482;
    font-weight: bold;
}
.delkom-town-link{
    display: inline-block;
    transition: .3s ease-in-out;
    color:#004482;
    width: 100%;
    height: 100%;
}
.delkom-town-link:hover{

}
hr{
    margin: 0;
}
.delkom-search *{
    font-family: 'Nunito', sans-serif;
}
.delkom-search ul{
    width: 100%;
}
.delkom-search input[type="text"]{
    padding: 0 5px;
    line-height: 28px;
    width: 100%;
}
.delkom-search h4{
    margin: 0 0 10px 0;
    padding:0;
    text-decoration: underline;
}
.delkom-search select{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.delkom-search li{
    display: block;
    padding: 10px 0;
}
.delkom-search input[type="submit"]{
    transition: .3s ease-in-out;
    line-height: 30px;
    background-color: #004482;
    border: 2px solid #004482;
    color: #fff;
}
.delkom-search input[type="submit"]:hover{
    color: #004482;
    background-color: transparent;
}
.delkom-search ul>li:last-child{
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .delkom-table{
        white-space: nowrap;
        display: block;
        overflow-x:auto;
    }
}
.delkom-table thead th{
    background-color: #004482 !important;
    color: #fff;
    text-align: center;
    border-left: 1px solid #004482;
}
.delkom-table tbody td{
    font-size:13px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle !important;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.delkom-logo{
    height: 50px;
    width: auto;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.delkom-accordion .panel{
    border-radius: 0;
}
.delkom-accordion .panel-heading{
    padding: 0;
}
.delkom-accordion .panel-heading .panel-title{
    line-height: 40px;
}
.delkom-accordion .panel-heading .panel-title .accordion-toggle{
    display:inline-block;
    padding: 0px 15px;
    width:100%;
    height:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-main{
    padding-bottom: 40px;
}

.delkom-pdf:after, .delkom-word:after, .delkom-excel:after{
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 36px !important;
    font-size: 28px !important;
    padding: 0 10px 0 5px;
    float: left;
}
.delkom-pdf:after{
    content: "\f1c1";
}
.delkom-word:after{
    content: "\f1c2";
}
.delkom-excel:after{
    content: "\f1c3";
}
.delkom-flexible-container{
    position: relative;
    overflow: hidden;
    padding-bottom: 142%;
    -webkit-padding-after:146%;
}
.delkom-embedded-pdf{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    width: 100%;
}
.hidden{
    display: none;
}
.blog-sidebar ul{
	padding:0;
}
.blog-post-title{
	font-size: 2em;
	text-align: center;
	padding-bottom: 30px
}
.blog-post p img{
    max-width: 100%;
    height: auto;
}