/********************* GENERAL *********************/
html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666;
}

body {
	margin: 0;
	font-family: Questrial;
	letter-spacing: 1px;
	line-height: 26px;
}

section {
	clear: both;
}

a {
	text-decoration: none;
	color: #f90;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}






/********************* HEADER *********************/

header {
	background-color: #006;
}
header .as {
	font-size: 26px;
	letter-spacing: 1px;
	
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}

header .as b {
	display: inline-block;
	width: 50px;
	height: 45px;
	
	vertical-align: bottom;

	background-image: url(img/as_logo.2-2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

header .ads {
	color: #aaa;
	font-size: 14px;
}

header .ads a {
}

header .explore {
	position: absolute;
	right: 0;
	bottom: 15px;
	
	font-size: 18px;
}



/********************* FOOTER *********************/

footer {
	background-color: #222;
	color: #aaa;
	
	padding: 10px;
	text-align: center;	
	
	clear: both;
	min-height: 310px;
}


footer p {
	margin: 30px;
}

footer .links a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;

	border-radius: 20px;
	margin: 10px;
	
	background-color: #888;
	color: #222;
	
	text-align: center;
	font-size: 30px;
	
	transition: all 0.4s;
}

footer .links a:hover {
	background-color: #f8f8f8;
}

/********************* Section 2 *********************/

section.section2 {
	padding: 30px 0;
	
}


/********************* Resources *********************/

section.resources {
	background-color: #f8f8f8;
	padding: 30px 0;
}

section.resources ul {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 48%;	
	
	list-style: none;
}
section.resources ul:nth-child(2) {
	margin-right: 2%;	
}

section.resources li {
	margin-bottom: 20px;	
}

section.resources a {
	font-weight: bold;	
}


/********************* SOCIAL *********************/

.social {
	position: absolute;
	top: 10px;
	right: 0;
	
	padding: 0 0 100px 200px;
	z-index: 20;
}

.social b {
	font-weight: normal;
	font-size: 16px;
	vertical-align: bottom;
	
	opacity: 0;
	transition: all 0.4s ease;
}
.social:hover b {
	opacity: 0.8;
}

.social i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	
	font-size: 18px;
	text-align: center;
	
	margin: 1px;
	border-radius: 4px;
	color: #fff;
}

.social i.fa-facebook {
	background-color: #306199;
}
.social i.fa-linkedin {
	background-color: #007bb6;
}
.social i.fa-twitter {
	background-color: #26c4f1;
}
.social i.fa-google-plus {
	background-color: #e93f2e;
}



/********************* NAVIGATION MENU *********************/

.aNavBar {
	text-align: center;
}

.aNavBar i {
	margin: 10px 30px;
	font-size: 70px;
	color: #888;
	cursor: pointer;
	
	transition: all 0.4s ease 0s;
}

.aNavBar i:hover{
	color: #444;
}


/********************* AREA FOR ALL PHONES *********************/

h2 {
	margin: 30px 0;
}

.aItemsContainer {
	line-height: 0;
}
.aItem {
	display: inline-block;

	width: 31%;		
	max-width: 320px;
	margin: 1%;
	padding: 10px 0;
	
	overflow: hidden;
	white-space: nowrap;
	text-align: center;

	color: #000;	
	font-size: 18px;
	line-height: 30px;
	
	background-color: rgba(0,0,0,0.05);
	transition: max-width 0.3s ease;
}

.aItem:hover {
	box-shadow: 0 0 20px #444;
}

.aItem.hidden {
	max-width: 0;
	margin: 5px 0;
}

.aItem img {
	height: 350px;
}


/********************* INDIVIDUAL DEMO PAGE *********************/

.demo {
	font-size: 18px;
}

.left {
	margin: 10px 80px 20px 0;
	float: left;
	text-align: center;
	position: relative;
}

.arrow {
	position: absolute;
	right: -90px;
	top: 40px;
	
	width: 100px;
	height: 100px;
	
	background-image: url(img/arrow.3.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.touch {
	position: absolute;
	right: -120px;
	top: 20px;
	
	font-weight: bold;
	text-align: left;
}

a.create {
	display: block;
	width: 270px;
	margin: 10px auto;

	font-size: 20px;
	line-height: 24px;
	
	text-align: center;
}
a.create:hover {
}

a.create small {
	color: #666;
	font-size: 14px;
}

h1 {
	margin: 0;
	padding: 120px 0 20px;
	
	font-size: 60px;
	line-height: 60px;
	
	font-weight: normal;
	color: #444;
}

.more_l {
	color: #f90;
	cursor: pointer;
}
.more_p {
	display: none;
}









/**********************************************************************************
	Max Width: 1024
**********************************************************************************/
@media (max-width: 1024px) {




}
/**********************************************************************************
	Max Width: 768
**********************************************************************************/
@media (max-width: 768px) {

/* Demo */
.left {
	margin: 20px 0;
}
h1 {
	font-size: 40px;
	line-height: 40px;
}
	

}
/**********************************************************************************
	Max Width: 640
**********************************************************************************/
@media (max-width: 640px) {

header .ads {
	display: none;
}
header .explore:before {
	content: "";
}


.social {
	position: static;
	padding: 0;
	text-align: center;	
}
.social b {
	display: none;
}

.aItem {
	width: 48%;		
}
.aItem img {
	height: 280px;
}


/* Demo */
.left {
	float: none;
	margin: 0;
}
.touch {
	position: static;
	margin: 0 0 40px 60px;
}
.arrow {
	left: 150px;
	transform: rotate(-90deg);
	height: 60px;
	width: 60px;
	top: 10px;
}
h1 {
	padding: 10px 0;
}











}


