@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*	Fonts
============================================================ */
@font-face {
  font-family: 'codropsicons';
  src: url("fonts/codropsicons/codropsicons.eot");
  src: url("fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("fonts/codropsicons/codropsicons.woff") format("woff"), url("fonts/codropsicons/codropsicons.ttf") format("truetype"), url("fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
  font-weight: normal;
  font-style: normal; }
/*	Base
============================================================ */
body {
  background: url(img/bg-main.jpg);
  background-attachment: fixed; }

img {
  max-width: 100%;
  height: auto; }

hr {
  border-top: 1px dotted #125157; }

/*	SVG - Component
============================================================ */
.si-icons span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center; }

.si-icons-hover span {
  width: 128px;
  height: 128px;
  margin: 50px 40px; }

/* Fallback for browsers that don't support SVG - Generated with http://iconizr.com/ */
.no-svg .si-icon-clock {
  background-image: url("img/png/clock.png"); }

.no-svg .si-icon-contract {
  background-image: url("img/png/contract.png"); }

.no-svg .si-icon-down-arrow {
  background-image: url("img/png/down-arrow.png"); }

.no-svg .si-icon-equalizer {
  background-image: url("img/png/equalizer.png"); }

.no-svg .si-icon-flag {
  background-image: url("img/png/flag.png"); }

.no-svg .si-icon-glass-empty {
  background-image: url("img/png/glass.png"); }

.no-svg .si-icon-hamburger, .no-svg .si-icon-hamburger-cross {
  background-image: url("img/png/hamburger.png"); }

.no-svg .si-icon-hourglass {
  background-image: url("img/png/hourglass.png"); }

.no-svg .si-icon-mail {
  background-image: url("img/png/mail.png"); }

.no-svg .si-icon-maximize, .no-svg .si-icon-maximize-rotate {
  background-image: url("img/png/maximize.png"); }

.no-svg .si-icon-monitor {
  background-image: url("img/png/monitor.png"); }

.no-svg .si-icon-nav-left-arrow {
  background-image: url("img/png/nav-left-arrow.png"); }

.no-svg .si-icon-nav-up-arrow {
  background-image: url("img/png/nav-up-arrow.png"); }

.no-svg .si-icon-lock {
  background-image: url("img/png/padlock.png"); }

.no-svg .si-icon-play {
  background-image: url("img/png/play.png"); }

.no-svg .si-icon-plus, .no-svg .si-icon-plus-cross {
  background-image: url("img/png/plus.png"); }

.no-svg .si-icon-right-arrow {
  background-image: url("img/png/right-arrow.png"); }

.no-svg .si-icon-smiley {
  background-image: url("img/png/smiley.png"); }

.no-svg .si-icon-trash {
  background-image: url("img/png/trash.png"); }

.no-svg .si-icon-volume {
  background-image: url("img/png/volume.png"); }

.no-svg .si-icon-zoom {
  background-image: url("img/png/zoom.png"); }

/* alternatively you can define that there is no background image when SVG is supported instead of using .no-svg */
/*	General
============================================================ */
.wrapper:before, .wrapper:after {
  content: " ";
  display: table; }
.wrapper:after {
  clear: both; }
.wrapper.inside-pages {
  padding-top: 240px;
  min-height: 700px; }

.mainBg {
  background-image: url(img/bg-mainBg-inside.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed; }
  .mainBg.home-page {
    background-image: url(img/bg-mainBg.jpg);
    background-repeat: no-repeat; }

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0 !important; }

.divider {
  margin: 60px 0 10px; }

.slider {
  overflow: hidden; }

.pageLayouts .row {
  padding-top: 20px;
  padding-bottom: 30px; }

/*	Forms & Buttons
============================================================ */
.btn-default {
  background-image: -webkit-linear-gradient(top, #36a19c 0%, #325358 100%);
  background-image: -o-linear-gradient(top, #36a19c 0%, #325358 100%);
  background-image: linear-gradient(to bottom, #36a19c 0%, #325358 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF36A19C', endColorstr='#FF325358', GradientType=0);
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding: 8px 30px; }
  .btn-default:hover {
    background-image: -webkit-linear-gradient(top, #325358 0%, #36a19c 100%);
    background-image: -o-linear-gradient(top, #325358 0%, #36a19c 100%);
    background-image: linear-gradient(to bottom, #325358 0%, #36a19c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF325358', endColorstr='#FF36A19C', GradientType=0); }

.media-link {
  color: #325257;
  padding-left: 5px;
  margin-right: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  display: inline-block; }
  .media-link:before {
    content: "\E065";
    font-size: 34px;
    position: absolute;
    left: -5px;
    top: 12px;
    font-family: 'Glyphicons Filetypes Regular'; }
  .media-link:hover {
    text-decoration: none; }

.wpcf7-form br {
  display: none; }

/*	Header
============================================================ */
.header {
  z-index: 100;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.8); }
  .header .navbar-toggle {
    padding: 0; }
    .header .navbar-toggle .si-icon {
      display: block;
      height: 38px; }
  .header .navbar-brand {
    position: relative;
    z-index: 100; }

.breadcrumb {
  margin-top: 5px;
  float: right; }
  .breadcrumb a {
    color: #125157; }

/*	Navigation
============================================================ */
.navbar-nav > li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  .navbar-nav > li > a {
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

/*	Footer
============================================================ */
.footer {
  background-image: url(img/bg-footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 420px;
  padding-bottom: 20px; }
  .footer h4, .footer a {
    color: #fff; }
  .footer h4 {
    font-weight: 700;
    margin-bottom: 10px; }
  .footer ul {
    margin-top: 0;
    margin-bottom: 30px; }

/*	Teaser
============================================================ */
.teaser .image {
  position: relative; height: 100%; width: 100%;}
  .teaser .image img {
    width: 100%; height: 100%; object-fit: cover;}
  .teaser .image .text-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
.teaser .h1 {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin: 5px 0 20px;
  background: url(img/icon-feed.png) 100% 4px no-repeat; }
.teaser .news-feed {
  background-image: -webkit-linear-gradient(left, #0f464c 0%, #346575 100%);
  background-image: -o-linear-gradient(left, #0f464c 0%, #346575 100%);
  background-image: linear-gradient(to right, #0f464c 0%, #346575 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F464C', endColorstr='#FF346575', GradientType=1);
  padding: 30px;
  color: #fff;
  min-height: 350px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }
.teaser .read-more {
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: underline; }
  .teaser .read-more:hover, .teaser .read-more:focus {
    color: #008473;
    text-decoration: none; }
.teaser .news-list .h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  margin: 0 0 2px; }
.teaser .news-list .date {
  font-size: 11px;
  font-size: 1.1rem;
  color: #c6c6c6;
  margin-bottom: 2px; }
.teaser .news-list .excerpt .read-more {
  margin-left: 10px; }
.teaser .news-list li {
  margin: 0 -30px;
  padding: 10px 30px;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .teaser .news-list li.cycle-pager-active {
    background-color: rgba(0, 0, 0, 0.2); }
  .teaser .news-list li p {
    margin: 0;
    display: inline; }

/*	Content
============================================================ */
.home-gallery img {
  width: 100%; }
.home-gallery .carousel-control {
  width: 20px;
  top: -18px;
  color: #135155;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  background: none !important; }
  .home-gallery .carousel-control.left {
    left: auto;
    margin-top: 1px;
    right: 30px; }
  .home-gallery .carousel-control .glyphicon {
    font-size: 24px; }
.home-gallery .carousel-inner a {
  display: block;
  border: 4px solid #fff; }

.participating-countries {
  position: relative;
  background: #464e6a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #464e6a 0%, #1d6a5d 49%, #1d6a5d 68%, #2a5d65 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #464e6a), color-stop(49%, #1d6a5d), color-stop(68%, #1d6a5d), color-stop(100%, #2a5d65));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #464e6a 0%, #1d6a5d 49%, #1d6a5d 68%, #2a5d65 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #464e6a 0%, #1d6a5d 49%, #1d6a5d 68%, #2a5d65 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #464e6a 0%, #1d6a5d 49%, #1d6a5d 68%, #2a5d65 100%);
  /* IE10+ */
  background: linear-gradient(to right, #464e6a 0%, #1d6a5d 49%, #1d6a5d 68%, #2a5d65 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464e6a', endColorstr='#2a5d65',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.75);
  margin-bottom: 80px; }
  .participating-countries:before, .participating-countries:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 10; }
  .participating-countries:before {
    background-image: url(img/img-pc-top.png);
    height: 80px;
    top: -40px; }
  .participating-countries:after {
    background-image: url(img/img-pc-bottom.png);
    height: 84px;
    bottom: -50px; }
  .participating-countries .map {
    position: relative;
    z-index: 0;
    width: 100%;
    pointer-events: none; }
  .participating-countries .container {
    position: relative; }
  .participating-countries .dots {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    background: url(img/icon-dots.svg) no-repeat;
    display: block; }
    .participating-countries .dots:hover, .participating-countries .dots.open {
      background: url(img/icon-dots-hover.svg) no-repeat; }
  .participating-countries .mod-title {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    pointer-events: none;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }

/*	Timeline
============================================================ */
.achievements .container {
  position: relative; }
  .achievements .container .jcarousel-nav {
    position: absolute;
    font-size: 36px;
    top: 50%;
    margin-top: 10px;
    left: 0px;
    z-index: 50;
    color: #125157;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .achievements .container .jcarousel-nav:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .achievements .container .jcarousel-nav.jcarousel-next {
      left: auto;
      right: 0px; }
  .achievements .container .start-date, .achievements .container .end-date {
    position: absolute;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 50%;
    left: -2px;
    margin-top: -20px;
    font-weight: 700;
    color: #9baca6; }
  .achievements .container .end-date {
    left: auto;
    right: -2px; }

.timeline {
  margin: 30px auto;
  width: 95%;
  min-height: 445px;
  overflow: hidden;
  position: relative; }
  .timeline:after {
    content: '';
    display: block;
    position: absolute;
    width: 96%;
    left: 2%;
    top: 50%;
    height: 5px;
    border-bottom: 2px solid #125157; }
  .timeline ul {
    width: 20000em;
    position: relative; }
  .timeline h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .timeline li {
    width: 180px;
    height: 200px;
    max-height: 200px;
    top: 20px;
    position: relative;
    float: left;
    text-align: center;
    padding-bottom: 55px;
    word-break: break-word; }
    .timeline li:nth-child(even) {
      top: 220px;
      padding-bottom: 0;
      padding-top: 55px; }
      .timeline li:nth-child(even) h3 {
        bottom: auto;
        top: 0; }

/*	Weather - Current Time (Home Page)
============================================================ */
.weather-time {
  position: relative;
  background: #999;
  color: #fff;
  padding: 40px 0;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 80px; }
  .weather-time.day {
    background: #1463a8;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1463a8 0%, #3080b6 34%, #5ba1cd 59%, #86cbd8 89%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1463a8), color-stop(34%, #3080b6), color-stop(59%, #5ba1cd), color-stop(89%, #86cbd8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #1463a8 0%, #3080b6 34%, #5ba1cd 59%, #86cbd8 89%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #1463a8 0%, #3080b6 34%, #5ba1cd 59%, #86cbd8 89%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #1463a8 0%, #3080b6 34%, #5ba1cd 59%, #86cbd8 89%);
    /* IE10+ */
    background: linear-gradient(135deg, #1463a8 0%, #3080b6 34%, #5ba1cd 59%, #86cbd8 89%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1463a8', endColorstr='#86cbd8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .weather-time.night {
    background: #c9799b;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #c9799b 0%, #8e518f 34%, #5e3f78 59%, #362a5d 89%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c9799b), color-stop(34%, #8e518f), color-stop(59%, #5e3f78), color-stop(89%, #362a5d));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #c9799b 0%, #8e518f 34%, #5e3f78 59%, #362a5d 89%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #c9799b 0%, #8e518f 34%, #5e3f78 59%, #362a5d 89%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #c9799b 0%, #8e518f 34%, #5e3f78 59%, #362a5d 89%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #c9799b 0%, #8e518f 34%, #5e3f78 59%, #362a5d 89%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9799b', endColorstr='#362a5d',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .weather-time.night .localFeatures.weather {
      background: url(img/icon-moon.svg) no-repeat;
      background-position: 0 84px;
      background-size: auto 84px; }
  .weather-time:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 10;
    background-image: url(img/img-pc-top.png);
    height: 80px;
    top: -40px; }
  .weather-time .localFeatures {
    padding: 80px 0;
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    .weather-time .localFeatures span {
      display: block;
      font-weight: 900;
      font-size: 54px;
      font-size: 5.4rem;
      line-height: 56px; }
    .weather-time .localFeatures.localTime {
      padding-left: 106px;
      background: url(img/icon-clock.svg) no-repeat 0 84px;
      background-size: 84px auto; }
    .weather-time .localFeatures.calendar {
      padding-left: 96px;
      background: url(img/icon-calendar.svg) no-repeat 0 84px;
      background-size: 74px auto; }
      .weather-time .localFeatures.calendar span {
        font-size: 38px;
        font-size: 3.8rem; }
    .weather-time .localFeatures.weather {
      padding-left: 106px;
      background: url(img/icon-sun.svg) no-repeat 0 84px;
      background-size: 84px auto; }

/*	Newsletter
============================================================ */
.newsletter {
  padding: 40px 0; }
  .newsletter form {
    margin: 20px 0; }
    .newsletter form strong {
      margin-right: 20px;
      position: relative;
      top: 2px; }

/*	Inside Pages
============================================================ */
.entry-content {
  padding-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem; }
  .entry-content:before, .entry-content:after {
    content: " ";
    display: table; }
  .entry-content:after {
    clear: both; }

.tabs-wrapper {
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 60px 0; }
  .tabs-wrapper:before, .tabs-wrapper:after {
    content: " ";
    display: table; }
  .tabs-wrapper:after {
    clear: both; }
  .tabs-wrapper h2 {
    font-weight: 500;
    font-size: 26px;
    font-size: 2.6rem; }
  .tabs-wrapper h3 {
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem; }
  .tabs-wrapper .tab-content {
    padding: 25px 40px;
    background-color: #fff;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  .tabs-wrapper .nav-tabs > li > a {
    background-color: #325257;
    color: #fff; }
    .tabs-wrapper .nav-tabs > li > a:hover {
      background-color: #008473;
      border-color: #008473 !important; }
  .tabs-wrapper .nav-tabs > li.active a {
    background-color: #fff;
    color: #325257; }
    .tabs-wrapper .nav-tabs > li.active a:hover {
      color: #325257;
      border-color: #fff !important; }

.main-listing {
  margin: 20px 0 60px; }
  .main-listing:before, .main-listing:after {
    content: " ";
    display: table; }
  .main-listing:after {
    clear: both; }
  .main-listing li {
    margin: 0 0 40px; }
  .main-listing .image {
    border: 4px solid #fff;
    margin-bottom: 20px; }
    .main-listing .image img {
      width: 100%; }
  .main-listing .title {
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500; }
    .main-listing .title a {
      color: #125157; }
  .main-listing .date {
    margin-bottom: 10px;
    color: #888; }

.media-listing .heading {
  border-bottom: 1px dotted #125157; }
.media-listing li {
  margin-bottom: 20px; }
.media-listing .date {
  margin: 10px 0 0; }

.carousel-wrapper.page-gallery {
  margin-bottom: 40px;
  overflow: hidden; }
  .carousel-wrapper.page-gallery .carousel-inner .item {
    max-height: 600px; }
  .carousel-wrapper.page-gallery .carousel-indicators {
    bottom: auto;
    top: 20px;
    right: 20px;
    text-align: right;
    left: auto;
    margin-left: 0; }
  .carousel-wrapper.page-gallery .carousel-control {
    background: none; }
  .carousel-wrapper.page-gallery .carousel-caption {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0; }

.sidebar select {
  margin-bottom: 20px; }
.sidebar .submenu a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #125157;
  padding: 10px 15px;
  border-bottom: 1px solid #c8d9dc; }
  .sidebar .submenu a:hover, .sidebar .submenu a:focus {
    background-color: #e8f0f1;
    text-decoration: none; }
.sidebar .submenu .active {
  background-color: #125157; }
  .sidebar .submenu .active a {
    color: #FFF; }
    .sidebar .submenu .active a:hover, .sidebar .submenu .active a:focus {
      background-color: #125157; }

/*	Work
============================================================ */
.current-work {
  padding: 10px 0 50px; }
  .current-work.inside-page {
    padding: 80px 0 50px;
    background-image: url(img/bg-current-work.jpg);
    background-size: cover;
    position: relative; }
    .current-work.inside-page:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      background-position: center top;
      background-repeat: no-repeat;
      opacity: 0.8;
      filter: alpha(opacity=80);
      z-index: 10;
      background-image: url(img/img-cwTop.png);
      height: 80px;
      top: -10px; }
    .current-work.inside-page .mod-title {
      color: #fff;
      text-shadow: 1px 1px 1px #000; }
  .current-work .mod-title {
    margin-bottom: 40px; }

.mod-work {
  margin-bottom: 30px; }
  .mod-work img {
    width: 100%; }
  .mod-work a {
    display: block;
    position: relative; }
  .mod-work .text-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 23px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }

.previous-work {
  padding: 50px 0 80px; }
  .previous-work .mod-title {
    margin: 0 0 40px; }
  .previous-work .mod-work .text-title {
    font-size: 18px;
    font-size: 1.8rem; }

/* The Team
============================================================ */
.team-listing {
  margin: 0 0 80px; }
  .team-listing .tab-title {
    display: block;
    background-image: -webkit-linear-gradient(top, #325257 0%, #263e42 100%);
    background-image: -o-linear-gradient(top, #325257 0%, #263e42 100%);
    background-image: linear-gradient(to bottom, #325257 0%, #263e42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF325257', endColorstr='#FF263E42', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    font-size: 1.8rem; }
    .team-listing .tab-title.active {
      background: #fff;
      color: #325257; }
      .team-listing .tab-title.active:hover {
        text-decoration: none; }

.team-item {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .team-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .team-item .overlay {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 20px;
    color: #fff;
    font-weight: 300; }
    .team-item .overlay .title {
      color: #fff;
      margin: 0 0 10px;
      font-size: 19px;
      font-size: 1.9rem; }
      .team-item .overlay .title span {
        display: block;
        font-size: 28px;
        font-size: 2.8rem; }
  .team-item:hover .overlay {
    display: block; }

/* WordPress Core
=========================================================== */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.js .tinynav {
  display: none; }

/*	MEDIA QUERIES
============================================================ */
@media (max-width: 767px) {
  .logged-in .header {
    top: 46px; }
  .logged-in .main {
    margin-top: 46px; }
  .logged-in #wpadminbar {
    position: fixed; }

  .mainBg {
    background-size: 769px auto;
    background-position: center -38px; }
    .mainBg.home-page {
      background-position: center 36px; }

  .wrapper.inside-pages {
    padding-top: 56px; }
    .wrapper.inside-pages .xs-logo {
      width: 100px; }

  .js .tinynav {
    display: block; }

  .js .submenu {
    display: none; }

  .navbar-header {
    background: url(img/bg-header.jpg) center bottom repeat-x;
    height: 50px; }
    .navbar-header .navbar-toggle {
      margin-top: 15px; }

  .navbar-collapse {
    background-color: rgba(69, 106, 99, 0.9); }

  .breadcrumb {
    float: none;
    padding-left: 0; }

  .footer {
    background-color: #090b3e; }

  .teaser {
    padding-top: 50px; }

  .xs-logo {
    margin: 20px 0; }

  .home-gallery .carousel-control {
    top: -32px; }

  .page-title {
    font-size: 26px;
    font-size: 2.6rem; }

  .entry-content h2 {
    font-size: 20px;
    font-size: 2rem; }

  .tabs-wrapper {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 60px 0; }
    .tabs-wrapper:before, .tabs-wrapper:after {
      content: " ";
      display: table; }
    .tabs-wrapper:after {
      clear: both; }
    .tabs-wrapper h2 {
      font-weight: 500;
      font-size: 26px;
      font-size: 2.6rem; }
    .tabs-wrapper h3 {
      font-weight: 500;
      font-size: 20px;
      font-size: 2rem; }
    .tabs-wrapper .tab-content {
      padding: 25px 40px;
      background-color: #fff; }
    .tabs-wrapper .nav-tabs > li {
      float: none;
      display: block;
      margin-bottom: 3px; }
      .tabs-wrapper .nav-tabs > li > a {
        background-color: #325257;
        color: #fff;
        position: relative; }
        .tabs-wrapper .nav-tabs > li > a:after {
          content: "\e080";
          font-family: 'Glyphicons Halflings';
          position: absolute;
          right: 10px;
          top: 13px; }
      .tabs-wrapper .nav-tabs > li.active a {
        background-color: #fff;
        color: #325257; }
        .tabs-wrapper .nav-tabs > li.active a:after {
          content: "\e114"; }

  .achievements .container .timeline {
    width: 80%;
    margin-bottom: 30px; }
  .achievements .container .jcarousel-nav {
    margin-top: 25px; }
  .achievements .container .start-date {
    left: 4px;
    margin-top: 0; }
  .achievements .container .end-date {
    margin-top: 0;
    right: 4px; } }
@media (min-width: 768px) {
  .logged-in .header {
    top: 32px; }
  .logged-in .main {
    margin-top: 32px; }

  .header {
    min-height: 160px;
    background: url(img/bg-header.jpg) center top repeat-x;
    -webkit-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear; }
    .header .navbar-brand {
      padding: 0;
      position: relative;
      height: 160px; }
      .header .navbar-brand img {
        -webkit-transition: width 0.2s ease;
        -o-transition: width 0.2s ease;
        transition: width 0.2s ease;
        position: relative;
        top: 17px; }
    .header .navbar-nav li:first-child {
      display: none !important; }
    .header.fixed-menu {
      background-position: center bottom;
      height: 72px;
      min-height: 72px; }
      .header.fixed-menu .navbar-brand img {
        width: 60px;
        top: 6px; }
      .header.fixed-menu .navbar-nav > li {
        font-size: 14px;
        font-size: 1.4rem; }
        .header.fixed-menu .navbar-nav > li > a {
          padding: 0px 10px 0;
          line-height: 72px; }

  .navbar-nav > li {
    font-size: 14px;
    font-size: 1.4rem; }
    .navbar-nav > li > a {
      padding: 34px 10px 0;
      line-height: 126px; }

  .teaser {
    padding: 226px 0 50px; }

  .intro {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 150%; }
    .intro .mod-title {
      font-size: 30px;
      font-size: 3rem; }

  .page-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 0;
    margin-bottom: 40px; }

  .weather-time .localFeatures {
    padding: 60px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px; }
    .weather-time .localFeatures span {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 36px; }
    .weather-time .localFeatures.localTime {
      padding-left: 76px;
      background: url(img/icon-clock.svg) no-repeat 0 64px;
      background-size: 64px auto; }
    .weather-time .localFeatures.calendar {
      padding-left: 76px;
      background: url(img/icon-calendar.svg) no-repeat 0 64px;
      background-size: 54px auto; }
    .weather-time .localFeatures.weather {
      padding-left: 76px;
      background: url(img/icon-sun.svg) no-repeat 0 64px;
      background-size: 64px auto;
      -webkit-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease; }

  .previous-work .mod-work {
    height: 144px; } }
@media (min-width: 992px) {
  .header.fixed-menu .navbar-nav > li {
    font-size: 16px;
    font-size: 1.6rem; }
    .header.fixed-menu .navbar-nav > li > a {
      padding: 0px 20px 0;
      line-height: 72px; }

  .navbar-nav > li {
    font-size: 18px;
    font-size: 1.8rem; }
    .navbar-nav > li > a {
      padding: 34px 15px 0; }

  .teaser .news-feed {
    padding: 20px;
    min-height: 367px;
    height: 367px;
    max-height: 367px; }
    .teaser .news-feed .h1 {
      margin: 0 0 10px; }
    .teaser .news-feed .h2 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      margin: 0 0 2px; }
    .teaser .news-feed .date {
      font-size: 11px;
      font-size: 1.1rem;
      color: #c6c6c6;
      margin-bottom: 0; }
    .teaser .news-feed .excerpt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 12px; }
      .teaser .news-feed .excerpt .read-more {
        margin-left: 10px; }
    .teaser .news-feed li {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
    .teaser .news-feed ul {
      margin-bottom: 0; }
  .teaser .cycle-slideshow {
    height: 367px;
    overflow: hidden; }

  .weather-time .localFeatures {
    padding: 80px 0;
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px; }
    .weather-time .localFeatures span {
      display: block;
      font-weight: 900;
      font-size: 40px;
      font-size: 4rem;
      line-height: 42px; }
    .weather-time .localFeatures.localTime {
      padding-left: 106px;
      background: url(img/icon-clock.svg) no-repeat 0 84px;
      background-size: 84px auto; }
    .weather-time .localFeatures.calendar {
      padding-left: 96px;
      background: url(img/icon-calendar.svg) no-repeat 0 84px;
      background-size: 74px auto; }
    .weather-time .localFeatures.weather {
      padding-left: 106px;
      background: url(img/icon-sun.svg) no-repeat 0 84px;
      background-size: 84px auto;
      -webkit-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease; }

  .previous-work .mod-work {
    height: 195px; } }
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 34px 30px 0; }

  .teaser .news-feed {
    padding: 30px;
    min-height: 445px;
    height: 445px;
    max-height: 445px; }
    .teaser .news-feed .h1 {
      margin: 0 0 20px; }
    .teaser .news-feed .h2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      margin: 0 0 2px; }
    .teaser .news-feed .date {
      font-size: 11px;
      font-size: 1.1rem;
      color: #c6c6c6;
      margin-bottom: 2px; }
    .teaser .news-feed .excerpt .read-more {
      margin-left: 10px; }
    .teaser .news-feed li {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; }
    .teaser .news-feed ul {
      margin-bottom: 15px; }
  .teaser .cycle-slideshow {
    height: 445px;
    overflow: hidden; }

  .weather-time .localFeatures {
    padding: 80px 0;
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px; }
    .weather-time .localFeatures span {
      display: block;
      font-weight: 900;
      font-size: 54px;
      font-size: 5.4rem;
      line-height: 56px; }
    .weather-time .localFeatures.localTime {
      padding-left: 106px;
      background: url(img/icon-clock.svg) no-repeat 0 84px;
      background-size: 84px auto; }
    .weather-time .localFeatures.calendar {
      padding-left: 96px;
      background: url(img/icon-calendar.svg) no-repeat 0 84px;
      background-size: 74px auto; }
    .weather-time .localFeatures.weather {
      padding-left: 106px;
      background: url(img/icon-sun.svg) no-repeat 0 84px;
      background-size: 84px auto;
      -webkit-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease; }

  .previous-work .mod-work {
    height: 241px; } }
