@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9k5akr');
  src:  url('fonts/icomoon.eot?9k5akr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9k5akr') format('truetype'),
    url('fonts/icomoon.woff?9k5akr') format('woff'),
    url('fonts/icomoon.svg?9k5akr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e900";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-facebook-square:before {
  content: "\f082";
  font-size: 24pt;
  margin-right: 3px;
  line-height: 35pt;
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-youtube-play:before {
  content: "\f16a";
  font-size: 25pt;
  line-height: 35pt;
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-cross:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e903";
}
.icon-mobile:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e906";
}

a{color:#ffffff;text-transform: none;}
a:hover{color:#fdb813;text-decoration:none;}
a:visited{color:#fff;text-transform: none;}


#menunavigation 
a {color:#f7ae67;text-transform: none;}
#menunavigation 
a:hover{ color: #ef5f2a;text-decoration: overline;}
#menunavigation 
a:visited{color:#602b1b;text-transform: none;}

.whi { color: #fff;}
.yell { color: #fdb813;}

h1 {
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    color: #fff;
    font-size: 35pt;
    line-height: 37pt;
    margin: 0;
}
h2 {
    font-family: 'Droid Sans', serif;
    font-weight: 700;
    color: #fff;
    font-size: 32pt;
    line-height: 34pt;
    margin: 0;
}
h3 {
    font-family: 'Droid Serif', serif;
    font-style:italic;
    font-weight: 600;
    font-size: 30pt;
    line-height: 33pt;
    margin: 0;
}
h4 {
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.8em;
    margin: 0;
}
h5 {
    font-family: 'Droid Serif', serif;
    font-style:italic;
    font-weight: 400;
    font-size:1.3em;
    margin: 0;
}
p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 13pt;
    line-height: 17pt;
    margin: 0;
}
footer p, footer p a {
    font-weight: 500;
    font-size: 13pt;
    line-height: 18pt;
    text-decoration: none;
}
footer p .copy, footer p .copy a {
    font-weight: 400;
    font-size: 9pt;
    line-height: 14pt;
    text-transform: uppercase;
    letter-spacing: 2pt;
}


@media only screen and (max-width: 581px) {
    h1 { font-size: 30pt; line-height: 30pt; }
    h2 { font-size: 28pt; line-height: 30pt; }
    h3 { font-size: 26pt; line-height: 28pt; }
    h4 { font-size: 15pt; line-height: 22pt;}
    h5 { font-size: 14pt; line-height: 20pt; }
    p { font-size: 12pt; line-height: 16pt; }
}
