@font-face {
  font-family: "DIN";
  src: url("../fonts/din-regular-webfont.eot?") format("eot"), url("../fonts/din-regular-webfont.woff") format("woff"), url("../fonts/din-regular-webfont.ttf") format("truetype"), url("../fonts/din-regular-webfont.svg#din-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Medium";
  src: url("../fonts/din-medium-webfont.eot?") format("eot"), url("../fonts/din-medium-webfont.woff") format("woff"), url("../fonts/din-medium-webfont.ttf") format("truetype"), url("../fonts/din-medium-webfont.svg#din-medium-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Bold";
  src: url("../fonts/din-bold-webfont.eot?") format("eot"), url("../fonts/din-bold-webfont.woff") format("woff"), url("../fonts/din-bold-webfont.ttf") format("truetype"), url("../fonts/din-bold-webfont.svg#din-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Light";
  src: url("../fonts/din-light-webfont.eot?") format("eot"), url("../fonts/din-light-webfont.woff") format("woff"), url("../fonts/din-light-webfont.ttf") format("truetype"), url("../fonts/din-light-webfont.svg#din-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
section .section-heading {
  background: transparent url('../frontend/images/separator.png') no-repeat bottom center;
  font-size: 40px;
  font-weight: 500;
  line-height: 2.0em;
  text-transform: uppercase;
}
section p.text-highlight {
  font-size: 20px;
  text-align: Center;
  margin-bottom: 30px;
}
section p.text-link {
  margn-top: -15px;
  margin-bottom: 20px;
}
.btn-tm {
  color: white;
  background-color: #ff0042;
  border-color: #ff0042;
}
.btn-tm:hover,
.btn-tm:focus,
.btn-tm:active,
.btn-tm.active,
.open .dropdown-toggle.btn-tm {
  color: white;
  background-color: #cc0035;
  border-color: #c20032;
}
.btn-tm:active,
.btn-tm.active,
.open .dropdown-toggle.btn-tm {
  background-image: none;
}
.btn-tm.disabled,
.btn-tm[disabled],
fieldset[disabled] .btn-tm,
.btn-tm.disabled:hover,
.btn-tm[disabled]:hover,
fieldset[disabled] .btn-tm:hover,
.btn-tm.disabled:focus,
.btn-tm[disabled]:focus,
fieldset[disabled] .btn-tm:focus,
.btn-tm.disabled:active,
.btn-tm[disabled]:active,
fieldset[disabled] .btn-tm:active,
.btn-tm.disabled.active,
.btn-tm[disabled].active,
fieldset[disabled] .btn-tm.active {
  background-color: #ff0042;
  border-color: #ff0042;
}
.btn-tm .badge {
  color: #ff0042;
  background-color: white;
}
section {
  padding: 80px 0 0 0;
}
section .section-heading {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
section h3.section-subheading {
  margin-bottom: 75px;
}
section#market {
  padding-top: 0;
}
.section-white {
  padding: 0;
}
.section-white {
  background-color: #fff;
  color: #555;
}
#grid .row {
  margin-left: 0;
}
.grid-col {
  background-color: #d4d3d3;
  border-bottom: 1px solid #d4d3d3;
  border-right: 1px solid #d4d3d3;
  height: 223px;
}
.grid-col h4 {
  color: #ff0042;
}
.grid-col .content {
  padding: 20px;
  height: 223px;
}
.search {
  color: #ffffff;
  background: none;
  border-radius: 8px;
  padding: 0;
  position: relative;
  top: 4px;
}
.search h1 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px 0 !important;
}
.search#top-search > a {
  padding: 0 !important;
}
.search#top-search > a#search-trigger {
  z-index: 100;
}
.search#top-search form {
  display: none;
  min-width: 200px;
  max-height: 30px;
  position: absolute;
  right: 40px;
  top: 0;
}
.search#top-search .form-control {
  border: solid 1px #aaa;
  font-size: 16px;
  padding: 5px 10px;
  height: 29px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 29px;
  min-height: 29px;
}
.search#top-search .form-control:focus {
  box-shadow: 0 0 0 #fff;
}
.search#top-search .btn {
  height: 42px;
  padding: 2px 15px;
  color: #FFF;
  text-transform: uppercase;
}
.search > a {
  padding: 0 !important;
}
.search .form {
  max-height: 30px;
  position: absolute;
  top: 0;
}
.search .form-control1 {
  border: none;
  font-size: 16px;
  padding: 15px 12px;
  height: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.search .btn1 {
  height: 42px;
  padding: 2px 15px;
  color: #FFF;
  text-transform: uppercase;
}
.search .dropdown .form-control {
  padding: 0px 15px;
}
.search .dropdown .caret {
  margin-top: 20px;
  display: block;
}
.search .dropdown a {
  cursor: pointer;
}
.search .dropdown a:hover {
  text-decoration: none;
}
.search .dropdown .dropdown-menu {
  right: 0px;
  left: inherit;
}
.search .search-box {
  background-color: #669999;
  border-radius: 10px;
  padding: 15px 20px 10px;
}
.search .search-box h2,
.search .search-box i {
  color: #fff;
  font-size: 25px;
  font-weight: 100;
}
.search .search-box h2 {
  margin: 0;
  padding: 10px 0;
}
.search .search-box .form-control {
  padding: 10px 15px;
}
.search .search-box select.form-control option {
  display: block;
  padding: 6px !important;
  line-height: 47px;
  text-indent: 2em;
}
.search .search-box form > .col-sm-12 {
  padding-right: 0;
}
.search .search-box .form-control::-webkit-input-placeholder {
  color: #66999A;
}
.search .search-box .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #66999A;
}
.search .search-box .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #66999A;
}
.search .search-box .form-control:-ms-input-placeholder {
  color: #66999A;
}
.search .search-box .dropdown-toggle {
  line-height: 23px !important;
}
.search .search-box .dropdown-toggle .caret {
  margin-top: 8px;
}
.search .search-box .btn {
  padding: 9px 15px;
  text-transform: uppercase;
}
.search .search-box .form-control {
  max-height: 40px;
  min-height: 40px;
  line-height: 40px;
}
.search .search-box .col-md-6,
.search .search-box .col-md-3,
.search .search-box .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.search .search-box .col-md-6,
.search .search-box .col-md-4:first-child {
  padding-left: 15px;
}
.search .search-box .col-md-3:last-child,
.search .search-box .col-md-4:last-child {
  padding-right: 15px;
}
.year-bar {
  text-align: center;
}
.year-bar .year-bar-year {
  font-size: 2.0em;
  padding: 4px 20px;
  color: #FF0042;
  font-weight: lighter;
}
.year-bar .year-bar-prev img,
.year-bar .year-bar-next img {
  display: inline-block;
  margin-top: -13px;
}
.date-bar {
  border-bottom: solid 1px #bcd1d1;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.date-bar .date-bar-month {
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  padding: 14px 8px;
  height: 50px;
}
.date-bar .date-bar-month:hover,
.date-bar .date-bar-month:target {
  width: 50px;
  height: 50px;
  background: #FF0042;
  border-radius: 45px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.date-bar .is-active {
  background: #FF0042;
  border-radius: 45px;
  font-weight: bold;
  color: #FFF;
}
/*------------ global search  ----------*/
.global-search .search input#keyword {
  width: 102%;
  height: 50px;
  padding: 12px 18px;
  border-radius: 8px;
}
.global-search .search .btn {
  display: block;
  width: 90px;
  height: 50px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0;
  color: #ff0042;
}
.global-search .search .icon.icon-search {
  display: inline-block;
  vertical-align: top;
  margin: -38px 32px;
  font-size: 26px;
  pointer-events: none;
}
/*------------ MOBILE search  ----------*/
#mobile-search {
  position: relative;
  height: 36px;
  padding: 2px 4px;
  margin: 0 40px;
  background-color: #ff0042;
  border-radius: 5px;
}
#mobile-search form {
  display: block;
  height: 36px;
}
#mobile-search .left-input {
  float: left;
  width: 80%;
}
#mobile-search .left-input .form-control {
  background: none;
  background-color: transparent;
  border: none;
  color: #FFF;
}
#mobile-search .left-input .form-control::-webkit-input-placeholder {
  color: #FFF;
}
#mobile-search .left-input .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
#mobile-search .left-input .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
#mobile-search .left-input .form-control:-ms-input-placeholder {
  color: #FFF;
}
#mobile-search .right-btn {
  float: right;
  width: 20%;
}
#mobile-search .right-btn input {
  width: 36px;
  height: 34px;
  background: none;
  background-color: transparent;
  border: none;
  opacity: 0;
  margin-left: 15px;
}
#mobile-search #search-submit {
  position: absolute;
  margin: 2px 0px 0 10px;
  pointer-events: none;
}
.events .events-list {
  border-bottom: 1px solid  #ABABAB;
  margin-top: 20px;
  padding: 0 15px;
}
.events .events-list .event-list-calendar {
  padding: 20px 10px 20px 0px;
}
.events .events-list .event-list-calendar ._day {
  font-size: 2.5em;
  font-weight: bold;
  color: #189F8F;
  padding: 0 0 5px;
  display: block;
  line-height: 0.6em;
}
.events .events-list .event-list-calendar ._month {
  font-size: 1.0em;
  font-weight: light;
  color: #189F8F;
  padding: 0px;
  display: block;
}
.events .events-list .event-list-img {
  padding: 20px 25px 20px 0px;
}
.events .events-list .event-list-content {
  padding: 20px 25px;
}
.events .events-list .event-list-content .event-title {
  margin-top: 0px;
  font-size: 1.3em;
}
.events .events-list .event-list-content .event-date {
  color: #ABABAB;
  font-weight: bold;
}
.events .events-list .event-list-content .nav-stacked > li {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  line-height: 1.3;
}
.events .events-list .categories {
  color: #ff0042;
  font-size: 12px;
  padding: 0 5px 0 0;
}
.events .events-list .more {
  color: #649094;
  font-size: 12px;
  font-weight: bold;
  padding-right: 30px;
  text-transform: uppercase;
}
.events .events-list .event-info {
  font-weight: 700;
}
.events .events-list .event-info i {
  width: 18px;
  font-size: 16px;
}
.events .events-list .event-content {
  font-size: 12px;
  line-height: 1.5;
}
form .dropdown-menu {
  width: 100%;
}
.form-control {
  border: 1px solid #66999A;
  color: #66999A;
}
.padding50 {
  padding: 0 50px;
}
.form-horizontal {
  margin: 0 auto;
}
.form-horizontal .form-legend {
  margin: 0 0 30px;
}
.form-horizontal .form-legend span.field-title {
  display: inline-block;
  vertical-align: top;
  padding: 5px 14px 5px 0;
  font-size: 14px;
  color: #659096;
  font-weight: 700;
  text-transform: uppercase;
}
.form-horizontal .form-legend span.field-description {
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: #888;
  border-left: 1px solid #888;
}
.form-horizontal label {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}
.form-horizontal label.required.error {
  color: #ff0042;
  margin: 5px 5px 4px;
  font-size: 13px;
  line-height: 1.2;
}
.form-horizontal .form-group {
  margin: 0 0 20px;
}
.form-horizontal .form-group .form-control {
  max-width: 100%;
  height: 42px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.form-horizontal .form-group textarea.form-control {
  height: auto;
  min-height: 100px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.form-horizontal .form-group .form-control.error {
  border-color: #ff0042;
}
.form-horizontal .form-group .checkbox {
  min-height: 20px;
  padding-left: 32px;
  padding-bottom: 15px;
}
.form-horizontal .form-group .checkbox label {
  font-size: 14px;
}
.form-horizontal .form-group .checkbox label::before {
  width: 22px;
  height: 21px;
  border-radius: 4px;
  margin-top: -1px;
  margin-left: -28px;
  border: 1px solid #66999A;
}
.form-horizontal .form-group .checkbox input[type="checkbox"]:checked + label::after {
  width: 20px;
  height: 20px;
  margin-left: -28px;
  margin-top: 2px;
  font-size: 11px;
}
.form-horizontal .form-group .checkbox.large {
  padding-left: 40px;
}
.form-horizontal .form-group .checkbox.large label::before {
  width: 30px;
  height: 29px;
  border-radius: 8px;
  margin-top: -4px;
  margin-left: -40px;
}
.form-horizontal .form-group .checkbox.large input[type="checkbox"]:checked + label::after {
  width: 24px;
  height: 24px;
  margin-left: -38px;
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
}
.form-horizontal .form-group .radio {
  min-height: 20px;
  padding-left: 40px;
  padding-bottom: 15px;
}
.form-horizontal .form-group .checkbox-danger input[type="checkbox"]:checked + label::before,
.form-horizontal .form-group .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ff0042;
  border-color: #ff0042;
}
.form-horizontal .form-action .btn {
  font-weight: 500;
}
.form-horizontal .form-action .btn-large {
  padding: 11px 22px;
  font-size: 14px;
  border-radius: 5px;
  width: 200px;
}
.form-horizontal a {
  color: #ff0042;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 1;
  margin-left: -30px;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  font-size: 9px;
  content: "\f00c";
  width: 20px;
  height: 20px;
  margin-left: -22px;
  margin-top: 3px;
  text-align: center;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  background-color: #ff0042;
  border-color: #ff0042;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.jobs .panel-heading {
  padding: 5px 8px;
  background-color: #EBEBEB;
}
.jobs .job .row {
  padding: 10px;
}
.jobs .job h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
#statistics {
  padding: 50px 0 0 0;
}
#statistics a {
  color: #ff0042;
}
#statistics .infographic {
  display: block;
}
#statistics .infographic img {
  max-width: 100%;
}
#statistics .download-share {
  font-size: 18px;
  color: #ff0042;
}
#statistics .download-share .col-md-6.text-right {
  padding-top: 4px;
}
#statistics .download-share a.download-link {
  font-size: 18px;
  font-weight: 700;
  color: #ff0042;
  border-bottom: 1px solid #ff0042;
  text-decoration: none;
}
#statistics .download-share .social-share {
  padding: 0;
  list-style: none;
}
#statistics .download-share .social-share li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#statistics .download-share .social-share li img + span {
  position: absolute;
  z-index: 2;
  margin: -32px -3px 0;
  opacity: 0;
  display: block;
  width: 38px;
  height: 35px;
}
#statistics .section-heading {
  margin: 20px 0 0;
  padding: 30px 0 0;
  background-position: top center;
  text-transform: none;
  color: #ff0042;
}
#statistics .section-subheading {
  font-size: 18px;
}
#statistics .niche-subheader {
  font-size: 20px;
  margin-bottom: 40px;
}
#statistics .btn-danger {
  color: #FFF;
  font-size: 18px;
}
.stylish-tab li a {
  padding: 14px 20px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #FF0042;
  font-weight: bold;
  margin: 4px;
  margin-bottom: 0px;
  color: #FFF;
}
.stylish-tab li > a:focus,
.stylish-tab li > a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #FF0042;
}
.stylish-tab li.active > a,
.stylish-tab li.active > a:focus,
.stylish-tab li.active > a:hover {
  color: #FF0042;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.stylish-tab-content {
  background: #FFF;
}
.stylish-tab-content table th {
  text-align: center;
  background-color: #CEF0F5;
  vertical-align: middle;
}
.stylish-tab-content table tr th:first-child {
  border-radius: 6px 0px 0px 0px;
}
.stylish-tab-content table tr th:last-child {
  border-radius: 0px 6px 0px 0px;
}
.stylish-tab-content h2.lead {
  font-size: 28px;
  text-transform: uppercase;
}
.stylish-tab-content .no-record {
  color: #767676;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
}
.stylish-tab-content .procurement-header {
  background: #CEF0F5;
  border-radius: 6px 6px 0px 0px;
}
.stylish-tab-content .procurement-header h2 {
  padding: 8px 0px 0px 0px;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stylish-tab-content .procurement-content {
  background: #E7E7E7;
  border-radius: 0px 0px 6px 6px ;
  margin-top: 2px;
  margin-bottom: 30px;
}
.stylish-tab-content .procurement-content .dt {
  text-transform: uppercase;
}
.stylish-tab-content .procurement-content .dd {
  font-weight: bold;
}
.stylish-tab-content h4 {
  font-weight: lighter;
  color: #66999A;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.stylish-tab-content h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.stylish-tab-content .download a {
  color: #FF0033;
}
.stylish-tab-content .download i {
  font-size: 14px;
  margin-left: 2px;
  color: #000;
}
.procurement-footer {
  background: rgba(102, 153, 153, 0.5);
  border-radius: 7px;
  margin: 0px 35px;
}
/* Shadow Bar */
.shadow-bar {
  display: block;
}
.shadow-bar img {
  width: 100%;
}
/* dotted */
.dotted {
  border-top: 1px #333 dotted;
}
.dotted-gradient {
  background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.dotted-spaced {
  background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.left {
  float: left;
}
.left.dotted {
  border-left: 1px #333 dotted;
  border-top: none;
}
.left.dotted-gradient {
  background-image: linear-gradient(#333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
.left.dotted-spaced {
  background-image: linear-gradient(#333 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}
.dotted-gradient-left {
  background-image: linear-gradient(#333333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
.dotted-gradient-right {
  background-image: linear-gradient(#333333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: right;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
/* Accolades Timeline */
.timeline {
  position: relative;
  padding: 21px 0px 10px;
  margin-top: 4px;
  margin-bottom: 30px;
  /*
	.panel::before {
		position: absolute;
		display: block;
		top: 8px;
		left: -24px;
		content: '';
		width: 0px;
		height: 0px;
		border: inherit;
		border-width: 12px;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	*/
}
.timeline .line {
  position: absolute;
  width: 4px;
  display: block;
  background: currentColor;
  top: 0px;
  bottom: 0px;
  margin-left: 30px;
  color: #5FB7C3;
}
.timeline .separator {
  border-top: 1px solid currentColor;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  font-size: .9em;
  margin-left: 30px;
}
.timeline .line::before {
  top: -4px;
}
.timeline .line::after {
  bottom: -4px;
}
.timeline .line::before,
.timeline .line::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}
.timeline .panel {
  position: relative;
  margin: 10px 0px 21px 70px;
  clear: both;
}
.timeline .panel .panel-heading.icon * {
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
}
.timeline .panel .panel-heading.icon {
  position: absolute;
  left: -45px;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  float: left;
  background: #FF0042;
  top: 17px;
  border: 1px solid #FFF;
}
.timeline .panel .panel-heading.panel-year {
  visibility: hidden;
}
.timeline .panel-success > .panel-heading {
  color: #FF0042;
  background-color: #FFF;
  border: none;
}
.timeline .panel-timeline {
  border-color: #DDD;
}
.timeline .panel-timeline > .panel-heading {
  color: #FF0042;
  background-color: #FFF;
  border: none;
}
.timeline .panel-title:before {
  content: ' ';
  display: block;
  background-image: url('../frontend/images/arrow-left.png');
  width: 48px;
  height: 48px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
}
.timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.timeline .panel-outline .panel-body {
  padding: 10px 0px;
}
.timeline .panel-outline .panel-year {
  width: 100px;
  margin-left: -90px;
  background-color: #3E6373;
  text-align: Center;
  z-index: 10000;
  border-radius: 8px;
  color: #FFF;
}
.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
  display: none;
}
.market-icon {
  background-color: transparent;
  background-position: top center;
  background-size: cover !important;
  display: block;
  height: 170px;
  position: relative;
}
.market-icon h4 {
  color: #ff0038;
  font-size: 16px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 190px 0 0;
}
.market-icon:hover,
.market-icon:target,
.market-icon:focus {
  text-decoration: none;
  background-position: bottom center;
}
.market-icon.market-icon-handshake {
  background-image: url('../frontend/images/market-icon-handshake.png');
}
.market-icon.market-icon-gps {
  background-image: url('../frontend/images/market-icon-gps.png');
}
.market-icon.market-icon-bag {
  background-image: url('../frontend/images/market-icon-bag.png');
}
.item-navigation {
  border-top: solid 1px #7e8282;
  margin-top: 20px;
  padding-top: 30px;
}
.item-navigation .navigate {
  color: #7e8282;
  line-height: 30px;
  text-decoration: none;
}
.item-navigation .navigate img {
  max-height: 30px;
}
.item-navigation .navigate.prev img {
  padding-right: 10px;
}
.item-navigation .navigate.next img {
  padding-left: 10px;
}
.pagination-container {
  text-align: center;
}
.pagination-container .pagination > li > span,
.pagination-container .pagination > li > span:hover {
  color: #FFF;
  background-color: #ABABAB;
  border-color: #ABABAB;
}
.pagination-container .pagination > li > span,
.pagination-container .pagination > li > a {
  border-radius: 20px;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.pagination-container .pagination > li > a {
  border-radius: 20px;
  color: #FFF;
  background-color: #ABABAB;
  border-color: #ABABAB;
}
.pagination-container .pagination > li > a:hover {
  border-radius: 20px;
  color: #FFF;
  background-color: #FF0042;
  border-color: #FF0042;
}
.pagination-container .pagination > li > a[rel="prev"],
.pagination-container .pagination > li > a[rel="next"] {
  color: #ABABAB;
}
.pagination-container .pagination > li:first-child > a,
.pagination-container .pagination > li:first-child > span {
  color: transparent;
  min-width: 5px;
}
.pagination-container .pagination > li:first-child > a:before,
.pagination-container .pagination > li:first-child > span:before {
  content: '←';
  color: #666;
  position: absolute;
  right: 8px;
  top: 5px;
}
.pagination-container .pagination > li:last-child > a,
.pagination-container .pagination > li:last-child > span {
  color: transparent;
  min-width: 5px;
}
.pagination-container .pagination > li:last-child > a:before,
.pagination-container .pagination > li:last-child > span:before {
  content: '→';
  color: #666;
  position: absolute;
  right: 8px;
  top: 5px;
}
.pagination-container .pagination > li:first-child > a,
.pagination-container .pagination > li:last-child > a,
.pagination-container .pagination > li:first-child > span,
.pagination-container .pagination > li:last-child > span {
  background: transparent;
  border: solid 1px #666;
}
.pagination-container .pagination li.active > span,
.pagination-container .pagination li.active > span:hover {
  border-color: #FF0042;
  background-color: #FF0042;
}
.bods .bod i {
  font-weight: bold;
  margin-top: 30px;
}
.bods .bod .img {
  width: 100%;
}
.bods .bod .bio h1 {
  font-size: 25px;
  margin: 20px 0 10px 0;
}
.bods .bod .bio h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #486E6F;
  margin: 0 0 40px 0;
}
.bods .bod .bio .location {
  margin-top: 10px;
  padding-top: 20px;
  border-style: dotted none none none;
  border-width: 1px;
  border-color: #8C8C8C;
}
.bods .bod .bio .location h1 {
  font-size: 15px;
  font-weight: bold;
}
.bods .bod h1 {
  font-size: 24px;
  font-weight: lighter;
}
.bods .bod h2.title {
  text-transform: uppercase;
}
.bods .bod .portrait {
  width: 100px;
}
.bods .opened .panel-heading {
  display: none;
}
.bods .panel-bod {
  background: transparent url('../frontend/images/separator-2.png') no-repeat bottom center;
  box-shadow: none;
  padding-bottom: 30px;
  transition: all 0.3s;
}
.bods .panel-bod .panel-heading h1 {
  font-size: 23px;
  font-weight: 100;
  margin-top: 12px;
  padding-top: 20px;
}
.bods .panel-bod .panel-heading h2 {
  font-weight: 100;
  margin-bottom: 0px;
}
.bods .panel-bod .panel-heading a:focus,
.bods .panel-bod .panel-heading a:hover {
  text-decoration: none;
}
.bods .panel-bod .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.bods .panel-bod .bio {
  margin-top: -20px;
}
.bods .panel-bod .location {
  background: transparent url('../frontend/images/separator-3.png') repeat-x 0 0;
  margin: 25px 20px 10px;
  padding: 20px 0;
}
.bods .panel-bod .location h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.bods .panel-bod .location p {
  margin-left: 32px;
}
.view-switcher {
  padding-top: 30px;
}
.view-switcher li a {
  color: #666 !important;
  line-height: 20px;
}
.view-switcher li a i {
  color: #666 !important;
  font-size: 16px !important;
  padding-top: 3px;
}
.view-switcher li.active a {
  color: #ff0042 !important;
}
.view-switcher li.active a i {
  color: #ff0042 !important;
}
.fullcalendar .fc-toolbar .fc-left h2 {
  color: #3e6372;
  display: inline-block;
  font-size: 1.6em;
  padding: 10px 20px;
  text-transform: uppercase;
}
.fullcalendar .fc-toolbar .fc-left .fc-button {
  background: #3e6372;
  color: #fff;
  margin-top: -10px;
}
.fullcalendar .fc-toolbar .fc-left .fc-prev-button,
.fullcalendar .fc-toolbar .fc-left .fc-next-button {
  line-height: 35px;
  margin-top: -10px;
}
.fullcalendar .fc-toolbar .fc-left .fc-prev-button .fc-icon,
.fullcalendar .fc-toolbar .fc-left .fc-next-button .fc-icon {
  top: -0.3em;
}
.fullcalendar .fc-toolbar .fc-left .fc-prev-button {
  border-radius: 5px 0 0 5px;
}
.fullcalendar .fc-toolbar .fc-left .fc-next-button {
  border-radius: 0 5px 5px 0;
}
.fullcalendar .fc-toolbar .fc-right select {
  background: #3e6372;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
  width: auto;
}
.fullcalendar .fc-day {
  background: #fff;
}
.fullcalendar .fc-event {
  background-color: #669999;
  border-color: #669999;
}
.niche-item {
  background: no-repeat center center;
  height: 600px;
  margin-top: -20px;
  z-index: 1000;
  width: 100%;
  background-size: cover;
}
.niche-subheader {
  font-size: 22px;
  font-weight: lighter;
  color: #3A6782;
  line-height: 28px;
}
.niche-quote {
  font-size: 44px;
  position: absolute;
  top: 245px;
  left: 30%;
  text-align: center;
  width: 40%;
  color: #FFF;
  border: none;
  text-shadow: 0px 2px 2px #000;
  font-family: 'Neue Helvetica W01';
  font-weight: 200;
  font-style: normal;
  line-height: 1.4;
}
.niche-view {
  background: #FFF no-repeat top center;
  background-size: cover;
}
.niche-view .niche-directory-item {
  border: 1px solid #DDD;
  font-size: 90%;
  margin-bottom: 30px;
  min-height: 240px;
}
.niche-view .niche-directory-item h3 {
  color: #FF0042;
  font-size: 14px;
}
.niche-view .niche-directory-item i {
  color: #717171;
}
.niche-view .niche-directory-item a {
  color: #717171 !important;
  font-weight: normal !important;
  background: none !important;
}
.bee3D--slide__inactive {
  cursor: default !important;
  pointer-events: none !important;
}
.bee3D--slide__inactive a {
  cursor: default !important;
  pointer-events: none !important;
}
.bee3D--nav__prev {
  background-image: url('../packages/bee3d/build/assets/img/angle-left.svg');
}
.bee3D--nav__next {
  background-image: url('../packages/bee3d/build/assets/img/angle-right.svg');
}
.niche_desc h2 {
  font-weight: lighter;
  color: #66999A;
  border-bottom: 1px solid #66999A;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.niche_desc a:hover {
  text-decoration: none !important;
}
.niche_desc p {
  font-size: 18px;
  font-weight: 100;
}
.niche_desc .niche-more {
  color: #FF0042;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  text-transform: uppercase;
}
.niche_desc .niche-more i {
  font-size: 16px;
  margin-left: 10px;
}
.niche-title {
  text-align: center;
  padding-top: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
}
.niche-title a {
  display: inline-block;
  height: 30px;
}
.niche-title a:first-child:hover {
  background: url('../frontend/images/arrow_left_white_hover.png') no-repeat left center;
  background-size: 30px 30px;
}
.niche-title a:first-child:hover img {
  opacity: 0;
}
.niche-title a:last-child:hover {
  background: url('../frontend/images/arrow_right_white_hover.png') no-repeat right center;
  background-size: 30px 30px;
}
.niche-title a:last-child:hover img {
  opacity: 0;
}
.niche-counter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.niche-counter .inner {
  color: #669999;
  font-size: 14px;
  line-height: 40px;
  position: relative;
}
.niche-counter .inner .bee3D--nav {
  top: 25px;
  z-index: 20000;
}
.niche-counter .inner .bee3D--nav__prev {
  background-image: url('../frontend/images/arrow_left.png');
  left: 44%;
  max-width: 30px;
  min-width: 30px;
}
.niche-counter .bee3D--nav__next {
  background-image: url('../frontend/images/arrow_right.png');
  right: 44%;
  max-width: 30px;
  min-width: 30px;
}
.niche-content {
  float: none;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: 180%;
}
.niche-content p {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 30px;
}
.niche-content .media-item {
  padding: 24px 30px;
  height: 200px;
  border: 1px solid #CCC;
  margin-bottom: 30px;
  background-color: #FFF;
}
.niche-content .media-item:hover {
  border-color: #ff7fa0;
}
.niche-content .media-item h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  color: #ff0042;
}
.niche-content .media-item .title {
  height: 32px;
}
.niche-content .media-item .body {
  height: 70px;
  font-size: 12px;
  color: #666666;
  margin: 0 0 16px;
  line-height: 1.6;
}
.niche-content .media-item .more {
  font-size: 11px;
  line-height: 1.8;
}
.niche-content .media-item .more .col-md-6 {
  padding: 0 5px 0 15px;
}
.niche-content .media-item .more .col-md-6:last-child {
  padding: 0 5px 0 5px;
}
.niche-content .media-item .more i {
  font-size: 13px;
  color: #444;
  width: 15px;
  margin-right: 0;
}
.niche-content .media-item .more i.gray {
  color: #888;
}
.niche-content .media-item .more span.gray {
  color: #888;
}
.niche-content .media-item .more a {
  background: none;
  color: #444;
  text-transform: none;
  font-weight: 500;
  padding-right: 0;
}
.niche-content .text-highlight {
  font-size: 18px;
  line-height: 180%;
}
.niche-content .niche-event {
  font-size: 14px;
  line-height: 1.5;
}
.niche-content .niche-event p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-list {
  clear: both;
  overflow: hidden;
}
.news-list .media-item h3 {
  text-transform: uppercase;
}
.news-list .news-item {
  padding: 30px 0px;
  clear: both;
}
.news-list .news-item .news-icon i {
  font-size: 28px;
}
.news-list .news-item .news-icon i.fi-book-bookmark {
  display: inline-block;
  font-size: 32px;
  margin: 0px 7px 0;
}
.news-list .news-item .news-date {
  font-size: 12px;
  font-weight: bold;
  color: #FF0042;
  text-transform: uppercase;
}
.news-list .news-item .news-content h3 {
  font-size: 14px;
  margin-top: 2px;
}
.news-list .news-item .news-content h3 a {
  color: #FF0042;
}
.news-list .news-item .news-content h4 {
  margin-bottom: 10px;
}
.news-list .news-item .news-content .article-meta {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}
.news-list .news-item .news-content .article-meta .meta {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 0;
  border-right: 1px solid #fc285f;
  margin-right: 5px;
}
.news-list .news-item .news-content .article-meta .meta:last-child {
  border-right: none;
}
.news-list .news-item .more {
  color: #649094;
  font-size: 12px;
  font-weight: bold;
  padding-right: 30px;
  text-transform: uppercase;
}
.media-item {
  padding: 30px;
}
.media-item .date {
  color: #ff0042 ;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.media-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.media-item .body {
  color: #666666;
  margin: 0 0 10px;
}
.media-item .more a {
  background: transparent url('../frontend/images/more-dotted.png') no-repeat top right;
  color: #ff0042;
  font-weight: bold;
  padding-right: 20px;
  text-transform: uppercase;
}
.list-filtering li {
  border: 0 !important;
}
.activities .navigation {
  margin: 20px 0;
}
.activities .share-toolbar .social-links li {
  padding: 0 5px;
  margin: 0;
}
.events .heading {
  border-bottom: solid 1px #a1a1a1;
  margin-bottom: 30px;
  padding: 10px 0 20px;
}
.events .heading h3 {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 30px;
}
.app-form h2 {
  color: #ff0042;
  font-weight: 100;
}
.app-form .modal-header {
  border-bottom: 0;
}
.app-form .modal-body {
  padding: 0 40px 40px;
}
.app-form .modal-header + .modal-body {
  padding-top: 40px;
}
.app-form .field-title {
  color: #ff0042;
  line-height: 30px;
  min-height: 30px;
  padding-right: 10px;
  text-transform: uppercase;
}
.app-form .field-description {
  border-left: dotted 1px #aaa;
  line-height: 30px;
  min-height: 30px;
  padding-left: 10px;
}
.app-form.modal .field-title {
  color: #649094;
}
.publications .label-hot {
  position: absolute;
  bottom: -20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 24px 0;
  text-align: center;
  line-height: 1.3;
  background-color: rgba(227, 94, 94, 0.9);
  font-size: 12px;
  color: #FFF;
}
.publications .label-hot span.large {
  font-size: 1.2em;
}
.publications.label-maroon {
  background-color: rgba(227, 94, 94, 0.9);
  font-size: 12px;
  color: #FFF;
}
.publications .top-details {
  display: block;
  clear: both;
}
.publications .top-details .product-image {
  float: left;
  width: 42%;
  margin: 0 5% 0 0;
  position: relative;
}
.publications .top-details .product-summary {
  float: left;
  width: 50%;
  margin: 0;
}
.publications .bottom-details {
  width: 90%;
}
.publications .box-yellow.info-top {
  height: 194px;
  padding: 15px 18px;
  background-color: #f9c62a;
  border-radius: 8px 8px 0 0;
  font-weight: 100;
}
.publications .box-yellow.info-top h3 {
  margin: 0 0 12px;
  color: #5e5c5c;
  font-size: 24px;
  font-weight: 100;
}
.publications .box-yellow.info-top p {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.publications .box-yellow.info-top address {
  color: #5e5c5c;
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 10px;
  line-height: 1.4;
}
.publications .box-yellow.info-bottom {
  height: 184px;
  padding: 15px 18px;
  background-color: rgba(249, 198, 42, 0.4);
  border-radius: 0 0 8px 8px;
  font-weight: 500;
}
.publications .box-yellow.info-bottom p {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.more-publications .heading {
  text-align: center;
}
.more-publications .heading h2.line-through {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin: 0;
  padding: 2px 8px;
  background-color: #f7f7f7;
}
.more-publications .heading h2.line-through + hr {
  margin-top: -12px;
  border-color: #AAA;
}
.more-publications .item-wrap {
  width: 78%;
}
.more-publications .item-wrap .item-image {
  margin-bottom: 20px;
}
.more-publications .item-wrap i {
  font-size: 14px;
  color: #2f2d2d;
}
.media-view h1 {
  text-transform: uppercase;
}
/*
	Fade content bs-carousel with hero headers
	Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
	Image credits: unsplash.com
	*/
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
  margin-bottom: 0;
  padding: 0 30px 0px;
}
/* ------------------- Carousel Styling ------------------- */
.carousel .carousel-inner {
  border-radius: 0;
  min-height: 400px;
}
.carousel .carousel-inner .item {
  min-height: 400px;
}
.carousel .carousel-caption {
  background-color: #5fb7c4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding: 70px 70px 50px;
  color: #fff;
  text-align: center;
  width: 400px;
}
.carousel .carousel-caption h2,
.carousel .carousel-caption p {
  text-shadow: 0 0 0 transparent;
}
.carousel .carousel-caption h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.carousel .carousel-caption p {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 130%;
  margin: 0;
}
.carousel .carousel-caption .separator {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  color: #3d3a3a;
  font-size: 120%;
  margin-top: 50px;
  padding-top: 20px;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 15;
  margin: 0;
  padding: 0 0 25px 0;
  text-align: center;
  width: 400px;
}
.carousel .carousel-control {
  left: 0;
  right: inherit;
  top: 140px;
  bottom: inherit;
  width: auto;
  font-weight: 100;
  border: solid 1px #fff;
  border-radius: 100%;
  padding: 15px;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control.left {
  left: 50px;
}
.carousel .carousel-control.right {
  float: left;
  left: 380px;
  right: inherit;
}
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right {
  font-size: 90%;
  line-height: 155%;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: calc(100vh);
  background-color: #000;
}
.fade-carousel .carousel-inner .item {
  height: calc(100vh);
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #FF0042;
  border-color: #DDD;
  width: 20px;
  height: 20px;
  margin: 5px;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 20px;
  height: 20px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  transition: 2s all ease-in-out 0.1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background-color: #080d15;*/
  opacity: .7;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}
/* Featured niche programs */
/* Makes images fully responsive */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
/**
 *
 * slippry v1.3.1 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-ms-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-ms-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("../frontend/images/sy-loader.gif") 50% 50% no-repeat;
  background-size: 32px;
  min-height: 40px;
}
.sy-box.sy-loading .slider-items-wrap,
.sy-box.sy-loading .sy-pager {
  visibility: hidden;
}
/* element that wraps the slides */
.slider-items-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.slider-items-wrap:hover .sy-controls {
  display: block;
}
/* element that crops the visible area to the slides */
.slider-items-crop {
  height: 100%;
  width: 100%;
  position: absolute;
}
/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.sy-list.horizontal {
  transition: left ease;
}
.sy-list.vertical {
  transition: top ease;
}
/* single slide */
.slider-item {
  position: absolute;
  width: 100%;
  z-index: 2;
  list-style: none;
}
.slider-item.kenburns {
  width: 140%;
  left: -20%;
}
.slider-item.kenburns.useCSS {
  transition-property: opacity;
}
.slider-item.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  -webkit-animation-name: left-right;
          animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.slider-item.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  -webkit-animation-name: right-left;
          animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.slider-item.sy-active {
  z-index: 3;
}
.slider-item > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}
.slider-item > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.slider-item > .action {
  position: absolute;
  bottom: 10%;
  text-align: center;
  right: 10%;
  left: 10%;
}
.slider-item > .action .btn {
  background-color: #ff0848;
  text-align: center;
}
.slider-item > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}
/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.sy-controls li a:link,
.sy-controls li a:visited {
  opacity: 0.4;
}
.sy-controls li a:hover,
.sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}
.sy-controls li a:after {
  content: "";
  background-image: url("../frontend/images/arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 50%;
}
@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 30%;
  z-index: 12;
  left: 20%;
  right: 20%;
}
.sy-caption-wrap .sy-caption {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  padding: 0.4em 1em;
  text-align: center;
  text-shadow: 1px 2px 1px #000, /* Simulated effect for Firefox and Opera and nice enhancement for WebKit */ -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}
/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: -2.5em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  z-index: 3;
}
.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
  border-radius: 50%;
}
.sy-pager li:last-child {
  margin: 0;
}
.sy-pager li.sy-active a {
  border-color: #f0466b;
  background-color: #f0466b;
}
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 2px #fff;
  background-color: transparent;
  text-indent: -9999px;
  background-size: 2em;
  border-radius: 50%;
}
.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: 1.0;
}
.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 0.6;
}
/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  padding-top: 20%;
  width: 100%;
}
.sy-filler.ready {
  transition: padding 600ms ease;
}
/*-------------------- homepage slider ---*/
.desktop_slider {
  position: relative;
}
.desktop_slider .action {
  position: absolute;
  bottom: 15%;
  text-align: center;
  right: 10%;
  left: 10%;
  text-shadow: none !important;
}
.desktop_slider .sy-caption-wrap {
  position: absolute;
  width: 100%;
  bottom: 25%;
  z-index: 12;
  left: 0;
}
.desktop_slider .sy-caption-wrap .sy-caption {
  margin: 0 auto;
  width: 60%;
}
.desktop_slider .sy-pager {
  margin: -3% 0 0;
}
.mobile_slider .sy-caption-wrap {
  bottom: 5%;
  width: 100%;
}
.mobile_slider .sy-caption-wrap .sy-caption {
  font-size: 18px;
  font-weight: 100;
}
.mobile_slider .sy-pager {
  margin: 0;
  bottom: -100px;
}
.mobile_slider .sy-pager li a {
  border-color: #AAA;
}
.mobile_slider .sy-controls {
  display: none;
  height: 100%;
}
.mobile_slider .sy-controls li a {
  opacity: 0.8;
  outline: none;
}
#homepage_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#homepage_slider li {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#mobile-homeslider {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-homeslider .sy-slide .action .btn {
  margin: 0 0 -150px;
  padding: 8px 20px;
}
#navbar-main {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  min-height: 90px;
}
#navbar-main .navbar-brand {
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  height: auto;
}
#navbar-main .navbar-brand img {
  max-width: 100%;
}
#navbar-main #primary-nav,
#navbar-main #secondary-nav {
  min-width: calc(100% - 170px);
}
#navbar-main #primary-nav {
  padding-left: 5px;
}
#navbar-main #primary-nav > li > a {
  font-size: 90%;
  padding: 15px 30px;
}
#navbar-main #primary-nav > li > a:hover,
#navbar-main #primary-nav > li > a:focus {
  background-color: transparent;
  color: #ff0042;
}
#navbar-main #primary-nav > li.search {
  float: right;
}
#navbar-main #primary-nav > .active > a,
#navbar-main #primary-nav > .active > a:hover,
#navbar-main #primary-nav > .active > a:focus {
  background-color: transparent;
  color: #ff0042;
}
#navbar-main #secondary-nav {
  background: #ffffff url('../frontend/images/shadow.png') no-repeat 0 0;
  background-size: 100% auto;
  padding: 8px 0 2px;
}
#navbar-main #secondary-nav > li {
  display: inline-block;
  vertical-align: middle;
  min-height: 45px;
  margin-top: 5px;
  margin-bottom: 6px;
  width: 15%;
  width: auto;
  min-width: 16%;
  max-width: 18%;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
#navbar-main #secondary-nav > li:last-child {
  border: 0;
}
#navbar-main #secondary-nav > li > a {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  height: initial;
  min-height: initial;
  font-size: 90%;
  font-weight: 700;
  line-height: 120%;
  line-height: 18px;
  padding: 6px 25px;
  text-transform: uppercase;
  text-align: left;
}
#navbar-main #secondary-nav > li > a:hover {
  background: none;
  color: #FF0042;
}
#navbar-main #secondary-nav > li:first-child > a {
  padding-left: 0;
}
#navbar-main #secondary-nav .active a {
  background: none;
  color: #FF0042;
}
#floating-menu {
  position: fixed;
  z-index: 200;
  top: 73%;
  right: 0;
}
#floating-menu ul {
  list-style: none;
}
#floating-menu ul li a {
  display: block;
  padding: 10px 5px;
  width: 94px;
  height: 76px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
}
#floating-menu ul li a span.icon {
  display: block;
  margin-bottom: 3px;
}
#floating-menu ul li.float-stat a {
  background-color: #fbd920;
  color: #444;
  border-radius: 5px 0 0 0;
}
#floating-menu ul li.float-pub a {
  background-color: #ff0042;
  color: #FFF;
  border-radius: 0 0 0 5px;
}
#floating-menu ul.mini {
  display: block;
}
#floating-menu ul.mini li a {
  padding: 30px 5px;
  width: 38px;
  height: 76px;
}
#floating-menu ul.homepage {
  display: none;
}
.navbar-header .navbar-toggle {
  background-color: #ff0042;
  padding: 5px 7px 0;
  margin: 15px auto;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 32px;
  border: none;
  border-radius: 5px;
}
.navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  margin: 0;
  margin-bottom: 5px;
  transition: all 600ms ease;
  border-radius: 4px;
}
.navbar-header .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-header .navbar-toggle .icon-bar.rotate-left {
  position: absolute;
  top: 15px;
  left: 4px;
  width: 80%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition: all 600ms ease;
  transition-delay: 200ms;
}
.navbar-header .navbar-toggle .icon-bar.rotate-right {
  position: absolute;
  top: 15px;
  left: 4px;
  width: 80%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  transition: all 600ms ease;
  transition-delay: 200ms;
}
.navbar-header .navbar-toggle .icon-bar.hide-me {
  background: rgba(0, 0, 0, 0);
  margin-top: -20px;
  transition: all 600ms ease;
}
.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle:hover {
  background-color: #ff0042;
}
.navbar-header .explanation {
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  #navbar-main .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 10px;
  }
  #navbar-main .navbar-header {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #navbar-main .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  #navbar-main #navbar {
    padding-left: 0;
    padding-right: 0;
  }
  #navbar-main #primary-nav,
  #navbar-main #secondary-nav {
    min-width: calc(100% - 15px);
  }
  #navbar-main #primary-nav > li > a {
    padding: 15px;
  }
  #navbar-main #secondary-nav > li {
    display: inline-block;
    float: none;
    min-width: 15%;
    line-height: 45px;
  }
  #navbar-main #secondary-nav > li > a {
    padding: 5px 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #navbar-main .navbar-header .navbar-brand {
    padding: 35px 0 0;
  }
  #navbar-main .navbar-header .navbar-brand img {
    max-width: 150px;
  }
  #navbar-main #secondary-nav > li {
    display: inline-block;
    float: none;
    min-width: 15.5%;
    line-height: 45px;
  }
  #navbar-main #secondary-nav > li > a {
    padding: 5px 6px 5px 14px;
  }
}
@media (min-width: 768px) {
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 #fff;
    font-size: 80%;
    padding: 0;
    top: 45px;
    width: 415px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu.no-featured {
    width: 200px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu a:hover {
    color: #ffff00;
    text-decoration: none;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container {
    overflow: hidden;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul {
    background: #e8000a;
    list-style: none;
    padding: 10px 20px;
    max-width: 200px;
    min-width: 200px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li {
    padding: 0;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li > a {
    display: block;
    padding: 10px 0;
    line-height: 1;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li > ul {
    background: rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li > ul > li > a {
    border-color: rgba(255, 255, 255, 0.15);
    display: block;
    text-transform: inherit;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li > ul > li:last-child > a {
    border: 0;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li.separator {
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul > li:last-child > a {
    border: 0;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > ul,
  #navbar-main #secondary-nav .dropdown.hover .dropdown-menu .submenu-container > div {
    padding-bottom: 100010px;
    margin-bottom: -99999px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-bubble {
    position: absolute;
    background: #fff;
    border: 1px solid #e8000a;
    margin-top: 2px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-bubble:after,
  #navbar-main #secondary-nav .dropdown.hover .dropdown-bubble:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-bubble:after {
    border-color: rgba(232, 0, 10, 0);
    border-bottom-color: #e8000a;
    border-width: 5px;
    margin-left: -5px;
  }
  #navbar-main #secondary-nav .dropdown.hover .dropdown-bubble:before {
    border-color: rgba(232, 0, 10, 0);
    border-bottom-color: #e8000a;
    border-width: 6px;
    margin-left: -6px;
  }
}
.timeline-container {
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
}
.timeline-container::before {
  background: #5fb7c4;
  content: '';
  height: 100%;
  left: 70px;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
.timeline-container .timeline-date {
  min-height: 70px;
}
.timeline-container .timeline-date > .more {
  background: #3e6372;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 23px;
  padding: 10px 30px;
  position: absolute;
  z-index: 100;
}
.timeline-container .timeline-date > .more.active {
  background: #ff0042;
}
.timeline-container .timeline-date > .more > a {
  color: #fff;
  text-decoration: none;
}
.timeline-container .timeline-item {
  background: #ffffff;
  border: 2px solid #ddd;
  margin-left: 100px;
  margin-bottom: 20px;
  position: relative;
}
.timeline-container .timeline-item .date {
  display: block;
  position: absolute;
  left: -150px;
  top: 18px;
  text-align: right;
  min-width: 100px;
}
.timeline-container .timeline-item img {
  padding: 25px 25px 25px 0px;
}
.timeline-container .timeline-item .author {
  color: #669999;
  font-style: italic;
}
.timeline-container .timeline-item:after,
.timeline-container .timeline-item:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline-container .timeline-item:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.timeline-container .timeline-item:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 13px;
  margin-top: -13px;
}
.timeline-container .timeline-item > .inner {
  padding: 0 25px 25px;
}
.timeline-container .timeline-item > .inner::before {
  background: #F00 none repeat scroll 0% 0%;
  border-radius: 100%;
  content: " ";
  height: 14px;
  left: -39px;
  position: absolute;
  top: 25px;
  width: 14px;
  border: solid 2px #c8c8c8;
}
.timeline-container .timeline-item > .inner h3 {
  font-size: 120%;
  color: #FF0042;
  margin-bottom: 0;
}
.timeline-container .timeline-item > .inner h3 a {
  color: #FF0042;
  text-decoration: none;
}
.timeline-container .timeline-item > .inner .post-thumbs {
  padding: 5px 0px 0;
}
.timeline-container .timeline-item > .inner .post-thumbs > img {
  margin: 0 10px 0 0;
  padding: 0;
}
.timeline-container .timeline-item .carousel .col-md-3:first-child {
  padding-left: 0;
}
.timeline-container .timeline-item .carousel .thumbnail {
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 0;
}
.timeline-container .timeline-item .carousel .thumbnail img {
  padding: 0;
}
.timeline-container .timeline-items .more {
  margin-left: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.timeline-container .timeline-items .more .btn-warning {
  background-color: #ffcc00;
  border: 0;
  color: #333;
  font-weight: 100;
}
.timeline-container .timeline-items .more h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: -5px 0px 10px 0px;
  color: #3E6373;
}
.timeline-container .timeline-items .more h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: -5px 0px 10px 0px;
  color: #3E6373;
}
.timeline-container .end-of-life {
  background: #5fb7c4;
  border-radius: 100%;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 62px;
}
.wrapper-others {
  display: none;
}
#grid {
  padding: 40px 0 0 0;
}
#grid .content {
  padding: 0;
  position: relative;
}
#grid .content.hover {
  background-color: rgba(255, 0, 66, 0.8);
  color: #fff;
}
#grid .content.hover > .inner {
  background-color: transparent;
}
#grid .content.hover > .inner h4 {
  color: #fff;
}
#grid .content.hover > .inner .meta {
  color: #fff;
}
#grid .content.hover .share-toolbar .category-icon {
  background-position: bottom left;
}
#grid .content.has-cover {
  background-color: rgba(255, 0, 66, 0.8);
  color: #fff;
}
#grid .content.has-cover > .inner {
  background-color: transparent;
}
#grid .content.has-cover > .inner h4 {
  color: #fff;
  position: relative;
}
#grid .content.has-cover > .cover {
  min-height: 223px;
  min-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-size: cover !important;
}
#grid .content > .inner {
  background-color: #D4D3D5;
  padding: 20px;
}
#grid .content > .inner h4 {
  margin: 0 0 4px;
  position: relative;
  top: 0;
}
#grid .content > .inner .meta {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
#grid .show-more {
  background: #f33e50 url('../frontend/images/news-shadow.png') no-repeat top center;
  background-size: 100%;
  padding: 20px;
}
#grid .newcontents-pagination .sy-pager li.sy-active a {
  background-color: #FFF;
  border-color: #FFF;
}
.share-toolbar {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
.share-toolbar > span {
  min-height: 16px;
  min-width: 16px;
}
.share-toolbar > span > span {
  margin: 0 !important;
}
.share-toolbar > span > span > span {
  padding-left: 13px !important;
}
.share-toolbar > span.category-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  width: 16px;
}
@media print {
  body {
    background-color: #FFFFFF;
    background-image: none;
    color: #000000;
  }
  .media-view .col-md-9,
  .activities .col-md-9 {
    width: 100%;
  }
  .media-view .col-md-9 .row:nth-of-type(1),
  .activities .col-md-9 .row:nth-of-type(1) {
    display: none;
  }
  .media-view .col-md-3,
  .activities .col-md-3,
  .media-view .date,
  .activities .date,
  .media-view .item-navigation,
  .activities .item-navigation,
  .media-view .share-toolbar,
  .activities .share-toolbar,
  .media-view .btn,
  .activities .btn {
    display: none;
  }
  .breadcrumb,
  .sidebar {
    display: none;
  }
  #floating-menu {
    display: none;
  }
  footer {
    display: none;
  }
}
body {
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  background: url('../images/bg.png') no-repeat;
  background-size: 100% auto;
  font-weight: 300;
}
.text-muted {
  color: #808080;
}
.text-primary {
  color: #000;
}
p {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  font-style: normal;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #000;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #000000;
}
a.redpink {
  color: #ff0042 !important;
}
a.disabled {
  cursor: default;
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.dark {
  color: #333 !important;
}
.redpink {
  color: #ff0042 !important;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.center-title {
  color: #ff0042;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #c2c2c2;
}
.bg-darkest-gray {
  background-color: #000;
}
.btn-primary {
  color: white;
  background-color: #000;
  border-color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #000;
}
.btn-primary .badge {
  color: #000;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #000;
  border-color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #000;
  border-color: #000;
}
.btn-xl .badge {
  color: #000;
  background-color: white;
}
.btn-outline {
  background: #FFF;
  color: #ff0042;
  border: 1px solid #ff0042;
  text-transform: uppercase;
}
.btn-outline:hover,
.btn-outline:target {
  background: #ff0042;
  color: #FFF;
  border: 1px solid #ff0042;
}
.logo {
  width: 180px;
}
/* List styling **/
ul.stylish {
  list-style: none;
}
ul.stylish li {
  background: url('../frontend/images/list-arrow.png') no-repeat left;
  background-size: 12px 12px;
  margin-left: 15px;
}
/**
.navbar-default {

	background-color: @gray-darkest;
	border-bottom: 1px solid #000;
	.navbar-brand {
		color: @brand-primary;
		.script-font;
		&:hover,
		&:focus,
		&:active,
		&.active {
			color: darken(@brand-primary, 10%);
		}
	}
	.navbar-collapse {
		border-color: fade(white, 2%);
	}
	.navbar-toggle {
		background-color: @brand-primary;
		border-color: @brand-primary;
		.icon-bar {
			background-color: white;
		}
		&:hover,
		&:focus {
			background-color: @brand-primary;
		}
	}
	.nav {
		&.level-2 {
			text-transform: uppercase;

			li {
				font-size: 12px;

				&.last-item {
					border-right: none;
				}

				a {
					font-weight: bold;
				}
			}
		}
		li {
			font-size: 12px;

			a {
				.heading-font;
				letter-spacing: 1px;
				color: black;
				&:hover,
				&:focus {
					color: @brand-primary;
					outline: none;
				}
			}
		}
	}
	.navbar-nav>.active>a {
		border-radius: 0;
		color: @active;
		background-color: inherit;
	}
	.navbar-nav>.active>a:hover,
	.navbar-nav>.active>a:focus {
		color: inherit;
		background-color: inherit;
	}
}

@media(min-width:768px) {
	.navbar-default {
		background-color: @white;
		padding: 10px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;

		box-shadow: 0 4px 5px -2px rgba(133, 133, 133, 0.55);
			margin-left: -10px;
			margin-right: -10px;
			border-bottom: #595959;

		// border: none;
		.navbar-brand {
			font-size: 2em;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
		}
		.navbar-nav>.active>a {
			border-radius: 3px;
		}
	}
	.navbar-default.navbar-shrink {
		background-color: @gray-darkest;
		padding: 10px 0;
		.navbar-brand {
			font-size: 1.5em;
		}
	}
}
*/
.container .row > .row {
  margin-left: 0;
  margin-right: 0;
}
.container img {
  max-width: 100%;
}
section .section-heading {
  display: inline-block;
  background: transparent url('../frontend/images/separator.png') no-repeat bottom center;
  font-size: 40px;
  font-weight: 500;
  line-height: 2.0em;
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
section .pattern-separator {
  height: 30px;
  background: transparent url('../frontend/images/separator.png') no-repeat bottom center;
}
section p.section-subheading {
  font-size: 18px;
  color: #659096;
}
section .section-subtitle {
  color: #3e6372;
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 100;
  padding: 25px 0 0;
}
section h3.section-subheading {
  color: #659096;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 75px;
}
section fieldset {
  padding-left: 80px;
  padding-right: 80px;
}
section fieldset legend {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
  color: #FF00A4;
  border-right: 1px solid;
  display: inline;
}
.breadcrumb {
  margin-left: 0;
  background-color: inherit !important;
  margin-top: 20px;
  padding-left: 0px;
}
.modal-backdrop.in {
  opacity: 0.8;
}
section.content {
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 0;
}
section.content h1 {
  margin: 0 0 40px 0;
  font-weight: 100;
  letter-spacing: -1px;
}
section.content h2 {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0.01em;
  margin: 0 0 40px 0;
}
section.content .lead {
  color: #659096;
  font-size: 18px;
}
section.content p.search-summary {
  font-size: 28px;
}
section.content h4 {
  margin-bottom: 20px;
}
section.content .related {
  color: #649094;
  font-size: 12px;
  text-transform: uppercase;
}
section.content p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
section.content p.date {
  color: #6e979d;
}
section.content ul.list-style-1 {
  list-style: none;
  margin-left: 0;
  padding-left: 30px;
}
section.content ul.list-style-1 li {
  margin-bottom: 16px;
  background: url('../frontend/images/bullet_arrow.png') no-repeat 0 2px;
  background-size: 15px 15px;
  margin-left: -15px;
  padding: 0 0 0 30px;
}
section.content i {
  font-size: 20px;
  margin-right: 5px;
  color: #ff0042;
}
section.content .btn i {
  color: #FFF;
  margin: 0px 5px 0;
  vertical-align: middle;
}
section.content .btn-large {
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
}
section.content .btn-large i {
  vertical-align: -1px;
  font-size: 18px;
}
section.content .btn-danger {
  background-color: #ff0042;
  color: #FFF;
  border-color: #ff0042;
}
section.content .article img {
  max-width: 100%;
}
section.content table.article-meta {
  margin-bottom: 20px;
}
section.content table.article-meta tr td:first-child {
  width: 40px;
  text-align: center;
}
section.content table.article-meta tr td:first-child i {
  font-size: 16px;
  vertical-align: -1px;
}
section#discover-malaysia {
  background-color: #e6e9ec;
  margin-bottom: 0px;
}
section#discover-malaysia .shadow-bar {
  text-align: center;
  margin-top: -80px;
}
section#discover-malaysia .shadow-bar img {
  width: 100%;
}
section#discover-malaysia .shadow-bar-bottom {
  text-align: center;
  margin-bottom: 0px;
}
section#discover-malaysia .shadow-bar-bottom img {
  width: 100%;
}
section#discover-malaysia + #floating-menu ul.mini {
  display: none;
}
section#discover-malaysia + #floating-menu ul.homepage {
  display: block;
}
section#media {
  margin-top: 30px;
  padding-top: 0;
}
section#media h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #486E6F;
  margin: 0 0 10px 30px;
}
section#media .carousel {
  padding: 0;
}
section#media .carousel .thumbnail {
  padding: 0;
  border-radius: 0;
}
section#media .carousel .carousel-control.left {
  left: -30px;
  top: 0;
  color: #FF0042;
}
section#media .carousel .carousel-control.right {
  left: auto;
  right: -30px;
  top: 0;
  color: #FF0042;
}
section#services {
  padding: 80px 0 40px 0;
}
section#services .example {
  margin-top: 0;
  position: relative;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
section.sidebar {
  padding-top: 0;
  padding-right: 30px;
  width: 270px;
}
section.sidebar h1 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 2px;
  line-height: 1.4em;
}
section.sidebar ul li {
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
}
section.sidebar ul li.active > a {
  border-radius: 0;
  color: #ff0042;
  background-color: inherit;
}
section.sidebar ul li.active > a:hover,
section.sidebar ul li.active > a:focus {
  color: inherit;
  background-color: inherit;
}
section.sidebar a {
  text-transform: capitalize;
  color: #5C5C5C;
}
section.sidebar a:hover {
  color: #ff0042;
}
section.sidebar ul.nav li {
  list-style: none;
  background: none;
  margin-left: 0px;
  padding: 0px 0px 0px 5px;
}
section.sidebar ul.nav li.active {
  background: url('../frontend/images/list-dots.png') no-repeat left 15px;
  background-position-y: 14px;
  background-size: 12px 12px;
  margin-left: 0px;
  padding: 0px 0px 0px 5px;
}
section.sidebar ul.nav li.active ul.sub-nav {
  display: block;
}
section.sidebar ul.sub-nav {
  display: none;
}
section.sidebar ul.sub-nav li {
  list-style: none;
  padding: 2px 0 10px;
  border: none;
}
section.sidebar ul.sub-nav li a {
  display: block;
  padding: 0px;
  font-size: 13px;
  text-decoration: none;
}
section.sidebar ul.sub-nav li.active {
  background: none;
  padding: 2px 0 10px;
  list-style: disc;
  list-style-position: outside;
  font-size: 22px;
  line-height: 17px;
  color: #ff0042;
}
#career-single h2 {
  font-weight: 100;
}
#career-single .well .form-group {
  margin-bottom: 0;
}
#career-single .well .form-group .control-label {
  color: #3e6372;
  font-weight: 300;
}
#career-single .well .form-group .form-control-static {
  color: #3e6372;
  font-weight: 700;
}
#career-single article.content p:first-child {
  color: #3e6372;
  margin-top: 30px;
}
#career-single .btn {
  margin-top: 60px;
}
#career-single .btn > span {
  display: block;
  font-size: 12px;
  text-align: left;
}
#career-single .btn > .title {
  font-size: 18px;
}
#career-single .btn i {
  color: #fff !important;
  float: right;
  margin-top: 10px;
}
section.sidebar .nav > li > a:focus,
section.sidebar .nav > li > a:hover {
  background: transparent;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #000;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
#discover-malaysia .discover-icon {
  display: inline-block;
  text-align: center;
  height: 70px;
  width: 100%;
}
#discover-malaysia .discover-icon .img-responsive {
  display: inline-block;
  margin: 0 auto;
  max-width: 66px;
  height: auto;
  padding: 6px;
}
#discover-malaysia .discover-icon h4 {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
}
#discover-malaysia .discover-icon:hover .img-responsive {
  max-width: 66px;
  padding: 0;
}
#footer {
  background: #C6D9E1 url('../frontend/images/footer-bg.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 20px 0 30px 0;
  text-align: center;
}
#footer > .container {
  background: transparent url('../frontend/images/footer-shadow.png') no-repeat top center;
  margin-top: -20px;
  padding-top: 40px;
}
#footer .footer-shadow-top img {
  width: 100%;
  margin-top: -80px;
}
#footer span.copyright {
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}
#footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}
#footer.links ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  padding-right: 20px;
}
#footer.links ul li {
  line-height: 180%;
  text-align: left;
}
#footer.links ul li h5 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}
#footer.links ul li a {
  color: #333;
}
#footer .newsletter {
  padding: 20px 30px;
  color: #FFF;
  background-color: #537E82;
  box-shadow: 0px 6px 0px #365255;
  border-radius: 8px;
}
#footer .newsletter p {
  font-size: 15px;
  margin-bottom: 20px;
}
#footer .newsletter h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
#footer .newsletter .btn-danger {
  background-color: #ff0042;
  border-radius: 0;
  height: 45px;
  padding: 13px 10px;
  margin: 0 auto;
  text-transform: uppercase;
  width: 80%;
}
#footer .newsletter .input-group-addon {
  width: 48px;
  padding: 5px 12px;
  background: #fff;
  border: 0;
  border-radius: 5px 0 0 5px;
}
#footer .newsletter .form-group {
  margin-bottom: 8px;
}
#footer .newsletter .form-control {
  width: 250px;
  border-color: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 0 #fff;
  height: 45px;
  padding: 8px 12px;
}
#footer .newsletter .login-group-checkbox {
  margin-bottom: 0;
}
#footer .social-links {
  color: #ff0038;
}
#footer .social-links li {
  color: #ff0038;
  font-size: 12px !important;
  font-weight: bold;
  margin-top: 20px;
}
#footer .social-links li a i {
  color: #ff0038;
  font-size: 16px !important;
}
#footer .social-links .agency-logo img {
  max-width: 100%;
}
#copyright-footer {
  color: #FFF;
  background-color: #1A1B1D;
}
#copyright-footer .container {
  padding: 15px 0;
}
#copyright-footer .container p {
  font-size: 90%;
  font-weight: 300;
  margin-bottom: 0;
}
#copyright-footer .container a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#copyright-footer .container a:hover {
  color: #ffcc00;
}
.text-primary {
  color: #f0466b;
}
.btn-danger {
  background-color: #ff0042;
  -webkit-transform-origin: all 0.3s;
  transform-origin: all 0.3s;
}
.text-danger {
  color: #ff0042;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.navigation {
  position: relative;
  margin: 0;
}
.navigation .share-toolbar {
  position: initial;
  bottom: auto;
  top: 0;
  padding: 5px 0;
  text-align: right;
}
.navigation .share-toolbar .social-links {
  padding-top: 0;
  margin-top: -2px;
}
.navigation .col-sm-2 {
  padding: 0;
}
.navigation .col-sm-2 .btn-block {
  width: 82%;
  padding: 10px 15px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
}
.share-toolbar .list-inline {
  border-left: dotted 1px #aaa;
  margin-left: 10px;
  line-height: 30px;
  min-height: 30px;
  padding-left: 10px;
}
.share-toolbar .list-inline:last-child {
  border: 0;
}
.share-toolbar .social-links {
  margin-bottom: 0;
  padding-top: 5px;
}
.share-toolbar .social-links li {
  padding: 0 5px;
  margin: 5px 0 0;
}
.share-toolbar .social-links li a {
  display: inline-block;
  padding-top: 5px;
}
.share-toolbar .social-links li a i {
  margin: 0;
}
.share-toolbar .social-links .facebook i {
  color: #4b6cad !important;
}
.share-toolbar .social-links .twitter i {
  color: #00baf0 !important;
}
.share-toolbar .social-links .share i {
  color: #00cc00 !important;
}
.share-toolbar .share-container > span > span {
  margin-right: 0;
}
.share-toolbar .share-container > span > span > span {
  padding-left: 16px;
}
.industry .body h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
.industry .body .col-md-4 {
  min-height: 250px;
  position: relative;
}
.industry .body .col-md-4 img {
  max-height: 200px;
  max-width: 80%;
  margin: 20px auto 0;
}
.industry .body .col-md-4 h5 {
  bottom: 0;
  color: #666;
  font-weight: 100;
  left: 0;
  min-height: 40px;
  padding: 10%;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.industry .body .btn-danger.btn-outline {
  background: transparent;
  border-color: #ff0042;
  color: #ff0042;
  margin: 20px auto;
}
.industry .body .btn-danger.btn-outline:hover {
  background: #ff0042;
  color: #fff;
}
#promo-categories {
  background: #585656;
}
#promo-categories .navbar {
  background: none;
  border: 0;
  margin: 0;
}
#promo-categories .navbar .navbar-nav {
  float: none;
  margin: 0 14%;
  text-align: center;
}
#promo-categories .navbar li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#promo-categories .navbar li a {
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 10px;
}
#promo-categories .navbar li a:hover {
  color: #ffff00;
}
#promo-categories .navbar li.active a {
  background: none;
  color: #f5db01;
}
#promotional {
  padding: 0;
}
#promotional.promotional-landing .content .media-videos img {
  width: 266px;
  height: 177px;
}
#promotional.promotional-landing .content .media-ebrochure img {
  width: 264px;
}
#promotional.promotional-landing .content .btn {
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 15px 7px;
}
#promotional.promotional-landing .content .articles {
  padding: 0px 30px 20px;
}
#promotional header {
  position: relative;
}
#promotional header.landing {
  background: #333 url('../frontend/images/promotional-bg.jpg') no-repeat;
  background-position: 0 0;
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
  min-height: 450px;
}
#promotional header.landing .search-box {
  min-height: 450px;
}
#promotional header h1 {
  font-size: 32px;
  font-weight: 100;
  margin-top: 10%;
  padding: 0 10px;
}
#promotional header h2 {
  font-size: 20px;
  font-weight: 100;
}
#promotional header form {
  background: rgba(0, 0, 0, 0.3);
  margin: 30px 10%;
  padding: 5px;
}
#promotional header form .form-control,
#promotional header form .btn {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  min-height: 50px;
}
#promotional header form .input-group-btn > .btn:first-child {
  border-left: solid 1px #ddd;
}
#promotional header form button.dropdown-toggle {
  min-width: 115px;
}
#promotional header form .btn-danger {
  padding-left: 30px;
  padding-right: 30px;
}
#promotional header .well {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  margin: 20px 25%;
}
#promotional header .well a {
  color: #ffff00;
}
#promotional .content h2 {
  color: #ff0042;
  font-weight: 100;
}
#promotional .content h3 {
  color: #3e6372;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 18px;
}
#promotional .content .media-col > .div {
  padding: 0 5px 0 0;
}
#promotional .content .media-col > .div:first-child {
  padding-left: 15px;
}
#promotional .content .media-col > .div:last-child {
  padding-right: 15px;
}
#promotional .content .media-col .media-item {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 48%;
}
#promotional .content .btn-danger {
  padding: 5px 15px;
  border-radius: 6px;
  border: transparent;
}
#promotional .content .articles {
  background: rgba(102, 153, 153, 0.5);
  border-radius: 7px;
  margin-left: 0;
  margin-right: 15px;
  padding: 0px 10px 20px;
}
#promotional .content .articles .article-item h4 {
  background: transparent url('../frontend/images/heart-list.png') no-repeat 0 0;
  font-size: 16px;
  font-weight: 300;
  min-height: 24px;
  padding-left: 35px;
}
#promotional .content .articles .article-item h4 a {
  color: #3e6372;
  font-weight: 700;
  border-bottom: 1px solid #839fa3;
  line-height: 1.5;
  text-decoration: none;
}
#promotional .content .articles::after {
  clear: both;
}
#promotional .content .categories {
  text-align: center;
}
#promotional .content .categories.ebrochures {
  text-align: center;
}
#promotional .content .categories.ebrochures .media-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  height: auto;
}
#promotional .content .categories.category-media {
  padding: 0 20px;
  margin: 0 auto;
}
#promotional .content .categories h2 {
  color: #333;
  text-align: center;
}
#promotional .content .categories h2 .highlight {
  color: #ff0033;
  text-transform: capitalize;
}
#promotional .content .categories .media-item {
  position: relative;
  float: left;
  width: 16.6666666667%;
  border: 1px solid #DDD;
  margin: 0;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: ease-in-out;
}
#promotional .content .categories .media-item a {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
#promotional .content .categories .media-item a .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#promotional .content .categories .media-item a img {
  vertical-align: middle;
}
#promotional .content .categories .media-item .label-info {
  margin-right: 5px;
  border-radius: 4px;
}
#promotional .content .categories .media-item img {
  max-width: 100%;
  max-height: 100%;
}
#promotional .content .categories .media-item .tags {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 32px;
  padding: 5px 15px;
  transition: all 0.3s ease-in-out;
  bottom: -17%;
  color: #FFF;
  font-size: 12px;
}
#promotional .content .categories .media-item .tags span {
  display: inline-block;
  vertical-align: top;
  padding: 1px 5px;
  margin: 1px 2px;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
#promotional .content .categories .media-item:hover .tags {
  bottom: 0;
}
#promotional .content .categories .category-item {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
#promotional .content .categories .category-item .caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  right: 0;
  left: 0;
  padding: 12px 20px;
  position: absolute;
}
#promotional .content .categories .category-item:hover .caption {
  background: rgba(255, 0, 51, 0.7);
}
#promotional .content .categories .thumbnail-item {
  display: inline-block;
  margin: 0px;
  padding: 5%;
  width: 100%;
  height: 275px;
  position: relative;
}
#promotional .content .categories .thumbnail-item .tags {
  text-align: right;
}
#promotional .content article {
  background: transparent url('../frontend/images/heart-list.png') no-repeat 0 0;
  margin-bottom: 50px;
  padding-left: 35px;
}
#promotional .content article h3 {
  color: #3e6372;
  font-size: 16px;
  font-weight: bold;
}
#promotional .content article h3 a {
  color: #3e6372;
  text-decoration: none;
  border-bottom: 1px solid #659096;
}
#promotional .content article .body {
  color: #777;
  font-size: 13px;
}
#promotional .content article .meta {
  padding-top: 20px;
}
#promotional .content article .text-success {
  color: #659096;
}
#promotional .content article .btn-danger.btn-outline {
  background: transparent;
  border: solid 1px #ff0042;
  color: #ff0042;
  font-size: 12px;
  padding: 6px 16px;
}
#promotional .content article .btn-danger.btn-outline i {
  color: #ff0042;
  margin-left: 5px;
  font-size: 13px;
  vertical-align: 0px;
}
#promotional .content article .btn-danger.btn-outline:hover {
  background: #ff0042;
  color: #fff;
}
#promotional .content article .btn-danger.btn-outline:hover i {
  color: #fff;
}
#promotional .content .brochure-item {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}
#promotional .content .brochure-item img {
  width: 214px;
}
#promotional .content .brochure-item .caption h4 {
  color: #3e6372;
  font-size: 16px;
  margin: 5px 0;
}
#promotional .content .brochure-item .caption p {
  font-size: 14px;
  color: #666;
  line-height: 100%;
}
#promotional .content .section-heading {
  margin: 20px 0;
  padding: 40px 0 0;
  background-position: top center;
  text-transform: none;
  color: #ff0042;
  width: 70%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
#promotional .content .section-subheading {
  font-size: 18px;
}
#promotional .content .niche-subheader {
  font-size: 18px;
  margin-bottom: 40px;
}
#promotional .content .btn-danger {
  color: #FFF;
  font-size: 18px;
  padding: 10px 20px;
}
#photo-modal .modal-header {
  border-bottom: 0;
  padding: 15px 30px 0;
}
#photo-modal .modal-title {
  color: #ff0033;
  font-weight: 100;
  margin-bottom: 0;
}
#photo-modal .separator {
  border-left: dotted 1px #aaa;
  min-height: 40px;
  paddin-top: 5px;
}
#photo-modal .modal-body {
  font-size: 12px;
  padding: 10px 30px 30px;
}
#photo-modal .modal-body .image-wrapper {
  text-align: center;
}
#photo-modal .modal-body .image-wrapper img {
  max-width: 100%;
}
#photo-modal .modal-body .video-wrapper {
  text-align: center;
}
#photo-modal .modal-body .video-wrapper #home_video_html5_api {
  width: 100% !important;
}
#photo-modal .modal-body .video-wrapper video {
  max-width: 100%;
}
#photo-modal .modal-body a {
  color: #5fb7c4;
  font-style: italic;
}
#photo-modal .modal-body a.label,
#photo-modal .modal-body a.btn {
  color: #fff;
  font-style: inherit;
}
#photo-modal .modal-body a.btn > i {
  color: #fff;
  vertical-align: 0px;
  font-size: 19px;
  font-weight: 400;
}
#photo-modal .modal-body #image-tags {
  font-size: 0;
}
#photo-modal .modal-body #image-tags .label-info {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 4px;
  border-radius: 5px;
  margin: 5px 5px 4px 2px;
  font-size: 11px;
}
#photo-modal .modal-body .photo-details {
  padding: 0 10px;
}
#photo-modal .modal-body .photo-details i {
  color: #000;
}
.mfp-wrap .mfp-content {
  cursor: auto;
  text-align: center;
  position: relative;
}
.mfp-wrap .mfp-content .video-popup {
  width: 860px;
  margin: 0 auto;
  position: relative;
}
.mfp-wrap .mfp-content .video-popup .video-js {
  margin: 0 auto;
  width: 860px !important;
  height: 484px !important;
}
.mfp-wrap .mfp-content .vjs-default-skin .vjs-big-play-button {
  left: 40%;
  top: 36%;
}
section#market .gallery-item .gallery-title {
  margin-bottom: 5px;
}
section#market .gallery-item .event-date {
  color: #666;
  font-weight: 700;
  margin-bottom: 30px;
}
section#market .gallery-item a.gallery-more {
  color: #649094;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
section#niche-landing {
  float: left;
}
#featured-niche .carousel .carousel-caption a {
  color: #FFF;
}
#featured-niche .carousel .carousel-caption .separator a {
  color: #333;
}
.highlight {
  color: #ff0033;
}
.highlight-green {
  color: #659096;
}
.highlight-dark {
  color: #333;
}
.spacer5 {
  height: 5px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer10 {
  height: 10px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer15 {
  height: 15px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer20 {
  height: 20px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer25 {
  height: 25px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer30 {
  height: 30px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer35 {
  height: 35px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer40 {
  height: 40px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer45 {
  height: 45px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer50 {
  height: 50px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer100 {
  height: 100px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer200 {
  height: 200px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.show-mobile {
  display: none;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  body {
    background-image: none;
  }
  body.noscroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .padding20 {
    padding: 0px;
  }
  .padding30 {
    padding: 8px;
  }
  .padding40 {
    padding: 10px;
  }
  .paddingSide150 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacer20 {
    height: 10px;
  }
  .spacer30 {
    height: 15px;
  }
  .spacer50 {
    height: 25px;
  }
  .spacer100 {
    height: 50px;
  }
  .spacer200 {
    height: 100px;
  }
  .btn.btn-lg {
    padding: 8px 20px;
    max-width: 100%;
    font-size: 16px;
  }
  img.pr-20 {
    padding-right: 0;
  }
  section.content {
    margin: 10px 0 50px;
  }
  section.content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.content .section-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 40px;
    background-size: auto 27px;
  }
  section.content .article img {
    margin-bottom: 5px;
  }
  section.content .counter {
    border-right: none;
    text-align: center;
    margin-bottom: 5px;
    padding: 0;
  }
  section.content .pagination-container {
    text-align: center;
  }
  .year-bar .year-bar-prev {
    display: block;
    float: left;
    margin-top: 15px;
  }
  .year-bar .year-bar-next {
    display: block;
    float: right;
    margin-top: 15px;
  }
  .date-bar {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .date-bar .col-md-1 {
    float: left;
    width: 25%;
  }
  .date-bar .date-bar-month {
    height: 36px;
    padding: 7px 8px;
  }
  .media-item {
    padding: 20px 24px;
  }
  .navigation .share-toolbar {
    width: 106%;
  }
  .navigation .share-toolbar .list-inline {
    padding-left: 5px;
    margin-left: 5px;
  }
  .navigation .share-toolbar .list-inline:first-child img {
    width: 28px;
  }
  .navigation .share-toolbar .list-inline.social-links {
    float: left !important;
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  .navigation .share-toolbar .list-inline.social-links li:first-child {
    font-size: 10px;
  }
  .navigation .share-toolbar .list-inline.social-links .st_sharethis {
    display: none;
  }
  .navbar-header .navbar-brand {
    float: none;
    display: block;
    padding-left: 8%;
  }
  .navbar-header .navbar-brand img {
    width: 135px;
    height: auto;
    display: inline;
  }
  #navbar {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #FFF;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 80px;
    border: none;
    margin: 0;
  }
  #navbar-main {
    box-shadow: none;
  }
  #navbar-main .navbar-header {
    position: relative;
    z-index: 11;
    min-height: 90px;
    height: 90px;
    padding: 8px 20px;
    background-color: #FFF;
  }
  #navbar-main #primary-nav {
    margin: 0 0 20px;
  }
  #navbar-main #primary-nav li > a {
    font-size: 14px;
    padding: 7px 32px;
    color: #000;
  }
  #navbar-main #secondary-nav {
    margin: 0;
    padding: 20px 30px;
  }
  #navbar-main #secondary-nav > li {
    float: none;
    display: block;
    height: auto;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
    line-height: 1.2;
    border: 0;
  }
  #navbar-main #secondary-nav > li > a {
    display: block;
    padding: 6px 10px !important;
    border-bottom: 1px solid #fb85a5;
  }
  #navbar-main #secondary-nav > li > a > br {
    display: none;
  }
  #navbar-main #secondary-nav li.left.dotted-gradient {
    background: none;
  }
  #navbar-main #secondary-nav .dropdown-bubble {
    display: none !important;
  }
  #floating-menu {
    display: none;
  }
  #top-search {
    display: none;
  }
  .breadcrumb {
    position: relative;
    z-index: 11;
    margin: 0px -15px 30px;
    border-bottom: 1px solid #AAA;
    border-radius: 0;
    padding: 18px 40px 18px 10px;
    background-color: #FFF !important;
  }
  .breadcrumb:after {
    display: inline-block;
    vertical-align: top;
    float: right;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -5px -20px;
    color: #000;
  }
  .breadcrumb.active:after {
    content: "\f106";
  }
  section.sidebar {
    display: none;
    margin: -55px -15px 40px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 11;
    background-color: #FFF;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: ease-in-out;
  }
  section.sidebar h1 {
    display: none;
  }
  section.sidebar a {
    padding: 8px 15px;
  }
  section.sidebar > ul {
    padding: 0 30px;
  }
  section.sidebar.active {
    display: block;
  }
  .pop-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
  }
  .pop-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .pop-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
  }
  /*----------  pagination  */
  .counter {
    border-right: none;
    text-align: center;
    margin-bottom: 5px;
    padding: 0;
  }
  .pagination-container {
    text-align: center;
  }
  .pagination-container .pagination > li > span,
  .pagination-container .pagination > li a {
    margin-bottom: 15px;
    margin-right: 6px;
    margin-left: 7px;
  }
  section#services {
    padding: 40px 0 20px 0;
  }
  #grid {
    padding: 0;
  }
  #grid .row {
    margin: 0;
  }
  #grid .grid-col {
    height: auto;
    border-bottom: 1px solid #EEE;
  }
  #featured-niche .carousel .carousel-caption a {
    color: #FFF;
  }
  #footer.links ul.list-unstyled {
    border-bottom: 1px solid #AAA;
  }
  #footer.links ul.list-unstyled li h5 {
    padding: 0px 15px 5px;
  }
  #footer.links ul.list-unstyled li h5:after {
    display: inline-block;
    vertical-align: top;
    content: '+';
    float: right;
  }
  #footer.links ul.list-unstyled ul {
    display: none;
    padding: 0 17px 20px;
  }
  #footer.links ul.list-unstyled ul.active {
    display: block;
  }
  #footer .newsletter {
    padding: 20px 15px;
    text-align: center;
  }
  #footer .newsletter .form-group .input-group {
    display: block;
    min-height: 45px;
    overflow: hidden;
    font-size: 0;
  }
  #footer .newsletter .form-group .input-group .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    padding: 12px 0px;
  }
  #footer .newsletter .form-group .input-group .form-control {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 214px;
  }
  #footer .newsletter .form-group .btn-block {
    width: 72%;
  }
  #copyright-footer .container p span {
    display: block;
  }
  .mobile_slider {
    position: relative;
  }
  #carousel-example-generic {
    padding: 0;
    margin: 0 -15px;
  }
  #carousel-example-generic .carousel-inner {
    min-height: 240px;
  }
  #carousel-example-generic .carousel-inner .item {
    min-height: 240px;
  }
  #carousel-example-generic .carousel-caption {
    padding: 30px 70px;
    width: 100%;
  }
  #carousel-example-generic .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #carousel-example-generic .carousel-caption p {
    font-size: 20px;
    font-weight: 100;
  }
  #carousel-example-generic .carousel-caption .separator {
    margin-top: 30px;
    padding-top: 10px;
  }
  #carousel-example-generic .carousel-caption .separator a {
    font-size: 14px;
  }
  #carousel-example-generic .carousel-indicators {
    display: none;
  }
  #carousel-example-generic .carousel-control {
    width: 32px;
    top: 45%;
  }
  #carousel-example-generic .carousel-control.left {
    left: 15px;
  }
  #carousel-example-generic .carousel-control.left .glyphicon.glyphicon-chevron-left {
    top: 40%;
  }
  #carousel-example-generic .carousel-control.right {
    left: auto;
    right: 15px;
  }
  #carousel-example-generic .carousel-control.right .glyphicon.glyphicon-chevron-right {
    top: 40%;
  }
  #market .market-icon {
    background-size: 150px auto !important;
    background-repeat: no-repeat;
    background-position: center -42%;
    height: 210px;
  }
  #market .btn.btn-lg {
    display: inline;
    padding: 8px 10px;
    max-width: 100%;
    font-size: 14px;
  }
  section#discover-malaysia .section-heading {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  section#discover-malaysia .section-subheading {
    padding: 0 20px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  section#discover-malaysia .discover-icon {
    display: block;
    height: auto;
  }
  section#discover-malaysia .discover-icon h4 {
    font-size: 12px;
  }
  section#discover-malaysia .shadow-bar {
    text-align: center;
    margin-top: -20px;
  }
  section#discover-malaysia .shadow-bar img {
    margin-top: -22px;
  }
  .search .search-box {
    margin-bottom: 30px;
  }
  .search .search-box h2 {
    padding: 0;
    margin-bottom: 20px;
  }
  .search .search-box .row .col-md-9 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .search .search-box .row form {
    height: 32px;
  }
  .search .search-box .row form .form-group {
    display: none;
  }
  .search .search-box .row form:before {
    display: inline-block;
    vertical-align: top;
    float: right;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 4px 10px 0;
    color: #FFF;
  }
  .search .search-box .row form.active {
    height: auto;
  }
  .search .search-box .row form.active:before {
    content: "\f077";
  }
  .search .search-box .row form.active .form-group {
    display: block;
  }
  .search .search-box .col-md-6,
  .search .search-box .col-md-4:first-child {
    padding-left: 5px;
  }
  .search .search-box .col-md-3:last-child,
  .search .search-box .col-md-4:last-child {
    padding-right: 5px;
  }
  section fieldset {
    padding: 0px;
  }
  /*------------------------- form styling --------*/
  .form-horizontal .form-legend span.field-description {
    display: block;
    border-left: none;
    border-top: 1px solid #888;
    padding: 5px 0;
    line-height: 1.5;
  }
  .form-horizontal .form-group .checkbox {
    padding-bottom: 8px;
  }
  .form-horizontal .form-group .checkbox.large label::before {
    margin-top: 0px;
  }
  .form-horizontal .form-group .checkbox.large label::after {
    margin-left: -36px;
  }
  .form-horizontal .form-group.text-center {
    text-align: left;
  }
  .form-horizontal .form-group .btn {
    width: 100%;
  }
  form.ng-pristine .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .bods .panel-bod .col-md-2 {
    float: left;
    width: 20%;
    padding: 0;
  }
  .bods .panel-bod .col-md-10 {
    float: left;
    margin-top: 0;
    padding-right: 0;
    width: 80%;
  }
  .bods .panel-bod .panel-heading h1 {
    margin: 0;
    padding: 10px 0 5px;
    font-size: 17px;
  }
  .bods .panel-bod .panel-heading h2 {
    font-size: 13px;
  }
  .bods .panel-bod .panel-heading .pull-right {
    padding: 0;
  }
  .bods .panel-bod .panel-heading .pull-right i {
    margin-top: 6px;
  }
  .bods .panel-bod .panel-body .col-sm-10 {
    padding: 5px;
  }
  .bods .panel-bod .panel-body .bio {
    margin: 0;
  }
  .bods .panel-bod .panel-body .location {
    margin: 0;
  }
  .bods .panel-bod .panel-body .location p {
    margin-left: 32px;
  }
  .panel-group.jobs .col-md-4 {
    text-align: center;
  }
  .panel-group.jobs .col-md-4 .pull-right {
    float: none !important;
  }
  .panel-group.jobs p {
    margin-bottom: 15px;
  }
  .events .heading {
    padding: 10px 0 0px;
  }
  .events .heading h3 {
    margin-top: 3px;
  }
  .events .heading .col-md-6.text-left {
    float: left;
    width: 60%;
  }
  .events .heading .col-md-6.view-switcher {
    float: left;
    width: 40%;
    padding-top: 0;
    padding-left: 0;
  }
  .events .heading .col-md-6.view-switcher li a {
    color: #ff0042 !important;
  }
  .events .heading .col-md-6.view-switcher li a i {
    color: #ff0042 !important;
    vertical-align: -1px;
  }
  .events .heading .col-md-6.view-switcher li.active {
    display: none;
  }
  .events .events-list {
    margin-top: 0;
  }
  .events .events-list .event-list-content {
    padding: 2px 0 20px;
  }
  .news-list .news-item > .col-md-1 {
    float: left;
    width: 7%;
    padding: 0;
  }
  .news-list .news-item .news-icon i.fi-book-bookmark {
    font-size: 28px;
    margin: 0;
  }
  .news-list .news-item > .col-md-11 {
    float: left;
    width: 90%;
  }
  .news-list .news-item .news-content h4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .niche-subheader {
    font-size: 18px;
  }
  #niche-landing .niche-slide {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 0;
    overflow: hidden;
  }
  #niche-landing .niche-counter .inner .bee3D--nav__prev {
    left: 0;
  }
  #niche-landing .niche-counter .inner .bee3D--nav__next {
    right: 0;
  }
  #niche-landing .niche_desc p {
    font-size: 15px;
  }
  #niche-landing .niche_desc .niche-more,
  #niche-landing .niche_desc .btn {
    font-size: 12px;
  }
  .niche-content {
    width: 100%;
  }
  .niche-content p,
  .niche-content .text-highlight {
    font-size: 16px;
  }
  .niche-content img {
    display: inline;
    margin-bottom: 10px;
  }
  .niche-content img.pr-20 {
    padding-right: 0;
  }
  .niche-content .img-responsive {
    width: auto;
    margin: 0 auto 20px;
  }
  .niche-content .niche-event {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .niche-title {
    position: relative;
    top: 30px;
  }
  .niche-title .title {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
  }
  .niche-title a {
    position: absolute;
    margin-top: -40px;
  }
  .niche-title a.prev {
    left: 38%;
  }
  .niche-title a.next {
    right: 38%;
  }
  .niche-item {
    height: 400px;
  }
  .niche-quote {
    width: 100%;
    left: 0;
    top: 200px;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.3;
  }
  #promotional .content .categories .media-item {
    width: 50%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 170px;
  }
  #promotional .content h2 {
    font-size: 28px;
  }
  #promotional .content .media-col {
    margin-bottom: 30px;
  }
  #promotional .content .media-col .media-item {
    width: 47.5%;
    margin: 0 3px 5px 2px;
  }
  #promotional .content .articles {
    margin: 0 0 15px;
    padding: 0 20px;
  }
  #promotional .content .btn-danger {
    font-size: 13px;
    padding: 6px 15px;
  }
  #promotional header.landing {
    background-image: none;
    background-color: #FFF;
    color: #000;
    min-height: auto;
  }
  #promotional header.landing .search-box {
    min-height: auto;
  }
  #promotional header.landing h1 {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.2;
  }
  #promotional header.landing h2 {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: #333;
  }
  #promotional header.landing .well {
    width: 100%;
    margin: 0 auto;
    padding: 15px 28px;
    border-radius: 5px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #FFF;
  }
  #promo-categories-navbar {
    display: block;
    padding: 0;
    width: 110%;
    margin: 0 -5%;
  }
  #promo-categories-navbar .navbar .navbar-nav {
    margin: 0;
  }
  .modal.in .modal-dialog {
    margin: 85px 0;
  }
  .modal .modal-content {
    border-radius: 0;
  }
  .modal #photo-modal .modal-header {
    padding: 15px 10px;
  }
  .modal #photo-modal .modal-header .close {
    margin-top: 0;
    margin-right: 20px;
  }
  .modal #photo-modal .modal-body {
    padding: 10px 10px 30px;
  }
  .modal #photo-modal .modal-body .text-right {
    text-align: center;
  }
  .modal #photo-modal .modal-body .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }
  .modal #photo-modal .modal-body .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }
  .modal #photo-modal .modal-body .btn {
    padding: 8px 15px;
  }
  .modal #photo-modal .modal-body .photo-details .col-sm-4 {
    display: block;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 15px;
  }
  .modal #photo-modal .modal-body .photo-details .col-sm-4:first-child {
    padding-left: 5px;
  }
  .industry .body .col-md-4 {
    float: left;
    width: 33.3333333333%;
    min-height: 100px;
  }
  .industry .body .col-md-4 a {
    display: block;
  }
  .industry .body .col-md-4 img {
    width: 70%;
    max-height: 100%;
    padding: 0 !important;
  }
  .industry .body .col-md-4 h5 {
    position: initial;
    padding: 0;
    font-size: 11px;
    margin-top: 20px;
  }
  #procurement-tabs {
    margin: -10px 0 10px;
  }
  .stylish-tab li {
    width: 100%;
  }
  .stylish-tab li a {
    font-size: 13px;
    padding: 8px 10px 7px;
    border-radius: 0;
    margin: 0 1px 0px;
  }
  .stylish-tab-content table th {
    font-size: 11px;
    padding: 0;
    display: block;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .stylish-tab-content table td {
    display: block;
    width: 100% !important;
  }
  .google-maps {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .padding20 {
    padding: 20px;
  }
  .padding30 {
    padding: 30px;
  }
  .padding40 {
    padding: 40px;
  }
  .paddingSide150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .mobile-show {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  #promotional .content .categories .media-item {
    width: 25%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 250px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  /*-----------------------------------------------------  IPAD MINI portrait */
  .mobile-hide {
    display: block;
  }
  .mobile-show {
    display: none;
  }
  .ipadpotrait-hide {
    display: none;
  }
  .ipadpotrait-show {
    display: block;
  }
  body.noscroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  .container {
    width: 100%;
  }
  #navbar-main {
    position: relative;
    z-index: 99;
  }
  .breadcrumb {
    position: relative;
    z-index: 11;
    margin: 0px -15px 30px;
    border-bottom: 1px solid #AAA;
    border-radius: 0;
    padding: 18px 40px 18px 35px;
    background-color: #FFF !important;
  }
  .breadcrumb:after {
    display: inline-block;
    vertical-align: top;
    float: right;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -5px -20px;
    color: #000;
  }
  .breadcrumb.active:after {
    content: "\f106";
  }
  section.sidebar {
    display: none;
    margin: -55px -15px 40px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 11;
    background-color: #FFF;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: ease-in-out;
  }
  section.sidebar h1 {
    display: none;
  }
  section.sidebar a {
    padding: 10px 15px;
    font-size: 15px;
  }
  section.sidebar > ul {
    padding: 0 30px;
  }
  section.sidebar.active {
    display: block;
  }
  .pop-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
  }
  .pop-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .pop-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
  }
  .desktop_slider .sy-caption-wrap {
    bottom: 18%;
  }
  .desktop_slider .sy-caption-wrap .sy-caption {
    margin: 0 auto;
    width: 70%;
    line-height: 1.2;
  }
  .desktop_slider .action {
    bottom: 3%;
  }
  .desktop_slider .action .btn.btn-lg {
    padding: 9px 30px;
  }
  .desktop_slider .sy-pager {
    margin: 2% 0 0;
  }
  .desktop_slider .sy-pager a {
    border-color: #AAA;
  }
  section#services {
    padding: 40px 0 20px 0;
  }
  #grid {
    padding: 0;
  }
  #grid .row {
    margin: 0;
  }
  #grid .grid-col {
    float: left;
    width: 50%;
    height: auto;
    border-bottom: 1px solid #EEE;
  }
  #featured-niche .carousel .carousel-caption {
    width: 300px;
    padding: 50px 30px 50px;
  }
  #featured-niche .carousel .carousel-caption a {
    color: #FFF;
  }
  #featured-niche .carousel .carousel-indicators {
    width: 300px;
  }
  #featured-niche .carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  #market .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  #market .market-icon {
    height: 100px;
  }
  #market .market-icon h4 {
    padding: 115px 0 0;
  }
  section#discover-malaysia .section-heading {
    line-height: 1.3;
  }
  section#discover-malaysia .shadow-bar {
    text-align: center;
    margin-top: -20px;
  }
  section#discover-malaysia .shadow-bar img {
    margin-top: -22px;
  }
  section#discover-malaysia .col-xs-4 {
    margin-bottom: 30px;
  }
  .search .search-box .col-md-3 {
    float: left;
    width: 25%;
  }
  .search .search-box .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .search .search-box .col-md-6 {
    float: left;
    width: 50%;
  }
  .search .search-box .col-md-9 {
    float: left;
    width: 75%;
  }
  .date-bar .col-md-1 {
    float: left;
    width: 8.33333333%;
    padding: 0;
  }
  .date-bar .col-md-1 a {
    display: block;
  }
  .date-bar .col-md-1 .date-bar-month {
    margin: 0 auto;
  }
  .news-list .col-md-4 {
    float: left;
    width: 50%;
  }
  .news-list .news-item .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  .news-list .news-item .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  #promotional.promotional-landing .content .media-col .media-item {
    text-align: center;
  }
  #promotional.promotional-landing .content .media-videos img {
    width: 100%;
    height: auto;
  }
  #promotional .content .categories .media-item {
    width: 25%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 200px;
  }
  .niche-counter .inner .bee3D--nav__prev {
    left: 40%;
  }
  .niche-counter .inner .bee3D--nav__next {
    right: 40%;
  }
  /** niche **/
  .niche-quote {
    width: 100%;
    left: 0;
    top: 300px;
  }
  .niche-content img {
    display: inline;
    margin-bottom: 10px;
  }
  .niche-content img.pr-20 {
    padding-right: 2%;
    width: 48%;
  }
  .niche-content img.pr-20 + img {
    width: 46%;
  }
  .niche-content .img-responsive {
    width: auto;
    margin: 0 auto 20px;
  }
  .niche-content .niche-event .col-md-3 {
    float: left;
    width: 25%;
  }
  .niche-content .niche-event .col-md-9 {
    float: left;
    width: 75%;
  }
  .niche-content .col-md-6 {
    float: left;
    width: 50%;
  }
  .niche-content .col-md-6 img.pr-20 {
    padding-right: 0;
    padding-left: 5%;
    width: auto;
  }
  .directory-item .col-md-4 {
    float: left;
    width: 50%;
  }
  #footer .col-md-8 .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  #footer .newsletter {
    width: 358px;
    margin: 0 auto;
  }
  .panel-group .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  .panel-group .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .panel-group .bio p {
    font-size: 15px;
  }
  .jobs .panel-heading .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .jobs .panel-heading .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .row-fluid .col-md-3 {
    float: left;
    width: 25%;
  }
  .head-office .google-maps {
    margin-bottom: 20px;
  }
  .head-office .office-info {
    float: left;
    width: 35%;
  }
  .head-office .contact-form {
    float: left;
    width: 64%;
  }
  .events .heading h3 {
    font-weight: 700;
  }
  .events .view-switcher {
    padding-top: 0;
    margin-top: -22px;
  }
  .events .events-list {
    margin-top: 0;
  }
  .events .events-list .col-md-1 {
    float: left;
    width: 8.33333333%;
    padding-right: 0;
  }
  .events .events-list .col-md-4 {
    float: left;
    width: 33.33333333%;
    padding: 20px 0px 20px 20px;
  }
  .events .events-list .col-md-7 {
    float: left;
    width: 58.33333333%;
    padding: 20px 25px;
  }
  .events .events-list .col-md-8 {
    float: left;
    width: 58.33333333%;
    padding: 20px 25px;
  }
  .activities .timeline-container {
    margin-left: 45px;
  }
  .gallery-item .col-md-3 {
    float: left;
    width: 25%;
  }
  .gallery-item .col-md-9 {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  /**-----------------------------------------------  IPAD MINI landscape **/
  .ipadpotrait-hide {
    display: none;
  }
  .ipadpotrait-show {
    display: block;
    text-align: right;
  }
  .container {
    width: 96%;
  }
  #navbar-main .navbar-header {
    float: left;
    width: 15%;
  }
  #navbar-main .navbar-header .navbar-brand {
    margin-left: 0;
  }
  #navbar-main #navbar {
    float: left;
    width: 85%;
  }
  #navbar-main #primary-nav > li > a {
    font-size: 13px;
    padding: 15px 20px;
  }
  #navbar-main #secondary-nav {
    width: 100%;
  }
  section.sidebar {
    width: 100%;
  }
  #grid .content > .inner h4 {
    font-size: 15px;
  }
  #grid .content > .inner p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #featured-niche .carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  #market .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  #market .market-icon {
    height: 140px;
  }
  #market .market-icon h4 {
    padding: 155px 0 0;
  }
  section fieldset {
    padding-left: 20px;
    padding-right: 70px;
  }
  .niche-counter .inner .bee3D--nav__prev {
    left: 40%;
  }
  .niche-counter .inner .bee3D--nav__next {
    right: 40%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 800px;
  }
  #promotional .content .categories .media-item {
    width: 25%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .mobile-hide {
    display: block;
  }
  .mobile-show {
    display: none;
  }
  .ipadpotrait-hide {
    display: block;
  }
  .ipadpotrait-show {
    display: none;
  }
  #floating-menu {
    top: 80%;
  }
  #promotional .content .categories .media-item {
    width: 25%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 250px;
  }
}
@media (min-width: 1441px) {
  #floating-menu {
    top: 80%;
  }
  #promotional .content .categories .media-item {
    width: 16.6666666667%;
  }
  #promotional .content .categories .thumbnail-item {
    height: 275px;
  }
}

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