#imageModal {
  touch-action: manipulation;
}
#closeModal {
  font-size: 2em;
}
.text ul {
  line-height: 1.5;
  font-size: 20px;
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.text li {
  line-height: 1.5;
  font-size: 20px;
  list-style-type: disc;
  padding-bottom: 20px;
}
.text p {
  font-size: 20px !important;
}
.content_box {
  font-size: 20px !important;
}
.comment-icon {
  cursor: pointer;
  margin-right: 10px;
}
.comment-icon {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  padding: 5px;
  background-color: #f7f7f7;
}
.like-count,
.dislike-count {
  color: #636262 !important;
  font-size: 12px;
}
.comment-date {
  color: #bbb !important;
  font-size: 10px !important;
}
.fa-thumbs-up {
  color: lightgreen;
}
.fa-thumbs-down {
  color: lightcoral;
}
.fa-thumbs-up:hover {
  color: green;
}
.fa-thumbs-down:hover {
  color: red;
}
h2 {
  font-size: 20px !important;
  color: #636363 !important;
  font-family: Arial, sans-serif !important;
}
.comment-icon {
  cursor: pointer;
  margin-right: 10px;
}
.fa-thumbs-up {
  color: lightgreen;
}
.fa-thumbs-down {
  color: lightcoral;
}
.fa-thumbs-up:hover {
  color: green;
}
.fa-thumbs-down:hover {
  color: red;
}
#comment-section {
  margin: 0 auto;
}
.comment-text {
  padding: 10px 0;
}
.comment {
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.comment-details {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.comment-author {
  font-weight: bold;
  margin-right: 10px;
}
.comment-text {
  margin: 10px 0;
  color: #4d4d4d !important;
}
.reply-section {
  margin-bottom: 20px;
  padding: 10px;
  margin-left: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.reply-form input[type="text"] {
  width: calc(100% - 120px);
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.reply-form button {
  padding: 5px 10px;
  background-color: #4267b2;
  color: white;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
}
.reply-form button:hover {
  background-color: #365899;
}
html,
body,
div,
span,
p,
a,
abbr,
img,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  font-size: 0;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
body {
  background: #f0f0f0;
  padding: 0;
  margin: 0;
  font-family: "Arial";
  font-size: 14px;
  color: #000;
}
a {
  text-decoration: underline;
  color: #0a5c36;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
p {
  padding: 1em 0;
  color: #3e3e3e;
  line-height: 150%;
}
p a {
  color: #0a5c36;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
strong {
  color: #000;
}
label {
  color: #25282a;
  font-family: "Roboto";
}
input,
textarea {
  font-family: arial;
  background: #f0f0f0;
  border: 0;
  font-size: 14px;
  padding: 15px 20px;
  color: #3e3e3e;
}
.margin_top_15 {
  margin-top: 15px;
}
.padding_top_30 {
  padding-top: 30px;
}
.padding_top_bottom_25 {
  padding: 25px 0;
}
.site_container {
  background: #fff;
}
@media (max-width: 768px) {
  .site_container {
    padding: 0 10px;
  }
}
h1,
h2,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #25282a;
}
h1 a,
h2 a,
h4 a,
h5 a,
h6 a {
}
.footer h4,
.footer h5,
.footer h6,
.footer h4 a,
.footer h5 a,
.footer h6 a {
  color: #fff;
}
h1 {
  font-size: 42px;
  line-height: 110%;
  margin-top: 20px;
}
h2 {
  font-size: 27px;
  line-height: 120%;
}
h4 {
  font-size: 18px;
  line-height: 140%;
}
h5 {
  font-size: 16px;
  line-height: 140%;
}
h6 {
  font-size: 13px;
  line-height: 150%;
}
.box_header {
  background: #f0f0f0;
  border-left: 3px solid #0a5c36;
  padding: 8px 15px 11px;
}
.footer .box_header {
  background: #42494f;
  border-color: #858d94;
}
.header_container {
  background-color: #fff;
}
.header_top_bar_container {
  background-color: #1d2e28;
}
.header_top_bar,
.header,
.footer {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  text-align: center;
  padding-top: 7px;
}
.header h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  color: #0a5c36;
  letter-spacing: -0.01em;
  line-height: 1;
}
.header h1 a {
  color: #0a5c36;
}
.header h4 {
  color: #7c7c7c;
  line-height: 1;
  margin-top: 3px;
}
.header_top_bar {
  overflow: hidden;
  height: 46px;
}
.header_top_bar .caroufredsel_wrapper_vertical_carousel {
  height: 46px !important;
}
.footer_container {
  background: #1d2e28;
  padding-top: 50px;
}
.footer {
  padding-bottom: 30px;
}
.footer p {
  color: #d7dce0;
}
.footer a {
  color: #fff;
  line-height: 140%;
}
.footer_menu li {
  float: left;
  margin-right: 30px;
}
.page {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.author img {
  border-radius: 50px;
}
.page_margin_top {
  margin-top: 10px;
}
.page_margin_top_section {
  margin-top: 50px;
}
.caroufredsel_wrapper {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}
a.slider_control {
  display: block;
  width: 45px;
  height: 45px;
  background-color: rgba(66, 73, 79, 0.8);
  background-image: url("");
  background-position: 0 0;
}
a.slider_control {
  display: block !important;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  bottom: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
a.slider_control.right {
  right: 0;
}
a.slider_control.left {
  background-image: url("");
}
a.slider_control.up {
  background-image: url("");
  top: 30px;
}
a.slider_control.down {
  background-image: url("");
}
a.slider_control.up,
a.slider_control.down {
  left: 55px;
}
a.slider_control:hover {
  background-color: #0a5c36;
}
.row:after {
  font-size: 0;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.column {
  float: left;
  margin-left: 30px;
}
.column:first-child {
  margin-left: 0;
}
.column_1_1 {
  width: 100%;
}
.column_1_2 {
  width: 510px;
}
.column_1_3 {
  width: 330px;
}
.column_2_3 {
  width: 690px;
}
.column_1_3 .column_1_2 {
  width: 150px;
}
.column_2_3 .column_1_3 {
  width: 210px;
}
.column_1_4 {
  width: 240px;
}
.column_3_4 {
  width: 780px;
}
.row.copyright_row {
  border-top: 1px solid #464d53;
  margin-top: 15px;
  padding-top: 15px;
}
.post {
  float: left;
  margin-top: 50px;
}
.post:first-child {
  margin-top: 30px;
}
.post img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0;
}
.post a:hover img {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out 0;
}
.post h2 {
  clear: both;
  margin-top: 20px;
}
.post .with_number a {
  float: left;
  width: 280px;
}
.post a.comments_number {
  float: right;
  position: relative;
  width: auto;
  font-family: "Arial";
  font-weight: bold;
  background: #f0f0f0;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 1;
  padding: 8px 11px 9px;
  margin-top: 6px;
}
.footer .post a.comments_number {
  background: #42494f;
  color: #9da4ab;
}
.post .comments_number:hover,
.footer .post .comments_number:hover {
  background: #0a5c36;
  color: #fff;
}
.post .arrow_comments {
  content: "";
  display: inline;
  position: absolute;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: #f0f0f0 transparent;
  right: 0;
  bottom: -5px;
}
.footer .post .arrow_comments {
  border-color: #42494f transparent;
}
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
  border-color: #0a5c36 transparent;
}
.post h5 {
  clear: both;
  color: #fff;
  margin-top: 15px;
}
span.number,
span.odometer.number {
  color: #ababab;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 300;
  padding: 5px 8px 5px 0;
  visibility: visible;
}
.post p {
  margin-top: 11px;
}
.post .post_details {
  clear: both;
  float: left;
  margin-top: 25px;
}
.post_details li {
  float: left;
  font-family: arial;
  font-size: 12px;
}
.post_details li.category {
  font-weight: bold;
  background: #0a5c36;
  padding: 14px 15px 13px 14px;
}
.post_details li.category a {
  color: #fff;
}
.post_details li.date {
  color: #7c7c7c;
  border: 1px solid #e9e9e9;
  border-left: 0;
  padding: 13px 14px 12px 13px;
}
.post ul.post_details.simple {
  position: static;
  background: 0;
  margin-top: 14px;
}
ul.post_details.simple li {
  background: 0;
  padding: 0;
}
.post ul.post_details.simple li.date,
ul.post_details.simple li.date {
  margin-left: 10px;
  border: 0;
}
.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a {
  color: #0a5c36;
}
.blog.small .post {
  margin-top: 30px;
}
.blog.small img {
  width: auto;
}
.blog.small img,
.blog.small .post_content {
  float: center;
}
.blog.small .post_content {
  margin-left: 20px;
}
.column_1_3 .blog.small .post_content {
  width: 210px;
}
.blog.small .post_details.simple {
  clear: none;
}
.blog.small .post_content h5 {
  margin-top: 0;
}
.blog.rating .post {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
}
.blog.rating .post:first-child {
  margin-top: 0;
}
.blog.rating .post,
.blog.rating .post_content {
  position: relative;
  z-index: 1;
}
.blog.rating .post_content {
  padding: 10px 20px;
}
.blog.rating .post span.number {
  display: block;
  padding: 5px 0 0;
}
.blog.rating h5 {
  margin-top: 5px;
}
.blog.rating .post .value_bar_container {
  position: absolute;
  bottom: 0;
}
.blog.rating .post .value_bar {
  height: 100%;
}
.footer .blog ul.post_details.simple li.category,
.footer .blog ul.post_details.simple li.category a,
.footer .post_details li.date {
  color: #9da4ab;
  line-height: 1;
}
.column_1_3 .blog.small .post {
  width: 330px;
}
h1.post_title {
  font-size: 55px;
  font-weight: bold;
}
.post.single {
  margin-top: 0;
}
.post.single .post_content {
  position: relative;
}
.post.single .author_box,
.post.single .content_box {
  float: center;
}
.post.single .author_box {
  position: absolute;
  width: 100px;
  text-align: center;
  visibility: visible;
  top: 0;
}
.post.single .content_box {
  width: 560px;
  margin-left: 30px;
}
.post.single .text {
  font-size: 16px;
}
.post.single .post_details {
  clear: both;
  float: none;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
}
.post.single .post_details a {
  color: #0a5c36;
  text-decoration: underline;
}
.post.single li.detail {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  border: 0;
  padding: 0 0 0 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #7c7c7c;
}
.share_box {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}
.share_box label {
  float: left;
  font-size: 18px;
  margin-top: 5px;
}
.share_box .social_icons {
  float: right;
}
.taxonomies.tags.left {
  float: left;
}
.taxonomies.categories.right {
  float: right;
}
.taxonomies li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.column_1_3 .taxonomies {
  width: 335px;
}
.column_1_3 .taxonomies.columns li {
  width: 48.51%;
}
.taxonomies a {
  display: block;
  border: 1px solid #e9e9e9;
  color: #7c7c7c;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  padding: 13px 12px 12px;
  text-align: left;
}
.taxonomies a:hover {
  color: #fff;
  background: #0a5c36;
  border-color: #0a5c36;
}
.taxonomies.columns {
  text-align: center;
}
.taxonomies.tags {
  padding-left: 35px;
  background: url("") no-repeat left center;
}
.taxonomies.categories {
  padding-left: 35px;
  background: url("") no-repeat left center;
}
.read_more {
  position: relative;
  display: block;
  height: 29px;
  clear: both;
  float: left;
  color: #25282a;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  padding-right: 12px;
}
.read_more.page_margin_top {
  margin-top: 30px;
}
.read_more span {
  display: block;
  line-height: normal;
  margin-top: 7px;
  position: relative;
  margin-left: 38px;
}
.read_more .arrow {
  position: absolute;
  width: 29px;
  height: 29px;
  margin-left: 0;
  background: #0a5c36 url("") no-repeat;
  margin-top: 0;
}
.read_more:hover {
  color: #fff;
}
.read_more:hover .arrow {
  width: 100%;
}
.comment_form fieldset {
  clear: both;
}
.comment_form fieldset.column {
  clear: none;
}
.comment_form fieldset.column_1_3 {
  margin-left: 10px;
  width: 223px;
}
.comment_form fieldset.column_1_3:first-child {
  width: 224px;
}
.comment_form fieldset.column:first-child {
  margin-left: 0;
}
.comment_form input,
.comment_form textarea {
  background: #f0f0f0;
  border: 0;
  font-size: 14px;
  padding: 15px 20px;
  color: #3e3e3e;
}
.comment_form textarea {
  width: 650px;
  height: 105px;
  margin-top: 10px;
  resize: none;
}
.comment_form .text_input {
  width: 183px;
}
.comment_form fieldset.column:first-child .text_input {
  width: 184px;
}
.comment_form [type="submit"] {
  float: right;
  font-size: 12px;
  color: #25282a;
  margin-top: 10px;
  outline: 0;
}
.comment_form .text_input:focus,
.comment_form textarea:focus {
  background: transparent;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}
.comment_form textarea:focus {
  padding: 14px 19px;
  border: 1px solid #e9e9e9;
}
#cancel_comment {
  display: none;
  float: right;
  font-size: 11px;
  margin-top: 30px;
  margin-right: 20px;
  color: #0a5c36;
}
.comment_form .hint {
  color: #ababab;
}
::-webkit-input-placeholder {
  color: #ababab;
}
:-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ababab;
}
.comment {
  margin-top: 50px;
}
.tabs_navigation {
  width: 100%;
  padding: 0;
  margin: 0 0 -15px;
  list-style: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: 0;
  border: 0;
}
.tabs_navigation li {
  position: relative;
  float: left;
  padding: 0;
  border: 0;
  list-style: none;
  text-align: center;
}
.tabs_navigation li a {
  position: relative;
  width: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #25282a;
  padding: 8px 15px 11px;
  border: 0;
  background: #f0f0f0;
  font-family: "Roboto";
  line-height: normal;
  outline: 0;
  text-decoration: none;
  transition: none;
  line-height: 140%;
  border-right: 1px solid #e0e0e0;
}
.tabs_navigation li:last-child a {
  border-right: 0;
}
.tabs_navigation li a:hover,
.tabs_navigation li.ui-tabs-active a {
  background: #0a5c36;
  color: #fff;
}
.tabs_navigation li.ui-tabs-active span {
  display: inline;
  position: relative;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: #0a5c36 transparent;
  bottom: -9px;
}
.horizontal_carousel {
  display: none;
}
.horizontal_carousel_container,
.vertical_carousel_container {
  position: relative;
}
.horizontal_carousel_container a.slider_control {
  top: 109px;
}
.horizontal_carousel_container.big a.slider_control {
  top: 197px;
}
.horizontal_carousel_container .horizontal_carousel > li {
  float: left;
  width: 210px;
  clear: none;
  margin-right: 30px;
  margin-top: 0;
}
.horizontal_carousel_container.big .horizontal_carousel > li {
  width: auto;
}
.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3 > li {
  width: 330px;
}
.blog.horizontal_carousel > li {
  padding-bottom: 1px;
}
.blog .post > a > img {
  display: none;
}
.blog .post > a > .icon {
  display: none;
}
.blog.small .post > a > img,
.blog.small .post > a > .icon {
  display: block;
}
.icon {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-color: rgba(66, 73, 79, 0.8);
  background-repeat: no-repeat;
  text-align: center;
}
.icon.small {
  width: 29px;
  height: 29px;
}
.icon.video {
  background-image: url("");
}
.icon.gallery {
  background-image: url("");
}
.icon.small.gallery {
  background-image: url("");
}
.author h6 {
  color: #7c7c7c;
  font-weight: bold;
}
.author .thumb,
.author .thumb img {
  display: block;
}
.author .thumb {
  position: relative;
}
.author .details {
  clear: both;
  margin-top: 10px;
}
.author .details h5 {
  margin-top: 0;
}
.author a img {
  width: auto;
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0;
  -webkit-transition: opacity 0.4s ease-in-out 0;
}
.author a:hover img {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out 0;
  -webkit-transition: opacity 0.4s ease-in-out 0;
}
.video {
  background-image: url("");
}
.latest_news_scrolling_list_container li {
  float: left;
  padding: 15px 14px 17px 15px;
}
.latest_news_scrolling_list_container li.posts {
  padding: 0;
  overflow: hidden;
}
.latest_news_scrolling_list_container .category {
  border-right: 1px solid #464d53;
  border-left: 1px solid #464d53;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
}
.latest_news_scrolling_list_container .date {
  padding-left: 0;
}
.latest_news_scrolling_list_container .date .timeago {
  display: none;
}
.latest_news_scrolling_list_container .date .timeago.current {
  display: inline;
}
.latest_news_scrolling_list_container li.left,
.latest_news_scrolling_list_container li.right {
  border-right: 1px solid #464d53;
  cursor: pointer;
}
.latest_news_scrolling_list_container li.left {
  padding: 8px 8px 9px 7px;
}
.latest_news_scrolling_list_container li.right {
  padding: 8px 7px 9px 8px;
}
.latest_news_scrolling_list_container li.left:hover,
.latest_news_scrolling_list_container li.right:hover {
  background: #464d53;
}
.latest_news_scrolling_list_container .left a,
.latest_news_scrolling_list_container .right a {
  display: block;
  width: 29px;
  height: 29px;
  background: no-repeat 0 0;
}
.latest_news_scrolling_list_container .left a {
  background-image: url("");
}
.latest_news_scrolling_list_container .right a {
  background-image: url("");
}
.latest_news_scrolling_list_container .left:hover a,
.latest_news_scrolling_list_container .right:hover a {
  background-position: 0 -29px;
}
.latest_news_scrolling_list_container li .timeago {
  color: #858d94;
  font-size: 14px;
  text-decoration: none;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list {
  height: 46px;
  overflow: hidden;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list li {
  padding-right: 5px;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list a {
  color: #fff;
  font-size: 14px;
}
.social_icons li {
  float: left;
  padding: 0 5px 0 0;
}
.social_icons .social_icon {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: none;
  background-position: 0 0;
  outline: 0;
}
.header_top_bar .social_icons {
  float: right;
}
.header_top_bar .social_icons li {
  padding: 8px 0 8px 5px;
}
.social_icons .social_icon:hover {
  background-position: 0 -30px;
}
.envato {
  background-image: url("");
}
.facebook {
  background-image: url("");
}
.instagram {
  background-image: url("");
}
.mail {
  background-image: url("");
}
.pinterest {
  background-image: url("");
}
.skype {
  background-image: url("");
}
.twitter {
  background-image: url("");
}
.dark .envato {
  background-image: url("");
}
.dark .facebook {
  background-image: url("");
}
.dark .instagram {
  background-image: url("");
}
.dark .mail {
  background-image: url("");
}
.dark .pinterest {
  background-image: url("");
}
.dark .skype {
  background-image: url("");
}
.dark .twitter {
  background-image: url("");
}
.search {
  float: right;
  border-left: 1px solid #464d53;
  border-right: 1px solid #464d53;
  margin-left: 15px;
  line-height: 1;
}
.search .search_input {
  float: left;
  width: 70px;
  font-size: 14px;
  background: #1d2e28;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 14px 15px 15px;
  border-right: 1px solid #464d53;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
}
.search .search_input:focus {
  width: 130px;
}
.search .search_input.hint {
  color: #fff;
}
.search .search_input::-webkit-input-placeholder {
  color: #858d94;
}
.search .search_input:-moz-placeholder {
  color: #858d94;
  opacity: 1;
}
.search .search_input::-moz-placeholder {
  color: #858d94;
  opacity: 1;
}
.search .search_input:-ms-input-placeholder {
  color: #858d94;
}
.search .search_submit {
  display: block;
  float: right;
  width: 30px;
  height: 46px;
  padding: 0 22px;
  background: url(./assets_main/images/header_search.png)
    0 0 no-repeat;
  border: 0;
  cursor: pointer;
}
.search .search_submit:hover {
  background-color: #464d53;
  background-position: 0 -46px;
}
.more,
.more[type="submit"] {
  display: block;
  border: 1px solid #e9e9e9;
  color: #25282a;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  padding: 14px 13px 13px;
  text-align: center;
  cursor: pointer;
}
.more.highlight,
.more.active:hover {
  border: 2px solid #0a5c36;
  color: #0a5c36;
  padding: 13px 12px 12px;
  background: transparent;
}
.more.active,
.more:hover {
  color: #fff;
  background: #0a5c36;
  border-color: #0a5c36;
}
.copyright_row,
.copyright_row h6 {
  font-family: "Arial";
  font-size: 12px;
  color: #9da4ab;
}
.copyright_row .footer_menu {
  float: right;
}
.copyright_row .footer_menu li {
  margin-left: 25px;
  margin-right: 0;
}
.divider {
  background: #f0f0f0;
  border: 0;
  height: 10px;
  margin: 0;
}
.divider.page_margin_top {
  margin-top: 30px;
}
.scroll_top {
  float: right;
  background: url("") no-repeat center right;
  padding-right: 25px;
  font-size: 18px;
  font-family: "Roboto";
  color: #fff;
  line-height: 140%;
}
.header h1 a,
.social_icons .social_icon:hover,
.more:hover,
.read_more:hover,
.tabs_navigation li a:hover,
.tabs_navigation li a:focus,
.tabs_navigation li a:active,
.post .comments_number:hover,
.taxonomies a:hover {
  text-decoration: none;
}
input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
@media screen and (max-width: 1069px) {
  h2 {
    font-size: 22px;
  }
  h5 {
    font-size: 14px;
  }
  .header_top_bar {
    width: auto;
  }
  .header,
  .page,
  .footer {
    width: 750px;
  }
  .footer_container {
    padding-top: 40px;
  }
  .footer_menu li {
    margin-right: 24px;
  }
  .latest_news_scrolling_list_container li.posts {
    width: 281px;
  }
  .latest_news_scrolling_list_container .date {
    display: none !important;
  }
  .page {
    padding-bottom: 40px;
  }
  .page_margin_top_section {
    margin-top: 40px;
  }
  .column_1_2 {
    width: 360px;
  }
  .column_1_3 {
    width: 230px;
  }
  .column_2_3 {
    width: 490px;
  }
  .column_1_3 .column_1_2 {
    width: 100%;
    margin-left: 0;
  }
  .column_2_3 .column_1_3 {
    width: 156px;
  }
  .column_1_4 {
    width: 165px;
  }
  .column_3_4 {
    width: 555px;
  }
  .post {
    margin-top: 40px;
  }
  .post p {
    clear: both;
  }
  .post .with_number a {
    width: 190px;
  }
  .post a.comments_number {
    width: auto;
    padding: 6px 9px 7px;
  }
  .column_1_3 .blog.small .post_content {
    width: 120px;
    margin-left: 10px;
  }
  .post ul.post_details.simple {
    margin-top: 10px;
  }
  .blog.small ul.post_details.simple li.date {
    clear: both;
    margin-left: 0;
    margin-top: 5px;
  }
  .column_1_3 .blog.small .post {
    width: 230px;
  }
  h1.post_title {
    font-size: 44px;
  }
  .post.single .content_box {
    width: 360px;
  }
  .column_1_3 .taxonomies {
    width: 235px;
  }
  .column_1_3 .taxonomies.columns li {
    width: 47.87%;
  }
  .comment_form fieldset.column_1_3 {
    width: 157px;
  }
  .comment_form fieldset.column_1_3:first-child {
    width: 156px;
  }
  .comment_form fieldset.column:first-child .text_input {
    width: 116px;
  }
  .comment_form .text_input {
    width: 117px;
  }
  .comment_form textarea {
    width: 450px;
  }
  .search .search_input:focus {
    width: 70px;
  }
  .comment {
    margin-top: 40px;
  }
  .tabs_navigation li a {
    padding: 8px 5px 11px;
  }
  .horizontal_carousel_container a.slider_control {
    top: 124px;
  }
  .horizontal_carousel_container .horizontal_carousel > li {
    width: 230px;
  }
  .horizontal_carousel_container.big .horizontal_carousel > li img {
    width: 230px;
  }
  .horizontal_carousel_container.big a.slider_control {
    top: 123px;
  }
  .column_1_1
    .horizontal_carousel_container
    .horizontal_carousel.visible-3
    > li {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
  .header,
  .page,
  .footer {
    width: 462px;
  }
  .header_top_bar {
    height: auto;
  }
  .latest_news_scrolling_list_container {
    clear: both;
    border-top: 1px solid #464d53;
  }
  .latest_news_scrolling_list_container li.posts {
    width: 293px;
  }
  .row .column {
    margin-top: 40px;
  }
  .row .column:first-child {
    margin-top: 0;
  }
  .column {
    margin-left: 0;
  }
  .column_1_2,
  .column_1_3,
  .column_2_3,
  .column_1_4,
  .column_3_4 {
    width: 100%;
  }
  .column_1_3 .column_1_2 {
    width: 216px;
  }
  .column_1_3 .column_1_2 {
    margin-left: 30px;
    margin-top: 0;
  }
  .column_1_3 .column_1_2:first-child {
    margin-left: 0;
  }
  .column_2_3 .column_1_3 {
    width: 147px;
  }
  .post_details li {
    font-size: 11px;
  }
  .column_1_3 .blog.small .post {
    width: 462px;
  }
  .post.single .content_box {
    width: 100%;
    margin-left: 0;
  }
  .post.single .author_box {
    position: static !important;
    width: 100%;
    margin-top: 30px;
  }
  .post.single .author .thumb {
    width: 100px;
    float: left;
  }
  .post.single .author .details {
    float: left;
    clear: none;
    width: 332px;
    margin-left: 30px;
  }
  .horizontal_carousel_container .horizontal_carousel > li,
  .horizontal_carousel_container.big .horizontal_carousel > li img {
    width: 216px;
  }
  .horizontal_carousel_container a.slider_control,
  .horizontal_carousel_container.big a.slider_control {
    top: 113px;
  }
  .column_1_3 .blog.small .post_content {
    width: 342px;
    margin-left: 20px;
  }
  .blog.small ul.post_details.simple li.date {
    clear: none;
    margin-left: 10px;
    margin-top: 0;
  }
  .column_1_1
    .horizontal_carousel_container
    .horizontal_carousel.visible-3
    > li {
    width: 462px;
  }
  .column_1_3 .taxonomies {
    width: 467px;
  }
  .column_1_3 .taxonomies.columns li {
    width: 48.92%;
  }
  .comment_form fieldset.column {
    margin-top: 0;
  }
  .comment_form fieldset.column_1_3 {
    width: 147px;
  }
  .comment_form fieldset.column_1_3:first-child {
    width: 148px;
  }
  .comment_form fieldset.column:first-child .text_input {
    width: 108px;
  }
  .comment_form .text_input {
    width: 107px;
  }
  .comment_form textarea {
    width: 422px;
  }
  .header_top_bar .social_icons {
    float: left;
  }
  a.slider_control {
    visibility: visible;
  }
  a.slider_control {
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
}
@media screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
  }
  .header,
  .page,
  .footer {
    width: 100%;
  }
  .header_top_bar .caroufredsel_wrapper_vertical_carousel {
    width: 228px !important;
  }
  .header h1 {
    font-size: 72px;
  }
  .latest_news_scrolling_list_container li.left {
    border-left: 1px solid #464d53;
  }
  .latest_news_scrolling_list_container li.category {
    display: none;
  }
  .latest_news_scrolling_list_container li.posts {
    width: 208px;
  }
  .row .column {
    margin-top: 40px;
  }
  .row .column:first-child {
    margin-top: 0;
  }
  .column_1_3 .column_1_2 {
    width: 100%;
  }
  .column_1_3 .column_1_2 {
    margin-left: 0;
    margin-top: 30px;
  }
  .column_1_3 .blog.small .post {
    width: 100%;
  }
  .column_1_3 .blog.small .post_content {
    width: 190px;
  }
  .column_1_3 .blog.small .post_content {
    width: 180px;
  }
  h1.post_title {
    font-size: 36px;
  }
  .post.single .author .details {
    width: 170px;
  }
  .tabs_navigation li a {
    font-size: 15px;
  }
  .horizontal_carousel_container .horizontal_carousel > li,
  .column_1_1
    .horizontal_carousel_container
    .horizontal_carousel.visible-3
    > li {
    width: 300px;
  }
  .horizontal_carousel_container.big .horizontal_carousel > li img {
    width: auto;
  }
  .horizontal_carousel_container a.slider_control {
    top: 175px;
  }
  .horizontal_carousel_container.big a.slider_control {
    top: 197px;
  }
  .column_1_3 .taxonomies {
    width: 305px;
  }
  .column_1_3 .taxonomies.columns li {
    width: 48.36%;
  }
  .comment_form fieldset.column_1_3 {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .comment_form fieldset.column:first-child .text_input,
  .comment_form .text_input,
  .comment_form textarea {
    width: 260px;
  }
  .social_icons li {
    padding-left: 0;
  }
  .search {
    margin-left: 5px;
    border-right: 0;
  }
  .search .search_submit {
    display: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.__agent__QV07X .message__Q3g5S a:has(img),
.__client__w8261 .message__Q3g5S a:has(img) {
  display: block !important;
}
.container__E3hl8:hover .input__V96NS:-internal-autofill-previewed,
.container__E3hl8:hover .input__V96NS:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px
    var(--jv-input-autofill-hover, var(--jv-background-globe)) inset !important;
  -webkit-transition: 0.15s ease-in-out !important;
  transition: 0.15s ease-in-out !important;
}
.container__E3hl8:hover .input__V96NS:-internal-autofill-previewed:hover,
.container__E3hl8:hover .input__V96NS:-internal-autofill-selected:hover {
  box-shadow: 0 0 0 1000px
    var(--jv-input-autofill-hover, var(--jv-background-globe)) inset !important;
}
.container__E3hl8:hover .input__V96NS:-internal-autofill-previewed:active,
.container__E3hl8:hover .input__V96NS:-internal-autofill-previewed:focus,
.container__E3hl8:hover .input__V96NS:-internal-autofill-selected:active,
.container__E3hl8:hover .input__V96NS:-internal-autofill-selected:focus {
  box-shadow: 0 0 0 1000px
    var(--jv-input-autofill-hover, var(--jv-background-globe)) inset !important;
}
.container__E3hl8:focus-within:hover .input__V96NS:-internal-autofill-previewed,
.container__E3hl8:focus-within:hover .input__V96NS:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px var(--jv-input-autofill, var(--jv-background-globe))
    inset !important;
  -webkit-transition: 0.15s ease-in-out !important;
  transition: 0.15s ease-in-out !important;
}
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-previewed:hover,
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-selected:hover {
  box-shadow: 0 0 0 1000px var(--jv-input-autofill, var(--jv-background-globe))
    inset !important;
}
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-previewed:active,
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-previewed:focus,
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-selected:active,
.container__E3hl8:focus-within:hover
  .input__V96NS:-internal-autofill-selected:focus {
  box-shadow: 0 0 0 1000px var(--jv-input-autofill, var(--jv-background-globe))
    inset !important;
}
.container__E3hl8 .input__V96NS:-internal-autofill-previewed,
.container__E3hl8 .input__V96NS:-internal-autofill-selected {
  -webkit-text-fill-color: var(
    --jv-input-autofill-color,
    var(--jv-text-primary)
  ) !important;
  box-shadow: 0 0 0 1000px var(--jv-input-autofill, var(--jv-background-globe))
    inset !important;
  -webkit-transition: 0.15s ease-in-out !important;
  transition: 0.15s ease-in-out !important;
}
.container__E3hl8 .input__V96NS:-internal-autofill-previewed:hover,
.container__E3hl8 .input__V96NS:-internal-autofill-selected:hover {
  box-shadow: 0 0 0 1000px
    var(--jv-input-autofill-hover, var(--jv-background-globe)) inset !important;
}
.container__E3hl8 .input__V96NS:-internal-autofill-previewed:active,
.container__E3hl8 .input__V96NS:-internal-autofill-previewed:focus,
.container__E3hl8 .input__V96NS:-internal-autofill-selected:active,
.container__E3hl8 .input__V96NS:-internal-autofill-selected:focus {
  box-shadow: 0 0 0 1000px var(--jv-input-autofill, var(--jv-background-globe))
    inset !important;
}
.popup-heading {
  padding-top: 20px;
}
.popup-scrollable-content li {
  text-align: left;
}
.popup-scrollable-content {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 15px;
  margin-top: 20px;
  height: auto;
  padding: 20px;
}
.popup-scrollable-content p {
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: left;
}
.popup-scrollable-content h3 {
  text-align: left;
}
.info-legal {
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 8px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.popup-content {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 900px;
}
.popup-content h2 {
  margin: 0;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup-content {
    width: 100%;
    max-width: 400px;
  }
}
.heWUPa {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 35;
  pointer-events: none;
}
.dUsTUD {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iaZBIw {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.cAQMLO {
  background: #fff;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 10px 7px;
  position: relative;
  pointer-events: all;
}
.ojUSr {
  position: absolute;
  top: -20px;
  right: -1px;
  color: #676767;
  font-size: 15px;
  cursor: pointer;
}
.gefoBY {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #676767;
}
.gefoBY span:not(:last-child) {
  color: #4075ff;
}
.gefoBY span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}
.cookie-form {
  margin: 0 30px;
}
label {
  display: contents;
}
.popup-heading {
  font-weight: 700;
  color: #000 !important;
  font-size: 26px !important;
}
.info-legal {
  padding: 3px;
}
.para-p {
  margin: 0;
  padding: 7px 0;
}
#main-form {
  background: #fff;
  box-shadow: 0 2px 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 5px 20px;
}

svg:not(:root) {
  overflow: hidden;
}

.hero-deposit-svg {
  enable-background: new 0 0 267 519;
  padding: 0;
  display: inline-block;
  width: 33.9%;
  margin: 0;
}

svg {
  vertical-align: middle;
}

img.hero-deposit-img {
  padding: 0;
  display: inline-block;
  width: 65.4%;
  margin: 0;
  float: left;
}

img,
.clickable {
  cursor: pointer;
}

#iti-0__country-listbox {
  list-style: none !important;
}

#iti-0__country-listbox li {
  list-style: none !important;
}
