@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");

.grid:after {
  content: "";
  display: table;
  clear: both; }

.srt, .form__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.panel--centered, .panel--padded--centered, [class^="btn--"] {
  text-align: center; }

[class^="progbar__"]:after, .icn--nav-toggle:before {
  display: block;
  content: '';
  position: absolute; }

.centered, .grid {
  float: none;
  margin-left: auto;
  margin-right: auto; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
background-color: #222;
  margin: 0; 
  background: url('../img/bg.jpg') top left fixed;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #797e83;
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

h3 {
  font-size: 1.125em; }

h4 {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.875em; 
  margin-top: 0;
  margin-bottom: 0}


a {
  color: #999;
  text-decoration: none;
  font-weight: 300;
  background: transparent; }

a:active,
a:hover {
  outline: 0; 
  color: #ccc}

p {
  margin: 0 0 1.66667em;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5; }

blockquote {
  font-weight: 300;
  font-style: italic;
  font-size: 1.25em; }
  @media (min-width: 769px) {
    blockquote {
      margin: 1.33333em 0;
      padding: 0 0 0 5%;
      border-left: 0.33333em solid #ebecec;
      font-size: 1.5em; } }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  max-width: 100%;
  height: auto; }


input,
textarea {
  display: block;
  padding: 15px;
  width: 100%;
  outline: 0;
  border: 0; }

input:focus,
textarea:focus {
  transition: 0.3s; }

button {
  outline: 0; }

footer {
  border-top: 1px solid #ebecec; }
  footer p {
    font-size: 1em;
    margin-top: 1.375em; }

.panel, .panel--centered {
  padding-top: 1.875em; }
  @media (min-width: 769px) {
    .panel, .panel--centered {
      padding-bottom: 1.25em; } }

.panel--padded, .panel--padded--centered {
  padding-top: 2.125em; }
  @media (min-width: 970px) {
    .panel--padded, .panel--padded--centered {
      padding-top: 2.125em;
      padding-bottom: 2.125em; } }

.grid {
  width: 90%; }
  [class*="grid__col--"] > .grid {
    width: 100%; }
  @media (min-width: 1100px) {
    .grid {
      max-width: 1050px; } }

@media (min-width: 769px) {
  .grid__col--1 {
    width: 6.5%; }
  .grid__col--2 {
    width: 15%; }
  .grid__col--3 {
    width: 23.5%; }
  .grid__col--4 {
    width: 32%; }
  .grid__col--5 {
    width: 40.5%; }
  .grid__col--6 {
    width: 49%; }
  .grid__col--7 {
    width: 57.5%; }
  .grid__col--8 {
    width: 66%; }
  .grid__col--9 {
    width: 74.5%; }
  .grid__col--10 {
    width: 83%; }
  .grid__col--11 {
    width: 91.5%; }
  .grid__col--12 {
    width: 100%; } }

@media (min-width: 1px) and (max-width: 768px) {
  [class^="grid__col--"] {
    margin-top: 0;
    margin-bottom: 0; } }
@media (min-width: 769px) {
  [class^="grid__col--"] {
    float: left;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    [class^="grid__col--"] + [class^="grid__col--"] {
      margin-left: 2%; }
    [class^="grid__col--"]:last-of-type {
      float: right; } }

.theme__poly .grid [class*="grid__col"] {
  font-weight: 100;
  margin-bottom: 1em;
  padding: 1.75%; }

@media (min-width: 970px) {
  .nav__item, .nav__item--current {
    display: inline-block;
    margin: 0 0.625em;} }

.nav__item--current a, .nav__item a {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.125em;
  display: block;
  padding: 0.4em;
  border-bottom: 1px solid transparent; }
  @media (min-width: 1px) and (max-width: 970px) {
    .nav__item--current a, .nav__item a {
      border-bottom-color: #252525;
      padding-top: 0.77778em;
      padding-bottom: 0.77778em;}}

.nav__item--current a, .nav__item a:hover {
  color: #fff;
  border-color: #409eff; }
  
.nav__item_spot:hover {
  border-color: #FF0 !important;
}



h1, .headline-primary, .headline-primary--grouped {
  color: #525559;
  font-weight: 100;
  font-size: 2.625em;
  line-height: 1.09524;
  margin-top: 0; }

h2, .headline-secondary, .headline-secondary--grouped {
  color: #999da1;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 1.5em;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.form__btn, [class^="btn--"] {
  padding: 15px 30px;
  border: 0;
  border-radius: 0.4em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  transition: opacity 0.3s;
  display: block; }
  .form__btn:hover, [class^="btn--"]:hover {
    opacity: .75; }
  .form__btn:active, [class^="btn--"]:active {
    opacity: initial; }

.menu__link, .menu__link--end {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(11, 11, 11, 0.2);
  font-size: 1.125em; }

.icn--nav-toggle, .icn--close {
  line-height: 0;
  cursor: pointer; }

.img--wrap {
  border: 1px solid #d6d7d9;
  padding: 0.75em; }
.img--avatar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%; }
  @media (min-width: 769px) {
    .img--avatar {
      margin-top: 1.5em; } }
@media (min-width: 769px) {
  .img--hero {
    margin-bottom: 2.625em; } }

.headline-primary {
  margin-bottom: 1.66667em; }
  .headline-primary--grouped {
    margin-bottom: 0; }
.headline-secondary {
  margin-bottom: 0.91667em; }
  .headline-secondary--grouped {
    margin-top: 0.41667em;
    margin-bottom: 2.25em; }

.form__label {
  display: block;
  margin-bottom: 0.625em; }
.form__input {
  font-size: 1.125em;
  margin-bottom: 1.11111em;
  border-bottom: 6px solid #d6d7d9;
  border-radius: 0.4em;
  background: #ebecec;
  color: black;
  font-weight: 300; }
  .form__input:focus {
    border-color: #52bab3; }
.form__btn {
  background: #52bab3; }

.btn--default {
  background-color: #52bab3; }
.btn--success {
  background-color: #5ece7f; }
.btn--error {
  background-color: #e67478; }
.btn--warning {
  background-color: #ff784f; }
.btn--info {
  background-color: #9279c3; }

[class^="btn--"] {
  margin-bottom: 1.42857em; }
  @media (min-width: 1px) and (max-width: 768px) {
    [class^="btn--"] {
      width: 100%; } }
  @media (min-width: 769px) {
    [class^="btn--"] {
      width: auto;
      display: inline-block; }
      [class^="btn--"] + [class^="btn--"] {
        margin-left: 20px; } }

.navbar {
  position: relative; }
  @media (min-width: 769px) {
    .navbar {
      margin-top: 1.5em;
      margin-bottom: 0; } }

  
.nav__item a {
    color: #797e83; }

.offcanvas {
  position: relative;
  padding: 0.625em;
  letter-spacing: 1px;
  background: #39add1;
  background: linear-gradient(45deg, rgba(94, 206, 127, 0.8) 0%, #39add1 100%); }

.menu {
  margin-top: 1.25em; }
  .menu__link {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }

.progbar {
  height: 4px;
  border-radius: 2px;
  background: #d6d7d9;
  position: relative;
  margin-bottom: 2.875em; }
  .progbar__status--default {
    background-color: #52bab3; }
    .progbar__status--default:after {
      background-color: #6fc6c0; }
  .progbar__status--success {
    background-color: #5ece7f; }
    .progbar__status--success:after {
      background-color: #7dd898; }
  .progbar__status--error {
    background-color: #e67478; }
    .progbar__status--error:after {
      background-color: #ec979a; }
  .progbar__status--warning {
    background-color: #ff784f; }
    .progbar__status--warning:after {
      background-color: #ff9778; }
  .progbar__status--info {
    background-color: #9279c3; }
    .progbar__status--info:after {
      background-color: #a995d0; }

[class^="progbar__"] {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  position: relative; }
  [class^="progbar__"]:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -10px;
    top: -8px; }
  
.ad_728x90 {
  float: center;
  display: none;
  }
  
.bottom_ad {
	height: 90px;
	display: none;
}

.ad_300x600,
.ad_160x600 {
	height: 600px;
	display: none;
}

.ad_240x400 {
	height: 400px;
	width: 240px;
	display: none;
}

.mobile_ad {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	display: none;
	
}

.header_title {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #333;
}
 
.title {
	width:100%;
	background-color: #333;
}

.black {
	width: 100%;
	background-color: #000;
}
#cockpit,
#cockpit p,
#cockpit td {
	padding: 0px;
	margin: 0px;}

.icn--nav-toggle {
  width: 35px;
  height: 26px;
  border-top: solid 4px #797e83;
  border-bottom: solid 4px #797e83;
  position: absolute;
  right: 2em;
  top: -11em;
  margin-left: 1.6em;
  margin-bottom: 1em;}
  .icn--nav-toggle:before {
    width: 35px;
    height: 4px;
    background: #999da1;
    top: 7px; }
    
.icn--close {
  background-image: url("../img/icn-close.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 4%;
  top: 4%; }

@media (min-width: 1px) and (max-width: 1050px) {
  .is-displayed-mobile {
    display: block; }
  .ad_300x600 {
    display: none; }
  body {
  background: url('../img/bg3.jpg') top center fixed; 
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
     }}
     
@media (min-width: 1px) and (max-width: 970px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0; }}

     
@media (min-width: 1px) and (max-width: 900px) {
  .grid {
    width: 100%;}
  h4,
  h1,
  h2,
  p,
  blockquote {
	padding-left: 1em;
	padding-right: 1em;}
  .header_title {
	padding-left: 0;
	padding-right: 0;}
    body{
  background: url('../img/bg2.jpg') top left fixed; 
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
    }}

      
@media (min-width: 1px) and (max-width: 768px) {
  .ad_728x90 {
	display: none;}
  .is-displayed-mobile {
    display: block; }
  .is-hidden-mobile {
    display: none; }
  .icn--nav-toggle {
	top: -3.5em;
	right: 2em;}
  .ad_160x600 {
	display: none;}
  .ad_240x400 {
	display: none;}}

@media (min-width: 1050px) {
   .ad_160x600 {
	display: none;}}
	
      
@media (min-width: 970px) {
   .is-displayed-mobile {
    display: none;}}
    
    
@media (min-width: 769px) {
   .mobile_ad {
    display: none;} 
   #spacer {
    display: none;}}

.theme__poly .grid__col--12 {
  background-color: #DEF4E5; }

.theme__poly .grid__col--8 {
  background-color: #DCE0F2; }

.theme__poly .grid__col--7 {
  background-color: #DCF0EF; }

.theme__poly .grid__col--6 {
  background-color: #FFE3DB; }

.theme__poly .grid__col--4 {
  background-color: #F8EDD0; }

.theme__poly .grid__col--5 {
  background-color: #EAEBEC; }

.theme__poly .grid__col--2 {
  background-color: #C5E2CE; }

.theme__poly .grid__col--3 {
  background-color: #D6EEF5; }

/*# sourceMappingURL=application.css.map */


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .cd-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .cd-top {
    position: fixed;
	top: 10px;
    right: 10px;
  }
}

.globe_parent {
	width: 100%;
	max-width: 600px;
	height: 100%;
	max-height: 600px;
}
.globe {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 600px;
  position: relative;
  padding-top: 100%;
}
.globe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 600px;
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video iframe,
.video object,
.video embed,
.video table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour {
  height: 600px;
}
.rsstitle {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  text-align: left;
  padding-left: 5px;
  border-left: 1px solid transparent;
  }
.rsstitle a {
	display: block;
}
.rsstitle:hover {
	  border-left: 1px solid transparent;
	  border-color: #409eff;
}
.rssdate1 {
  font-size:0.7em;
  color:#c0c0c0;
  text-align: right;
  font-weight: 300;
  }
.rssdate2 {
  display:none;
  }
.rssdescription,
.rssdescription * {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #ffffff !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
  font-weight: 300 !important;
  text-align: justify;
  float:none !important;
}
.rssdescription a {
  color: #888 !important;
}
.rssdescription a:hover,
.rssdescription a:active {
  color: #ccc !important;
}
.rssdescription img,
.newsdiv img {
	width: 100% !important;
	height: auto !important;
	margin: 0px !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}
iframe[src*="youtube"] {
  margin: 0px !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.gm-style-cc {
	display: none !important;
}
.gmnoprint .gm-style-cc {
	display: block !important;
}

#rssContent,
#rssMail {
  padding: 1em;
}
.newsdiv {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1em;
}
#miSelector,
#kmSelector {
  cursor: pointer;
}
#my-div {
    width: 100%;
    height   : 1860px;
    overflow : hidden;
    position : relative;
}
#my-iframe {
    position: absolute;
    top      : -95px;
    left     : 0px;
    width:  100%;
    height   : 1955px;
    border: 0px;
}

@media only screen and (min-width: 321px) {
.site-logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 275px;
  height: 90px;
  float: left }
}

@media (min-width: 1px) and (max-width: 359px) {
.site-logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height:85px;
  float: left }
}

@media only screen and (min-width: 360px) {
.site-logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 275px;
  height: 90px;
  float: left }
}

@media only screen and (min-width: 500px) {
.app_links {
	text-align: right;
	position: relative;
	top: -23px;
	display: none;
}
.site-logo-bottom {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 275px;
  height: 90px;
  float: left;
}
}

@media only screen and (min-width: 601px) {
   #rssContent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;}}

@media (min-width: 1px) and (max-width: 499px) {
.app_links {
	width: 250px;
	margin: auto;
	display: none;
}
.site-logo-bottom {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 275px;
  height: 115px;
  display: block;
  margin: auto;
}
#spacer {
	height: 115px;
}
    #cockpit,
	#cockpit p,
	#cockpit td {
	font-size: 3.5vw;}
}