@import url("reset.css");

@font-face {
    font-family: 'sciflyregular';
    src: url('../font/scifly-sans-webfont.eot');
    src: url('../font/scifly-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/scifly-sans-webfont.woff') format('woff'),
         url('../font/scifly-sans-webfont.ttf') format('truetype'),
         url('../font/scifly-sans-webfont.svg#sciflyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #FFF;
	font-family: 'sciflyregular';
}

.clear{clear: both;}

.center{
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.full{
	position: relative;
	width: 100%;
}

#cooming-soon{
	height: 262px;
	left: 50%;
	margin: -140px 0 0 -445px;
	position: absolute;
	top: 50%;
	width: 890px;
}

	#cooming-soon h1{
		color: #FFF;
		font-size: 72px;
		text-align: center;
		text-transform: uppercase;
	}
	
		#cooming-soon address,
		#cooming-soon span,
		#cooming-soon a.mailto,
		#cooming-soon p{
			color: #FFF;
			display: block;
			font-size: 30px;
			padding-top: 15px;
			text-align: center;
		}
		
		#cooming-soon address a,
		#cooming-soon a.mailto{color: #004270 !important;}
		
		#cooming-soon address a:hover,
		#cooming-soon a.mailto:hover{
			font-size: 30px;
			text-decoration: underline;
		}
		
		#cooming-soon p{
			font-size: 40px !important;
			font-weight: bold;
			text-transform: uppercase;
		}
		
#modal{
	display: none;
	height: 100%;
	left: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

	#modal .bg{
		background-color: #FFF;
		height: 100%;
		left: 0;
		opacity: 0.9;
		filter: alpha(opacity=90);
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 11;
	}
	
	#modal .content{
		background-color: #FFF;
		height: 467px;
		left: 50%;
		margin: -245.5px 0 0 -362px;
		padding: 12px;
		position: absolute;
		top: 50%;
		z-index: 12;
		width: 700px;
		-webkit-box-shadow: 0 0 5px #333;
		-moz-box-shadow: 0 0 5px #333;
		-o-box-shadow: 0 0 5px #333;
		-ms-box-shadow: 0 0 5px #333;
		box-shadow: 0 0 5px #333;
	}
	
		#modal .content a.close,
		#modal .content a.previous,
		#modal .content a.next{
			background-repeat: no-repeat;
			display: block;
			height: 42px;
			position: absolute;
			width: 42px;
		}
		
		#modal .content a.previous.opacity,
		#modal .content a.next.opacity{
			filter: alpha(opacity=30);
			opacity: 0.3;
		}
		
		#modal .content a.close{
			background-image: url(../img/btn/btn-close-modal.png); 
			right: -20px;
			top: -26px;
		}	
		
		#modal .content a.previous{
			background-image: url(../img/btn/btn-previous.png); 
			margin-top: -21px;
			top: 50%;
			left: -62px;
		}
		
		#modal .content a.next{
			background-image: url(../img/btn/btn-next.png);
			margin-top: -21px;
			top: 50%;
			right: -62px;
		}
		
		#modal .content img{display: none;}		
		#modal .content img.active{display: block;}

#header{
	/*background: url(../img/bg/bg-header.png) repeat;*/
	background-color: #000;
	height: 62px;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}
	#header h1{
		color: #FFF;
		float: left;
		font-size: 36px;
		height: 62px;
		line-height: 62px;
		margin-left: 50px;
	}	
	#header nav.nav{
		float: right;
		position: relative;
	}
		#header nav.nav ul{}	
			#header nav.nav ul li{
				float: left;
				margin-right: 50px
			}
				#header nav.nav ul li a{
					color: #FFF;
					display: block;
					font-size: 22px;
					font-weight: bold;
					height: 62px;
					line-height: 62px;
				}
		#header nav.nav span.text-hover{
			background-color: #FFF;
			display: block;
			height: 4px;
			position: absolute;
			top: 44px;
			width: 56px;
		}
		
	.section{margin-top: 130px;}

	#home{}
		#home .banner{
			float: left;
			height: 460px;
			overflow: hidden;
			position: relative;
			width: 760px;
		}
			#home .banner .image{
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				display: none;
				height: 460px;
				left: 0;
				position: absolute;
				top: 0;
				width: 760px;
			}
			#home .banner .image.active{display: block;}

				#home .banner .image img{
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
		
		#home .thumbs{
			float: right;
			width: 200px;
		}
			
			#home .thumbs .thumb{
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				cursor: default;
				display: block;
				height: 112px;
				margin-bottom: 4px;
				opacity: 0.3;
				filter: alpha(opacity = 30);
				width: 200px;
			}
			/*#home .thumbs .thumb:hover,*/
			#home .thumbs .thumb.active{
				opacity: 1;
				filter: alpha(opacity = 100);
			}
			
			#home .thumbs #thumb-01{background-image: url(../img/works/thumbs/01.jpg);}
			#home .thumbs #thumb-02{background-image: url(../img/works/thumbs/02.jpg);}
			#home .thumbs #thumb-03{background-image: url(../img/works/thumbs/03.jpg);}
			#home .thumbs #thumb-04{background-image: url(../img/works/thumbs/04.jpg);}
			
	#about{}	
	
		#about .company{
			color: #505050;
			float: left;
			font-size: 20px;
			line-height: 22px;
			margin-left: 60px;
			width: 600px;
		}
		
		#about .services{
			float: right;			
			margin-right: 60px;
		}
		
			#about .services p{
				color: #505050;
				font-size: 17px;
				line-height: 24px;
				text-align: center;
			}

				#about .services p strong{
					color: #000;
					text-transform: uppercase;
				}		
			
			
	#works{}
	
		#works ul{
		
		}
		
			#works ul li{
				float: left;
				height: 179px;
				margin: 9px;
				position: relative;
				width: 232px;
			}
			
				#works ul li a{
					display: block;
					height: 182px;
					width: 232px;
				}
				
					#works ul li a:hover span.mask{background: none;}
				
					#works ul li a span.mask{
						background: url(../img/bg/image-gallery.png) center center no-repeat;
						display: block;
						height: 179px;
						left: 0;
						position: absolute;
						top: 0;
						width: 232px;
					}
			
	#contact{padding-bottom: 120px;}	
	
		#contact address{
			float: left;
			height: 476px;
			position: relative;
		}
		
			#contact address p{
				font-size: 20px;
				margin-bottom: 12px;
			}
			
			#contact address a{
				display: block;
				margin: 34px 0 4px;
			}
		
		#contact form{
			float: right;
			width: 440px;
		}
		
			#contact form label{
				display: block;
				font-size: 20px;
				margin-bottom: 10px;
				text-transform: uppercase;
				width: 110px;
			}

			#contact form label.error{
				color: #c30909;
				font-size: 13px;
				margin-bottom: 6px;
				padding-top: 8px;
				text-transform: uppercase;
				width: 100%;				
			}
			
			#contact form input[type="text"]{
				cursor: text;
				height: 38px;
				line-height: 38px;
				padding: 0 12px;
			}
			
			#contact form textarea{
				height: 120px;
				line-height: 20px;
				margin-bottom: 16px;
				padding: 12px 12px;
			}

			#contact form input[type="text"],
			#contact form textarea{
				background: #D5D5D5;
				border: none;
				font-family: 'Verdana';
				font-size: 13px;
				width: 416px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				-webkit-box-shadow: 0 0 2px #CCC;
				-moz-box-shadow: 0 0 2px #CCC;
				-o-box-shadow: 0 0 2px #CCC;
				-ms-box-shadow: 0 0 2px #CCC;
				box-shadow: 0 0 2px #CCC;
			}
			
			#contact form input[type="text"]:focus,
			#contact form textarea:focus{
				background-color: #ECECEC;
				-webkit-box-shadow: 0 0 2px #000;
				-moz-box-shadow: 0 0 2px #000;
				-o-box-shadow: 0 0 2px #000;
				-ms-box-shadow: 0 0 2px #000;
				box-shadow: 0 0 2px #000;
			}
			
			#contact form input[type="text"].error,
			#contact form textarea.error{
				-webkit-box-shadow: 0 0 2px #bd0b0b;
				-moz-box-shadow: 0 0 2px #bd0b0b;
				-o-box-shadow: 0 0 2px #bd0b0b;
				-ms-box-shadow: 0 0 2px #bd0b0b;
				box-shadow: 0 0 2px #bd0b0b;
			}
			
			#contact form input[type="submit"]{
				background-color: #000;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				color: #FFF;
				display: block;
				font-family: 'sciflyregular';
				font-size: 20px;
				margin: 0 auto;
				padding: 4px 24px;
				width: 111px;
			}
			
			#contact form div.field{margin-bottom: 15px;}