/*
Created on : 2019-08-02
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/*
Created on : 2019-08-02
Author     : 
*/
/*
    Created on : May 31, 2019, 11:32:26 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 30, 2019, 4:46:09 PM
    Author     : mv
*/
body.al-site-rebirth h1,
body.al-site-rebirth h2,
body.al-site-rebirth h3,
body.al-site-rebirth h4,
body.al-site-rebirth h5,
body.al-site-rebirth h6,
body.al-site-rebirth th,
body.al-site-rebirth td {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
body.al-site-rebirth .header-search-form {
  padding: 0;
  background: transparent;
}
body.al-site-rebirth .al-hdr-search-more.more {
  color: #A9A9A9;
  float: right;
  padding: 0;
  display: block;
}
body.al-site-rebirth .header-search-form .row-input input {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
body.al-site-rebirth .header-search-form .current select,
body.al-site-rebirth .header-search-form .row-input input,
body.al-site-rebirth .header-search-form .row-select select {
  font-family: Fira Sans;
  font-size: 14px;
}
body.al-site-rebirth .header-search-form.mobilesimple .search-btn,
body.al-site-rebirth .header-search-form .search-btn {
  display: block;
  position: static;
  width: 100% !important;
  border-radius: 4px;
}
body.al-site-rebirth .header-search-form .row-input .input-popup li,
body.al-site-rebirth .header-search-form .row-input input {
  padding: 10px;
}
/*
body{
	a, 
	a:link {
		color: inherit;
		text-decoration: none;
	}
}
*/
/*** 
 * Breadcrumbs
 */
#take_over_wrapper .breadcrumb {
  padding: 0;
  position: relative;
  /*z-index: 10;*/
}
#take_over_wrapper .breadcrumb .crumbs {
  padding: 8px 0;
  line-height: 32px;
}
#take_over_wrapper .breadcrumb.is-transparent {
  background: transparent;
}
#take_over_wrapper .breadcrumb.is-transparent .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#take_over_wrapper .breadcrumb.is-transparent a {
  transition: all ease-in-out 300ms;
  color: #fff;
}
#take_over_wrapper .breadcrumb.is-transparent a:hover {
  color: #5DC2E5;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  color: #313133;
  -webkit-overflow-scrolling: touch;
}
main {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
label {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  color: inherit;
}
th,
td {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
figure {
  margin: 0;
}
textarea,
input,
button,
select,
option {
  font-size: 14px;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:29:32 PM
    Author     : mv
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
.trans {
  background: transparent;
  border: 0;
}
.scroll-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .invisible-md {
    display: none;
  }
}
/*** BLOCK ***/
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.invisible {
  display: none !important;
}
/*** FLEX ***/
.flex {
  display: flex;
  width: 100%;
}
.flex .flex-grow {
  flex-grow: 1;
}
.vm {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*** ***/
.p-relative {
  position: relative;
}
/*** FLOATS ***/
.fl,
.pull-left {
  float: left;
}
.fr,
.pull-right {
  float: right;
}
.fn {
  float: none;
}
/*** IMAGE ***/
.of-contain {
  object-fit: contain;
}
.of-cover {
  object-fit: cover;
}
.img-rounded {
  border-radius: 1000px;
}
.img-32 {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.img-64 {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.img-72 {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.img-128 {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.img-180 {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
/*** TEXT ***/
.uppercase,
.text-uppercase {
  text-transform: uppercase;
}
.lowercase,
.text-lowercase {
  text-transform: lowercase;
}
.bold,
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs-xs {
  font-size: 10px;
}
.fs-sm {
  font-size: 12px;
}
.fs-md {
  font-size: 14px;
}
.fs-lg {
  font-size: 18px;
}
.fs-xl {
  font-size: 24px;
}
.fs-16 {
  font-size: 16px;
}
.fw-500 {
  font-weight: 500;
}
/*** SIZES ***/
.w-full {
  width: 100%;
}
.w-100 {
  width: 100px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
/*** BORDER ***/
.ba {
  border: 1px solid #E3E3E3;
}
.bt {
  border-top: 1px solid #E3E3E3;
}
.bb {
  border-bottom: 1px solid #E3E3E3;
}
.bl {
  border-left: 1px solid #E3E3E3;
}
.br {
  border-right: 1px solid #E3E3E3;
}
/*** PADDING AND MARGINS ***/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px {
  padding-left: 8px;
  padding-right: 8px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa-0 {
  padding: 0px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-3 {
  padding: 24px;
}
.pa-4 {
  padding: 32px;
}
.pa-5 {
  padding: 40px;
}
.pa-6 {
  padding: 48px;
}
.pa-7 {
  padding: 56px;
}
.pa-8 {
  padding: 64px;
}
.pt-0 {
  padding-top: 0px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-5 {
  padding-top: 40px;
}
.pt-6 {
  padding-top: 48px;
}
.pt-7 {
  padding-top: 56px;
}
.pt-8 {
  padding-top: 64px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-5 {
  padding-bottom: 40px;
}
.pb-6 {
  padding-bottom: 48px;
}
.pb-7 {
  padding-bottom: 56px;
}
.pb-8 {
  padding-bottom: 64px;
}
.pr-0 {
  padding-right: 0px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-3 {
  padding-right: 24px;
}
.pr-4 {
  padding-right: 32px;
}
.pr-5 {
  padding-right: 40px;
}
.pr-6 {
  padding-right: 48px;
}
.pr-7 {
  padding-right: 56px;
}
.pr-8 {
  padding-right: 64px;
}
.pl-0 {
  padding-left: 0px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-3 {
  padding-left: 24px;
}
.pl-4 {
  padding-left: 32px;
}
.pl-5 {
  padding-left: 40px;
}
.pl-6 {
  padding-left: 48px;
}
.pl-7 {
  padding-left: 56px;
}
.pl-8 {
  padding-left: 64px;
}
.ma-0 {
  margin: 0px;
}
.ma {
  margin: 8px;
}
.ma-2 {
  margin: 16px;
}
.ma-3 {
  margin: 24px;
}
.ma-4 {
  margin: 32px;
}
.ma-5 {
  margin: 40px;
}
.ma-6 {
  margin: 48px;
}
.ma-7 {
  margin: 56px;
}
.ma-8 {
  margin: 64px;
}
.mt-0 {
  margin-top: 0px;
}
.mt {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.mt-6 {
  margin-top: 48px;
}
.mt-7 {
  margin-top: 56px;
}
.mt-8 {
  margin-top: 64px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 48px;
}
.mb-7 {
  margin-bottom: 56px;
}
.mb-8 {
  margin-bottom: 64px;
}
.mr-0 {
  margin-right: 0px;
}
.mr {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 32px;
}
.mr-5 {
  margin-right: 40px;
}
.mr-6 {
  margin-right: 48px;
}
.mr-7 {
  margin-right: 56px;
}
.mr-8 {
  margin-right: 64px;
}
.ml-0 {
  margin-left: 0px;
}
.ml {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-3 {
  margin-left: 24px;
}
.ml-4 {
  margin-left: 32px;
}
.ml-5 {
  margin-left: 40px;
}
.ml-6 {
  margin-left: 48px;
}
.ml-7 {
  margin-left: 56px;
}
.ml-8 {
  margin-left: 64px;
}
@media only screen and (min-width: 769px) {
  .pa-0-md {
    padding: 0px;
  }
  .pa-md {
    padding: 8px;
  }
  .pa-2-md {
    padding: 16px;
  }
  .pa-3-md {
    padding: 24px;
  }
  .pa-4-md {
    padding: 32px;
  }
  .pa-5-md {
    padding: 40px;
  }
  .pa-6-md {
    padding: 48px;
  }
  .pa-7-md {
    padding: 56px;
  }
  .pa-8-md {
    padding: 64px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pt-md {
    padding-top: 8px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pt-3-md {
    padding-top: 24px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pt-5-md {
    padding-top: 40px;
  }
  .pt-6-md {
    padding-top: 48px;
  }
  .pt-7-md {
    padding-top: 56px;
  }
  .pt-8-md {
    padding-top: 64px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pb-md {
    padding-bottom: 8px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .pb-3-md {
    padding-bottom: 24px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .pb-5-md {
    padding-bottom: 40px;
  }
  .pb-6-md {
    padding-bottom: 48px;
  }
  .pb-7-md {
    padding-bottom: 56px;
  }
  .pb-8-md {
    padding-bottom: 64px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pr-md {
    padding-right: 8px;
  }
  .pr-2-md {
    padding-right: 16px;
  }
  .pr-3-md {
    padding-right: 24px;
  }
  .pr-4-md {
    padding-right: 32px;
  }
  .pr-5-md {
    padding-right: 40px;
  }
  .pr-6-md {
    padding-right: 48px;
  }
  .pr-7-md {
    padding-right: 56px;
  }
  .pr-8-md {
    padding-right: 64px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .pl-md {
    padding-left: 8px;
  }
  .pl-2-md {
    padding-left: 16px;
  }
  .pl-3-md {
    padding-left: 24px;
  }
  .pl-4-md {
    padding-left: 32px;
  }
  .pl-5-md {
    padding-left: 40px;
  }
  .pl-6-md {
    padding-left: 48px;
  }
  .pl-7-md {
    padding-left: 56px;
  }
  .pl-8-md {
    padding-left: 64px;
  }
  .ma-0-md {
    margin: 0px;
  }
  .ma-md {
    margin: 8px;
  }
  .ma-2-md {
    margin: 16px;
  }
  .ma-3-md {
    margin: 24px;
  }
  .ma-4-md {
    margin: 32px;
  }
  .ma-5-md {
    margin: 40px;
  }
  .ma-6-md {
    margin: 48px;
  }
  .ma-7-md {
    margin: 56px;
  }
  .ma-8-md {
    margin: 64px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mt-md {
    margin-top: 8px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mt-3-md {
    margin-top: 24px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mt-5-md {
    margin-top: 40px;
  }
  .mt-6-md {
    margin-top: 48px;
  }
  .mt-7-md {
    margin-top: 56px;
  }
  .mt-8-md {
    margin-top: 64px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .mb-md {
    margin-bottom: 8px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .mb-3-md {
    margin-bottom: 24px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .mb-5-md {
    margin-bottom: 40px;
  }
  .mb-6-md {
    margin-bottom: 48px;
  }
  .mb-7-md {
    margin-bottom: 56px;
  }
  .mb-8-md {
    margin-bottom: 64px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mr-md {
    margin-right: 8px;
  }
  .mr-2-md {
    margin-right: 16px;
  }
  .mr-3-md {
    margin-right: 24px;
  }
  .mr-4-md {
    margin-right: 32px;
  }
  .mr-5-md {
    margin-right: 40px;
  }
  .mr-6-md {
    margin-right: 48px;
  }
  .mr-7-md {
    margin-right: 56px;
  }
  .mr-8-md {
    margin-right: 64px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .ml-md {
    margin-left: 8px;
  }
  .ml-2-md {
    margin-left: 16px;
  }
  .ml-3-md {
    margin-left: 24px;
  }
  .ml-4-md {
    margin-left: 32px;
  }
  .ml-5-md {
    margin-left: 40px;
  }
  .ml-6-md {
    margin-left: 48px;
  }
  .ml-7-md {
    margin-left: 56px;
  }
  .ml-8-md {
    margin-left: 64px;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
/*** COLORS ***/
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.color-black {
  color: black;
}
.bg-black {
  background-color: black;
}
.color-text-faded {
  color: #A9A9A9;
}
.bg-text-faded {
  background-color: #A9A9A9;
}
.color-dark {
  color: #534A3D;
}
.bg-dark {
  background-color: #534A3D;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2019, 3:36:39 PM
    Author     : mv
*/
.addthis_toolbox.addthis_32x32_style span.al-icn.is-40 {
  line-height: 38px;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-slider:hover .slick-arrow {
  opacity: .5;
}
.slick-slider:hover .slick-arrow:hover {
  opacity: 1;
}
.slick-arrow-shadow {
  width: 180px;
}
.slick-arrow-shadow .al-icn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.slick-arrow-shadow.slick-prev {
  text-align: left;
  background: linear-gradient(90deg, #3B343B 0%, rgba(59, 52, 59, 0) 100%);
}
.slick-arrow-shadow.slick-prev .al-icn {
  left: 0;
  transform: rotate(180deg);
}
.slick-arrow-shadow.slick-next {
  text-align: right;
  background: linear-gradient(270deg, #3B343B 0%, rgba(59, 52, 59, 0) 100%);
}
.slick-arrow-shadow.slick-next .al-icn {
  right: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 23, 2019, 6:28:02 PM
    Author     : mv
*/
/* Titles */
.t-tt-48 {
  font-size: 48px;
  font-weight: normal;
  line-height: 54px;
}
.t-tt-32 {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
}
.t-tt-24b {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.t-tt-22 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
}
.t-tt-20b {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.t-tt-18b {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.t-tt-14b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
/* Body */
.t-bd-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.t-bd-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.t-bd-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
/* Small */
.t-sm-12 {
  font-size: 12px;
  line-height: 20px;
}
.t-sm-12b {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.t-sm-12i {
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
}
a.a-primary {
  color: #5DC2E5;
  transition: all ease-in-out 300ms;
}
a.a-primary:hover {
  color: #31b1de;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 16, 2019, 10:24:33 AM
    Author     : mv
*/
.al-billboard-wrapper {
  text-align: center;
}
.latest_ads .middle_banner {
  text-align: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 30, 2019, 3:53:32 PM
    Author     : mv
*/
.al-flex-row {
  display: flex;
  width: 100%;
}
.al-flex-col {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 8px;
  min-width: 0;
  /* Workaround for using white-space:nowrap in items */
}
.al-flex-col.is-1 {
  flex-grow: 1;
}
.al-flex-col.is-2 {
  flex-grow: 2;
}
.al-flex-col.is-3 {
  flex-grow: 3;
}
.al-flex-col.is-4 {
  flex-grow: 4;
}
.al-flex-col.is-5 {
  flex-grow: 5;
}
.al-flex-col.is-6 {
  flex-grow: 6;
}
.al-flex-col.is-7 {
  flex-grow: 7;
}
.al-flex-col.is-8 {
  flex-grow: 8;
}
.al-flex-col.is-9 {
  flex-grow: 9;
}
.al-flex-col.is-10 {
  flex-grow: 10;
}
.al-flex-col.is-11 {
  flex-grow: 11;
}
.al-flex-col.is-12 {
  flex-grow: 12;
}
.al-flex-col:first-child {
  margin-left: 0;
}
.al-flex-col:last-child {
  margin-right: 0;
}
.al-flex-row-d {
  display: flex;
  width: 100%;
}
.al-flex-col-d {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 8px;
}
.al-flex-col-d.is-1 {
  flex-grow: 1;
}
.al-flex-col-d.is-2 {
  flex-grow: 2;
}
.al-flex-col-d.is-3 {
  flex-grow: 3;
}
.al-flex-col-d.is-4 {
  flex-grow: 4;
}
.al-flex-col-d.is-5 {
  flex-grow: 5;
}
.al-flex-col-d.is-6 {
  flex-grow: 6;
}
.al-flex-col-d.is-7 {
  flex-grow: 7;
}
.al-flex-col-d.is-8 {
  flex-grow: 8;
}
.al-flex-col-d.is-9 {
  flex-grow: 9;
}
.al-flex-col-d.is-10 {
  flex-grow: 10;
}
.al-flex-col-d.is-11 {
  flex-grow: 11;
}
.al-flex-col-d.is-12 {
  flex-grow: 12;
}
.al-flex-col-d:first-child {
  margin-left: 0;
}
.al-flex-col-d:last-child {
  margin-right: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 26, 2019, 12:00:19 PM
    Author     : mv
*/
.al-grid {
  display: grid;
  /*	& > *{
		min-width: 0;   Workaround for using white-space:nowrap in items 
	}*/
}
.al-grid.gap-10 {
  grid-gap: 10px;
}
.al-grid.gap-20 {
  grid-gap: 20px;
}
@media only screen and (min-width: 769px) {
  .al-grid.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .al-grid.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .al-grid.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .al-grid.column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .al-grid.column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*
    Created on : May 30, 2019, 3:56:04 PM
    Author     : fpereira
*/
.al-separator {
  margin: 16px 0;
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
  color: #A9A9A9;
  height: 1px;
}
.al-separator-text {
  background: #fff;
  position: relative;
  top: -8px;
  padding: 0 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 29, 2019, 4:11:01 PM
    Author     : mv
*/
.al-icn {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
.al-icn.is-border {
  border: 1px solid currentColor;
  line-height: 30px;
  border-radius: 100px;
  font-size: 20px;
}
.al-icn.is-16 {
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 6px;
}
.al-icn.is-16.is-border {
  font-size: 8px;
}
.al-icn.is-20 {
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 10px;
}
.al-icn.is-20.is-border {
  font-size: 10px;
}
.al-icn.is-24 {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
}
.al-icn.is-24.is-border {
  font-size: 12px;
}
.al-icn.is-32 {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 22px;
}
.al-icn.is-32.is-border {
  font-size: 16px;
}
.al-icn.is-40 {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 30px;
}
.al-icn.is-40.is-border {
  font-size: 20px;
}
.al-icn.is-48 {
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 38px;
}
.al-icn.is-48.is-border {
  font-size: 24px;
}
.al-icn.is-color {
  color: #5DC2E5;
}
.al-icn.is-color.fa-facebook-f {
  color: #33568E;
}
.al-icn.is-color.fa-twitter {
  color: #39A0CD;
}
.al-icn.is-color.fa-whatsapp {
  color: #51CA5F;
}
.al-icn.is-color.fa-envelope-o {
  color: #DC4E41;
}
.al-icn.is-color.fa-instagram {
  color: #D62976;
}
svg.al-icn {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 17, 2019, 6:21:51 PM
    Author     : mv
*/
.al-notif-msg {
  display: block;
  padding: 16px;
  border: 4px;
  margin-bottom: 8px;
  background-color: #F4F4F4;
  text-align: left;
}
.al-notif-msg-img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 16px;
  background: #ddd;
}
.al-notif-msg-name {
  font-size: 16px;
}
.al-notif-msg-date {
  font-size: 12px;
  color: #999999;
}
.al-notif-msg-total {
  float: right;
  margin-top: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 2, 2019, 12:22:42 PM
    Author     : mv
*/
.al-badge {
  border-radius: 12px;
  background-color: #5DC2E5;
  color: #fff;
  line-height: 24px;
  padding: 0 12px;
  font-weight: bold;
  font-size: 14px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 26, 2019, 12:24:23 PM
    Author     : mv
*/
.al-dark-text-block {
  box-sizing: border-box;
}
.al-dark-text-block * {
  box-sizing: inherit;
}
.al-dark-text-block .al-btn {
  width: 200px;
}
.al-dark-text-block h2 {
  font-size: 20px;
}
/*
    Created on : Jun 26, 2019, 3:38:21 PM
    Author     : mv
*/
.al-title-list {
  font-weight: bold;
  font-size: 14px;
}
.al-title-item {
  font-weight: bold;
  font-size: 18px;
}
.al-title-section {
  font-weight: bold;
  font-size: 24px;
}
.al-txt {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #313133;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 11:39:18 AM
    Author     : mv
*/
.al-btn-grouped {
  display: flex;
  width: 100%;
}
.al-btn-grouped .al-btn {
  flex-grow: 1;
  margin: 0 8px;
}
.al-btn-grouped .al-btn:first-child {
  margin-left: 0;
}
.al-btn-grouped .al-btn:last-child {
  margin-right: 0;
}
.round_btn,
.al-btn {
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  background: transparent;
  border: 1px solid #313133;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 9px 16px;
  color: #313133;
  text-decoration: none;
  line-height: 20px;
  height: 40px;
  vertical-align: middle;
  /* Size */
}
.round_btn *,
.al-btn * {
  box-sizing: inherit;
}
.round_btn.big,
.al-btn.big,
.round_btn.giant,
.al-btn.giant {
  padding: 17px 16px;
  height: 56px;
}
.round_btn.small,
.al-btn.small {
  font-size: 12px;
  line-height: 22px;
  padding: 5px 16px;
  height: 32px;
}
.round_btn.block,
.al-btn.block,
.round_btn.d-block,
.al-btn.d-block {
  display: block;
  width: 100%;
}
.round_btn:hover,
.al-btn:hover {
  cursor: pointer;
}
.round_btn[disabled],
.al-btn[disabled] {
  opacity: 0.3;
  transition: none !important;
}
.round_btn[disabled]:hover,
.al-btn[disabled]:hover {
  cursor: default;
}
/* Color */
.round_btn,
.al-btn.primary {
  background: #5DC2E5;
  border-color: #5DC2E5;
  color: #fff;
}
.round_btn:not([disabled]),
.al-btn.primary:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.round_btn:not([disabled]):hover,
.al-btn.primary:not([disabled]):hover {
  border-color: #31b1de;
}
.round_btn:not([disabled]):hover,
.al-btn.primary:not([disabled]):hover {
  background-color: #31b1de;
}
.round_btn:not([disabled]):active,
.al-btn.primary:not([disabled]):active {
  background-color: #1e95be;
}
.round_btn:not([disabled]):active,
.al-btn.primary:not([disabled]):active {
  border-color: #1e95be;
}
.round_btn.ghost,
.al-btn.primary.ghost {
  background: transparent;
  border-color: #5DC2E5;
  color: #5DC2E5;
}
.round_btn.ghost:not([disabled]),
.al-btn.primary.ghost:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.round_btn.ghost:not([disabled]):hover,
.al-btn.primary.ghost:not([disabled]):hover {
  color: #fff;
}
.al-btn.secondary {
  background: #F3785F;
  border-color: #F3785F;
  color: #fff;
}
.al-btn.secondary:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.secondary:not([disabled]):hover {
  border-color: #f05839;
}
.al-btn.secondary:not([disabled]):hover {
  background-color: #f05839;
}
.al-btn.secondary:not([disabled]):active {
  background-color: #ed3813;
}
.al-btn.secondary:not([disabled]):active {
  border-color: #ed3813;
}
.al-btn.secondary.ghost {
  background: transparent;
  border-color: #F3785F;
  color: #F3785F;
}
.al-btn.secondary.ghost:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.secondary.ghost:not([disabled]):hover {
  color: #fff;
}
.al-btn.white {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: white;
  border-color: white;
}
.al-btn.white:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.white:not([disabled]):hover {
  border-color: #f2f2f2;
}
.al-btn.white:not([disabled]):hover {
  background-color: #f2f2f2;
}
.al-btn.white:not([disabled]):active {
  background-color: #cccccc;
}
.al-btn.white:not([disabled]):active {
  border-color: #cccccc;
}
.al-btn.white.ghost {
  background: transparent;
  border-color: white;
  color: white;
}
.al-btn.white.ghost:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.white.ghost:not([disabled]):hover {
  color: #534A3D;
}
.al-btn.dark {
  background: #534A3D;
  border-color: #534A3D;
  color: #fff;
}
.al-btn.dark:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.dark:not([disabled]):hover {
  border-color: #706453;
}
.al-btn.dark:not([disabled]):hover {
  background-color: #706453;
}
.al-btn.dark:not([disabled]):active {
  background-color: #000000;
}
.al-btn.dark:not([disabled]):active {
  border-color: #000000;
}
.al-btn.dark.ghost {
  background: transparent;
  border-color: #534A3D;
  color: #534A3D;
}
.al-btn.dark.ghost:not([disabled]) {
  transition: all ease-in-out 300ms;
}
.al-btn.dark.ghost:not([disabled]):hover {
  color: white;
}
/* SOCIAL */
.al-btn.social-fb,
.al-btn.social-google {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 6px;
  padding-right: 40px;
  text-align: left;
}
.al-btn.social-fb .fa,
.al-btn.social-google .fa {
  padding-right: 10px;
  font-size: 18px;
}
.al-btn.social-fb {
  background: #3C5A99;
  border-color: #3C5A99;
  transition: all ease-in-out 300ms;
}
.al-btn.social-fb:hover {
  background-color: #2B4A7A;
}
.al-btn.social-google {
  background: #dc3e41;
  border-color: #dc3e41;
  transition: all ease-in-out 300ms;
}
.al-btn.social-google:hover {
  background-color: #CF3D20;
}
.al-btn .al-icn.fa {
  line-height: inherit;
  font-size: 18px;
  width: auto;
  height: auto;
  margin-right: 8px;
}
.al-btn svg.al-icn {
  margin-top: -6px;
  margin-right: 8px;
  vertical-align: top;
}
.al-btn svg.al-icn.is-24 {
  margin-top: -3px;
}
.al-btn.small svg.al-icn {
  width: 24px;
  height: 24px;
  margin-top: -1px;
}
.al-btn-border {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  /*&.dark{*/
  color: #534A3D;
  /*}*/
}
.al-btn-border:hover {
  color: #5DC2E5;
}
.al-btn-border:active {
  color: #31b1de;
}
/**************************
 * SPECIAL BUTTONS
 */
.al-btn-border.is-fav-off {
  color: #534A3D;
}
.al-btn-border.is-fav-off:hover {
  color: #FF2B5A;
}
.al-btn-border.is-fav-off:active {
  color: #FF2B5A;
}
.al-btn-border.is-fav-on {
  color: #FF2B5A;
}
.al-btn-border.is-fav-on:hover {
  color: #534A3D;
}
.al-btn-border.is-fav-on:active {
  color: #534A3D;
}
/**************************
 * 
 */
.al-btn-transp {
  background: none;
  border: 0;
  cursor: pointer;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 25, 2019, 4:40:47 PM
    Author     : mv
*/
.al-stickybar {
  box-sizing: border-box;
  transition: top ease-in-out 500ms;
  transition-delay: 300ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  top: -200px;
}
.al-stickybar * {
  box-sizing: inherit;
}
.al-stickybar.is-shown {
  top: 0;
  transition-delay: 0;
}
.al-stickybar-img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.al-stickybar-right {
  white-space: nowrap;
  padding-top: 4px;
  margin-left: 32px;
}
.al-stickybar-right .al-btn {
  min-width: 120px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 25, 2019, 5:48:41 PM
    Author     : mv
*/
.al-pedigree {
  width: 100%;
  background-color: #DBF3FF;
  border-collapse: collapse;
}
.al-pedigree td {
  height: 28px;
  padding: 16px 8px;
  width: 50%;
  border: 2px solid #fff;
}
.al-pedigree td.sire {
  background-color: #DBF3FF;
}
.al-pedigree td.dam {
  background-color: #FEE5E8;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 29, 2019, 2:13:30 PM
    Author     : mv
*/
.al-link-block {
  position: relative;
}
.al-link-block-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 29, 2019, 5:12:39 PM
    Author     : mv
*/
.al-modal {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
  z-index: 5000;
  background-color: #EEEEEE;
  display: none;
}
.al-modal * {
  box-sizing: inherit;
}
.al-modal.is-shown {
  display: block;
}
.al-modal-header {
  position: fixed;
  z-index: 5010;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  height: 48px;
}
.al-modal-tit {
  padding: 4px 0;
}
.al-modal-body {
  position: absolute;
  z-index: 5001;
  padding-top: 48px;
  padding-bottom: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.al-modal-bodyheader {
  background: #fff;
  padding: 16px;
}
.al-modal-content {
  padding: 16px;
}
.al-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5010;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 16px;
}
/*
    Created on : Jun 25, 2019, 11:22:17 AM
    Author     : mv
*/
body.page-posts #take_over_wrapper .breadcrumb {
  /*padding: 0;*/
}
body.page-post-detail .al-pst-hdr-crumbs {
  margin-bottom: 32px;
}
.al-pst-featured {
  position: absolute;
  right: -4px;
  top: 16px;
  background: #F3785F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 16px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
}
/*
    Created on : Jun 25, 2019, 10:11:29 AM
    Author     : mv
*/
.al-pst-hdr {
  box-sizing: border-box;
  position: relative;
  background: no-repeat;
  background-position: center;
  background-size: cover;
}
.al-pst-hdr * {
  box-sizing: inherit;
}
.al-pst-hdr:after {
  background: linear-gradient(90deg, #534A3D, transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.al-pst-hdr a {
  position: relative;
  z-index: 2;
  transition: all ease-in-out 300ms;
}
.al-pst-hdr a:hover {
  color: #5DC2E5;
}
.al-pst-hdr-crumbs a:hover {
  color: #5DC2E5;
}
.al-pst-search-form {
  box-sizing: border-box;
}
.al-pst-search-form * {
  box-sizing: inherit;
}
.al-pst-hdr-txt,
.al-pst-hdr-title {
  position: relative;
  z-index: 2;
  color: white;
}
.al-pst-hdr-title {
  padding: 118px 0 32px 80px;
}
.al-pst-hdr-txt {
  display: none;
}
.al-pst-hdr-tags {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.al-pst-hdr-tags .al-pst-tag {
  margin-bottom: 8px;
}
.al-pst-hdr-tags .al-pst-tag.is-hidden {
  display: none;
}
.al-pst-hdr-tags.is-open .al-pst-tag {
  display: inline-block;
}
body.page-posts #page {
  margin: 0;
  width: auto;
}
.al-pst-hdr {
  height: 400px;
}
.al-pst-hdr.is-level-1 {
  height: 320px;
}
.al-pst-hdr.is-level-1 .al-pst-hdr-title {
  padding-bottom: 8px;
  padding-left: 0;
}
.al-pst-hdr.is-level-1 .al-pst-hdr-txt {
  padding-left: 0;
}
.al-pst-hdr.is-level-2 {
  height: auto;
  background: #fff;
}
.al-pst-hdr.is-level-2:after {
  display: none;
}
.al-pst-hdr.is-level-2 .al-pst-hdr-title {
  color: #313133;
  padding: 76px 0 56px;
}
.al-pst-hdr-title,
.al-pst-hdr-txt {
  max-width: 644px;
  padding-left: 80px;
}
/*	.al-pst-hdr-title{
		padding-top: 150px;
	}*/
.al-pst-hdr-txt {
  display: block;
}
/*
    Created on : Jun 25, 2019, 10:11:29 AM
    Author     : mv
*/
.al-pst-hglt {
  box-sizing: border-box;
  color: #313133;
  transition: all ease-in-out 300ms;
  border: 1px solid #E3E3E3;
}
.al-pst-hglt * {
  box-sizing: inherit;
}
.al-pst-hglt:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.al-pst-hglt-hdr {
  display: block;
  position: relative;
}
.al-pst-hglt-hdr img {
  width: 100%;
  height: 195px;
  display: block;
  object-fit: cover;
}
.al-pst-hglt-ftr {
  padding: 16px;
}
/*
    Created on : Jun 25, 2019, 10:11:29 AM
    Author     : mv
*/
/* Strip list */
.al-pst-strlst {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  border: 1px solid #E3E3E3;
  transition: all ease-in-out 300ms;
}
.al-pst-strlst * {
  box-sizing: inherit;
}
.al-pst-strlst:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.al-pst-strlst-left {
  /*float:left;*/
  /*margin-right: 8px;*/
}
.al-pst-strlst-img {
  width: 116px;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-pst-hglt-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  color: #fff;
}
.al-pst-strlst {
  flex-direction: row-reverse;
}
.al-pst-strlst-right {
  padding: 22px 16px;
  width: 400px;
}
.al-pst-strlst-img {
  width: 580px;
  height: 315px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2019, 11:54:59 AM
    Author     : mv
*/
.al-pst-promo {
  box-sizing: border-box;
}
.al-pst-promo * {
  box-sizing: inherit;
}
.al-pst-promo:before,
.al-pst-promo:after {
  content: " ";
  display: table;
}
.al-pst-promo:after {
  clear: both;
}
.al-pst-promo:before,
.al-pst-promo:after {
  content: " ";
  display: table;
}
.al-pst-promo:after {
  clear: both;
}
.al-pst-promo-img {
  object-fit: cover;
}
.al-pst-promo-ftr {
  padding: 16px;
}
.al-pst-promo {
  height: 570px;
  padding: 48px 0;
  width: 100%;
}
.al-pst-promo .al-pst-title {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 54px;
  font-weight: normal;
}
.al-pst-promo .al-pst-txt {
  margin-bottom: 24px;
}
.al-pst-promo.is-left .al-pst-promo-ftr,
.al-pst-promo.is-left .al-pst-promo-hdr {
  float: right;
}
.al-pst-promo.is-left .al-pst-promo-img {
  left: 0;
}
.al-pst-promo.is-right .al-pst-promo-ftr,
.al-pst-promo.is-right .al-pst-promo-hdr {
  float: left;
}
.al-pst-promo.is-right .al-pst-promo-img {
  right: 0;
}
.al-pst-promo-ftr {
  padding: 84px;
  width: 580px;
}
.al-pst-promo-hdr {
  min-height: 1px;
  width: calc(100% - 580px);
}
.al-pst-promo-img {
  width: 900px;
  width: 50vw;
  height: 570px;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2019, 10:11:29 AM
    Author     : mv
*/
.al-pst-itag {
  display: inline-block;
  color: #F3785F;
  text-transform: uppercase;
  /*margin-bottom: 8px;*/
  font-size: 12px;
  font-weight: normal;
  font-size: 14px;
}
.al-pst-tag {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 8px;
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
}
.al-pst-tag * {
  box-sizing: inherit;
}
.al-pst-tag.is-main {
  color: #F3785F;
  border: 1px solid currentColor;
  text-transform: uppercase;
  background: #fff;
}
.al-pst-tag.is-outline {
  border: 1px solid currentColor;
  background: transparent;
}
.al-psttag-list {
  box-sizing: border-box;
  display: block;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
.al-psttag-list * {
  box-sizing: inherit;
}
.al-psttag-list:after {
  background: linear-gradient(90deg, #534A3D, transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.al-psttag-list-txt {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  height: 117px;
  padding: 8px 16px;
  text-transform: uppercase;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2019, 3:07:23 PM
    Author     : mv
*/
.al-author-detail {
  box-sizing: border-box;
  padding: 32px 0;
}
.al-author-detail * {
  box-sizing: inherit;
}
.al-author-detail-fig {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  padding: 4px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}
.al-author-detail-img {
  width: 132px;
  height: 132px;
  border-radius: 66px;
  object-fit: cover;
  display: block;
  /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.26);*/
}
.al-author-detail-txt {
  font-size: 16px;
  line-height: 26px;
}
.al-author-bar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  /*border-style: solid;*/
  border-color: #E3E3E3;
  border-width: 1px 0;
  padding: 16px 0;
  line-height: 22px;
}
.al-author-bar * {
  box-sizing: inherit;
}
.al-author-bar-img {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  border: 1px solid #E3E3E3;
  padding: 2px;
  margin-right: 16px;
}
.al-author-bar.is-small {
  padding: 0;
  font-size: 12px;
  line-height: 32px;
}
.al-author-bar.is-small .al-author-bar-img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2019, 3:20:07 PM
    Author     : mv
*/
.al-pst-detail {
  box-sizing: border-box;
}
.al-pst-detail * {
  box-sizing: inherit;
}
.al-pst-detail .al-pst-itag {
  font-size: 16px;
  margin-bottom: 0;
}
.al-pst-detail .al-pst-txt img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.al-pst-detail .al-pst-txt iframe {
  max-width: 100%;
}
.al-pst-detail .al-pst-txt li {
  list-style: disc inside;
  margin-left: 16px;
}
.al-pst-detail-img {
  width: 100%;
  object-fit: cover;
  height: 430px;
}
.al-pst-detail-video {
  margin-bottom: 18px;
  margin-bottom: 40px;
}
.al-pst-detail-video object,
.al-pst-detail-video iframe,
.al-pst-detail-video embed {
  width: 100%;
  display: block;
  height: 235px;
  /*			width: 980px - ((980px - 645px) / 2);
			margin-left: -(980px - 645px) / 2;*/
  height: 400px;
}
.al-pst-detail {
  width: 645px;
  margin: 0 auto;
  padding-top: 78px;
}
/*	
	.al-pst-detail-fig{
		margin-left: -(980px - 645px) / 2;
	}
	*/
/*
@import '../pages/ad_detail/detail.less';
@import '../pages/ad_detail/photos.less';
@import '../pages/ad_detail/contact.less';
@import '../pages/ad_detail/textlinks.less';
*/
