html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

h2
{
	color:white;
	text-align:center;
	font-family:airstrike;
	text-transform:uppercase;
	font-size:200%;
}

a {
	text-decoration:none;
}
.txt-rt
{
	text-align:right;
}
/* text align right */
.txt-lt
{
	text-align:left;
}
/* text align left */
.txt-center
{
	text-align:center;
}
/* text align center */
.float-rt 
{
	float:right;
}
/* float right */
.float-lt 
{
	float:left;
}
/* float left */
.clear 
{
	clear:both;
}
/* clear float */
.pos-relative
{
	position:relative;
}
/* Position Relative */
.pos-absolute
{
	position:absolute;
}
/* Position Absolute */
.vertical-base
{	
	vertical-align:baseline;
}
/* vertical align baseline */
.vertical-top
{	
	vertical-align:top;
}
/* vertical align top */
nav.vertical ul li 
{	
	display:block;
}
/* vertical menu */
nav.horizontal ul li {	
	display: inline-block;
}
/* horizontal menu */
img {
	max-width:100%;
}
/*--- end reset code ---*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	margin: 0;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
label {
	margin: 0;
    letter-spacing: 1px;
    color: #fff;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
body {
    padding: 3em 0;
    background: url(login_back.png); 
	background-attachment:fixed;
	background-size:cover;
}

.login-right, .register-right, .contact-right, .update-right
{
	width: 30%;
    float: left;
	background: #FFFFFF;
    background: rgba(0, 0, 0, 0.75);
}
.login-right, .register-right, .contact-right
{
    margin-left: 375px;
    margin-top: 25px;
}

.register-right
{
    margin-left:325px;
	width:40%;
	margin-top:-25px;
}

.contact-right, .update-right
{
	width:25%;
	margin-left:650px;
	margin-top:150px;
}

.register-in {
    padding: 3em;
}
.register-left{
    width: 60%;
    float: left;
}

.link a {
    color: #FFFFFF;
    padding: .5em;
    font-size: 1.5em;
    border:2px solid #0a7369;
}
.checkbox a {
    color: #999;
}
.checkbox a:hover {
    color: #fff;
}
.link a:hover{
	color:#000;
    border:2px solid #FFFFFF;
	background:none;
}
.register-form h4,.address h4{
    margin-bottom: 2em;
    color: #404040;
    margin: 0 0 2em 0;
    font-weight: 600;
}
 .register input[type="text"],.register input[type="email"],.register input[type="password"],.register input[type="file"], .register input[type="tel"]
{
    font-size: 100%;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 90%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
	outline: none;
	font-family:century gothic;
}

textarea
{
	font-size: 100%;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 90%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
	outline: none;
	font-family:century gothic;
}

select{
    font-size: .9em;
    letter-spacing: 1px;
    color: #fff;
	font-weight:100;
    padding: 0.6em .5em;
    border: 0;
    width: 97%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
}

input[type="checkbox"] {
    cursor: pointer;
    margin-right: 10px;
}
.register textarea { 
	min-height: 150px;
    resize: none;
}
/*-- input-effect --*/
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: 100%;
    color: #999;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 100%;
    position: relative;
    margin: 0 0 2em;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #fff;
    padding: 0.5em .9em;
    letter-spacing: 1px;
	font-weight:100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: .9em;
    display: block;
    line-height: 1em;
	font-family:century gothic;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
option {
    background: #222;
}
select:focus {
    outline: none;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
input[type="text"] {
    width: 100%;
}
.content3 {
    text-align: center;
    margin: 7% auto 2%;
}
.content3 a {
    background: #2dde98;
    font-size: 15px;
    outline-offset: 4px;
    outline: 2px solid #fff;
	color: #ffffff;
    padding: 12px 30px;
	letter-spacing: 1px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.content3 a:hover {
    background: #ff4f81;
    outline: 2px solid transparent;
}
.content3 a.read {
    background: #ff4f81;
    font-size: 16px;
    outline-offset: 4px;
    outline: 2px solid #fff;
    padding: 12px 30px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.content3 a.read:hover {
    background: #2dde98;
    outline: 2px solid transparent;
}
.content3 ul li {
    display: inline-block;
    margin: 0 .5em;
}

#switch_link
{
	text-decoration:none;
	color:white;
	text-align:center;
	font-family:berlinsans;
	font-size:100%;
	padding:2%;
	width:100%;
	line-height:125%;
}

#switch_link:hover
{
	background:black;
}

.register-in p
{
	color:white;
	text-align:center;
	font-family:berlinsans;
	font-size:100%;
	padding:1%;
}

/*
@media only screen and (max-width: 1500px)
{	
	.login-right
	{
		margin-left:550px;
		margin-top:150px;
	}
	
	.register-right
	{
		margin-left:500px;
		margin-top:0px;
	}
}

@media only screen and (max-width: 1400px)
{	
	.login-right
	{
		margin-left:500px;
		margin-top:100px;
	}
	
	.contact-right
	{
		width:30%;
		margin-top:0px;
		margin-left:450px;
	}
	
	.update-right
	{
		width:30%;
		margin-left:500px;
		margin-top:25px;
	}
}

@media only screen and (max-width: 1300px)
{
	.register-right
	{
		width:35%;
		margin-left:400px;
	}
	
	.login-right
	{
		width:30%;
		margin-left:450px;
	}
	
	.update-right
	{
		margin-left:450px;
	}
}

@media only screen and (max-width: 1200px)
{
	.register-right
	{
		width:40%;
		margin-left:350px;
	}
	
	.contact-right
	{
		width:40%;
		margin-left:350px;
	}
	
	.update-right
	{
		margin-left:400px;
	}
}
*/


@media only screen and (max-width: 1000px)
{
	.login-right
	{
		width:40%;
		margin-left:300px;
		margin-top:75px;
	}
	
	.register-right
	{
		margin-left:250px;
		width:45%;
	}
	
	.contact-right
	{
		margin-left:275px;
	}
	
	.update-right
	{
		margin-left:325px;
	}
	
	h2
	{font-size:200%;}
}

@media only screen and (max-width: 900px)
{
	.contact-right
	{
		width:50%;
		margin-left:225px;
	}
	
	.update-right
	{
		width:45%;
		margin-left:250px;
	}
}

@media only screen and (max-width: 800px)
{
	.login-right
	{
		width:50%;
		margin-left:200px;
		margin-top:50px;
	}
	
	.register-right
	{
		width:50%;
		margin-left:200px;
	}
	
	.contact-right
	{
		width:50%;
		margin-left:200px;
	}
	
	.update-right
	{
		margin-left:200px;
	}
}


/*The hell of a command -  Ctrl+W*/

@media only screen and (max-width: 700px)	/*Phones should start here*/
{
	body
	{
		background:url(bg_mob.jpg);
		background-size:cover;
	}

	.login-right
	{
		width:80%;
		margin-left:75px;
		margin-top:250px;
	}

	.register-right
	{
		width:75%;
		margin-left:100px;
		margin-top:100px;
	}
	
	.contact-right
	{
		width:65%;
		margin-left:100px;
		margin-top:150px;
	}
	
	.update-right
	{
		width:65%;
		margin-left:125px;
	}
	
	h2
	{font-size:250%;}
	
	.register input[type="text"],
	.register input[type="email"],
	.register input[type="password"],
	.register input[type="file"]
	{
		font-size:100%;
	}
	
	.styled-input label
	{
		font-size:100%;
	}
	
	/*When the label bounces off*/
	.styled-input input:focus ~ label,
	.styled-input input:valid ~ label,
	.styled-input textarea:focus ~ label,
	.styled-input textarea:valid ~ label
	{
		font-size:100%;
	}
	
	.log_in
	{
		font-size:200%;
		margin-right:50px;
	}
	
	#switch_link
	{
		font-size:100%;
	}
}

@media only screen and (max-width: 600px)
{
	.register-right
	{
		margin-left:50px;
		margin-top:25px;
	}
	
	.login-right
	{
		width:80%;
		margin-left:50px;
		margin-top:150px;
	}
	
	.contact-right
	{
		width:80%;
		margin-left:50px;
	}
	
	.update-right
	{
		width:80%;
		margin-left:50px;
	}
}

@media only screen and (max-width: 500px)
{
	.login-right
	{
		width:80%;
		margin-left:50px;
		margin-top:75px;
	}
	
	.contact-right
	{
		margin-top:50px;
	}
}

@media only screen and (max-width: 400px)
{
	.register-in
	{
		padding:1em;
	}
		
	.register-right
	{
		margin-left:50px;
	}
	
	.contact-right
	{
		margin-top:15px;
		margin-left:35px;
	}
	
	.update-right
	{
		width:80%;
		margin-left:35px;
		margin-top:50px;
	}
	
	h2
	{font-size:150%;}
	
	.description
	{
		font-size:75%;
	}
	
	.register input[type="text"],
	.register input[type="email"],
	.register input[type="password"],
	.register input[type="file"]
	{
		font-size:75%;
	}
	
	.styled-input label
	{
		font-size:75%;
	}
	
	/*When the label bounces off*/
	.styled-input input:focus ~ label,
	.styled-input input:valid ~ label,
	.styled-input textarea:focus ~ label,
	.styled-input textarea:valid ~ label
	{
		font-size:75%;
	}
	
	.log_in
	{
		font-size:125%;
		margin-right:25px;
	}
	
	#switch_link
	{
		font-size:75%;
	}
}

@media only screen and (max-width:300px)
{
	br
	{display:none;}
	
	.login-right
	{
		width:80%;
		margin-left:25px;
		margin-top:15px;
	}
	
	.register-in
	{
		padding: 1em;
	}
	
	.register-right
	{
		width:90%;
		margin-left:15px;
		margin-top:-25px;
	}
	
	.contact-right
	{
		margin-top:-25px;
		margin-left:25px;
	}
	
	.update-right
	{
		width:80%;
		margin-left:25px;
		margin-top:-15px;
	}
	
	.register input[type="text"],
	.register input[type="email"],
	.register input[type="password"],
	.register input[type="file"]
	{
		width:100%;
	}
	
}