h5#page_header {
  margin: 40px 0px;
  padding: 0px;
  color: #515151;
  text-transform: uppercase;
  font-size: 11pt;
}
article#document h3 {
  color: gray;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 25pt;
}
.page_decoration {
  text-align: left;
  font-weight: 700;
  margin: 15px 0px;
}
.showDocuments .title {
  font-size: 27pt;
  margin-top: 40px;
}
aside.categories {
  background-color: white;
}
aside.categories .container {
  background-color: white;
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  width: 100%;
}
aside.categories .container >ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
aside.categories .container >ul >li {
  color: #515151;
  list-style: none;
  margin: 0px;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
}
aside.categories .container >ul >li.active {
  color: #66007f;
}
aside.categories .container >ul >li.active a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
aside.categories .container >ul >li a {
  color: #515151;
  font-weight: 400;
  position: relative;
}
aside.categories .container >ul >li a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
aside.categories .container >ul >li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #a5a5a5;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
aside.categories .container >ul::after {
  content: " ";
  clear: both;
  display: block;
}
aside.categories::after {
  content: " ";
  clear: both;
  display: block;
}
.pDocument {
  margin: 30px 0px;
}
.deco_image {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.deco_image img {
  width: 100%;
}
.widget-user-2 .nav-stacked li {
  padding: 10px 5px;
}
div.blockquote {
  display: table;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}
div.blockquote > div.wrap {
  margin: 0px auto;
  max-width: 600px;
  border-left: 3px solid #dcdcdc;
  padding-left: 15px;
  text-align: left;
}
.box-text {
  display: table;
  position: relative;
  width: 100%;
  background: #efefef;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-text .txt-header {
  min-height: 30px;
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  margin-right: 30px;
  text-align: center;
}
.box-text .txt-header >span {
  color: gray;
}
.box-text .txt-body {
  float: right;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.box-text .decoration {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.box-text .decoration span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%,#79A70A 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}
.box-text .decoration span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.box-text .decoration span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.box-text::after {
  clear: both;
  display: block;
  content: " ";
}
#masonry-conrainer .row-item {
  visibility: hidden;
}
#seven_step .arrow-bottom {
  width: 100%;
  text-align: center;
  display: table;
  color: #dcdcdc;
  padding: 10px;
}
#seven_step .row-item {
  position: relative;
  width: 100%;
  background: #efefef;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
#seven_step .row-item .txt-header {
  font-weight: 700;
  font-size: 10pt;
}
#seven_step .row-item .txt-body {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#seven_step .row-item .txt-body h4 {
  color: #337ab7;
  position: relative;
}
#seven_step .row-item .txt-body h4 span {
  position: relative;
}
#seven_step .row-item .txt-body h4 span::before {
  position: absolute;
  content: " ";
  height: 2px;
  width: 30px;
  left: 0px;
  bottom: -5px;
  background-image: -webkit-linear-gradient(left,#f0ad4e,#f0ad4e 50%,#f0ad4e);
  background-image: -o-linear-gradient(left,#f0ad4e,#f0ad4e 50%,#f0ad4e);
  background-image: linear-gradient(to right,#f0ad4e,#f0ad4e 50%,#f0ad4e);
}
#seven_step .row-item .txt-body h4 span::after {
  position: absolute;
  content: " ";
  height: 2px;
  width: calc(100% -30px);
  left: 30px;
  right: 0px;
  bottom: -5px;
  background-image: -webkit-linear-gradient(left,#1fa67a,#1fa67a 50%,#1fa67a);
  background-image: -o-linear-gradient(left,#1fa67a,#1fa67a 50%,#1fa67a);
  background-image: linear-gradient(to right,#1fa67a,#1fa67a 50%,#1fa67a);
}
#seven_step .row-item p {
  padding-top: 10px;
}
#seven_step .row-item::after {
  clear: both;
  display: block;
  content: " ";
}
.widget-compare {
  background-color: #f39c12;
}
.widget-compare .widget-compare-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-compare .widget-compare-header >.widget-insider {
  margin-left: 60px;
  color: white;
}
.widget-compare .widget-compare-header >.widget-insider h4 {
  color: white;
  font-size: 25px;
  font-weight: 300;
}
.widget-compare .widget-compare-header >.widget-insider h6 {
  color: white;
}
.widget-compare .box-footer {
  background-color: #efefef;
}
.widget-compare .box-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-compare .box-footer ul >li {
  list-style: none;
  padding: 10px 5px;
  border-bottom: 1px solid #dfdfdf;
}
#comp-document >.intro-comp {
  margin-bottom: 30px;
}
#comp-document >.intro-comp h1 {
  font-size: 22pt;
  margin-bottom: 20px;
}
#comp-document >.intro-comp p {
  font-size: 13pt;
}
.subGallery {
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1440px;
  min-height: 200px;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media only screen and (max-width: 768px) {
  .tableBox {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
  }
  .tableBox .rows {
    width: 100%;
    display: table;
    position: relative;
    box-sizing: border-box;
  }
  .tableBox .rows .cell {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .tableBox {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
  }
  .tableBox .rows {
    width: 100%;
    display: table;
    position: relative;
    box-sizing: border-box;
  }
  .tableBox .rows .cell {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .tableBox {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
  }
  .tableBox .rows {
    width: 100%;
    display: table;
    position: relative;
    box-sizing: border-box;
  }
  .tableBox .rows .cell {
    min-height: 300px;
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
    color: white;
    position: relative;
    vertical-align: top;
    overflow: auto;
    border: 5px solid white;
  }
  .tableBox .rows .cell .cell-inside {
    display: table;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.color-green {
  background-color: #8ca139;
}
.color-orange {
  background-color: #d7bb35;
}
.color-navy {
  background-color: #dc8823;
}
.color-glue {
  background-color: #cb6743;
}
#jobDescriptionInfo {
  background: white;
  color: black;
  width: 100%;
  text-align: center;
  padding: 15px;
}
#jobDescriptionInfo span {
  padding-right: 10px;
}
#timetable {
  width: 100%;
  min-height: 300px;
  text-align: center;
  position: relative;
}
#timetable .table-wrap {
  box-sizing: border-box;
  width: calc(100% - 120px);
  height: 100%;
  text-align: center;
  margin: 0px auto;
}
#timetable .table-wrap table {
  border-collapse: collapse;
  width: 100%;
}
#timetable .table-wrap table caption {
  text-align: center;
  background-color: #00a65a;
  color: white;
  font-weight: bold;
}
#timetable .table-wrap table thead > tr {
  background-color: #00a65a;
  color: white;
}
#timetable .btn-transeparent {
  display: block;
  background: none;
  border: none;
  position: absolute;
  top: 40%;
}
#timetable .btn-prev {
  left: 0px;
}
#timetable .btn-next {
  right: 0px;
}
