body{
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand > img {
  display: block;
  padding: 8px;
  margin-left: 20px;
    
}

.navbar {
  margin-bottom: 0px;
}

.navbar-right {
  padding-top: 56px;
  padding-bottom: 20px;
}

.nav > li {
  border-right: 1px solid #fff;
}

.nav > li:nth-child(2){
  width: 135px;
  word-wrap: break-word;
  padding-left: 25px;
}

.nav > li:nth-child(3){
  width: 210px;
  word-wrap: break-word;
  padding-left: 25px;
}

.nav > li:nth-child(4){
  width: 145px;
  word-wrap: break-word;
  padding-left: 25px;
}

.nav > li:nth-child(5){
  width: 160px;
  word-wrap: break-word;
  padding-left: 25px;
}

.nav > li:last-child{
  border-right: none;
}


.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.navbar-nav > li > a::before {
  position: absolute;
  font-size: 27px;
  display: block;
  top: -5px;
  left: -10px;
}

.navbar-nav > li:nth-child(2) > a::before {
  content: "A";
}

.navbar-nav > li:nth-child(3) > a::before {
  content: "B";
}

.navbar-nav > li:nth-child(4) > a::before {
  content: "C";
}

.navbar-nav > li:nth-child(5) > a::before {
  content: "D";
}

.menu-icon {
  display: block;
  margin-top: 0px;
}

.menu-topik {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}

.menu-abjad{
  font-size: 27px;
  display: block;
  margin-top: -1px;
  margin-right: 6px;
}

.container {
  max-width: 960px;
}

.navbar-default {
  background-color: transparent;
  border-color: none;
  border-width: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.sliders{
  margin-top: 15px;
}

.addthis_sharing_toolbox {
  border-top: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
  padding: 10px 0px;
}

.line-topic{
  border-top: 1px solid #e5e4e4;
}

.icons{
  display: block;
  padding: 21px 0px;
  margin-left: -5px;
}

.icons a{
  padding: 0px 5px;
}

.icon-home {
  background: url("../images/home-icon.png") no-repeat scroll 0px 0px transparent;
  width: 26px;
  height: 21px;
  display: inline-block !important;
  text-indent: -9999px;
  position: relative;
  padding-right: 40px;
}

.footer {
  background: #045D58;
  color: #fff;
  padding-bottom: 20px; 
}

table{
  margin: 0px;
}

.color-green{
  color: #2d6662;
}

.text-color{
  color:#585757;
}

.btn-primary{
  background-color: #2d6662;
  margin-top: 20px;
}

.btn-primary:hover {
  background-color: #1E3C3A;
}

.footer-logo{
  padding: 30px 0px;	
}

.footer-logo a{
  padding: 0px 10px;	
}

.image-box {
  margin-top: 20px;
}

#toggle-container {
  text-align:left;
  margin:0 auto;
}

#toggle-container h2 {
  background:url("state-bg.png") no-repeat scroll 10px 7px #2D6662;
  color:#fff;
  cursor:pointer;
  display:block;
  font:bold 12px Helvetica,Arial,sans-serif;
  height:30px;
  outline:0 none;
  margin:4px 0;
  padding:10px 10px 10px 30px;
}

#toggle-container h2.active {
  background:url("state-bg.png") no-repeat scroll 10px -73px #69697A;
}

.toggle-content {
  background:#fff;
  border:1px solid #ccc;
  margin:5px 0;
  padding:10px;
}

.has-shadow {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .col-xs-5 {
    width: 100%;
    text-align: center;
  }
  .col-xs-12 {
    width: 100%;
    text-align: center;
  }
  
  .col-md-3.col-sm-6 {
  width: 30%;
}
  .icon-home {
    background: url("../images/home-icon.png") no-repeat scroll 10px 0 transparent;
    padding-right: 0px;
    text-align: left !important;
    text-indent: 0;
    padding-left: 25px;
    height: auto;
  }
  .navbar-nav > li > a {
    line-height: 3;
  }
  .navbar-nav > li > a::before {
    top: -30px;
  }
  .nav > li {
    display: inline-block;
    width: 100% !important;
    border-right: 0;
  }
  .navbar-right {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .navbar-default {
    background: url('../images/bg2.png') 0 0 / cover transparent;
  }
  .navbar-default .navbar-brand {
    display: inline-block;
    text-align: left;
    width: 100%;
    height: 100px;
  }
  .navbar-brand > img {
    display: inline-block;
    padding: 8px;
    margin-left: 0;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-default .navbar-toggle {
    position: relative;
    top: -78px;
    background-color: transparent;
    box-shadow: none;
    border: 3px solid #46CC0B;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #46CC0B;
  }
  .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -40px;
  }
  .sliders {
    margin-top: 0;
  }
  .text-right {
    text-align: center;
  }
  #toggle-container h2 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 100%;
  }
  .container p {
    text-align: center;
  }
  
  .col-md-3.col-sm-6 {
  width: 25%;
}
  .col-xs-5 {
    width: 100%;
    text-align: center;
  }
  .col-xs-12 {
    width: 100%;
    text-align: center;
  }
  .color-green {
    text-align: center;
  }
  .icons {
    text-align: center;
  }
  .icon-home {
    padding-right: 0;
  }
  .navbar-default .navbar-brand {
    display: inline-block;
    text-align: center;
    margin-left: 0 !important;
    width: 100%;
  }
  .navbar-brand > img {
    display: inline-block;
    padding: 8px;
    margin-left: 0;
  }
  .navbar-nav > li {
    float: none;
    display: inline-table !important;
  }
  .navbar-right {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-right: 0;
    float: none !important;
    display: inline-block;
    width: 100%;
  }
  .navbar-default {
    background: url('../images/bg2.png') 0 0 / cover transparent;
  }
  #toggle-container h2 {
    text-align: center;
  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .container p {
    text-align: center;
  }
  
  .col-md-3.col-sm-6 {
  width: 100%;
  }
}


@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
 .col-md-3.col-sm-6 {
  width: 100%;
  }
}

@media (min-width: 280px) and (max-width: 480px){
	.col-md-3.col-sm-6 {
		width: 100%;
	}
}
