/*--- Defaults ---*/
@font-face {
  font-family: 'Roboto';
  src: url('/includes/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/Roboto-Regular.woff') format('woff'), url('/includes/fonts/Roboto-Regular.ttf') format('truetype'), url('/includes/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('/includes/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/Roboto-Medium.woff') format('woff'), url('/includes/fonts/Roboto-Medium.ttf') format('truetype'), url('/includes/fonts/Roboto-Medium.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: url('/includes/images/bg-1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
}
.box-shadow {
  box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
}
* {
  box-sizing: border-box;
  line-height: 1.2;
  font-family: Roboto;
}
p {
  margin: 0;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.form-control:focus,
input:focus {
  box-shadow: none;
  outline: none;
}
.button {
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 15px;
}
.beige-btn {
  background-color: #fff6dd;
  color: #362f2d;
  font-family: Roboto-Medium;
  transition: all ease-in 0.2s;
}
.beige-btn:hover {
  background-color: #362f2d;
  color: #fff6dd;
  border: 1px solid #fff6dd;
}
.brown-btn {
  background-color: #362f2d;
  color: #fff6dd;
  font-family: Roboto-Medium;
  border: 1px solid #fff6dd;
  transition: all ease-in 0.2s;
}
.brown-btn:hover {
  background-color: #fff6dd;
  color: #362f2d;
  border: 1px solid #fff6dd;
}
.green-btn {
  background-color: #005e20;
  border: 1px solid #009031;
  color: #fff6dd;
  font-family: Roboto-Medium;
  padding: 10px;
  transition: all ease-in 0.2s;
}
.green-btn:hover {
  background-color: #009031;
  border: 1px solid #005e20;
}
.active-edit .fa-circle {
  color: #005e20 !important;
}
.please-login {
  padding: 25px 0;
}
.please-login p {
  font-weight: bold;
}
.please-login .button {
  margin-top: 25px;
}
#slide-show {
  position: fixed;
  top: 50px;
  z-index: 1000;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#startoverlay {
  width: 100%;
  height: 4000px;
  display: block;
  position: fixed;
  z-index: 5000;
  background-color: #444;
  top: 0;
  opacity: 0.9;
}
#countdown {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 50%;
  min-height: 200px;
  padding: 10px;
  height: auto;
  background: #fcfcfc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 20px;
}
#countdown .clock {
  color: #444;
  margin: 15px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 3em;
  font-weight: bold;
}
#countdown .info {
  color: black;
  font-size: 1em;
  line-height: 2em;
}
#countdown .info .welcome {
  color: #ab9864;
  font-weight: bold;
  font-size: 1.5em;
}
#countdown .registration-button {
  margin-bottom: 10px;
}
#countdown .registration-button .button {
  display: inline-block;
}
/*--- Header ---*/
header {
  background: #CCC;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
}
header .top-row {
  background-color: #362f2d;
  color: #fff6dd;
  padding: 5px 0;
}
header .top-row .list-inline {
  margin-bottom: 0px;
}
header .top-row .list-inline li .fa-mobile {
  font-size: 22px;
}
header .top-row .list-inline li .fa,
header .top-row .list-inline li p {
  display: inline-block;
  vertical-align: middle;
}
header .top-row .list-inline li p {
  line-height: 15px;
}
header .top-row .search-input {
  width: 100%;
  color: #362f2d;
  background: url('../images/search.png') no-repeat;
  background-position: right 10px center;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 5px 30px 5px 10px;
}
header .top-row .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #362f2d;
  font-style: italic;
}
header .top-row .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #362f2d;
  font-style: italic;
}
header .top-row .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #362f2d;
  font-style: italic;
}
header .top-row .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #362f2d;
  font-style: italic;
}
header .top-row .userbar {
  padding-top: 7px;
}
header .menu-row {
  background-color: #fff6dd;
}
header .menu-row .container {
  position: relative;
}
header .menu-row .site-logo {
  display: inline-block;
  padding: 20px 0;
  max-width: 200px;
}
header .menu-row .menu {
  position: absolute;
  bottom: 0;
  right: 0;
}
header .menu-row .menu .list-inline {
  margin-bottom: 0;
}
header .menu-row .menu .list-inline li {
  color: #ab9864;
  cursor: pointer;
  transition: all ease-in 0.3s;
  padding: 10px;
}
header .menu-row .menu .list-inline li a {
  font-size: 16px;
  padding: 10px;
}
header .menu-row .menu .list-inline li:hover {
  background-color: #005e20;
  color: #fff6dd;
  text-shadow: 0 0 0.2px #fff6dd, 0 0 0.2px #fff6dd;
}
header .menu-row .menu .list-inline .active-menu {
  background-color: #005e20;
  color: #fff6dd;
  text-shadow: 0 0 0.2px #fff6dd, 0 0 0.2px #fff6dd;
}
header .slider-row {
  background: url('../images/slider-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  border-bottom: 5px solid #2b2624;
  padding: 20px;
}
header .slider-row #owl-carousel {
  margin-top: 50px;
}
header .slider-row #owl-carousel .item {
  position: relative;
}
header .slider-row #owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
header .slider-row #owl-carousel .item h3 {
  position: absolute;
  bottom: 100px;
  left: 40px;
  margin: 0;
  color: #fff6dd;
  font-size: 50px;
  font-weight: bold;
  width: 50%;
  text-shadow: 5px 5px 10px #000;
  text-transform: uppercase;
}
header .slider-row #owl-carousel .owl-controls {
  position: relative;
  bottom: 45px;
  margin-bottom: -34px;
  margin-top: 0px;
}
header .slider-row #owl-carousel .owl-controls .owl-page span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #fff;
}
header .slider-row #owl-carousel .owl-controls .owl-page.active span {
  background-color: #005e20;
}
/*--- Footer ---*/
footer {
  background: #CCC;
  filter: alpha(opacity=40);
  /* IE */
  -moz-opacity: 0.4;
  /* Mozilla */
  opacity: 0.4;
  /* CSS3 */
  position: fixed !important;
  height: 20px;
  line-height: 1.5em;
  bottom: 0;
}
footer .copyright {
  color: #000;
  padding: 4px;
}
footer .support,
footer .version {
  font-style: italic;
  padding: 4px;
}
/*--- MAIN ---*/
main #main-container {
  padding-top: 20px;
}
main .form-error {
  margin: 5px 0 ;
  color: red;
}
main .back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*--- Home ---*/
.news .img-cont {
  position: relative;
}
.news .img-cont .author {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 100%;
  padding: 10px 5px;
  background-color: rgba(0, 94, 32, 0.7);
  color: #fff;
  margin-bottom: 0;
}
.news .img-cont .author li:first-of-type {
  border-right: 1px solid #fff;
}
.news h3 {
  color: #ab9864;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.freshest-news {
  padding: 25px 0;
}
.freshest-news h2 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
.freshest-news h3 {
  font-size: 20px;
}
.freshest-news .button {
  margin-top: 20px;
}
.freshest-news .advertisement p {
  color: #a9a9a9;
}
.freshest-news .advertisement .ad {
  width: 100%;
  height: 500px;
  background-color: #a9a9a9;
}
.freshest-news .facebook {
  margin-top: 20px;
}
.freshest-news .facebook iframe {
  width: 100%;
}
.newsletter {
  background: url('../images/newsletter-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
}
.newsletter .left p {
  color: #fff;
  font-size: 24px;
  padding-top: 40px;
}
.newsletter .signup-form label {
  color: #fff;
  padding-top: 10px;
  text-align: left;
  font-weight: normal;
}
.newsletter .signup-form input {
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.newsletter .signup-form .button {
  width: 50%;
}
.newsletter .signup-form .form-group:last-of-type {
  margin-bottom: 0;
}
.newsletter.loggedin {
  padding: 40px 0;
}
.newsletter.loggedin .left p {
  color: #fff;
  font-size: 24px;
  padding-top: 0;
}
.newsletter.loggedin .green-btn {
  display: inline-block;
  width: 40%;
  margin-top: 10px;
}
.professional-news {
  background-color: #ebebeb;
}
.professional-news .left {
  margin-top: 25px;
}
.professional-news .left h2 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
.professional-news .left .top-news {
  margin-bottom: 25px;
}
.professional-news .left .top-news .first-news img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
.professional-news .left .top-news h2 {
  color: #ab9864;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
.professional-news .left .top-news .author {
  color: #ab9864;
}
.professional-news .left .top-news .author li:first-of-type {
  border-right: 1px solid #ab9864;
}
.professional-news .left .top-news .desc {
  font-size: 16px;
}
.professional-news .left .green-btn {
  margin-top: 20px;
}
.professional-news .left .news h3 {
  font-size: 20px;
}
.professional-news .right .categories {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  border-left: 1px solid #ab9864;
}
.professional-news .right .categories h3 {
  padding: 10px;
  color: #005e20;
  margin-bottom: 0;
  font-weight: bold;
}
.professional-news .right .categories hr {
  border-top: 1px solid #ab9864;
  width: 50%;
  margin: 0 0 5px 0;
}
.professional-news .right .categories a {
  padding: 5px 10px;
  color: #ab9864;
  font-size: 16px;
  font-weight: bold;
}
.professional-news .right .magazine {
  padding-left: 10px;
}
.professional-news .right .magazine h3 {
  color: #005e20;
  font-weight: bold;
  margin-top: 40px;
}
.professional-news .right .magazine a {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.professional-news .right .magazine a img {
  margin: 0 auto;
}
.professional-news .advertisement-big {
  color: #a9a9a9;
  margin: 25px 0;
}
.professional-news .advertisement-big p {
  margin-bottom: 10px;
}
.professional-news .advertisement-big .ad {
  width: 80%;
  height: 120px;
  margin: 0 auto;
  background-color: #a9a9a9;
}
#home-galleries {
  margin-bottom: 20px;
}
#home-galleries .left {
  margin-top: 25px;
}
#home-galleries .left h2 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
#home-galleries .left .pinned h2 {
  color: #ab9864;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
#home-galleries .left .pinned .author {
  color: #a9a9a9;
  margin-bottom: 15px;
}
#home-galleries .left .pinned .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#home-galleries .right .categories {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  border-left: 1px solid #ab9864;
}
#home-galleries .right .categories h3 {
  padding: 10px;
  color: #005e20;
  margin-bottom: 0;
  font-weight: bold;
}
#home-galleries .right .categories hr {
  border-top: 1px solid #ab9864;
  width: 50%;
  margin: 0 0 5px 0;
}
#home-galleries .right .categories a {
  padding: 5px 10px;
  color: #ab9864;
  font-size: 16px;
  font-weight: bold;
}
#home-galleries .green-btn {
  margin-top: 20px;
}
#home-galleries .other-galleries {
  margin-top: 45px;
}
#home-galleries .other-galleries .gallery {
  color: #ab9864;
}
#home-galleries .other-galleries .gallery .title {
  word-wrap: break-word;
}
#home-galleries .other-galleries .gallery h2 {
  font-size: 20px;
}
#home-galleries .advertisement-big {
  color: #a9a9a9;
  margin: 25px 0;
}
#home-galleries .advertisement-big p {
  margin-bottom: 10px;
}
#home-galleries .advertisement-big .ad {
  width: 80%;
  height: 120px;
  margin: 0 auto;
  background-color: #a9a9a9;
}
#expert-answer {
  background-color: #fff6dd;
  padding-bottom: 25px;
}
#expert-answer .left {
  margin-top: 25px;
}
#expert-answer .left h2 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
#expert-answer .left .question h4 {
  margin: 15px 0;
  color: #ab9864;
}
#expert-answer .left .question .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#expert-answer .left .question .author span {
  color: #005e20;
  font-weight: bold;
}
#expert-answer .left .green-btn {
  margin-top: 20px;
}
#expert-answer .right .categories {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  border-left: 1px solid #ab9864;
}
#expert-answer .right .categories h3 {
  padding: 10px;
  color: #005e20;
  margin-bottom: 0;
  font-weight: bold;
}
#expert-answer .right .categories hr {
  border-top: 1px solid #ab9864;
  width: 50%;
  margin: 0 0 5px 0;
}
#expert-answer .right .categories a {
  padding: 5px 10px;
  color: #ab9864;
  font-size: 16px;
  font-weight: bold;
}
#home-forum {
  background-color: #fff;
  padding: 25px 0;
}
#home-forum h2 {
  color: #005e20;
  margin-bottom: 25px;
  font-weight: bold;
}
#home-forum h3 {
  color: #005e20;
  margin-bottom: 15px;
  font-weight: bold;
}
#home-forum .topic h4,
#home-forum .comment h4 {
  margin: 25px 0 10px 0;
  color: #ab9864;
  font-weight: bold;
}
#home-forum .topic .author,
#home-forum .comment .author {
  color: #a9a9a9;
}
#home-forum .topic .author li,
#home-forum .comment .author li {
  border-right: 1px solid #ebebeb;
}
#home-forum .topic .author li:last-of-type,
#home-forum .comment .author li:last-of-type {
  border-right: 0;
}
#home-forum .topic p,
#home-forum .comment p {
  border-left: 5px solid #005e20;
  padding-left: 10px;
}
#home-forum .green-btn {
  margin-top: 20px;
}
.useful-links {
  background-color: #ebebeb;
  padding: 25px 0;
}
.useful-links h2 {
  color: #005e20;
  font-weight: bold;
}
.useful-links .column {
  border-right: 1px solid #e9dbb4;
}
.useful-links .column:last-of-type {
  border-right: none;
}
.useful-links .column .item {
  margin-bottom: 20px;
}
.useful-links .column .item h3 a {
  color: #005e20;
  text-decoration: underline;
}
.useful-links .column .item p {
  font-size: 16px;
}
.partners {
  padding: 25px 0;
}
.partners h2 {
  color: #005e20;
  font-weight: bold;
}
.partners img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all ease-in 0.3s;
  margin: 25px auto;
}
.partners img:hover {
  -webkit-filter: none;
  filter: none;
}
.apples {
  background: url('../images/apples.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
  box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 40px -10px rgba(0, 0, 0, 0.75);
}
.pagination {
  display: block;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.pagination .paging li {
  background-color: #a9a9a9;
  color: #fff;
  border-radius: 50%;
  padding: 10px 13px;
  margin-right: 10px;
}
.pagination .paging li:first-of-type {
  margin-left: 10px;
}
.pagination .paging li.active {
  background-color: #005e20;
}
.pagination .paging .green-btn {
  display: inline;
  width: 20%;
  margin: 10px 0;
}
.pagination a.pagination-element {
  color: #fff;
  text-decoration: none;
}
.pagination *.pagination-element {
  background: #444343;
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
}
.pagination *.pagination-element.current {
  background: none;
  border: 1px solid #444343;
  color: #444343;
  padding: 1px 4px;
}
#home-main .dash-head {
  background-color: #2b2624;
}
#home-main .dash-head h2 {
  color: #fff6dd;
  margin: 12px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#home-main .section-head {
  color: #005e20;
  border-bottom: 1px solid #005e20;
  margin-bottom: 15px;
}
#home-main .section-head h2 {
  margin-top: 0;
  font-weight: bold;
}
#home-main .section-head .goto {
  font-weight: bold;
  border-bottom: 2px solid #005e20;
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
}
#home-main .fresh-news {
  background-color: #fff6dd;
  padding: 25px 0;
}
#home-main .fresh-news .first-news img {
  width: 100%;
}
#home-main .fresh-news .first-news .highlighted {
  color: #ab9864;
  margin: 10px 0;
  font-weight: bold;
}
#home-main .fresh-news .first-news .author {
  color: #ab9864;
}
#home-main .fresh-news .first-news .author li:first-of-type {
  border-right: 1px solid #ab9864;
}
#home-main .fresh-news .first-news .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
#home-main .fresh-news .first-news .highlighted {
  font-size: 24px;
}
#home-main .fresh-news .experts {
  margin-top: 15px;
}
#home-main .fresh-news .galleries .gallery {
  margin-bottom: 25px;
}
#home-main .fresh-news .galleries .gallery .img-cont {
  position: relative;
}
#home-main .fresh-news .galleries .gallery .img-cont .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 94, 32, 0.7);
  color: #fff;
  margin-bottom: 0;
}
#home-main .fresh-news .articles .article h3 {
  margin: 10px 0;
  font-size: 20px;
}
#home-main .fresh-news .experts .expert h4 {
  color: #ab9864;
  font-weight: bold;
  margin: 10px 0;
}
#home-main .fresh-news .experts .expert .author {
  color: #a9a9a9;
}
#home-main .fresh-news .experts .expert .author span {
  color: #005e20;
  font-weight: bold;
}
#home-main .fresh-news .experts .expert .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  padding-right: 7px;
}
#home-main .fresh-news .section .go-to {
  color: #005e20;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0 21px;
  display: inline-block;
  border-bottom: 2px solid #005e20;
}
#home-main .fresh-news .magazines .magazine a img {
  margin: 0 auto;
}
#home-main .fresh-news .magazines .magazine .button {
  margin-top: 10px;
}
#home-main .fresh-news .forum .topic {
  margin-bottom: 10px;
}
#home-main .fresh-news .forum .topic h4 {
  color: #ab9864;
  font-weight: bold;
  margin: 10px 0;
}
#home-main .fresh-news .forum .topic p {
  border-left: 5px solid #005e20;
  padding-left: 5px;
}
/*--- Static pages ---*/
/*--- Pages ---*/
.page h1 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
.page .news-item {
  margin-bottom: 25px;
}
.page .news-item .img-float {
  width: 40%;
  float: left;
  margin: 0 10px 10px 0;
}
.page .news-item h3 {
  margin-top: 0;
  color: #ab9864;
}
.page .news-item .author li {
  color: #a9a9a9;
}
.page .news-item .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
.page .news-item .desc {
  font-size: 16px;
}
.page .right .categories {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  border-left: 1px solid #ab9864;
}
.page .right .categories h3 {
  padding: 10px;
  color: #005e20;
  margin-bottom: 0;
  font-weight: bold;
}
.page .right .categories hr {
  border-top: 1px solid #ab9864;
  width: 50%;
  margin: 0 0 5px 0;
}
.page .right .categories .maincat {
  display: block;
  cursor: pointer;
  margin: 14px 7px;
  color: #ab9864;
  font-size: 16px;
  font-weight: bold;
}
.page .right .categories a {
  padding: 5px 0;
  color: #ab9864;
  font-size: 16px;
  font-weight: bold;
}
.page .right .categories a.maincat {
  margin: 7px 0 7px 30px;
}
.page .right .categories a.url {
  display: block;
  padding-top: 10px;
  padding-left: 7px;
  color: black;
  font-size: .9em;
  width: 100%;
}
.page .right .categories .cat {
  cursor: pointer;
  color: #ab9864;
  font-size: 16px;
  margin-top: 14px;
  margin-right: 7px;
  margin-bottom: 14px;
  margin-left: 33px;
  font-weight: bold;
  display: block;
}
.page .right .categories .hassubcat {
  margin-left: 10px;
}
.page .right .categories .hassubcat .fa {
  margin-right: 10px;
  color: #ab9864;
  cursor: pointer;
}
.page .right .categories .hassubcat .cat {
  margin: 0px;
  display: inline;
}
.page .right .categories ul {
  padding-left: 7px;
}
.page .right .categories ul li {
  margin-bottom: 7px;
}
.page .right .categories .subcat {
  display: none;
  padding-left: 40px;
  margin-top: 7px;
  margin-bottom: 0;
}
.page .right .categories a.url {
  display: none;
}
.page .right .related {
  padding-left: 10px;
}
.page .right .related h3 {
  color: #005e20;
  font-weight: bold;
  margin-top: 40px;
}
.page .right .related .related-news {
  margin-bottom: 15px;
}
.page .right .related .related-news .related-img,
.page .right .related .related-news .desc {
  display: inline-block;
  vertical-align: top;
}
.page .right .related .related-news .related-img {
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page .right .related .related-news .desc {
  padding-left: 10px;
  width: 76%;
}
.page .right .related .related-news .desc h4 {
  margin-top: 0;
  color: #ab9864;
  word-wrap: break-word;
}
.page .right .related .related-news .desc .author li {
  color: #a9a9a9;
}
.page .right .related .related-news .desc .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
.page .right .magazine {
  padding-left: 10px;
}
.page .right .magazine h3 {
  color: #005e20;
  font-weight: bold;
  margin-top: 40px;
}
.page .right .magazine a {
  display: block;
  margin: 20px 0;
  color: #ab9864;
  font-weight: bold;
  font-size: 16px;
}
.page .right .magazine img {
  margin: 0 auto;
}
.page .right .advertisement {
  margin: 35px 0;
}
.page .right .advertisement p {
  color: #a9a9a9;
}
.page .right .advertisement .ad {
  width: 100%;
  height: 500px;
  /*background-color: @lightgray;*/
}
.page .comments {
  margin: 50px 0;
}
.page .comments .textbox {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}
.page .comments .textbox textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  resize: none;
  padding: 25px;
}
.page .comments .textbox .green-btn {
  margin-top: 17px;
}
.page .comments .other-comments .comment {
  margin: 15px 0;
}
.page .comments .other-comments .comment .author li:last-of-type {
  color: #a9a9a9;
}
.page .comments .other-comments .comment .buttons {
  margin-top: 10px;
  color: #005e20;
  font-weight: bold;
}
.page .comments .other-comments .comment .buttons li {
  cursor: pointer;
}
.page .comments .other-comments .comment .buttons li span {
  margin-left: 5px;
}
.page .comments .other-comments .reply {
  padding-left: 115px;
}
.page .comments .comment-count p {
  margin: 10px 0;
}
.page .contactform h3 {
  color: #005e20;
  margin-bottom: 40px;
  font-weight: bold;
}
.page .contactform label {
  font-weight: normal;
  text-align: left;
}
.page .contactform input,
.page .contactform textarea {
  background-color: transparent;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  color: #a9a9a9;
}
.page .contactform textarea {
  resize: none;
}
.page .contactform .green-btn {
  float: right;
}
/*--- News ---*/
.cat-bread {
  margin-top: 25px;
}
.cat-bread li {
  color: #a9a9a9;
}
.cat-bread li.active {
  color: #ab9864;
}
#news-main h1 {
  color: #005e20;
  margin-bottom: 45px;
  font-weight: bold;
}
#news-main .news-item {
  margin-bottom: 25px;
  min-height: 230px;
  overflow: hidden;
  /*        .desc:after{
            content: "\02026";
        } */
}
#news-main .news-item h3 {
  margin-top: 0;
  color: #ab9864;
}
#news-main .news-item .author li {
  color: #a9a9a9;
}
#news-main .news-item .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#news-main .news-item .desc {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
}
#news-main .right .categories {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  border-left: 1px solid #ab9864;
}
#news-main .right .categories h3 {
  padding: 10px;
  color: #005e20;
  margin-bottom: 0;
  font-weight: bold;
}
#news-main .right .categories hr {
  border-top: 1px solid #ab9864;
  width: 50%;
  margin: 0 0 5px 0;
}
#news-main .right .related {
  padding-left: 10px;
}
#news-main .right .related h3 {
  color: #005e20;
  font-weight: bold;
  margin-top: 40px;
}
#news-main .right .magazine {
  padding-left: 10px;
}
#news-main .right .magazine h3 {
  color: #005e20;
  font-weight: bold;
  margin-top: 40px;
}
#news-main .right .magazine a {
  display: block;
  margin: 20px 0;
  color: #ab9864;
  font-weight: bold;
  font-size: 16px;
}
/*--- Magazines ---*/
.magazines {
  margin-bottom: 45px;
}
.magazines .year-select {
  margin-bottom: 45px;
}
.magazines .year-select label {
  text-align: left;
}
.magazines .news-item .author li:first-of-type {
  border-right: 0 !important;
}
.magazines .news-item img {
  margin: 0 auto;
}
.magazines .news-item .green-btn {
  margin-top: 20px;
}
.dropdown-select {
  background-image: url('../images/select.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #ebebeb;
  box-shadow: none;
}
.dropdown-select::-ms-expand {
  display: none;
}
/*--- Search results ---*/
#results #search-form .form-group {
  width: 100%;
}
#results #search-form .form-group label {
  padding-top: 10px;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#results #search-form .form-group input {
  width: 100%;
  border-radius: 0;
}
#results #search-form .button {
  width: 100%;
  padding: 9px;
}
#results .keyword {
  margin-top: 25px;
}
#results .keyword span {
  font-style: italic;
}
#results #result-list {
  margin-top: 50px;
}
#results #result-list .result {
  margin-bottom: 25px;
}
#results #result-list .result h3 {
  color: #ab9864;
  font-weight: bold;
}
#results #result-list .result .cat-bread {
  margin-top: 0;
}
#results #result-list .result p {
  font-size: 16px;
}
/*--- Registration ---*/
#registration .required-info {
  background-color: #fff6dd;
  padding-bottom: 15px;
}
#registration h2 {
  color: #005e20;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 35px;
}
#registration label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
#registration label.checkbox-inline {
  margin-left: 25px;
}
#registration .topics .checkbox-inline {
  margin: 0 25px 0 0;
}
#registration input {
  border-radius: 0;
}
#registration .basic-infos {
  margin: 25px 0;
}
#registration .basic-infos .beige-check {
  background-color: #fff6dd;
  padding-bottom: 17px;
  margin-top: 50px;
}
#registration .species {
  margin-top: 25px;
}
#registration .species .left p {
  font-weight: bold;
  margin-top: 17px;
  font-size: 16px;
}
#registration .terms {
  background-color: #fff6dd;
  padding-bottom: 17px;
}
#registration .terms a {
  color: #005e20;
  text-decoration: underline;
}
#registration .green-btn {
  margin: 25px 0;
}
/*--- Single news ---*/
#single-news {
  word-wrap: break-word;
}
#single-news h1 {
  margin-bottom: 20px;
}
#single-news .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#single-news .content {
  margin: 45px 0;
}
#single-news .content p {
  margin-bottom: 10px;
  line-height: 20px;
}
#single-news .social li {
  vertical-align: top;
}
#single-news .social li iframe {
  width: 100%;
  height: 25px;
  vertical-align: top;
  margin-top: 13px;
}
/*--- Profile ---*/
#profile {
  margin-bottom: 25px;
}
#profile.public-profile #galleryview {
  margin-top: 35px;
}
#profile .profile-mobile {
  position: relative;
}
#profile .profile-mobile .mobile-btn {
  display: inline-block;
  padding: 5px 12px;
  background-color: #ab9864;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#profile .profile-mobile .mobile-btn i,
#profile .profile-mobile .mobile-btn p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px;
  color: #fff;
}
#profile .profile-mobile .mobile-btn i {
  font-size: 22px;
}
#profile .profile-mobile .mobile-btn p {
  margin-right: 0;
}
#profile .profile-mobile #profile-menu {
  display: none;
  width: 132px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  background-color: #ab9864;
  padding: 10px;
}
#profile .profile-mobile #profile-menu li {
  padding: 5px;
  font-size: 16px;
  color: #fff;
}
#profile .profile-mobile #profile-menu li:first-of-type {
  padding-top: 0;
}
#profile .profile-mobile #profile-menu li:last-of-type {
  padding-bottom: 0;
}
#profile .profile-header .container {
  border-bottom: 5px solid #ab9864;
  position: relative;
}
#profile .profile-header .container .profile-img {
  margin-bottom: 15px;
}
#profile .profile-header .container .username {
  position: absolute;
  bottom: 0;
  left: 190px;
}
#profile .profile-header .container .username h2 {
  margin-bottom: 15px;
}
#profile .profile-header .container .usermenu {
  position: absolute;
  bottom: 0;
  right: -25px;
}
#profile .profile-header .container .usermenu .list-inline {
  margin-bottom: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}
#profile .profile-header .container .usermenu .list-inline li {
  display: table-cell;
  text-align: center;
  color: #ab9864;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
}
#profile .profile-header .container .usermenu .list-inline li.active,
#profile .profile-header .container .usermenu .list-inline li:hover {
  background-color: #ab9864;
  color: #fff;
}
#profile #tab-2 {
  display: none;
}
#profile #tab-2 .terms a {
  color: #005e20;
  text-decoration: underline;
}
#profile #tab-3 {
  display: none;
}
#profile #tab-4 {
  display: none;
}
#profile h2 {
  color: #005e20;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 35px;
}
#profile label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
#profile label.info {
  padding-left: 0;
  padding-top: 20px;
}
#profile label.checkbox-inline {
  margin-left: 25px;
}
#profile label textarea {
  resize: none;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
}
#profile .topics .checkbox-inline {
  margin-right: 25px;
  margin-left: 0;
}
#profile input {
  border-radius: 0;
}
#profile .species {
  margin-top: 25px;
}
#profile .species .left p {
  font-weight: bold;
  margin-top: 17px;
  font-size: 16px;
}
#profile .save-button {
  margin: 25px 0;
}
#profile .image-browse-btn {
  display: none;
}
#profile .uploaded-image-name {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: default;
}
#profile .image-panel {
  box-shadow: none;
}
#profile .image-panel .panel-heading {
  position: relative;
}
#profile .image-panel .panel-heading img {
  margin: 0 auto;
}
#profile .image-panel .panel-heading .edit-image {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
#profile .image-panel .panel-heading .edit-image .fa-circle {
  color: #2b2624;
}
#profile .image-panel .panel-heading .edit-image:hover .fa-circle {
  color: #005e20;
  transition: color ease-in-out 0.3s;
}
#profile .image-panel .panel-heading .edit-menu {
  display: none;
  position: absolute;
  top: 25px;
  right: 38px;
  background-color: #005e20;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}
#profile .image-panel .panel-heading .edit-menu li {
  padding-bottom: 10px;
}
#profile .image-panel .panel-heading .edit-menu li:last-of-type {
  padding-bottom: 0;
}
#profile .image-panel .panel-body .hidden-save-title {
  display: none;
}
/*--- Articles ---*/
#articles {
  margin-bottom: 25px;
}
#articles .restricted-contents {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#articles .restricted-contents a {
  color: #005e20;
  text-decoration: underline;
}
#articles .category h2 {
  color: #005e20;
  padding-left: 10px;
  cursor: pointer;
}
#articles .category hr {
  border-top: 1px solid #ab9864;
  margin: 0;
  width: 10%;
  text-align: left;
}
#articles .category ul {
  margin: 20px 0 0 80px;
}
#articles .category ul ul {
  margin: 20px 0 0 30px;
}
#articles .category ul ul.articles {
  margin-top: 10px;
}
#articles .category ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ab9864;
  cursor: pointer;
}
#articles .category ul li:last-of-type {
  margin-bottom: 0;
}
#articles .category ul li h4 {
  margin: 0;
  padding: 5px 0;
}
#articles .category ul li .lead {
  color: #000;
  font-size: 12px;
  margin: 0;
}
#articles .category .subcat {
  display: none;
}
#articles .category .subcat li .active-subcat {
  color: #005e20;
}
#articles .category .articles {
  display: none;
}
/*--- Article news ---*/
#article-news h1 {
  margin-bottom: 20px;
}
#article-news .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#article-news .content {
  margin: 45px 0;
}
#article-news .content img {
  max-width: 100%;
  height: auto !important;
}
#article-news .content p {
  margin-bottom: 10px;
  line-height: 20px;
}
#article-news .social li {
  vertical-align: top;
}
#article-news .social li iframe {
  width: 100%;
  height: 25px;
  vertical-align: top;
  margin-top: 13px;
  margin-right: 5px;
}
/*--- Login ---*/
#login {
  margin-bottom: 25px;
}
#login label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
#login input {
  border-radius: 0;
}
#login .forgot {
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}

.login-panel {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
}
/*--- Forgot password ---*/
#forgot {
  margin-bottom: 25px;
}
#forgot label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
#forgot input {
  border-radius: 0;
}
#forgot .forgot {
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}
#forgot .button {
  width: 100%;
}
/*--- 404 ---*/
#error {
  margin-bottom: 45px;
}
#error h1 {
  margin-bottom: 20px;
}
#error p {
  margin-bottom: 45px;
  font-size: 16px;
}
#error label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
#error input {
  border-radius: 0;
  width: 100%;
}
#error .forgot {
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}
/*--- Static pages ---*/
#static-page-content {
  margin: 25px 0;
}
#static-page-content p {
  line-height: 1.5;
}
#static-page-content #error-search {
  margin-top: 15px;
}
#static-page-content #error-search #search {
  border-radius: 0;
}
#static-page-content #error-search .button {
  margin-left: 5px;
  padding: 9px;
}
/*--- Forum ---*/
#forum-categories {
  margin-bottom: 50px;
}
#forum-categories .select-category {
  padding: 25px;
  background-color: #ebebeb;
}
#forum-categories .select-category .welcome {
  font-weight: bold;
  margin-bottom: 25px;
}
#forum-categories .select-category .welcome p {
  line-height: 1.5;
}
#forum-categories .select-category label {
  font-weight: normal;
  text-align: left;
}
#forum-categories .select-category .dropdown-select {
  border: 1px solid #a9a9a9;
}
#forum-categories .select-category textarea {
  resize: none;
}
#forum-categories .category {
  border-bottom: 1px solid #ab9864;
  padding-bottom: 25px;
}
#forum-categories .category:last-of-type {
  border-bottom: 0;
}
#forum-categories .category h1 {
  margin-bottom: 25px;
}
#forum-categories .category .go-to-category {
  display: block;
  margin-top: 30px;
  color: #005e20;
  font-weight: bold;
  text-decoration: underline;
}
#forum-categories .category .topic h3 {
  margin-top: 0;
  color: #ab9864;
}
#forum-categories .category .topic .last-comment {
  color: #a9a9a9;
}
#forum-categories .category .topic .last-comment li {
  border-right: 1px solid #a9a9a9;
}
#forum-categories .category .topic .last-comment li:last-of-type {
  border-right: 0;
}
#forum-categories .category .topic .latest-comment {
  margin-left: 50px;
  padding-left: 10px;
  border-left: 5px solid #005e20;
  line-height: 1.5;
}
#forum-categories .right .categories .maincat {
  margin-left: 15px;
}
#forum-categories .right .latest-topics h4 {
  color: #ab9864;
}
#forum-categories .right .latest-topics .author {
  color: #a9a9a9;
}
#forum-categories .right .latest-topics .author li {
  border-right: 1px solid #a9a9a9;
}
#forum-categories .right .latest-topics .author li:last-of-type {
  border-right: 0;
}
#forum-categories .right .latest-comments .author {
  color: #a9a9a9;
}
#forum-categories .right .latest-comments .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  margin-bottom: 5px;
}
#forum-categories .right .latest-comments a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
}
/*--- Forum posts ---*/
#forum-posts {
  margin-bottom: 50px;
}
#forum-posts .select-category {
  padding: 25px;
  background-color: #ebebeb;
}
#forum-posts .select-category label {
  font-weight: normal;
  text-align: left;
}
#forum-posts .select-category .dropdown-select {
  border: 1px solid #a9a9a9;
}
#forum-posts .select-category textarea {
  resize: none;
}
#forum-posts .left .filter {
  margin: 10px 0;
}
#forum-posts .left .author li:first-of-type {
  border-right: 1px solid #2b2624;
}
#forum-posts .left .topic h3 {
  color: #ab9864;
}
#forum-posts .left .topic .list-inline {
  color: #a9a9a9;
}
#forum-posts .left .topic .list-inline li {
  border-right: 1px solid #a9a9a9;
}
#forum-posts .left .topic .list-inline li:last-of-type {
  border-right: 0;
}
#forum-posts .right .categories .maincat {
  margin-left: 15px;
}
#forum-posts .right .latest-topics h4 {
  color: #ab9864;
}
#forum-posts .right .latest-topics .author {
  color: #a9a9a9;
}
#forum-posts .right .latest-topics .author li {
  border-right: 1px solid #a9a9a9;
}
#forum-posts .right .latest-topics .author li:last-of-type {
  border-right: 0;
}
#forum-posts .right .latest-comments .author {
  color: #a9a9a9;
}
#forum-posts .right .latest-comments .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  margin-bottom: 5px;
}
#forum-posts .right .latest-comments a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
}
/*--- Forum topics ---*/
#forum-topics {
  margin-bottom: 50px;
}
#forum-topics .select-category {
  padding: 25px;
  background-color: #ebebeb;
}
#forum-topics .select-category label {
  font-weight: normal;
  text-align: left;
}
#forum-topics .select-category .dropdown-select {
  border: 1px solid #a9a9a9;
}
#forum-topics .select-category textarea {
  resize: none;
}
#forum-topics .topics .topic {
  padding-top: 15px;
  padding-bottom: 15px;
}
#forum-topics .topics .topic h3 {
  margin-top: 0;
  color: #ab9864;
}
#forum-topics .topics .topic .last-comment {
  color: #a9a9a9;
}
#forum-topics .topics .topic .last-comment li {
  border-right: 1px solid #a9a9a9;
}
#forum-topics .topics .topic .last-comment li:last-of-type {
  border-right: 0;
}
#forum-topics .topics .topic .latest-comment {
  padding-left: 10px;
  border-left: 5px solid #005e20;
  line-height: 1.5;
}
#forum-topics .right .categories .maincat {
  margin-left: 15px;
}
#forum-topics .right .latest-topics h4 {
  color: #ab9864;
}
#forum-topics .right .latest-topics .author {
  color: #a9a9a9;
}
#forum-topics .right .latest-topics .author li {
  border-right: 1px solid #a9a9a9;
}
#forum-topics .right .latest-topics .author li:last-of-type {
  border-right: 0;
}
#forum-topics .right .latest-comments .author {
  color: #a9a9a9;
}
#forum-topics .right .latest-comments .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  margin-bottom: 5px;
}
#forum-topics .right .latest-comments a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
}
/*--- Contact ---*/
#contact {
  margin-top: 20px;
  margin-bottom: 50px;
}
#contact h3 {
  color: #005e20;
  font-weight: bold;
  margin-bottom: 40px;
}
#contact .informations p {
  line-height: 1.3;
}
/*--- Gallery index ---*/
#galleryindex {
  margin-bottom: 50px;
}
#galleryindex .first-gallery {
  background-color: #fff6dd;
  padding: 15px 0;
  word-wrap: break-word;
}
#galleryindex .first-gallery h3 {
  color: #ab9864;
  margin-top: 0;
  font-weight: bold;
}
#galleryindex .first-gallery .author {
  color: #a9a9a9;
}
#galleryindex .first-gallery .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  margin-bottom: 5px;
}
#galleryindex .other-gallery {
  margin-top: 25px;
  min-height: 170px;
}
#galleryindex .other-gallery h3 {
  color: #ab9864;
  margin-top: 0;
  font-weight: bold;
  word-wrap: break-word;
}
#galleryindex .other-gallery .author {
  color: #a9a9a9;
}
#galleryindex .other-gallery .author li:first-of-type {
  border-right: 1px solid #a9a9a9;
  margin-bottom: 5px;
}
/*--- Gallery view ---*/
#galleryview .slideshow {
  color: #005e20;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
}
#galleryview .gallery-image {
  margin-bottom: 25px;
}
#galleryview .gallery-image .gallery-image-container {
  max-width: 300px;
}
#galleryview .gallery-image .gallery-image-container img {
  cursor: pointer;
}
#galleryview .gallery-image p {
  color: #ab9864;
  margin-top: 15px;
  font-weight: bold;
}
#galleryview .banner {
  width: 50%;
  height: 100px;
  background-color: #a9a9a9;
  display: inline-block;
  margin: 15px 0 40px;
}
#slideshow-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5000;
}
#lightbox .lb-outerContainer .lb-container {
  padding: 0;
}
#lightbox .lb-details .lb-caption .image-title {
  font-size: 20px;
  margin: 5px 0 10px;
  display: block;
}
#lightbox .lb-details .lb-caption .image-content {
  font-size: 14px;
}
/*--- Expert index ---*/
#expert-index {
  margin-bottom: 50px;
}
#expert-index h2 {
  color: #005e20;
  margin: 35px 0;
  font-weight: bold;
}
#expert-index .search-questions {
  padding: 25px;
  background-color: #ebebeb;
}
#expert-index .search-questions .welcome {
  font-weight: bold;
  margin-bottom: 25px;
}
#expert-index .search-questions .welcome p {
  line-height: 1.5;
}
#expert-index .search-questions label {
  font-weight: normal;
  text-align: left;
}
#expert-index .search-questions .new-question-btn {
  display: inline-block;
}
#expert-index .categories .category {
  background-color: #fff6dd;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 15px;
}
#expert-index .categories .category h4 {
  color: #ab9864;
  font-weight: bold;
}
#expert-index .categories .category .list-inline {
  color: #a9a9a9;
}
#expert-index .categories .category .list-inline li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#expert-index .categories .category:hover {
  background-color: #005e20;
  transition: all ease-in-out 0.5s;
}
#expert-index .categories .category:hover h4,
#expert-index .categories .category:hover .list-inline {
  color: #fff;
}
#expert-index .questions .question {
  margin-bottom: 25px;
}
#expert-index .questions .question h4 {
  color: #ab9864;
  font-weight: bold;
}
#expert-index .questions .question h4 a {
  color: #ab9864;
  font-weight: bold;
  text-decoration: none;
}
#expert-index .questions .question .list-inline {
  color: #a9a9a9;
}
#expert-index .questions .question .list-inline li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#expert-index .questions .question a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
#expert-index .experts {
  background-color: #fff6dd;
  padding: 15px;
  margin-top: 30px;
}
#expert-index .experts h3 {
  color: #005e20;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
#expert-index .experts .expert {
  margin-bottom: 15px;
}
#expert-index .experts .expert h4 {
  margin-top: 75px;
  font-weight: bold;
  color: #005e20;
}
#expert-index .right .faq .question {
  margin-top: 20px;
}
#expert-index .right .faq .question p {
  margin-bottom: 15px;
}
#expert-index .right .faq .question .list-inline {
  color: #a9a9a9;
}
#expert-index .right .faq .question .list-inline li:first-of-type {
  border-right: 1px solid #a9a9a9;
}
#expert-index .right .faq .question a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
/*--- Expert category ---*/
.expert-category .faqs {
  background-color: #fff6dd;
  padding: 15px;
  margin-top: 30px;
}
.expert-category .faqs h3 {
  color: #005e20;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
.expert-category .faqs .faq {
  margin-bottom: 15px;
}
.expert-category .faqs .faq p {
  margin-bottom: 10px;
}
.expert-category .faqs .faq .list-inline {
  color: #a9a9a9;
}
.expert-category .faqs .faq .list-inline li {
  border-right: 1px solid #a9a9a9;
}
.expert-category .faqs .faq .list-inline li:last-of-type {
  border: none;
}
.expert-category .faqs .faq a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.expert-category .experts .expert h4 {
  margin-top: 60px;
}
/*--- Expert add question ---*/
.expert-add-question .form-horizontal .control-label {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.expert-add-question .form-horizontal .checkbox {
  font-size: 16px;
}
.expert-add-question .form-horizontal .first-checkbox {
  margin-top: 35px;
}
.expert-add-question .form-horizontal .save-btn {
  margin-top: 25px;
  margin-bottom: 30px;
}
.expert-add-question .form-horizontal .fa-stack {
  color: #005e20;
  font-size: 12px;
}
.expert-add-question .form-horizontal .remove-file {
  cursor: pointer;
}
.expert-add-question .form-horizontal .beforeuploads .uploaded-file-row {
  display: block;
}
.expert-add-question .form-horizontal .uploaded-file-row {
  display: none;
}
.expert-add-question .form-horizontal .uploaded-file-row .uploaded-file {
  background-color: #ebebeb;
  padding: 5px;
}
.expert-add-question .form-horizontal .uploaded-file-row .uploaded-file .filename {
  font-size: 14px;
  padding-top: 5px;
}
.expert-add-question .form-horizontal .upload p {
  width: 100%;
  height: 35px;
  padding: 10px;
  border: 1px solid #a9a9a9;
}
/*--- Expert question ---*/
.expert-question .question-desc {
  font-weight: bold;
}
.expert-question h2.expert-answer {
  margin-bottom: 10px !important;
}
.expert-question h3 {
  color: #005e20;
  font-weight: bold;
}
.expert-question .questions-in-cat {
  background-color: #ebebeb;
  padding: 20px;
  margin-top: 25px;
}
.expert-question .questions-in-cat h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.expert-question .questions-in-cat .other-question {
  margin-bottom: 25px;
}
.expert-question .questions-in-cat .other-question h4 {
  color: #ab9864;
  font-weight: bold;
}
.expert-question .questions-in-cat .other-question .list-inline {
  color: #a9a9a9;
}
.expert-question .questions-in-cat .other-question .list-inline li {
  border-right: 1px solid #a9a9a9;
}
.expert-question .questions-in-cat .other-question .list-inline li:last-of-type {
  border: none;
}
.expert-question .questions-in-cat .other-question a {
  color: #005e20;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.expert-question .expert {
  background-color: #fff6dd;
  padding: 20px;
  width: 40%;
  display: inline-block;
  margin: 40px 0 20px 20px;
}
.expert-question .expert h3 {
  margin-top: 0;
}
.expert-question .expert h4 {
  color: #005e20;
  font-weight: bold;
}
.expert-question .expert img,
.expert-question .expert .name {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.expert-question .expert .name {
  margin-top: 85px;
  padding-left: 15px;
}
.expert-question .expert p {
  margin-top: 15px;
}
.expert-question .respondent {
  color: #a9a9a9;
  margin-bottom: 25px;
}
.expert-question .respondent li {
  border-right: 1px solid #a9a9a9;
}
.expert-question .respondent li:last-of-type {
  border: none;
}
.expert-question .right .search {
  background-color: #ebebeb;
  padding: 10px;
  margin-top: 25px;
}
.expert-question .right .search .form-group input {
  width: 100%;
  padding: 5px;
}
.expert-question .right .search .form-group:last-of-type {
  margin-bottom: 0;
}

nav.main-menu.text-center {
    height: 85px;
    padding: 25px;
}

a.site-logo {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 9999;
}

/*--- Media queries ---*/
@media only screen and (max-width: 1024px) {
  header .menu-row .container {
    margin: 0;
  }
  header .menu-row .container .site-logo {
    display: block;
    padding: 35px 0;
    text-align: center;
  }
  header .menu-row .container .menu {
    position: static;
    display: block;
    text-align: center;
  }
  header .mobile-menu-row {
    position: relative;
  }
  header .mobile-menu-row .menu-bars {
    margin-bottom: 10px;
  }
  header .mobile-menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: -15px;
    bottom: -238px;
    z-index: 999;
    background-color: #fff6dd;
  }
  header .mobile-menu-row .mobile-menu ul {
    padding: 20px;
    margin-bottom: 0;
  }
  header .mobile-menu-row .mobile-menu ul li {
    margin-bottom: 10px;
  }
  header .mobile-menu-row .mobile-menu ul li:last-of-type {
    margin-bottom: 0;
  }
  .page .right .related .related-news {
    text-align: center;
  }
  .page .right .related .related-news .related-img {
    width: 100%;
    height: 100px;
  }
  .page .right .related .related-news .desc {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  #profile .profile-header .container .username {
    bottom: 75px;
    left: 160px;
  }
  #profile .profile-header .container .usermenu {
    right: -25px;
  }
  #expert-index .categories .category .list-inline li:first-of-type {
    border: none;
  }
  #expert-index .experts .expert h4 {
    margin-top: 50px;
  }
  .expert-question .expert .name {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  a.site-logo {
      position: absolute;
      left: 25%;
      top: 15px;
      z-index: 9999;
  }
  a.site-logo img{
      max-width: 150px;
  }
  .dataTables_wrapper{
      max-width: 100%;
      overflow-x: scroll;
  }

  .dt-buttons button {
    width: 100%;
    margin: 7px 0;
  }

  header .top-row .icon-row {
    text-align: center;
    margin-bottom: 5px;
  }
  .news h3 {
    font-size: 20px;
  }
  .news .img-cont .author {
    padding: 5px 0;
    text-align: center;
  }
  .news .img-cont .author li {
    font-size: 12px;
  }
  .newsletter .left p {
    padding-top: 15px;
    font-size: 22px;
  }
  footer .main-row h3 {
    font-size: 16px;
  }
  footer .main-row p {
    font-size: 12px;
  }
  footer .main-row .info .name {
    font-size: 18px;
  }
  footer .main-row .contactform label {
    font-size: 12px;
  }
  .magazines .news-item .green-btn {
    margin-bottom: 20px;
  }
  #profile .profile-header .container .username {
    left: 120px;
    bottom: 60px;
  }
  #profile .profile-header .container .usermenu {
    right: -25px;
  }
  #profile .profile-header .container .usermenu .list-inline li {
    padding: 10px 20px;
  }
  #articles .category hr {
    width: 15%;
  }
  .page .news-item .img-float {
    width: 100%;
  }
  .page .comments .other-comments .reply {
    padding-left: 140px;
  }
  #expert-index .experts .expert h4 {
    margin-top: 15px;
  }
  .expert-question .expert img,
  .expert-question .expert .name {
    display: block;
    width: 100%;
  }
  .expert-question .expert .name {
    margin-top: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #countdown {
    width: 90%;
  }
  #slide-show {
    width: 80% !important;
  }
  #slide-show .slideshow-title h3 {
    font-size: 18px;
  }
  header .top-row {
    font-size: 11px;
  }
  header .slider-row #owl-carousel {
    margin-top: 15px;
  }
  header .slider-row #owl-carousel .item h3 {
    font-size: 25px;
    bottom: 70px;
  }
  footer .main-row {
    padding: 25px 0;
  }
  footer .main-row .column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    float: none;
  }
  footer .main-row .column h3 {
    margin-top: 10px;
  }
  footer .main-row .column hr {
    margin-bottom: 20px;
  }
  #home-main .fresh-news .first-news .highlighted {
    margin-top: 15px;
  }
  #home-main .fresh-news .articles .img-cont img {
    width: 100%;
  }
  #home-main .freshest-news .advertisement {
    margin-top: 15px;
  }
  #home-main .professional-news .left .top-news h2 {
    margin-top: 15px;
  }
  #home-main .professional-news .left img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #home-main .useful-links .column {
    border-right: none;
  }
  #home-main .useful-links .column .item:last-of-type {
    margin-bottom: 0;
  }
  #home-main #home-galleries .left .pinned h2 {
    margin-top: 10px;
  }
  #home-main #home-galleries .other-galleries .gallery {
    margin-bottom: 15px;
  }
  #home-main #home-galleries .other-galleries .gallery .title {
    margin-top: 10px;
  }
  #home-main #home-galleries img {
    width: 100%;
  }
  .page .right .related {
    padding-left: 0 !important;
  }
  .page .right .related .related-news {
    text-align: left;
  }
  .page .right .related .related-news .related-img {
    height: 150px;
  }
  .page .right .related .related-news .desc {
    padding-left: 0;
    margin-top: 0px;
  }
  .page .news-item h3 {
    margin-top: 20px;
  }
  .page .comments .textbox textarea {
    padding: 15px;
  }
  .page .comments .filter label {
    margin: 10px 0;
  }
  .page .comments .comment-count p {
    margin: 10px 0;
  }
  .page .comments .other-comments .reply {
    padding-left: 85px;
  }
  .magazines .year-select label {
    padding-top: 8px;
  }
  .magazines .news-item .green-btn {
    margin-bottom: 0px;
  }
  #results h1 {
    margin-bottom: 25px;
  }
  #results #search-form .form-group label {
    padding-left: 15px;
  }
  #results #search-form .button {
    margin-top: 20px;
  }
  #registration .basic-infos {
    margin: 0;
  }
  #registration h2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #profile .profile-header .container .username {
    position: static;
  }
  #profile .profile-header .container .usermenu {
    position: static;
  }
  #profile .profile-header .container .usermenu .list-inline {
    border-spacing: 0px;
    margin-left: 1px;
  }
  #profile .profile-header .container .usermenu .list-inline li {
    padding: 10px 0;
    font-size: 14px;
  }
  #profile #profile-image-browse,
  #profile #image-browse {
    margin-top: 10px;
  }
  #articles .category hr {
    width: 20%;
  }
  #forum-categories .select-category .green-btn {
    margin-top: 10px;
  }
  #forum-categories .right {
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
  }
  #forum-categories .right .categories {
    margin-top: 0px;
    padding-top: 0px;
    border-left: none;
  }
  #forum-categories .category .topic .latest-comment {
    margin-left: 25px;
  }
  #forum-posts .comments {
    margin-bottom: 0;
  }
  #forum-posts .comments .textbox .green-btn {
    margin-top: 7px;
  }
  #forum-posts .select-category .green-btn {
    margin-top: 10px;
  }
  #forum-posts .right {
    border-top: 1px solid #ebebeb;
  }
  #forum-posts .right .categories {
    margin-top: 0px;
    padding-top: 0px;
    border-left: none;
  }
  #forum-topics .comments {
    margin-bottom: 0;
  }
  #forum-topics .comments .textbox .green-btn {
    margin-top: 7px;
  }
  #forum-topics .select-category .green-btn {
    margin-top: 10px;
  }
  #forum-topics .right {
    border-top: 1px solid #ebebeb;
  }
  #forum-topics .right .categories {
    margin-top: 0px;
    padding-top: 0px;
    border-left: none;
  }
  .pagination .paging {
    margin-bottom: 0;
  }
  #galleryindex h1 {
    margin-bottom: 25px;
  }
  #galleryindex .albums .categories {
    border-left: 0;
    padding-top: 0;
  }
  #galleryindex .albums .categories h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
  }
  #galleryindex .other-gallery h3,
  #galleryindex .first-gallery h3 {
    margin-top: 10px;
  }
  #galleryindex .other-gallery img,
  #galleryindex .first-gallery img {
    width: 100%;
  }
  #galleryview .gallery-image {
    text-align: center;
  }
  #galleryview .gallery-image .gallery-image-container {
    margin: 0 auto;
  }
  #expert-index .search-questions .new-question {
    margin-bottom: 15px;
  }
  .expert-add-question .upload-btn {
    margin-top: 15px;
  }
  #single-news img {
    width: 100% !important;
  }
}
.errorbox .form-error {
  margin: 5px 0 ;
}
#settlement_result_list {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
}
#settlement_result_list ul {
  margin: 0;
  padding: 0;
}
#settlement_result_list ul li {
  list-style: none;
  padding: .5em 1em;
  cursor: pointer;
}
#settlement_result_list ul li:hover {
  background-color: #fff6dd;
}
#replytocontent {
  padding: 14px;
}
#replytocontent {
  background-color: #fff6dd;
}
#cancelreply {
  display: block;
  margin: 7px 0;
  color: #005e20;
  font-size: .85em;
  font-weight: bold;
}
.sponsor-container {
  position: relative;
}
.sponsor-container .sponsor-image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 75px !important;
}
/*--- Conferences ---*/
#conferenceindex {
  margin-bottom: 25px;
}
#conferenceindex .restricted-contents {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#conferenceindex .restricted-contents a {
  color: #005e20;
}
#conferenceindex .category h2 {
  color: #005e20;
  cursor: pointer;
}
#conferenceindex .category hr {
  border-top: 1px solid #ab9864;
  margin: 0;
  width: 10%;
  text-align: left;
}
#conferenceindex .category ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}
#conferenceindex .category ul li {
  font-size: 16px;
  font-weight: bold;
  color: #ab9864;
}
#conferenceindex .category .subcat {
  display: none;
}
#conferenceindex .category .subcat li .active-subcat {
  color: #005e20;
}
#conferenceindex .category .articles {
  display: none;
}
#conferencecontent {
  margin-bottom: 25px;
}
#conferencecontent .restricted-contents {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#conferencecontent .restricted-contents a {
  color: #005e20;
}
#conferencecontent .category h2 {
  color: #005e20;
  cursor: pointer;
}
#conferencecontent .category hr {
  border-top: 1px solid #ab9864;
  margin: 0;
  width: 10%;
  text-align: left;
}
#conferencecontent .category ul {
  list-style-type: none;
  padding: 0;
}
#conferencecontent .category ul li {
  font-size: 16px;
  font-weight: bold;
  color: #ab9864;
}
#conferencecontent .category .subcat {
  display: none;
}
#conferencecontent .category .subcat li .active-subcat {
  color: #005e20;
}
#conferencecontent .category .articles {
  display: none;
}
#conferencecontent .conference-registration {
  margin: 20px 0;
}
#conferencecontent .conference-registration a {
  border-bottom: 2px solid #005e20;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #005e20;
}
#conferencecontent .conference-registration .section label {
  display: block;
}
#input-justforyou {
  display: none;
}
.adnone,
.advertisement-big {
  max-width: 100%;
  overflow: hidden;
}
#conferenceregistration .conference-registration #conference-registration-form {
  margin: 0 0 40px 0;
}
#conferenceregistration .conference-registration #conference-registration-form h2 {
  color: #005e20;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group label {
  font-size: 16px;
  text-align: left;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group textarea {
  resize: none;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group .checkbox {
  margin-left: 10px;
  padding-top: 0;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group .checkbox .checkbox-inline {
  padding: 0 0 10px 0;
  margin-left: 10px;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group .radio {
  padding-top: 0;
}
#conferenceregistration .conference-registration #conference-registration-form .form-group .form-control {
  border-radius: 0;
}
#conferenceregistration .conference-registration #conference-registration-form .button {
  margin-top: 15px;
  margin-right: 15px;
}
#conferenceregistration .conference-registration #conference-registration-form .button:last-of-type {
  margin-right: 0;
}
#main-menu {
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-menu ul {
  margin: 0px;
  padding: 0px;
}
.main-menu ul li {
  display: inline;
  border-right: 1px solid #e7e7e7;
}
.main-menu ul li:last-of-type {
  border-right: none;
}
.main-menu ul li.active a {
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.8);
}
.main-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
}
.main-menu a:hover {
  font-size: 14px;
  text-decoration: none;
  color: #CCC;
  background-color: rgba(0, 0, 0, 0.5);
}
.relativeuser {

      position: relative;
      margin-top: -30px;
      top: 50px;
      height: 15px;
      z-index: 2000;
      color: black;

}

table.dataTable i.fa.fa-check{

      color: #5cb85c;
      padding: 2px;
      border-radius: 3px;
      position: relative;
      font-size: 20px;
      left: 0;
      top: 4px;
}

span#undo_booking {
    background: #5ac0de;
    cursor: pointer;
}

table.dataTable #booking{

  padding: 10px;
  cursor: pointer;
}

/*#closedpage {
    main {
        background: rgba(250,250,250,0.6);
        min-height: 100%;
        height: 100%;
    }
}*/
html,
body {
  height: 100%;
}
.fill-height {
  background: rgba(250, 250, 250, 0.8);
  min-height: 100%;
  height: auto !important;
  /* cross-browser */
  height: 100%;
  /* cross-browser */
  padding-bottom: 15px;
  /* legyen egy kis hely alul */
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d4d4d4d4;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f2f2f2;
}
.crud-table thead th {
  background-color: #4d4d4d;
  color: #fff;
}
.crud-icon {
  margin: 2px;
}
.crud-row td,
.crud-row th {
  vertical-align: middle !important;
}
.crud-row .icons {
  text-align: right;
}
.breadcrumbs {
  margin-bottom: 25px;
}
img.scanned,
#uploaded_image {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
/*# sourceMappingURL=default.css.map */
