@import url(reset.css);
@import url(text.css);
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #e94e1d; }

a {
  text-decoration: none;
  transition: all .2s;
  color: #e94e1d;
  cursor: pointer; }
  a:hover {
    color: #f00000; }

small {
  font-size: 11px; }

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

/* `Data Table
----------------------------------------------------------------------------------------------------*/
.data,
.data th,
.data td {
  border-style: solid;
  border-color: #ddd; }

.data {
  border-width: 0 1px 1px;
  width: 100%; }

.data caption {
  padding: 0 10px 5px;
  text-transform: uppercase; }

.data th,
.data td {
  border-top-width: 1px;
  padding: 5px 10px; }

.data th {
  white-space: nowrap; }

.data thead th {
  background: #eee;
  font-weight: bold;
  text-shadow: #fff 0 1px 0; }

.data tbody th {
  width: 1px; }

.data tr th:first-child {
  text-align: right; }

/* `Code
----------------------------------------------------------------------------------------------------*/
pre,
code {
  font-size: 12px;
  font-family: Menlo, Courier, monospace; }

pre,
.notice {
  background: #ffe;
  border: 1px solid;
  border-color: #eed #ccb #bba #ddc;
  overflow: auto;
  padding: 10px 0 10px 10px; }

* html pre {
  overflow: hidden;
  width: 97%; }

code {
  background: #ff9;
  padding: 0 2px; }

/*CUSTOM STYLES*/
.clear {
  clear: both; }

.header {
  background-color: #ffffff;
  position: relative;
  color: #8e8e8e;
  height: 50px;
  font-family: 'esphimereextra_light'; }
  .header .container_12 {
    position: relative; }
  .header .date {
    line-height: 50px;
    font-size: 26px;
    float: left;
    margin-left: 20px; }
  .header .newsletter {
    float: right;
    margin-right: 20px; }
    .header .newsletter .label {
      font-size: 16px;
      float: left;
      padding-top: 4px;
      margin-right: 20px; }
    .header .newsletter .field {
      line-height: 44px;
      float: left; }
      .header .newsletter .field input {
        height: 22px;
        border: 1px solid #05628b;
        width: 170px;
        text-align: center;
        padding: 0 5px 0 5px; }

.innerbanner {
  position: relative;
  background: transparent none repeat-y center center;
  background-size: 100%;
  height: 32px; }

.bannersc {
  position: relative; }
  .bannersc .logo {
    z-index: 5000;
    background: transparent url(/images/logo.png) no-repeat center center;
    height: 229px;
    width: 229px;
    position: absolute;
    margin-left: -114px;
    left: 50%;
    top: -28px; }
    .bannersc .logo a {
      display: block;
      position: absolute;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .bannersc .banners {
    height: 320px;
    overflow: hidden;
    position: relative; }
    .bannersc .banners .slide {
      height: 320px;
      position: relative;
      background: transparent none no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .bannersc .banners .legend {
      font-family: 'esphimereextra_light';
      text-align: center;
      color: #ffffff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
      margin-top: 220px;
      font-size: 28px; }

.home .banners {
  height: 780px; }
  .home .banners .slide {
    height: 780px; }

.section {
  position: relative; }

.blueLine {
  background-color: #30aae0;
  color: #ffffff; }

.blueLine2 {
  background-color: #05628b;
  color: #ffffff;
  width: 100%; }

.blueLine3 {
  background-color: #e6eff3;
  padding: 20px 0 20px 0; }

.mainmenu {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  width: 98%;
  padding: 0; }
  .mainmenu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 54px;
    zoom: 1; }
    .mainmenu li a {
      color: #ffffff;
      text-transform: uppercase; }
      .mainmenu li a:hover, .mainmenu li a.current {
        color: #e94e1d; }
    .mainmenu li.stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }
    .mainmenu li.mlang {
      display: none; }
    .mainmenu li.sep {
      color: #82b1c5; }

.baseline {
  padding: 40px 0 69px 0;
  color: #625a5d;
  font-size: 22px;
  background: #e6eff3 url(/images/endline.png) no-repeat center bottom; }
  .baseline a {
    font-family: 'UniversLT-CondensedBold'; }

.footer {
  padding: 30px 0 30px 0;
  background-color: #000000;
  color: #a6a6a6; }
  .footer a {
    color: #a6a6a6;
    display: bock;
    position: relative; }
    .footer a:hover {
      color: #ffffff; }
      .footer a:hover::after {
        color: #ffffff; }
    .footer a::after {
      content: "\0003E";
      float: right;
      margin-right: 10%; }

.separator {
  height: 42px;
  background: transparent url(/images/separator.png) no-repeat center center;
  width: 90%;
  margin: 0 auto; }

.texts {
  padding: 20px 70px 20px 70px; }
  .texts li {
    list-style-type: disc; }
  .texts table {
    width: 100%; }
    .texts table td {
      width: 33%; }

.boxes {
  background-color: #ffffff;
  padding: 30px; }
  .boxes .box0 {
    box-shadow: 0 0 8px #111111;
    border: 4px solid #ffffff;
    background-color: #fdfeb0;
    margin-bottom: 36px; }
    .boxes .box0 .title {
      padding: 15px 0 15px 0;
      background-color: #30aae0;
      color: #ffffff;
      text-align: center;
      font-size: 22px; }
      .boxes .box0 .title span {
        border-bottom: 1px solid #a9c15f;
        display: inline-block;
        padding: 0 8px 5px 8px; }
    .boxes .box0 .descr {
      padding: 12px; }
  .boxes .box1 {
    margin-bottom: 36px; }
    .boxes .box1 .title {
      display: none; }
    .boxes .box1 .descr {
      text-align: center; }
  .boxes h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000; }

.gallery {
  position: relative; }
  .gallery .thumb {
    float: left;
    width: 25%; }
    .gallery .thumb a {
      width: 90%;
      display: block;
      box-shadow: 0 0 5px rgba(55, 55, 55, 0.8);
      margin: 0 auto 20px auto;
      position: relative; }
      .gallery .thumb a img {
        width: 100%;
        height: auto; }
      .gallery .thumb a .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        opacity: 0; }
      .gallery .thumb a:hover .overlay {
        opacity: .4;
        transition: all .2s; }

.mapContainer {
  position: relative; }
  .mapContainer .map {
    height: 490px; }
  .mapContainer .activate {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.submenu {
  background-color: #ffffff;
  padding: 50px 0 50px 0;
  margin-bottom: 16px; }
  .submenu li {
    margin: 0 0 1px 0;
    background-color: #595965;
    border-right: 20px solid #000000;
    width: 54%; }
    .submenu li a {
      padding: 4px 8px 4px 40px;
      display: block;
      color: #ffffff;
      font-size: 24px; }
      .submenu li a:hover, .submenu li a.current {
        background-color: #30aae0; }

.blog .texts {
  padding: 20px 0 50px 0; }
.blog .submenu {
  padding: 20px 0 50px 0; }

.fieldset .field {
  margin-bottom: 30px;
  line-height: 28px; }
  .fieldset .field label {
    display: inline-block;
    width: 36%;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .field .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .field .it {
    display: inline-block;
    width: 62%; }
    .fieldset .field .it input[type="text"], .fieldset .field .it select {
      border: none;
      background-color: #eeeeee;
      height: 28px;
      padding: 0 3% 0 2%;
      width: 90%; }
      .fieldset .field .it input[type="text"].error, .fieldset .field .it select.error {
        background-color: #e94e1d !important;
        color: #ffffff; }
    .fieldset .field .it.hit {
      width: 29%; }
      .fieldset .field .it.hit:nth-of-type(1) {
        margin-right: 1%; }
    .fieldset .field .it.tit select {
      width: 30%;
      margin-right: 1%; }
.fieldset .fieldrow {
  margin-bottom: 30px; }
  .fieldset .fieldrow label {
    display: block;
    width: 36%;
    line-height: 28px;
    float: left;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .fieldrow .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .fieldrow .it {
    display: block;
    float: left;
    width: 62%; }
    .fieldset .fieldrow .it textarea {
      border: none;
      background-color: #eeeeee;
      height: 150px;
      padding: 10px 3% 10px 2%;
      width: 90%; }
      .fieldset .fieldrow .it textarea.error {
        background-color: #e94e1d;
        color: #ffffff; }

.newsheadlines {
  padding: 30px; }
  .newsheadlines .item {
    /*        padding: 20px 0 20px 0;*/
    height: 28px;
    border-bottom: 1px solid #625a5d;
    margin: 10px 0 10px 0; }
    .newsheadlines .item .l {
      background: #e6eff3;
      display: block;
      float: left;
      height: 36px;
      line-height: 36px;
      margin-bottom: -1px;
      padding-right: 16px; }
    .newsheadlines .item .r {
      float: right;
      display: block;
      background: #e6eff3;
      padding-left: 16px; }
      .newsheadlines .item .r a {
        display: block;
        background: #e94e1d;
        color: #ffffff;
        padding: 2px 5px 2px 5px; }
        .newsheadlines .item .r a:hover {
          background-color: #ff0000; }

.schedule {
  margin-top: 70px; }
  .schedule .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e94e1d; }
    .schedule .row .grid_2 {
      color: #e94e1d; }

.button1 {
  display: inline-block;
  background-color: #30aae0;
  color: #ffffff;
  padding: 12px 24px 12px 24px;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 18px;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  .button1:hover {
    background-color: #9bc31c; }

.galleryC {
  background-color: #625a5d;
  padding: 20px;
  width: 100%;
  position: relative; }
  .galleryC .thumb {
    max-height: 124px;
    overflow: hidden; }
  .galleryC .bx-prev {
    background: transparent url(/images/prev.png) no-repeat center center;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    text-indent: -10000px;
    z-index: 17000; }
  .galleryC .bx-next {
    background: transparent url(/images/next.png) no-repeat center center;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    right: -17px;
    z-index: 15000;
    text-indent: -10000px;
    z-index: 17000; }

.red {
  color: #e94e1d; }

.gray {
  color: #5e5e5e; }

.green {
  color: #30aae0; }

.hide {
  display: none !important; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

img.fright {
  margin: 0 0 16px 16px; }

img.fleft {
  margin: 0 16px 16px 0; }

.mobileMenuSwitch {
  display: none; }

.relative {
  position: relative; }

padding1 {
  padding: 50px 0 50px 0; }

/*# sourceMappingURL=master.css.map */
