
body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #666;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #a7cb00;
  text-decoration: none;
}



/* -----------------
-------HEADER-------
-------------------- */
.header_area {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left:0;
  z-index: 99;
  -webkit-transition: background 0.4s, all 0.3s linear;
  -o-transition: background 0.4s, all 0.3s linear;
  transition: background 0.4s, all 0.3s linear;
}
.header_area nav.navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.header_area ul.navbar-nav { }
.header_area ul.navbar-nav li.nav-item {
  margin-right: 45px;
}
.header_area ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}

.header_area ul.navbar-nav li.nav-item a.nav-link {
  font: normal 13px/118px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
  display: inline-block;
}
.header_area ul.navbar-nav li.nav-item:hover a.nav-link, 
.header_area ul.navbar-nav li.nav-item.active a.nav-link {
  color: #a7cb00;
}
.header_area ul.navbar-nav li.nav-item.submenu {
  position: relative;
}
.header_area ul.navbar-nav li.nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header_area ul.navbar-nav li.nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area ul.navbar-nav li.nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

@media (min-width: 1200px){
  .header_area ul.navbar-nav li.nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area ul.navbar-nav li.nav-item.submenu:hover ul .li.nav-item {
  margin-top: 0px;
}

.header_area ul.navbar-nav li.nav-item.submenu ul li.nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header_area ul.navbar-nav li.nav-item.submenu ul li.nav-item:last-child {
  border-bottom: none;
}
.header_area ul.navbar-nav li.nav-item.submenu ul li.nav-item a.nav-link {
  line-height: 45px;
  color: #000;
  padding: 0px 30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area ul.navbar-nav li.nav-item.submenu ul li.nav-item:hover a.nav-link {
  background: #a7cb00;
  color: #fff;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;  
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed ul.navbar-nav li.nav-item a.nav-link {
  line-height: 70px;
}


@media (max-width: 1199.98px) {
  .header_area ul.navbar-nav { 
    background-color: #fff;
    padding: 30px;
  }
  .header_area ul.navbar-nav li.nav-item {
    margin-right: 0 !important;
  }
  .header_area ul.navbar-nav li.nav-item a.nav-link {
    font: normal 15px/45px "Oswald", sans-serif !important;
    display: block;
  } 
}

/* NAVBAR RIGHT XURL ICONS */
.header_area ul.navbar-nav.navbar-xurl-icons { 
  width: 260px;
}

@media (max-width: 1199.98px) {
  .header_area ul.navbar-nav.navbar-xurl-icons { 
    width: 100%;
  }
}

.header_area ul.navbar-nav.navbar-xurl-icons p.xurl-social-icons {
  margin-bottom: 0;
}
.header_area ul.navbar-nav.navbar-xurl-icons a[class*="social-"],
.header_area ul.navbar-nav.navbar-xurl-icons a[class^="social-"] {
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
}
.header_area ul.navbar-nav.navbar-xurl-icons a[class*="social-"]:hover,
.header_area ul.navbar-nav.navbar-xurl-icons a[class^="social-"]:hover {
  color: #a7cb00;
}


/* -----------------
-------HEADER SEARCH-------
-------------------- */
.header_area ul.navbar-nav.navbar-xurl-icons .header-top-search a { 
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
}
.header_area ul.navbar-nav.navbar-xurl-icons .header-top-search a:hover { 
  color: #a7cb00;
}

/* MODAL */
#modal-search .modal-dialog {
  margin-top: 100px;
}
#header-top .header-top-right .header-top-search {
  margin: 3px 20px;
  padding: 0;
  display: inline-block;
}
#header-top .header-top-right .header-top-search a {
  color: #fff;
}
#header-top .header-top-right .header-top-search a:hover {
  color: #000;
}
.modal-content {
  background-color: #fff;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header h1.modal-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #494949;
  text-transform: uppercase;
}
.modal-content .modal-body { 
  padding-bottom: 30px;
  text-align: center;
}
.modal-content .modal-body form input.search { 
  display: inline-block;
  width: 60%;
}

.modal-content .modal-body button.search {
  display: inline-block;
  margin: -4px 0 0 0;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
}


/* SITELOGO, SITENAME, SITETAG */
.navbar-brand .site-logo img.logo {
  width: 40px !important;
  height: auto !important;
  margin: 5px !important;
  -o-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.navbar-brand .site-name {
  font-weight: 800;
  font-size: .85rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 10px 10px 4px 50px; 
}
.navbar-brand .site-tag {
  font-weight: 500;
  font-size: .65rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 0 10px 0 50px;   
}


/* -----------------
-------MAIN CONTENT-------
-------------------- */
#main_content {
  position: relative;
  margin-top: 118px;
  border-top: 2px solid #a7cb00;
}

@media (max-width: 1199.98px) {
  #main_content {
    position: relative;
    margin-top: 71px;
    border-top: 2px solid #a7cb00;
  }
}


/* -----------------
-------SIDEBAR RIGHT - PAGE TITLE - BREDCRUMB-------
-------------------- */
.page-title { 
  background-image: url(images/right-side-bg.jpg);
  background-size: cover;
  margin: 0 0 60px 0;
  padding: 140px 0;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.page-title .page-title-text {
  background: #fff;
  padding: 65px;
  position: relative;
}
.page-title .page-title-text:before {
  content: "";
  width: 360px;
  height: 420px;
  background: rgba(167, 203, 0, 0.8);
  position: absolute;
  left: -95px;
  top: calc(50% - 210px);
  z-index: -1;
}

@media (max-width: 991.98px) {
  .page-title .page-title-text:before {
    content: none;
  }
}

.content-pagename { 
  overflow: hidden;
}
.content-pagename span { 
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.content-breadcrumb { 
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.content-breadcrumb .breadcrumb-item + .breadcrumb-item::before { 
  color: #bebebe;
}
.content-breadcrumb span { 
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #666;
  font-size: 0.925rem;
  text-transform: uppercase;
  list-style-type: none;
}


/* -----------------
-------NEWS - DEFAULT-------
-------------------- */
.default-news { }
.default-news-item { }
.default-news-item .default-news-info {
  line-height: 26px;
  margin: 30px 0;
  padding: 20px 15px 35px 15px;
  position: relative; 
  background: #f7f7f7;
}
.default-news-item .default-news-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 2.25em solid #fff;
  border-left: 5.75em solid transparent;
  border-right: 5.75em solid transparent;
}

@media (max-width: 1199.98px) {
  .default-news-item .default-news-info {
    padding: 20px;
  }
  .default-news-item .default-news-info:after {
    content: none;
  }
}

.default-news-item .default-news-info a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.default-news-item .default-news-category,
.default-news-item .default-news-author,
.default-news-item .default-news-date,
.default-news-item .default-news-hits,
.default-news-item .default-news-comments {
  padding-bottom: 12px;
}
.default-news-item .default-news-category a,
.default-news-item .default-news-author a,
.default-news-item .default-news-date a,
.default-news-item .default-news-hits a,
.default-news-item .default-news-comments a {
  font-size: 16px;
  line-height: 20px;
}
.default-news-item .default-news-category svg,
.default-news-item .default-news-author svg,
.default-news-item .default-news-date svg,
.default-news-item .default-news-hits svg,
.default-news-item .default-news-comments svg {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.default-news-item .default-news-image-main {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.default-news-item .default-news-image-main img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.default-news-item:hover .default-news-image-main img {
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.default-news-item h2.default-news-title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin-bottom: .5rem;
  padding-top: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.default-news-item .default-news-summary {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
}

.default-item-read-more a.btn {
  overflow: hidden;
  border: 1px solid #eee;
  background: #f9f9ff;
  padding: 0px 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-radius: 5px;
  color: #000;
  line-height: 34px;
  display: inline-block;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.default-item-read-more a.btn:hover {
  background: #a7cb00;
  border-color: #a7cb00;
  color: #fff;
  webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: 0px 15px 20px rgba(167, 203, 0, 0.4);
  -moz-box-shadow: 0px 15px 20px rgba(167, 203, 0, 0.4);
  box-shadow: 0px 15px 20px rgba(167, 203, 0, 0.4);
}


/* -----------------
-------NEWS EXTEND -DEFAULT-------
-------------------- */
.view-item { }
.view-item .view-item-image { 
  display: block;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.view-item .view-item-image img {
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 20px;
}
.view-item .view-item-info {
  line-height: 26px;
  margin: 30px 0;
  padding: 20px 15px 35px 15px;
  position: relative; 
  background: #f7f7f7;
}
.view-item .view-item-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 2.25em solid #fff;
  border-left: 5.75em solid transparent;
  border-right: 5.75em solid transparent;
}

@media (max-width: 1199.98px) {
  .view-item .view-item-info {
    padding: 20px;
  }
  .view-item .view-item-info:after {
    content: none;
  }
}

.view-item .view-item-info a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.view-item .view-item-info .view-item-category,
.view-item .view-item-info .view-item-author,
.view-item .view-item-info .view-item-date,
.view-item .view-item-info .view-item-hits,
.view-item .view-item-info .view-item-comments {
  padding-bottom: 12px;
}
.view-item .view-item-info .view-item-category a,
.view-item .view-item-info .view-item-author a,
.view-item .view-item-info .view-item-date a,
.view-item .view-item-info .view-item-hits a,
.view-item .view-item-info .view-item-comments a {
  font-size: 16px;
  line-height: 20px;
}
.view-item .view-item-info .view-item-category svg,
.view-item .view-item-info .view-item-author svg,
.view-item .view-item-info .view-item-date svg,
.view-item .view-item-info .view-item-hits svg,
.view-item .view-item-info .view-item-comments svg {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.view-item .view-item-summary {
  font-weight: 600;
}
.view-item .view-item-body { 
  font-size: 18px;
}
.view-item .view-item-images { }
.view-item .view-item-images img { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-extended { 
  font-size: 18px;
}
.view-item .view-item-videos { }
.view-item blockquote {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style:italic;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  margin: 20px 0;
  border-top: 2px solid #a7cb00;
  border-bottom: 2px solid #a7cb00;
}
/* Blockquote right double quotes */
.view-item blockquote:after {
  position: absolute;
  content: '"';
  color: #a7cb00;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}
.view-item .view-item-rate { 
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-size: .8em;
  color: #666;
  font-weight: 400;
  margin: 20px 15px 0 40px;
}
.view-item .view-item-rate .e-rate-news { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.view-item .view-item-rate .e-rate-news img { display: inline-block; }
.view-item .view-item-rate .e-rate-news img:first-child { padding-left: 5px; }
.view-item .view-item-rate .e-rate-votes-news { 
  display: inline-block; 
  width: auto !important;
}
.view-item .view-item-tags { 
  margin: 0 15px 0 5px;
}
.view-item .view-item-tags a.news-tag { 
  display: inline-block;
  margin: 0.15rem;
  padding: 5px 15px; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}
.view-item .view-item-tags a.news-tag:hover { 
  color: #fff;
  background-color: #a7cb00; 
}
.view-item .view-item-social-share { 
  padding-bottom: 12px;
}
.view-item .view-item-social-share > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.view-item .view-item-social-share > .btn-group a {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  padding: 0;
  color: #666;
  line-height: 1.2;
}
.view-item .view-item-social-share > .btn-group > a > i[class*=" e-social-"] {
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #666;
  font-size: 16px;
  margin-right: 10px;
}
.view-item .view-item-social-share > .btn-group > a:hover > i[class*=" e-social-"] {
  color: #000;
}


/* -----------------
-------NEWS VIEW PAGINATION-------
-------------------- */
.view-item-pagination { }
.view-item-pagination ul.news-view-pagination {
  padding-left: 0;
}
.view-item-pagination ul.news-view-pagination > li.page-item {
  list-style: none;
}
.view-item-pagination ul.news-view-pagination > li.page-item > a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}


/* RELEATED NEWS ITEMS */
.related-news-box {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.related-news-box h4.related-news-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}

.related-news-items { }
.related-item { }
.related-item .related-news-image { 
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 165px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.related-item .related-news-image img { 
  width: 100%;
  height: 165px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  object-fit: cover;
}
.related-item:hover .related-news-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .related-item .related-news-image { 
    height: auto;
  }
  .related-item .related-news-image img {
    height: auto;
  }
}

.related-item h4.related-news-title { 
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 15px 0 0 0;
  text-align: center;
}
.related-item .related-news-category { 
  position: absolute;
  top: 10px;
  left: 0;
  padding: 6px 20px;
  color: #fff;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .015em;
  background-color: #a7cb00;
}


/* -----------------
-------COMMENTS MENUBOX-------
-------------------- */
.comment-menubox {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.comment-menubox-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}
.comment-menubox-content {

}


/* -----------------
-------RIGHTSIDE-------
-------------------- */

/* SEARCH */
.sidebar-menu .search-menu {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.sidebar-menu .search-menu input.search {
  position: relative;
  font-size: 14px;
  line-height: 29px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  -moz-border-radius: 45px !important;
  -khtml-border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  border-radius: 45px !important;
  z-index: 0;
  background: #a7cb00;
}
.sidebar-menu .search-menu button.btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}


/* SIDEBAR */
.sidebar {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}

/* SIDE-MENUBOX */
.side-menubox {
  display: block;
}
.side-menubox h4.side-menubox-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}
.side-menubox h4.side-menubox-title span.inline-text span.btn-group {
  margin: 4px 0 0 10px;
}
.side-menubox h4.side-menubox-title span.inline-text a.btn {
  margin: 0 2px;
  padding: 3px 6px;
  line-height: 1;
}
.side-menubox .side-menubox-content {
  padding: 15px 0;
}


/* SIDE-MENUBOX LIST GROUP */
.side-menubox .side-menubox-content ul.list-group {
  background-color: transparent; 
  border: none;
}
.side-menubox .side-menubox-content ul.list-group > li {
  border: none;
  border-bottom: 2px dotted #eee !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px; 
  background-color: transparent; 
}
.side-menubox .side-menubox-content ul.list-group > li:hover {
  background-color: transparent;
  border-color: #a7cb00 !important;
}
.side-menubox .side-menubox-content ul.list-group > li:hover a {
  color: #a7cb00;
}
.side-menubox .side-menubox-content ul.list-group > li span.badge {
  font-size: 15px;
  background-color: transparent !important;
  color: #666;
}
.side-menubox .side-menubox-content ul.list-group > li:hover span.badge {
  color: #a7cb00;
}


/* -----------------
-------COMMENTS-------
-------------------- */

/* Comment */
.comment-frame { 
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.commentbox-top { 
  font-family: "Raleway", sans-serif;
  font-size: .95em;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}
.commentbox-top-image { }
.commentbox-username { }
.commentbox-date { }
.commentbox-reply { }
.commentbox-reply a.btn {
  font-family: "Oswald", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #000;
  background-color: #fff !important;  
  border: 1px solid #eee;
  margin: 0;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: relative;
  text-transform: uppercase;
}
.commentbox-bottom { 
  padding-bottom: 15px;
}
.commentbox-comment { 
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #666;
  font-size: 0.95em;
  font-weight: 400;
}
.comment-status { 
  font-family: "Raleway", sans-serif;
  font-size: 0.85em;
  line-height: 1.7;
  letter-spacing: .015em;
  color: #96a4ac;
  font-weight: 400;
}
.comment-moderate { 
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-moderate .comment-edit a.btn,
.comment-moderate .comment-moderate a.btn { 
  font-family: "Oswald", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #000;
  background-color: #fff !important;  
  border: 1px solid #eee;
  margin: 0;
  padding: 2px 18px;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
}
.comment-moderate .comment-edit a.btn:hover,
.comment-moderate .comment-moderate a.btn:hover {
  background-color: #92b200 !important;
  color: #fff !important;
}

/* Comment form */
.comment-box-form { }
.comment-box-form input.author { 
  margin-bottom: 10px;
}
.comment-options {
  margin: 10px;
}
.comment-options a.btn {
  margin: 0 5px;
}


/* -----------------
-------NEWS MENU LATEST-------
-------------------- */
.news-menu-latest {
  overflow: hidden;
  margin-bottom: 15px;  
}
.news-menu-latest-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.news-menu-latest-img a {

}
.news-menu-latest-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.news-menu-latest a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.news-menu-latest:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-menu-latest-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #666;
  line-height: 1.3;
  padding-left: 110px;
}
.news-menu-latest-date {
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-weight: 400;
  margin-top: 5px;
  font-size: .85em;
  color: #666;
}


/* -----------------
-------POPULAR MENU (HITS)-------
-------------------- */
.popular-menu {
    
}
.popular-menu-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.popular-menu-item-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.popular-menu-item-img a {

}
.popular-menu-item-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popular-menu-item a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.popular-menu-item:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.popular-menu-item-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #666;
  line-height: 1.3;
  padding-left: 110px;
}
.pupular-menu-item-hits {
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  margin-top: 5px;
  font-size: .85em;
  color: #666;
  padding-left: 110px;
}


/* -----------------
-------TAGCLOUD MENU-------
-------------------- */
.tagcloud-menu { }
.tagcloud-menu a {
  margin: 0.15rem;
  padding: 5px 15px !important; 
  border: 1px solid #eee;
  background-color: #fff;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.tagcloud-menu a:hover,
.tagcloud-menu a:focus {
  background-color: #a7cb00;
  color: #fff;
}


/* -----------------
-------CHATBOX-------
-------------------- */
.chatbox-bg {
  margin-bottom: 30px;
}
#chatbox-input-block { 
  margin-bottom: 1rem;
}


/* -----------------
-------FOOTER-------
-------------------- */
#footer {
  overflow: hidden;
  background: #f9f9ff;
  padding-top: 80px;
}

/* FOOTER MENUBOX */
.footer-menubox {
  overflow: hidden;
  margin-bottom: 15px;
}
.footer-menubox h4.footer-menubox-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer-menubox .footer-menubox-content {
  line-height: 18px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #666;
}
.footer-menubox .footer-menubox-content .badge {
  background-color: #a7cb00 !important;
}

/* Footer SITE-Menus */
.footer-menubox-content ul.nav-footer { }
.footer-menubox-content ul.nav-footer > li { }
.footer-menubox-content ul.nav-footer > li:before {
  position: relative;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  color: #999;
  margin-right: 10px;
}
.footer-menubox-content ul.nav-footer > li > a {
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  font-weight: 300; 
  transition: .3s;
}
.footer-menubox-content ul.nav-footer > li > a:hover {
  letter-spacing: 1px;
  font-weight: 400;
}

/* FOOTER BOTTOM */
#footer .footer-dissclaimer {
  font-family: "Raleway", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
}
#footer .footer-social { }
#footer .footer-social .xurl-social-icons {
  margin-bottom: 0;
}
#footer .footer-social .xurl-social-icons a[class*="social-"], 
#footer .footer-social .xurl-social-icons a[class^="social-"] {
  color: #191919;
  font-size: 16px;
  margin-right: 10px;
}
#footer .footer-social .xurl-social-icons a[class*="social-"]:hover,
#footer .footer-social .xurl-social-icons a[class^="social-"]:hover {
  color: #a7cb00;
}


/* -----------------
-------PAGINATION-------
-------------------- */
.pagination > li.page-item > a, 
.pagination > li.page-item > span {
  position: relative;
  display: block;  
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  color: #8a8a8a;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  border: none;
  background: transparent;  
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination > li.page-item.active > a {
  background-color: #a7cb00;
  border-color: transparent;
  color: #fff;
}
.pagination > li.page-item > a:hover, 
.pagination > li.page-item > span:hover {
  background-color: #a7cb00;
  border-color: transparent;
  color: #fff;
}



/*************************************
*** CONTACT *****************
**************************************/
#contactInfo { 
  position: relative;
}
#contactInfo .contact-info-box {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
#contactInfo .pagename {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}
#contactInfo h4.my-company { 
  font-family: "Oswald", sans-serif;
  font-size: 3.15rem;
  color: #242424;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015em;
  margin-bottom: 10px;
  text-align: center;
}
#contactInfo .custom-message { 
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #666;
}
#contactInfo .sitecontact-address,
#contactInfo .sitecontact-phone,
#contactInfo .sitecontact-email { 
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 15px;
}
#contactInfo .sitecontact-address i, #contactInfo .sitecontact-address svg,
#contactInfo .sitecontact-phone i, #contactInfo .sitecontact-phone svg,
#contactInfo .sitecontact-email i, #contactInfo .sitecontact-email svg {
  font-size: 30px;
  color: #a7cb00;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  padding: 12px;
}
#contactInfo .lan {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  color: #242424;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.2;
  padding: 8px 0;
}
#contactInfo .data {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  color: #444;
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.2;
  padding-bottom: 8px;
}

/* CONTACT FORM */
#contactForm { } 
#contactForm  .control-group.form-group label,
#contactForm  .form-group label {
  font-size: .85rem;
}
#contactForm  .control-group.form-group input,
#contactForm  .control-group.form-group textarea {
  margin: 6px 0 !important;
  padding: 0.25rem 0.5rem !important;
}


/* CONTACT MAP STYLE */
#contactInfo .contact-map-wrap {
  overflow: hidden;
  width: 100%;
  height: 500px;
  border: 1px solid #293139;
  margin: 20px 0;
}


/*************************************
*** MAIN MENU STYLE *****************
**************************************/
.main-menubox { 
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.main-menubox h4.main-menubox-title { 
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}
.main-menubox .main-menubox-content { }
.main-menubox .main-menubox-content ul { padding-left: 0; }


/*************************************
*** GALLERY STYLE *****************
**************************************/
/* Gallery category */
.gallery-cat { }
.gallery-cat-item { 
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-cat-item .gallery-cat-image {
  position: repaltive;
  overflow: hidden;
}
.gallery-cat-item img {
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.gallery-cat-item:hover img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-cat-item h5.card-title {
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .015em;
}


/* Gallery images */
.gallery { }
.gallery .gallery-item { 
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.gallery .gallery-item .inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery .gallery-item .details,
.gallery .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.gallery .gallery-item .details {
  z-index: 2;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .gallery-item .details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.gallery .gallery-item .details h2 a {
  color: #000;
}
.gallery .gallery-item .details h2 a:hover {
    color: #fff;
}
.gallery .gallery-item .details h2 a:before {
  display: block;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  content: "\f00e";
  font-weight: 900;
  display: block;
  font-size: 2rem;
}
.gallery .gallery-item .overlay {
  background: rgba(167,203,0,0.7);
  z-index: 1;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.gallery .gallery-item:hover .details,
.gallery .gallery-item:hover .overlay {
  opacity: 1;
}


/* Gallery list next/prev */
.gallery-list-nextprev { }
.gallery-list-nextprev .nextprev.form-group { 
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
.gallery-list-nextprev .nextprev.form-group > a.btn { 
  margin: 0 1px !important;
}

/* Gallery list back */
.gallery-list-back { }
.gallery-list-back a.btn { }


/*************************************
*** Gallery Slideshow *****************
**************************************/
#gallery-slideshow-wrapper { 
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 300px !important;
  overflow: hidden;
  background: transparent !important;
  margin: 0 auto !important;
}
#gallery-slideshow-content { 
  width: 100% !important;
  height: 300px !important;
  overflow: hidden;
}
#gallery-slideshow-content div[id*="gallery-item-"],
#gallery-slideshow-content div[id^="gallery-item-"] { 
  width: 100% !important;
  padding: 0;
  height: 300px !important; 
}
#gallery-slideshow-content div[id*="gallery-item-"] .gallery-slide-item,
#gallery-slideshow-content div[id^="gallery-item-"] .gallery-slide-item {
  margin-right: 0;
  display: inline-block;
  width: 100% !important;
}
#gallery-slideshow-content div[id*="gallery-item-"] img,
#gallery-slideshow-content div[id^="gallery-item-"] img { 
  width: 100% !important;
  height: 300px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  object-fit: cover;
}
.gallery-slideshow-controls .gallery-slide-jumper-container {
  text-align: center;
  padding-left: 0;
}
.gallery-slideshow-controls .gallery-slide-jumper-container .gallery-slide-jumper {
  padding: 2px;
}


/*************************************
*** CUSTOM PAGES *****************
**************************************/
.default-cpage-content .default-cpage-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 20px;
}
.default-cpage-content .default-cpage-mainimage { 
  display: block;
  overflow: hidden;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.default-cpage-content .default-cpage-mainimage img {
  width: 100% !important;
  margin: 0;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.default-cpage-content .default-cpage-nav {

}
.default-cpage-content .default-cpage-info-box {
  width: 20%;
}
.default-cpage-content .default-cpage-info {
  line-height: 26px;
  margin: 30px 0 0 0;
  padding: 20px 15px 35px 15px;
  position: relative;
  background: #f7f7f7;
}
.default-cpage-content .default-cpage-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 2.25em solid #fff;
  border-left: 5.75em solid transparent;
  border-right: 5.75em solid transparent;
}

@media (max-width: 1199.98px) {
  .default-cpage-content .default-cpage-info-box {
    width:100%;
  }
  .default-cpage-content .default-cpage-info {
    margin: 30px 0;
    padding: 20px;
  }
  .default-cpage-content .default-cpage-info:after {
    content: none;
  }
}

.default-cpage-content .default-cpage-info a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.default-cpage-content .default-cpage-info .default-cpage-author, 
.default-cpage-content .default-cpage-info .default-cpage-date,
.default-cpage-content .default-cpage-info .default-cpage-social-share {
  padding-bottom: 12px;
}
.default-cpage-content .default-cpage-info .view-item-author a,
.default-cpage-content .default-cpage-info .view-item-date a {
  font-size: 16px;
  line-height: 20px;
}
.default-cpage-content .default-cpage-info .view-item-author svg,
.default-cpage-content .default-cpage-info .view-item-date svg {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.default-cpage-content .default-cpage-info .default-cpage-social-share > .btn-group {
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.default-cpage-content .default-cpage-info .default-cpage-social-share > .btn-group a {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  padding: 0;
  color: #666;
  line-height: 1.2;
}
.default-cpage-content .default-cpage-info .default-cpage-social-share > .btn-group > a > i[class*=" e-social-"] {
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #666;
  font-size: 16px;
  margin-right: 10px;
}
.default-cpage-content .default-cpage-info .default-cpage-social-share > .btn-group > a:hover > i[class*=" e-social-"] {
  color: #000;
}
.default-cpage-content .default-cpage-body {
  font-size: 18px;
}
.cpage_body.cpage-body  .default-cpage-rating { 
  ffont-family: "Raleway", sans-serif;
  line-height: 1.7;
  letter-spacing: .015em;
  font-size: .8em;
  color: #666;
  font-weight: 400;
  margin: 20px 15px 0 40px;
}
.cpage_body.cpage-body  .default-cpage-rating .e-rate-page { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.cpage_body.cpage-body  .default-cpage-rating .e-rate-page img { display: inline-block; }
.cpage_body.cpage-body  .default-cpage-rating .e-rate-page img:first-child { padding-left: 5px; }
.cpage_body.cpage-body  .default-cpage-rating .e-rate-page .e-rate-votes-page { 
  display: inline-block; 
  width: auto !important;
}

/* Images in content */
.default-cpage-content img { 
  display: block;
  overflow: hidden;
  margin: 20px auto;
  width: 90% !important;
  height: auto;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;  
}


/*************************************
*** CUSTOM PAGES RELEATED ITEMS*****************
**************************************/
.related-cpage-box {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.related-cpage-box h4.related-cpage-caption {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}

.related-cpage-items { }
.related-cpage-item { }
.related-cpage-item .related-cpage-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 165px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.related-cpage-item .related-cpage-image img {
  width: 100%;
  height: 165px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  object-fit: cover;
}
.related-cpage-item:hover .related-cpage-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .related-cpage-item .related-cpage-image { 
    height: auto;
  }
  .related-cpage-item .related-cpage-image img {
    height: auto;
  }
}

.related-cpage-item h4.related-cpage-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 15px 0 0 0;
  text-align: center;
}


/*************************************
*** CUSTOM PAGES COMMENTS*****************
**************************************/
.default-cpage-comments { 
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.default-cpage-comments h4.default-cpage-comments-title { 
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  background: #a7cb00;
  text-align: center;
  color: #fff;
  padding: 8px 5px;
  margin-bottom: 30px;
}


/*************************************
*** SEARCH PAGE*****************
**************************************/
#searchform {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
#searchform .btn-group button.btn {
  margin: 0;
}



/*************************************
*** HOME SITE*****************
**************************************/
#home-page { 
  position: relative;
  margin-top: 118px;
  border-top: 2px solid #a7cb00;
}

@media (max-width: 991.98px) {
  #home-page {
    position: relative;
    margin-top: 71px;
    border-top: 2px solid #a7cb00;
  }
}


/*************************************
*** HERO WIDGET*****************
**************************************/
#hero-widget {

}
#carousel-hero.carousel {
  top:0;
  margin-bottom: 0 !important;
}
#carousel-hero.carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
#carousel-hero.carousel .carousel-indicators > button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 10px;
  border-radius: 100%;
  opacity: 1;
}
#carousel-hero.carousel .carousel-indicators > button.active {
  background-color: #a7cb00;
}
#carousel-hero.carousel .carousel-item { }
#carousel-hero.carousel .carousel-item .carousel-caption { 
  position: relative !important;
  padding: 0;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
#carousel-hero.carousel .carousel-item .carousel-caption .hero-text-container { }
#carousel-hero.carousel .carousel-item .carousel-caption header.hero-title {
  background: #fff;
  padding: 30px 60px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
#carousel-hero.carousel .carousel-item .carousel-caption .hero-title-before {
  display: none;
}
@media (min-width: 1200px) {
  #carousel-hero.carousel .carousel-item .carousel-caption .hero-title-before {
    display: block;
    width: 360px;
    height: 530px;
    background: rgba(167, 203, 0, 0.8);
    position: absolute;
    left: -95px;
    top: 50%;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#carousel-hero.carousel .carousel-item .carousel-caption header.hero-title h1 { 
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  color: #000 !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#carousel-hero.carousel .carousel-item .carousel-caption header.hero-title h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px; 
  font-weight: 400;
  color: #666 !important;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  #carousel-hero.carousel .carousel-item .carousel-caption header.hero-title h1 { 
    font-size: 30px;
  }
  #carousel-hero.carousel .carousel-item .carousel-caption header.hero-title h2 {
    font-size: 14px;
  }
}

#carousel-hero.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn {
  padding: 0px 38px;
  line-height: 48px;
  background: #a7cb00 !important;
  color: #fff;
  display: inline-block;
  border: 1px solid #a7cb00;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}
#carousel-hero.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn:hover {
  color: #a7cb00;
  background: transparent !important;
}
#carousel-hero.carousel .carousel-control-prev {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(167, 203, 0, 0.8);
  border-radius: 0 60px 60px 0;
  -webkit-transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  -ms-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
#carousel-hero.carousel .carousel-control-next {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(167, 203, 0, 0.8);
  border-radius: 60px 0 0 60px;
  -webkit-transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  -ms-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
#carousel-hero.carousel .carousel-control-prev:hover,
#carousel-hero.carousel .carousel-control-next:hover {
  background: rgba(167, 203, 0, 1);
}


/*************************************
*** WELCOME MESSAGE*****************
**************************************/
#home-page .section-wmessage { }
#home-page .section-wmessage .wmessage-img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: cover;
}
#home-page .section-wmessage .wmessage-title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 60%;
}
#home-page .section-wmessage .wmessage-body { 
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  padding: 0 20px;
  width: 60%;
}
#home-page .section-wmessage .wmessage-body a.btn {
  padding: 0px 38px;
  line-height: 48px;
  background: #a7cb00;
  color: #fff;
  display: inline-block;
  border: 1px solid #a7cb00;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}
#home-page .section-wmessage .wmessage-body a.btn:hover {
  color: #a7cb00;
  background: transparent !important;
}

#home-page .section-wmessage .wmessage > .row > div[class*="col-"]:nth-child(1) {
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
#home-page .section-wmessage .wmessage > .row > div[class*="col-"]:nth-child(2) {
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 1200px) {
  #home-page .section-wmessage .wmessage > .row > div[class*="col-"]:nth-child(1) {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #home-page .section-wmessage .wmessage > .row > div[class*="col-"]:nth-child(2) {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}



/*************************************
*** SECTION MISSIONS****************
**************************************/
#home-page .section-missions {
  overflow: hidden;
  background-color: transparent;
}
#home-page .section-missions .missions-img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: cover;
}
.home-section-missions-cmenu {  }
.home-section-missions-cmenu .home-section-missions-cmenu-title h4 { 
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 60%;
}
.home-section-missions-cmenu .home-section-missions-cmenu-body { 
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  text-align: justify;
  padding: 0 20px;
  width: 60%;
}


/*************************************
*** SECTION PORTFOLIO*****************
**************************************/
#home-page .section-portfolio {
  background-color: #f9f9ff;
}
#home-page .section-portfolio .portfolio-header {
  font-family: "Oswald", sans-serif;
  font-size: 4.75rem;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 80px 0;
}
#home-page .section-portfolio #portfolio-gallery { }
#home-page .section-portfolio #portfolio-gallery .gallery-item {
  position: relative;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item:hover:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item img { 
  width: 100%;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item .hover-text {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item .hover-text h4 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000; 
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item:hover .hover-text {
  bottom: 35px;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item .hover-text a.gallery-caption {
  line-height: 0px;
  height: 0px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  color: #fff; 
  text-align: center;
  padding: 0px 40px;
  background: #a7cb00;
  border: 1px solid #a7cb00;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; 
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption {
  height: 100%;
  line-height: 48px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 22px;
}
#home-page .section-portfolio #portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption:hover {
  color: #000;
  background-color: transparent; 
}



/*************************************
*** SECTION SUBSCRIBE*****************
**************************************/
#home-page .section-subscribe { 
  position: relative;
  overflow: hidden;
  background-color: #a7cb00;
}
#home-page .section-subscribe .section-4-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 3.15rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.home-section-subscribe-cmenu {  }
.home-section-subscribe-cmenu .home-section-subscribe-cmenu-title { 
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}
.home-section-subscribe-cmenu .home-section-subscribe-cmenu-body { }
.home-section-subscribe-cmenu .home-section-subscribe-cmenu-body .tbox.form-control { 
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-section-subscribe-cmenu .home-section-subscribe-cmenu-body .btn.submit {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 55px;
  color: #000;
  border-radius: 5px;
  background: #f9f9ff !important;
  margin: 0;
  padding: 0px 32px;
  webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-section-subscribe-cmenu .home-section-subscribe-cmenu-body .btn.submit:hover {
  color: #a7cb00;
}



/*************************************
*** SECTION LATEST NEWS*****************
**************************************/
#home-page .section-latest-news { 
  background-color: transparent;
  overflow: hidden;
}
#home-page .section-latest-news .home-latest-news { }
#home-page .section-latest-news .home-latest-news .news-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
#home-page .section-latest-news .home-latest-news .news-item .news-image { 
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home-page .section-latest-news .home-latest-news .news-item .news-image img { 
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  object-fit: cover;
}
#home-page .section-latest-news .home-latest-news .news-item:hover .news-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#home-page .section-latest-news .home-latest-news .news-item .news-content { 
  padding: 0 60px;
}

#home-page .section-latest-news .home-latest-news .news-item .news-content .news-info {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

#home-page .section-latest-news .home-latest-news .news-item .news-content h4.news-title {  
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700; 
  color: #000; 
  line-height: 1.2;
  text-transform: uppercase;  
  margin-bottom: 15px;
}
#home-page .section-latest-news .home-latest-news .news-item .news-content .news-summary {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px; 
  font-weight: 400;
  color: #666;
}
#home-page .section-latest-news .home-latest-news .news-item .news-content .news-read-more a.btn { 
  margin: 30px 0;
  padding: 0px 38px;
  line-height: 48px;
  background: #a7cb00;
  color: #fff;
  display: inline-block;
  border: 1px solid #a7cb00;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}
#home-page .section-latest-news .home-latest-news .news-item .news-content .news-read-more a.btn:hover {
  color: #a7cb00;
  background: transparent !important;
}

@media (min-width: 1200px) {
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(1) > .news-item > .row > div[class*="col-"]:nth-child(1),
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(2) > .news-item > .row > div[class*="col-"]:nth-child(1) {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(1) > .news-item > .row > div[class*="col-"]:nth-child(2),
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(2) > .news-item > .row > div[class*="col-"]:nth-child(2) {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(3) > .news-item > .row > div[class*="col-"]:nth-child(1),
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(4) > .news-item > .row > div[class*="col-"]:nth-child(1) {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(3) > .news-item > .row > div[class*="col-"]:nth-child(2),
  #home-page .section-latest-news .home-latest-news > .row > div[class*="col-"]:nth-child(4) > .news-item > .row > div[class*="col-"]:nth-child(2) {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}


/*************************************
*** Section SOCIAL*****************
**************************************/
#home-page .section-social { 
  position: relative;
  background-color: #fff;
}
#home-page .section-social:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  background-image: url(images/social-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#home-page .section-social .section-social-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#home-page .section-social .xurl-social-icons { 
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
#home-page .section-social .xurl-social-icons a.social-icon { 
  margin:  0 30px 10px 0;
}
#home-page .section-social .xurl-social-icons a[class*="social-"]:after,
#home-page .section-social .xurl-social-icons a[class^="social-"]:after {
  content: attr(data-bs-original-title);
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
  letter-spacing: .015em;
  text-transform: uppercase;
  margin: 10px 0 0 10px;
  padding-bottom: 10px;
}
#home-page .section-social .xurl-social-icons a.social-icon span[class*="e-social-"],
#home-page .section-social .xurl-social-icons a.social-icon span[class^="e-social-"] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 1.3em;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(167, 203, 0, 0.7);
  o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#home-page .section-social .xurl-social-icons a.social-icon:hover span[class*="e-social-"],
#home-page .section-social .xurl-social-icons a.social-icon:hover span[class^="e-social-"] {
  background-color: rgba(167, 203, 0, 1);
  color: #fff;
}



/* BUTTON */
button.btn,
a.btn,
input.btn,
input.button,
button.btn-primary,
a.btn-primary,
input.btn-primary {
  overflow: hidden;
  border: 1px solid #a7cb00;
  background: #a7cb00 !important;
  padding: 0px 24px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  line-height: 34px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
}
button.btn:hover,
a.btn:hover,
input.btn:hover,
input.button:hover,
button.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:hover,
button.btn.show,
a.btn.show {
  background: #92b200 !important;
  border-color: #92b200;
  color: #fff;
}



/*------------------------------------------
	FORUMS
--------------------------------------------*/
/* Forum search */
.forum-search { }
.forum-search .input-group { }
.forum-search .input-group input.form-control { }
.forum-search .input-group button {
  margin: 0;
  padding: 10px 20px;   
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}


/* Forum Main forum layout */
#forum.forum { }
#forum .forum-parent-title { 
  position: relative;  
  padding: 2em;
}
#forum .forum-parent-title h1 {   
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
}
#forum .forum-parent-title h1:after, #forum .forum-parent-title h1:before {
  content: " ";
  display: block;
  border-bottom: 3px solid #a7cb00;
  background-color: transparent;
  margin: 0;
  padding: 0;
}


#forum .forum-child {  
  padding: 10px 0;  
}
#forum .forum-child .forum-child-item {   
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
#forum .forum-child .forum-child-item:hover {   
  background-color: rgba(0,0,0,0.06);
}
/*
#forum .forum-child .forum-child-item .forum-child-item-icon > svg, 
#forum .forum-child .forum-child-item .forum-child-item-icon > i {
  display: block;
  margin: 0 auto 20px auto;
  width: 66px;
  height: 66px;
  background-color: #ff5200;
  padding: 18px;
  color: #fff;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
*/
#forum .forum-child .forum-child-item img.forumimage {
  object-fit: cover;
}
#forum .forum-child .forum-child-item .forum-child-item-title {
   font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 500;
  color: #202020;
  line-height: 1.1;
}
#forum .forum-child .forum-child-item .forum-child-item-desc {
  font-family: "Raleway", sans-serif;
  font-size: 0.975rem; 
  font-weight: 400;
  color: #666; 
  line-height: 1.2; 
}
#forum .forum-child .forum-child-item .forum-child-item-subforums {

}
#forum .forum-child .forum-child-item .forum-thread,
#forum .forum-child .forum-child-item .forum-replies,
#forum .forum-child .forum-child-item .forum-lastpost {

}
#forum .forum-child .forum-child-item .forum-thread .lang,
#forum .forum-child .forum-child-item .forum-replies .lang,
#forum .forum-child .forum-child-item .forum-lastpost .lang {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem; 
  font-weight: 400;
  color: #666; 
  line-height: 1.2; 
}
#forum .forum-child .forum-child-item .forum-thread span.badge,
#forum .forum-child .forum-child-item .forum-replies span.badge,
#forum .forum-child .forum-child-item .forum-lastpost span.badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem; 
  font-weight: 500;
  color: #666; 
  line-height: 24px; 
  background-color: transparent !important;
  padding: 0;
}
#forum .forum-child .forum-child-item .forum-lastpost span {
  font-family: "Raleway", sans-serif;
  font-size: 0.775rem; 
  font-weight: 500;
  color: #666; 
  line-height: 24px; 
  padding: 0;
}
#forum .forum-footer {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem; 
  font-weight: 500;
  color: #666; 
  line-height: 1;
  text-transform: uppercase; 
  background-color: rgba(0,0,0,0.0225);
  margin: 5px 0 15px 0; 
  padding: 15px;  
}  


/*------------------------------------------
	FORUM TRACK 
--------------------------------------------*/
#forum-track { 
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
#forum-track .forum-track-caption {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
}
#forum-track .forum-track-item {
  color: #666;
  padding: 15px;
  border-top: 1px solid rgba(0,0,0,0.125);
}
#forum-track .forum-track-item:hover {
  background-color: rgba(0,0,0,0.06);
}

#forum-track .forum-track-item-topic {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
}
#forum-track .forum-track-item a.btn {
  margin: 0;
}
   

/*------------------------------------------
	FORUM VIEWFORUM 
--------------------------------------------*/
#forum-viewforum { }
#forum-viewforum .forum-viewforum-title {
  margin: 10px 0;
}
#forum-viewforum .forum-viewforum-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  padding: 0 0.9rem 0 0;
}
#forum-viewforum .forum-viewforum-title img.forumimage {
  object-fit: cover;
}
#forum-viewforum .forum-viewforum-button {
  margin: 0 0 0.5rem 0;
}
#forum-viewforum .forum-viewforum-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-viewforum .forum-viewforum-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}

#forum-viewforum .forum-viewforum {
  margin: 0;
  padding: 0 0 15px 0;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
#forum-viewforum .forum-viewforum .forum-viewforum-item:hover {   
  background-color: rgba(0,0,0,0.06);
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle {  
  font-family: "Oswald", sans-serif;
  font-size: 1.225rem;
  color: #f36100;
  font-weight: 500;
  line-height: 1.2;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-item-poster,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-item-pagesx {
  font-family: "Raleway", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies .lang,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views .lang,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-lastpost .lang {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies span.badge,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views span.badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  background-color: transparent !important;
  padding: 0;
}
#forum-viewforum .forum-viewforum-pages {
  margin-top: 20px;
  margin-bottom: 10px;
}



/*------------------------------------------
	FORUM VIEWTOPIC 
--------------------------------------------*/
#forum-view-topic { }
#forum-view-topic .forum-viewtopic-title h3 { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  padding: 0.9rem;
}
#forum-view-topic .forum-viewtopic-button {
  margin: 0 0 0.5rem 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}
#forum-view-topic ul.forum-viewtopic { 
  margin: 0;
  padding: 10px 0;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post {
  margin: 15px 0 15px 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post:hover {
  background-color: rgba(0,0,0,0.06);
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post:first-child {
  margin-top: 0;  
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil {
  border-right: 1px solid rgba(0,0,0,0.125);
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-avatar img {
  display: block;
  margin: 0 auto;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-user-customtitle { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-posts,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-joined,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postdate,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-lastedit,
#forum-view-topic .forum-viewtopic-moderators {
  font-family: "Oswald", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level-icons {
  color: #a7cb00; 
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postmessage {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem; 
  font-weight: 400;
  co˙ r: ?? 6; 
  line-height: 1.2;
  padding: 15px 0;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-signature {
  font-family: "Raleway", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
  padding: 15px 0 0 0;
  border-top: 1px solid rgba(0,0,0,0.125);
}
#forum-view-topic .forum-viewtopic-quickreply {
  width: 80%;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid rgba(0,0,0,0.125);
}


/* FORUM STATS */
#forum-stats { }
#forum-stats ul.nav-tabs {
  border-bottom: 1px solid #666;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link {
  font-family: "Oswald", sans-serif;
  font-size: 0.775rem;
  font-weight: 400;
  color: #666;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link.active,
#forum-stats ul.nav-tabs li.nav-item a.nav-link:hover {
  color: #a7cb00;
  background-color: #fff;
  border-color: #666 #666 #fff;
}
#forum-stats .tab-content { }
#forum-stats .tab-content table > thead > tr > th,
#forum-stats .tab-content table > thead > tr > td,
#forum-stats .tab-content table > tbody > tr > th,
#forum-stats .tab-content table > tbody > tr > td { 
  color: #666;
}


/*------------------------------------------
	FORUM STATS - RESPONSIVE 
--------------------------------------------*/
#forum-stats .tab-content div.table-responsive,
#forum-stats .panel div.table-responsive {
  border: none;
}

/*------------------------------------------
	FORUM POSTS - RESPONSIVE 
--------------------------------------------*/
#forum-post { 
  position: relative;
  padding: 30px 0;
}
#forum-post .forum-post-caption { 
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}


/*------------------------------------------
	PAGER 
--------------------------------------------*/
ul.pager { 
  list-style: none; 
  margin: 1rem 0;
}
ul.pager li {}
ul.pager li > a,
ul.pager li > a:focus {
  overflow: hidden;
  border: 1px solid #a7cb00;
  background: #a7cb00;
  padding: 0px 24px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  line-height: 38px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  line-height: 34px;
  display: inline-block;
  margin: 10px 0;
  -webkit-transition: .15s all;
  -o-transition: .30s all;
  -ms-transition: .30s all;
  -moz-transition: .30s all;
  transition: .30s all; 
}
ul.pager li > a:hover {
  background: #92b200;
  border-color: #92b200;
  color: #fff;
}


/*------------------------------------------
	PROFILE PAGE  
--------------------------------------------*/
#user-profile-view { }
#user-profile-view .profile-page { }
#user-profile-view .profile-page .profile-content {
  position: relative;
  margin: 0;
  padding: 2rem;
  background: #fff;
}
#user-profile-view .profile-page .content-cover {
  position: relative;
  background: -moz-linear-gradient(150deg, #a7cb00 20%, #daff30 100%);
  background: -webkit-linear-gradient(150deg, #a7cb00 20%, #daff30 100%);  
  background: linear-gradient(150deg, #a7cb00 20%, #daff30 100%);
}
#user-profile-view .profile-page .content-avatar {
  width: 12rem;
  height: 12rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: #fff;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
}
#user-profile-view .profile-page .content-bull {
  height: 12rem;
  position: relative;
  overflow: hidden;
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  width: 5rem;
  height: 5rem;
  top: -6%;
  left: -3%;
  background: rgba(255,255,255,0.15);
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  width: 8rem;
  height: 8rem;
  top: 18%;
  left: 18%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  width: 3rem;
  height: 3rem;
  top: 8%;
  right: 2%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  width: 6rem;
  height: 6rem;
  top: 28%;
  right: 12%;
  background: rgba(255,255,255,0.1);
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  width: 4rem;
  height: 4rem;
  top: 70%;
  left: -6%;
  background: rgba(255,255,255,0.08);
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-actions {
  padding: 0.5rem;
}
#user-profile-view .profile-page .content-actions a.btn.sendpm {
  padding: 0.2rem 1rem;
  -moz-border-radius: 0.5rem;
  -khtml-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  #user-profile-view .profile-page .content-actions a.btn.sendpm {
    text-indent: -9999px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #user-profile-view .profile-page .content-actions a.btn.sendpm:before { 
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f1d8";  
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 34px;
    margin-top: calc(50% - 1.06rem);
    margin-left: calc(50% - 0.55rem);
    padding: 0;
    text-indent: 0;
  }  
}
#user-profile-view .profile-page .content-title {
  margin-top: 4.5rem;
}
#user-profile-view .profile-page .content-title h1 {
  margin-bottom: 0.1rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
#user-profile-view .profile-page .content-title span {
  font-size: 16px;
  color: #666;
}
#user-profile-view .profile-page .content-description {
  margin-top: 2.5rem;
  text-align: justify;
  font-size: 16px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user,
#user-profile-view .profile-page .content-rating .user-rate .e-rate-votes.e-rate-votes-user {
  display: inline-block;
  width: auto !important;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user {
  margin-right: 20px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user img {
  margin-left: 3px;
}

/* USER PROFIL COMMENT */
#user-profile-view .comment-menubox {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


/*------------------------------------------
	USER LIST PAGE  
--------------------------------------------*/
#user-list {
  position: relative;
}
#user-list .pagename {
  font-family: "Oswald", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}


/*------------------------------------------
	LOGIN TEMPLATE - login.php  
--------------------------------------------*/
#login-template {
  
}
#login-template .logo {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#login-template .login-page-box h4.login-page-box-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .015em;
  text-align: center;
}
#login-template .login-page-box input.form-control.input-block-level {
  width: auto !important;
}







