html {
	font-size:14px;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #2c3138;
	height:100%;
}
body, select, input, textarea {color: #333;}

a:hover {color: #666;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active , a:focus {outline: 0;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #ff0762; color: #fff; text-shadow: none;}
::selection {background: #ff0762; color: #fff; text-shadow: none;} 
/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #ff0762;} 

::-webkit-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}


#content {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index : 2;
}
	#content ul.nav {
		width: 100%;
		height: 100%;
		background-image: -moz-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
		background-image: -webkit-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
		background-image: linear-gradient(to bottom right, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);	
	}
	#content ul.nav li {
		width: 33.33%;
		height: 100%;
		float: left;
		position: relative;
		-moz-backface-visibility	: hidden;
		-webkit-backface-visibility	: hidden;
		backface-visibility			: hidden;
		
		background-color: #0D1E30;
		-moz-transition: background-color 750ms;
		-webkit-transition: background-color 750ms;
		transition: background-color 750ms;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		
	}
	#content ul.nav li:hover {
		background-color: transparent;
	}
	
	.content-wrapper {
		height:100%;
		width: 100%;
	}
	.content-detail {	
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	.table-wrapper {
		width: 100%;
		height: 100%;
	}
	.table-wrapper .table-row {
		width: 100%;
		height: 50%;
		position: relative;
		display: table;
	}
	.table-wrapper .table-cell {
		display: table-cell;
	}
	.table-wrapper .table-cell.align-top {
		vertical-align: top;
	}
	.table-wrapper .table-cell.align-bottom {
		vertical-align: bottom;
	}
	.table-cell h1 {
		text-align: center;
		font-size: 40px;
		color: #FFF;
		padding: 0 20%;
		vertical-align: bottom;
		font-family: 'Quicksand', sans-serif;
		font-size: 38px;
		font-style: normal;
		font-weight: 400;
	}
	.table-cell p {
		padding: 0 20%;
		color: #FFF;
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		text-align: center;
	}
	.table-cell hr {
		width: 30%;
		margin: 40px auto;
		border: 0 none;
		border-top: 2px solid rgba(255, 255, 255, 0.2)
	}

	
.section { width: 100%;position: relative; }
.section-content {width: 100%;max-width: 980px;overflow: hidden;margin: 0 auto;}
.footer {
	padding: 15px 0;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}
.formmessage {
	display: none;
	padding: 5px 50px;
	color: #FFF;
	font-size: 30px;
	border: 3px solid rgb(255, 63, 63);
	margin: 0 50px;
	font-family: 'Quicksand', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
}

.mobile-menu {display: none;}
.menu {width: 100%;overflow: hidden;box-shadow: 0px 0px 1px rgba(170, 170, 170, 0.2);position: relative;}
ul.menu-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
	ul.menu-content li {
		float: left;	
		border-bottom: 2px solid #FFF;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
	}
	ul.menu-content li:hover, ul.menu-content li.selected {
		border-bottom: 2px solid #ff0762;
	}
	ul.menu-content li  a, ul.menu-content li  a:hover {
		text-decoration: none;
		font-family: 'Quicksand', sans-serif;
		font-weight: 400;
		font-size: 20px;
		color: #252121;
		padding: 20px 10px;
		display: block;
	}
	

/* main page content */
.section.wd-quote {
	padding-bottom: 50px;
}
	.wd-quote span.quote {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 70px;
		font-style: normal;
		font-weight: 400;
		color: #252121;
		padding: 90px 0 0;
	}
	.wd-quote span.quote-detail {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 32px;
		font-style: italic;
		font-weight: 300;
		color: #777;
		line-height: 60px;
	}
	.wd-quote hr {
		width: 20%;
		border-top: 2px solid #ff0762;
		margin: 30px 0px;
	}

/* get in touch section */
.section.wd-get-in-touch {
	min-height: 250px;
	width: 100%;
	max-width: 100%;
	background-image: -moz-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
	background-image: -webkit-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
	background-image: linear-gradient(to bottom right, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
	.wd-get-in-touch .section-content {
		padding: 0 50px;
	}
	.wd-get-in-touch .interest-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		color: #FFF;
		letter-spacing: 1px;
		padding: 35px 0px;
	}
	.wd-get-in-touch a.interest-btn {
		display: block;
		float: left;
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		padding: 10px 15px;
		color: #FFF;
		border: 2px solid #FFF;	
		text-decoration: none;
		letter-spacing: 2px;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
	}
	a.interest-btn:hover, a.interest-btn:active a.interest-btn:focus {
		background-color: #fff;
		color: #ff0762;
	}

/* services section */	
.section.wd-services .section-content {
	padding: 50px 0;
}
	.wd-services-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
	}
	.wd-services-quote {
		display: block;
		padding: 15px 0px 30px;
		font-family: 'Quicksand', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 300;
		line-height: 60px;
	}
	ul.wd-services-flow {
		width: 100%;
		overflow: hidden;
	}
	ul.wd-services-flow li {
		width: 33.33%;
		float: left;
	}
	.wd-services-quote-title {
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		display: block;
		text-align: center;	
	}
	.wd-services-content {
		padding: 10px 25px;
		line-height: 24px;
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}

	
/* work section*/	
.section.wd-works {
	background-color: #f5f6fa;
}
	.section.wd-works .section-content{
		padding: 50px 0;
	}
	.wd-works-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
	}
	ul.wd-works-list li {
		width: 33.33%;
		float: left;
		text-align: center;
	}


/* artwork section*/	
.section.wd-artwork {
	background-color: #FFF;
}
	.section.wd-artwork .section-content{
		padding: 50px 0;
	}
	.wd-artwork-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
	}	
	ul.wd-artwork-list {
		width: 100%;
		overflow: hidden;
		padding: 30px 0px;
	}
	ul.wd-artwork-list li {
		width: 25%;
		float: left;
		text-align: center;
		padding: 10px;
	}
	ul.wd-artwork-list li  img {
		width: 100%;
		box-shadow: 0 1px 3px #707070;
	}

	
/* contact section */
.section.wd-contact {
	background-color: #f5f6fa;
}
	.section.wd-contact .section-content{
		padding: 50px 0;
	}
	.section.wd-contact {
		min-height: 250px;
		width: 100%;
		max-width: 100%;
		background-image: -moz-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
		background-image: -webkit-linear-gradient(top left, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
		background-image: linear-gradient(to bottom right, #31388d 0%, #753fa9 33.333%, #ff0762 66%, #f25632 100%);
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	.wd-contact .wd-contact-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
		color: #FFF;
	}
	.wd-contact a.contact-btn {
		display: block;
		float: right;
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		padding: 10px 15px;
		color: #FFF;
		border: 2px solid #FFF;	
		text-decoration: none;
		letter-spacing: 2px;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
	}
	a.contact-btn:hover, a.contact-btn:active a.contact-btn:focus {
		background-color: #fff;
		color: #ff0762;
	}
	ul.contact-form {
		padding: 0 50px;
		margin-top: 20px;
	}
		ul.contact-form li {
			width: 100%;
			overflow: hidden;
			padding-bottom: 8px;
		}
		ul.contact-form li input, ul.contact-form li textarea {
			width: 100%;
			padding: 10px 20px;
			outline: none;
			margin: 0;
			background-color: transparent;
			border: 2px solid #FFF;
			color: #FFF;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
			font-family: 'Quicksand', sans-serif;
			font-size: 25px;
			font-style: normal;
			font-weight: 400;
		}
		ul.contact-form li textarea {
			height: 150px;
			resize: none;
		}


		 
/* System Integrated */
.si-product .section-content {
	padding: 50px 0;
}
	.si-product .si-product-title {
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
	}
	
	.si-p-row {
		width: 100%;
		overflow: hidden;
		padding-bottom: 30px;
	}
	.si-p-title {
		font-family: 'Quicksand', sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
	}
	.si-p-img {
		float: left;
		width: 30%;
	}
	.si-p-detail {
		float: left;
		width: 70%;
		padding: 0px 30px;
	}
	ul.p-detail-list li{
		width: 100%;
		float: left;
		padding: 3px 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
