@font-face {
  font-family: 'lovinBlack';
  /* black */
  src: url("../fonts/lovin-black-webfont.woff2") format("woff2"), url("../fonts/lovin-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'lovinBold';
  /* bold */
  src: url("../fonts/lovin-bold-webfont.woff2") format("woff2"), url("../fonts/lovin-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'lovinMedium';
  /* medium */
  src: url("../fonts/lovin-medium-webfont.woff2") format("woff2"), url("../fonts/lovin-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'lovinRegular';
  /* regular */
  src: url("../fonts/lovin-regular-webfont.woff2") format("woff2"), url("../fonts/lovin-regular-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  /* regular */
  src:  url("/../fonts/IcoMoon-Free.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y:hidden;
}
.img-promo{
  width: 45%;
  float: left;
}
#map {
  height: 90%;
}
.nav-white{
 z-index: 100;
 background-color:white;
 margin-bottom: 0 !important;
}
.menu-shrink {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 0px solid #333;
    width: 100%;
}
.promo{
 position: absolute;
 top:0;
 width:100%;
}
.icon{
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.icon-bar {
    margin-bottom: 10%;
    background-color: #FFBC0D;
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}
  .img-mobile{
    display:none;
  }
  .img-desktop{

  }
  .promo-desktop{
    width:100%;
    position:absolute;
    top:0;
  }
@media only screen and (max-width: 600px) {
  .img-promo{
    width: 100%;
    height: auto;
    float: none;
  }
  #map {
    height: 55%;
  }
  .img-mobile{
    display:block;
  }
  .img-desktop{
    display:none;
  }
  .container, .container img, .container .content{
    display:none;
  }
  html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y:auto;
}
}
.logo{
    width: 50px;
    margin-top: -10px;
}

#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #ffc416;
	color: black;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;


}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.modal-custom{
  background-color: #ffc416;
  color: black;
  text-align: center;
}
.eac-square input {
  background-repeat: no-repeat;
  background-position: right 10px center;

}
.container {
    text-align:center;
    position:absolute;
    z-index:1;
    width:20%;
    display:block;
    padding: 0;
}

.container img {width:100%}

.container .content {
  position: absolute;
  bottom: 0;
  left:0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 0px 20px;

}
.content h1 {
  font-size: 200%;
}

#menu-toggle {
    font-size: 2.5em;
    position: absolute;
    left: 25px;
    color: #fff;
    top: 10px;
    color: #FFBC0D !important;
    text-decoration: none;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tc7q2y');
  src:  url('../fonts/icomoon.eot?tc7q2y#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tc7q2y') format('truetype'),
    url('../fonts/icomoon.woff?tc7q2y') format('woff'),
    url('../fonts/icomoon.svg?tc7q2y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-menu:before {
  content: "\e9bd";
}
.float-left{
  float:left;
}
