/* Todo esse layout foi feito e organizado por Guilherme Mattos*/
/* Créditos para Albert Feynman (codepen) pelo estudo feito em cima dos seus códigos. https://codepen.io/AlbertFeynman/pen/mjXeMV */
/* Créditos para Devilish Alchemist (codepen) pelo estudo feito em cima dos seus códigos. https://codepen.io/devilishalchemist/pen/LERvpM */

/* This entirely code was made and organized by Guilherme Mattos*/
/* Credits for Albert Feynman (codepen) by the studies i made with his codes. https://codepen.io/AlbertFeynman/pen/mjXeMV */
/* Credits for Devilish Alchemist (codepen) by the studies i made with his codes. https://codepen.io/devilishalchemist/pen/LERvpM */

/*Importação de fontes*/
@import url("assets/css/Source Sans Pro.css");
@import url("assets/css/Font_Family_Lato.css");

/*Aqui foi utilizado a ferramenta Ultimate CSS Gradient Generator para fazer o fundo da página em casos de pré-carregamento*/
html, body {
	height: 100%;
	
	background-color: #162B3C; 
	font-family: "Lato", sans-serif;
}

footer {
	background-size: cover;
	
	/*https://colorzilla.com/gradient-editor/#101c2a+0,122536+33,152a3b+33,1d3a51+100 */
	background: #101c2a; 
	background: -moz-linear-gradient(-45deg,  #101c2a 0%, #122536 33%, #152a3b 33%, #162B3C 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #101c2a 0%,#122536 33%,#152a3b 33%,#162B3C 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #101c2a 0%,#122536 33%,#152a3b 33%,#162B3C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c2a', endColorstr='#162B3C',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	/*
	background: #e0eff9; 
	background: -moz-linear-gradient(top,  #e0eff9 0%, #b5c6d0 71%, #d8e1e7 75%, #f2f6f8 100%); 
	background: -webkit-linear-gradient(top,  #e0eff9 0%,#b5c6d0 71%,#d8e1e7 75%,#f2f6f8 100%); 
	background: linear-gradient(to bottom,  #e0eff9 0%,#b5c6d0 71%,#d8e1e7 75%,#f2f6f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#f2f6f8',GradientType=0 ); 
	*/
	-webkit-box-shadow: inset 1px 49px 28px -34px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 49px 28px -34px rgba(0,0,0,0.75);
	box-shadow: inset 1px 49px 28px -34px rgba(0,0,0,0.75);
	color: #989AA2;
}

ul {
	transform: rotate(0deg); /* Orientação dos botões*/
	display: inline-flex;
}

ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #202020;
	border-top: 1px solid #353535;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 1);
	transition: all .5s;	
}
ul li:hover {
	background: #151515;
	border-top: none;
	border-bottom: 1px solid #252525;
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 0 0 35px #ffffff;
	color: gray;
}
ul li a {		
	display: inline-block;
	color: gray;
	text-decoration: none;
	font-size: 40px;
}
a:hover,
a:focus {
	color: gray;
}

#menu li a { /* Utilizado para fazer que os botões sejam selecionados em toda sua parte*/
	width: 100%; 
	height: 100%; 
}

@font-face {
  font-family: fontTextoCarousel;
  src: url(../fonts/brandon-grotesque-black-58a8a3e824392.woff);
}

.fadeInDown {
	font-family: fontTextoCarousel !important;
	font-size: 2em;
}

.carousel-control-prev, .carousel-control-next{
	padding-top: 65px;
}
.menunavegacao {	
	background-color: transparent;
	position: fixed;
	transition: transform .3s .3s;
	z-index: 10001;
	width: 100%;
	opacity: 100%;
}

.conteudoAjustar {
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
}

.conteudo {
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: -1;
	
	-webkit-transform-origin: top left;
			transform-origin: top left;
	transition: -webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
	transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
	transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1), -webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
}
/* Conteúdo responsivo */
.conteudoInterior {	
	height: 50%;
	padding: 0%;
}

.conteudoTU {
				background: #113257;
			background: -moz-linear-gradient(-45deg,  #113257 0%, #164d7a 50%, #124572 51%, #1e6daa 100%);
			background: -webkit-linear-gradient(-45deg,  #113257 0%,#164d7a 50%,#124572 51%,#1e6daa 100%);
			background: linear-gradient(135deg,  #113257 0%,#164d7a 50%,#124572 51%,#1e6daa 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113257', endColorstr='#1e6daa',GradientType=1 );
}
.carousel-indicators {
	padding-bottom: 2%;
}
/*A PARTIR DAQUI É DEDICADO AO SISTEMA RESPONSIVO*/

/* Parte dedicada ao footer /*=====================================================================*/
/*====*/@media only screen and (max-width: 767px){  /*Quando a tela for menor que 767 pixels, a cor e a posição dos botões de rede social muda*/
/*====*/	#lab_social_icon_footer a {
/*====*/		color: #2c587a !important;
/*====*/	}
/*====*/}
/*====*/a.termoscor:link {
/*====*/	color: #d8dbe6 !important;
/*====*/}
/*====*/.poldepriva {
/*====*/	float: left;
/*====*/}
/*====*/.termosuso {
/*====*/	float: right;
/*====*/}
/*====*/@media only screen and (min-width: 768px){  /*Quando a tela for menor que 767 pixels, a cor e a posição dos botões de rede social muda*/
/*====*/	.poldepriva {
/*====*/		float: none;
/*====*/	}
/*====*/	.termosuso {
/*====*/		float: none;
/*====*/		margin-top: 15px;
/*====*/	}
/*====*/}
/*=================================================================================================*/

/* Parte dedicada aos botões do menu /*============================================================*/
/*====*/@media only screen and (min-width: 241px){ 
/*====*/	.btn01 {
/*====*/		height: 60px;
/*====*/		width: 60px;
/*====*/		margin-top: 5px;
/*====*/		margin-left: 5px;
/*====*/	}
/*====*/	.menunavegacao-botoes-texto {
/*====*/		font-size: 9px;
/*====*/		text-transform: uppercase;
/*====*/		padding-bottom: 10px;
/*====*/		text-align: center;
/*====*/		line-height: 100%;
/*====*/	}
/*====*/	.material-icons {
/*====*/		font-size: 25px;
/*====*/	}				
/*====*/}
/*=================================================================================================*/

		@media only screen and (max-width: 379px){
			/*====*/	.iconR {
/*====*/		font-size: 15px !important;
/*====*/	}
		}
/* Resolver tela pequena para texto /*============================================================*/
/*====*/@media only screen and (max-width: 530px){ 
/*====*/	.carousel-caption {
/*====*/		right: 35%;
/*====*/	}			
/*====*/}
/*=================================================================================================*/

.buttonLogin {
	border: 2px solid #2e2e2e;
	cursor: pointer;
	overflow: hidden;
	padding: 14px 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 
		background 5s cubic-bezier(0.19, 1, 0.22, 1),
		border 1s cubic-bezier(0.19, 1, 0.22, 1),
		color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	user-select: none;
	height: 60px;
	margin-top: 5px;
	margin-right: 5px;
	width: 160px;
	float: right;
	background: #202020;
	background-color: rgba(32, 32, 32);	
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 1);
}

.buttonLoginLK a {
	color: #cccccc;
	font-family: "Varela Round";
	text-decoration: none;
}

.buttonLogin .mask {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100px;
	position: absolute;
	transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	width: 200px;
}

.buttonLogin .shift {
	display: inline-block;
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	font-size: 22px;
}

.buttonLogin .shiftrotate {
	display: inline-block;
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	font-size: 22px;
}

.buttonLogin:hover {
	background-color: rgba(0, 0, 0, 0.50);
	border-color: #fff;
	box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
	transition: background 0s;
}

.buttonLoginLK:hover a {
	color: white;
}

@media (pointer:none), (pointer:coarse) {
	.buttonLogin:hover {
		background-color: rgba(0, 0, 0, 0.80);
		border-color: #fff;
		box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
		transition: background 0s;
	}
}

.buttonLogin:hover .mask {
	background-color: #fff;
	transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.buttonLogin:hover .shift {
	transform: translateX(5px);
}

.buttonLogin:hover .shiftrotate {
	transform: translateX(-15px);
}

.buttonLogin:active a {
	color: #202020;
}
/* Resolver botão login muito grande para telas pequenas /*============================================================*/
/*====*/@media only screen and (max-width: 372px){ 
/*====*/	.buttonLogin {
/*====*/		width: 100px;
/*====*/		padding: 15px 21px;
/*====*/		padding-left: 14px;
/*====*/		font-size: 11px;
/*====*/	}			
/*====*/	.buttonLogin .shift {			
/*====*/		font-size: 16px;
/*====*/	}
/*====*/	.buttonLogin .shiftrotate {			
/*====*/		font-size: 16px;
/*====*/	}
/*====*/}
/*=================================================================================================*/

.barraBotoes {
	width: 100%;
	height: 71px;
	position: fixed;
	background: rgb(255,255,255,0.50);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.50) 0%, rgba(211,211,211,0.50) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.50) 0%,rgba(211,211,211,0.50) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0.50) 0%,rgba(211,211,211,0.50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 );

	border-bottom: 1px solid #000000;
	
	z-index: 10000;
	transition: height 1s;
}
@media (pointer:none), (pointer:coarse) {
	.barraBotoesAnim {
		height: 0px !important;
		transition: 1s;		
	}
	.menunavegacaoAnim {
		height: 0px !important;
		transition: 1s;
		transform:translateY(-73px);
		opacity: 100%;
	}
	.line {
		height: 2px !important;
	}
}

.signupSection {
  background: url(https://source.unsplash.com/TV2gg2kZD1o/1600x800);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 450px;
  text-align: center;
  display: flex;
  color: white;
  box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, 0.5);
}

.info {
  width: 45%;
  background: rgba(20, 20, 20, 0.8);
  padding: 30px 0;
  border-right: 5px solid rgba(30, 30, 30, 0.8);
}
.info h2 {
  padding-top: 30px;
  font-weight: 300;
}
.info p {
  font-size: 18px;
}
.info .icon {
  font-size: 8em;
  padding: 20px 0;
  color: #0ab4b4;
}

.signupForm {
  width: 70%;
  padding: 30px 0;
  background: rgba(20, 40, 40, 0.8);
  transition: .2s;
}
.signupForm h2 {
  font-weight: 300;
}

.inputFields {
  margin: 15px 0;
  font-size: 16px;
  padding: 10px;
  width: 250px;
  border: 1px solid #0ab4b4;
  border-top: none;
  border-left: none;
  border-right: none;
  background: rgba(20, 20, 20, 0.2);
  color: white;
  outline: none;
}

.noBullet {
  list-style-type: none;
  padding: 0;
}

#join-btn {
  border: 1px solid #0ab4b4;
  background: rgba(20, 20, 20, 0.6);
  font-size: 18px;
  color: white;
  margin-top: 20px;
  padding: 10px 50px;
  cursor: pointer;
  transition: .4s;
}
#join-btn:hover {
  background: rgba(20, 20, 20, 0.8);
  padding: 10px 80px;
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
input:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
input::-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
input::placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
/**
 * Show Sign Up form
 */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/**
 * Page background
 */
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.user_options-container {
  position: relative;  
}
.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  border-radius: 3px;
}

/**
 * Registered and Unregistered user box and text
 */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300;
}

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}

.user_unregistered-text,
.user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em;
}

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: rgba(34, 34, 34, 0.85);
  background-color: #ccc;
}

/**
 * Login and signup forms
 */
.user_options-forms {
  position: absolute;
  top: 50%;
  width: 50%;
  left: 0px;
  min-height: 420px;
background: #e2e2e2;
background: -moz-linear-gradient(45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );

  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.user_options-forms .forms_title {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}
.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 1px 6px 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}
.user_options-forms .forms_field-input:focus {
  border-color: gray;
}
.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.user_options-forms .forms_buttons-forgot {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}
.user_options-forms .forms_buttons-action {
background: #304c6a;
background: -moz-linear-gradient(45deg,  #304c6a 0%, #284968 17%, #1f405b 50%, #142e4c 100%);
background: -webkit-linear-gradient(45deg,  #304c6a 0%,#284968 17%,#1f405b 50%,#142e4c 100%);
background: linear-gradient(45deg,  #304c6a 0%,#284968 17%,#1f405b 50%,#142e4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304c6a', endColorstr='#142e4c',GradientType=1 );


  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: background-color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-action:hover {
  background-color: #e14641;
}
.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.user_forms-signup {
	top: 30px !important;
}
.user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}
.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
 * Triggers
 */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
          animation: bounceLeft 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
          animation: showSignUp 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
          animation: bounceRight 1s forwards;
}

/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .user_options-forms .forms_buttons {
    flex-direction: column;
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }

  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }
}

@media screen and (max-width: 865px) {
	.user_options-container {
		padding-left: 10px;
		padding-right: 10px;
	}	
	.forms_field-input {
		padding: 0 1px 0 6px !important;
	}	
}

@media screen and (max-width: 510px) {
	.user_options-container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 492px) {
	.user_options-container {
		padding-left: 4px;
		padding-right: 4px;
	}
	.user_options-unregistered {
		padding: 30px 45px;
		padding-left: 25px;
	}
	.user_unregistered-title {
		font-size: 20px;
		width: 96px;
	}	
	.user_unregistered-text {
		font-size: 15px;
		width: 85px;
		margin-right: 0;
	}	
	.user_unregistered-signup {
		font-size: 9px;
		width: 90px;
		padding-left: 4px;
	}	
	.forms_field-input {
		padding: 0 1px 0 6px !important;
	}
}

@media screen and (max-width: 390px) {
	.user_options-unregistered {
		padding-left: 55px;
	}
	.bounceRight {
		left: -20px;
	}	
	.bounceLeft {
		right: 55px;
	}
	.user_options-forms {
		left: -15px;
	}
	.user_forms-signup {
		left: 45px !important;
	}
	.user_options-registered {
		padding-left: 20px;
	}
}

@media screen and (max-width: 365px) {
	.user_options-unregistered {
		padding-left: 72px;
	}
	.bounceRight {
		left: -30px;
	}
	.bounceLeft {
		left: 30px;
	}	
	.user_options-forms {
		left: -29px;
	}
	.user_forms-signup {
		left: 60px !important;
	}	
	.responsiveText01 {
		padding-left: 5px;
	}
	.forms_title {
		font-size: 1.1rem !important;
	}
}

@media screen and (max-width: 344px) {
	.user_options-unregistered {
		padding-left: 80px;
	}	
	.user_options-forms {
		left: -30px;
	}
	.user_forms-signup {
		left: 85px !important;
		width: 115px !important;
	}	
	.forms_title {
		font-size: 1.1rem !important;
	}
	.forms_buttons-action {
		padding: 1px 9px !important;
	}
}

@media screen and (min-width: 750px) {
	.user_unregistered-title {
		font-size: 1.6rem !important;
	}	
	.user_registered-title {
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width: 425px) {
::-webkit-input-placeholder {
  font-size: 10px !important;
}
::-moz-placeholder {
  font-size: 10px !important;
}
:-ms-input-placeholder {
  font-size: 10px !important;
}
::placeholder {
  font-size: 10px !important;
}
}

::-webkit-input-placeholder {
  color: #3C4858 !important;
}
::-moz-placeholder {
  color: #3C4858 !important;
}
:-ms-input-placeholder {
  color: #3C4858 !important;
}
::placeholder {
  color: #3C4858 !important;
}

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

.container{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/* CLEARFIX */


.hamburger .line{
  width: 35px;
  height: 0px;
  background-color: #ecf0f1;
  display: block;
  margin: 7px auto;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

a{
  text-decoration: none;
}

p, li, a{
  font-size: 14px;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

html { 
    display: block; 
}