html { overflow-x:hidden }
h1, h2 { margin:0 }
img { border:none }
ul { list-style-type: none }
* {outline:none}

body {
	margin:0;
	padding:0;
	background: url('../img/body-bg.jpg') repeat;
	font-family: 'Exo', sans-serif;
}

#loading {
	background: rgba(0,0,0,0.95) url('../img/loading.gif') no-repeat center center;
	display: block;
	height:100%;
	width:100%;
	position:fixed;
	z-index:100;
	cursor:wait;
}

.container {
/*	background:url('../img/wire.png') no-repeat;
*/	width:9778px;
	height:100%;
	position:absolute;
	z-index:2;
}

.wrapper {h
    height: 100%;
    -webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;
}
.page {
    float:left;
    min-height: 100%;
    position: relative;
}

/*	BEGIN PORTFOLIO      */

#intro {
	border-top:solid 3px #fff;
	background-image: -webkit-linear-gradient(left bottom, #fff8d4 0%, #fff8d4 25%, #fff3cf 25%, #fff3cf 50%, #fff8d4 50%, #fff8d4 75%, #fff3cf 75%);
	background-image: -moz-linear-gradient(left bottom, #fff8d4 0%, #fff8d4 25%, #fff3cf 25%, #fff3cf 50%, #fff8d4 50%, #fff8d4 75%, #fff3cf 75%);
	background-image: -ms-linear-gradient(left bottom, #fff8d4 0%, #fff8d4 25%, #fff3cf 25%, #fff3cf 50%, #fff8d4 50%, #fff8d4 75%, #fff3cf 75%);
	background-image: -o-linear-gradient(left bottom, #fff8d4 0%, #fff8d4 25%, #fff3cf 25%, #fff3cf 50%, #fff8d4 50%, #fff8d4 75%, #fff3cf 75%);
	background-image: linear-gradient(left bottom, #fff8d4 0%, #fff8d4 25%, #fff3cf 25%, #fff3cf 50%, #fff8d4 50%, #fff8d4 75%, #fff3cf 75%);
	background-size: 24px 24px;
	background-size:25px 326px\9;
	height:226px;
	margin:0;
	padding:0;
	-moz-border-radius:0 0 50px 0;
	-o-border-radius:0 0 50px 0;
	-webkit-border-radius:0 0 50px 0;
	border-radius:0 0 50px 0;
	text-align:center;
}
	#intro .highlight {
		content:"";
		display:block;
		height:226px;
		width:100%;
		position:absolute;
		top:3px;
		left:0;
		background-image: -webkit-linear-gradient(top, rgba(455,455,455,0) 0, rgba(455,455,455,0) 30%, #fff 100%);
		background-image: -moz-linear-gradient(top, rgba(455,455,455,0) 0, rgba(455,455,455,0) 30%, #fff 100%);
		background-image: -ms-linear-gradient(top, rgba(455,455,455,0) 0, rgba(455,455,455,0) 30%, #fff 100%);
		background-image: -o-linear-gradient(top, rgba(455,455,455,0) 0, rgba(455,455,455,0) 30%, #fff 100%);
		background-image: linear-gradient(top, rgba(455,455,455,0) 0, rgba(455,455,455,0) 30%, #fff 100%);
		-moz-border-radius:0 0 50px 0;
		-o-border-radius:0 0 50px 0;
		-webkit-border-radius:0 0 50px 0;
		border-radius:0 0 50px 0;
		z-index:1;
	}


#intro h1 {
font-size: 83px;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 4;
    margin-top: 65px;
    text-transform: uppercase;
    color: #202020;
    padding-left: 100px;
}

#intro p {
	z-index:4;
	font-size:36px;
	margin:0;padding:0;
	position:absolute;
	left:0px;
	top:40px;
	color:#000;
	padding-left:210px;
}

.emailLink {
		color:#000;
		text-decoration:none;
		margin-left:25px
	}

.emailLink:hover { color:#9CCAEB }

.homeUL {
	margin:0;
	padding:0;
	float:left;
	width:300px;
	z-index:4;
	/*top:381px;
	left:460px;*/
}

#intro li {
	color:#fffcec;
	line-height:60px;
	z-index:3;
	position:relative;
}

#intro li b, #intro li strong {
	color:#9ccaeb;
	font-weight:normal
}

.big { 
	font-size:63px;
	text-align:left;
	color:#fffcec;
	margin-left:20px;
	line-height:59px; 
}
.medium {
	font-size:40px;
	text-align:left;
	color:#9ccaeb;
	font-weight:normal;
	line-height:40px;
	margin-left:20px;
	margin-bottom:25px;
	margin-top:25px;
}
.small  {
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#fffcec;
	line-height:24px;
	margin-left:20px; 
}
.titleBold{
	font-weight:bold;
}

#homeContent .message {
	position:absolute;
	left:-235px;
	top:-53px;
	font-family: 'Handlee', cursive;
	color:#696047;
	font-size:20px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}
.homeContent{
	width:400px;
}
.homeImg {
	position:fixed;
	/*top:380px;
*/	left:120px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
}

/*   END OF INTRODUCTION
	BEGIN PORTFOLIO      */

#portfolio {

	padding:0;
	margin:0;
	z-index:4;
}

#portfolio h2 {
	color:#fffcec;
	font-size:44px;
	font-weight:normal;
	margin-top:65px;
	padding-bottom:20px;
	padding-left: 100px;
}

#portfolio .message {
	font-family: 'Handlee', cursive;
	color:#696047;
	font-size:24px;
	position:absolute;
	top:33px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}

#portfolio dt {
	font-family: "Georgia", arial;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:18px;
	color:#fff8d4;
	margin:0;
	padding-bottom:10px;
	width:295px
}

#portfolio dd {
	font-family: "Trebuchet MS", arial;
	font-size:20px;
	color:#eeeeee;
	background:url('../img/tick2.png') no-repeat center left;
	width:350px;
	padding-left:20px;
	padding-top:5px;
	margin:0
}

#portfolio dl {
	position:relative;
	float: left;
	background: rgba(75,32,76,0.25);
	width:400px;
	margin-top:60px;
	margin-left:100px;
	padding:20px 0 20px 20px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#portfolio dd acronym {
	background:url('../img/acronym.png') repeat;
	border:none;
	cursor: help;
}

	#portfolio dd acronym:hover {
		background-position: bottom left;
	}


#portfolio div.sc_menu_wrapper {
	position:relative;
	top:0;
	height: 100%;
	float: left;
	z-index: 1;
	margin-top: 60px;
	padding-left:100px;
}



#portfolio img {
	margin:15px;
	display: block;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 2px 5px rgba(0,0,0,0.2);
	box-shadow:0 0 2px 5px rgba(0,0,0,0.2);

	transition: all 0.2s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.4s ease;
}

#portfolio .sc_menu a {
	outline: none;
	display: block;
	margin-bottom: 5px;
	width: 326px;
	position:relative;
}

#portfolio .sc_menu:hover img { opacity:0.1 }
#portfolio .sc_menu a:hover img { opacity:1 }

.text {
	opacity:0;
	margin-top:-180px;
	position:absolute;
	width:145px;
	display:inline-block;
	background:rgba(0,0,0,0.45);
	padding:10px;
	color:white;
	font-size:12px;
	font-family: "Trebuchet MS";
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
	border-radius:5px 0 0 5px;
	z-index:-1;
}
#portfolio .sc_menu a:hover + .text {
	margin-left:-150px;
	opacity:1;
}

#portfolio .sc_menu .text p {
	margin:5px 0;
}


/*   END OF PORTFOLIO
	BEGIN ABOUT      */

#about {
	margin:0;
	padding:45px 0;
	z-index:4;
}

#about h2 {
	color:#fffcec;
	font-size:48px;
	padding-bottom:25px;
	width:296px;
	font-weight:normal;
	margin:0;
	padding-left: 100px;
}

#about .message {
	font-family: 'Handlee', cursive;
	color:#696047;
	font-size:25px;
	position:absolute;
	top:110px;
	text-transform:uppercase;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}

#about .picture {
	float:right;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0, transparent 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.2) 0, transparent 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.2) 0, transparent 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.2) 0, transparent 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.2) 0, transparent 100%);
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:8px;
	margin-right:30%;
}

#about img {
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#about p {
	line-height:22px;
	font-size:18px;
	width:609px;
	color:#fffcec;
	padding-left: 100px;
}

#about b,#about strong {
	color:#9ccaeb;
	font-weight:normal
}

#about .message1 {
	font-family: 'Handlee', cursive;
	color:#696047;
	font-size:30px;
	margin-top:-10px;
	float:right;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

/*   END OF ABOUT
	BEGIN CONTACT      */

#contact {
	margin:0;
	padding:35px 0;
	z-index:4;
}

#contact h2 {
	color:#fffcec;
	font-size:48px;
	padding-top:25px;
	width:700px;
	font-weight:normal;
	padding-left: 100px;
}

#contact .message {
	/*font-family: 'Handlee', cursive;
*/	color:#fff;
	font-size:29px;
	/*position:absolute;*/
	padding-left: 100px;
}

#contact form {
	width:1000px;
	margin:0;
	padding-top:55px;
	padding-left: 100px;
}

#contact form fieldset {
	border:none;
	margin:10px 25px 5px 0;
	width:240px
}
.comboBox,
#contact .input { float:left }

#contact form label b {
	color:#fd5d5d;
	font-weight:normal
}

#contact form label {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:14px;
	color:#fff8d4;
	display:block;
	margin:0;
	padding:0 0 7px 0
}
.comboBox,
#contact form input[type="text"], #contact form textarea {
	font-size: 18px;
	background:white;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	transition: background-color 0.2s ease; -webkit-transition: background-color 0.2s ease; -moz-transition: background-color 0.2s ease; -o-transition: background-color 0.2s ease;
	display:block;
	padding:8px;
	height:18px;
	width:213px;
	color:#3b3b3b;
	border:2px solid transparent;
	font-family:arial;
}

#contact form input[type="text"]:focus, #contact form textarea:focus {
	color:#363636;
	border:2px solid #0dace8;
	-moz-box-shadow:0px 0px 9px #0dace8;
	-o-box-shadow:0px 0px 9px #0dace8;
	-webkit-box-shadow:0px 0px 9px #0dace8;
	box-shadow:0px 0px 9px #0dace8;
}
.comboBox {
	width:232px;
	height:40px;
}
.comboBox:focus{
	color:#363636;
	border:2px solid #0dace8;
	-moz-box-shadow:0px 0px 9px #0dace8;
	-o-box-shadow:0px 0px 9px #0dace8;
	-webkit-box-shadow:0px 0px 9px #0dace8;
	box-shadow:0px 0px 9px #0dace8;
}
#contact .detail {
/*	float:right;*/
	position:relative;
	width:760px;
}

#contact label[for="message"] {
	margin-left:-10px;
}

#contact form textarea {
	height:240px;
	width:360px;
	margin-bottom:50px;
	margin-left:-10px;
}

.error {
	border:2px solid #fb4d4f !important;
}
	.error:focus {
		box-shadow:0px 0px 9px #fb4d4f !important;
		-moz-box-shadow:0px 0px 9px #fb4d4f !important;
		-webkit-box-shadow:0px 0px 9px #fb4d4f !important;
		-o-box-shadow:0px 0px 9px #fb4d4f !important;
	}

#contact form ul {
	margin:0;
	padding:0
}

input[type="checkbox"],
input[type="radio"],
input + span,
input + span::before {
	vertical-align: bottom;
	font-family: "Trebuchet MS";
	text-transform:none;
	margin-bottom:1px;
	display:block;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	height:19px;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	top:0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

input + span,
input + span::before {
	cursor:pointer;
	font-size:12px;
	color:#fff;
	background: url(../img/checkbox.gif) no-repeat top left;
	padding: 1px 0px 0px 30px;
}

input + span:hover {
	color:#bee9ba;
}

input:checked + span {
	background-position: bottom left;
	color:#4abc54;
}

#contact button {
	clear:both;
	padding:6px 20px 5px 20px;
	display:block;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family:'arial', sans-serif;
	cursor:pointer;
	background: #659fed;
	background: -webkit-linear-gradient(top,#659fed,#357db5); background: -moz-linear-gradient(top,#659fed,#357db5); background: -o-linear-gradient(top,#659fed,#357db5); background: -ms-linear-gradient(top,#659fed,#357db5); background: linear-gradient(top,#659fed,#357db5);
	border:none;
	border-bottom:3px solid #1b5f94;
	color:#fff;
	text-shadow:#1b5f94 0 1px 1px;
	margin-left:355px;
}
#contact button:hover {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
#contact button:active {
	border-bottom:1px solid #1b5f94;
	background:#659fed;
	padding-bottom:7px;
}

#contact .sent {
	line-height:28px;
	font-size:23px;
	width:609px;
	color:#fffcec;
	margin-top:100px;
}

#contact .sent em {
	color:#9ccaeb;
	font-style:normal;
}

/*	END OF CONTACT
	BEGIN TOGGLE CONTROLS      */

ul #toggle { margin:0 }

#toggle .previous {
position:fixed;
bottom:40px;
left:40px;
z-index:6
}

#toggle .next {
position:fixed;
bottom:40px;
right:40px;
z-index:6
}

#toggle .previous a {
background:url('../img/previous-arrow.png') no-repeat;
display:block;
height:111px;
width:111px;
outline: none;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter:alpha(opacity=70);
opacity:0.7
}

#toggle .next a {
background:url('../img/next-arrow.png') no-repeat;
display:block;
height:111px;
width:111px;
z-index:5;
outline: none;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter:alpha(opacity=70);
opacity:0.7
}

#toggle .previous a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity:0.3
}

#toggle .next a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity:0.3
}