/*@import url(http://fonts.googleapis.com/css?family=Raleway:500);*/
/*@font-face {
    font-family: 'exo_2semi_bold_expanded';
    src: url('fonts/exo2-semiboldexpanded-webfont.eot');
    src: url('fonts/exo2-semiboldexpanded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-semiboldexpanded-webfont.woff') format('woff'),
         url('fonts/exo2-semiboldexpanded-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2regular_expanded';
    src: url('fonts/exo2-regularexpanded-webfont.eot');
    src: url('fonts/exo2-regularexpanded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-regularexpanded-webfont.woff') format('woff'),
         url('fonts/exo2-regularexpanded-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2light_expanded';
    src: url('fonts/exo2-lightexpanded-webfont.eot');
    src: url('fonts/exo2-lightexpanded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-lightexpanded-webfont.woff') format('woff'),
         url('fonts/exo2-lightexpanded-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alegreya Sans', sans-serif;
    src: url('fonts/SinaNovaReg-webfont.eot');
    src: url('fonts/SinaNovaReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SinaNovaReg-webfont.woff') format('woff'),
         url('fonts/SinaNovaReg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


body {
	/*background: url(../img/bg2.jpg) no-repeat #66615D;*/
  background-color: #fff;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Raleway', serif;

  background: #1C1D1C;

}
/*.feature-bar:after {
  content: '';
  position: fixed;
  left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  background-color: rgba(1,1,1,.1);
}*/
h1 {
	font-family: 'exo_2light_expanded';
	font-size:1.4em;
	font-weight: lighter;
  letter-spacing: 6px;
}
h2 {
  font-family: 'exo_2semi_bold_expanded';
  font-size: .8em;
  font-weight: lighter;
}

.pull-top {
  margin-top: -30px;
}
.pull-top.nav {
  margin-top: -45px;
}

.leftm-15 {
  margin-left: -15px;
}
.leftp20 {
  padding-left: 20px;
}
.plus-size {
  font-size: 17px;
}
.macro-font {
  font-family: 'exo_2light_expanded', sans-serif;
}

.title-font {
  font-family: 'exo_2light_expanded', sans-serif;
}

.subtitle-font {
  font-family: 'exo_2semi_bold_expanded', sans-serif;
}

.tall-line {
  line-height: 1.8em;
}

.main-container {
	margin-top: 10px;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.major {
  color: #5F6984;
}

.feature-bar {
	margin: 200px auto;
  	padding: 40px 40px;
  	background: #1C1D1C;
    border: 10px solid;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  	color: white;
  	/*position: absolute;*/
  	left: 0;
  	max-width: 970px;
    min-height: 271px;
    padding-bottom: 30px;

    box-shadow: none;
    background: none;
    border: 5px solid;

  }

  .about-us {
    font-size: 12px;
  }

  /*.about-us,#home-description {font-family: 'sinanova-regularregular', sans-serif;}*/

  #loginAlert {
    /*position: absolute;*/
    color: red;
    /*padding-bottom: 5px;*/
    display: block;
        margin-top: -10px;
    margin-bottom: 11px;
  }

  .short_explanation {
    margin-left: 183px;
    text-align: center;
    margin-top: 6px;
    width: 173px;
  }

.login-internal {
    color: white;
}

.feature-internal{
      max-width: 970px;
    margin: 200px auto;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 20px;
    text-align: center;
}

.feature-internal h1{
    margin-top: -100px;
    padding-bottom: 100px;
}
.feature-internal a {list-style: none;color: #fff;}

  .short_explanation a {
    color: rgba(255, 255, 255, 0.3);

  }

  .inner-container {
    /*padding-top: 20px;*/
  }

  .wide-space {letter-spacing: 2px;}

  #fg_membersite_content a{ color: rgb(123, 176, 197);}
  #fg_membersite_content li{    list-style: none;}

.logout {
  color: rgb(123, 176, 197);text-decoration: none;display: block;text-align: center;
}

  .nav {
  	font-size: .7em;
  }

  .nav a {
  	color: rgba(255,255,255,.5);
  }

  .border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 20px;
  }

  .mbot20 {
    margin-bottom: 20px;
  }

  .right-info {
  	max-width: 565px;
  }
  .login-form {
  	padding: 38px 0 0;
  	font-size: .8em;
  }

  .wide {
    width: 300px;
  }

  .login-form button, .login-form input {
  	/*background: rgb(29, 59, 109);*/
    background: none;
  	border: 1px solid #5F6984;
    background-size: contain;
  	text-transform: lowercase;
  	text-align: center;
  	padding: 8px 14px;
  	margin-right: 6px;
  }
.login-form.no-pad {
padding: 0;
}

.login-form input[type=submit],.login-form input.arrow-btn {
  background: url(../img/arrow-blue.svg) no-repeat;
  border: none;
  vertical-align: bottom;
  background-size: contain;
  transition: all 0.5s;
}

.login-form input[type=submit]:hover,.login-form input.arrow-btn:hover {
  opacity: .5;
  transition: all 0.5s;
}

#forgot-password {
      width: 355px;
    text-align: right;
    margin-top: 5px;
}

.login-form input[type=text],.login-form input[type=password] {color: rgba(255,255,255,.5);}

  .footer {
  	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	 color: rgba(255,255,255,.51);
	 font-size: .8em;
  padding: 10px;
  }

  .contact-info {
      font-size: 12px;
  }

  #home-description {
      min-height: 60px;
      margin-top: -5px;
  }

.reset-description p {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    font-size: 1.1em;
    line-height: initial;
}



  /* SLIDER */

#home-description .quote-div {
  position: absolute;
  /*bottom: 0px;*/
  padding-right: 20px;
  left: 0px;
  font-size: 1.2em;
  right: 0px;
  opacity: 0;
  /*display: none;*/
  z-index: 0;
  transition: all 0.5s;
  height: 82px;
}
.quote-div p {
    display: table-cell;
    vertical-align: middle;
    height: 111px;
    line-height: initial;
}

#home-description .quote-div:first-child {
    opacity: 0;
    /*display: none;*/
    /*transform: translateY(-10px) scale(1.1);*/
    transition: opacity 2s ease 0s;
}
#home-description .quote-div:first-child + div {
    opacity: 1;
    /*display: block;*/
    z-index: 1;
    transition: opacity 2s ease 0s;
}


/**************** RESPONSIVE MEDIA QUERIES ****************/

  @media(max-width: 990px) {
    .contact-info {
      margin-top: 50px;
    }

    #home-description {
      border-left: none;
    }
  }

  @media(max-width: 720px) {
  	.feature-bar {
  		margin: 50px auto;
  	}

    .login-form {
      text-align: center;
    }

  	.login-form button, .login-form input {
  		margin-bottom: 10px;
      /*float: left;*/
      width: 100%;
  	}

    .password-holder {
      display: block!important;
    }

  }