/**
 * CSS Template
 * Alexander Blunck 2013
 */
/* ==================== */
/* Default              */
/* ==================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	margin: 0;
	padding: 0;
}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object {
	display: block;
}

a img {
	border: 0;
}

figure {
	position: relative;
}

figure img {
	width: 100%;
}

*:not(.jquery-lightbox) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 10px 0px;
	word-spacing: 0.1em;
}

/* ==================== */
/* Fonts                */
/* ==================== */

/* ==================== */
/* Desktop              */
/* ==================== */
body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #6b6b6b;
	/*letter-spacing: 1px;*/
}

*::selection {
	background: #e9252a;
	color: #ffffff;
}

/**
 * Nav / Splash Nav
 */
nav {
	padding: 20px;
	color: #8d8d8d;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 0.1em;
}

#ablfx-logo {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 20px;
}

.nav-element {
	position: relative;
	top: -8px;
	margin-right: 20px;
	padding-bottom: 5px;

	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	-ms-transition: color 0.4s;
	transition: color 0.4s;
}

.nav-element::selection,nav::selection,.splash-nav-element::selection,#splash-nav::selection {
	background: #ffffff;
	color: inherit;
}

.nav-element.selected {
	border-bottom: 1px solid #747474;
}

.nav-element:hover,.splash-nav-element:hover {
	color: black;
}

/**
 * Header
 */
header {
	overflow: hidden;
	max-width: 450px;
	min-width: 280px;
	margin: 50px auto;
	padding: 0 40px;
}

header h1 {
	color: #1b1b1b;
	font-size: 2em;
	font-weight: 600;
}

header p {
	margin-top: 5px;
	color: #717171;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.2em;
}

/**
 * Home
 */
#splash {
	overflow: hidden;
	max-width: 350px;
	min-width: 280px;
	margin: 150px auto;
	padding: 0 20px;
}

#splash > h1 {
	color: #1b1b1b;
	font-size: 2.4em;
	font-weight: 300;
}

#splash > h1 strong {
	font-weight: 700;
}

#splash > h2 {
	color: #525252;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	word-spacing: 0.3em;
}

#splash-nav {
	margin-top: 5px;
	color: #8d8d8d;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.splash-nav-element {
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	-ms-transition: color 0.4s;
	transition: color 0.4s;
}

.splash-nav-element:not(:last-of-type) {
	margin-right: 20px;
}

/**
 * Blog
 */
/**
 * Pagination
 */
.pagination {
	max-width: 800px;
	margin: 20px auto;
	font-weight: 300;
}

.pagination > ul {
	text-align: center;
	/*background: green;*/
}

.pagination li:first-of-type,.pagination li:last-of-type {
	font-family: inherit;
}

.pagination li {
	display: inline-block;
	line-height: 18px;

	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pagination li.active {
	color: #343434;
	font-weight: 600;
}

.pagination li:hover {
	color: #3871e4;
}

.pagination li a, .pagination li span
{
  display: block;
  padding: 10px 20px;
}

.pagination li:last-of-type, .pagination li:first-of-type
{
	padding: inherit 0px;
}

/**
 * Apps
 */
#apps {
	text-align: center;
}

#apps a {
	padding-top: 120px;
}

.app-icon {
	display: inline-block;
	position: relative;
	top: 0;
	width: 110px;
	height: 110px;
	margin: 20px;
	border-radius: 28px;

	border: 1px solid #aeaeae;

	transition: box-shadow 0.5s, top 0.5s;
}

.app-icon:hover {
	top: -10px;

	-webkit-box-shadow: 10px 10px 0px #ebebeb;
}

/**
 * Apps -Single App
 */
header.app-single {
	overflow: visible;
	max-width: 700px;
	text-align: center;
}

header.app-single #header-text {
	display: inline-block;
	position: relative;
	top: -40px;
	max-width: 380px;
	margin: 40px 0 0 10px;
	text-align: left;
}

#link-buttons {
	width: 80%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

.link-button-container {
	width: 200px;
	height: 70px;
	display: inline-table;
	margin: 0px 15px;
}

.link-button-container .subtext {
	padding-top: 5px;

	font-size: 13px;
	color: #767676;
	font-weight: 300;
	font-style: italic;
}

.link-button {
	padding: 12px 0px;
	color: white;
	border-radius: 5px;

	font-size: 14px;

	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.link-button.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.link-button.enabled:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#description {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 0px auto;
	font-size: 15px;
	line-height: 24px;
}

#screenshots {
	width: 90%;
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
}

.screenshot {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 15px;

	background-size: cover;
	background-position: center center;

	border-radius: 10px;
}

.screenshot-dimmer {
	position: relative;
	width: inherit;
	height: inherit;
	padding-top: 63px;
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(255,255,255,0.0);

	border-radius: 10px;

	-webkit-transition: background-color 0.4s, color 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
}

.screenshot-dimmer i {
	font-size: 1.5em;
}

.screenshot-dimmer:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255,255,255,1.0);
}

#features {
	width: 90%;
	max-width: 700px;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}

.feature-row {
	padding: 10px 0px;

	overflow: hidden;
}

.feature-row:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.feature-row:hover {
	background-color: #ecf3fe;
}

#features .icon {
	display: block;

	float: left;

	width: 30px;
	height: 30px;

	margin-left: 15px;
	margin-right: 10px;

	text-align: center;

	color: #424242;
	font-size: 1.6em;
}

.feature-text {
	float: left;

	display: block;

	width: 78%;

	text-align: left !important;

	margin-left: 10px;

	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

#trailer {
	display: block;
	max-width: 700px;
	max-height: 506px;
	width: 90%;
	margin: 50px auto 50px auto;
}

#press {
	width: 90%;
	max-width: 700px;
	margin: 40px auto 80px auto;
	text-align: center;
}

#press h3 {
	color: #4e4e4e;
	font-size: 1.7em;
	font-weight: 300;
}

.press-item {
	margin: 20px 10px;
}

.press-item blockquote {
	color: #676767;
	font-size: 0.9em;
	line-height: 1.4em;
	font-style: italic;
}

.press-item a {
	color: #35657d;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.press-item a:hover {
	text-decoration: underline;
}

/**
 * Design
 */
#designs {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	padding-top: 30px;
	text-align: center;
}

.design {
	display: inline-block;
	width: 240px;
	height: 200px;
	margin: 15px;

	background-size: cover;
	background-position: center center;
}

.design, .design-dimmer {
	border-radius: 10px;
}

.design-dimmer {
	position: relative;
	width: inherit;
	height: inherit;
	padding-top: 84px;
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(255,255,255,0.0);

	-webkit-transition: background-color 0.4s, color 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
}

.design-dimmer i {
	font-size: 2em;
}

.design-dimmer:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255,255,255,1.0);
}

/**
 * Footer
 */
body > footer {
	text-align: center;
	width: 90%;
	margin: 50px auto;

	/*padding: 10px;*/

	/*background: red;*/

	font-weight: 300;
	color: #9c9c9c;
}

body > footer #links
{
	font-size: 0.9em;
	word-spacing: 0.3em;
	color: #d5d5d5;
}

body > footer #links a
{
	color: #4a4a4a;
}

body > footer ul {
	margin-bottom: 10px;
}

body > footer a
{
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3;
	-o-transition: color 0.3;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

body > footer a#tw:hover {
	color: #00a0d1;
}

body > footer a#gh:hover {
	color: #5e5e5e;
}

body > footer a#dr:hover {
	color: #e03278;
}

body > footer a#li:hover {
	color: #215da5;
}

body > footer a#ma:hover {
	color: #5da545;
}

body > footer p {
	/*max-width: 300px;*/
	/*margin: 10px auto;*/
	font-size: 12px;
	text-align: center;
}

body > footer p#entypo-attr {
	max-width: 250px;
	color: #828282;
	font-size: 9px;
}



/* ==================== */
/* Mobile               */
/* ==================== */
@media handheld,only screen and (max-width: 568px) {

body {
-webkit-text-size-adjust: none;
}

/**
 * Nav
 */
nav {
	text-align: center;
}

#ablfx-logo {
	display: block;
	margin: 20px auto 40px auto;
	padding: 0;
}

.nav-element {
	display: block;
	width: 100%;
	min-width: 280px;
	padding: 10px 0;
	margin: 10px 0 10px 0;
	border: 1px solid #9f9f9f;
	border-radius: 5px;
}

.nav-element.selected {
	border-color: #15b4de;
	border-width: 2px;
}

/**
 * Header
 */
header,#header-text {
	text-align: center !important;
	margin: 0 auto;
}

/**
 * Home
 */
#splash {
	text-align: center;
}

#splash > h1 {
	font-size: 2.3em;
}

/**
 * Apps
 */
.app-icon {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	-ms-transition-property: none;
	transition-property: none;
}

.app-icon:hover {
	top: 0;

	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

/**
 * Apps -> Single App
 */
header.app-single #header-text {
	margin-top: 40px;
}

header.app-single {
	margin-bottom: -10px;
}

.feature-icon {
	display: block;
	margin: auto;
}

.feature-text {
	display: block;
	text-align: center;
}

/**
 * Design / Screenshots
 */
 .design-dimmer, .screenshot-dimmer {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.design-dimmer:hover, .screenshot-dimmer:hover {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0,0,0,0.0);
}

}
