



@-webkit-keyframes appear {
  0% {opacity: 0; visibility:hidden; }
  100% {opacity:1; visibility:visible; }
}






/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  margin:0;
}

body {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  position:fixed;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:30px;
  font-weight:bold;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
  font-size:24px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
    background:rgba(19,167,197,0.9);
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}

.cover-heading {
  margin-bottom:40px;
  font-size:46px;
  font-weight: bold;
}

#box1{
    position:fixed;
    width:100%;
    height:100%;
}

#box2 {
  position:fixed;
  width:25%;
  height:100%;
  background-color:rgb(19,167,197);
  margin-left:100%;
}


  .row {
    margin:0;
  }

.logo {
  font-size:24px;
  float:none;
  margin:auto;
  margin-top:18%;
}

.pay {
  color:white;
  font-size:24px;
  margin-top:6%;
  border:1px solid white;
  padding:20px;
  border-radius:5px;
}

.button:hover, button:hover, .submit:hover {
  background-color:#FA6900;

}

.btn-info:hover {
  background-color:#A7DBD8;

}


.button, button, .btn-info, .submit {
  background-color:#db8445;
}

.button {
  font-weight:normal !important;

}


button {
  border-radius:5px;
  border:2px solid white;
  color:white;
  margin-top:20px;
  padding:5px 15px;
}

.desc {
  color:white;
  font-size:14px;
  margin-top:3%;
  text-align:left;
  }

  .bullets {
    margin-top:15px;
    text-align:left;
  }

  #box {
    margin-top:40vh;
  }

  .gallery {
    position:absolute;
    z-index:-1000;
    margin:auto;
    padding:20px;
  }

  .btn {
    border:2px solid white !important;
    border-color:white;
  }

  .btn-info {
    border-color:white;
    background-color:transparent;

  }

  .about {
    float:none;
    margin:auto;
  }

@media (max-width: 1400px) {
  .pay {
    font-size:16px;
  }
  .desc {
    font-size:12px;
  }
  ul {
    font-size:12px;
  }

  h3 {
    font-size:16px;
  }
  .mainbox {
    font-size: 12px;
  }
}

.leftlist {
  padding-left:30px;
}

/* modal */

.modal-dialog {
  position:fixed;
  left:30%;
  top:10%;
  vertical-align: center;
  float:center;
}
.modal-content {
  background-color: rgb(19,167,197);
  padding:25px;
  color:white;
  border:none;
}


.modal-title {
  font-size:30px;
  font-weight:bold;

}

.mdl {
  float:none;
  margin:auto;
}

.modal-header, .modal-footer, .modal-body {
  border:none;
}

legend {
  color:white;
  font-size:16px;
  border:none;
  margin-bottom:50px;
  padding-top:20px;
  font-weight:bold;
}

textarea.form-control {
  height:125px;
}

.submit {
  width: 150px;
}

.obg {
  background-color:#FB9F5C;
}
/* end modal */

/* CSS Masonry */

*, *:before, *:after {box-sizing:  border-box !important;}


.row {
 -moz-column-width: 30em;
 -webkit-column-width: 30em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
 width: 100%;
  
}

.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}

.well {
 position:relative;
 display: block;

}

@media (min-width: 1200px) {
.container {
width: 100%
    }
}

.well {
    z-index:-1000 !important;
  }

/* end CSS masonry */


.mainbox {
  position:relative;
  text-align:left;
  margin: -30% 26% 20px 20px;
  padding:15px;
  border: 1px solid #FB9F5C;;
  border-radius:10px;
  color:#5b5b5b;
  text-shadow: none;
}

.scrolltext {
  color:#5b5b5b;
  text-align:center;
  font-size:16px;
  margin-right: 25%;
  text-shadow: none;
}

.mainbox h3 {
  margin-top:10px;
  margin-bottom:20px;
  font-weight:bold;
}

.fa-chevron-down {
  color: #FB9F5C;
}

img {
  z-index: 100000;
}




/* form */

.formbox {
  text-align:left;

}
form input {
  color: #000;
  margin-bottom:15px;
  width:60%;
}

textarea {
  width:100%;
  height:100px;
  color:#000;
}

.send {
  border:2px solid #fff;
  border-radius:5px;
  background:#FB9F5C;
  width:75px;
  height:37.5px;
  font-size:18px;
  color:#fff;
}

form p {
  margin-bottom:5px;
}

.formdesc {
  text-align:left;
  margin-top:20px;
  font-size:16px;
}

.formdesc h4 {
  font-weight:bold;
}

.formdesc a {
  color:#ffd26d;
}

/* end form */

.close {
  margin:0;
}

.about-main {
  font-size:22px;
  margin-bottom:40px;
  font-weight:300;
}


.imgbg {
  position:fixed;
    width:100vw;
  height:100vh;
  z-index: -200;
  background:url(../img/calc.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.info {
  text-align:left;
  font-size:24px;
  font-weight:300;
  float:none;
  margin: 30px auto 50px auto;

}

.logo h3 {
  font-size:48px;
  font-weight:bold;
  margin-top:0;
}


#contact {
  position:absolute;
  text-align:left;
  height:700px;
  width:50vw;
  color:#292929;
  padding:50px 100px;
  margin:100px 300px 300px 300px;
  font-size:18px;
  background-color:rgba(255,255,255,.8);
  border:10px solid #fff;
  border-radius:10px;
  visibility:hidden;
  opacity:0;
}

.show-contact {
  animation: appear 1s 1s ease-in forwards;
}

#contact .row {
  height:100%;
}

#contact h2 {
  font-weight:bold;
  margin-bottom:0;
}

.map {
  float:none;
  margin:auto;
  padding:0;
  border:8px solid #fff;
  background-color: #fff;
}



#thanks {
  text-align:center;
  width:50vw;
  color:#292929;
  padding-top:100px;
  padding-bottom:100px;
  margin:10vh auto auto auto;
  font-size:18px;
  background-color:rgba(255,255,255,.8);
  border:10px solid #fff;
  border-radius:10px;
  visibility:hidden;
  opacity:0;
}

#thanks h2, h4 {
  font-weight:bold;
}

#thanks a {
  font-size:24px;
}

.submit-button {
  margin-top:20px;
}

.copy {
  margin-top:40px;
  text-align:center;
}

.second-about{
  display:none;
}







@media (max-width: 1800px) {

.info, .logo {
  font-size:18px;
}

}


@media (max-width: 1400px) {

.info {
  font-size:14px;
  margin:.5em;
}

#contact {
  margin-left:100px;
  height:700px;
}

}


@media (max-width: 800px) {

#contact {
  display:none;
}

#box2 {
  width:100%;
  margin-left:0;
  left:0;
}

.map{
  margin:0 20px;
  width:80%;
}

.second-about {
  display:block;
}

#box1 {
  display:none;
}

.logo {
  margin-top:50px;
}

}
