/*----------------------
  FONTS
------------------------*/
@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Medium';
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*----------------------
  VARIABLES
------------------------*/
/*----------------------
  NORMALICE
------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    transition: all 0.4s;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*----------------------
  GENERALS
------------------------*/
body {
  font-size: 16px;
  font-family: "Lato Regular";
  color: #808080;
  background-image: url("../img/pattern-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 463px;
}
body.small-fixed {
  padding-top: 230px;
}
body strong {
  font-family: "Lato Bold";
}
body .centered {
  text-align: center;
}
body.lt-green {
  background-image: none;
  background-color: #f0f7e9;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrapper.only-text {
  padding: 150px 60px 0;
  color: #375c50;
  font-size: 45px;
}
.wrapper.only-text.bienestar {
  text-align: left;
  width: 74%;
}

.main-body {
  min-height: 940px;
}

/*----------------------
  Scrollbar
------------------------*/
._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #7ab73a !important;
  width: 10px !important;
  margin: 0;
}

._mCS_2 .mCSB_dragger .mCSB_dragger_bar {
  background-color: green;
}

#mCSB_3_dragger_vertical .mCSB_dragger_bar {
  background-color: blue;
}

#mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 100px !important;
}

#mCSB_1_scrollbar_horizontal .mCSB_dragger {
  width: 100px;
}

.mCSB_1_scrollbar .mCSB_draggerRail {
  width: 10px !important;
  background-color: #f2f2f2 !important;
  border-radius: 10px !important;
  margin: 0;
}

/*----------------------
  MIXINS
------------------------*/
/*----------------------
  HEADERS
------------------------*/
.main-head .top-bar {
  position: relative;
  width: 100%;
  background-color: #375c50;
  height: 122px;
  z-index: 1;
}
.main-head .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 85px;
  width: 100%;
  z-index: 2;
}
.main-head .controls ul {
  padding: 0 82px;
  display: block;
  text-align: right;
}
.main-head .controls ul li {
  display: inline-block;
  width: 81px;
  height: 81px;
  text-indent: 999999px;
  overflow: hidden;
  margin: 0 20px;
}
.main-head .controls ul li a {
  display: block;
  width: 81px;
  height: 81px;
  text-indent: 999999px;
  background-image: url("../img/home-lk.png");
}
.main-head .controls ul li.backcontrol {
  background-image: url("../img/back-lk.png");
}
.main-head.small-pattern {
  position: relative;
  background-color: #7ab73a;
  height: 230px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.main-head.big-pattern {
  position: relative;
  background-color: #7ab73a;
  height: 443px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.main-head.big-pattern .controls {
  top: 68px;
  transform: none;
}
.main-head.big-pattern h1.main-title {
  position: relative;
  font-family: "Lato Black";
  font-size: 95px;
  color: #fff;
  position: relative;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.main-head.big-pattern h1.main-title.smalltitle {
  font-size: 60px;
  padding-top: 50px;
}
.main-head.big-pattern h1.main-title::before, .main-head.big-pattern h1.main-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 109px;
  height: 2px;
  background-color: #fff;
}
.main-head.big-pattern h1.main-title::after {
  left: inherit;
  right: 0;
}

/*----------------------
  HOME
------------------------*/
.bienvenido-heading {
  position: relative;
  text-align: center;
  padding: 95px 0;
}
.bienvenido-heading span {
  display: block;
  color: #375c50;
  font-family: "Lato Bold";
  line-height: 1;
  position: relative;
}
.bienvenido-heading span.btop {
  font-size: 95px;
}
.bienvenido-heading span.btop::before, .bienvenido-heading span.btop::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 109px;
  height: 2px;
  background-color: #375c50;
}
.bienvenido-heading span.btop::after {
  left: inherit;
  right: 0;
}
.bienvenido-heading span.bsub {
  font-size: 36px;
}

/*----------------------
  NAVIGATION ROOT
------------------------*/
.rootmenu ul {
  padding: 0;
  text-align: center;
}
.rootmenu ul li {
  margin: 30px 0;
  width: 800px;
  display: inline-block;
}
.rootmenu ul li a {
  display: block;
  color: #fff;
  font-family: "Lato Bold";
  font-size: 56px;
  padding: 65px 0;
  border-radius: 10px;
  background-color: #7ab73a;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.4s;
  text-decoration: none;
}
.rootmenu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: -170px;
  width: 80%;
  height: 294%;
  -ms-transform: rotate(26deg);
  /* IE 9 */
  -webkit-transform: rotate(26deg);
  /* Safari 3-8 */
  transform: rotate(26deg);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
.rootmenu ul li a:hover::before {
  left: -10%;
  top: -242px;
  width: 80%;
  height: 294%;
}

/*----------------------
  NAVIGATION second level
------------------------*/
.second-level-list {
  padding: 138px 0 80px;
  text-align: center;
}
.second-level-list li {
  margin: 30px 0;
  width: 800px;
  display: inline-block;
}
.second-level-list li a {
  display: block;
  color: #375c50;
  font-family: "Lato Bold";
  font-size: 56px;
  padding: 65px 152px 65px 203px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  text-decoration: none;
  box-shadow: 0 0 20px #808080;
}

.second-level-lisfix {
padding: 25px 152px 25px 203px !important;
}

.second-level-list li a .side-img {
  display: block;
  width: 203px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.second-level-list li a .side-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 64%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.second-level-list li a::before {
  content: "";
  display: block;
  width: 203px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/left-icon-pattern.png);
}
.second-level-list li a::after {
  content: "";
  display: block;
  width: 23px;
  height: 42px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -21px;
  background-image: url(../img/next-arrow.png);
}
.second-level-list.rootegresados li a {
  text-align: left;
  padding: 30px 135px 30px 257px;
}

/*----------------------
  NAVIGATION dinamic list
------------------------*/
.populated {
  padding: 0;
  display: block;
  margin: 130px auto 0;
  width: 1000px;
  text-align: center;
}
.populated.bienestar {
  overflow: auto;
  background-color: #fff;
  margin: 57px auto;
  height: 970px;
  width: 82%;
  padding: 22px;
  border: 1px solid #7ab73a;
  border-radius: 30px;
}
.populated li.boneli {
  display: block;
  color: #375c50;
  font-family: "Lato Bold";
  font-size: 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  padding: 0 93px 0 42px;
  transition: all 0.4s;
  text-decoration: none;
  box-shadow: 0 0 10px #808080;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  width: 234px;
}
.populated li.boneli::after {
  content: "";
  display: block;
  width: 23px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -21px;
  background-image: url(../img/next-arrow.png);
}
.populated li.boneli .row-table {
  display: table;
  height: 100px;
  text-align: left;
}
.populated li.boneli .row-table span {
  display: table-cell;
  vertical-align: middle;
}
.populated li.btwoli {
  background-color: #fff;
  box-shadow: 0 0 10px #808080;
  display: block;
  width: 888px;
  max-width: 888px;
  position: relative;
  padding: 73px 45px 42px;
  margin: 0 auto 71px;
  text-align: left;
}
.populated li.btwoli .datecont-day {
  background-color: #375c50;
  display: inline-block;
  font-family: "Lato Black";
  font-size: 45px;
  color: #fff;
  padding: 20px;
  position: absolute;
  left: 28px;
  top: -42px;
  text-transform: uppercase;
}
.populated li.btwoli .datecont-place,
.populated li.btwoli .datecont-hour {
  font-size: 40px;
  color: #375c50;
}
.populated li.btwoli .datecont-place {
  font-family: "Lato Black";
  color: #7ab73a;
}
.populated.continente {
  margin: 0 auto;
}
.populated.continente li {
  color: #375c50;
  display: block;
  list-style: none;
  background-color: #fff;
  position: relative;
  text-align: left;
}
.populated.continente li.ioneli {
  font-size: 30px;
  padding: 12px 24px;
  margin-bottom: 10px;
}
.populated.continente li.ioneli::after {
  content: "";
  display: block;
  width: 23px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -21px;
  background-image: url(../img/next-arrow.png);
}
.populated.continente li.itwoli {
  padding: 26px 187px 26px 43px;
  margin-bottom: 43px;
  box-shadow: 0 0 10px #808080;
}
.populated.continente li.itwoli span {
  display: block;
}
.populated.continente li.itwoli span.univcont-name {
  font-size: 40px;
  font-family: "Lato Black";
}
.populated.continente li.itwoli span.univcont-count {
  font-size: 36px;
  font-family: "Lato Regular";
}
.populated.continente li.itwoli::after {
  content: "";
  display: block;
  width: 106px;
  height: 70px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -35px;
  background-image: url(../img/degree-green.png);
}

/*----------------------
  NAVIGATION MAP BUILDING
------------------------*/
.map-wrapper {
  position: relative;
  margin: 52px auto;
  width: 800px;
}
.map-wrapper img {
  max-width: 100%;
  height: auto;
}
.map-wrapper .rootmapa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.map-wrapper .rootmapa ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 3;
}
.map-wrapper .rootmapa ul li {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
}
.map-wrapper .rootmapa ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -99999999px;
}
.map-wrapper .rootmapa ul li a:hover {
  background-color: rgba(255, 255, 255, 0.23);
}
.map-wrapper .rootmapa ul li.build-a {
  top: 538px;
  left: 338px;
}
.map-wrapper .rootmapa ul li.build-b {
  top: 644px;
  left: 287px;
}
.map-wrapper .rootmapa ul li.build-c {
  top: 654px;
  left: 140px;
}
.map-wrapper .rootmapa ul li.build-d {
  top: 748px;
  left: 188px;
}
.map-wrapper .rootmapa ul li.build-e {
  top: 536px;
  left: 224px;
}
.map-wrapper .rootmapa ul li.build-f {
  top: 433px;
  left: 374px;
}
.map-wrapper .rootmapa ul li.build-g {
  top: 336px;
  left: 321px;
}
.map-wrapper .rootmapa ul li.build-h {
  top: 85px;
  left: 655px;
}
.map-wrapper .rootmapa ul li.build-i {
  top: 231px;
  left: 563px;
}
.map-wrapper .rootmapa ul li.build-sun {
  top: 529px;
  left: 60px;
}

/*----------------------
  INTERNATIONAL MAP BUILDING
------------------------*/
#subtitle {
  padding: 84px 0;
  font-family: "Lato Black";
  font-size: 70px;
  line-height: 1;
  text-align: center;
  margin: 0;
  color: #375c50;
}

.map-header {
  display: block;
  text-align: center;
  padding: 77px 0 127px;
}
.map-header h3 {
  font-family: "Lato Black";
  font-size: 70px;
  line-height: 1;
  margin: 0;
  color: #375c50;
  text-transform: uppercase;
}
.map-header h4 {
  font-family: "Lato Regular";
  font-size: 45px;
  line-height: 1;
  margin: 0;
  color: #375c50;
  text-transform: uppercase;
}

.international-wrapper {
  position: relative;
  margin: 52px auto;
  width: 892px;
}
.international-wrapper ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.international-wrapper ul li {
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  background-image: url("../img/pointer-map.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.international-wrapper ul li span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 50px;
  position: absolute;
  color: #fff;
  font-family: "Lato Black";
  font-size: 18px;
}
.international-wrapper ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -99999999px;
  z-index: 2;
}
.international-wrapper ul li a:hover {
  background-color: rgba(255, 255, 255, 0.23);
}
.international-wrapper ul li.asia-vader {
  top: 126px;
  left: 674px;
}
.international-wrapper ul li.africa-vader {
  top: 260px;
  left: 456px;
}
.international-wrapper ul li.europa-vader {
  top: 125px;
  left: 456px;
}
.international-wrapper ul li.usa-vader {
  top: 151px;
  left: 135px;
}
.international-wrapper ul li.south-vader {
  top: 331px;
  left: 237px;
}

/*----------------------
  Program LST
------------------------*/
/*----------------------
  MAP ACCORDION
------------------------*/
ul.edificio {
  text-align: center;
  margin: 130px auto 0;
  padding: 0;
}
ul.edificio li.eoneli {
  display: block;
  margin: 0 auto 23px;
  width: 800px;
  background-color: #fff;
}
ul.edificio li.eoneli .accordion-tab {
  border-radius: 10px;
  width: 646px;
  cursor: pointer;
  font-size: 48px;
  font-family: "Lato Bold";
  padding: 28px 77px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  background-color: #375c50;
  color: #fff;
  overflow: hidden;
}
ul.edificio li.eoneli .accordion-tab::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: -170px;
  width: 80%;
  height: 485%;
  -ms-transform: rotate(26deg);
  /* IE 9 */
  -webkit-transform: rotate(26deg);
  /* Safari 3-8 */
  transform: rotate(26deg);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
ul.edificio li.eoneli .accordion-tab::after {
  content: "";
  display: block;
  width: 42px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11.5px;
  background-image: url(../img/caret-down.png);
}
ul.edificio li.eoneli ul {
  display: none;
  padding: 25px 110px;
}
ul.edificio li.eoneli ul li {
  text-align: left;
  font-size: 48px;
  list-style: disc;
  margin-bottom: 25px;
}





ul.edificioa {
  text-align: center;
  margin: 130px auto 0;
  padding: 0;
}
ul.edificioa li.aeoneli {
  display: block;
  margin: 0 auto 23px;
  width: 800px;
  background-color: #fff;
}
ul.edificioa li.aeoneli .accordion-tab {
  border-radius: 10px;
  width: 646px;
  height: 115px;
  cursor: pointer;
  font-size: 48px;
  font-family: "Lato Bold";
  padding: 50px 77px 0px 70px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  background-color: #375c50;
  color: #fff;
  overflow: hidden;
}

.edificioafixs {
	padding: 20px 77px 20px 70px !important;
}

ul.edificioa li.aeoneli .accordion-tab::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: -170px;
  width: 80%;
  height: 485%;
  -ms-transform: rotate(26deg);
  /* IE 9 */
  -webkit-transform: rotate(26deg);
  /* Safari 3-8 */
  transform: rotate(26deg);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
ul.edificioa li.aeoneli .accordion-tab::after {
  content: "";
  display: block;
  width: 42px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11.5px;
  background-image: url(../img/caret-down.png);
}
ul.edificioa li.aeoneli ul {
  padding: 15px;
}

/*----------------------
  NAVIGATION second level
------------------------*/

.ssecond-level-list {
 display: none;
}
.ssecond-level-list li {
    margin: 15px 0;
    min-height: 91px;
    width: 720px;
    display: inline-block;
    border: 3px solid;
    border-color: #375c50;
}
.commonsa{
	display: block;
	color: #375c50;
	font-family: "Lato Bold";
    padding-left: 140px;
    padding-right: 200px;
	background-color: #fff;
	text-align: left;
	font-size: 26px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 25px;
}

.commonsa::before {
    content: "";
    display: block;
    width: 92px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #375c50;
}


.ssecond-level-list li a .side-img {
	display: block;
	width: 92px;
	height: 92px;
	position: absolute;
	left: 0;
	top: 0;
}
.ssecond-level-list li a .side-img img {
  position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ssecond-level-list li a::after {
    content: "";
    display: block;
    width: 16px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 30px;
    background-image: url(../img/next-arrow.png);
    background-size: 100%;
}
.ssecond-level-list.rootegresados li a {
  text-align: left;
  padding: 30px 135px 30px 257px;
}

.ssecond-level-another {
  border-top: 3px solid;
  margin-top: 36px;
  min-height: 200px;
  font-size: 26px;
  text-align: left;
  padding: 30px;
}

.paraelhide {
  display: none;
}

.ssecond-level-another ul {
    margin: 15px 0;

}
.ssecond-level-another li {
  list-style-type: disc;
  margin: 15px 20px;
  min-height: auto;
  width: auto;
  border: 0px;
  display: list-item;s
}
.ssecond-level-another a {
  color: #7ab73a;
	text-decoration: none;
}

.bozgreen {
  background-color: #7ab73a;
  color: #f2f2f2;
  padding: 30px 100px;
  margin-bottom: 30px;
}
.bozgreen a {
  color: #f2f2f2;
	font-weight: bold;
}

.leftimm {
  display: block;
  width: auto;
  height: 30px;
  float: left;
  margin-right: 20px;
}

.elspaddinme {
    padding-top: 8px !important;
}

.elstrongcenter {
  text-align: center;
}

/*----------------------
  FOOTER
------------------------*/
.footmore .footinfo {
  text-align: center;
  font-size: 30px;
  color: #375c50;
}
.footmore .footinfo strong {
  font-family: "Lato Bold";
}

.main-foot {
  padding: 64px;
}

/*----------------------
  SEARCH COMPONENTS
------------------------*/
.searchform {
  text-align: center;
  padding: 66px 0 0;
  width: 100%;
  display: block;
}
.searchform .input-wrapper {
  display: inline-block;
  width: 630px;
  height: 88px;
  position: relative;
}
.searchform .input-wrapper::before {
  content: "";
  display: block;
  background-image: url("../img/search-input.png");
  width: 62px;
  height: 62px;
  top: 14px;
  left: 14px;
  position: absolute;
}
.searchform .input-wrapper input {
  width: 100%;
  height: 100%;
  max-width: 533px;
  padding-left: 97px;
  color: #cccccc;
  border-radius: 10px;
  font-size: 40px;
  border: 1px solid #cccccc;
}
