@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,th {
  text-align: left;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body {
  color: #fff;
  margin: 100px;
  background: url("../imgs/bodybg.png") no-repeat center center #111111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

.section {
  text-align: center;
  background-color: #000000;
}

#menu li {
  margin: 10px;
  color: #000;
}

#menu li.active {
  background-image: url("../imgs/on.svg");
}

#menu li a {
  text-decoration: none;
  color: #000;
  color: #fff;
  background-image: url("../imgs/off.svg");
}

#menu li.active a:hover {
  color: #000;
}

#menu li:hover {
  color: #fff;
  background-image: url("../imgs/on.svg");
}

#menu li a,
#menu li.active a {
  display: block;
  height: 28px;
  width: 28px;
  margin-top: -15px;
}

#menu li.active a {
  color: #fff;
  background-image: url("../imgs/on.svg");
}

#menu {
  position: fixed;
  top: 40%;
  right: 50px;
  z-index: 70;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 15px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, .075);
}

#logo {
  width: 20%;
  margin-bottom: 50px;
}

.form-style .success {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 2.5em;
  margin-bottom: 15px;
  margin-top: -30px;
}

h1 {
  display: none;
}

h2 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 2.5em;
  margin-bottom: 15px;
  width: 85%;
  text-align: center;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  line-height: 1.1em;
}

h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 2em;
  margin-bottom: 15px;
  width: 85%;
  text-align: center;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  line-height: 1.1em;
}

.btn {
  font-family: futura-pt, sans-serif;
  color: #ffffff;
  font-size: 1em;
  background: #118cf1;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  border: none;
}

.btn:hover {
  background: #0f7ed8;
  text-decoration: none;
}

.bodycopy {
  width: 85%;
  margin: 0px auto;
}

.bodycopyfloat {
  margin: 0px auto;
}

.wrapper {
  display: block;
  text-align: center;
}

.slider-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  z-index: 0;
}
}

.slider-wrapper:hover {
  cursor: none;
}

.comparison-slider {
}

.before-wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  position: relative;
  background: url("../imgs/earth1a.jpg") no-repeat center center #111111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.before-wrapper:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}

.after-wrapper, .after-image {
}

.after-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.after-image {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
  61
  transform: translateX(-50%);
  background: url("../imgs/earth1b.png") no-repeat center center #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.past, .future {
  padding: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-weight: 800;
}

.past {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
}

.you {
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  right: 0px;
  left: 0px;
  z-index: 999;
  background: red;
}

.future {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
}

.dark h3 {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  pointer-events: none;
}

#section4 {
  background: url("../imgs/headset.png") no-repeat center center #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section2 {
  background: url("../imgs/earth.png") no-repeat center center #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section3 {
  background: url("../imgs/cornell.png") no-repeat center center #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h4 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 1.5em;
  padding-top: 50px;
}

h5 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 1em;
  padding-bottom: 50px;
  padding-top: 25px;
}

.floatleft {
  right: 50px;
  position: absolute;
}

/* form style */
.form-style {
  margin: 0px auto;
}

.form-style-heading {
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  font-size: 15px;
  padding-bottom: 3px;
}

.form-style .error {
  background: #FFE8E8;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #FF0000;
  border-left: 3px solid #FF0000;
}

.hideme {
  display: none;
}

#date {
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 20px;
  margin: 0px auto;
}

.title {
  padding-bottom: 0px;
  padding-top: 30px;
}

.title img {
width:50%;   padding-bottom: 0px;

}

.cardblurb a { display: inherit;}

.day {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-size: 8.5em;
  margin-top: -30px;
}

.month {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-size: 1.5em;
  margin-top: -15px;
}

.cardblurb {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 12px;
  padding: 30px;
}

.spacer {
  height: 30px;
}

.container {
  width: 300px;
  height: 325px;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
  border-radius: 4px;
  margin: 0px auto;
}

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  cursor: pointer;
}

.card .front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 6px;
  background: #191919;
  font-smoothing: antialiased;
  color: #47525d;
}

.card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 6px;
  background: #191919;
  font-smoothing: antialiased;
  color: #47525d;
}

.card .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

::-webkit-input-placeholder {
  color: rgba(255,255,255,0.38);
  font-weight: bold;
  font-style: italic;
}

.fifty {
  width: 445px;
  margin-bottom: 25px;
}

input, textarea {
  border: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.85em;
  padding-bottom: 5px;
  padding: 10px;
}

input:focus {
  outline: 0;
}

.symbol {
  width: 7%;
  padding-bottom: 30px;
}

textarea {
  width: 936px;
}

.left {
  float: left;
}

.right {
  float: right;
}

#contact_body {
  width: 960px;
  margin: 0px auto;
}

textarea {
  resize: none;
}

@media screen and (max-width: 800px) {

  #menu {
    display: none;
    margin-right: -30000px;
  }

  #logo {
    width: 40%;
  }

  .symbol {
    width: 0.00001%;
    margin: 0px;
    padding: 0px;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  #section1 h4 {
    display: none;
  }

  .right {
    float: none;
  }

  .left {
    float: none;
  }

  .fifty {
    width: 80%;
    margin-bottom: 5px;
  }

  #contact_body {
    width: 100%;
  }

  textarea {
    width: 80%;
    margin-left: 9px;
  }

  .form-style .success {
    font-size: 1.5em;
  }
}
