/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
/*body { background:url(../Lighthouse.jpg) center top no-repeat; }*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #000;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  /*-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;*/ }

.md-show ~ .md-overlay {
  opacity: 0.80;
  visibility: visible; }

/* Content styles */
.md-content {
  /*background: #000;*/
  position: relative;
  margin: 0 auto;
  width: 70%; }

.md-content img {
  display: block;
  max-width: 750px;
  margin: 0 auto; }

.md-content h3 {
  margin: 0;
  padding: 12px;
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.8;
  color: #3fb0da;
  border-bottom: 1px solid #70bce8; }

.md-content > div {
  padding: 15px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em; }

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

#form-cont {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  display: block; }

.form-cont-10-b {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #bebebe;
  clear: both;
  font-size: 16px;
  color: #727071; }

.form-cont-10 {
  clear: both;
  font-size: 16px;
  color: #727071;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px; }

.form-cont-left {
  width: 50%;
  float: left;
  line-height: 32px;
  height: 32px; }

.form-cont-right {
  width: 50%;
  float: left;
  padding: 0; }

.form-cont-right-2 {
  width: 35%;
  float: right;
  padding: 0 20px 0 0; }

.text-right-f {
  text-align: right; }

.form-cont-left-1 {
  width: 80%;
  float: left;
  padding: 20px 0 0 20px; }

.form-cont-right-1 {
  width: 10%;
  float: right; }

/*.barcode { padding-bottom:20px;}*/
#form-cont input[type="text"]:focus {
  border-bottom: 1px solid #70bce8; }

fieldset {
  border: medium none !important;
  margin: 0;
  min-width: 100%;
  padding: 0;
  width: 100%;
  float: left; }

.input-90 fieldset {
  border-bottom: 1px solid #bebebe; }

#form-cont input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bebebe;
  background: #FFF;
  margin: 0;
  border-radius: 0px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*#form-cont input[type="radio"] { float:right; display: block;}*/
.input-90 {
  width: 100%;
  display: inline-block; }

.input-90-10px {
  margin: 0 auto 0 3%;
  width: 93%;
  display: inline-block;
  padding-bottom: 10px; }

.form-cont-10-b {
  width: 90%;
  margin: 0 auto 10px auto;
  border-bottom: 1px solid #bebebe;
  clear: both;
  font-size: 16px;
  color: #727071;
  padding-bottom: 7px; }

.or-seprate {
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  color: #3fb0da; }

.strips {
  width: 94%;
  margin: 0 auto;
  padding: 8px 0;
  color: #3fb0da;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  background: #edebec; }

.strip-white {
  width: 94%;
  margin: 1px auto;
  color: #3fb0da;
  font-size: 1.2em;
  height: 1px;
  font-weight: normal;
  text-align: center;
  background: #bebebe; }

#footer-area {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #bebebe;
  padding: 0;
  display: inline-block;
  height: 41px; }

#footer-area .foot-left {
  width: 49%;
  border-right: 1px solid #bebebe;
  text-align: center;
  float: left;
  padding: 10px 0; }

#footer-area .foot-right {
  width: 49%;
  text-align: center;
  float: right;
  padding: 10px 0; }

#footer-area .foot-right-100 {
  width: 100%;
  padding: 6px 0;
  text-align: center; }

#footer-area .foot-right-100 a {
  width: 100%;
  padding: 8px 230;
  text-align: center; }

#footer-area a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  padding: 5% 33%; }

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out; }

  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out; }

  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in; }

  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@media screen and (max-width: 32em) {
  body {
    font-size: 75%; } }