@import "less/main.less";
#content-menu_holder {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 80px;
}
#content-content_holder {
  width: 100%;
}
.btn_lermais {
  border: 1px solid #323232;
  padding: 10px 30px;
  background-color: transparent;
  color: #323232;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.btn_lermais:hover,
.btn_lermais.active {
  border: 1px solid #fada0e;
  background-color: #fada0e;
  color: #ffffff;
}
.btn_lermais2 {
  border: 1px solid #646464 !important;
  padding: 10px 30px;
  background-color: transparent;
  color: #646464 !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.btn_lermais2:hover,
.btn_lermais2.active {
  border: 1px solid #646464;
  background-color: #646464;
  color: #ffffff !important;
}
.btn_lermais3 {
  border: 1px solid #ffffff;
  padding: 10px 30px;
  background-color: transparent;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.btn_lermais3:hover,
.btn_lermais3.active {
  border: 1px solid #fada0e;
  background-color: #fada0e;
  color: #646464 !important;
}
.htmleditor_holder > * {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}
.htmleditor_holder.child_null > * {
  margin: 0px;
}
.padding_top_menu {
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.banner_parallax_300 {
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: auto;
  min-height: 300px;
}
.parallax_300 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 163px;
  min-height: 300px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#parallax_holder {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 250px;
}
#parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 25%;
  min-height: 250px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.item_valign {
  position: relative;
  top: 50%;
  bottom: auto;
  -ms-transform: translate(0px,-50%);
  -webkit-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
.abitem_valign {
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translate(0px,-50%);
  -webkit-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
.item_halign {
  position: relative;
  left: 50%;
  right: auto;
  -ms-transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
}
.item_falign {
  position: relative;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.padding_null {
  padding: 0px;
}
.margin_null {
  margin: 0px;
}
.main_btn {
  background-color: transparent !important;
  color: #646464 !important;
  border: 1px solid #646464;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px;
  webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.main_btn p {
  color: #646464 !important;
}
.main_btn:hover,
.main_btn.active {
  background-color: #fada0e !important;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.main_btn:hover p,
.main_btn.active p {
  color: white !important;
}
.main_btn_2 {
  background-color: transparent !important;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  color: #fada0e !important;
  border: 1px #fada0e solid !important;
}
a.main_btn_2,
a.main_btn_2:hover {
  text-decoration: none;
}
.main_btn_2:hover {
  color: #fada0e;
  border: 1px #fada0e solid;
}
.main_btn-white {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px;
  webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.main_btn-white:hover,
.main_btn-white.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
  color: #fada0e !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
a {
  color: #fada0e !important;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #fada0e !important;
  cursor: pointer;
}
.boxStyle {
  background-color: transparent;
  border: 1px solid #969696;
  color: #969696;
  height: 40px;
  width: 100%;
  padding-left: 20px;
  border-radius: 10px;
}
.padding_top_less {
  padding-top: 15px;
}
.filet100 {
  height: 1px;
  width: 100%;
  background-color: #969696;
}
.filet100_white {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
}
.whitebottom {
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.whitebottom:hover {
  border-bottom-color: #839ac6;
}
.h4.active,
h4.active {
  color: #839ac6;
  font-weight: bold;
}
.square_4_1 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}
.square_4_1 img {
  outline: 0;
  height: auto;
  position: absolute;
  width: 100%;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_2 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.square_4_2 img {
  outline: 0;
  height: auto;
  position: absolute;
  width: 100%;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_3 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.square_4_3 img {
  outline: 0;
  height: 100%;
  position: absolute;
  width: auto;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_4 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.square_4_4 img {
  outline: 0;
  height: 100%;
  position: absolute;
  width: auto;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.rectangle img {
  height: auto !important;
  width: 100% !important;
}
.edition_mode:hover {
  border: 1px #000 dashed;
}
.editworker_handler {
  visibility: hidden;
  font-size: 15px !important;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9999999;
}
.edition_mode:hover .editworker_handler {
  visibility: visible;
}
.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}
.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all .3s ease;
}
.custom-menu li:hover {
  background-color: #DEF;
}
.nav-tabs a:hover,
.nav-tabs a:active {
  text-decoration: none;
}
.nav-tabs li.active a {
  background-color: #dcdcdc;
}
.nav-tabs li.active,
.nav-tabs li.active a {
  background-color: #dcdcdc !important;
}
.nav-tabs a {
  text-decoration: none;
  color: #000;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 35px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.zoom-hover:hover .zoomed {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.zoom-hover:hover .zoomed {
  -ms-transform: translate(-50%,-50%) scale(1.25) !important;
  -webkit-transform: translate(-50%,-50%) scale(1.25) !important;
  transform: translate(-50%,-50%) scale(1.25) !important;
}
.square_4_1 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}
.square_4_1 img {
  outline: 0;
  height: auto;
  position: absolute;
  width: 100%;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_2 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.square_4_2 img {
  outline: 0;
  height: auto;
  position: absolute;
  width: 100%;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_3 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.square_4_3 img {
  outline: 0;
  height: 100%;
  position: absolute;
  width: auto;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.square_4_4 {
  outline: 0;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.square_4_4 img {
  outline: 0;
  height: 100%;
  position: absolute;
  width: auto;
  max-width: unset;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
#cookiespolicydiv {
  width: 100%;
  min-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 9999998;
  line-height: 60px;
  background-color: white;
}
.custom-menu {
  z-index: 9999999;
}
