/* colors */
/* fonts */
/* RWD */
/* basic */
/* custom */
/* gradient */
a {
  color: #71a920; }
  a:hover {
    color: #547e18; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.border-bottom {
  border-bottom: 1px solid; }

.navbar-center {
  width: 100%;
  text-align: center; }
  .navbar-center > li {
    float: none;
    display: inline-block; }

.panel {
  border: none;
  box-shadow: none; }
  .panel .panel-heading {
    font-family: "Raleway", sans-serif;
    background: #71a920;
    background: linear-gradient(to right, #71a920, #63941c);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .panel .panel-body {
    background: #fff;
    padding: 10px;
    border: 1px solid #d1dae5;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.pagination > li > a, .pagination > li > span {
  margin: 0 4px;
  font-size: 12px;
  padding: 4px 7px;
  color: #555;
  border-radius: 3px; }
.pagination > .active > a, .pagination > .active > span {
  background: #ff9500;
  border-color: #ff9500; }

#tinymce {
  padding: 15px; }

html,
body {
  height: 100%; }

html {
  overflow-y: scroll; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px; }

.wrap > .container {
  padding: 80px 15px 20px; }

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.jumbotron {
  text-align: center;
  background-color: transparent;
  padding-bottom: 18px !important;
  padding-top: 18px !important; }

.jumbotron h1 {
  font-size: 2.8em !important; }

.jumbotron .btn {
  font-size: 16px;
  padding: 14px 24px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

a:focus {
  outline: none !important; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

.post, .page {
  margin-bottom: 20px; }

.post img, .page img {
  border: 1px solid #ddd;
  margin: 7px 7px 0 7px;
  max-width: 100%; }

.panel-default {
  margin-bottom: 40px; }

.profile-index {
  max-width: 1170px;
  margin: auto;
  padding: 30px;
  background: white; }

a[href*="signup"] {
  display: none; }

.panel.categories ul {
  margin: 0;
  padding: 0; }
.panel.categories li {
  list-style: none;
  padding: 0;
  margin: 0; }
  .panel.categories li.active {
    font-weight: bold; }
  .panel.categories li a {
    display: block;
    padding: 10px 0;
    color: #353535;
    border-bottom: 1px solid #eee; }
    .panel.categories li a:hover {
      color: #ff9500;
      text-decoration: none; }
  .panel.categories li:last-child a {
    border: none; }

.panel.all-tags .panel-body {
  padding: 5px 15px;
  text-align: center; }
.panel.all-tags a {
  color: #777;
  padding: 2px 14px 2px 0;
  line-height: 160%;
  font-size: 0.9em; }

.panel.recent-comments .recent-comment {
  margin-bottom: 15px; }
  .panel.recent-comments .recent-comment:last-child {
    border: none; }
  .panel.recent-comments .recent-comment .author {
    padding-right: 5px; }
  .panel.recent-comments .recent-comment .avatar {
    border-radius: 50%; }
  .panel.recent-comments .recent-comment .text-primary {
    color: #777;
    font-size: 10px; }
  .panel.recent-comments .recent-comment .time {
    color: #999; }
  .panel.recent-comments .recent-comment .content {
    line-height: 150%;
    padding: 5px 0 5px 5px; }
    .panel.recent-comments .recent-comment .content a {
      display: block;
      margin-top: 4px;
      text-align: right;
      color: #ff9500; }

html body {
  font: 16px "Roboto", sans-serif !important; }
  html body h1, html body h2, html body h3 {
    color: #71a920;
    font-family: "Raleway", sans-serif; }
    html body h1 a:hover, html body h2 a:hover, html body h3 a:hover {
      text-decoration: none; }

.bg-container {
  background: url(../image/bg.png) top center repeat-x; }

.top-baner {
  margin: 20px 0 40px; }
  .top-baner a {
    display: block; }
    .top-baner a img {
      width: 100%;
      border-radius: 6px; }

.breadcrumb {
  padding: 0;
  margin: 10px 0;
  background: none;
  border-radius: 0;
  font-size: 0.9em; }
  .breadcrumb a {
    color: #555; }

.btn.btn-default {
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .btn.btn-default:hover {
    opacity: 1; }

.navbar {
  background: white;
  margin: 0; }
  .navbar.navbar-top {
    border-bottom: 1px solid #d1dae5; }
  .navbar .container {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url("../image/graphic_top.png") no-repeat left center;
    position: relative; }
  .navbar .navbar-header {
    display: block;
    float: none;
    text-align: center; }
    .navbar .navbar-header .navbar-brand {
      float: none;
      margin-left: 0 !important;
      position: relative; }
      .navbar .navbar-header .navbar-brand img {
        display: inline-block; }
      .navbar .navbar-header .navbar-brand span {
        position: absolute;
        left: 125px;
        bottom: -14px;
        color: #888;
        font-size: 11px;
        text-transform: uppercase; }
    .navbar .navbar-header .navbar-toggle .icon-bar {
      background-color: #4673ad; }
  .navbar .navbar-nav {
    margin-top: 20px; }
    .navbar .navbar-nav a {
      font: 14px "Raleway", sans-serif;
      color: #353535;
      position: relative; }
      .navbar .navbar-nav a:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        right: 50%;
        height: 2px;
        background: #4673ad;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
      .navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
        background: none; }
        .navbar .navbar-nav a:hover:before, .navbar .navbar-nav a:focus:before {
          left: 0;
          right: 0;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
  @media only screen and (min-width: 768px) {
    .navbar .nav-pills {
      position: absolute;
      top: 20px;
      right: 20px; } }
  .navbar .nav-pills > li > a {
    opacity: 0.7;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
  .navbar .nav-pills > li.active > a, .navbar .nav-pills > li > a:hover, .navbar .nav-pills > li > a:focus {
    background: none;
    border: none;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .navbar .nav-pills {
      text-align: center;
      margin-top: 15px; }
      .navbar .nav-pills li {
        float: none;
        display: inline-block; } }

.footer {
  font: 12px "Roboto", sans-serif; }
  .footer a {
    color: #888; }

.slider#blog .slide a {
  display: block;
  height: 400px;
  background-size: contain;
  background-position: center; }
.slider#blog .slick-prev, .slider#blog .slick-next {
  z-index: 10; }
  .slider#blog .slick-prev:before, .slider#blog .slick-next:before {
    color: #757575; }
.slider#blog .slick-prev {
  left: 5px; }
.slider#blog .slick-next {
  right: 5px; }

.post {
  line-height: 150%; }
  .post .wp-smiley {
    display: none; }
  .post h2 {
    margin-bottom: 15px; }
    .post h2 a {
      font-size: 0.9em; }
  .post .publish-info {
    font-size: 0.8em;
    float: right;
    color: #999;
    font-style: italic; }
  .post img.size-thumbnail {
    max-width: 150px;
    max-height: 150px; }
  .post img.size-medium {
    max-width: 300px;
    max-height: 300px; }
  .post img.size-large {
    max-width: 610px;
    max-height: 610px; }
  .post img.alignleft {
    float: left; }
  .post img.alignright {
    float: right; }
  .post img.aligncenter {
    float: none;
    display: block;
    margin: auto; }

.post-view {
  position: relative; }

.comment .comment-text {
  white-space: pre-line; }

.label-tag {
  border: 1px solid #bbb;
  padding: 0 8px;
  display: inline-block;
  box-shadow: 2px 2px 2px #ddd;
  color: #555;
  font-size: 11px;
  border-radius: 2px;
  background: #fbf9f2;
  margin: 4px; }
  .label-tag:hover {
    color: #555;
    background: white;
    text-decoration: none; }

.panel .route {
  margin-bottom: 15px; }
  .panel .route a {
    display: block; }
  .panel .route .title {
    color: #71a920;
    font-weight: bold;
    text-decoration: none; }
  .panel .route .photo {
    height: 120px;
    background: #ccc center center no-repeat;
    background-size: cover;
    margin: 4px 0; }
  .panel .route .publish-info {
    color: #ccc;
    font-size: 10px;
    text-align: right;
    font-style: italic; }

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