* {
  outline: none; }

img {
  border: none; }

table {
  border-spacing: 0;
   padding: 0; }
  table td, table th {
     padding: 0; }
  table th {
    text-align: center; }
  table.noborder {
    border: none; }
    table.noborder td, table.noborder th {
      border: none; }
  table.cellpadding_5 td, table.cellpadding_5 th {
    padding: 5px; }
  table.cellpadding_7 td, table.cellpadding_7 th {
    padding: 7px; }
  table.cellpadding_10 td, table.cellpadding_10 th {
    padding: 10px; }
  table.justify {
    width: 100%; }

.overlay_dark,
.overlay_dark_ring {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }

#loading,
#loading_ring {
  background: url("loader.svg") center center no-repeat;
  background-size: 50px 50px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1100; }

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.form_notify * {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 16px;
  border: none;
  list-style: none; }
  .form_notify *.success * {
    color: green;
    text-align: center; }
  .form_notify *.error * {
    text-align: left;
    color: red; }

.center_fix > * {
  float: left;
  position: relative;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.center_fix:after {
  content: '';
  display: block;
  clear: both; }

.clear:before, .clear:after {
  content: '';
  display: block;
  clear: both; }

/*!
 * end darvin template
*/
.blog_pager {
  text-align: center;
  padding: 10px 0; }
  .blog_pager a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #D9D9D9;
    color: #333;
    border: 2px solid #D9D9D9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    .blog_pager a:hover, .blog_pager a.page_active {
      background: transparent;
      color: #333333;
      text-decoration: none; }

.blog_strip {
  margin-bottom: 20px; }
  .blog_strip .tit {
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 10px 0; }

body {
  margin: 0;
  font-family: 'PT Sans', sans-serif; }

#main_wrapper {
  width: 980px;
  margin: 0 auto; }

.slide .more {
  clear: both;
  padding-left: 30px;
  padding-top: 5px; }
  .slide .more a {
    text-shadow: #149078 1px 1px, #149179 2px 2px, #14927a 3px 3px, #14937a 4px 4px, #14947b 5px 5px, #14957c 6px 6px;
    background-color: #16a085;
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .slide .more a:hover {
      text-shadow: none; }

.footer .dropdown {
  display: none; }
.footer #nav {
  float: right; }
  .footer #nav li {
    float: left; }

#main_blog {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #79b83d; }
  #main_blog .more {
    padding: 10px 0; }
    #main_blog .more a {
      font-weight: bold;
      text-decoration: none; }
  #main_blog h2 {
    margin: 0 0 20px 0; }
  #main_blog ul {
    padding: 0 0 0 20px; }
    #main_blog ul li {
      list-style: disc;
      margin-bottom: 5px; }

#content a {
  color: #003300; }
  #content a:hover {
    text-decoration: none; }

.inner-banner {
  overflow: hidden; }

.path.breadcrumb {
  margin-bottom: 20px; }

/*# sourceMappingURL=styles.css.map */

.gal .gal_item {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
  text-align: center;
  margin: 0 15px 15px 0;
}
.gal .gal_item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gal .gal_item .gal_img {
  height: 150px;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #cccccc;
}
.gal .gal_item .gal_img img {
  min-width: 100%;
  min-height: 150px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
body{
    font-family: 'Open Sans', sans-serif;
}
ul li,
ol li {
  list-style-position: inside;
}
#content .txt ul{
    padding-left:20px;
}
#content .txt ol{
    padding-left:20px;
}
#content .txt {
        line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.ftr-left a{
    text-decoration:none;
    color:#003300;
}