@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans:400,700|PT+Sans&subset=latin-ext');
body {
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1180px;
}
img {
  max-width: 100%;
  height: auto;
}
.clr {
  clear: both;
}
::selection {
  color: #fff;
  background: #2a692d;
}
::-moz-selection {
  color: #fff;
  background: #2a692d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
}
#header {
  margin-bottom: 40px;
}
#header .language-switcher-container {
  padding: 20px;
  text-align: right;
}
#header .language-switcher-container .lang-item {
  display: inline;
  list-style: none;
  margin-left: 10px;
}
#header .language-switcher-container .lang-switcher {
  display: inline-block;
  margin-bottom: 0;
}
#header .language-switcher-container .lang-switcher li {
  display: inline-block;
}
#header .language-switcher-container .lang-switcher li a {
  padding: 10px;
  font-weight: bold;
  color: #999;
}
#header .language-switcher-container .lang-switcher li.active a {
  color: #388E3C;
}
#header #header-carousel .item {
  width: 100%;
}
#header #header-carousel .item .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
}
#header #header-carousel .item .logo {
  color: #fff;
  text-align: center;
}
#header #header-carousel .item .logo h1 {
  font-family: 'Lora', serif;
  font-size: 80px;
}
@media (max-width: 767px) {
  #header #header-carousel .item .logo h1 {
    font-size: 36px;
  }
}
#header #header-carousel .item .logo h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: -14px;
}
#header #header-carousel .item .logo h3 {
  text-transform: uppercase;
  font-size: 18px;
}
#header #header-carousel img {
  width: 100%;
  height: auto;
}
#header .header-image {
  overflow: hidden;
  width: 100%;
  background: #000;
  position: relative;
  z-index: -99;
}
#header .header-image img {
  width: 100%;
}
#header .header-image .logo {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#header .header-image .logo .inner {
  z-index: 20;
  text-align: center;
  font-family: 'Lora', serif;
  font-variant: small-caps;
  font-size: 80px;
  color: #fff;
}
@media (max-width: 767px) {
  #header .header-image .logo .inner {
    font-size: 60px;
  }
}
@media (max-width: 520px) {
  #header .header-image .logo .inner {
    font-size: 36px;
  }
}
#mainmenu {
  font-size: 14px;
  background: #388E3C;
  margin: 0 auto;
  z-index: 999;
  left: 0;
  right: 0;
}
#mainmenu li a {
  padding: 16px 20px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: uppercase;
}
#mainmenu li a:hover,
#mainmenu li a:active,
#mainmenu li a:focus {
  background: #2a692d;
  color: #fff;
}
#mainmenu .navbar-toggle {
  background: #388E3C;
  padding-bottom: 5px;
}
#mainmenu .navbar-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
}
#mainmenu .navbar-toggle:focus {
  outline: none;
}
#mainmenu .dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: -2px;
}
#mainmenu .dropdown-menu li {
  width: 100%;
  padding-top: -10px !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
.nav .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  #mainmenu {
    background: #333;
  }
  #mainmenu ul li {
    background: transparent;
  }
  #mainmenu ul li a {
    text-transform: none;
    padding: 10px;
    margin-bottom: 3px;
  }
  #mainmenu ul li a:hover {
    background: #388E3C;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #mainmenu li {
    float: left;
  }
  #mainmenu li a {
    padding-right: 14px;
    padding-left: 14px;
  }
  #mainmenu .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: -5px;
  }
  #mainmenu .dropdown-menu li {
    color: #fff;
  }
  #mainmenu .dropdown-menu li a {
    background: #2a692d;
  }
  #mainmenu .dropdown-menu li a:hover {
    background: #1b451d;
  }
  #mainmenu .dropdown-menu li:hover {
    background: #388E3C;
  }
  #mainmenu .dropdown-menu li:hover a {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  #mainmenu li a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
#homepage .circles {
  margin-top: 40px;
}
#homepage .circles a {
  text-decoration: none;
}
#homepage .circles .item {
  text-align: center;
}
#homepage .circles .item .circle {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  width: 170px;
  background: #388E3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}
#homepage .circles .item .circle .glyphicon {
  margin-left: -5px;
  font-size: 72px;
  color: #fff;
}
#homepage .circles .item .circle:hover {
  background: #1b451d;
}
#homepage .circles .item .label {
  color: #333;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #homepage .col-xs-3 {
    width: 50% !important;
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #homepage .col-xs-3 {
    float: none;
    width: 100% !important;
  }
}
#blog .horse-search-top ul {
  text-align: center;
  list-style: none;
}
#blog .horse-search-top ul li:nth-child(-n+3) {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #blog .horse-search-top ul li:nth-child(-n+3) {
    width: 100%;
  }
}
#blog .horse-search-top ul li:nth-child(-n+3) select {
  width: 100%;
  padding: 7px;
}
#blog .horse-search-top ul .sf-field-reset,
#blog .horse-search-top ul .sf-field-submit {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#blog .horse-search-top ul .sf-field-reset a,
#blog .horse-search-top ul .sf-field-submit a,
#blog .horse-search-top ul .sf-field-reset input[type=submit],
#blog .horse-search-top ul .sf-field-submit input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  background: #333;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.4s all ease;
}
#blog .horse-search-top ul .sf-field-reset a:hover,
#blog .horse-search-top ul .sf-field-submit a:hover,
#blog .horse-search-top ul .sf-field-reset input[type=submit]:hover,
#blog .horse-search-top ul .sf-field-submit input[type=submit]:hover {
  background: #388E3C;
}
#blog #content .thumb {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
#blog #content article {
  padding-bottom: 40px;
}
#blog #content article .title .clearfix {
  display: none;
}
#blog #content article .title h1 {
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  float: left;
}
#blog #content article .title h1 a {
  color: #333;
  text-decoration: none;
}
#blog #content article .title h1 a:hover {
  border-bottom: 1px dotted #333;
}
#blog #content article .title .label {
  position: relative;
  top: 25px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  #blog #content article .title .clearfix {
    display: block;
  }
  #blog #content article .title .label {
    top: -10px;
    margin-left: 0;
  }
}
#blog #content article .content {
  padding-top: 20px;
}
#blog #content article .content .meta {
  padding-left: 0;
}
#blog #content article .content .meta .info {
  background: #388E3C;
  color: #fff;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#blog #content article .content .text {
  margin-top: 10px;
}
#blog #content article .content .contact-read-more {
  align-items: center;
  text-align: right;
  padding-right: 0;
}
#blog #content article .content .contact-read-more .read-more-container {
  text-align: right;
  padding-right: 0;
}
#blog #content article .content .contact-read-more .read-more {
  text-decoration: none;
  color: #fff;
  background: #333;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  text-align: center;
  transition: 0.4s all;
}
#blog #content article .content .contact-read-more .read-more:hover {
  background: #388E3C;
}
#blog #content article .print-link {
  background: #388E3C;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 3px;
  transition: 0.4s all ease;
  margin-top: 20px;
  display: inline-block;
}
#blog #content article .print-link:hover {
  background: #333;
}
#blog #content .results-not-found {
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}
#blog .elm-wrapper .elm-button {
  border: none;
  background: #388E3C;
  padding: 15px 60px;
  border-radius: 3px;
  transition: 0.4s all ease;
  text-transform: uppercase;
}
#blog .elm-wrapper .elm-button:hover {
  background: #333;
}
#blog .elm-wrapper .elm-button:focus {
  outline: none;
}
#blog .pagination span,
#blog .pagination a {
  background: #388E3C;
  color: #fff;
  border-radius: 3px;
  padding: 10px 14px;
}
#blog .pagination a {
  background: #388E3C;
  text-decoration: none;
  transition: 0.4s all ease;
}
#blog .pagination a:hover {
  background: #1b451d;
}
#contact .header {
  padding: 0 20px;
}
#contact .header h1 {
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
#contact .header hr {
  margin-bottom: 40px;
  border-top: 1px solid #d0d0d0;
}
#contact p.address {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#contact .contact-form input,
#contact .contact-form textarea {
  font-size: 14px;
  width: 100%;
  border-radius: 1px;
  padding: 10px ;
  transition: all 0.4s ease;
  border: 1px solid #ccc;
}
#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
  border: 1px solid #388E3C;
  outline: none;
}
#contact .contact-form .wpcf7-submit {
  background: #388E3C;
  color: #fff;
  font-weight: 500;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: none;
}
#contact .contact-form .wpcf7-submit:hover {
  background: #333;
}
@media (max-width: 990px) {
  #contact .loop {
    margin-bottom: 20px;
  }
}
/* =sidebar search
********************************************************************/
#search-input {
  float: left;
  font-size: 14px;
  border-radius: 3px;
  text-indent: 5px;
  border: 1px solid #ccc;
  padding: 3px;
  width: 94%;
}
#search-input:focus {
  outline: none;
}
#search-button {
  position: absolute;
  margin-left: -30px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 3px 10px;
  vertical-align: middle;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#search-button:hover {
  box-shadow: 3px;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul li {
  font-family: 'PT Sans', sans-serif;
}
.searchandfilter ul li h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.searchandfilter ul li .noUi-connect {
  background: #388E3C;
}
.searchandfilter ul select {
  border-radius: 3px;
  border: 1px solid #ccc;
}
.searchandfilter ul select:focus {
  outline: none;
  border: 1px solid #5e9a41;
}
.searchandfilter ul .meta-range input {
  padding: 5px 10px 5px 20px;
  max-width: 80px;
  text-align: center;
}
.searchandfilter ul .meta-range .meta-slider {
  padding-right: 0px;
}
.searchandfilter ul .sf-field-submit {
  padding-top: 0;
}
#footer {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
  color: #777;
}
#footer hr {
  border-top: #333 1px solid;
}
#footer .header {
  text-align: center;
}
#footer .header h1 {
  font-weight: 400;
  font-size: 30px;
}
#footer .widgets {
  margin-top: 10px;
}
#footer .widgets h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
#footer .widgets .cookies,
#footer .widgets .contact-footer {
  margin-bottom: 10px;
}
#footer .widgets .cookies p,
#footer .widgets .contact-footer p {
  font-size: 13px;
  text-align: justify;
}
#footer .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  padding: 10px 12px;
  margin-bottom: 20px;
  margin-right: 20px;
  background: #333;
  z-index: 99;
  transition: 0.4s all;
}
#back-to-top span {
  color: #fff !important;
}
#back-to-top:hover {
  background: #388E3C;
}
.error404 {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.error404 .number {
  font-size: 200px;
}
.error404 .page-not-found {
  display: block;
  margin-top: -60px;
  font-size: 30px;
  text-transform: uppercase;
}
.error404 .back-to-home {
  display: inline-block;
  margin-top: 20px;
  background: #388E3C;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s all;
  padding: 15px 30px;
}
.error404 .back-to-home:hover {
  background: #333;
}
.searchandfilter li ul {
  padding-left: 0px;
}
.searchandfilter li ul li {
  display: block;
}
