/*******************
FONTS
*******************/

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #f676b2; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #f676b2; /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	/*background: url(../images/bg.png) repeat;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	/*text-align: left;*/
	text-decoration: none;
}

#wrapper {
	/* Center wrapper perfectly */
	width: 622px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -311px;
	margin-top: -350px;
}
.gradient {
	/* Center Positioning */
	width: 1000px;
	height: 1000px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -500px;

	/* Fallback */
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;

	/* CSS3 Gradient */
	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));

}
/*******************
ADD MODEL FORM
*******************/

.addModel-form {
	width: 620px;
	margin: 0 auto;
	position: relative;
	z-index:5;

	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.addModel-form .header {
	padding: 40px 30px 30px 30px;
}

.addModel-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 20px;
	line-height:55px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	/*margin-bottom: 10px;*/
}

.addModel-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.addModel-form .content {
	padding: 0 30px 25px 30px;
}

/* Input field */
.addModel-form .content .input {
	width: 200px;
	padding: 5px 0px;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);

	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* field */
.addModel-form .content .name, .addModel-form .content .name-icon {
	margin-top: 5px;
}
.addModel-form .content .surname, .addModel-form .content .surname-icon {
	margin-top: 5px;
}
.addModel-form .content .height, .addModel-form .content .height-icon {
	margin-top: 5px;
}
.addModel-form .content .bust, .addModel-form .content .bust-icon {
	margin-top: 5px;
}
.addModel-form .content .waist, .addModel-form .content .waist-icon {
	margin-top: 5px;
}
.addModel-form .content .hips, .addModel-form .content .hips-icon {
	margin-top: 5px;
}
.addModel-form .content .shoes, .addModel-form .content .shoes-icon {
	margin-top: 5px;
}
.addModel-form .content .hair, .addModel-form .content .hair-icon {
	margin-top: 5px;
}
.addModel-form .content .eyes, .addModel-form .content .eyes-icon {
	margin-top: 5px;
}
.addModel-form .content .board, .addModel-form .content .board-icon {
	margin-top: 5px;
}
.addModel-form .content .sex, .addModel-form .content .sex-icon {
	margin-top: 5px;
}
.addModel-form .content .town, .addModel-form .content .town-icon {
	margin-top: 5px;
}
.addModel-form .content .newFaces, .addModel-form .content .newFaces-icon {
	margin-top: 5px;
}
.addModel-form .content .email, .addModel-form .content .email-icon {
	margin-top: 5px;
}
.addModel-form .content .email, .addModel-form .content .email2-icon {
	margin-top: 5px;
}
.addModel-form .content .cel1, .addModel-form .content .cel1-icon {
	margin-top: 5px;
}
.addModel-form .content .cel2, .addModel-form .content .cel2-icon {
	margin-top: 5px;
}
.addModel-form .content .cel3, .addModel-form .content .cel3-icon {
	margin-top: 5px;
}
.addModel-form .content .tel, .addModel-form .content .tel-icon {
	margin-top: 5px;
}
.addModel-form .content .city, .addModel-form .content .city-icon {
	margin-top: 5px;
}
.addModel-form .content .nationality, .addModel-form .content .nationality-icon {
	margin-top: 5px;
}
.addModel-form .content .age, .addModel-form .content .age-icon {
	margin-top: 5px;
}
.addModel-form .content .cover{
	margin-top: 5px;
}
.addModel-form .content .book{
	margin-top: 5px;
}

.addModel-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.addModel-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.name-icon, .height-icon, .waist-icon, .shoes-icon, .eyes-icon, .board-icon, .email-icon, .age-icon, .cel2-icon, .tel-icon {
	width: 36px;
	height: 37px;
	display: block;
	position: absolute;
	/*left: -14px;*/
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.surname-icon, .bust-icon, .hips-icon, .hair-icon, .sex-icon, .cel1-icon, .cel3-icon, .email2-icon, .nationality-icon {
	width: 36px;
	height: 37px;
	display: block;
	position: absolute;
	/*left: -14px;*/
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.name-icon {
	top:195px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;
}
.surname-icon {
	top:195px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;
}
.height-icon {
	top:244px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(../images/height-icon.png) no-repeat center;
}
.bust-icon {
	top:244px;
	background: rgba(65,72,72,0.75) url(../images/bust-icon.png) no-repeat center;
}

.waist-icon {
	top:290px;
	background: rgba(65,72,72,0.75) url(../images/waist-icon.png) no-repeat center;
}

.hips-icon {
	top:290px;
	background: rgba(65,72,72,0.75) url(../images/hips-icon.png) no-repeat center;
}

.shoes-icon {
	top:333px;
	background: rgba(65,72,72,0.75) url(../images/shoes-icon.png) no-repeat center;
}

.hair-icon {
	top:333px;
	background: rgba(65,72,72,0.75) url(../images/hair-icon.png) no-repeat center;
}

.eyes-icon {
	top:378px;
	background: rgba(65,72,72,0.75) url(../images/eyes-icon.png) no-repeat center;
}
.nationality-icon {
	top:378px;
	background: rgba(65,72,72,0.75) url(../images/nationality-icon.png) no-repeat center;
}
.sex-icon {
	top:423px;
	background: rgba(65,72,72,0.75) url(../images/sex-icon.png) no-repeat center;
}
.email-icon {
	top:471px;
	background: rgba(65,72,72,0.75) url(../images/email-icon.png) no-repeat center;
}
.email2-icon {
	top:471px;
	background: rgba(65,72,72,0.75) url(../images/email-icon.png) no-repeat center;
}
.cel1-icon {
	top:471px;
	background: rgba(65,72,72,0.75) url(../images/cel-icon.png) no-repeat center;
}
.tel-icon {
	top:518px;
	background: rgba(65,72,72,0.75) url(../images/tel-icon.png) no-repeat center;
}
.age-icon {
	top:423px;
	background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;
}

/* Animation */
.input, .name-icon, .surname-icon, .height-icon, .bust-icon, .waist-icon, .hips-icon, .shoes-icon, .hair-icon, .eyes-icon, .board-icon, .sex-icon, .email-icon, .email2-icon, .cel1-icon, .cel2-icon, .cel3-icon, .tel-icon, .age-icon, .nationality-icon, .button {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

/*******************
FOOTER
*******************/

.addModel-form .footer {
	padding: 10px 10px;
	text-align: center;
	overflow: auto;

	background: #d4dedf;
	border-top: 1px solid #fff;

	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* add model button */
.addModel-form .footer .button {
	padding: 11px 25px;

	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);

	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;

	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.addModel-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.addModel-form .footer .button:focus {
	position: relative;
	bottom: -1px;

	background: #56c2e1;

	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
