/* GENERAL */

@import url("http://origin.scannerlicker.net/css/reset.css");
@import url("http://origin.scannerlicker.net/collection/uivoUI/uivo-extrabold.css");
@import url("http://origin.scannerlicker.net/collection/ulularUI/Ulular.css");
@import url("http://origin.scannerlicker.net/collection/urroUI/Urro.css");

* {
	box-sizing: border-box;
}

body, html {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #23003F;
	color: #00FF5B;
	font-size: 20px;
	font-family: 'UivoUI';
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.container {
	width: 100%;
	padding: 20px;
	position: relative;
}

.padded {
	padding: 10px;
}

.full-frame {
	width: 100%;
	height: 100%;
}

.half-opacity {
	opacity: 0.5;
}

.button {
	border: 1px solid #00FF5B;
	color: #00FF5B;
	text-decoration: none;
	font-family: 'UrroUI';
	margin-bottom: 10px;
	padding: 20px;
	display: inline-block;
	font-size: 15px;
	border-radius: 2px;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

.button:hover {
	color: #23003F;
	background-color: #00FF5B;
}

.button-positive {
	border: 1px solid #23003F;
	color: #23003F;
	background-color: #00FF5B;
	text-decoration: none;
	font-family: 'UrroUI';
	padding: 20px;
	display: inline-block;
	font-size: 15px;
	border-radius: 2px;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

.button-positive:hover {
	background-color: #23003F;
	color: #00FF5B;
	cursor: pointer;
}

/* MENU-TOP */

.menu-top {
	width: 50%;
}

@media all and (min-width: 551px) and (max-width: 900px) {
	.menu-top { width: 75%; }
}

@media all and (max-width: 550px) {
	.menu-top { width: 100%; }
}

.menu-top a:link, .menu-top a:visited {
	text-decoration: none;
	color: #00FF5B;
	-webkit-transition: color 0.2s, opacity 0.2s; /* Safari */
    transition: color 0.2s, opacity 0.2s;
}

.menu-top a:hover {
	color: #EBFFF2;
	opacity: 1;
}

.menu-top ul {
	display: inline-block;
}

.menu-top ul li {
	display: inline-block;
}

.menu-top ul li ul a {
	opacity: 0.5;
}

/* FONTS */

.retail-front {
	position: relative;
}

.front-title {
	width: 100%;
	position: relative;
	padding: 10px;
}

.front-title img {
	padding: 20px;
	width: 100%;
	height: auto;
}

.font-list {
	background-color: #0C0016;
}

.font-list-cell {
	width: 12.5%;
	position: relative;
	float: left;
}

@media all and (max-width: 950px) and (min-width: 551px) {
	.font-list-cell {
		width: 20%;
	}
}

@media all and (max-width: 550px) and (min-width: 351px) {
	.font-list-cell {
		width: 25%;
	}
}

@media all and (max-width: 350px) {
	.font-list-cell {
		width: 33.33%;
	}
}

.font-list-cell a:link, .font-list-cell a:visited {
	color: #00FF5B;
}

.font-list-cell img {
	width: 100%;
	height: auto;
}

.font-list-cell-title {
	position: absolute;
	left: 0; bottom: 0;
	font-size: 15px;
	font-family: 'UrroUI';
	padding: 10px;
	text-align: center;
	width: 100%;
	opacity: .5;
}

@media all and (max-width: 850px) and (min-width: 551px) {
	.font-list-cell-title {
		font-size: 12px;
	}
}

@media all and (max-width: 550px) {
	.font-list-cell-title {
		font-size: 10px;
	}
}

.font-title {
	font-size: 2em;
}

.cut-container-info {
	width: 100%;
	margin: 0 auto 10px auto;
	font-family: 'UrroUI';
	font-size: 15px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #117F4D;
}

.opposite {
	color: #23003F;
	background-color: #00FF5B;
}

/* SPECIMENS */

.specimen-title {
	width: 100%;
	margin: 20px auto 0 auto;
	font-family: 'UrroUI';
	font-size: 15px;
	text-align: center;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #117F4D;
}

@media all and (min-width: 551px) and (max-width: 900px) {
	.specimen-title { font-size: 12.5px; }
}

@media all and (max-width: 550px) {
	.specimen-title { font-size: 10px; }
}

.specimen-title a:link, .specimen-title a:visited {
	opacity: 1 !important;
	color: #00FF5B;
	text-decoration: none;
}

.specimen-title a:hover {
	color: #EBFFF2;
}

.specimen-cell {
	width: 1200px;
	margin: 0 auto 0px auto;
}

@media all and (max-width: 1260px) {
	.specimen-cell { width: 100%; }
}

.specimen-cell img {
	width: 100%;
	height: auto;
}

/* CUSTOM */

.custom-description {
	color: #00FF5B;
}

/* ABOUT */
.about-bio-description {
	font-size: 3em;
	padding: 10px;
	line-height: 1.2em;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.about-bio-services {
	padding: 10px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.about-bio-bio {
	width: 65%;
	margin: 120px auto 20px auto;
}

.about-bio-pic {
	float: left;
	width: 25%;
}

.about-bio-pic img {
	width: 100%;
	padding: 10px;
	border-radius: 10%;
}

.about-bio-bio-bio {
	float: left;
	width: 75%;
	font-family: 'UlularUI', serif;
	line-height: 1.33em;
	padding: 10px;
	padding-left: 30px !important;
}

.about-bio-bio-bio em {
	font-style: italic;
}

/* ABOUT - CLIENTS */

.client-cell {
	width: 12.5%;
	float: left;
}

.client-cell img {
	width: 100%;
	height: auto;
}

.testimonial-wrapper {
	margin: 20px 0;
}

.testimonial-copy {
	width: 50%;
	padding-left: 80px;
	margin: 0 auto;
	line-height: 1.38em;
	font-family: 'UlularUI';
}

.testimonial-container {
	position: relative;
	width: 50%;
	margin: 0 auto 20px auto;
}

.testimonial-pic {
	width: 60px;
	height: 60px;
	float: left;
}

.testimonial-pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.testimonial-person {
	width: calc(100% - 80px);
	height: 60px;
	float: right;
	vertical-align: middle;
	font-family: 'UrroUI';
	font-size: 15px;
	line-height: 1.38em;
	padding-top: 10px;
}

/* ABOUT - CONTACTS */

.contact-form-wrapper {
	background-color: #00FF5B;
}

.contact-form-wrapper label {
	color: #23003F;
	font-size: 15px;
	padding-bottom: 20px;
}

.contact-form-wrapper .input {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	font-family: 'UrroUI';
	border: none;
	border-radius: 2px;
	margin: 5px 0 20px 0;
	background-color: #EBFFF2;
	color: #23003F;
}

.contact-form-wrapper .textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	font-size: 15px;
	font-family: 'UrroUI';
	border: none;
	border-radius: 2px;
	margin: 5px 0 20px 0;
	background-color: #EBFFF2;
	color: #23003F;
}

/* FOOTER */
.footer-social {
	padding: 30px;
	font-size: 20px;
	line-height: 1.38em;
	background-color: #46007C;
}

.footer-social img {
	width: 20px;
	height: auto;
	margin-right: 20px;
	line-heigh: 20px;
}

.footer-bottom {
	padding: 30px;
	font-size: 12.5px;
	font-family: 'UrroUI';
	line-height: 1.38em;
	color: #23003F;
	background-color: #00FF5B;
}

@media all and (max-width: 550px) {
	.footer-bottom { font-size: 10px; }
}
