@charset "UTF-8";
/* CSS Document */


body {
	margin: 70px 12px 0 12px;
	-webkit-text-size-adjust: 100%;
}

	
@media only screen and (max-width: 768px) {
	h1, h1 a {
		font-size: 50px;
		line-height: 50px;
	}
	
}

@media only screen and (max-width: 586px) {
	h1, h1 a {
		font-size: 30px;
		line-height: 30px;
	}

	h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

.header a:hover {
	border-bottom: none !important;
}

/* HEADER */
.header { 
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	height: auto;
	width: 100%;
	overflow: hidden;
	z-index: 99999;
	margin: 0 !important;
}

.header a {
	font-size: 12px;
	line-height: 24px;
}

.header ul {
	padding: 10px 10px 6px 10px;
	text-align: justify;
}
	
	.header ul li {
		display: inline-block;
		margin: 0;
		position: relative !important;
		top: -9px;
	}
	
	.header ul li.logo {
		padding-right: 8px;
		top: 0;
		position: relative !important;
		height: 30px;
		display: inline-block;
		margin-left: 0 !important;
		left: 0;
		vertical-align: top;
	}
	
	.header ul li.logo img {
		height: 30px;
	}

	.get_mobile_menu {
		display: inline-block !important;
	}
	
		/*.get_mobile_menu .aimeepong:after {
			content: " \25BC";
			font-size: 8px;
			font-weight: normal;
			position: relative;
			top: -1px;
		}*/
	
	.aimeepong {	
		margin: 12px 0 0 10px !important;
	}
	
	.menu {
		display: none;
		padding: 0;
	}
	
	.menu li {
		display: block !important;
		position: relative !important;
		top: 0;
	}

	
	
.content {
	margin: 0 !important;
	padding: 0 !important;
}

.anchor {			
	top: -45px;
}

.scoot {
	padding: 0 !important;
}

.intro {
	margin-bottom: 40px !important;
}

.portfolio {
	max-width: 100%;
	max-height: 80%;
	margin: 20px auto 50px auto;
	text-align: center;
	}
	
	.portfolio_caption {
		display: block;	
		margin-top: 20px;
		padding-bottom: 40px;
	}

	.index .portfolio_caption {
		border-bottom: solid 1px #ccd7d0;
	}
	
		.portfolio:last-child .portfolio_caption {
			padding-bottom: 0 !important;
			border-bottom: none !important;
		}
		
		.portfolio_title {
			display: block;
			margin: 0 0 0 0;
		}
		
		.portfolio_category {
			display: block;
		}
		
		.portfolio_description {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 20px;
			color: #5f6062;
		}
		
.underline {
	border-bottom: solid 3px #5f6062;
}
		
		
.newline {
	display: inline;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	height: 8px;
	width: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.social {
	margin-left: 0 !important;
}

.mobilehide {
	display: none !important;
}

.ui-loader, .ui-corner-all, .ui-body-a, .ui-loader-default {
	display: none !important;	
}


@media only screen and (max-width: 320px) {	
	h1 .newline {
		display: block;
	}
				
	input.submit {
		width: 100%;
	}
}