article .title-container {
  height: 40px;
  margin-top: 50px;
  position: relative;
  color: white;
  font-family: 'nilland-bold';
  display: flex;
}

article .title-container h3 {
  line-height: 40px;
  background-color: #57585C;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  width: 100%;
 }

.arrow-left {
  border-top: 20px solid #57585C;
  border-bottom: 20px solid #57585C;
  border-right: 20px solid transparent;
}

.arrow-top-right {
  position: absolute;
  margin-bottom: -26px;
  bottom: 0;
  height: 0;
  width: 0;
  left: 11px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3D3D3D;
  transform: rotate(-45deg);
}

article .main {
  margin-top: 10px;
  padding-left: 35px;

  /*typo Stuff*/
  width: auto;
  /* margin: 0;
  line-height: 2;
  padding-left: 5px;
  padding-right: 5px; */
  font-family: 'open-regular';
  font-size: 14px;
  color: #525759;
}

article .main .container-fluid ul {
  list-style-type: square;
  font-family: 'open-regular';
}

article .main  .container-fluid li{
  font-family: 'open-regular';
  font-size: 14px;
  color: #525759;
  line-height: 2;
}

article .main .title-container {
  height: auto;
  margin-top: 0;
}

article .main .title-container h4 {
  background-color: transparent;
  color: #FE5F4C;
  font-family: 'montserrat-medium';
  font-size: 25px;
  margin-bottom: 25px;
}

article .main .container-fluid {
  flex-direction: row;
}

article .main .container-fluid .container-grow {
  flex: 1;
  flex-direction: column;
}

article .main .container-fluid .container-grow p {
  width: auto;
  margin: 0;
  line-height: 2;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'open-regular';
  font-size: 14px;
  color: #525759;
}

article .main .container-fluid .container-grow ul {
  width: auto;
  margin: 0;
  line-height: 2;
  /* padding-left: 5px;
  padding-right: 5px; */
  font-family: 'open-regular';
  font-size: 14px;
  color: #525759;
}

article .main .container-fluid .container-grow h6 {
  padding: 5px;
  font-family: 'open-bold';
  font-size: 18px;
  color: #ff5e4c;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* article .main .container-fluid .container-grow .container-fluid {   height: 50px; } */

article .main .container-fluid .container-grow .container-fluid h4 {
  color: white;
  font-family: 'montserrat-light';
  font-size: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

article .main .container-fluid .container-grow .container-fluid h4>a {
  color: inherit;
  text-decoration: none;
}

article .main .container-fluid .container-grow .dot-container {
  display: flex;
  height: 50px;
  background-color: #57585C;
  align-items: center;
}

article .main .container-fluid .container-grow .dot-container .container {
  margin: auto;
  height: auto;
}

article .main .container-fluid .container-grow .dot-container .dot {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5.5px;
  background-color: white;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FE5F4C!important;
}

article .main .container-fluid .container-grow .container-fluid .slide-container {
  width: 100%;
  height: auto;
}

article .main .container-fluid .container-grow .container-fluid .slide-container .image-container {
  overflow: hidden;
  width: 100%;
  height: 354px;
  display: flex;
  background-color: #999999;
  align-items: center;
  position: relative;
}

article .main .container-fluid .container-grow .container-fluid .slide-container .slide {
  display: none;
}

article .main .container-fluid .container-grow .container-fluid .slide-container .first-slide {
  display: block;
}

article .main .container-fluid .container-grow .container-fluid .slide-container .slide img {
  width: 100%;
  position: absolute;
  top: 0;
  /* margin-top: auto;
  margin-bottom: auto; */
}

article .main .container-fluid .container-grow .container-fluid .slide-container .slide .container-fluid {
  background-color: #57585C;
  height: 55px;
  text-align: center;
  align-items: center;
}

article .main .container-fluid .container-grow .container-fluid .slide-container .slide p {
  background-color: #57585C;
  color: white;
  width: 95%;
  font-family: 'open-italic';
  font-size: 12px;
  line-height: 1;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

.pagination {
  margin: 30px auto auto auto;
}

.pagination p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-family: 'montserrat-bold';
  color: #525355;
  font-size: 20px;
}

.pagination .pagination-container {
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
  display: inline-block;
}

.pagination .carret-2-left-bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #D1D1D1;
}

.pagination .carret-2-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #D1D1D1;
}

.pagination .carret-left {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #D1D1D1;
}

.pagination .carret-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #D1D1D1;
}

.pagination .carret-2-right {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #D1D1D1;
}

.pagination .carret-2-right-bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #D1D1D1;
}

.pagination ul {
  list-style: none;
  margin: auto 15px auto 15px;
  display: inline-block;
  padding-left: 0;
  vertical-align: top;
}

.pagination ul li {
  color: #D1D1D1;
  display: inline-block;
}

.pagination li a {
  font-family: 'montserrat-light';
  color: #D1D1D1;
  text-decoration: none;
}

.selected-page {
  font-family: 'montserrat-bold' !important;
  font-size: 20px;
  color: #525355!important;
}

.table-container {
  display: flex;
  margin-top: 25px;
}

.table-container td, .table-container th {
  flex: 1;
  text-align: left;
  border-right: 2.5px solid white;
  border-left: 2.5px solid white;
}

.table-container .table-column {
  display: flex;
  flex-direction: column;
}

.table-container .table-master-column {
  flex-grow: 2.6;
}

.table-container .table-master-column tbody {
  display: block;
}

.table-container .date-column {
  flex-grow: 0.4;
  margin-left: 5px;
}

.table-container .description-column {
  flex-grow: 1;
  margin-left: 5px;
}

.table-container .table-column .table-element {
  display: flex;
  flex-grow: 1;
  margin-top: 5px;
}

.table-container .table-column .table-header {
  display: flex;
  flex-grow: 1;
  margin-top: 5px;
}

.table-container .table-column .table-header h6 {
  margin-top: auto;
  margin-left: 10px;
  margin-bottom: auto;
  height: auto;
  font-family: 'montserrat-regular';
  font-size: 12px;
  color: white;
  width: auto;
}

.table-container .table-orange .table-header {
  background-color: #FC5D4D;
  margin-top: 0;
}

.table-container .table-grey .table-header {
  background-color: #57585C;
  margin-top: 0;
}

.table-container .table-column .table-element p {
  margin-left: 10px;
}

.table-container .table-column .table-element p, .table-container .table-column .table-element p a{
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  width: auto;
  font-family: 'open-regular';
  font-size: 15px;
  color: #545759;
  text-decoration: none;
}

.table-container .table-orange .table-element {
  background-color: #FED7D2;
}

.table-container .table-grey .table-element {
  background-color: #D5D5D5;
}

.table-container .table-grey .table-element p {
  font-size: 12px;
}

article .main .share-container {
  background-color: #F3F3F3;
  margin-top:25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

article .main .share-container .share-container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-right: 10px!important;
}

article .main .share-container .container-fluid {
  margin: auto;
  flex: 1;
}

article .main .share-container .container-fluid img {
  height: 22px;
  width: 22px;
}

article .main .share-container .container-fluid p {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: inline;
  margin-left: 10px;
  font-family: 'montserrat-medium';
  font-size: 13px;
}

article .main .share-container .socialnetwork-container {
  display: flex;
  margin: auto;
  width: 65%;
}

article .main .share-container .container {
  width: auto;
  display: flex;
}

article .main .share-container .socialnetwork-container img {
  height: 20px;
  margin-left: auto;
  width: auto;
}

article .main .share-container .socialnetwork-container .twitter-container {
  display: flex;
}

article .main .share-container .socialnetwork-container .twitter-container a {
  margin-right: 4px;
}

article .main .share-container .socialnetwork-container .facebook-container {
  display: flex;
  margin-right: 10px;
}

article .main .share-container .socialnetwork-container .facebook-container a {
	vertical-align: top;
  display: inline-block;
  height: 20px;
  margin-right: 4px;
}

article .main .share-container .socialnetwork-container .information-container {
  width: 325px;
  padding-right:35px;
  height: 70px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

article .main .share-container .socialnetwork-container .information-container p {
  margin-top: 0;
  text-align: center;
  margin-top: 10px;
}

article .main .share-container .socialnetwork-container .information-container a {
  text-align: center;
  width: 100%;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: 'montserrat-bold';
  color: #545759;
}
