/* Custom by Supriyadi Widodo */

@font-face {
    font-family: 'inspirationregular';
    src: url('../webfonts/inspiration_rob-webfont.eot');
    src: url('../webfonts/inspiration_rob-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/inspiration_rob-webfont.woff') format('woff'),
         url('../webfonts/inspiration_rob-webfont.ttf') format('truetype'),
         url('../webfonts/inspiration_rob-webfont.svg#inspirationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Chunkfive';
    src: url('../webfonts/Chunkfive-webfont.eot');
    src: url('../webfonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Chunkfive-webfont.woff') format('woff'),
         url('../webfonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../webfonts/Chunkfive-webfont.svg#inspirationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  background: url(../img/bg.jpg) 0px 0px repeat;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 17pt;
}

h3 {
  font-size: 15pt;
}

span.author, time {
  font-size: 10pt;
}

p {
  font-size: 11pt;
}

ul, ol, dl {
  font-size: 11pt;
}

.entry-content li {
  margin-left: 20px;
}

.top-bar,
.top-bar-section ul {
  background: #0b3e61;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #0b3e61;
}

.top-bar-section ul li a:hover,
.top-bar-section ul li.active > a {
  background: #008cba !important;
}

.top-bar-section ul li.active > a:hover {
  background: #0b3e61;
}

.cycloneslider-template-thumbnails {
  z-index: 0;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 10pt;
  margin: 0;
}

.wrapper {
  border-top: 7px solid #1bc4de;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  background: #fff;
}

.logotop h1 {
  font-size: 60pt;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'inspirationregular';
  
}

.logotop h1,
.logotop h1 a {
  color: #0b3e61;
}

.logotop p {
  font-size: 12pt;
  font-family: 'Chunkfive';
}

.contactus {
  text-align: right;
}

.contactus ul {
  list-style: none;
  margin-top: 10px;
}

.contactus li {
  display: inline-block;
  font-size: 10pt;
  color: #aaa;
  padding-left: 20px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.contactus li.email {
  background-image: url(../img/email.png);
}

.contactus li.phone {
  background-image: url(../img/phone.png);
  padding-left: 15px;
}

#content {
  border: none;
  padding: 0;
}

#sidebar li {
  font-size: 10pt;
}

.widget {
  margin: 20px 0px 40px 0px;
}

.footer {
  background: #0b3e61;
  color: #999;
  font-size: 8pt;
  padding: 15px 0;
}

.socialmedia-buttons {
  text-align: right;
}
