@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body {
  font-family: 'Open Sans', Tahoma, Arial;
  line-height: 2.0;
      width: 100%;
    height: 100%;
    margin: 0 auto;
}



a:focus, a:hover {
    color: #fff;
    text-decoration-line: none;
  }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.nav-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

.section {
  padding: 20px 0 20px 0;
}

.navbar {
  background: #fff;
  color: #fff;
}
.navbar-default{
  background-color: #FFFFFF;
  border-color: #2A4B6E;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #2A4B6E;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #2A4B6E;
  color: #fff;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
}

.header{
  font-size: 12px;
  text-align: center;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}

.slider{
  margin-top: 50px;
}

.secondary{
  margin-top: 0px;
  background-color: #f9f9f9;
  border-bottom: solid #ddd;
  border-width: 1px;
}

.right-nav{
  background-color: #2A4B6E; color: #fff;margin: 0px;padding: 5px;margin-top: 5px;border-bottom: solid #f9f9f9; border-width: 1px;
}

.right-nav:hover{
  background-color: #2A4B6E; color: #fff;
}

.widget-content{
 
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  color: #000;
  
}


.widget-content p a{
  color: #000;
}

.koperasipmt-footer {
  background: #2A4B6E;
  color: #fff;
}

.koperasipmt-footer .footer-section {
  padding: 10px 0;
  
}

.koperasipmt-footer .copyright {
  background: #163557;
  font-size: 12px;
  padding: 8px 0;
}

a {
  background-color: transparent;
  color: #fff;
}
footer {
  padding-bottom: 20px;
}

.footer-links{
padding-bottom: 7px;
color: #fff;

}

/*Galery*/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}


.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/* Tables */
/* ------------------------------------------------------ */

table {
  margin: 10px 0 10px 0;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 5px 15px 15px 0px;
  vertical-align: top;
  line-height: 10px;
}

table > thead > tr > th {
  border-bottom: 0;
  background: #2A4B6E;
  vertical-align: bottom;
  color: #ffffff;
}

table > thead > tr > th:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

table > thead > tr > th:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #e7e7e7;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 6px;
}

.table-bordered {
  border: 1px solid #e7e7e7;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
  background: none;
}

.table-bordered > thead > tr > th {
  color: inherit;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(42,173,222,.025);
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(42,173,222,.05);
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}



/* Buttons */
/* ------------------------------------------------------ */

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 7px 20px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: none;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
 
}

.loaded .btn {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn .fa {
  margin-right: 5px;
}

.btn-icon .fa {
  margin: 0;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
  pointer-events: none;
}

.btn-block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* Default */
.btn-default {
  padding-bottom: 3px;
  border-bottom: 2px solid #2A4B6E;
  background: #2A4B6E;
  color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  outline: 0;
  border-color: #2A4B6E;
  background-color: #2A4B6E;
  color: #ffffff;
}

/* Red */
.btn-red {
  padding-bottom: 3px;
  border-bottom: 2px solid #2A4B6E;
  background: #2A4B6E;
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  outline: 0;
  border-color: #992525;
  background-color: #ee0d0e;
  color: #ffffff;
}

/* Gray */
.btn-gray {
  padding-bottom: 3px;
  border-bottom: 2px solid #cecece;
  background: #E7E7E7;
  color: inherit;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  outline: 0;
  border-color: #bdbdbd;
  background-color: #d6d6d6;
  color: inherit;
}

/* Link */
.btn-link { }

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  outline: 0;
}

.btn-large {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}



/* Responsive Tabs */
.responsive-tabs {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: ' ';
}

.nav:after {
  clear: both;
}

.nav-tabs {
  border-bottom: 3px solid #2A4B6E;
  font-size: 14px;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  display: block;
  margin-right: 2px;
  padding: 10px 15px 9px;
  min-width: 100px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.3);
  color: #303c42;
  text-align: center;
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #2A4B6E;
  background-color: #2A4B6E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,0));
  color: #ffffff;
  cursor: default;
}

.responsive-tabs > .tab-content {
  margin: 0;
  padding: 0;
}

.responsive-tabs > .tab-content > .tab-pane {
  display: none;
  background: #ffffff;
}

.responsive-tabs > .tab-content > .active {
  display: block;
}

.responsive-tabs > .tab-content .tab-pane {
  padding: 30px;
  border: 1px solid #2A4B6E;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.responsive-tabs > .tab-content.unstyled > .tab-pane,
.responsive-tabs > .tab-content > .tab-pane.unstyled {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}

.responsive-tabs > .tab-content > a.acc-link {
  position: relative;
  display: none;
  margin: 0;
  padding: 10px 15px 9px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
  background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,.1));
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.3);
  color: #303c42;
  text-decoration: none;
}

.responsive-tabs > .tab-content > .acc-link.first {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.responsive-tabs > .tab-content > .acc-link.last {
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.responsive-tabs > .tab-content > .acc-link.active.last {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.responsive-tabs > .tab-content > .acc-link.active,
.responsive-tabs > .tab-content > .acc-link.active:hover,
.responsive-tabs > .tab-content > .acc-link.active:focus {
  border-color: #2A4B6E;
  background-color: #2A4B6E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(0,0,0,0));
  color: #ffffff;
  cursor: default;
}

.responsive-tabs.vertical > .tab-content {
  margin-left: 200px;
  border-left: 3px solid #2A4B6E;
}

.responsive-tabs.vertical > .tab-content > .tab-pane {
  border: 1px solid #dddddd;
  border-left: 0;
}

.responsive-tabs.vertical > .nav-tabs {
  float: left;
  border: 0;
  border-right: 3px solid #2A4B6E;
}

.responsive-tabs.vertical > .nav-tabs > li {
  float: none;
}

.responsive-tabs.vertical > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  width: 200px;
  border: 1px solid #dddddd;
  border-right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  text-align: left;
}

.responsive-tabs.vertical > .nav-tabs > li:last-child > a {
  margin-bottom: 0;
}

.responsive-tabs.vertical > .nav-tabs > li.active > a,
.responsive-tabs.vertical > .nav-tabs > li.active > a:hover,
.responsive-tabs.vertical > .nav-tabs > li.active > a:focus {
  border-color: transparent;
}

.responsive-tabs.vertical > .tab-content.unstyled > .tab-pane,
.responsive-tabs.vertical > .tab-content > .tab-pane.unstyled {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 30px;
  border: 0;
}


/*# sourceMappingURL=main.css.map */
