@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
}
hr {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	clear: both;
}
.container  {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/body/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 30px;
}
#header #logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#slide {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 707px;
	position: relative;
	top: -60px;
}

#slide li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 707px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#slide li .description {
	width: 503px;
	height: 218px;
	background-image: url(../images/body/slideDescriptionBg.png);
	z-index: 999;
	bottom: 0px;
	left: calc(50% - 251px);
	position: absolute;
}
@media screen and (max-width : 420px){
#slide li .description {
	width: 100%;
	height: 210px;
	left: 0px;
}
}
#slide li .description b {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 25px;
	display: block;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 90px;
}
#slide li .description span {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	display: block;
	margin-right: 50px;
	margin-left: 50px;
}
#menuLine  {
	background-image: url(../images/body/menuBg.png);
	background-repeat: repeat;
	position: relative;
	z-index: 99;
}
#menuLine #menu {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
}
#menuLine #menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
@media screen and (max-width : 420px){
#menuLine #menu li {
	float: none;
}
}
#menu li a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	margin-left: 18px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	display: block;
}
#menu li a.selected {
	color: #222222;
	background-color: #FFFFFF;
}
#menu li a:hover {
	color: #222222;
	background-color: #FFFFFF;
}
.projects {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
	max-width: 1180px;
}
.projects li {
	float: left;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 25px;
	list-style: none;
	border-radius: 15px;
	background-repeat: no-repeat;
	position: relative;
	width: calc(25% - 25px);
	margin-right: 25px;
	display: block;
	max-width: 380px;
	min-width: 250px;
	cursor: pointer;
}
@media screen and (max-width : 420px){
.projects li {
	width: 100%;
	margin-right: 0px;
}
}
.projects li img {
	border-radius: 15px;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	max-width: 380px;
}
.projects li .description {
	background-image: url(../images/body/pinkTransparent.png);
	position: absolute;
	bottom: 15px;
	margin-right: 25px;
	padding: 15px;
	border-radius: 15px;
	margin-left: 25px;
	display: block;
}
.projects li .description b {
	display: block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
}
.projects li .description span {
	display: block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
}
#aboutUs {
	background-image: url(../images/body/aboutUsBg.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
#aboutUs .info {
	float: left;
	width: 40%;
	margin-top: 75px;
}
#aboutUs .info .title {
}
#aboutUs .info .title b {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	display: block;
}
#aboutUs .info .title span {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	display: block;
	font-weight: bold;
}
#aboutUs .info p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
}
#aboutUs iframe  {
	float: right;
	width: 40%;
	height: auto;
	min-height: 360px;
	border-radius: 15px;
	display: block;
}
@media screen and (max-width : 420px){
#aboutUs .info {
	float: none;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 50px;
}
#aboutUs iframe  {
	float: none;
	width: 100%;
	height: auto;
}
}
#oldProjects {
	background-color: #e7e7e7;
	margin-top: 60px;
	padding-bottom: 30px;
}
#oldProjects .title {
	background-color: #3487ac;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	margin-bottom: 30px;
}
#oldProjects .title b {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	display: block;
}
#oldProjects .title span {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}
#gallery {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #3487ac;
}
#gallery .headerTitle {
	background-repeat: no-repeat;
	background-position: left center;
}
#gallery .headerTitle b {
	display: block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 20px;
}
.container .headerTitle span {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	display: block;
}
#gallery .container #galleryList {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.container #galleryList li {
	list-style: none;
	float: left;
	margin-bottom: 25px;
	margin-right: 3.5%;
	margin-left: 0px;
}
#galleryList li a img {
	display: block;
	border-radius: 15px;
	border: 2px solid #FFFFFF;
	width: 240px;
	height: 180px;
}
.container #galleryList .more {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
}
.container #galleryList .more:hover {
	text-decoration: underline;
}
#footer {
	background-color: #0f0f10;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .container p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}
#footer .container p a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .container p b {
	display: block;
}
#footer .container p iframe {
	width: 100%;
}
#popup {
}
#popup #popupBg {
	background-color: #000000;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9998;
}
#popup #popupPage {
	width: calc(60% - 100px);
	height: calc(100% - 100px);
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 9999;
	top: 0px;
	display: block;
	left: 20%;
	right: auto;
	padding: 30px;
	overflow-y: auto;
}
@media screen and (max-width : 420px){
#popup #popupPage {
	width: calc(90% - 60px);
	height: calc(100% - 60px);
	left: 5%;
	right: auto;
}
}
#popup #popupPage .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 99999;
}
#projectDetail {
}
#projectDetail .title{
}
#projectDetail .title b{
	display: block;
	color: #0064C0;
	font-family: Arial;
	font-size: 25px;
}
#projectDetail .title p{
	display: block;
	font-family: Arial;
	font-size: 15px;
}
#projectDetail ul{
	display: block;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
#projectDetail ul li{
	list-style: none;
	margin-bottom: 30px;
}
#projectDetail ul li img{
	display: block;
	width: 100%;
}
