.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(168, 160, 160);
  text-decoration: none;
  cursor: pointer;
}

.container {
  font-family: 'Open Sans', sans-serif;
  z-index: 5;
  width: 100%;
  position: fixed;
  height: 100%;
  padding-top: 60px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: none;
}

.frame {
  height: 575px;
  width: 430px;
  background:
  -webkit-gradient(
  linear,
  left top, left bottom,
  from(rgba(35,43,85,0.75)),
  to(rgba(35,43,85,0.95))),
  url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/clouds-cloudy-forest-mountain.jpg) no-repeat center center;
  background:
  linear-gradient(
  rgba(35,43,85,0.75),
  rgba(35,43,85,0.95)),
  url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/clouds-cloudy-forest-mountain.jpg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px rgba(255,255,255,.5);
  border-radius: 5px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.frame-long { height: 575px; }

.frame-short {
  height: 400px;
  margin-top: 50px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

.frame-v-short {
  height: 300px;
  margin-top: 50px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

.nav {
  width: 100%;
  height: 100px;
  padding-top: 40px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-up {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.nav li {
  padding-left: 10px;
  font-size: 18px;
  display: inline;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  color: #ffffff;
}

.signin-active a {
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}
.signin-inactive a {
  padding-bottom: 0;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}
.signup-active a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  padding-bottom: 10px;
}
.signup-inactive a {
  cursor: pointer;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.form-signin {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 55px;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.form-signin-left {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  opacity: .0;
}
.form-signin-down {
  top: 0;
  opacity: .0;
}

.form-signup {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 0px;
  position: relative;
  top: -375px;
  left: 400px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.form-signup-left {
  -webkit-transform: translateX(-399px);
          transform: translateX(-399px);
  opacity: 1;
}
.form-signup-down {
  top: 0px;
  opacity: 0;
}

.success {
  width: 80%;
  height: 150px;
  text-align: center;
  position: relative;
  top: -1150px;
  left: 450px;
  opacity: .1;
  -webkit-transition: all .8s .4s ease;
  transition: all .8s .4s ease;
}
.success-left {
  transform: translateX(-406px);
  opacity: 1;
}

.successtext {
  color: #ffffff;
	font-size: 25px;
	font-weight: 300;
  margin-top: -200px;
  padding-left: 37px;
  padding-right: 37px;
}

#check path {
    stroke: #ffffff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width: .85px;
    stroke-dasharray: 60px, 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255,255,255,.0);
    -webkit-transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255,255,255,.03);
}

.form-signin input, .form-signup input {
  color: #ffffff;
  font-size: 13px;
}

.form-styling {
  width: 100%;
  height: 35px;
	padding-left: 15px;
	border: none;
	border-radius: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,.2);
}

label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 5px;
  color: rgba(255,255,255,.7);
  display: block;
}

:focus {outline: none; }

.form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
    background: rgba(255,255,255,.3);
    border: none; 
    padding-right: 40px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
 }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 85px;
  padding-top: 2px;
  cursor: pointer;
  margin-top: 8px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 65px; 
  height: 30px;
  background: rgba(255,255,255,.2);
  border-radius: 15px;
  left: 0; 
  top: -3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 10px; 
  height: 10px;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  top: 7px; 
  left: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background: #0F4FE6; 
}

[type="checkbox"]:checked + label:after {
  background: #ffffff;
  top: 7px; 
  left: 45px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px;
  color: rgba(255,255,255,.7);
}

[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #ffffff;
}

[type="checkbox"]:focus + label:before {
  box-sizing: border-box;
  margin-top: -1px;
}

.btn-signup {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  background-color: #1059FF;
}
.btn-signin {
  float: left;
  padding-top: 8px;
  width: 100%;
  height: 35px;
    color: #fff;
	border: none;
	border-radius: 20px;
  margin-top: -8px;
}
.btn-animate {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: rgba(255,255,255, 1);
  padding-top: 8px;
  width: 100%;
  height: 35px;
	border: none;
	border-radius: 20px;
  margin-top: 23px;
  background-color: rgba(16,89,255, 1);
  left: 0px;
  top: 0px;
  -webkit-transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
  transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s; 
}
.btn-animate-grow {
  width: 130%;
  height: 625px;
  position: relative;
  left: -55px;
  top: -420px;
  color: rgba(255,255,255,0);
  background-color: rgba(255,255,255,1);
}
a.btn-signup:hover, a.btn-signin:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: background-color .5s;
    transition: background-color .5s; 
}

.forgot {
  height: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  padding-top: 24px;
  margin-top: -405px;
  color: rgba(255,255,255,.3);
  border-top: solid 1px rgba(255,255,255,.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.forgot-left {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  opacity: 0;
}

.forgot-fade { opacity: 0; }

.forgot:hover{
    cursor: pointer;
    font-size: 25px;
}

.welcome {
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 22px;
  color: rgba(35,43,85,0.75);
  opacity: 0;
  -webkit-transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
}
.welcome-left {
  -webkit-transform: translateY(-780px);
  transform: translateY(-830px);
  opacity: 1; 
}

.tab{
    position: relative;
    padding-top: 25px;
    margin: auto;
    width: 65%;
    text-transform: none;
    font-size: 18px;
}

.Editwelcome {
  position: relative;
  font-size: 22px;
  margin: auto;
  width: 220px;
  overflow-x:hidden;
  overflow-y:visible;
  color: rgba(35,43,85,0.75);
  opacity: 0;
  -webkit-transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s, -webkit-transform 1.5s ease .25s;
}
.Editwelcome-left {
  -webkit-transform: translateY(-750px);
  transform: translateY(-1400px);
  opacity: 1; 
}

.cover-photo {
  height: 150px;
  position: relative;
  left: 0px;  top: -900px;
  background:
  -webkit-gradient(
  linear,
  left top, left bottom,
  from(rgba(35,43,85,0.75)),
  to(rgba(35,43,85,0.95))),
  url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/landscape-nature-man-person.jpeg);
  background:
  linear-gradient(
  rgba(35,43,85,0.75),
  rgba(35,43,85,0.95)),
  url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/landscape-nature-man-person.jpeg);
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0.55s;
  transition: all 1.5s ease 0.55s;
}
.cover-photo-down {
  top: -555px;
  opacity: 1;
}

.text-fild{
  position: relative;
  top: -1800px;
  float: left;
  color: black;
  font-size: 30px;
  width: 100%;
  font-weight: 1000;
  border-radius: 2px;
  text-align: center;
  opacity: 1;
}
.text-fild-down {
  top: -1530px;
  opacity: 1;
}

.form-group{ padding: 10px; }

.input-box{
  position: relative;
  margin-right: auto;
  top: -1600px;
  float: left;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: solid 1.5px #000;
  opacity: 0;
}
.input-box-down {
  top: -1500px;
  opacity: 1;
}

.profile-photo {
  height: 125px;
  width: 125px;
  position: relative;
  left: 155px;
  border-radius: 100px;
  top: -1500px;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.profile-photo-down {
  top: -935px;
  opacity: 1;
}

.Editprofile-photo {
  height: 125px;
  width: 125px;
  position: relative;
  border-radius: 100px;
  left: 155px;
  top: -2900px;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.Editprofile-photo-down {
  top: -1025px;
  opacity: 1;
}

.myImg{  z-index: 5; }

h1 {
  color: #ffffff;
  font-size: 35px;
	font-weight: 300;
  text-align: center;
}

.btn-reset-password {
  position: relative;
  margin-right: auto;
  top: -1500px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1.5px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.btn-reset-password-up {
  top: -1450px;
  opacity: 1;
}
a.btn-reset-password:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

.btn-confirmation-email {
  position: relative;
  margin-right: auto;
  top: -800px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.btn-confirmation-email-up {
  top: -1210px;
  opacity: 1;
}
a.btn-confirmation-email:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

.btn-edit-profile {
  position: relative;
  margin-right: auto;
  top: -400px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.btn-edit-profile-up {
  top: -1040px;
  opacity: 1;
}
a.btn-edit-profile:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

.btn-back {
  position: relative;
  margin-right: auto;
  top: -500px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
    background-color: w;
}
.btn-back-up {
  top: -1342px;
  opacity: 1;
}
a.btn-back:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

.btn-save-profile {
  position: relative;
  margin-right: auto;
  top: -400px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.btn-save-profile-up {
  top: -1355px;
  opacity: 1;
}
a.btn-save-profile:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

.btn-logout {
  position: relative;
  margin-right: auto;
  top: -400px;
  float: left;
  padding: 8px;
  width: 83%;
  margin-left: 37px;
  margin-right: 37px;
  height: 35px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1059FF;
  border: solid 1px #1059FF;
  opacity: 0;
  -webkit-transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}
.btn-logout-up {
  top: -1024px;
  opacity: 1;
}
.btn-logout-down {
  top: -750px;
  opacity: 1;
}
a.btn-logout:hover {
    cursor: pointer; 
    background-color: #0F4FE6;
    -webkit-transition: all .5s;
    transition: all .5s; 
    color: #ffffff;
}

/* Close button styling */

.close-button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #000;
  float: right;
  margin: 10px;
  position: relative;
  display: block;
  z-index: 200;
  text-indent: -9999px;
}
.close-button:before,
.close-button:after {
  content: '';
  width: 55%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 22%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.close-button:hover:before,
.close-button:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-label {
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #999;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
}
.form-input {
  position: relative;
  padding: 10px;
  margin: 5px;
  width: 95%;
  outline: 0;
  font-size: 18px;
  border: 0;
  transition: box-shadow 150ms ease-out;
}

.form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-input.filled { box-shadow: 0 2px 0 0 lightgreen; }

.loader{
  position: relative;
    margin: auto;
  text-align: center;
}
.loader span{
  display: inline-block;
  vertical-align: middle;
  width: 20px;height: 20px;
  margin: 50px auto;
  background: #1197B8;
  border-radius: 50px;
  -webkit-animation: loader 0.9s infinite alternate;
  -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2){
  background: #1197B8;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3){
  background: #1197B8;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader{
  0%{
    width: 20px;
    height: 20px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100%{
      width: 50px;
      height: 50px;
      opacity: 0.1;
      -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0%{
    width: 20px;
    height: 20px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100%{
    width: 50px;
    height: 50px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}

.User-Profile{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  margin: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal label{
    color: black; 
    text-align: center; 
    padding: 15px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #888;
  width: 350px;
  height: 150px;  
    z-index: 100000;
}
.close-model {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-model:hover,
.close-model:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.cards {
  text-align: center;
  padding-top: 150px;
    z-index: -1;
}


.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.80), 0 15px 12px rgba(0,0,0,0.22);
}