










a {
  text-decoration: none;
}


/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #000000;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
/*  -webkit-box-shadow: 15px 15px 13px 15px #f7f7f7;
  -moz-box-shadow: 15px 15px 13px 15px #f7f7f7;
  box-shadow: 15px 15px 13px 15px #f7f7f7;*/
  min-height: 480px;
  min-width: 853px;
}
#modal3 {
  min-height: 480px;
  width: 853px;
  padding-bottom: 5px;
}
#modal3 iframe.video {
  position: relative;
  display: block;
  margin: 0 auto;
}
#modal3 h1 {
  margin: 0 0 2px;
}
.closeBtn {
  position: absolute;
  display: block;
  top: 10px;
  left: 825px;
  background: url(../images/closeBtn.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.modal h1 {
  font-weight: 800;
  background: #393839;
  font-family:  'Open Sans', sans-serif;
  color: #fffceb;
  margin: 0 0 20px;
  padding: 12px 10px 10px;
  text-align: left;
  font-size: 17px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
/*  -webkit-box-shadow: inset 0 1px 1px #f9d0c8;
  -moz-box-shadow: inset 0 1px 1px #f9d0c8;
  box-shadow: inset 0 1px 1px #f9d0c8;
  border: 1px solid #7f7d7d;*/
}
.btn {
  display: block;
  border: none;
  outline: none;
}
/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
