/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}

figcaption,
footer,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}
dfn {
  font-style: italic;
}

strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-12,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.ml-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
.text-muted {
  color: #6c757d !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

/* images for bg in jumptron */
.jumpBg {
  background-size: 100%;
  background-repeat: no-repeat;
}
.postbg {
  background: #657a10;
  background: -moz-linear-gradient(-45deg, #657a10 0%, #657a10 32%, #a1c219 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #657a10), color-stop(32%, #657a10), color-stop(100%, #a1c219));
  background: -webkit-linear-gradient(-45deg, #657a10 0%, #657a10 32%, #a1c219 100%);
  background: -o-linear-gradient(-45deg, #657a10 0%, #657a10 32%, #a1c219 100%);
  background: -ms-linear-gradient(-45deg, #657a10 0%, #657a10 32%, #a1c219 100%);
  background: linear-gradient(135deg, #657a10 0%, #657a10 32%, #a1c219 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#657a10', endColorstr='#a1c219', GradientType=1);
}
@media (min-width: 768px) {
  .start1 {
    background-image: url(/images/startpage/start1.jpg);
  }
}
@media (max-width: 768px) {
  .start1 {
    background-image: url(/images/startpage/start1_md.jpg);
  }
}
@media (max-width: 576px) {
  .start1 {
    background-image: url(/images/startpage/start1_sm.jpg);
  }
}
/*Body Settings*/

body {
  font: 16px 'Droid Sans', Arial, sans-serif;
  line-height: 1.6;
  color: #5d5d5d;
}
/*Headings*/

h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal !important;
  z-index: 1;
}
h3 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}
h4 {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #5d5855;
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 30px;
  }
}
/*End Of Headings*/

/*Section Setting*/

section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
/*Section Break Line*/
/*End Of Section Settings*/

/*----------------[End of Basics]------------------*/

/*------------------[Navbar  setting]--------------------*/

/*nav li*/

.nav > li {
  z-index: 1;
}
/*Navbar Setting*/

.navbar {
  background-color: white !important;
  opacity: 0.9;
  border-bottom: 0px;
  margin-bottom: 0;
  z-index: 1000;
  color: black;
  font-size: 16px !important;
  border-radius: 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.navbar img.menuimg {
  max-height: 16px;
  position: relative;
  top: -2px;
}
/*End Of Navbar Center Dot Overlay Setting*/

.navbar .container {
  padding-bottom: 0px;
  margin-top: 0px;
}
/*Navbar Logo*/

.navbar .navbar-brand img {
  height: 35px;
}
/*Navbar Menu Item Setting*/

.nav-item {
  position: relative;
}
/*Navbar MEnu Item Link Setting*/

.nav-link {
  z-index: 1;
  color: #000 !important;
}
/*Navbar Anchor hover and active setting*/

.navbar-nav li a:hover {
  color: #7D9643 !important;
  background-color: transparent !important;
}
/*Navbar Collapse button setting*/

.navbar-toggler {
  border: 0px;
  border-color: transparent;
}
/*Navbar with background collapse button icon setting*/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*Collapse Navbar and Navbar pills on tablet view*/

/*Navbar Setting*/

@media (max-width: 991px) {
  /*header setting*/
  /*collapse button setting*/
  
  .navbar-toggler {
    display: block;
  }
  /*position setting*/
  /*Menu setting*/
  
  .navbar-nav {
    text-align: center;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 15px 0px;
    background-size: auto;
  }
  /*menu li setting*/
  
  .navbar-nav > li {
    float: none;
  }
  /*Menu li anchor setting*/
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #574e4e !important;
  }
}
/*----------------[end of navbar and tabs setting]------------------*/

/*-----------[Dialog]---------*/

body .lndialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 100px;
  z-index: 10002;
}
body .lndialog .lndialoginner {
  margin: auto;
  background-color: white;
  width: 500px;
  padding: 25px;
  border-radius: 10px;
}
body .lndialogbackdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: 10001;
  opacity: 0.5;
}
body.showDialog {
  overflow: hidden;
  padding-right: 18px;
}
body.showDialog .lndialog,
body.showDialog .lndialogbackdrop {
  display: block;
}

/*-----------[Footer]---------*/

footer {
  padding: 50px 0;
  color: #5d5d5d;
  font-size: 13px;
  position: relative;
}
footer h5 {
  font-weight: bold;
  color: #6c757d;
}
/*footer anchore setting*/

footer a,
footer a:hover {
  color: #5d5d5d !important;
}
/* margins */
.intro-header {
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading {
  padding: 100px 0 50px;
  color: white;
}
.intro-header .site-heading h1,
.intro-header .post-heading h1 {
  font-weight: bold;
}
.intro-header .site-heading h1,
.intro-header .post-heading h1,
.intro-header .site-heading h2,
.intro-header .post-heading h2 {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading {
    padding: 80px 0 300px 0;
  }
  .intro-header .post-heading {
    padding: 80px 0 40px 0;
  }
}
.intro-header .site-heading {
  text-align: center;
}
.intro-header .site-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #337ab7;
}
.post-preview > a > .post-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #337ab7;
  text-decoration: underline;
}
footer {
  padding: 50px 0 65px;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #337ab7;
}
::selection {
  color: white;
  text-shadow: none;
  background: #337ab7;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #337ab7;
}
/*-----------[button anim]------------*/

.btn-anime {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #73b65c;
  color: #fff;
  font-weight: bold;
  padding: 6px 25px;
}
.btn-anime.btn-default {
  background-color: #4295CA;
  border-color: #3588bd;
}
.btn-anime.btn-default:hover,
.btn-anime.btn-default:active,
.btn-anime.btn-default:focus {
  color: #4295CA;
  border-color: #4295CA;
}
.btn-anime:hover,
.btn-anime:focus {
  color: #73b65c;
  font-weight: bold;
  border-color: #73b65c;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.btn-anime:before {
  content: ' ';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  background-color: #fff;
}
.btn-anime:hover:before,
.btn-anime:focus:before {
  content: ' ';
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  border-color: #fff;
}
.intro-header .site-heading .subheading {
  line-height: 1.6;
}
.intro-header .site-heading *,
.intro-header .post-heading * {
  text-shadow: 0 0 80px rgba(0, 0, 0, 0.8);
}
.btn {
  margin-bottom: 6px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.right-border {
  border-right: 1px solid #eeeeee;
}
.sidebar li {
  margin-bottom: 8px;
}
.post-list > a {
  color: #333333;
}
.post-list > a:hover,
.post-list > a:focus {
  text-decoration: none;
  color: #337ab7;
}
.post-list > a > .post-title {
  margin-top: 10px;
  margin-bottom: 6px;
}
.post-list > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 6px;
}
.post-list > .post-meta {
  color: #777777;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
}
.post-list > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-list > .post-meta > a:hover,
.post-list > .post-meta > a:focus {
  color: #337ab7;
  text-decoration: underline;
}
.post-heading .subheading {
  margin-bottom: 0;
}
.post-heading .meta {
  margin-top: 30px;
}
.post-heading .tags {
  margin-top: 30px;
}
.post-heading .tags .btn {
  border-color: #222222;
}
