/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
	Updated: David Valle 13/06/2016
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b, strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media only screen and (min-width : 1200px ) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width : 1199px ) {
  .no-mobile {
    display: none !important;
  }
}

@media only screen and (max-width : 1199px ) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width : 1200px ) {
  .no-desktop {
    display: none !important;
  }
}

/* Fonts */
@font-face {
  font-family: MyriadPro-Regular;
  src: url("MyriadPro-Regular.woff");
}
@font-face {
  font-family: MyriadPro-Light;
  src: url("MyriadPro-Light.woff");
}
@font-face {
  font-family: Avenir;
  src: url("AvenirLTStd-Book.woff");
}
/* Global styles */
h1 {
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  h1 {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

h2 {
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  h2 {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

h3 {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width : 1199px ) {
  h3 {
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 6px;
  }
}

p {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 10px;
}
@media only screen and (max-width : 1199px ) {
  p {
    line-height: 18px;
    font-size: 13px;
    margin: 0 0 8px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.flex, .flex-start, .flex-end, .flex-between, .flex-around, .flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1240px;
}
@media only screen and (max-width : 1199px ) {
  .wrapper {
    max-width: 320px;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrapper-narrow {
  position: relative;
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width : 1199px ) {
  .wrapper-narrow {
    max-width: 320px;
    width: 320px;
  }
}

.wrapper-narrower {
  position: relative;
  margin: 0 auto;
  width: 600px;
}
@media only screen and (max-width : 1199px ) {
  .wrapper-narrower {
    max-width: 320px;
    width: 320px;
  }
}

.wrapper-full-mob {
  max-width: 100%;
  width: 100%;
}

.strong {
  font-weight: bold;
}

.cta {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto;
  border: 3px solid #fff;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
  mix-blend-mode: lighten;
}
@media only screen and (max-width : 1199px ) {
  .cta {
    font-size: 14px;
  }
}
.cta:hover {
  cursor: pointer;
  background: transparent;
  color: #fff;
}

.cta2 {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto;
  border: 3px solid #00833E;
  background: #00833E;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
  /*mix-blend-mode: lighten;*/
}
@media only screen and (max-width : 1199px ) {
  .cta2 {
    font-size: 14px;
  }
}
.cta2:hover {
  cursor: pointer;
  background: transparent;
  color: #00833E;
}

.cta3 {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto;
  border: 3px solid #559d00;
  background: #559d00;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
  /*mix-blend-mode: lighten;*/
}
@media only screen and (max-width : 1199px ) {
  .cta3 {
    font-size: 14px;
  }
}
.cta3:hover {
  cursor: pointer;
  background: transparent;
  color: #ffffff;
}

div.headline {
  display: flex;
  align-items: center;
  width: 100%;
  background: no-repeat center center;
  background-size: cover !important;
  height: 400px;
}
@media only screen and (max-width : 1199px ) {
  div.headline {
    height: 180px;
  }
}
div.headline.section {
  height: 500px;
}
@media only screen and (max-width : 1199px ) {
  div.headline.section {
    height: 180px;
  }
}
div.headline.tall {
  height: 600px;
}
@media only screen and (max-width : 1199px ) {
  div.headline.tall {
    height: 180px;
  }
}
div.headline div.headline_content {
  margin: auto;
  font-family: "MyriadPro-Regular", sans-serif;
  text-align: center;
  color: #fff;
}
div.headline div.headline_content h1 {
  font-family: "MyriadPro-Light", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
}
@media only screen and (max-width : 1199px ) {
  div.headline div.headline_content h1 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
}
div.headline div.headline_content p {
  font-size: 22px;
}
@media only screen and (max-width : 1199px ) {
  div.headline div.headline_content p {
    font-size: 18px;
  }
}
div.headline div.headline_content_image {
  margin: auto;
  font-family: "MyriadPro-Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  div.headline div.headline_content_image {
    font-size: 20px;
  }
}
div.headline div.headline_content_image img {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1199px ) {
  div.headline div.headline_content_image img {
    height: 100px;
    margin-bottom: 10px;
  }
}

div.col-1 > * {
  width: 100%;
  padding: 50px 30px;
}
@media only screen and (max-width : 1199px ) {
  div.col-1 > * {
    width: 100%;
    padding: 20px 20px 0;
  }
  div.col-1 > * img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

div.col-2 > * {
  width: 50%;
  padding: 50px 30px;
}
@media only screen and (max-width : 1199px ) {
  div.col-2 > * {
    width: 100%;
    padding: 20px 20px 0;
  }
  div.col-2 > * img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

div.col-3 > * {
  width: 33%;
  padding: 50px 30px;
}
@media only screen and (max-width : 1199px ) {
  div.col-3 > * {
    width: 100%;
    padding: 20px 20px 0;
  }
  div.col-3 > * img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0 auto;
  padding-top: 90px;
  font-family: "Open sans", sans-serif;
}
@media only screen and (max-width : 1199px ) {
  body {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-width: 320px;
  padding: 20px 0 0;
  background: #fff;
  color: #444;
  letter-spacing: 1px;
}
@media only screen and (max-width : 1199px ) {
  header {
    padding: 5px 0;
  }
}
header div#logo {
  display: block;
  color: #00833E;
  padding-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  header div#logo {
    padding-bottom: 0;
  }
}
header div#logo a {
  display: inline-block;
}
header div#logo a img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width : 1199px ) {
  header div#logo a img {
    width: 90px;
    height: auto;
  }
  header div#logo a img.home {
    width: 175px;
  }
}
header div#logo a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 16px 10px;
  height: 50px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 3px;
  /*text-transform: uppercase;*/
  border-left: 1px solid #00833E;
}
@media only screen and (max-width : 1199px ) {
  header div#logo a span {
    display: inline;
    margin: 5px;
    padding: 8px 5px;
    line-height: 14px;
    font-size: 12px;
  }
}
header div#menus a.aux_link {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px !important;
  height: 20px !important;
  background-size: 20px 20px;
}
header div#menus a.aux_link.contact {
  background-image: url("/img/icons/contact.png");
}
header div#menus a.aux_link.contact:hover {
  background-image: url("/img/icons/contact_on.png");
}
header div#menus a.aux_link.login {
  background-image: url("/img/icons/login.png");
}
header div#menus a.aux_link.login:hover {
  background-image: url("/img/icons/login_on.png");
}
header div#menus div#menu_aux {
  text-align: right;
  height: 24px;
  padding: 2px 0;
}
@media only screen and (max-width : 1199px ) {
  header div#menus div#menu_aux {
    display: inline-block;
  }
}
header div#menus div#menu_aux div.languages_home {
  display: inline-block;
  position: relative;
  z-index: 10;
  vertical-align: bottom;
  text-align: center;
}
header div#menus div#menu_aux div.languages_home.homepage {
  width: initial;
  background: #eee;
  padding: 2px;
}
header div#menus div#menu_aux div.languages_home.homepage ul a {
  color: #888;
  padding: 0 2px;
}
header div#menus div#menu_aux div.languages_home.homepage ul a:hover {
  color: #444;
}
header div#menus div#menu_aux div.languages_home ul li {
  padding: 0 5px;
  display: inline-block;
}
header div#menus div#menu_aux div.languages_home ul li a {
  display: inline-block;
  padding: 0;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  color: #444;
  text-transform: uppercase;
  color: #aaa;
}
header div#menus div#menu_aux div.languages_home ul li a:hover {
  cursor: pointer;
  color: #444;
}
header div#menus div#menu_aux div.languages_home ul li a.active {
  cursor: default;
  color: #00833E;
}
.languages_home > a {
  color: #00833E !important;
}
header div#menus div#menu_aux div.languages_home a:hover + ul,
header div#menus div#menu_aux div.languages_home ul:hover {
  display: block;
}
header div#menus ul#menu {
  margin-top: 16px;
  height: 30px;
}
header div#menus ul#menu li {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-left: 20px;
}
header div#menus ul#menu li:hover, header div#menus ul#menu li.active {
  border-bottom: 4px solid #00833E;
}
header div#menus ul#menu li:first-child {
  margin-left: 0;
}
header div#menus ul#menu ul.submenu {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  padding-right: 30px;
}
header div#menus ul#menu ul.submenu li {
  margin-left: 0;
  padding: 20px 15px 0;
}
header div#menus ul#menu ul.submenu li:last-child {
  padding-bottom: 15px;
}
header div#menus ul#menu ul.submenu li:hover {
  border-bottom: 0px solid #00833E;
  text-decoration: underline;
}
header div#menus ul#menu li:hover ul.submenu {
  display: block;
}
@media only screen and (max-width : 1199px ) {
  header div#menus ul {
    margin-top: 0;
    height: initial;
  }
  header div#menus ul li {
    font-size: 13px;
    line-height: 16px;
    margin-right: 30px;
  }
  header div#menus ul li:last-child {
    margin-right: 0;
  }
  header div#menus label#menu-toggle {
    display: block;
    height: 50px;
    width: 50px;
    padding: 13px 10px;
  }
  header div#menus label#menu-toggle span {
    display: block;
    border-bottom: 4px solid #ddd;
  }
  header div#menus label#menu-toggle span:nth-child(2) {
    margin: 6px 0;
  }
  header div#menus input#nav-toggle:checked + label#menu-toggle + ul#menu {
    width: 250px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
  }
  header div#menus input#nav-toggle:checked + label#menu-toggle span {
    border-bottom: 4px solid #4d9c2b;
  }
  header div#menus ul#menu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    height: inherit;
    margin-top: 5px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
  }
  header div#menus ul#menu li {
    display: block;
    width: 250px;
    padding-right: 10px;
    margin: 0;
    list-style-type: none;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  header div#menus ul#menu li a {
    display: inline-block;
    width: 250px;
    padding: 0 10px;
    position: relative;
    color: #888;
    text-transform: uppercase;
  }
  header div#menus ul#menu li:hover, header div#menus ul#menu li.active {
    border-bottom: 0 solid #00833E;
  }
  header div#menus ul#menu li:hover a, header div#menus ul#menu li.active a {
    font-weight: bold;
    color: #00833E !important;
  }
  header div#menus ul#menu li:last-child {
    border-bottom: 1px solid #ddd;
  }
  header div#menus ul#menu li.aux_links {
    padding: 5px 10px 5px 0;
    line-height: 30px;
    height: 42px;
  }
  header div#menus ul#menu li.aux_links a {
    vertical-align: middle;
  }
  header div#menus ul#menu li.aux_links .aux_link {
    margin: 0 0 0 10px;
  }
  header div#menus ul#menu li.aux_links .lang {
    display: inline-block;
    padding: 0;
    line-height: 20px;
  }
  header div#menus ul#menu li.aux_links .lang.active {
    font-weight: bold;
    color: #00833E !important;
    text-decoration: underline;
  }
}

main {
  position: relative;
  min-width: 320px;
  width: 100%;
  min-height: 300px;
  font-size: 14px;
  background: #fff;
  color: #666;
  /* Company pages */
  /* health pages */
  /* Lenses pages */
  /* Freemax page */
  /* Infrared page */
  /* Equipments page */
  /* Publications pages */
  /* Events pages */
  /* Blog page */
  /* Services pages */
  /* Tutorials pages */
  /* Indo network pages */
  /* Indobox page */
  /* Contact page */
  /* Privacy and legal page */
}
@media only screen and (max-width : 1199px ) {
  main {
    padding: 0;
  }
}
main div#home {
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (max-width : 1199px ) {
  main div#home {
    padding-top: 0;
  }
  main div#home.wrapper {
    padding: 0;
  }
  main div#home div.headline {
    background-position: center top;
  }
}
@media only screen and (min-width : 1200px ) {
  main div#home div.headline {
    height: 800px;
    width: 33.33%;
  }
  main div#home div.headline:nth-child(1) {
    background-position: 30% center;
  }
  main div#home div.headline:nth-child(2) {
    background-position: 70% center;
  }
  main div#home div.headline:nth-child(3) {
    background-position: 30% center;
  }
}
main#company {
  padding-bottom: 50px;
}
main#company .headline {
    background-position: 0px -90px !important;
}
main#health {
  background: #eee;
}
main#health div.group {
  padding: 60px 0 30px;
  width: 100%;
}
@media only screen and (max-width : 1199px ) {
  main#health div.group {
    padding: 20px 5px 30px;
  }
}
main#health div.group h1 {
  text-align: center;
  margin-bottom: 40px;
  color: #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#health div.group h1 {
    margin-bottom: 20px;
  }
}
main#health div.group div.probs {
  opacity: 0.7;
  border-radius: 50%;
  background: #fff;
  color: #888;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (max-width : 1199px ) {
  main#health div.group div.probs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 10px;
  }
}
main#health div.group div.probs:hover {
  cursor: pointer;
  opacity: 1;
}
main#health div.group div.probs.selected {
  opacity: 1;
  color: #00833E;
}
main#health div.problems {
  display: none;
}
main#health div.problems div.arrow {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #00833E;
}
main#health div.problems div.problems_header {
  padding: 30px 0;
  background-color: #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems div.problems_header {
    padding: 10px;
    text-align: center;
  }
}
main#health div.problems div.problems_header h2 {
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems div.problems_header h2 {
    margin-bottom: 5px;
  }
}
main#health div.problems div.problems_header p {
  color: #fff;
  margin-bottom: 0;
}
main#health div.problems div.problems_content {
  padding: 40px 0 80px;
  background-color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems div.problems_content {
    padding: 10px 0;
  }
}
main#health div.problems div.problems_content div.wrapper-narrow {
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems div.problems_content div.wrapper-narrow {
    margin-top: 0;
    padding: 10px;
  }
}
main#health div.problems div.problems_content div.wrapper-narrow div.half {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems div.problems_content div.wrapper-narrow div.half {
    width: 100%;
    padding: 0;
  }
  main#health div.problems div.problems_content div.wrapper-narrow div.half img {
    width: 100%;
    height: auto;
  }
}
main#health div.problems div.problems_content div.wrapper-narrow div.half h3 {
  margin: 20px 0 5px;
  font-size: 14px;
  font-weight: bold;
}
main#health div.problems div.problems_content div.wrapper-narrow div.half img {
  width: 100%;
}
main#health div.problems#problems_1 {
  display: block;
}
main#health div.problems#problems_1 div.arrow {
  left: 12%;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems#problems_1 div.arrow {
    left: 9%;
  }
}
main#health div.problems#problems_2 div.arrow {
  left: 36%;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems#problems_2 div.arrow {
    left: 32%;
  }
}
main#health div.problems#problems_3 div.arrow {
  left: 60.5%;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems#problems_3 div.arrow {
    left: 55%;
  }
}
main#health div.problems#problems_4 div.arrow {
  left: 84.5%;
}
@media only screen and (max-width : 1199px ) {
  main#health div.problems#problems_4 div.arrow {
    left: 78%;
  }
}
main#lenses div.range {
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range {
    margin-bottom: 20px;
  }
}
main#lenses div.range h1 {
  color: #00833E;
  font-weight: 100;
  font-size: 38px;
  line-height: 40px;
  text-align: right;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range h1 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }
}
main#lenses div.range h2 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
main#lenses div.range > img {
  display: block;
  margin: 30px auto;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range > img {
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
  }
}
main#lenses div.range div.lens {
  width: 150px;
  text-align: center;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range div.lens {
    width: 100px;
  }
}
main#lenses div.range div.lens.treatments {
  width: 200px;
}
main#lenses div.range div.lens.treatments img {
  width: 200px;
}
main#lenses div.range div.lens img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
main#lenses div.range div.lens img.infrared {
  width: 40px;
}
main#lenses div.range div.lens p {
  padding: 10px;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range div.lens p {
    padding: 5px 0;
  }
}
main#lenses div.range.freeform div.lens {
  width: 200px;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.range.freeform div.lens {
    width: 100px;
  }
}
main#lenses div.tech_attributes {
  margin-bottom: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.tech_attributes {
    margin-bottom: 20px;
  }
}
main#lenses div.tech_attributes img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width : 1199px ) {
  main#lenses div.tech_attributes img {
    max-width: 100%;
    max-height: 163px;
  }
}
main#freemax div.group {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.group {
    margin-bottom: 20px;
  }
}
main#freemax div.group:first-child {
  width: 65%;
}
main#freemax div.group:last-child {
  width: 30%;
}
main#freemax div.group h1 {
  color: #00833E;
}
main#freemax div.group h2 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
main#freemax div.group > img {
  display: block;
  margin: 30px auto 50px;
}
main#freemax div.group div.lens {
  width: 100px;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.group div.lens {
    width: 60px;
  }
}
main#freemax div.group div.lens:hover {
  /*cursor: pointer;*/
}
main#freemax div.group div.lens:hover img {
  opacity: 1;
}
main#freemax div.group div.lens.selected img {
  opacity: 1;
}
main#freemax div.group div.lens img {
  width: 100%;
  opacity: 0.6;
}
main#freemax div.group div.lens p {
  padding: 10px;
}
main#freemax div.tech {
  display: none;
}
main#freemax div.tech div.arrow {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
main#freemax div.tech div.tech_header {
  padding: 40px 0;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_header {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  main#freemax div.tech div.tech_header img {
    display: block;
    width: 100px;
    height: 25px;
    margin: 0 auto 10px;
  }
}
main#freemax div.tech div.tech_header h2 {
  align-self: flex-end;
  margin: 0 0 0 40px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_header h2 {
    margin: 0;
  }
}
main#freemax div.tech div.tech_content {
  padding: 80px 0;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content {
    padding: 20px 0;
  }
}
main#freemax div.tech div.tech_content h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content h3 {
    margin-bottom: 10px;
  }
}
main#freemax div.tech div.tech_content div.wrapper > div:first-child {
  width: 60%;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content div.wrapper > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) {
    width: 100%;
  }
}
main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) img {
  margin-right: 10px;
}
main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) a {
  display: inline-block;
  text-decoration: underline;
  vertical-align: text-bottom;
}
main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) div.download {
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content div.wrapper > div:nth-child(2) div.download {
    margin-top: 10px;
  }
}
main#freemax div.tech div.tech_content img.freemax-bottom {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech div.tech_content img.freemax-bottom {
    margin-top: 10px;
  }
}
main#freemax div.tech#tech_1 div.arrow {
  left: 5%;
  border-bottom: 20px solid #333333;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_1 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_1 div.tech_header {
  background-color: #333333;
}
main#freemax div.tech#tech_1 div.tech_content {
  background-color: rgba(51, 51, 51, 0.15);
}
main#freemax div.tech#tech_1 h3 {
  color: #333333;
}
main#freemax div.tech#tech_2 div.arrow {
  left: 15.5%;
  border-bottom: 20px solid #009bdf;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_2 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_2 div.tech_header {
  background-color: #009bdf;
}
main#freemax div.tech#tech_2 div.tech_content {
  background-color: rgba(0, 155, 223, 0.15);
}
main#freemax div.tech#tech_2 h3 {
  color: #009bdf;
}
main#freemax div.tech#tech_3 div.arrow {
  left: 26%;
  border-bottom: 20px solid #f05d3e;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_3 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_3 div.tech_header {
  background-color: #f05d3e;
}
main#freemax div.tech#tech_3 div.tech_content {
  background-color: rgba(240, 93, 62, 0.15);
}
main#freemax div.tech#tech_3 h3 {
  color: #f05d3e;
}
main#freemax div.tech#tech_4 div.arrow {
  left: 36.5%;
  border-bottom: 20px solid #77bd1f;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_4 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_4 div.tech_header {
  background-color: #77bd1f;
}
main#freemax div.tech#tech_4 div.tech_content {
  background-color: rgba(119, 189, 31, 0.15);
}
main#freemax div.tech#tech_4 h3 {
  color: #77bd1f;
}
main#freemax div.tech#tech_5 div.arrow {
  left: 47%;
  border-bottom: 20px solid #b8cb00;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_5 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_5 div.tech_header {
  background-color: #b8cb00;
}
main#freemax div.tech#tech_5 div.tech_content {
  background-color: rgba(184, 203, 0, 0.15);
}
main#freemax div.tech#tech_5 h3 {
  color: #b8cb00;
}
main#freemax div.tech#tech_6 div.arrow {
  left: 57.5%;
  border-bottom: 20px solid #e31d73;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_6 div.arrow {
    left: 28%;
  }
}
main#freemax div.tech#tech_6 div.tech_header {
  background-color: #e31d73;
}
main#freemax div.tech#tech_6 div.tech_content {
  background-color: rgba(227, 29, 115, 0.15);
}
main#freemax div.tech#tech_6 h3 {
  color: #e31d73;
}
main#freemax div.tech#tech_7 div.arrow {
  left: 75%;
  border-bottom: 20px solid #2d2e80;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_7 div.arrow {
    left: 77%;
  }
}
main#freemax div.tech#tech_7 div.tech_header {
  background-color: #2d2e80;
}
main#freemax div.tech#tech_7 div.tech_content {
  background-color: rgba(45, 46, 128, 0.15);
}
main#freemax div.tech#tech_7 h3 {
  color: #2d2e80;
}
main#freemax div.tech#tech_8 div.arrow {
  left: 89.5%;
  border-bottom: 20px solid #85207c;
}
@media only screen and (max-width : 1199px ) {
  main#freemax div.tech#tech_8 div.arrow {
    left: 77%;
  }
}
main#freemax div.tech#tech_8 div.tech_header {
  background-color: #85207c;
}
main#freemax div.tech#tech_8 div.tech_content {
  background-color: rgba(133, 32, 124, 0.15);
}
main#freemax div.tech#tech_8 h3 {
  color: #85207c;
}
main#infrared {
  background: #fff;
}
main#infrared div.group {
  padding: 60px 0 30px;
  width: 100%;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.group {
    padding: 20px 0 30px;
  }
}
main#infrared div.group h1 {
  text-align: center;
  margin-bottom: 40px;
  color: #888;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.group h1 {
    margin-bottom: 10px;
  }
}
main#infrared div.group > img {
  display: block;
  margin: 30px auto 50px;
}
main#infrared div.group div.lens {
  width: 150px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.group div.lens {
    width: 60px;
  }
}
main#infrared div.group div.lens:hover {
  cursor: pointer;
}
main#infrared div.group div.lens:hover img {
  opacity: 1;
}
main#infrared div.group div.lens.selected img {
  opacity: 1;
}
main#infrared div.group div.lens img {
  width: 100%;
  opacity: 0.6;
}
main#infrared div.group div.lens p {
  padding: 10px;
}
main#infrared div.group div.lens#lens_tech_1, main#infrared div.group div.lens#lens_tech_2, main#infrared div.group div.lens#lens_tech_3, main#infrared div.group div.lens#lens_tech_4 {
  width: 150px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.group div.lens#lens_tech_1, main#infrared div.group div.lens#lens_tech_2, main#infrared div.group div.lens#lens_tech_3, main#infrared div.group div.lens#lens_tech_4 {
    width: 75px;
  }
}
main#infrared div.group div.lens#lens_harmful_1, main#infrared div.group div.lens#lens_harmful_2, main#infrared div.group div.lens#lens_harmful_3 {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.group div.lens#lens_harmful_1, main#infrared div.group div.lens#lens_harmful_2, main#infrared div.group div.lens#lens_harmful_3 {
    width: 75px;
    height: 75px;
  }
}
main#infrared div.tech,
main#infrared div.harmful {
  display: none;
}
main#infrared div.tech div.arrow,
main#infrared div.harmful div.arrow {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
main#infrared div.tech div.tech_header,
main#infrared div.tech div.harmful_header,
main#infrared div.harmful div.tech_header,
main#infrared div.harmful div.harmful_header {
  padding: 40px 0;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_header,
main#infrared div.tech div.harmful_header,
main#infrared div.harmful div.tech_header,
main#infrared div.harmful div.harmful_header {
    padding: 20px 10px;
  }
}
main#infrared div.tech div.tech_header h2,
main#infrared div.tech div.harmful_header h2,
main#infrared div.harmful div.tech_header h2,
main#infrared div.harmful div.harmful_header h2 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
main#infrared div.tech div.tech_header p,
main#infrared div.tech div.harmful_header p,
main#infrared div.harmful div.tech_header p,
main#infrared div.harmful div.harmful_header p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
main#infrared div.tech div.tech_content,
main#infrared div.tech div.harmful_content,
main#infrared div.harmful div.tech_content,
main#infrared div.harmful div.harmful_content {
  padding: 40px 0 80px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content,
main#infrared div.tech div.harmful_content,
main#infrared div.harmful div.tech_content,
main#infrared div.harmful div.harmful_content {
    padding: 20px 0;
  }
}
main#infrared div.tech div.tech_content h3,
main#infrared div.tech div.harmful_content h3,
main#infrared div.harmful div.tech_content h3,
main#infrared div.harmful div.harmful_content h3 {
  color: #00833E;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content h3,
main#infrared div.tech div.harmful_content h3,
main#infrared div.harmful div.tech_content h3,
main#infrared div.harmful div.harmful_content h3 {
    margin-bottom: 10px;
  }
}
main#infrared div.tech div.tech_content div.wrapper-narrow,
main#infrared div.tech div.harmful_content div.wrapper-narrow,
main#infrared div.harmful div.tech_content div.wrapper-narrow,
main#infrared div.harmful div.harmful_content div.wrapper-narrow {
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper-narrow,
main#infrared div.tech div.harmful_content div.wrapper-narrow,
main#infrared div.harmful div.tech_content div.wrapper-narrow,
main#infrared div.harmful div.harmful_content div.wrapper-narrow {
    margin-top: 0;
    padding: 10px;
  }
}
main#infrared div.tech div.tech_content div.wrapper-narrow > .half,
main#infrared div.tech div.harmful_content div.wrapper-narrow > .half,
main#infrared div.harmful div.tech_content div.wrapper-narrow > .half,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > .half {
  width: 50%;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper-narrow > .half,
main#infrared div.tech div.harmful_content div.wrapper-narrow > .half,
main#infrared div.harmful div.tech_content div.wrapper-narrow > .half,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > .half {
    width: 100%;
  }
}
main#infrared div.tech div.tech_content div.wrapper-narrow > div,
main#infrared div.tech div.harmful_content div.wrapper-narrow > div,
main#infrared div.harmful div.tech_content div.wrapper-narrow > div,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > div {
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper-narrow > div,
main#infrared div.tech div.harmful_content div.wrapper-narrow > div,
main#infrared div.harmful div.tech_content div.wrapper-narrow > div,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > div {
    margin-top: 10px;
    width: 100%;
  }
  main#infrared div.tech div.tech_content div.wrapper-narrow > div img,
main#infrared div.tech div.harmful_content div.wrapper-narrow > div img,
main#infrared div.harmful div.tech_content div.wrapper-narrow > div img,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > div img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper-narrow > div:last-child img,
main#infrared div.tech div.harmful_content div.wrapper-narrow > div:last-child img,
main#infrared div.harmful div.tech_content div.wrapper-narrow > div:last-child img,
main#infrared div.harmful div.harmful_content div.wrapper-narrow > div:last-child img {
    display: block;
    width: inherit;
    margin: 0 auto;
  }
}
main#infrared div.tech div.tech_content div.wrapper > div:first-child,
main#infrared div.tech div.harmful_content div.wrapper > div:first-child,
main#infrared div.harmful div.tech_content div.wrapper > div:first-child,
main#infrared div.harmful div.harmful_content div.wrapper > div:first-child {
  width: 60%;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper > div:first-child,
main#infrared div.tech div.harmful_content div.wrapper > div:first-child,
main#infrared div.harmful div.tech_content div.wrapper > div:first-child,
main#infrared div.harmful div.harmful_content div.wrapper > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
main#infrared div.tech div.tech_content div.wrapper > div:last-child,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child {
  width: 30%;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper > div:last-child,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child {
    width: 100%;
  }
}
main#infrared div.tech div.tech_content div.wrapper > div:last-child img,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child img,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child img,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child img {
  margin-right: 10px;
}
main#infrared div.tech div.tech_content div.wrapper > div:last-child a,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child a,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child a,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child a {
  display: inline-block;
  text-decoration: underline;
  vertical-align: text-bottom;
}
main#infrared div.tech div.tech_content div.wrapper > div:last-child div.download,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child div.download,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child div.download,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child div.download {
  margin-top: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.wrapper > div:last-child div.download,
main#infrared div.tech div.harmful_content div.wrapper > div:last-child div.download,
main#infrared div.harmful div.tech_content div.wrapper > div:last-child div.download,
main#infrared div.harmful div.harmful_content div.wrapper > div:last-child div.download {
    margin-top: 10px;
  }
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech div.tech_content div.protections img,
main#infrared div.tech div.harmful_content div.protections img,
main#infrared div.harmful div.tech_content div.protections img,
main#infrared div.harmful div.harmful_content div.protections img {
    width: 60px !important;
    height: 27px !important;
  }
}
main#infrared div.tech div.tech_content div.social,
main#infrared div.tech div.harmful_content div.social,
main#infrared div.harmful div.tech_content div.social,
main#infrared div.harmful div.harmful_content div.social {
  text-align: center;
  margin-top: 20px;
}
main#infrared div.tech#tech_1,
main#infrared div.harmful#tech_1 {
  display: block;
}
main#infrared div.tech#tech_1 div.arrow,
main#infrared div.harmful#tech_1 div.arrow {
  left: 12%;
  border-bottom: 20px solid #5a9c8e;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#tech_1 div.arrow,
main#infrared div.harmful#tech_1 div.arrow {
    left: 9%;
  }
}
main#infrared div.tech#tech_1 div.tech_header,
main#infrared div.harmful#tech_1 div.tech_header {
  background-color: #5a9c8e;
}
main#infrared div.tech#tech_1 div.tech_content,
main#infrared div.harmful#tech_1 div.tech_content {
  background-color: white;
}
main#infrared div.tech#tech_2 div.arrow,
main#infrared div.harmful#tech_2 div.arrow {
  left: 36%;
  border-bottom: 20px solid #0a6fb4;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#tech_2 div.arrow,
main#infrared div.harmful#tech_2 div.arrow {
    left: 33%;
  }
}
main#infrared div.tech#tech_2 div.tech_header,
main#infrared div.harmful#tech_2 div.tech_header {
  background-color: #0a6fb4;
}
main#infrared div.tech#tech_2 div.tech_content,
main#infrared div.harmful#tech_2 div.tech_content {
  background-color: white;
}
main#infrared div.tech#tech_3 div.arrow,
main#infrared div.harmful#tech_3 div.arrow {
  left: 60.5%;
  border-bottom: 20px solid #ffca36;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#tech_3 div.arrow,
main#infrared div.harmful#tech_3 div.arrow {
    left: 55%;
  }
}
main#infrared div.tech#tech_3 div.tech_header,
main#infrared div.harmful#tech_3 div.tech_header {
  background-color: #ffca36;
}
main#infrared div.tech#tech_3 div.tech_content,
main#infrared div.harmful#tech_3 div.tech_content {
  background-color: white;
}
main#infrared div.tech#tech_4 div.arrow,
main#infrared div.harmful#tech_4 div.arrow {
  left: 84.5%;
  border-bottom: 20px solid #f7941e;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#tech_4 div.arrow,
main#infrared div.harmful#tech_4 div.arrow {
    left: 77.5%;
  }
}
main#infrared div.tech#tech_4 div.tech_header,
main#infrared div.harmful#tech_4 div.tech_header {
  background-color: #f7941e;
}
main#infrared div.tech#tech_4 div.tech_content,
main#infrared div.harmful#tech_4 div.tech_content {
  background-color: white;
}
main#infrared div.tech div.harmful_content,
main#infrared div.harmful div.harmful_content {
  color: #000;
}
main#infrared div.tech#harmful_1,
main#infrared div.harmful#harmful_1 {
  display: block;
}
main#infrared div.tech#harmful_1 div.arrow,
main#infrared div.harmful#harmful_1 div.arrow {
  left: 16%;
  border-bottom: 20px solid #969696;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#harmful_1 div.arrow,
main#infrared div.harmful#harmful_1 div.arrow {
    left: 13%;
  }
}
main#infrared div.tech#harmful_1 div.harmful_header,
main#infrared div.harmful#harmful_1 div.harmful_header {
  background-color: #969696;
}
main#infrared div.tech#harmful_2 div.arrow,
main#infrared div.harmful#harmful_2 div.arrow {
  left: 48.5%;
  border-bottom: 20px solid #969696;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#harmful_2 div.arrow,
main#infrared div.harmful#harmful_2 div.arrow {
    left: 44%;
  }
}
main#infrared div.tech#harmful_2 div.harmful_header,
main#infrared div.harmful#harmful_2 div.harmful_header {
  background-color: #969696;
}
main#infrared div.tech#harmful_3 div.arrow,
main#infrared div.harmful#harmful_3 div.arrow {
  left: 80.5%;
  border-bottom: 20px solid #969696;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.tech#harmful_3 div.arrow,
main#infrared div.harmful#harmful_3 div.arrow {
    left: 74%;
  }
}
main#infrared div.tech#harmful_3 div.harmful_header,
main#infrared div.harmful#harmful_3 div.harmful_header {
  background-color: #969696;
}
main#infrared div.video {
  padding: 60px 0;
  background: #181818;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.video {
    padding: 20px 0;
  }
}
main#infrared div.video h2 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#infrared div.video h2 {
    padding-bottom: 0;
  }
}
main#equipments {
  background: #fff;
}
main#equipments div#categories {
  width: 38%;
  margin: 60px 0;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#categories {
    margin: 20px 0;
    width: 44%;
  }
}
main#equipments div#categories ul.category {
  max-height: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#categories ul.category {
    margin-bottom: 10px;
  }
}
main#equipments div#categories ul.category:first-child {
  max-height: inherit;
}
main#equipments div#categories ul.category:first-child span {
  color: #00833E !important;
}
main#equipments div#categories ul.category span {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
main#equipments div#categories ul.category span:hover {
  color: #00833E !important;
  cursor: pointer;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#categories ul.category span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
main#equipments div#categories ul.category li.subcategory {
  margin-top: 10px;
  margin-left: 20px;
}
main#equipments div#categories ul.category li.subcategory:hover {
  color: #00833E !important;
  cursor: pointer;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#categories ul.category li.subcategory {
    font-size: 11px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
main#equipments div#products {
  width: 60%;
  margin: 60px 0;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products {
    margin: 20px 0;
    width: 55%;
  }
}
main#equipments div#products a.product_grid {
  display: block;
  margin-top: 20px;
  width: 250px;
  height: 280px;
  text-align: center;
}
main#equipments div#products a.product_grid:hover {
  cursor: pointer;
  outline: 1px solid #ddd;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products a.product_grid {
    margin-top: 0;
    width: 80px;
    height: 110px;
  }
}
main#equipments div#products a.product_grid div.product_image {
  height: 250px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products a.product_grid div.product_image {
    height: 80px;
  }
}
main#equipments div#products a.product_grid div.product_image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
main#equipments div#products a.product_grid div.product_title {
  height: 40px;
  padding: 15px 0 10px;
  line-height: 15px;
  font-size: 15px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products a.product_grid div.product_title {
    padding: 0 0 5px;
    line-height: 14px;
    font-size: 12px;
  }
}
main#equipments div#products div.product {
  width: 100%;
}
main#equipments div#products div.product div.back a {
  color: #00833E;
  font-size: 18px;
}
main#equipments div#products div.product div.back a:hover {
  cursor: pointer;
}
main#equipments div#products div.product div.product_image {
  height: 400px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products div.product div.product_image {
    height: 150px;
  }
}
main#equipments div#products div.product div.product_image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
main#equipments div#products div.product div.product_title {
  margin-top: 20px;
  padding: 20px 0 5px;
  line-height: 22px;
  font-size: 18px;
  border-top: 2px dotted #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products div.product div.product_title {
    margin-top: 10px;
    padding: 10px 0 5px;
    line-height: 18px;
    font-size: 14px;
  }
}
main#equipments div#products div.product div.product_subtitle {
  padding: 5px 0;
  line-height: 20px;
  font-size: 16px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products div.product div.product_subtitle {
    line-height: 16px;
    font-size: 12px;
  }
}
main#equipments div#products div.product div.product_description {
  padding: 10px 0;
  line-height: 18px;
  font-size: 14px;
}
@media only screen and (max-width : 1199px ) {
  main#equipments div#products div.product div.product_description {
    padding: 5px 0;
    line-height: 12px;
    font-size: 11px;
  }
}
main#equipments div#products div.product div.product_pdf a,
main#equipments div#products div.product div.product_video a {
  margin-top: 10px;
}
main#publications div.wrapper-narrow {
  margin: 60px auto;
}
@media only screen and (max-width : 1199px ) {
  main#publications div.wrapper-narrow {
    margin: 20px auto;
    padding: 0 10px;
  }
}
main#publications div.wrapper-narrow div.publication_section {
  margin: 20px 0 10px;
  padding: 30px;
  color: #00833E;
  font-size: 16px;
  border: 2px solid #bbb;
}
main#publications div.wrapper-narrow div.publication {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 10px 20px;
}
main#publications div.wrapper-narrow div.publication a {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
}
main#publications div.wrapper-narrow div.publication p {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
main#publications div.wrapper-narrow div.publication img {
  display: inline-block;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
main#publications div.wrapper-narrow div.publication img:hover {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
main#publications div.wrapper-narrow div.publication a {
  text-decoration: underline;
}
main#events div.wrapper-narrow {
  margin: 60px auto 60px;
}
@media only screen and (max-width : 1199px ) {
  main#events div.wrapper-narrow {
    margin: 20px auto;
    padding: 0 10px;
  }
}
main#events div.wrapper-narrow p {
  text-align: center;
}
main#events div.wrapper-narrow div.event {
  witdh: 250px;
  text-align: center;
  margin: 20px auto;
}
main#events div.wrapper-narrow div.event img {
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width : 1199px ) {
  main#events div.wrapper-narrow div.event img {
    margin: 10px auto;
  }
}
main#blog {
  padding-bottom: 60px;
}
main#blog, main#health {
  padding-bottom: 60px;
  background: #f9f9f9;
}
@media only screen and (max-width : 1199px ) {
  main#blog, main#health {
    padding: 0;
  }
}
main#blog div.headline_content h1, main#health div.headline_content h1 {
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.headline_content h1, main#health div.headline_content h1 {
    font-size: 22px;
  }
}
main#blog div.blog-list, main#health div.blog-list {
  padding: 60px 20px 0;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-list, main#health div.blog-list {
    padding: 0;
    height: inherit;
  }
}
main#blog div.blog-list div.half, main#health div.blog-list div.half {
  width: 50%;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-list div.half, main#health div.blog-list div.half {
    width: 100%;
  }
  main#blog div.blog-list div.half img, main#health div.blog-list div.half img {
    width: 100%;
    height: auto;
  }
}
main#blog div.blog-list div.half.image, main#health div.blog-list div.half.image {
  overflow: hidden;
}
main#blog div.blog-list div.half.image img, main#health div.blog-list div.half.image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-list div.half.image img, main#health div.blog-list div.half.image img {
    margin-top: 10px;
  }
}
main#blog div.blog-list div.half.text, main#health div.blog-list div.half.text {
  padding: 30px 50px;
  background: #4d4d4d;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-list div.half.text, main#health div.blog-list div.half.text {
    padding: 20px;
    margin-bottom: 10px;
  }
}
main#blog div.blog-list div.half span, main#health div.blog-list div.half span {
  display: block;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 12px;
}
main#blog div.blog-list div.half h2, main#health div.blog-list div.half h2 {
  text-transform: uppercase;
}
@media only screen and (min-width : 1200px ) {
  main#blog div.blog-list div.half h2, main#health div.blog-list div.half h2 {
    height: 52px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
main#blog div.blog-list div.half div.summary, main#health div.blog-list div.half div.summary {
  position: relative;
  font-weight: 100;
  height: 100px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-list div.half div.summary, main#health div.blog-list div.half div.summary {
    margin-bottom: 10px;
  }
}
main#blog div.blog-list div.half div.summary:after, main#health div.blog-list div.half div.summary:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(77, 77, 77, 0), #4d4d4d 90%);
  width: 100%;
  height: 4em;
}
main#blog div.blog-list div.half a, main#health div.blog-list div.half a {
  color: #00833E;
}
main#blog div.blog-post, main#health div.blog-post {
  margin: 0 auto;
  padding: 60px 0 0;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-post, main#health div.blog-post {
    padding: 20px 0;
  }
}
main#blog div.blog-post > span, main#health div.blog-post > span {
  display: inline-block;
  font-weight: 100;
  margin-bottom: 10px;
}
main#blog div.blog-post div.content, main#health div.blog-post div.content {
  font-weight: 400;
}
main#blog div.blog-post div.social, main#health div.blog-post div.social {
  margin-top: 50px;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-post div.social, main#health div.blog-post div.social {
    margin-top: 20px;
  }
}
main#blog div.blog-post div.social a, main#health div.blog-post div.social a {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-post div.social a, main#health div.blog-post div.social a {
    margin-top: 5px;
  }
}
main#blog div.blog-post a:not(.back), main#health div.blog-post a:not(.back) {
  color: blue;
}
main#blog div.blog-post a.back, main#health div.blog-post a.back {
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-top: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-post a.back, main#health div.blog-post a.back {
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
}
main#blog div.blog-post a.back span, main#health div.blog-post a.back span {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 100;
  vertical-align: middle;
}
@media only screen and (max-width : 1199px ) {
  main#blog div.blog-post a.back span, main#health div.blog-post a.back span {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
}
main#services div.services {
  padding: 60px 0;
}
@media only screen and (max-width : 1199px ) {
  main#services div.services {
    padding: 20px 5px;
  }
}
main#services div.services h1 {
  color: #00833E;
}
main#services div.services h2 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
@media only screen and (max-width : 1199px ) {
  main#services div.services h2 {
    margin-bottom: 0;
  }
}
main#services div.services img {
  display: block;
  margin: 30px auto;
}
@media only screen and (max-width : 1199px ) {
  main#services div.services img {
    margin: 10px auto;
  }
}
@media only screen and (max-width : 1199px ) {
  main#services div.services a img {
    width: 75px;
  }
}
main#services div.services div.service {
  width: 200px;
  margin: 20px 0;
}
@media only screen and (max-width : 1199px ) {
  main#services div.services div.service {
    width: 50%;
    padding: 0 10px;
    margin: 0 auto;
  }
}
main#services div.services div.service img {
  display: block;
  margin: 0 auto;
}
main#services div.services div.service p {
  padding: 10px;
}
main#services div.services a.cta {
  padding: 20px 60px;
}
main#services div.links {
  margin-bottom: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#services div.links {
    margin-bottom: 10px;
  }
}
main#services div.links h2 {
  width: 25%;
  color: #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#services div.links h2 {
    width: 100%;
  }
}
main#services div.links div.downloads {
  width: 30%;
}
@media only screen and (max-width : 1199px ) {
  main#services div.links div.downloads {
    width: 100%;
  }
}
main#services div.links div.downloads a {
  display: block;
  margin-bottom: 10px;
}
main#tutorials div.tutorials {
  padding: 60px 0;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.tutorials {
    padding: 20px 5px;
  }
}
main#tutorials div.tutorials div.tutorial {
  margin: 60px 0;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.tutorials div.tutorial {
    padding: 0 10px;
    margin: 30px auto;
  }
}
main#tutorials div.tutorials div.tutorial iframe {
  width: 400px;
  height: 225px;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.tutorials div.tutorial iframe {
    width: 100%;
    height: auto;
  }
}
main#tutorials div.tutorials div.tutorial div {
  width: 700px;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.tutorials div.tutorial div {
    width: 100%;
    margin: 20px 0;
  }
}
main#tutorials div.tutorials a.cta {
  padding: 20px 60px;
}
main#tutorials div.tutorials div.publication {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 10px 20px;
}
main#tutorials div.tutorials div.publication a {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
}
main#tutorials div.tutorials div.publication p {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
main#tutorials div.tutorials div.publication img {
  display: inline-block;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
main#tutorials div.tutorials div.publication img:hover {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
main#tutorials div.tutorials div.publication a {
  text-decoration: underline;
}
main#tutorials div.links {
  margin-bottom: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.links {
    margin-bottom: 10px;
  }
}
main#tutorials div.links h2 {
  width: 25%;
  color: #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.links h2 {
    width: 100%;
  }
}
main#tutorials div.links div.downloads {
  width: 30%;
}
@media only screen and (max-width : 1199px ) {
  main#tutorials div.links div.downloads {
    width: 100%;
  }
}
main#tutorials div.links div.downloads a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width : 1199px ) {
  main#indonetwork .wrapper-narrow {
    width: 95%;
    margin: 20px auto;
  }
}
main#indonetwork div#list-indonetwork {
  margin: 50px 0;
  width: 25%;
}
@media only screen and (max-width : 1199px ) {
  main#indonetwork div#list-indonetwork {
    margin: 0;
    width: 40%;
  }
}
main#indonetwork div#list-indonetwork ul.networks li.network {
  margin-top: 20px;
}
main#indonetwork div#list-indonetwork ul.networks li.network:hover > span {
  cursor: pointer;
  color: #00833E;
}
main#indonetwork div#list-indonetwork ul.networks li.network.selected > span {
  font-weight: bold;
  color: #00833E;
}
main#indonetwork div#list-indonetwork ul.networks li.network ul.countries {
  display: none;
}
main#indonetwork div#list-indonetwork ul.networks li.network ul.countries li.country {
  color: inherit;
  margin-top: 10px;
  margin-left: 30px;
}
main#indonetwork div#list-indonetwork ul.networks li.network ul.countries li.country:hover > span {
  cursor: pointer;
  color: #00833E;
}
main#indonetwork div#info-indonetwork {
  margin: 50px 0;
  width: 75%;
}
@media only screen and (max-width : 1199px ) {
  main#indonetwork div#info-indonetwork {
    margin: 0;
    width: 60%;
    padding-left: 5px;
    border-left: 2px solid #aaa;
  }
}
main#indonetwork div#info-indonetwork div#branches {
  display: block;
}
main#indonetwork div#info-indonetwork div.network {
  display: none;
}
main#indonetwork div#info-indonetwork div.network iframe {
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#indonetwork div#info-indonetwork div.network iframe {
    height: 200px;
  }
}
main#indonetwork div#info-indonetwork div.network div.center {
  width: 48%;
  margin-bottom: 10px;
}
@media only screen and (max-width : 1199px ) {
  main#indonetwork div#info-indonetwork div.network div.center {
    width: 100%;
  }
}
main#indonetwork div#info-indonetwork div.network div.center a {
  color: #00833E;
}
main#indobox iframe {
  width: 100%;
  min-height: 660px;
}
@media only screen and (max-width : 1199px ) {
  main#indobox iframe {
    padding: 20px 0;
    width: 100%;
  }
}
main#contact {
  padding: 60px 0;
  background: #f0f0f0;
}
@media only screen and (max-width : 1199px ) {
  main#contact {
    padding: 20px 0;
  }
}
main#contact form#contactForm {
  position: relative;
  width: 50%;
  font-size: 10px;
  letter-spacing: 0px;
}
@media only screen and (max-width : 1199px ) {
  main#contact form#contactForm {
    width: 90%;
    margin: 10px auto 30px;
  }
}
main#contact form#contactForm h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width : 1199px ) {
  main#contact form#contactForm h3 {
    margin-bottom: 20px;
  }
}
main#contact form#contactForm p:not(:last-of-type) {
  margin-bottom: 0;
}
main#contact form#contactForm input,
main#contact form#contactForm textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
  background: none;
  border: 1px solid #ddd;
}
@media only screen and (max-width : 1199px ) {
  main#contact form#contactForm input,
main#contact form#contactForm textarea {
    margin-bottom: 20px;
  }
}
main#contact form#contactForm input:not([type=submit]) {
  width: 100%;
  padding: 0 20px;
  padding: 10px;
  border: 0 solid #ddd;
  border-bottom: 2px solid #ddd;
}
main#contact form#contactForm textarea {
  height: 100px;
}
main#contact form#contactForm input[type=submit] {
  margin-bottom: 0;
  background: #888;
}
main#contact div.addresses {
  position: relative;
  width: 30%;
}
@media only screen and (max-width : 1199px ) {
  main#contact div.addresses {
    width: 90%;
    margin: 10px auto;
  }
}
main#contact div.addresses div.address {
  margin-bottom: 30px;
}
@media only screen and (max-width : 1199px ) {
  main#contact div.addresses div.address {
    margin-bottom: 20px;
  }
}
main#contact div.addresses div.address p {
  line-height: 16px;
}
main#privacy, main#legal, main#cookies {
  padding: 60px 0;
  background: #f0f0f0;
}
main#privacy h1, main#legal h1, main#cookies h1 {
  text-transform: uppercase;
}
@media only screen and (max-width : 1199px ) {
  main#test-visual-alura div.headline_content img {
    width: 200px;
  }
}
main#test-visual-alura h1 {
  padding: 80px 0 20px;
  font-size: 30px;
  line-height: 36px;
  color: #00833E;
}
@media only screen and (max-width : 1199px ) {
  main#test-visual-alura h1 {
    padding: 20px 0 15px;
    font-size: 22px;
    line-height: 28px;
  }
}
main#test-visual-alura p {
  text-align: center;
}
main#test-visual-alura form#form_alura {
  text-align: center;
}
main#test-visual-alura form#form_alura div.answers {
  margin: 20px auto 0;
}
@media only screen and (max-width : 1199px ) {
  main#test-visual-alura form#form_alura div.answers {
    margin: 10px auto 0;
  }
}
main#test-visual-alura form#form_alura div.answers h2 {
  font-size: 24px;
  font-weight: bold;
  color: #00833E;
  margin-bottom: 0;
}
main#test-visual-alura form#form_alura div.answers h3 {
  color: #00833E;
}
main#test-visual-alura form#form_alura div.answers label.answer {
  display: block;
  width: 400px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
}
main#test-visual-alura form#form_alura div.answers label.answer:hover {
  background: #eee;
  cursor: pointer;
}
@media only screen and (max-width : 1199px ) {
  main#test-visual-alura form#form_alura div.answers label.answer {
    width: 300px;
    padding: 5px 0;
  }
}
main#test-visual-alura form#form_alura div.answers label.answer input {
  display: none;
}
main#test-visual-alura form#form_alura div.answers label.answer span {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 24px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00833E;
  color: #00833E;
}
main#test-visual-alura form#form_alura div.answers label.answer input:checked + span {
  background-color: #00833E;
  color: #fff;
}
main#test-visual-alura form#form_alura input#form_submit {
  margin: 50px auto;
}
@media only screen and (max-width : 1199px ) {
  main#test-visual-alura form#form_alura input#form_submit {
    margin: 30px auto;
  }
}
main#test-visual-alura div#alura_results {
  display: none;
}
main#test-visual-alura div#alura_results h1 {
  padding: 40px 10px 0;
}
main#test-visual-alura div#alura_results p {
  text-align: left;
}
main#test-visual-alura div#alura_results div#alura_result_code_div {
  text-align: center;
  color: #00833E;
  font-weight: bold;
  font-size: 18px;
  margin: 30px auto;
  background: url("../img/alura/code_square.png") no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
}
main#test-visual-alura div#alura_results div#alura_result_code_div span#alura_result_code {
  font-size: 36px;
}
main#test-visual-alura div#alura_technologies {
  display: none;
}
main div#alura_technologies {
  background: #eee;
  padding: 20px 0;
}
main div#alura_technologies h1 {
  padding: 20px 0 0;
}
@media only screen and (max-width : 1199px ) {
  main div#alura_technologies h1 {
    padding: 10px 0 0;
  }
}
main div#alura_technologies div.third {
  width: 33%;
}
@media only screen and (max-width : 1199px ) {
  main div#alura_technologies div.third {
    width: 100%;
  }
}
main div#alura_technologies div.tech {
  width: 360px;
  margin: 40px 0;
}
@media only screen and (max-width : 1199px ) {
  main div#alura_technologies div.tech {
    width: 300px;
    margin: 20px 0;
  }
  main div#alura_technologies div.tech img {
    width: 100%;
  }
}
main div#alura_technologies div.tech h2 {
  color: #00833E;
}
main div#alura_technologies div.tech p {
  text-align: left;
  margin-bottom: 20px;
}
main#mundial div.headline_content h1 {
  font-size: 46px;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div.headline_content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
main#mundial div.headline_content p {
  margin-bottom: 80px;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div.headline_content p {
    margin-bottom: 10px;
  }
}
main#mundial div#mundial {
  padding: 40px 0;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial {
    padding: 20px 0;
  }
}
main#mundial div#mundial h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  color: #00833E;
  text-align: center;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
}
main#mundial div#mundial p {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial p {
    margin-bottom: 10px;
  }
}
main#mundial div#mundial div#mundial_intro {
  padding: 40px 0;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_intro {
    padding: 20px 0;
  }
  main#mundial div#mundial div#mundial_intro img {
    max-width: 100%;
  }
}
main#mundial div#mundial div#mundial_indofilo {
  margin: 40px 0;
  padding: 40px 0;
  background: #00833E url("/img/mundial/russia.png") no-repeat center center;
  background-size: auto 100%;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_indofilo {
    margin: 20px 0;
    padding: 20px 0;
  }
}
main#mundial div#mundial div#mundial_indofilo h1 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_indofilo h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
main#mundial div#mundial div#mundial_indofilo p {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_indofilo p {
    margin-bottom: 20px;
  }
}
main#mundial div#mundial div#mundial_indofilo .cta {
  width: 200px;
  background: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  color: #00833E;
}
main#mundial div#mundial div#mundial_form h2 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 26px;
  color: #00833E;
  text-align: center;
}
main#mundial div#mundial div#mundial_form form#form_mundial {
  text-align: center;
}
main#mundial div#mundial div#mundial_form form#form_mundial label.text {
  display: inline-block;
  width: 120px;
  text-align: right;
  color: #00833E;
}
main#mundial div#mundial div#mundial_form form#form_mundial input[type=text],
main#mundial div#mundial div#mundial_form form#form_mundial input[type=email] {
  width: 190px;
  padding: 10px;
  border: 2px solid #00833E;
}
main#mundial div#mundial div#mundial_form form#form_mundial div.answers {
  margin: 40px auto 0;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_form form#form_mundial div.answers {
    margin: 20px auto 0;
  }
}
main#mundial div#mundial div#mundial_form form#form_mundial div.answers h2 {
  font-size: 24px;
  font-weight: bold;
  color: #00833E;
  margin-bottom: 0;
}
main#mundial div#mundial div#mundial_form form#form_mundial div.answers h3 {
  color: #00833E;
}
main#mundial div#mundial div#mundial_form form#form_mundial div.answers label.answer {
  display: block;
  padding: 10px 0 10px 20px;
  text-align: left;
}
main#mundial div#mundial div#mundial_form form#form_mundial div.answers label.answer:hover {
  background: #eee;
  cursor: pointer;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_form form#form_mundial div.answers label.answer {
    width: 300px;
    padding: 5px 0;
  }
}
main#mundial div#mundial div#mundial_form form#form_mundial div#mundial_error {
  display: none;
  color: red;
  font-weight: bold;
}
main#mundial div#mundial div#mundial_form form#form_mundial a#form_submit {
  width: 200px;
  margin: 20px auto 50px;
}
@media only screen and (max-width : 1199px ) {
  main#mundial div#mundial div#mundial_form form#form_mundial a#form_submit {
    margin: 30px auto;
  }
}
main#mundial div#mundial div.mundial_results {
  display: none;
}

footer {
  padding: 30px 0;
  background: #4d4d4d;
  color: #b3b3b3;
  font-size: 12px;
}
@media only screen and (max-width : 1199px ) {
  footer {
    padding: 20px 0;
  }
}
footer div#newsletter {
  font-family: "Raleway", sans-serif;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 100;
  border-bottom: 2px solid #999;
  background: url("/img/icons/newsletter.png") no-repeat left top;
  background-size: 34px 20px;
}
footer div#newsletter input {
  background: none;
  border: 0px solid #ddd;
  line-height: 14px;
  font-size: 14px;
}
@media only screen and (max-width : 1199px ) {
  footer div#newsletter input {
    line-height: 12px;
    font-size: 12px;
  }
}
footer div#newsletter input[type=email] {
  width: calc(100% - 190px);
  color: #ddd;
  padding: 5px;
}
@media only screen and (max-width : 1199px ) {
  footer div#newsletter input[type=email] {
    width: calc(100% - 110px);
  }
}
footer div#newsletter input[type=submit] {
  float: right;
  width: 150px;
  color: #ddd;
  background: #888;
  padding: 7px 10px;
}
@media only screen and (max-width : 1199px ) {
  footer div#newsletter input[type=submit] {
    width: 100px;
  }
}
footer div#footer_info {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1199px ) {
  footer div#footer_info {
    margin-bottom: 10px;
  }
}
footer div#footer_info p {
  font-size: 12px;
}
footer ul#social_links {
  margin-bottom: 10px;
}
footer ul#social_links li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
}
footer ul#social_links li img {
  width: 32px;
}
footer ul#footer_menu {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer ul#footer_menu li {
  display: inline-block;
  margin-right: 10px;
}
footer ul#footer_menu li a {
  text-decoration: underline;
}
footer div#copyright {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  color: #888;
}
@media only screen and (max-width : 1199px ) {
  footer div#copyright {
    margin-bottom: 0;
  }
}
footer div#copyright a {
  display: inline-block;
  margin-left: 10px;
}

#cookies-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 30px;
  background: #00833E;
  color: #fff;
  font-size: 13px;
}
#cookies-popup a {
  text-decoration: underline;
}
#cookies-popup a:hover {
  cursor: pointer;
}

@media only screen and (max-width : 1199px ) {
  img#expooptica {
    display: block;
    max-width: 176px;
    max-height: 195px;
    width: auto;
    height: auto;
  }
}

#legal ul, #legal ol,
#privacy ul,
#privacy ol,
#cookies ul,
#cookies ol {
  list-style: disc inside;
  margin-bottom: 20px;
  line-height: 1.5;
}
#legal h1, #legal h2, #legal h3, #legal h4, #legal h5,
#privacy h1,
#privacy h2,
#privacy h3,
#privacy h4,
#privacy h5,
#cookies h1,
#cookies h2,
#cookies h3,
#cookies h4,
#cookies h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

#cookies-bottom {
  background-color: #333;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: none;
}
#cookies-bottom a {
  text-decoration: underline;
}
#cookies-bottom .btn_close_cookie_warning {
  margin: auto;
  display: block;
}

div.slider {
  background: #eee;
  color: #000;
  width: 100%;
  height: 600px;
  font-size: 11px;
}
div.slider div.mySlides {
  position: relative;
  height: 600px;
  padding: 20px;
}
@media only screen and (max-width : 1199px ) {
  div.slider div.mySlides {
    padding: 10px;
  }
}
div.slider div.mySlides img {
  max-width: 100%;
}
@media only screen and (max-width : 1199px ) {
  div.slider div.mySlides img {
    height: 140px;
  }
}
div.slider div.mySlides h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 20px 0 10px;
}
@media only screen and (max-width : 1199px ) {
  div.slider div.mySlides h1 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
div.slider div.mySlides p {
  margin: 5px 0;
  font-size: 12px;
}
div.slider div.mySlides p:first-of-type {
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width : 1199px ) {
  div.slider div.mySlides p {
    margin-top: 5px;
    font-size: 11px;
  }
  div.slider div.mySlides p:first-of-type {
    font-size: 12px;
    font-weight: bold;
  }
}
div.slider div.mySlides div.info a {
  display: block;
  width: 180px;
  margin: 10px auto 0;
  background: #00833E;
  color: #fff;
  padding: 5px 20px;
}
@media only screen and (max-width : 1199px ) {
  div.slider div.mySlides div.info a {
    width: inherit;
  }
}
div.slider div.mySlides div.info a:hover {
  cursor: pointer;
}

.w3-image {
  max-width: 100%;
  height: auto;
}

.w3-table, .w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th, .w3-centered tr td {
  text-align: center;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 24px;
}
@media only screen and (max-width : 1199px ) {
  .w3-btn, .w3-button {
    padding: 4px 8px;
    font-size: 16px;
  }
}

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-disabled *, :disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
  box-shadow: none;
}

.w3-badge, .w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
  border-bottom: none;
}

.w3-tooltip, .w3-display-container {
  position: relative;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-ripple:active {
  opacity: 0.5;
}

.w3-ripple {
  transition: opacity 0s;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-check, .w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.w3-main, #main {
  transition: margin-left 0.4s;
}

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-bar {
  width: 100%;
  overflow: hidden;
}

.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  outline: none;
  display: block;
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
  position: static;
  float: left;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  outline: none;
  white-space: normal;
  float: none;
}

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}

.w3-block {
  display: block;
  width: 100%;
}

.w3-responsive {
  overflow-x: auto;
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }

  .w3-col.m2 {
    width: 16.66666%;
  }

  .w3-col.m3, .w3-quarter {
    width: 24.99999%;
  }

  .w3-col.m4, .w3-third {
    width: 33.33333%;
  }

  .w3-col.m5 {
    width: 41.66666%;
  }

  .w3-col.m6, .w3-half {
    width: 49.99999%;
  }

  .w3-col.m7 {
    width: 58.33333%;
  }

  .w3-col.m8, .w3-twothird {
    width: 66.66666%;
  }

  .w3-col.m9, .w3-threequarter {
    width: 74.99999%;
  }

  .w3-col.m10 {
    width: 83.33333%;
  }

  .w3-col.m11 {
    width: 91.66666%;
  }

  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }

  .w3-col.l2 {
    width: 16.66666%;
  }

  .w3-col.l3 {
    width: 24.99999%;
  }

  .w3-col.l4 {
    width: 33.33333%;
  }

  .w3-col.l5 {
    width: 41.66666%;
  }

  .w3-col.l6 {
    width: 49.99999%;
  }

  .w3-col.l7 {
    width: 58.33333%;
  }

  .w3-col.l8 {
    width: 66.66666%;
  }

  .w3-col.l9 {
    width: 74.99999%;
  }

  .w3-col.l10 {
    width: 83.33333%;
  }

  .w3-col.l11 {
    width: 91.66666%;
  }

  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-content {
  max-width: 980px;
}

.w3-rest {
  overflow: hidden;
}

.w3-cell-row {
  display: table;
  width: 100%;
}

.w3-cell {
  display: table-cell;
}

.w3-cell-top {
  vertical-align: top;
}

.w3-cell-middle {
  vertical-align: middle;
}

.w3-cell-bottom {
  vertical-align: bottom;
}

.w3-hide {
  display: none !important;
}

.w3-show-block, .w3-show {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }

  .w3-modal {
    padding-top: 30px;
  }

  .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative;
  }

  .w3-hide-small {
    display: none !important;
  }

  .w3-mobile {
    display: block;
    width: 100% !important;
  }

  .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center;
  }

  .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }

  .w3-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }

  .w3-hide-large {
    display: none !important;
  }

  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none;
  }

  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.w3-display-left {
  position: absolute;
  top: 30%;
  left: 5%;
  transform: translate(0%, -30%);
  -ms-transform: translate(0%, -30%);
}
@media only screen and (max-width : 1199px ) {
  .w3-display-left {
    top: 20%;
    left: 5%;
    transform: translate(0%, -20%);
    -ms-transform: translate(0%, -50%);
  }
}

.w3-display-right {
  position: absolute;
  top: 30%;
  right: 5%;
  transform: translate(0%, -30%);
  -ms-transform: translate(0%, -30%);
}
@media only screen and (max-width : 1199px ) {
  .w3-display-right {
    top: 20%;
    right: 5%;
    transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
  }
}

.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.w3-display-container:hover .w3-display-hover {
  display: block;
}

.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}

.w3-display-hover {
  display: none;
}

.w3-display-position {
  position: absolute;
}

.w3-circle {
  border-radius: 50%;
}

.w3-round-small {
  border-radius: 2px;
}

.w3-round, .w3-round-medium {
  border-radius: 4px;
}

.w3-round-large {
  border-radius: 8px;
}

.w3-round-xlarge {
  border-radius: 16px;
}

.w3-round-xxlarge {
  border-radius: 32px;
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px;
}

.w3-container, .w3-panel {
  padding: 0.01em 16px;
}

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

.w3-code, .w3-codespan {
  font-family: Consolas, "courier new";
  font-size: 16px;
}

.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4CAF50;
  word-wrap: break-word;
}

.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}

.w3-card, .w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-card-4, .w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
}

@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.6;
}

.w3-opacity-off, .w3-hover-opacity-off:hover {
  opacity: 1;
}

.w3-opacity-max {
  opacity: 0.25;
}

.w3-opacity-min {
  opacity: 0.75;
}

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
  filter: grayscale(100%);
}

.w3-greyscale, .w3-grayscale {
  filter: grayscale(75%);
}

.w3-greyscale-min, .w3-grayscale-min {
  filter: grayscale(50%);
}

.w3-sepia {
  filter: sepia(75%);
}

.w3-sepia-max, .w3-hover-sepia:hover {
  filter: sepia(100%);
}

.w3-sepia-min {
  filter: sepia(50%);
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #777 !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-section, .w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width : 1199px ) {
  .w3-section, .w3-code {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-button:hover {
  color: #fff !important;
  background-color: #aaa !important;
}

.w3-transparent, .w3-hover-none:hover {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  box-shadow: none !important;
}

/* Colors */
.w3-amber, .w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua, .w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-light-blue, .w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

.w3-brown, .w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan, .w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green, .w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.w3-light-green, .w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-indigo, .w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-khaki, .w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

.w3-lime, .w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-pink, .w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-purple, .w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-red, .w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-sand, .w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-teal, .w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}

.w3-yellow, .w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black, .w3-hover-black:hover {
  color: #aaa !important;
  /* background-color: #fff!important; */
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
  color: #000 !important;
  background-color: #888 !important;
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-pale-red, .w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important;
}

.w3-pale-green, .w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important;
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important;
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important;
}

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important;
}

.w3-text-green, .w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #ffeb3b !important;
}

.w3-text-white, .w3-hover-text-white:hover {
  color: #fff !important;
}

.w3-text-black, .w3-hover-text-black:hover {
  color: #000 !important;
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
  color: #888 !important;
}

.w3-text-amber {
  color: #ffc107 !important;
}

.w3-text-aqua {
  color: #00ffff !important;
}

.w3-text-light-blue {
  color: #87CEEB !important;
}

.w3-text-brown {
  color: #795548 !important;
}

.w3-text-cyan {
  color: #00bcd4 !important;
}

.w3-text-blue-grey, .w3-text-blue-gray {
  color: #607d8b !important;
}

.w3-text-light-green {
  color: #8bc34a !important;
}

.w3-text-indigo {
  color: #3f51b5 !important;
}

.w3-text-khaki {
  color: #b4aa50 !important;
}

.w3-text-lime {
  color: #cddc39 !important;
}

.w3-text-orange {
  color: #ff9800 !important;
}

.w3-text-deep-orange {
  color: #ff5722 !important;
}

.w3-text-pink {
  color: #e91e63 !important;
}

.w3-text-purple {
  color: #9c27b0 !important;
}

.w3-text-deep-purple {
  color: #673ab7 !important;
}

.w3-text-sand {
  color: #fdf5e6 !important;
}

.w3-text-teal {
  color: #009688 !important;
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white, .w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black, .w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
  border-color: #bbb !important;
}

/*# sourceMappingURL=style.css.map */
