/*--------------------------------------------------------------
# Import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*$responsive: "screen and (max-width: 991px)";*/
/*$blue: #0cc8f7;*/
/*
font-family: 'Merriweather', serif;

font-family: 'Lato', sans-serif;
*/
/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Merriweather", serif;
  font-size: 14px;
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix, * html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*, *:after, *:before {
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# Links
  --------------------------------------------------------------*/
a {
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  outline: 0;
  color: #606060;
  letter-spacing: 0.063rem;
}

a:hover {
  color: #005e9e;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.alignright {
  margin-left: 20px;
  margin-bottom: 20px;
}

img.aligncenter {
  display: inherit;
  margin: auto;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left, .alignleft, .floatleft {
  float: left;
}

.pull-right, .alignright, .floatright {
  float: right;
}

@media screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    float: none;
  }
}

/*--------------------------------------------------------------
# Accessibilty
--------------------------------------------------------------*/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
  position: absolute !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
  font-size: 14px;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*h1 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
/*h2 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
/*h3 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
/*h4 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
/*h5 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
/*h6 {
    @extend %headingstyle;
    font-size: ($font-size-upper / $font-size-base) + rem;
    $font-size-upper: $font-size-upper - $font-size-dec;
  }*/
p {
  line-height: 22px;
  color: #606060;
}

sup, sub {
  position: relative;
  font-size: 0.6em;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn, cite, em, i {
  font-style: italic;
}

big {
  font-size: 150%;
}

.bold, strong {
  font-family: "Merriweather", serif;
}

/*--------------------------------------------------------------
# Global Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# html
--------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  width: 100%;
}

.padding {
  padding: 110px 0;
}

.container-big {
  max-width: 1450px;
}

.bg {
  background: url(../images/bg.jpg) repeat fixed;
}

.sub-title {
  background: #606060;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  padding: 2px 10px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.title {
  color: #606060;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.title-bg {
  color: #005e9e;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}

.title-bg span {
  position: relative;
  z-index: 3;
}

.title-bg:before {
  background: url(../images/hill.png) no-repeat;
  height: 46px;
  width: 135px;
  display: block;
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.title-bg:after {
  background: #ecb323;
  opacity: 0.4;
  height: 20px;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}

.title-bg.simple {
  text-transform: none;
}

.title-bg.no-logo:before {
  display: none;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav div {
  background: none !important;
  border: 2px solid #606060;
  color: #606060 !important;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translate(0, -50%);
}

.owl-carousel .owl-nav div i {
  position: relative;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -55px;
}

.owl-carousel .owl-nav div:hover {
  color: #005e9e !important;
  border-color: #005e9e;
  background: #005e9e !important;
}

.owl-carousel .owl-nav div:hover.owl-prev i {
  left: -25px;
}

.owl-carousel .owl-nav div:hover.owl-next i {
  left: 25px;
}

.btn {
  background: #005e9e;
  border: 1px solid #044470;
  border-radius: 50px;
  padding: 5px 15px 5px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.btn i {
  margin-left: 5px;
  position: relative;
  left: 0;
  top: -2px;
  transition: 0.3s all ease-in-out;
}

.btn.orange {
  background: #ecb323;
  border-color: #dca313;
}

.btn:hover {
  color: #ffffff;
}

.btn:hover i {
  left: 5px;
}

.line {
  height: 6px;
  width: 250px;
  max-width: 100%;
  background: #ffe32b;
  margin: 15px 0 25px;
}

.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}

.border-left {
  border-left: 1px solid #e1e1e1;
}

.page-heading .heroImage {
  position: relative;
  background-position: center;
  height: 300px;
  background-size: cover;
}

.page-heading .heroImage.big {
  height: 60vh;
}

.page-heading .heroImage:before {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.page-heading .heroImage .mission-text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  z-index: 2;
}

.page-heading .heroImage .mission-heading {
  clear: #ffffff;
  font-weight: 700;
  font-size: 52px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-heading .heroImage .mission-sub-heading {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.page-heading .heroImage .mission-sub-heading.single a {
  color: #ffe32b;
  font-weight: 700;
  text-decoration: none;
}

.page-heading .heroImage .mission-sub-heading.single a:hover {
  color: #005e9e;
}

.page-heading .heroImage .mission-sub-heading:after {
  bottom: 1px;
  height: 15px;
}

.page-heading .heroImage .icon {
  color: #ffffff;
  font-size: 24px;
  z-index: 3;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

.page-heading .heroImage .icon i {
  animation: up-down 2s infinite;
  position: relative;
}

.page-heading .mission-details {
  font-style: italic;
}

.page-heading .mission-details p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.page-heading .detail {
  padding: 50px 0;
}

@keyframes up-down {
  0% {
    top: -10px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: -10px;
  }
}

/*secondary sidebar*/
#secondary {
  position: sticky;
  top: 25px;
}

#secondary section.widget {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

#secondary section.widget h2 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

#secondary section.widget.widget_newsletterwidgetminimal input, #secondary section.widget#custom_html-4 input {
  background: none;
  margin-bottom: 10px;
  border-radius: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}

#secondary section.widget.widget_newsletterwidgetminimal input[type="submit"], #secondary section.widget#custom_html-4 input[type="submit"] {
  background: #ffe32b;
  color: #000000;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

#secondary section.widget#custom_html-2 h2, #secondary section.widget#custom_html-3 h2, #secondary section.widget.featuredProducts h2 {
  background: #005e9e;
  padding: 10px;
  color: #ffffff;
  margin: -10px -10px 10px -10px;
}

#secondary section.widget#custom_html-2 .textwidget, #secondary section.widget#custom_html-3 .textwidget, #secondary section.widget.featuredProducts .textwidget {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

#secondary section.widget#custom_html-2 .textwidget a, #secondary section.widget#custom_html-3 .textwidget a, #secondary section.widget.featuredProducts .textwidget a {
  text-decoration: none;
}

#secondary section.widget#custom_html-2 .textwidget a:hover, #secondary section.widget#custom_html-3 .textwidget a:hover, #secondary section.widget.featuredProducts .textwidget a:hover {
  color: #ffe32b;
}

#secondary .featuredProducts .product {
  margin-top: 8px;
  border-top: 1px dashed #e1e1e1;
  padding-top: 8px;
}

#secondary .featuredProducts .product:first-child {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

#secondary .featuredProducts .product .info a {
  font-weight: 700;
  letter-spacing: 0;
}

#secondary .advertisement .text {
  text-align: center;
  padding: 10px;
  margin-top: 8px;
  background: #ffe32b;
}

#secondary .advertisement .text h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000000;
  font-size: 17px;
}

#secondary .advertisement .text p {
  font-style: italic;
  letter-spacing: 0;
  color: #000000;
}

#secondary .btn.showForm {
  border-radius: 0;
  width: 100%;
  background: #005e9e;
  margin-bottom: 20px;
  color: #ffffff;
  border-color: #004e8e;
  padding: 10px;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 15px;
}

.entry-content strong {
  color: #606060;
}

.entry-content p {
  margin-bottom: 15px;
}

.entry-content p:last-child {
  margin: 0;
}

.entry-content ul, .entry-content ol {
  padding-left: 40px;
}

.entry-content ul li, .entry-content ol li {
  list-style: decimal-leading-zero;
  color: #606060;
  margin-bottom: 4px;
}

.entry-content table {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.entry-content table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.entry-content table tr:first-child {
  background: #005e9e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
}

.entry-content table tr td {
  padding: 8px 10px;
}

.inquiry-form {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.inquiry-form .close-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: 0.3s all ease-in-out;
}

.inquiry-form .close-btn:hover {
  color: #ffe32b;
}

.inquiry-form figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05) inset;
}

.inquiry-form .content {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  max-width: 90%;
  border-radius: 8px;
  overflow: hidden;
}

.inquiry-form .text-section {
  padding: 30px;
}

.inquiry-form .text-section h2 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
  color: #005e9e;
  font-weight: 700;
}

.inquiry-form .text-section p {
  font-style: italic;
}

.inquiry-form .text-section form {
  margin: 8px 0 0 0;
}

.inquiry-form .text-section form label {
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.inquiry-form .text-section form input, .inquiry-form .text-section form select, .inquiry-form .text-section form textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  resize: none;
  font-weight: normal;
}

.inquiry-form .text-section form input[type="submit"] {
  background: #005e9e;
  color: #ffffff;
  border: none;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s all ease-in-out;
}

.inquiry-form .text-section form input[type="submit"]:hover {
  background: #ffe32b;
  color: #000000;
}

.inquiry-form .text-section form textarea {
  height: 150px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-style: italic;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
header {
  position: relative;
  z-index: 3;
}

.site-branding {
  text-align: center;
}

#site-navigation {
  position: absolute;
  bottom: -42px;
  left: 0;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

#site-navigation a {
  color: #ffffff;
  padding: 0 15px;
  display: block;
  text-decoration: none;
}

#site-navigation a:hover {
  background: #005e9e;
  color: #ffffff;
}

#site-navigation .menu-toggle {
  display: none;
}

#site-navigation .menu {
  text-align: center;
}

#site-navigation .menu li {
  display: inline-block;
}

#site-navigation .menu li.current-menu-item a {
  background: #005e9e;
  color: #ffffff;
}

#site-navigation .menu-menu-1-container, #site-navigation .menu-main-menu-chinese-container {
  display: inline-block;
}

.siteLanguage {
  display: inline-block;
  position: relative;
  height: 100%;
  cursor: pointer;
  background: #ffe32b;
  color: #000000;
  transition: 0.3s all ease-in-out;
}

.siteLanguage form {
  display: inline-block;
}

.siteLanguage select {
  border: none;
  background: none;
  -moz-appearance: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  cursor: pointer;
  height: 39px;
  font-size: 14px;
  padding: 0 20px 0 39px;
  display: block;
  position: relative;
  color: #000000;
}

.siteLanguage select option {
  color: #606060;
  padding: 5px;
}

.siteLanguage i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  position: absolute;
  top: 10px;
  left: 15px;
}

.siteLanguage:hover {
  background: #606060;
  color: #ffffff;
}

.burger {
  position: absolute;
  top: 44px;
  right: 10px;
  z-index: 7;
  display: none;
  width: 35px;
  height: 22px;
  cursor: pointer;
}

.burger span {
  height: 4px;
  width: 35px;
  background: #005e9e;
  position: absolute;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.burger .state1 {
  position: relative;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

.burger .state1 span.line1 {
  top: 0px;
  transition: 0.35s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state1 span.line2 {
  top: 8px;
  transition: 0.65s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state1 span.line3 {
  top: 16px;
  transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger .state2 {
  opacity: 0;
  position: relative;
  transform: translate(0, 8px);
  transition: 0.3s all ease-in-out;
}

.burger .state2 span {
  transition: 0.3s all ease-in-out 0.5s;
  background: #005e9e;
}

.burger .state2 span.line1 {
  transform: rotate(45deg) scaleX(0);
}

.burger .state2 span.line2 {
  transform: rotate(-45deg) scaleX(0);
}

.burger.open .state1 {
  opacity: 0;
}

.burger.open .state1 span {
  width: 0;
}

.burger.open .state2 {
  opacity: 1;
}

.burger.open .state2 span.line1 {
  transform: rotate(45deg) scaleX(1);
}

.burger.open .state2 span.line2 {
  transform: rotate(-45deg) scaleX(1);
}

footer#colophon {
  text-align: center;
  padding: 100px 0 0 0;
  background: url(../images/footer-bg.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

footer#colophon .title-bg::before {
  display: none;
}

.newsletter h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #606060;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
}

.newsletter .tnp-subscription {
  max-width: 800px;
}

.newsletter .tnp-subscription .col {
  padding: 0 7px;
}

.newsletter .tnp-subscription input {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #5b5b5b !important;
  font-style: italic;
  height: 45px !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
  min-width: 280px;
}

.newsletter .tnp-subscription input[type="submit"] {
  background: #005e9e !important;
  min-width: auto;
  border-color: #005e9e !important;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2.5px;
}

.companyInfo {
  padding: 50px 0 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.companyInfo .companyName {
  color: #005e9e;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}

.companyInfo .social {
  font-size: 40px;
  margin-top: 20px;
  color: #005e9e;
}

.companyInfo .social li {
  display: inline-block;
}

.site-info {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.site-info a {
  font-weight: 700;
  letter-spacing: 0;
}

.foot-nav {
  margin: 25px 0 0 0;
  line-height: 13px;
}

.foot-nav li {
  display: inline-block;
  border-left: 1px solid #606060;
  padding-left: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
}

.foot-nav li a {
  letter-spacing: 0;
  text-decoration: none;
}

.foot-nav li:first-child {
  border: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.hero {
  position: relative;
}

.hero .heroImage {
  height: 80vh;
  background-repeat: no-repeat;
  background-color: #e1e1e1;
  background-size: cover;
  position: relative;
}

.hero .heroImage:before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.hero .heroText {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.hero .heroText strong {
  font-family: "Lato", sans-serif;
}

.hero .heroText h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.hero .heroText h1 em {
  font-size: 60px;
  font-family: "Lobster", cursive;
}

.hero .heroText h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .hero .heroText {
    bottom: 20%;
    width: 100%;
  }
  .hero .heroText h1 {
    font-size: 20px;
  }
  .hero .heroText h1 em {
    font-size: 40px;
  }
  .hero .heroText h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .hero .heroImage {
    height: 40vh;
  }
  .hero .heroImage:before {
    display: none;
  }
  .hero .heroText {
    position: static;
    transform: translate(0, 0);
    background: #005e9e;
    padding: 30px 0;
  }
  .hero .heroText .btn {
    background: #ffffff;
    color: #005e9e;
  }
}

@media screen and (max-width: 480px) {
  .hero .heroText h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hero .heroText h1 em {
    font-size: 26px;
  }
  .hero .heroText h6 {
    font-size: 14px;
  }
}

.pop-packages {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pop-packages .item {
  border: 8px solid #ffffff;
  margin: 5px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pop-packages .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.pop-packages .info {
  text-align: left;
  position: absolute;
  bottom: 14px;
  left: 20px;
}

.pop-packages .info h5 {
  background: #ecb323;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  padding: 2px 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-left: 5px;
}

.pop-packages .info .price {
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.pop-packages .package-slider {
  margin-top: 40px;
}

.pop-packages .package-slider .owl-nav {
  display: block;
}

@media screen and (max-width: 1250px) {
  .pop-packages {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 600px) {
  .pop-packages {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pop-packages .package-slider {
    margin-top: 60px;
  }
  .pop-packages .owl-carousel .owl-nav div {
    width: 35px;
    top: -10px;
    transform: translate(-50px, -100%);
    left: 50%;
  }
  .pop-packages .owl-carousel .owl-nav div.owl-next {
    right: 50%;
    transform: translate(0, -100%);
  }
}

.pop-about {
  background: url(../images/camera.png) no-repeat left center fixed;
  background-size: 340px;
}

.pop-about .about-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.pop-about .about-content {
  background: #ffffff;
  font-size: 14px;
  font-style: italic;
  padding: 30px;
  line-height: 22px;
  width: calc(100% + 80px);
  margin-left: -80px;
}

.pop-about .about-services .listing {
  margin-bottom: 20px;
  position: relative;
  padding-left: 55px;
}

.pop-about .about-services i {
  color: #005e9e;
  font-size: 36px;
  position: absolute;
  width: 36px;
  text-align: center;
  left: 0;
  top: 0;
}

.pop-about .about-services h3 {
  color: #005e9e;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 700;
}

.pop-about .about-services p {
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
}

@media screen and (max-width: 1024px) {
  .pop-about {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .pop-about {
    text-align: center;
  }
  .pop-about .about-image {
    height: 300px;
    margin-bottom: 30px;
  }
  .pop-about .sub-title {
    text-align: center;
  }
  .pop-about .title {
    text-align: center;
  }
  .pop-about .about-content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .pop-about .container {
    max-width: 90%;
  }
  .pop-about .about-content {
    text-align: left;
    margin-bottom: 30px;
  }
  .pop-about .about-services {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .pop-about .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .pop-about .about-services i {
    position: static;
    margin-bottom: 5px;
  }
  .pop-about .about-services .listing {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.pop-cta {
  background-color: #f7f7f7;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
}

.pop-cta .cta-text {
  padding: 70px 0;
  text-align: right;
  width: 580px;
  float: right;
}

.pop-cta .cta-text .title {
  color: #005e9e;
  font-size: 30px;
  letter-spacing: 0;
}

.pop-cta .cta-text hr {
  height: 7px;
  background: #ffe32b;
  width: 100%;
  margin: 15px 0;
  float: none;
}

@media screen and (max-width: 1680px) {
  .pop-cta:before {
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pop-cta .container {
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .pop-cta .cta-text {
    text-align: center;
    padding: 50px 0;
    float: none;
    width: 100%;
  }
  .pop-cta .cta-text .title {
    font-size: 22px;
  }
}

.pop-most-visited-destination {
  padding-top: 150px;
}

.pop-most-visited-destination .pop-content p {
  margin-bottom: 15px;
}

.pop-most-visited-destination .pop-content .btn {
  margin-top: 10px;
}

.pop-most-visited-destination figure {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.pop-most-visited-destination figure:before {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 9px solid #ffffff;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: block;
  content: "";
  z-index: 1;
}

.pop-most-visited-destination figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.pop-most-visited-destination figure .title {
  position: absolute;
  bottom: 35px;
  left: 24px;
  z-index: 3;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 70px;
}

.pop-most-visited-destination figure .title:before {
  height: 5px;
  background: #ffe32b;
  width: 100%;
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  content: "";
}

@media screen and (max-width: 768px) {
  .pop-most-visited-destination {
    padding-top: 100px !important;
  }
  .pop-most-visited-destination .container {
    max-width: 90%;
  }
  .pop-most-visited-destination figure {
    height: 350px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .pop-most-visited-destination figure {
    height: auto;
    padding-bottom: 100%;
  }
  .pop-most-visited-destination .container {
    max-width: 100%;
  }
}

.pop-gallery .more {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 990px) {
  .pop-gallery {
    border-top: 2px dashed #e1e1e1;
  }
  .pop-gallery .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .pop-gallery {
    border-top: none;
    padding-bottom: 165px !important;
  }
  .pop-gallery .pop-gallery-featured {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .pop-gallery .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .pop-gallery {
    padding-bottom: 105px !important;
  }
}

.pop-gallery-content {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .pop-gallery-content {
    padding-top: 0;
  }
  .pop-gallery-content .row {
    margin-left: -4px;
  }
}

.gallery-title .pop-gallery-heading h3 {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90deg), M12=-sin(-90deg), M21=sin(-90deg), M22=cos(-90deg));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90deg), M12=-sin(-90deg), M21=sin(-90deg), M22=cos(-90deg))";
  zoom: 1;
  font-size: 38px;
  font-weight: 700;
  bottom: -30px;
  color: #606060;
  position: relative;
}

.gallery-title .pop-gallery-heading h3 span {
  width: 135px;
  position: absolute;
  left: 88%;
  top: 50%;
  height: 4px;
  background: #5b5b5b;
}

@media screen and (max-width: 990px) {
  .gallery-title .pop-gallery-heading h3 span {
    width: 105px;
    left: 118%;
  }
}

@media screen and (max-width: 768px) {
  .gallery-title .pop-gallery-heading h3 {
    font-size: 24px;
  }
  .gallery-title .pop-gallery-heading h3 span {
    width: 55px;
    left: 100px;
  }
}

.pop-gallery-featured .content {
  padding: 50px 0 50px 50px;
}

.pop-gallery-featured .content h2 {
  margin-bottom: 10px;
}

.pop-gallery-featured .content p {
  font-style: italic;
  text-align: justify;
}

@media screen and (max-width: 990px) {
  .pop-gallery-featured .content {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .pop-gallery-featured .content {
    padding: 20px 0 0 0;
  }
}

.pop-testimonials {
  background: #005e9e;
  color: #ffffff;
}

.pop-testimonials .images {
  position: relative;
}

.pop-testimonials .images figure {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pop-testimonials .texts {
  padding: 50px 0;
  position: relative;
}

.pop-testimonials .texts .quote-icon {
  position: absolute;
  top: 40px;
  left: -87px;
}

.pop-testimonials .texts p {
  color: #ffffff;
}

.pop-testimonials .texts h2 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pop-testimonials .texts h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.pop-testimonials .texts h4:after {
  height: 5px;
  width: 50px;
  display: inline-block;
  content: "";
  background: #ffe32b;
  position: absolute;
  top: 50%;
  left: 107%;
}

.pop-testimonials .pop-testimonials-content {
  position: relative;
}

.pop-testimonials .pop-testimonials-content .owl-dots {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.pop-testimonials .pop-testimonials-content .owl-dots .owl-dot span {
  width: 40px;
  height: 40px;
  background: #005e9e;
  line-height: 32px;
  font-size: 18px;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 5px 0 0;
  transition: 0.3s all ease-in-out;
}

.pop-testimonials .pop-testimonials-content .owl-dots .owl-dot.active span, .pop-testimonials .pop-testimonials-content .owl-dots .owl-dot:hover span {
  background: #ffe32b;
  color: #005e9e;
}

.pop-testimonials .pop-testimonials-content .owl-nav div {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  position: absolute;
  top: 54%;
  left: -95px;
  transform: translate(0, -50%);
}

.pop-testimonials .pop-testimonials-content .owl-nav div.owl-next {
  left: -55px;
  right: auto;
}

.pop-testimonials .pop-testimonials-content .owl-nav div:hover {
  color: #ffe32b !important;
  border-color: #ffe32b;
  background: #005e9e !important;
}

.pop-testimonials .pop-testimonials-content .owl-nav div:hover i {
  color: #ffe32b;
}

@media screen and (max-width: 768px) {
  .pop-testimonials .images figure {
    position: static;
    border-bottom: 4px solid #ffe32b;
    margin-top: -25%;
    text-align: center;
  }
  .pop-testimonials .images figure img {
    max-width: 65%;
  }
  .pop-testimonials .texts {
    padding: 110px 0 50px !important;
  }
  .pop-testimonials .texts h2 {
    font-size: 22px;
  }
  .pop-testimonials .texts h4 {
    font-size: 18px;
  }
  .pop-testimonials .texts .quote-icon {
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .pop-testimonials .pop-testimonials-content .owl-nav div {
    top: -26px;
  }
  .pop-testimonials .pop-testimonials-content .owl-nav div.owl-prev {
    left: calc(50% - 38px);
  }
  .pop-testimonials .pop-testimonials-content .owl-nav div.owl-next {
    left: calc(50% + 5px);
  }
  .pop-testimonials .pop-testimonials-content .owl-dots {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pop-testimonials .texts {
    padding: 110px 15px 50px !important;
  }
}

.listing-box {
  padding-bottom: 100px;
  position: relative;
}

.listing-box .listing-heading {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.15);
}

.listing-list .leader-image {
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  position: relative;
  text-align: center;
}

.listing-list .leader-image img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.listing-list .leader-image:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
}

.listing-list .leader-image .leader-post {
  background: #ffe32b;
  padding: 5px 15px;
  font-family: "Lato", sans-serif;
  z-index: 4;
  font-size: 16px;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
}

.listing-list .leader-image:hover:before {
  opacity: 0;
}

.listing-list .info {
  padding: 15px;
}

.listing-list .info .leader-name {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.listing-list .info .leader-description p {
  margin-bottom: 8px;
}

.mission {
  text-align: center;
}

.mission .line {
  margin: 15px auto 35px;
}

.guide-alternative .listing-list .leader-image {
  width: 38%;
  float: left;
  background: none;
  display: inline-block;
  border: 6px solid #ffffff;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.guide-alternative .listing-list .info {
  padding-right: 0;
  padding-top: 5px;
}

.guide-alternative .listing-list .info .leader-name {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}

.guide-alternative .listing-list .info .leader-description p {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .listing-box .listing-heading {
    font-size: 40px;
  }
  .listing-list .leader-image {
    width: 80%;
    margin: 0 auto;
  }
  .guide-alternative .listing-list {
    padding: 0 20px !important;
  }
  .guide-alternative .listing-list .leader-image {
    width: 110px;
  }
  .guide-alternative .listing-list .info {
    padding-top: 20px;
    padding-right: 15px;
  }
  .listing-box {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .guide-alternative .listing-list {
    padding: 10px !important;
  }
}

.form-side input, .form-side textarea {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 12px 15px;
  font-family: "Lato", sans-serif;
  background: none;
  margin-bottom: 15px;
  width: 100%;
}

.form-side textarea {
  resize: none;
  height: 120px;
}

.form-side input[type="submit"] {
  background: #005e9e;
  border-color: #005e9e;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-side a {
  letter-spacing: 0;
}

.detail-side li {
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  padding-left: 40px;
}

.detail-side li i {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-side li strong {
  font-family: "Lato", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

.service-list .service {
  margin-bottom: 35px;
}

.service-list .service-name {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}

.service-list .service-description p {
  font-style: italic;
}

.package-promotion {
  background: #005e9e;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}

.package-promotion h2 {
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.package-promotion p {
  color: #ffffff;
}

.package-promotion .package {
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

.package-promotion .package .package-image {
  margin: 0 auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  width: 110px;
  background-size: cover;
  background-position: center;
  border: 8px solid #ffffff;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.package-promotion .package .package-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffe32b;
  opacity: 0;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.package-promotion .package .package-image:after {
  display: block;
  content: "\f055";
  font-size: 30px;
  color: #000000;
  font-family: FontAwesome;
  opacity: 0;
  z-index: 3;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.package-promotion .package .package-name {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 5px;
}

.package-promotion .package .package-duration {
  background: #ecb323;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  padding: 2px 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 5px;
}

.package-promotion .package:hover .package-image:before {
  opacity: 0.8;
}

.package-promotion .package:hover .package-image:after {
  opacity: 1;
  top: 50%;
}

.package-promotion .service-package-listing {
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .services-main-image {
    text-align: center !important;
    margin-bottom: 40px;
    padding: 0 30px !important;
  }
  .services-text {
    padding: 0 30px !important;
  }
  .package-promotion h2 {
    font-size: 28px;
  }
  .package-promotion .package {
    margin: 0 3px 15px;
  }
}

@media screen and (max-width: 600px) {
  .package-promotion h2 {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 10px;
  }
  .package-promotion p {
    padding: 0 10px;
  }
}

.package-listing .package {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px 0 0 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
}

.package-listing .package .offer-banner {
  background: url(../images/offer.png) no-repeat;
  background-size: cover;
  width: 90px;
  height: 54px;
  position: absolute;
  top: 30px;
  left: -10px;
  color: transparent;
  text-indent: -99999;
  z-index: 4;
}

.package-listing .package .package-image {
  max-width: 320px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.package-listing .package .package-image img {
  transition: 0.3s all ease-in-out;
}

.package-listing .package .package-details {
  padding-right: 240px;
}

.package-listing .package .package-name {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 5px 0;
}

.package-listing .package .package-duration {
  background: #ecb323;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.package-listing .package .package-exceprt {
  font-style: italic;
  padding: 10px 0;
}

.package-listing .package .package-price {
  height: calc(100% - 30px);
  width: 220px;
  padding-top: 60px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.package-listing .package .package-price.border-left {
  border-left: 2px dashed #e1e1e1 !important;
}

.package-listing .package .package-price h6 {
  text-align: center;
  width: 100%;
  color: #606060;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 0 0;
  font-weight: 700;
}

.package-listing .package .package-price h3 {
  color: #005e9e;
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  padding: 0 0 8px 0;
  font-weight: 700;
}

.package-listing .package .package-price .btn {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  color: #ffffff;
}

.package-listing .package .package-info {
  font-size: 22px;
}

.package-listing .package .package-info li {
  display: inline-block;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.package-listing .package .package-info li span {
  font-size: 12px;
  background: #005e9e;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}

.package-listing .package .package-info li span:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #005e9e;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
}

.package-listing .package .package-info li:hover {
  color: #005e9e;
}

.package-listing .package .package-info li:hover span {
  opacity: 1;
  top: -30px;
}

.package-listing .package:hover .package-image img {
  transform: scale(1.1);
}

@media screen and (max-width: 990px) {
  .package-listing .package .package-details {
    padding: 0;
  }
  .package-listing .package .package-image {
    max-width: 45%;
  }
  .package-listing .package .package-info {
    margin-bottom: 20px;
  }
  .package-listing .package .package-price {
    width: 100%;
    position: static;
    border: none !important;
    padding: 15px 0 0 0;
    border-top: 2px dashed #e1e1e1 !important;
  }
  .package-listing .package .package-price.border-left {
    border-left: none !important;
  }
  .package-listing .package .package-price .btn {
    width: 48%;
    float: left;
    margin: 0;
  }
  .package-listing .package .package-price .btn.showForm {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .package-listing .package .package-image {
    max-width: 120px;
  }
  .package-listing .package .package-name {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .package-listing .package .offer-banner {
    width: 60px;
    height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .package-listing .package .package-price {
    padding: 0;
    border: none !important;
  }
  .package-listing .package .package-price .btn {
    width: 100%;
  }
  .package-listing .package .package-price .btn.showForm {
    margin-bottom: 8px;
  }
}

/*single packages*/
.package-heading .owl-carousel .owl-nav div {
  color: #ffffff !important;
  border-color: #ffffff;
  opacity: 0.4;
}

.package-heading .owl-carousel .owl-nav div:hover {
  opacity: 1;
}

.package-heading .owl-carousel .owl-nav div.owl-prev {
  left: 25px;
}

.package-heading .owl-carousel .owl-nav div.owl-next {
  right: 25px;
}

.package-description {
  font-style: italic;
  margin-bottom: 20px;
  border-left: 6px solid #ffe32b;
  background: #ffffff;
  padding: 15px 15px 15px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.informationTabs {
  background: #ffffff;
  margin-top: 15px;
}

.informationTabs .tabHeads {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.informationTabs .tabHeads .item {
  padding: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-left: 5px solid #ffffff;
  transition: 0.3s all ease-in-out;
}

.informationTabs .tabHeads .item:first-child {
  border-left: none;
}

.informationTabs .tabHeads .item:hover {
  background: #ffe32b;
  color: #000000;
}

.informationTabs .tabHeads .item.active {
  background: #005e9e;
  color: #ffffff;
}

.informationTabs .tabBody {
  padding: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.informationTabs .tabBody .overviewTableWrapper {
  margin-bottom: 30px;
}

.informationTabs .tabBody .overviewTable tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.informationTabs .tabBody .overviewTable tr:nth-child(even) {
  background: #f9f9f9;
}

.informationTabs .tabBody .overviewTable td {
  padding: 6px;
}

.informationTabs .tabBody .overviewTable td span {
  font-weight: 700;
}

.informationTabs .tabBody .overviewTable i {
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

.informationTabs .tabBody p {
  margin-bottom: 20px;
}

.informationTabs .tabBody ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.informationTabs .tabBody ul li {
  color: #606060;
  list-style: disc;
  margin-bottom: 5px;
}

.informationTabs .tabBody .item {
  margin-bottom: 20px;
}

.informationTabs .tabBody .item h3, .informationTabs .tabBody .item .sectionTitle {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #005e9e;
  margin-bottom: 5px;
  font-size: 17px;
}

.informationTabs .tabBody .item h3 span, .informationTabs .tabBody .item .sectionTitle span {
  color: #005e9e;
}

.informationTabs .tabBody .itinerary, .informationTabs .tabBody .activity-dates {
  margin-bottom: 20px;
}

.informationTabs .tabBody .itinerary p, .informationTabs .tabBody .activity-dates p {
  margin-bottom: 5px;
}

table {
  color: #5b5b5b;
}

.gallery-images {
  color: #606060;
  margin-bottom: 25px;
}

.gallery-images .gallery-single-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 16px;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
}

.gallery-images p {
  font-style: italic;
}

#filters {
  text-align: right;
  margin-bottom: 30px;
}

#filters button {
  background: none;
  border: none;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  padding: 5px 0;
  margin: 0 0 0 20px;
  font-weight: 700;
}

#filters button.is-checked {
  color: #005e9e;
  border-bottom: 3px solid #005e9e;
}

.gallery-images {
  /* min-height: 260px;
  &.gallery-single{
    min-height: auto;
  }*/
}

.gallery-images a {
  text-decoration: none;
}

.gallery-images .gallery-single-image {
  position: relative;
}

.gallery-images .gallery-single-image:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 1;
  background: black;
}

.gallery-images .gallery-single-image span {
  background: url(../images/eye.gif) no-repeat center;
  z-index: 2;
  display: block;
  width: 50px;
  background-size: cover;
  height: 50px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}

.gallery-images:hover .gallery-single-image:before {
  opacity: 0.3;
}

.gallery-images:hover .gallery-single-image span {
  opacity: 1;
}

.single-image-gallery .masonry {
  /* Masonry container */
  column-count: 3;
  column-gap: 1em;
}

.single-image-gallery .item {
  /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-image-gallery .masonry {
    column-count: 2;
  }
}

@media screen and (max-width: 480px) {
  .single-image-gallery .masonry {
    column-count: 1;
    column-gap: 0em;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

a.lightbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'fontAwesome';
  content: "\f00e";
  pointer-events: none;
  z-index: 9;
  transition: 0.4s;
}

a.lightbox:hover:before {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .featuredImage {
  position: relative;
  min-height: 300px;
  background-color: #e1e1e1;
  text-align: center;
}

.blog-item .featuredImage:before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  transition: 0.5s all ease-in-out;
  width: calc(100% - 40px);
  opacity: 0;
  height: calc(100% - 40px);
  z-index: 1;
  background: rgba(0, 94, 158, 0.7);
}

.blog-item .featuredImage span {
  background: url(../images/eye.gif) no-repeat center;
  z-index: 2;
  display: block;
  width: 50px;
  background-size: cover;
  height: 50px;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out 0.4s;
}

.blog-item:hover .featuredImage:before {
  opacity: 1;
}

.blog-item:hover .featuredImage span {
  opacity: 1;
  top: 50%;
}

.blog-item .post-date {
  background: #005e9e;
  color: #ffffff;
  padding: 15px;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 700;
}

.blog-item .post-date span {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 45px;
  display: block;
}

.blog-item .post-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.blog-item .post-title a {
  text-decoration: none;
}

.blog-item .post-desc {
  font-style: italic;
}

.blog-item .inner {
  background: #ffffff;
  border-bottom: 5px solid #ffe32b;
}

.blog-item .cont {
  padding: 20px;
}

.blog-item .share {
  float: right;
}

.blog-item .share a {
  color: #005e9e;
}

.blog-item .share a:hover {
  color: #ecb323;
}

.blog-item a.btn {
  margin-top: 15px;
}

.single-blog article {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.single-blog article .post-thumbnail {
  margin-bottom: 25px;
}

#comments {
  background: #ffffff;
  padding: 15px;
}

#comments .comments-title {
  background: #005e9e;
  color: #ffffff;
  padding: 8px 15px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

#comments .comments-title span {
  font-weight: 700;
}

#comments ol li, #comments ul li {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#comments ol li li, #comments ul li li {
  margin: 0;
  padding: 0;
  border: none;
}

#comments article {
  background: #e1e1e1;
  box-shadow: none;
  margin-bottom: 10px;
}

#comments article .comment-content {
  font-style: italic;
}

#comments article .comment-metadata {
  font-family: "Lato", sans-serif;
  border-bottom: 1px dashed #b1b1b1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.singleCareer {
  background: #ffffff;
  padding: 20px;
  height: 100%;
}

.singleCareer .title {
  border-bottom: 5px solid #ffe32b;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.singleCareer section {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 12px;
  font-style: italic;
  margin-bottom: 12px;
}

.singleCareer section:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.singleCareer section label {
  font-weight: bold;
  font-style: normal;
  color: #005e9e;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.singleCareer section.header {
  font-style: normal;
}

.singleCareer section.header .opening {
  width: 150px;
}

.singleCareer section.header label, .singleCareer section.header .text {
  display: inline-block;
}

.singleCareer section.header .text {
  font-weight: 700;
  color: #606060;
}

.singleCareer ul {
  padding-left: 20px;
}

.singleCareer ul li {
  list-style: circle;
}

.accordionDesign .accordion {
  background: #ffffff;
  margin-bottom: 6px;
}

.accordionDesign .accordion .question {
  background: #005e9e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.accordionDesign .accordion .question.opened, .accordionDesign .accordion .question:hover {
  background: #ffe32b;
  color: #000000;
}

.accordionDesign .accordion .answer {
  padding: 15px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-nav div {
    left: -35px;
  }
  .owl-carousel .owl-nav div.owl-next {
    right: -35px;
  }
  .informationTabs .tabBody .overviewTable td {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .padding {
    padding: 60px 0;
  }
  .title {
    letter-spacing: 2px;
    font-size: 22px;
  }
  .title-bg {
    font-size: 22px;
  }
  .title-bg:after {
    height: 14px;
  }
  .site-branding {
    text-align: center;
  }
  .site-branding img {
    max-height: 80px;
    width: auto;
  }
  .burger {
    display: block;
    top: -50px;
    right: 30px;
  }
  #site-navigation {
    background: rgba(0, 94, 159, 0.8);
    border: none;
    top: 80px;
    bottom: auto;
  }
  #site-navigation #primary-menu {
    display: none;
  }
  #site-navigation .menu li {
    display: block;
  }
  #site-navigation .menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .newsletter .tnp-subscription {
    max-width: 80%;
  }
  .newsletter .tnp-subscription .row {
    display: block;
  }
  .newsletter .tnp-subscription .col {
    margin-bottom: 5px;
  }
  .newsletter .tnp-subscription input {
    text-align: center;
  }
  .newsletter h6 {
    letter-spacing: 0;
    text-transform: none;
  }
  .newsletter .logo img {
    max-height: 80px;
  }
  .inquiry-form figure {
    display: none;
  }
  .inquiry-form .content {
    max-height: 75%;
    overflow-y: scroll;
  }
  .page-heading .heroImage {
    height: 200px;
  }
  .page-heading .heroImage .mission-heading {
    font-size: 32px;
  }
  .page-heading .heroImage .mission-sub-heading {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 600px) {
  footer#colophon {
    padding: 50px 0 0 0;
  }
  .responsive-br {
    display: block;
    clear: both;
  }
  .site-info {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .page-heading .heroImage .mission-heading {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .page-heading .heroImage.big {
    height: 40vh;
  }
}

@media screen and (max-width: 575px) {
  .informationTabs .tabHeads .item {
    border: none !important;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 990px) {
  .siteLanguage {
    left: 20px;
    position: absolute;
    top: -75px;
  }
}

@media screen and (max-width: 768px) {
  .siteLanguage {
    top: -60px;
  }
  #site-navigation .menu-menu-1-container {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .siteLanguage {
    top: -55px;
    line-height: 18px;
  }
  .siteLanguage i {
    font-size: 14px;
    left: 11px;
  }
  .siteLanguage select {
    font-size: 10px;
    padding: 10px 6px 9px 26px;
  }
}

@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 14px;
  }
  .title {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .title-bg {
    font-size: 22px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .title-bg:after {
    height: 6px;
    bottom: -15px;
  }
  .newsletter .tnp-subscription {
    max-width: 90%;
  }
  .newsletter .tnp-subscription input {
    min-width: auto;
  }
  .informationTabs .tabBody .overviewTable td {
    display: block;
    width: 100%;
  }
  .informationTabs .tabBody .overviewTable tr:nth-child(2n) {
    background: none;
  }
  .informationTabs .tabBody .overviewTable tr {
    border: none;
    text-align: center;
  }
  .informationTabs .tabBody .overviewTable tr td:nth-child(odd) {
    background: #f9f9f9;
  }
}

@media screen and (max-width: 320px) {
  .siteLanguage {
    width: 33px;
  }
  .siteLanguage select {
    color: transparent;
  }
}

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