/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

@font-face {
  font-family: Roboto Slab;
  src: url(/fonts/Roboto_Slab/RobotoSlab-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Roboto Slab;
  src: url(/fonts/Roboto_Slab/RobotoSlab-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Roboto Slab;
  src: url(/fonts/Roboto_Slab/RobotoSlab-Light.ttf);
  font-weight: lighter;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

body {
  font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: normal;
  -ms-text-size-adjust: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
}

.widgets {
  background: #ededed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.widgets h3 {
  text-align: center;
  color: #7e7e7e;
  font-size: 20px;
  text-transform: uppercase;
}

.widgets .widget {
  text-align: center;
  margin-bottom: 50px;
}

.widgets .widget img {
  margin-bottom: 20px;
  height: 90px;
  transform: scale(1);
  transition: all 0.3s ease;
}

.widgets .widget h5 {
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.widgets .widget h5 a {
  font-size: 15px;
  color: #45414D;
}

.widgets .widget h5 a:hover {
  color: #168F63;
}

.widgets .widget .body a {
  font-size: 14px;
  color: #999999;
}

.widgets .widget .body a:hover {
  color: #168F63;
}

.widgets .widget:hover img {
  transform: scale(0.93);
}

@media (max-width: 410px) {
  .widgets .widget img {
    height: 70px;
  }
}

a {
  text-decoration: none !important;
  color: #484848;
}

a:focus,
a:hover,
a:active {
  color: #259559;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
  text-decoration: none;
}

.mid-form {
  margin-bottom: 30px;
}

.mid-form .input-title {
  font-size: 13px;
  margin: 0;
  color: #7E7E7E;
}

.mid-form > .input {
  position: relative;
}

.mid-form > .input input {
  font-size: 13px;
  color: #484848;
  height: 30px;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 17px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
}

.mid-form > .input input:focus {
  box-shadow: 0 0 6px #168F63;
  border: 1px solid #168F63;
}

.mid-form .mid-textarea textarea {
  width: 100%;
  height: 200px;
  font-size: 13px;
  color: #484848;
  border: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 17px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
}

.mid-form .mid-textarea textarea:focus {
  box-shadow: 0 0 6px #168F63;
  border: 1px solid #168F63;
}

.mid-form .mid-checkbox input {
  display: none;
}

.mid-form .mid-checkbox input:checked + label::after {
  content: '';
  position: absolute;
  background: url("../../../assets/img/tick.svg") no-repeat;
  background-size: 12px;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
}

.mid-form .mid-checkbox label {
  padding-left: 17px;
  font-size: 12px;
  color: #484848;
  position: relative;
  font-weight: 400;
  line-height: 20px;
}

.mid-form .mid-checkbox label::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #606076;
  position: absolute;
  border-radius: 2px;
  left: 0px;
  top: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.mid-form .mid-checkbox.has-error label::before {
  box-shadow: 0 0 6px #A90000;
  border: 1px solid #A90000;
}

.mid-form.required > .input::after {
  content: '*';
  position: absolute;
  font-family: Helvetica, sans-serif;
  right: 8px;
  top: 6px;
  color: #A90000;
  font-size: 18px;
}

.mid-form input.has-error {
  box-shadow: 0 0 6px #A90000;
  border: 1px solid #A90000;
}

#myFormWizard .tab-content {
  background-color: #fbfbfb;
}

#myFormWizard .tab-content .layer {
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
}

.schedule .date {
  font-size: 18px;
  color: #919191;
}

.schedule .date img {
  height: 23px;
  margin-right: 7px;
  margin-top: -4px;
}

.appointment-table {
  margin: 30px auto;
  position: relative;
  width: 100%;
  max-width: 767px;
}

.appointment-table .days-of-week-wrapper {
  width: 100%;
}

.appointment-table .days-of-week-wrapper .days-of-week {
  padding: 0 30px;
  width: 100%;
}

.appointment-table .day-of-week {
  width: 100px;
  margin-right: 1px;
  float: left;
}

.appointment-table .day-of-week .day {
  font-size: 10px;
  color: #7e7e7e;
}

.appointment-table .day-of-week .day-info {
  height: 70px;
}

.appointment-table .day-of-week .day-info .holiday {
  height: 20px;
  background-color: #168F63;
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  padding-left: 5px;
}

.appointment-table .day-of-week .day-info .available-appointments {
  font-size: 11px;
  color: #484848;
  position: relative;
  border-bottom: 5px;
  padding: 5px;
  height: 50px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.appointment-table .day-of-week .day-info .available-appointments .day-of-month {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 20px;
  color: #7e7e7e;
}

.appointment-table .day-of-week .day-info .available-appointments.bg-grey {
  background-color: #ededed;
}

.appointment-table .day-of-week .day-info .available-appointments.bg-white {
  background-color: #FFF;
}

.appointment-table .day-of-week .time-slot {
  padding: 10px 3px 0;
}

.appointment-table .day-of-week .time-slot .slot {
  font-size: 12px;
  color: #b3b3b3;
  padding: 10px 0;
  margin-bottom: 4px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid transparent;
}

.appointment-table .day-of-week .time-slot .slot.available {
  border: 1px solid #168F63;
  cursor: pointer;
  color: #7e7e7e;
}

.appointment-table .day-of-week .time-slot .slot.selected {
  background-color: #168F63;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1268px) {
  .appointment-table {
    width: 666px;
  }
}

@media (max-width: 1268px) {
  .appointment-table {
    width: 666px;
  }
}

@media (max-width: 991px) {
  .appointment-table {
    width: 767px;
  }
}

@media (max-width: 825px) {
  .appointment-table {
    width: 565px;
  }
}

@media (max-width: 625px) {
  .appointment-table {
    width: 363px;
  }
}

@media (max-width: 425px) {
  .appointment-table {
    width: 262px;
  }
}

.mid-card-wrapper {
  position: relative;
}

.mid-card-wrapper > .title {
  position: absolute;
  color: #484848;
  font-size: 14px;
  left: 15px;
  top: 7px;
}

.mid-card-wrapper > .big-title {
  position: absolute;
  color: #7E7E7E;
  font-size: 16px;
  top: 5px;
  left: 15px;
}

.mid-card-wrapper .mid-card {
  border-top: 1px solid #E5E5E5;
  margin-top: 30px;
  padding-top: 20px;
}

.call-us-wrapper .title {
  font-size: 16px;
  color: #7E7E7E;
  margin-bottom: 0;
}

.call-us-wrapper .call-us img {
  float: left;
  margin-right: 20px;
}

.call-us-wrapper .call-us p {
  font-size: 12px;
  line-height: 28px;
  color: #484848;
  margin-bottom: 15px;
  font-weight: bold;
}

.call-us-wrapper .detail {
  font-size: 12px;
  color: #484848;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}

.important-information p {
  font-size: 12px;
  color: #484848;
  margin-bottom: 15px;
  line-height: 15px;
}

.important-information p a {
  color: #259559;
}

.service-types {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.service-types li {
  padding-left: 45px;
}

.service-types input[type=radio] {
  display: none;
}

.service-types input[type=radio]:checked + .service-type::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #168F63;
  left: -27px;
  top: 3px;
}

.service-types input[type=radio]:checked + .service-type .circle {
  border: 1px solid #168F63;
}

.service-types input[type=radio]:checked + .service-type .title,
.service-types input[type=radio]:checked + .service-type .description {
  color: #168F63;
}

.service-types .service-type {
  margin-bottom: 10px;
  position: relative;
}

.service-types .service-type .circle {
  position: absolute;
  display: inline-block;
  left: -30px;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #7E7E7E;
  border-radius: 50%;
}

.service-types .service-type .title {
  font-size: 13px;
  margin: 0;
  color: #484848;
  margin-bottom: 5px;
  font-weight: 600;
}

.service-types .service-type .description {
  font-size: 11px;
  color: #7E7E7E;
  line-height: 13px;
}

.complete .appointment-sheet {
  padding-top: 23px;
  padding-left: 25px;
  border-bottom: 1px solid #E5E5E5;
  background-color: #FFFFFF;
}

.complete .appointment-sheet .print {
  float: right;
  width: 150px;
  cursor: pointer;
}

.complete .appointment-sheet .print img {
  float: left;
  width: 24px;
  margin-right: 15px;
  margin-top: -4px;
}

.complete .appointment-sheet .print p {
  font-size: 11px;
  color: #7E7E7E;
}

.complete .appointment-no {
  font-size: 19px;
  color: #7E7E7E;
  float: left;
}

.complete .info-wrapper {
  padding: 30px 15px;
  margin: 0;
  background-color: #FFFFFF;
}

.complete .info-wrapper table {
  margin-bottom: 20px;
  width: 100%;
}

.complete .info-wrapper table .type {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #484848;
  font-size: 12px;
  vertical-align: top;
}

.complete .info-wrapper table .info {
  text-align: left;
  color: #7E7E7E;
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 10px;
}

ul.navigation-links {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
}

ul.navigation-links > li:first-child {
  padding-top: 0;
}

ul.navigation-links li {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 10px 3px;
}

ul.navigation-links li a {
  color: #7E7E7E;
}

ul.navigation-links li a:hover {
  color: #259559;
}

ul.navigation-links li.active > a {
  color: #259559;
}

ul.navigation-links li.expand ul {
  max-height: 20em;
}

ul.dashed {
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  transition: all 1s, false, false, false;
  -webkit-transition: all 1s, false, false, false;
  -moz-transition: all 1s, false, false, false;
  -ms-transition: all 1s, false, false, false;
  -o-transition: all 1s, false, false, false;
}

ul.dashed li {
  position: relative;
}

ul.dashed li::before {
  content: '-';
  color: #7E7E7E;
  position: absolute;
  left: -15px;
  top: 10px;
}

ul.dashed li:last-child {
  padding-bottom: 0;
}

#notice {
  background-color: #FFA600;
  min-height: 43px;
  position: relative;
}

#notice button {
  position: absolute;
  border: none;
  top: 10px;
  right: 10px;
  background-color: #FFA600;
  outline: none;
}

#notice button img {
  width: 13px;
}

#notice p {
  color: white;
  padding: 12px 50px 12px 50px;
  font-weight: 400;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 480px) {
  #notice p {
    color: white;
    padding: 12px 50px 12px 30px;
    font-weight: 400;
    text-align: justify;
    margin: 0px 0px 0px 0px;
  }
}

#headlines {
  min-height: 465px;
  background: url(../../assets/img/loading.gif) no-repeat calc(50% - 25px) calc(50% - 25px);
  background-size: 50px;
  position: relative;
}

#headlines .logo-independence {
  position: absolute;
  left: 20px;
  top: -76px;
  z-index: 10000;
  height: 90px;
}

#headlines .logo-independence.hover:hover {
  opacity: 0;
}

#headlines .carousel-indicators {
  border-top: 4px solid #168F63;
  width: 93%;
  left: 33%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

#headlines .carousel-indicators li {
  position: relative;
  width: 25%;
  height: 90px;
  float: left;
  border: none;
  margin: 0;
  padding: 20px;
  border-radius: 0;
  text-align: left;
  font-family: DINPro, sans-serif;
}

#headlines .carousel-indicators li > img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}

#headlines .carousel-indicators li .title {
  position: relative;
  overflow: hidden;
  width: calc(100% - 65px);
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #484848;
  max-height: 39px;
  text-indent: 0;
  margin-top: -2px;
}

#headlines .carousel-indicators li .date {
  position: absolute;
  bottom: 9px;
  left: 84px;
  font-size: 9px;
  color: #7E7E7E;
  padding-left: 15px;
  text-indent: 0;
}

#headlines .carousel-indicators li .date img {
  position: absolute;
  margin-right: 5px;
  width: 9px;
  left: 0;
  top: 1px;
}

#headlines .carousel-indicators li.active {
  background-color: #168F63;
}

#headlines .carousel-indicators li.active .title,
#headlines .carousel-indicators li.active .date {
  color: #FFFFFF;
}

#headlines .carousel-indicators li.active .title .grey,
#headlines .carousel-indicators li.active .date .grey {
  opacity: 0;
}

#headlines .small-screen {
  display: none;
}

#headlines .carousel-inner .active .news-title,
#headlines .carousel-inner .active .news-body {
  right: 0;
}

#headlines .carousel-inner .news-title {
  position: absolute;
  right: -500px;
  top: 230px;
  background-color: rgba(46, 58, 67, 0.8);
  color: #FFFFFF;
  padding: 15px;
  padding-bottom: 0;
  font-size: 18px;
  width: 400px;
  border-top: 5px solid #1ECC8D;
  transition: right 1s;
}

#headlines .carousel-inner .news-title .title {
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 18px;
  max-height: 75px;
  overflow: hidden;
  font-weight: 300;
}

#headlines .carousel-inner .news-title .date {
  font-size: 12px;
}

#headlines .carousel-inner .news-title .date img {
  margin-right: 4px;
  margin-top: -3px;
}

#headlines .carousel-inner .news-body {
  position: absolute;
  right: -380px;
  top: 170px;
  background-color: rgba(46, 58, 67, 0.8);
  color: #FFFFFF;
  padding: 15px;
  padding-bottom: 5px;
  font-size: 13px;
  width: 380px;
  font-weight: 100;
  transition: right 1s;
  transition-delay: .2s;
}

#headlines .carousel-inner .news-body .read-more {
  color: #1ECC8D;
  font-weight: 400;
}

@media (max-width: 960px) {
  #headlines {
    min-height: 0;
  }

  #headlines .carousel-indicators {
    background: none;
    border: none;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    margin: 0;
    height: 20px;
  }

  #headlines .carousel-indicators img,
  #headlines .carousel-indicators .date,
  #headlines .carousel-indicators .title {
    display: none;
  }

  #headlines .carousel-indicators li {
    display: inline-block;
    float: none;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 2px;
    border-radius: 10px;
    border: 1px solid #FFF;
  }

  #headlines .carousel-indicators li.active {
    background-color: #FFF;
  }
}

@media (max-width: 800px) {
  #headlines .carousel-inner .news-title {
    top: 0;
    width: 300px;
  }

  #headlines .carousel-inner .news-title .title {
    font-size: 16px;
  }

  #headlines .carousel-inner .news-body {
    display: none;
  }
}

@media (max-width: 640px) {
  #headlines .carousel-inner .news-title {
    width: 280px;
  }

  #headlines .carousel-inner .news-title .title .title {
    font-size: 14px;
  }

  #headlines .carousel-inner .news-title .date {
    display: none;
  }
}

@media (max-width: 480px) {
  #headlines .carousel-inner .news-title {
    width: 260px;
  }

  #headlines .carousel-inner .news-title .title {
    font-size: 12px;
  }
}

#not-found-404 {
  padding: 200px 100px;
  text-align: center;
  background: #FBFBFB;
}

#not-found-404 .not-found {
  color: #B3B3B3;
  font-weight: 300;
  margin-top: 0;
}

#not-found-404 .wrong-address {
  color: #7e7e7e;
  font-weight: 300;
  margin-bottom: 0;
}

#not-found-404 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #not-found-404 {
    padding: 100px 15px;
  }

  #not-found-404 .not-found {
    font-size: 22px;
  }

  #not-found-404 .wrong-address {
    font-size: 16px;
  }
}

.mid-btn-filled {
  background: #168F63;
  color: #fff;
  border-radius: 0;
}

.mid-btn-filled:hover {
  color: #fff;
}

.mid-btn-outlined {
  background: none;
  border: 1px solid #168F63;
  color: #168F63;
  border-radius: 0;
}

.mid-btn-outlined:hover {
  color: #168F63;
}

.app.btn {
  font-family: DINPro, sans-serif;
  font-size: 13px;
  min-width: 100px;
  margin-left: 10px;
  font-weight: 500;
}

#journals {
  padding: 0 70px;
}

#journals .item {
  margin-bottom: 35px;
}

#journals .item .img-wrapper {
  position: relative;
  width: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: auto;
  margin-bottom: 10px;
}

#journals .item .img-wrapper .journal-img {
  width: 100%;
}

#journals .item .img-wrapper .download-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

#journals .item .img-wrapper .download-buttons .read {
  margin-right: 10px;
}

#journals .item .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  color: #7e7e7e;
}

#journals .item .quarter {
  text-align: center;
  font-size: 13px;
  color: #7e7e7e;
}

@media (max-width: 991px) {
  #journals {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  #journals {
    padding: 0;
  }
}

.news-date {
  position: absolute;
  top: 0;
  right: 15px;
  color: #FFFFFF;
  background-color: #168F63;
  padding: 5px 10px;
  font-family: "Roboto Slab";
}

.news-date span {
  display: block;
  text-align: center;
}

.news-date .day {
  font-size: 20px;
  line-height: 20px;
}

.news-date .month {
  font-size: 13px;
  line-height: 13px;
}

.search-results-wrapper {
  padding: 20px 150px 50px;
}

.search-results-wrapper .main-title {
  font-weight: 500;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.search-results-wrapper .search-results .search-result {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.search-results-wrapper .search-results .search-result .search-term {
  background: #dedede;
  border-radius: 2px;
}

.search-results-wrapper .search-results .search-result .title {
  text-transform: uppercase;
  color: #168F63;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.search-results-wrapper .search-results .search-result .body {
  color: #484848;
  font-size: 12px;
  margin-bottom: 10px;
}

.search-results-wrapper .search-results .search-result .link {
  color: #168F63;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.search-results-wrapper .search-results .search-result.last {
  border-bottom: none;
}

.search-results-wrapper .no-result .not-found {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #B3B3B3;
  padding: 15px;
  height: 200px;
}

.search-results-wrapper .no-result ul.search-suggestions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.search-results-wrapper .no-result ul.search-suggestions li {
  color: #7e7e7e;
  font-size: 12px;
  line-height: 25px;
}

.websites-wrapper {
  padding: 20px 15px 50px;
}

.websites-wrapper .main-title {
  font-weight: 500;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.websites-wrapper .websites .website {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  position: relative;
}

.websites-wrapper .websites .website .title {
  text-transform: uppercase;
  color: #168F63;
  font-size: 13px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.websites-wrapper .websites .website .link {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.websites-wrapper .websites .website.last {
  border-bottom: none;
}

.websites-wrapper .websites .website .btn-wrapper .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 0px;
  background-color: #168F63;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  min-width: 110px;
}

@media (max-width: 767px) {
  .websites-wrapper .websites .website .link {
    margin-bottom: 10px;
  }

  .websites-wrapper .websites .website .btn-wrapper {
    height: 32px;
    margin-bottom: 10px;
  }

  .websites-wrapper .websites .website .btn-wrapper .btn {
    position: static;
  }
}

@media (max-width: 767px) {
  .websites-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumbs-wrapper {
  background-color: #F6F6F6;
}

.breadcrumbs-wrapper .breadcrumbs {
  text-transform: uppercase;
  height: 40px;
  padding-left: 15px;
  line-height: 40px;
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 400;
  color: #168F63;
  overflow: hidden;
}

.breadcrumbs-wrapper .breadcrumbs img {
  width: 8px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 0;
  }
}

#nav-bar {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
}

#nav-bar .search-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 54px;
  z-index: -1;
  opacity: 0;
  background-color: #FFFFFF;
  transition: all 0.25s;
}

#nav-bar .search-wrapper input {
  border: none;
  outline: none;
  height: 54px;
  width: 100%;
  padding-left: 60px;
  padding-right: 90px;
  opacity: 0;
  font-size: 13px;
  font-weight: 400;
}

#nav-bar .search-wrapper.anim {
  z-index: 200;
  opacity: 1;
}

#nav-bar .search-wrapper.anim input {
  opacity: 1;
}

#nav-bar .search-line {
  position: absolute;
  border-bottom: 1px solid #EDEDED;
  height: 5px;
  top: 35px;
  z-index: 300;
  opacity: 1;
  margin: 0 auto;
  left: calc(100% - 45px);
  right: 60px;
  transition: left 1s;
  transition-timing-function: cubic-bezier(0.41, 0.99, 0.28, 1);
}

#nav-bar .search-line.anim {
  left: 45px;
}

#nav-bar .search-icon {
  position: absolute;
  top: 19px;
  right: 60px;
  z-index: 300;
  transition: right 1s;
  transition-timing-function: cubic-bezier(0.41, 0.99, 0.28, 1);
}

#nav-bar .search-icon.anim {
  right: calc(100% - 45px);
  top: 19px;
}

#nav-bar .years-25-anniversary {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

#nav-bar .years-25-anniversary .logo-independence {
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
}

#nav-bar .years-25-anniversary .logo-independence.hover:hover {
  opacity: 0;
}

@media (max-width: 960px) {
  #nav-bar .years-25-anniversary {
    display: none;
  }
}

#nav-bar .years-20-icon-hover,
#nav-bar .years-20-icon {
  position: absolute;
  right: 88px;
  top: 0;
  width: 114px;
}

#nav-bar .years-20-icon {
  z-index: 1;
}

#nav-bar .years-20-icon:hover {
  opacity: 0;
}

#nav-bar .mobile-menu {
  display: none;
  height: 54px;
}

#nav-bar .mobile-menu .menu-open {
  position: absolute;
  top: 11px;
  left: 15px;
  cursor: pointer;
  line-height: 33px;
}

#nav-bar .mobile-menu .menu-open .menu-lines {
  float: left;
  margin-right: 10px;
}

#nav-bar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
}

#nav-bar ul ul li {
  line-height: 20px;
  white-space: nowrap;
  border-bottom: 1px solid #EDEDED;
  background-color: #FFFFFF;
  z-index: 10000;
}

#nav-bar ul ul li a {
  display: block;
  padding: 10px 20px;
}

#nav-bar ul ul li:hover {
  background-color: #EDEDED;
  color: #259559;
}

#nav-bar ul ul li.has-dropdown {
  padding: 10px 20px;
  color: #484848;
}

#nav-bar ul ul li:hover::after {
  content: '';
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  background-color: #259559;
}

#nav-bar .nav {
  height: 54px;
}

#nav-bar .nav > ul > li {
  position: relative;
  display: inline-block;
  line-height: 54px;
  padding: 0 22px;
  font-family: DINPro, sans-serif;
}

#nav-bar .nav > ul > li > ul {
  text-align: left;
  position: absolute;
  left: -4px;
  top: 100%;
  z-index: 10000;
  overflow: hidden;
  max-height: 0;
  min-width: 100%;
}

#nav-bar .nav > ul > li > ul > li {
  display: block;
  min-width: 100%;
  transform: translate(0px, -20px) rotateX(90deg);
  transform-origin: center top;
  opacity: 0;
}

#nav-bar .nav > ul > li > ul > li > ul {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  max-width: 0;
  transform: translate3d(10px, 0, 0);
  transition: opacity 0.5s, transform 0.5s;
}

#nav-bar .nav > ul > li > ul > li > ul > li {
  position: relative;
  min-width: 200px;
  width: 100%;
}

#nav-bar .nav > ul > li > ul > li.anim {
  opacity: 1;
  transform: translate(0px, 0px) rotateX(0deg);
  transition: transform .2s, opacity .2s;
}

#nav-bar .nav > ul > li > ul > li:hover > ul {
  max-width: 1000px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#nav-bar .nav > ul > li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 17px;
  height: 20px;
  width: 1px;
  background-color: #259559;
}

#nav-bar .nav > ul > li.last::after {
  background-color: #FFFFFF;
}

#nav-bar .nav > ul > li:hover {
  color: #259559;
}

#nav-bar .nav > ul > li:hover > ul {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}

.map-search {
  height: 74px;
  background-color: #FFFFFF;
  padding: 6px 170px 17px;
  width: 100%;
}

.map-search .search-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #979797;
  padding: 18px 55px 0 29px;
}

.map-search .search-wrapper input {
  font-size: 13px;
  border: none;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  outline: none;
}

.map-search .search-wrapper::before {
  position: absolute;
  content: '';
  height: 12px;
  width: 1px;
  background-color: #979797;
  bottom: 0;
  left: 0;
}

.map-search .search-wrapper::after {
  position: absolute;
  content: '';
  height: 12px;
  width: 1px;
  background-color: #979797;
  bottom: 0;
  right: 0;
}

.map-search .search-icon {
  position: absolute;
  right: 22px;
  bottom: 13px;
}

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */

.c-hamburger {
  background: #FFF;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #168F63;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #168F63;
  content: "";
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::after {
  bottom: -6px;
}

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  transition: transform 0.3s;
}

/* active state, i.e. menu open */

.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */

.c-hamburger--htx {
  background-color: #FFF;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
  background-color: #FFF;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */

.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span {
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */

.c-hamburger--htla.is-active {
  background-color: #19903c;
}

.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(12px) translateY(1px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(12px) translateY(-1px) rotate(-45deg);
}

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from 
 * right that will be close on re-click of the icon.
 */

.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span {
  transition: transform 0.3s;
}

.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */

.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-2px) translateY(1px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-2px) translateY(-1px) rotate(45deg);
}

* {
  box-sizing: border-box;
}

body {
  font-family: DINPro, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
}

.content-wrapper {
  padding: 0 7%;
  max-width: 1420px;
  margin: auto;
}

.mid-container {
  padding: 0 15px 50px;
  background-color: #FBFBFB;
}

.gallery {
  padding: 15px;
}

.gallery h4.main-title {
  margin-bottom: 35px;
}

.gallery .albums .album-cover {
  position: relative;
  margin: 0 auto 30px;
  max-width: 355px;
}

.gallery .albums .album-cover img {
  width: 100%;
  position: relative;
  z-index: 100;
}

@media (max-width: 400px) {
  .gallery .albums .album-cover {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
  }
}

.gallery .albums .album-cover .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  z-index: 100;
}

.gallery .albums .album-cover .wrapper .info {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery .albums .album-cover .wrapper .info .album-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.gallery .albums .album-cover .wrapper .info .date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
}

.gallery .albums .album-cover .wrapper .info .photo-count {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}

.gallery .albums .album-cover .wrapper .info .photo-count img {
  width: 14px;
  margin-right: 3px;
  margin-top: -4px;
}

.gallery .albums .album-cover::before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  background: #dedede;
  height: 15px;
  top: -4px;
  z-index: 1;
  transform: rotateZ(0deg);
  transform-origin: top right;
  transition: all 0.3s ease;
}

.gallery .albums .album-cover::after {
  position: absolute;
  content: '';
  left: 12px;
  right: 12px;
  background: #ededed;
  height: 15px;
  top: -8px;
  z-index: 0;
  transform: rotateZ(0deg);
  transform-origin: top right;
  transition: all 0.3s ease 0.1s;
}

.gallery .albums .album-cover:hover::before {
  transform: rotateZ(1deg);
}

.gallery .albums .album-cover:hover::after {
  transform: rotateZ(2deg);
}

@media (max-width: 767px) {
  .gallery {
    padding-left: 0;
    padding-right: 0;
  }
}

.album .photos .photo {
  margin-bottom: 30px;
}

.album .photos .photo img {
  width: 100%;
}

@media (max-width: 1199px) {
  .album {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .album {
    padding-left: 0;
    padding-right: 0;
  }
}

.lb-outerContainer {
  background: none;
  border-radius: 0;
}

.lightbox .lb-image {
  border-radius: 0;
}

.lb-data .lb-close {
  background-image: url("../../assets/img/lightbox/close.svg");
  background-size: 25px;
}

.lb-nav a.lb-next {
  background: url("../../assets/img/lightbox/right_arrow.svg") right 48% no-repeat;
}

.lb-nav a.lb-prev {
  background: url("../../assets/img/lightbox/left_arrow.svg") left 48% no-repeat;
}

.lb-loader .lb-cancel {
  background-image: url("../../assets/img/lightbox/loader.gif");
  background-size: 32px;
}

.flights {
  padding: 15px;
}

.flights .agency-address .address {
  padding-left: 15px;
}

.flights .agency-address .address .place {
  text-transform: uppercase;
  color: #484848;
  font-size: 12px;
  margin-bottom: 25px;
  font-weight: bold;
}

.flights .agency-address .address table {
  color: #484848;
  font-size: 12px;
}

.flights .agency-address .address table tr td {
  vertical-align: top;
  padding-bottom: 7px;
}

.flights .agency-address .address table tr td:first-child {
  width: 85px;
}

.flights .agency-address .address .show-on-map {
  color: #168F63;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.flights .agency-address .address .show-on-map img {
  height: 15px;
  margin-top: -2px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .flights .schedules .schedule {
    overflow: scroll;
  }
}

.flights .schedules .schedule h5.main-title img {
  margin-left: 10px;
  height: 17px;
  margin-top: -4px;
}

.flights .schedules .schedule .table {
  margin-bottom: 0;
}

.flights .schedules .schedule .table,
.flights .schedules .schedule .table tr,
.flights .schedules .schedule .table th,
.flights .schedules .schedule .table td {
  text-align: center;
  border: none;
  vertical-align: middle;
}

.flights .schedules .schedule .table th,
.flights .schedules .schedule .table td {
  padding-top: 0;
  padding-bottom: 0;
}

.flights .schedules .schedule .table tr {
  height: 50px;
}

.flights .schedules .schedule .table thead {
  background: #EDEDED;
}

.flights .schedules .schedule .table thead th {
  color: #7E7E7E;
  text-transform: uppercase;
  font-size: 12px;
}

.flights .schedules .schedule .table tbody tr td {
  color: #484848;
  font-size: 12px;
}

.flights .schedules .schedule .table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.flights .schedules .note {
  font-size: 12px;
  color: #484848;
}

.flights .schedules .note span {
  text-transform: uppercase;
  color: #CC0909;
  font-weight: bold;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .flights {
    padding-left: 0;
    padding-right: 0;
  }
}

#header {
  background-image: url("../../assets/img/top_banner.jpg");
  background-size: 1440px;
  background-repeat: no-repeat;
  width: 100%;
}

#header #language-bar {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: DINPro, sans-serif;
  font-size: 13px;
}

#header #language-bar .language-dropdown {
  position: relative;
  height: 25px;
  line-height: 24px;
  float: right;
  margin-right: 20px;
  font-size: 12px;
  transition: right 1s;
}

#header #language-bar .language-dropdown .language {
  float: left;
  color: #044321;
  margin-right: 10px;
}

#header #language-bar .language-dropdown .language-selected {
  float: left;
  color: #FFFFFF;
  cursor: pointer;
}

#header #language-bar .language-dropdown .language-selected::after {
  position: absolute;
  content: '';
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #FFFFFF;
  right: -12px;
  top: 10px;
}

#header #language-bar ul.langs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 25px;
  line-height: 25px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  margin-right: 40px;
  transition: max-width 1s;
}

#header #language-bar ul.langs li {
  display: inline-block;
  height: 25px;
  padding-right: 5px;
}

#header #language-bar ul.langs li a {
  color: #FFFFFF;
  font-size: 12px;
}

#header #language-bar ul.langs li a:hover {
  color: #259559;
}

#header #language-bar ul.langs.anim {
  max-width: 120px;
}

#header #language-bar ul.langs.anim ~ .language-dropdown .language-selected::after {
  border-right: none;
  border-left: 5px solid #FFFFFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  top: 8px;
}

#header .info-wrapper {
  height: 90px;
  padding: 17px 35px 0 35px;
}

#header .info-wrapper .info-wrapper {
  float: left;
}

#header .info-wrapper .embassy {
  color: #FFFFFF;
  text-align: left;
}

#header .info-wrapper .embassy .big {
  font-size: 16px;
  line-height: 34px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-weight: 400;
}

#header .info-wrapper .embassy .small {
  font-size: 14px;
  line-height: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

#header .year-slogan {
  float: right;
}

#header .year-slogan:hover .white-logo {
  opacity: 0;
}

#header .year-slogan .logo {
  position: relative;
  float: left;
  margin: 0;
}

#header .year-slogan .logo .white-logo {
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 1;
  margin-right: 15px;
  width: 70px;
}

#header .year-slogan .logo .color-logo {
  position: absolute;
  right: 0;
  top: -8px;
  margin-right: 15px;
  width: 70px;
}

#header .year-slogan .text {
  float: left;
  color: #fff;
  font-weight: 300;
  margin-top: 9px;
}

#section-home .quote {
  color: #7E7E7E;
  padding-bottom: 40px;
}

#section-home .quote .president-jpg {
  width: 240px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  margin-right: 30px;
}

#section-home .quote .quote-svg {
  position: absolute;
  width: 150px;
  left: 292px;
  top: 95px;
}

#section-home .quote .president {
  font-size: 20px;
  text-align: right;
  padding-bottom: 0;
  color: #7E7E7E;
  min-height: 56px;
}

#section-home .quote .body {
  font-size: 16px;
  font-style: italic;
  text-indent: 70px;
  padding-left: 0;
  text-align: justify;
  font-weight: 300;
}

#section-home .news-wrapper {
  padding-bottom: 35px;
  background-color: #F6F6F6;
  display: -ms-flexbox;
  display: flex;
}

#section-home .news-wrapper img {
  width: 100%;
}

#section-home .news-wrapper .title {
  position: absolute;
  text-align: right;
  font-size: 16px;
  color: #7E7E7E;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 15px;
  top: -40px;
  right: 15px;
  font-style: italic;
}

#section-home .news-wrapper .latest-highlights {
  border-top: 5px solid #168F63;
}

#section-home .news-wrapper .latest-highlights .news-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 10px;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5);
}

#section-home .news-wrapper .latest-highlights .large {
  margin-bottom: 30px;
}

#section-home .news-wrapper .recent-news {
  border-top: 5px solid #168F63;
}

#section-home .news-wrapper .recent-news .read-more {
  margin: auto;
  font-size: 12px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #168F63;
  color: #168F63;
  cursor: pointer;
  width: 120px;
  text-align: center;
  margin-top: 35px;
}

#section-home .news-wrapper .recent-news .news {
  position: relative;
  border-bottom: 1px solid #7E7E7E;
  background-color: #FFFFFF;
}

#section-home .news-wrapper .recent-news .news .body {
  margin-bottom: 25px;
}

#section-home .news-wrapper .recent-news .news .body a {
  display: block;
  padding: 20px 30px 0 10px;
  font-size: 12px;
  text-decoration: none;
}

#section-home .news-wrapper .recent-news .news .date {
  position: absolute;
  font-size: 11px;
  text-align: right;
  color: #B3B3B3;
  bottom: 0;
  right: 10px;
}

#section-home .news-wrapper .recent-news .news .date img {
  width: 12px;
  margin-right: 4px;
  margin-top: -2px;
}

#section-home .news-wrapper .recent-news .news:nth-child(even) {
  background-color: #F2F2F2;
}

#section-home .news-wrapper .recent-news .news:hover {
  background-color: #F6F6F6;
}

#section-tm .tm-content {
  padding: 30px;
  background-color: #FBFBFB;
}

#section-tm .tm-content .title {
  position: absolute;
  color: #7E7E7E;
  font-size: 16px;
  margin: 0;
}

#section-tm .tm-content .nav-tm {
  border-top: 1px solid #E5E5E5;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
  font-size: 13px;
  line-height: 40px;
}

#section-tm .tm-content .nav-tm li a {
  color: #7E7E7E;
}

#section-tm .tm-content .nav-tm li a:hover {
  color: #0B9E76;
}

#section-tm .tm-content .nav-tm li.active a {
  color: #0B9E76;
}

#section-tm .tm-content .news-block {
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
  padding-top: 17px;
  position: relative;
}

#section-tm .tm-content .news-block img.tm {
  width: 100%;
  margin-bottom: 15px;
}

#section-tm .tm-content .news-block .body {
  font-family: DINPro, sans-serif;
  font-size: 13px;
  border: none;
  background-color: #FBFBFB;
  padding: 0;
  padding-top: 0px;
}

#section-tm .tm-content .news-block .body p {
  margin-bottom: 20px;
}

#section-tm .tm-content .news-block .news-date {
  top: 17px;
  right: 0;
}

#section-news .news-wrapper {
  padding: 40px 15px;
}

#section-news .news-wrapper .latest-news-wrapper {
  position: relative;
  margin-bottom: 50px;
}

#section-news .news-wrapper .latest-news-wrapper .rss {
  position: absolute;
  top: -25px;
  right: 15px;
}

#section-news .news-wrapper .latest-news-wrapper .rss .rss-logo {
  height: 22px;
}

#section-news .news-wrapper .latest-news-wrapper .rss .rss-logo.hover {
  position: absolute;
  right: 0px;
  top: 0px;
}

#section-news .news-wrapper .latest-news-wrapper .rss:hover .rss-logo.hover {
  opacity: 0;
}

#section-news .news-wrapper .latest-news-wrapper > .title {
  position: absolute;
  font-size: 16px;
  color: #7E7E7E;
  top: -25px;
  left: 15px;
  text-transform: uppercase;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block {
  position: relative;
  padding-right: 15px;
  margin-bottom: 30px;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .pic-wrapper {
  width: 240px;
  height: 179px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  float: left;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .pic-wrapper .pic {
  width: 100%;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .pic-wrapper .news-date {
  right: 0 !important;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .title {
  font-size: 14px;
  margin-bottom: 8px;
  color: #484848;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  color: #168F63;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .body {
  font-size: 13px;
  color: #484848;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
}

#section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .read-more {
  position: absolute;
  left: 260px;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #168F63;
  color: #168F63;
  cursor: pointer;
}

#section-news .news-wrapper .load-more {
  margin: 15px auto;
  color: #168F63;
  border: 1px solid #168F63;
  padding: 10px 20px;
  border-radius: 35px;
  width: 150px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

@media (max-width: 767px) {
  #section-news .news-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .title {
    font-size: 12px;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .body {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #section-news .news-wrapper .latest-news-wrapper {
    margin-bottom: 0;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news {
    margin-left: -15px;
    margin-right: -15px;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block {
    width: 50%;
    padding: 15px;
    float: left;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .pic-wrapper {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .title {
    text-align: center;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .body {
    display: none;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .read-more {
    display: none;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block:nth-child(odd) {
    clear: both;
  }
}

@media (max-width: 480px) {
  #section-news .breadcrumbs {
    padding: 0;
  }

  #section-news .news-wrapper .latest-news-wrapper {
    margin-bottom: 25px;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block {
    padding: 0;
    width: 100%;
    float: none;
  }

  #section-news .news-wrapper .latest-news-wrapper .latest-news .news-block .news .title {
    padding: 0 15px;
  }

  #section-news .news-wrapper .more-articles-wrapper .title {
    font-size: 16px;
    top: -28px;
  }
}

#section-appointment {
  padding: 0 15px;
}

#section-appointment .wizard-wrapper {
  background-color: #fbfbfb;
  padding-bottom: 50px;
}

#section-contact-us .contact {
  padding: 15px 15px 0 15px;
  margin-bottom: 70px;
}

#section-consular-services .consular {
  padding: 15px 15px 0;
}

#section-consular-services .consular .title {
  font-weight: bold;
}

@media (max-width: 767px) {
  #section-consular-services .consular {
    padding-right: 0;
    padding-left: 0;
  }
}

.asian-games {
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.asian-games .cover {
  width: 100%;
}

.asian-games .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 435px;
  padding-top: 25px;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1400px) {
  .asian-games .main {
    padding-left: 510px;
  }
}

.asian-games .main .title {
  font-size: 24px;
  font-weight: 200;
  margin: 10px 0 0 0;
}

.asian-games .main .countdown-wrapper .desc {
  font-size: 14px;
  width: 340px;
  font-weight: 500;
  float: left;
  padding-right: 40px;
  position: relative;
  margin: 0;
  margin-top: 10px;
}

.asian-games .main .countdown-wrapper .desc::after {
  position: absolute;
  content: '';
  height: 50px;
  width: 1px;
  background: #000;
  right: 0;
  top: -7px;
}

.asian-games .main .countdown-wrapper .countdown {
  float: left;
  margin-left: 50px;
}

.asian-games .main .countdown-wrapper .countdown .part {
  float: left;
  text-align: center;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

.asian-games .main .countdown-wrapper .countdown .part .number {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 1080px) {
  .asian-games {
    height: 200px;
  }

  .asian-games .cover {
    width: auto;
    height: 100%;
  }

  .asian-games .main {
    padding-left: 0;
  }

  .asian-games .main .title {
    text-align: center;
  }

  .asian-games .main .countdown-wrapper .desc {
    width: auto;
    float: none;
    text-align: center;
    padding: 0;
  }

  .asian-games .main .countdown-wrapper .desc::after {
    display: none;
  }

  .asian-games .main .countdown-wrapper .countdown {
    margin: 10px 0 0 0;
    text-align: center;
    float: none;
  }

  .asian-games .main .countdown-wrapper .countdown .part {
    float: none;
    display: inline-block;
  }
}

#section-map {
  background-color: #EDEDED;
  padding: 30px 0 15px 0;
}

#section-map .worldmap-embassies {
  font-family: "Roboto Slab", sans-serif;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #7E7E7E;
  margin-bottom: 45px;
  padding: 0 15px;
}

#section-map .worldmap {
  overflow: hidden;
  padding-right: 25px;
  padding-bottom: 60%;
  height: 0;
  position: relative;
}

#section-map .worldmap #worldmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

#footer-map {
  background-color: #EDEDED;
  padding: 0 75px 45px;
}

#footer-map .region-block {
  width: 20%;
  float: left;
  padding: 5px;
}

#footer-map .region {
  line-height: 19px;
  font-size: 14px;
  color: #484848;
  margin-bottom: 30px;
  font-family: "Roboto Slab", sans-serif;
}

#footer-map .embassies {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #484848;
  font-size: 13px;
  margin-bottom: 30px;
}

#footer {
  background-color: #343434;
  padding: 35px 35px;
}

#footer .link-block {
  height: inherit;
}

#footer .link-block .title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 5px;
  margin-bottom: 0;
}

#footer .link-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-height: 280px;
  padding: 20px 5px 0 15px;
  border-right: 1px solid #484848;
}

#footer .link-block ul li {
  margin-bottom: 3px;
}

#footer .link-block ul a,
#footer .link-block ul.contacts {
  text-decoration: none;
  color: #DEDEDE;
  font-size: 14px;
  font-weight: 100;
}

#footer .link-block ul.last {
  border: none;
}

#footer-bottom {
  background-color: #343434;
  padding: 25px;
}

#footer-bottom p {
  color: #7E7E7E;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

#footer-bottom p:last-child {
  margin: 0;
}

@font-face {
  font-family: DINPro;
  src: url(/fonts/DINPro/DINPro-Regular.otf);
  font-weight: 300;
}

@font-face {
  font-family: DINPro;
  src: url(/fonts/DINPro/DINPro-Light.otf);
  font-weight: 100;
}

@font-face {
  font-family: DINPro;
  src: url(/fonts/DINPro/DINPro-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: DINPro;
  src: url(/fonts/DINPro/DINPro-Medium.otf);
  font-weight: 500;
}

.clearfix {
  clear: both;
}

/** {
     -webkit-backface-visibility: hidden;
}*/

p.small-black {
  font-size: 13px;
  color: #484848;
}

.bg-gray {
  background-color: #F6F6F6;
}

@media only screen and (max-width: 550px) {
  .xxs-full {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .year-slogan {
    display: none;
  }
}

.travel-title {
  font-size: 16px;
  color: #7E7E7E;
  border-bottom: 1px solid #e5e5e5;
  height: 25px;
  text-transform: uppercase;
}

.travel-agencies {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.travel-agencies img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.travel-agencies .text {
  position: relative;
  padding: 25px;
  padding-top: 18px;
}

.travel-agencies .text .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
}

.travel-agencies .text .desc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.travel-agencies .details-button {
  position: absolute;
  right: 25px;
  top: 36px;
  color: #fff;
  width: 120px;
  background-color: #A01B31;
  text-align: center;
  padding: 10px;
  border: 1px solid #fdda04;
}

@media screen and (max-width: 768px) {
  .travel-agencies .details-button {
    display: none;
  }
}

.agencies {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 550px) {
  .agencies {
    padding-left: 0;
    padding-right: 0;
  }
}

.agencies .agency {
  border: 1px solid #168F63;
  padding: 15px;
  margin-bottom: 30px;
}

.agencies .agency .name {
  text-transform: uppercase;
  font-weight: bold;
  color: #168F63;
}

.agencies .agency p {
  height: 38px;
  overflow: hidden;
}

.agencies .agency p i {
  margin-right: 5px;
}

.agencies .agency .web {
  height: auto;
}

h1.content-title {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 25px;
  margin: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.countdown {
  float: left;
}

.countdown .part {
  float: left;
  text-align: center;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

.countdown .part .number {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.new-events {
  background: #fff;
  padding: 20px;
}

.new-events .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.new-events .row:last-child {
  border: none;
  margin-bottom: 0;
}

.new-events .row:last-child .event {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .new-events .row {
    border: none;
    margin-bottom: 0;
  }

  .new-events .row > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .new-events .row:last-child .event {
    margin-bottom: 20px;
  }

  .new-events .row:last-child > div:last-child {
    margin-bottom: 0;
    border: none;
  }

  .new-events .row:last-child > div:last-child .event {
    margin-bottom: 0;
  }
}

.new-events .event {
  margin-bottom: 20px;
}

.new-events .event .date {
  margin-bottom: 7px;
  color: #168F63;
}

.new-events .event .desc {
  font-weight: 300;
}

.new-events .event p {
  margin: 0;
}

.special-title {
  text-transform: uppercase;
  border-bottom: 3px solid #168F63;
  margin-bottom: 0;
  line-height: 30px;
  color: #7E7E7E;
}

h4.main-title {
  font-size: 16px;
  color: #7e7e7e;
  height: 25px;
  line-height: 25px;
  margin: 15px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

h5.main-title {
  color: #484848;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin: 15px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.asiada-games {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .asiada-games {
    margin-bottom: 50px;
  }
}

.asiada-games .logo {
  width: 100%;
}

.asiada-games .countdown {
  left: 31px;
  top: 128px;
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .asiada-games .countdown {
    top: 111px;
  }
}

@media only screen and (max-width: 800px) {
  .asiada-games .countdown {
    top: 88px;
  }
}

@media only screen and (max-width: 550px) {
  .asiada-games .countdown {
    display: none;
  }
}

.something {
  position: relative;
  overflow: hidden;
  /*&:last-child {
    margin-bottom: 0;
  }*/
}

.something img {
  transform: scale(1);
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.something:hover img {
  transform: scale(1.05);
}

.something .text-wrapper {
  position: relative;
  z-index: 100;
  padding: 10px;
  background: #168F63;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.p-t-default {
  padding-top: 50px;
}

.p-b-default {
  padding-bottom: 50px;
}

.m-b-default {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h5.main-title {
    font-size: 16px;
    color: #7e7e7e;
  }
}

.text-links a {
  color: #168F63;
}

.bold {
  font-weight: bold;
}

.pdf {
  padding-top: 1px;
  position: relative;
}

.pdf .pdf-img {
  width: 40px;
  float: left;
  margin-right: 20px;
}

.pdf .pdf-img:hover ~ .pdf-img-hover {
  opacity: 1;
}

.pdf .pdf-img-hover {
  position: absolute;
  width: 40px;
  top: 22px;
  left: 0;
  opacity: 0;
}

.pdf .pdf-img-hover:hover {
  opacity: 1;
}

.pdf .details {
  margin-top: 7px;
}

.pdf .details .size {
  font-size: 11px;
  color: #484848;
  margin-bottom: 0;
}

.pdf .details .download {
  font-weight: bold;
  color: #168F63;
}

.more-articles-wrapper {
  position: relative;
}

.more-articles-wrapper .more-articles {
  position: relative;
  font-size: 13px;
}

.more-articles-wrapper .more-articles .article {
  padding: 10px 10px 25px 10px;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #7E7E7E;
}

.more-articles-wrapper .more-articles .article .date {
  position: absolute;
  font-size: 11px;
  right: 10px;
  bottom: 7px;
  margin: 0;
  color: #B3B3B3;
}

.more-articles-wrapper .more-articles .article:nth-child(odd) {
  background-color: #FFFFFF;
}

@media print {
  .appointment-no {
    font-size: 20px;
    margin-top: 15px;
  }

  .print-area .info-wrapper {
    padding: 30px 15px;
    margin: 0;
    background-color: #FFFFFF;
  }

  .print-area .info-wrapper table {
    margin-bottom: 20px;
    width: 100%;
  }

  .print-area .info-wrapper table .type {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
    color: #484848;
    font-size: 12px;
    vertical-align: top;
  }

  .print-area .info-wrapper table .info {
    text-align: left;
    color: #7E7E7E;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 10px;
  }

  .no-print {
    display: none !important;
  }
}

.articles-wrapper {
  padding: 35px 15px 30px;
  position: relative;
}

.articles-wrapper .article-wrapper .article {
  position: relative;
}

.articles-wrapper .article-wrapper .article img {
  width: 100%;
  margin-bottom: 15px;
}

.articles-wrapper .article-wrapper .article .img-wrapper {
  position: relative;
}

.articles-wrapper .article-wrapper .article .img-wrapper .news-date {
  right: 0;
  display: block;
}

.articles-wrapper .article-wrapper .article .years-20-news.img-wrapper {
  height: 255px;
  width: 330px;
  overflow: hidden;
  margin: 0 15px 10px 0;
  float: left;
}

.articles-wrapper .article-wrapper .article .years-20-news.img-wrapper img {
  width: 100%;
  margin: 0;
}

.articles-wrapper .article-wrapper .article .body {
  font-family: DINPro, sans-serif;
  font-size: 15px;
  border: none;
  background-color: #FBFBFB;
  padding: 0;
  padding-top: 0px;
  font-weight: 300;
}

.articles-wrapper .article-wrapper .article .body p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .articles-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .articles-wrapper .article-wrapper .title {
    position: static;
    margin-bottom: 15px;
  }

  .articles-wrapper .article-wrapper .article {
    margin-bottom: 35px;
  }
}

.content-nav {
  font-size: 13px;
}

.input-group-addon i {
  top: -1px;
}

.input-group-addon {
  padding: 5px 12px;
}

.search-info {
  padding: 0 15px 15px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}

.search-info table tr td {
  vertical-align: top;
  padding-bottom: 5px;
}

.search-info table tr td a {
  color: #168f63;
}

.search-info table tr td:first-child {
  width: 100px;
}

.search-info::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #7e7e7e;
}

.magazine-block {
  background: #EDEDED;
}

.magazine-block .magazine-header {
  background: #168F63;
  color: #FFF;
  padding: 10px 0 10px 20px;
  position: relative;
  height: 40px;
}

.magazine-block .magazine-header img {
  position: absolute;
  right: 15px;
  top: 0;
  height: 40px;
}

.magazine-block .magazine-images {
  text-align: center;
  position: relative;
  height: 250px;
  padding-top: 15px;
}

.magazine-block .magazine-images .left {
  position: absolute;
  left: 8px;
  top: 30px;
}

.magazine-block .magazine-images .right {
  position: absolute;
  right: 8px;
  top: 30px;
}

.magazine-block .magazine-images .main {
  z-index: 1;
  position: relative;
  width: 150px;
}

.magazine-block .magazine-images img {
  width: 130px;
  transition: all 0.5s ease;
}

.magazine-block .magazine-images:hover .left {
  left: 16px;
}

.magazine-block .magazine-images:hover .right {
  right: 16px;
}

.magazine-block .title {
  font-size: 12px;
  color: #484848;
  padding: 0 15px 15px;
  text-align: center;
}

@media (min-width: 767px) and (max-width: 950px) {
  .magazine-block .icon-magazine {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .magazine-block {
    margin-top: 15px;
  }
}

@media (max-width: 767px) and (min-width: 490px) {
  .magazine-block img {
    width: 150px !important;
  }

  .magazine-block .left,
  .magazine-block .right {
    top: 15px !important;
  }
}

@media print {
  #section-to-print {
    width: 100% !important;
    background-color: red !important;
  }

  #section-to-print .appointment-sheet {
    padding-top: 23px;
    padding-left: 25px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FFFFFF;
  }

  #section-to-print .appointment-sheet .print {
    float: right;
    width: 150px;
    cursor: pointer;
  }

  #section-to-print .appointment-sheet .print img {
    float: left;
    width: 24px;
    margin-right: 15px;
    margin-top: -4px;
  }

  #section-to-print .appointment-sheet .print p {
    font-size: 11px;
    color: #7E7E7E;
  }

  #section-to-print .appointment-no {
    font-size: 19px;
    color: #7E7E7E;
    float: left;
  }

  #section-to-print .info-wrapper {
    padding: 30px 15px;
    margin: 0;
    background-color: #FFFFFF;
  }

  #section-to-print .info-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #section-to-print .info-wrapper ul li {
    clear: both;
    height: 30px;
  }

  #section-to-print .info-wrapper ul li .type {
    float: left;
    width: 130px;
    text-align: right;
    margin-right: 20px;
    color: #484848;
    font-size: 12px;
  }

  #section-to-print .info-wrapper ul li .info {
    float: left;
    color: #7E7E7E;
    font-size: 14px;
  }
}

.h-600 {
  height: 100%;
}

.h-600 .wysihtml5-sandbox {
  height: 100%;
}

.pagination {
  border-radius: 0;
}

.pagination li a,
.pagination li span {
  color: #168F63 !important;
  border: 1px solid #168F63 !important;
  border-radius: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.pagination li a:hover,
.pagination li a:focus {
  background: rgba(22, 143, 99, 0.5);
  color: #FFF !important;
  border-color: rgba(22, 143, 99, 0.5);
}

.pagination li.active a,
.pagination li.active span {
  background: #168F63 !important;
  border-color: #168F63 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  span.xs-newline:after {
    content: "\A";
    white-space: pre;
  }
}

.p-t-0 {
  padding-top: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.padding-0 {
  padding: 0px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.padding-5 {
  padding: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.padding-10 {
  padding: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.padding-15 {
  padding: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.padding-20 {
  padding: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.padding-25 {
  padding: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.padding-30 {
  padding: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.padding-35 {
  padding: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.padding-40 {
  padding: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.padding-45 {
  padding: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.padding-50 {
  padding: 50px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.padding-55 {
  padding: 55px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.padding-60 {
  padding: 60px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.padding-65 {
  padding: 65px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.padding-70 {
  padding: 70px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.padding-75 {
  padding: 75px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.padding-80 {
  padding: 80px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.padding-85 {
  padding: 85px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.padding-90 {
  padding: 90px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.padding-95 {
  padding: 95px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-l-100 {
  padding-left: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.padding-100 {
  padding: 100px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-l-65 {
  margin-left: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-l-75 {
  margin-left: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-l-85 {
  margin-left: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-l-95 {
  margin-left: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }

  .map-search {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  #section-home .news-wrapper .latest-highlights .news-title {
    position: static !important;
    color: #484848 !important;
    background: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-style: normal !important;
  }

  #section-home .news-wrapper .latest-highlights .large {
    display: none;
  }

  #section-home .news-wrapper .latest-highlights .small {
    padding-top: 10px;
  }

  #section-home .news-wrapper .latest-highlights .small .pic-wrapper {
    position: relative;
    width: 260px;
    float: left;
    margin-right: 15px;
  }

  #section-home .news-wrapper .latest-highlights .small .pic-wrapper .news-date {
    right: 0;
  }

  #section-home .news-wrapper .latest-highlights .small .small-news {
    margin-bottom: 30px;
  }

  #section-home .news-wrapper .latest-highlights .small .read-more {
    position: absolute;
    left: 290px;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #168F63;
    color: #168F63;
    cursor: pointer;
  }

  #section-home .news-wrapper .recent-news .news .body a {
    line-height: 17px !important;
    height: 46px !important;
    overflow: hidden !important;
    padding: 10px 20px 0 10px !important;
  }

  #section-home .news-wrapper .recent-news .news:nth-child(1) {
    display: block;
  }

  #section-home .news-wrapper .recent-news .news:nth-child(9) {
    display: none;
  }

  #section-tm .tm-content .title {
    font-size: 14px !important;
  }

  #footer .links .link-block .title {
    text-align: center;
  }

  #footer .links .link-block ul {
    margin-bottom: 50px;
    height: auto;
  }

  #footer .links .link-block ul li {
    text-align: center;
  }

  #footer-map {
    padding: 0 15px 45px;
  }

  #footer-map .region-block {
    text-align: center;
  }

  .sm-33 {
    width: 33% !important;
  }

  .sm-50 {
    width: 50% !important;
  }

  .sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 960px) {
  #nav-bar {
    z-index: 9999;
  }

  #nav-bar .search-line {
    right: 18px;
    left: calc(100% - 15px);
  }

  #nav-bar .search-line.anim {
    left: 42px;
  }

  #nav-bar .search-icon {
    right: 18px;
  }

  #nav-bar .search-icon.anim {
    right: calc(100% - 33px);
  }

  #nav-bar .search-wrapper input {
    padding-left: 42px;
  }

  #nav-bar .years-20-icon,
  #nav-bar .years-20-icon-hover {
    right: 40px;
  }

  #nav-bar .nav {
    max-height: 0px;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
    width: 100%;
    transition: max-height 1s;
  }

  #nav-bar .nav ul li {
    display: block;
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
  }

  #nav-bar .nav ul li a {
    display: block;
    width: 100%;
    padding: 0;
  }

  #nav-bar .nav ul li::after {
    background: none;
  }

  #nav-bar .nav ul li:hover ul {
    max-height: 0;
    overflow: hidden;
  }

  #nav-bar .nav ul li.open ul {
    position: relative;
    width: 100%;
    max-height: 1000px;
  }

  #nav-bar .nav ul li.open ul li {
    transform: none;
    line-height: 54px;
    text-align: center;
    padding: 0;
    opacity: 1;
  }

  #nav-bar .nav ul ul ul {
    display: none;
  }

  #nav-bar .nav.anim {
    max-height: 1000px;
  }

  #nav-bar .mobile-menu {
    display: block;
  }

  #headlines .logo-independence {
    display: none;
  }

  .search-results-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote .president {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 888px) {
  #header .info-wrapper .big {
    font-size: 14px !important;
  }

  #header .info-wrapper .small {
    font-size: 13px !important;
  }

  #section-tm .tm-content .title {
    font-size: 13px !important;
  }

  #section-tm .tm-content .nav-tm,
  #section-tm .tm-content .news-block {
    margin-top: 25px !important;
  }

  .quote .president {
    padding-top: 0 !important;
  }
}

@media (max-width: 800px) {
  #header .info-wrapper .big {
    font-size: 12px !important;
  }

  .quote .president {
    font-size: 18px !important;
  }

  .quote .body {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  #section-home .news-wrapper {
    display: block;
  }

  #section-home .news-wrapper .recent-news {
    position: static;
  }

  #section-home .news-wrapper .recent-news .news {
    height: auto;
    padding-bottom: 20px;
  }

  #section-home .news-wrapper .recent-news .news:nth-child(2),
  #section-home .news-wrapper .recent-news .news:nth-child(3) {
    display: block;
  }

  #section-home .news-wrapper .recent-news .news:nth-child(7),
  #section-home .news-wrapper .recent-news .news:nth-child(8) {
    display: none;
  }

  #section-tm .tm-content {
    padding: 30px 15px;
  }

  #section-tm .tm-content .nav-tm-wrapper {
    padding: 0;
  }

  #section-tm .tm-content .nav-tm-wrapper .title {
    position: static;
    margin-bottom: 10px;
  }

  #section-tm .tm-content .nav-tm-wrapper .nav-tm {
    margin-top: 0;
  }

  #section-tm .tm-content .tm-news-wrapper {
    padding: 0;
    margin-top: 15px;
  }

  #section-tm .tm-content .tm-news-wrapper .title {
    position: static;
    margin-bottom: 10px;
  }

  #section-tm .tm-content .tm-news-wrapper .news-block {
    margin-top: 0 !important;
    padding-top: 15px;
  }

  #section-tm .tm-content .tm-news-wrapper .news-block .news-date {
    top: 15px;
  }

  #section-contact-us .breadcrumbs {
    padding: 0;
  }

  #section-contact-us .contact {
    padding: 0;
  }

  #section-map .worldmap-embassies {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .mid-card-wrapper {
    margin-top: 20px;
  }

  .mid-card-wrapper > .title,
  .mid-card-wrapper > .big-title {
    position: static;
    margin-top: 15px;
    font-size: 18px;
  }

  .mid-card-wrapper .mid-card {
    margin-top: 0;
    padding: 15px 0;
  }

  .mid-form > .input {
    width: 100%;
  }

  #footer .links .row > div:nth-child(3) {
    display: none;
  }

  #footer .links .link-block ul {
    min-height: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #484848;
  }

  #footer .links .link-block ul.no-bottom-border {
    border: none;
  }

  .xs-50 {
    width: 50% !important;
  }

  .xs-100 {
    width: 100% !important;
  }
}

@media (max-width: 690px) {
  #header .info-wrapper .big {
    font-size: 11px !important;
  }
}

@media (max-width: 640px) {
  #header .info-wrapper .big {
    display: none;
  }

  #header .info-wrapper .small {
    line-height: 54px !important;
    font-size: 19px !important;
  }

  #header .info-wrapper .big.unchangable {
    display: block;
  }

  #header .info-wrapper .small.unchangable {
    line-height: 14px !important;
    font-size: 13px !important;
  }

  .quote .president-jpg {
    float: none !important;
    display: block !important;
    margin: auto !important;
    margin-bottom: 15px !important;
  }

  .quote .quote-svg {
    left: 25px !important;
    top: 285px !important;
  }

  .quote .president {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .quote .body {
    padding-right: 0 !important;
    text-align: justify;
  }
}

@media (max-width: 480px) {
  #header .info-wrapper .small {
    font-size: 13px !important;
  }

  .map-search {
    padding-left: 15px;
    padding-right: 15px;
  }

  #section-map .worldmap-embassies {
    font-size: 17px;
  }

  #section-search .breadcrumbs {
    padding-left: 0;
  }

  .search-results-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #footer-map .region-block {
    width: 100% !important;
  }

  #myFormWizard .tab-content .layer img {
    width: 100%;
  }
}

@media (max-width: 350px) {
  #header .info-wrapper .small {
    font-size: 12px !important;
  }
}