@import url("font.css");

body {
  font-family: 'frutiger_ltroman', sans-serif;
  background: #f6f6f6;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  min-height: 0px !important;
  top: 0 !important;
  padding-bottom: 40px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #000;
  font-family: 'frutiger_ltbold', sans-serif;
}
h2 small {
  display: block;
  font-family: 'frutiger_ltroman', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
h3 {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #0068b3;
  font-family: 'frutiger_ltlight', sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'frutiger_ltbold', sans-serif;
}
a, a:active:focus:link:visited {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #0068b3;
  text-decoration: none;
}
a.blueLink {
  color: #0068b3;
}
a.blueLink:hover {
  color: #000;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #92171a;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: 'frutiger_ltroman', sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:read-only.datepicker-elm {
  background-color: #fff !important;
}
textarea {
  padding: 8px 15px !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-family: 'frutiger_ltroman', sans-serif;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-size: 14px;
}
.form-group label small {
  color: #999;
  font-size: 80%;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-family: 'frutiger_ltroman', sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
option {
  line-height: 20px !important;
}
.input-group-addon {
  font-size: 18px;
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 150px;
  width: auto;
  height: 50px;
  line-height: 50px;
  background: #0068b3;
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'frutiger_ltbold', sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer !important;
  border: none;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #fff !important;
  box-shadow: none;
  background-color: #000 !important;
}
.form-control:focus {   
  border-color: #000;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'frutiger_ltroman', sans-serif;
}
.popover {
  font-family: 'frutiger_ltroman', sans-serif;
}
.none {
  display: none;
}
hr {
  margin: 10px auto;
  max-width: 240px;
  border-top: 1px solid #f6f6f6;
}
.br {
  display: block;
}
.modal-header {
  background: #f6f6f6;
}
.modal-content {
  border-radius: 0;
}
.modal-header, .modal-body {
  color: #000;
}
.modal-header h4 {
  color: #000;
  font-family: 'frutiger_ltbold', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.eu-cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'frutiger_ltlight', sans-serif;
  background: rgba(0,0,0,0.80);
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #a43d4b;
}
.eu-cookies button {
  margin-top: 8px;
  background: #0068b3 !important;
  color: #fff;
  font-family: 'frutiger_ltbold', sans-serif;
}
.eu-cookies button:hover {
  background: #000 !important;
  color: #fff;
}
.dropdown-menu {
  border-radius: 0 !important;
}
#topline-holder {
  position: relative;
  padding: 0 20px;
  background: #fff;
  color: #787777;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  z-index: 9;
}
#topline-holder div.col-sm-6 a {
  position: relative;
  z-index: 1;
}
#topline-holder i.fa {
  margin-right: 4px;
  font-size: 16px;
  line-height: 50px;
  color: #0068b3;
}
#topline-holder .text-right a {
  margin-right: 0px;
}
#topline-holder a {
  display: inline-block;
  color: #787777;
  margin-right: 15px;
  font-size: 14px;
  line-height: 50px;
}
#topline-holder i.fa-phone {
  padding-left: 15px;
}
#header-holder {
  position: relative;
  background: #fff;
  color: #000;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  z-index: 8;
}
#header-holder.scrolled {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  background: #fff;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  z-index: 99 !important;
}
#header-holder .sw-logo {
  max-height: 77px;
  margin-bottom: -6px;
}
#header-holder div.text-right a.button {
  margin-top: 12px;
}
.navbar {
  padding: 0 !important;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-brand {
  padding: 0;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-right {
  margin-right: 0 !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  background: #0068b3;
  border: 1px solid #0068b3;
  margin: 9px 0 0 0;
}
.navbar-toggle:hover {
  background: #0068b3 !important;
  border: 1px solid #0068b3 !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle:hover .icon-bar {
  background: #fff;
}
.nav > li {
  background: transparent;
  padding-top: 15px;
}
.nav > li > a {
  color: #000 !important;
  margin: 10px 0 10px 20px;
  padding: 0 4px;
  font-size: 18px;
  line-height: 30px;
  font-family: 'frutiger_ltbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-bottom: 1px solid #fff !important;
}
.nav > li > a:hover, .nav > li.active > a, .nav > li.open > a {
  border-color: #0068b3 !important;
  background: transparent !important;
}
.nav > li > a > .caret {
  vertical-align: 2px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > a:focus, .nav > li.dropdown a.dropdown-toggle {
  background: transparent !important;
}
#navigation .dropdown-menu {
  min-width: 180px;
  font-size: 14px;
  left: 20px !important;
  right: auto !important;
  text-transform: uppercase;
  background-color: #222;
  border: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#navigation .dropdown-menu li a {
  color: #fff !important;
  background: transparent !important;
}
#navigation .dropdown-menu li.active a, #navigation .dropdown-menu li:hover a {
  color: #d22126 !important;
  background: transparent !important;
}
#slider-holder {
  position: relative;
  background: #fff;
}
#slider-holder #slider-items {
  position: relative;
}
#slider-holder .slick-slide {
  position: relative;
}
#slider-holder .volume-control {
  position: absolute;
  bottom: 20px;
  right: 110px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(255,255,255,.85);
  padding-right: 2px;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  -ms-transition: background-color .3s linear;
  transition: background-color .3s linear;
  cursor: pointer;
  z-index: 9;
  cursor: pointer;
}
#slider-holder .volume-control:hover {
  background-color: #0068b3;
}
#slider-holder img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
#slider-holder #slide-text {
  position: absolute;
  top: 30%;
  left: 10%;
  padding: 30px;
  margin-top: -70px;
  background: rgba(12,66,82,0.40);
}
#slider-holder #slide-text h2 {
  margin: 0;
}
#slider-holder #slide-text h2 small {
  display: block;
  color: #111;
  font-family: 'frutiger_ltroman', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.content-holder {
  position: relative;
  background: #fff;
  color: #000;
  padding: 60px 0;
}
.about-holder {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.about-holder .about-block {
  padding: 100px;
}
.about-holder .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.about-holder .row:after, .about-holder .row:before {
  display: none;
}
.about-holder .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.about-holder a.button {
  margin: 6px 0;
}
.delimiter-hr {
  position: relative;
  background: #fff;
  width: 100%;
  height: 180px;
}
#cform-holder {
  position: relative;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
#map-holder {
  position: relative;
  background: #fff;
}
#map-holder iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 540px;
}
#footer-holder {
  position: relative;
  padding-top: 40px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
#footer-holder img {
  margin-top: -20px;
}
#footer-holder a {
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
#footer-holder i.fa {
  font-size: 40px;
  line-height: 40px;
  margin-left: 6px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1799px) {
  .container-growup {
    width: 100% !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    font-size: 15px;
  }
  #map-holder iframe {
    height: 420px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 small {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .eu-cookies {
    left: 0;
    bottom: 0;
  }
  #topline-holder {
    padding: 12px 0;
    color: #111;
    line-height: 22px !important;
  }
  #topline-holder i.fa, #topline-holder a {
    line-height: 30px !important;
  }
  #header-holder {
    overflow: hidden;
  }
  #header-holder .sw-logo {
    height: 54px;
    max-height: 54px;
    margin-bottom: 0px;
  }
  .about-holder .about-block {
    padding: 50px 30px;
  }
  #cform-holder {
    padding: 40px 0;
  }
  #map-holder iframe {
    height: 400px;
  }
  .content-holder {
    padding: 30px 0;
  }
  .subpage .content-holder {
    padding-top: 100px;
  }
  #footer-holder img {
    margin: auto;
  }
}


/* ANIMATED CHECKBOXS
-------------------------------------------------- */
.radio label, .checkbox label {
  padding-left: 30px;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  margin-top: 4px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}