@import "reset.css";
@import "fancybox.css";

.clear{clear:both; }

body{
	color: #1D1C1C;
	font: 12px "Arial", sans-serif;
	/*background: transparent url("../images/line-1.png") repeat-x 0 96px scroll;*/
}

#wrapper
{
    position:relative;
    display:block;
    width:100%;
    min-width:100%;
    height:100%;
    min-width:100%;
    margin:0 auto;
}

#main-wrapper
{
    position:relative;
    display:block;
    width:100%;
    min-width:100%;
    height:auto !important;
    height:100%;
    min-height:100%;
    overflow: hidden;
    margin:0 auto;
}

#viewport-wrapper
{
    position:relative;
    display:block;
    width: 100%;
    height: auto;
    margin:0 auto;
    padding-bottom:160px;/*modify - optional*/
}

body.home-bg #main-wrapper{background:transparent url("../images/homepage-bg.jpg") no-repeat center top scroll }
body.young-blue-bg #main-wrapper{background:transparent url("../images/young-blue-bg.png") repeat 0 0 scroll }
body.mature-blue-bg #main-wrapper{background:transparent url("../images/mature-blue-bg.png") repeat 0 0 scroll; }
body.velvet-bg #main-wrapper{background:transparent url("../images/velvet-bg.png") repeat 0 0 scroll; }
body.green-bg #main-wrapper{background:transparent url("../images/green-bg.png") repeat 0 0 scroll; }

#main-content{
	position: relative;
	display: block;
	width: 971px;
	height: auto;
	margin: 0px auto;
	padding-left: 29px;
	font: normal normal 100 1.1em/1.0 "Helvetica-Light", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#main-content p{
	font:inherit;
	font: normal normal 300 0.9em/1.5 "Arial", sans-serif;
	text-align: justify;
}

body.mature-blue-bg #main-content blockquote{font-size: 2.3em; letter-spacing: -1px; color: #26c8ff; }
body.young-blue-bg #main-content blockquote{font-size: 2.3em; letter-spacing: -1px; color: #26c8ff; }
body.velvet-bg #main-content blockquote{font-size: 2.3em; letter-spacing: -1px; color: #addfed; }
body.green-bg #main-content blockquote{font-size: 2.3em; letter-spacing: -1px; color: #ffff00; }

.left-col{
	position: relative;
	display: block;
	width: 520px;
	height: auto;
	float:left;
}

.right-col{
	position: relative;
	display: block;
	width: 451px;
	height: auto;
	float:right;
}

body.mature-blue-bg #main-content p{color: #26c8ff; }
body.velvet-bg #main-content p{color: #ff8c8c; }
body.green-bg #main-content p{color: #ffff00; }

body.mature-blue-bg h4.sub-heading{font: normal normal 100 1.2em/1.5 "Helvetica-Light", Helvetica, Arial, sans-serif; color:#ffffff; margin-bottom: -15px; -webkit-font-smoothing: subpixel-antialiased;}
body.velvet-bg h4.sub-heading{font: normal normal 100 1.2em/1.5 "Helvetica-Light", Helvetica, Arial, sans-serif; color:#ffffff; margin-bottom: -15px; -webkit-font-smoothing: subpixel-antialiased;}
body.green-bg h4.sub-heading{font: normal normal 100 1.2em/1.5 "Helvetica-Light", Helvetica, Arial, sans-serif; color:#ffffff; margin-bottom: -15px; -webkit-font-smoothing: subpixel-antialiased;}

body.mature-blue-bg #main-content ul{ list-style-type: disc; list-style-position: outside; margin-left: 18px; color: #26c8ff;}
body.mature-blue-bg #main-content li a:hover{ color: white;}
body.mature-blue-bg #main-content li a{
	position: relative;
	display: inline-block;
	color: #26c8ff;
	text-decoration: none;
	line-height: 1.5;
	vertical-align: baseline;
	-webkit-transition: all 0.2s ease;
	-msie-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#contact-form{
	margin-top: 200px;
	margin-left: 140px;
	width:240px;
}

#contact-form label{
	font: normal normal 300 0.9em/1.5 "Arial", sans-serif;
	color:white;
}

#contact-form input{
	position:relative;
	top:-35px;
	width:240px;
	padding:5px 0px;
	font: normal normal 300 1.1em/1.5 "Arial", sans-serif;
	color:#cdcdcd;
	background: none;
	border: none;
	margin-bottom: 5px;
}

.shadow{
    position:absolute;
    /*-webkit-box-shadow:0 1px 5px rgba(255, 255, 255, 0.3);*/
    /*box-shadow:0 1px 5px rgba(255, 255, 255, 0.3);*/
}

.shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 1px 33px rgba(185, 185, 185, 1);
    box-shadow:0 1px 33px rgba(185, 185, 185, 1);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

#contact-form textarea{
	position:relative;
	top:-36px;
	width:240px;
	padding:5px 0px;
	font: normal normal 300 1.1em/1.5 "Arial", sans-serif;
	color:#cdcdcd;
	background: none;
	border: none;
}

#contact-form #submit:hover{
	color: white;
}

#contact-form #submit{
	position: relative;
	display: block;
	width:50px;
	font: normal normal 300 0.9em/1.5 "Arial", sans-serif;
	color:#cdcdcd;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
	text-decoration: underline;
	padding:5px;
	margin-left:190px;
	margin-top: 15px;
}

#spinner{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:#D4D4D4 url("../images/webSiteLoader.gif") center no-repeat;
}
/*-------------header------------*/
header{
	position: relative;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 114px;
	background:#D4D4D4 url("../images/background.png");
	border-bottom: solid 1px #cccbcb;
}
header>div{
	margin: 0 auto;
	width: 1000px;
	height: 114px;
}
/*-------------logo------------*/
h1 > a{
	float: left;
	overflow: hidden;
	margin: 29px 0 0 29px;
	width: 288px;
	height: 81px;
	background:url("../images/logo.png") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
/*-------------Menu------------*/
header>div>nav{
	position: relative;
	display: block;
    float: right;
    margin: 69px 0px 0 0;
}


.overText{
    position: absolute;
    top: 13px;
    color: #9b9b9b;
}
.outText{
    position: relative;
}
.subMenuArr{
	position: relative;
	margin: 4px auto 0;
	width: 5px;
	height: 4px;
	background:url("../images/arr-1.png") top left no-repeat;
}
.area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gallery-hanger{
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
}

/*-------------Gallery------------*/
#splashGallery{
	position: absolute;
	display: block;
	bottom: 0;	
	overflow: hidden;
	width: 100%;
	font: 30px "Helvetica-Light", Helvetica, Arial, sans-serif;
	font-weight:300;
	z-index:999;
}
#splashGallery>dt{
    margin-bottom: 1px;
    height: 50px;
    cursor: pointer;
}
#splashGallery>dd{
	overflow: hidden;
}

.title1{
	/*color:#828487;*/
}

.title3{
	/*background: url("../images/button-background-3.png")!important;*/
}

.titleBG{
	/*background: url("../images/button-background-2.png")!important;*/
}

.title1, .title3, .titleBG{

}

.work-selected-onclick .galleryTitle{
	color: #fefefe;
}

.galleryTitlePart:hover > .galleryTitle{
	color: #fefefe;
}

.work-select-option{
	background : transparent url(../images/work-select-option.png) repeat-y 50% 50% scroll;
}

.work-selected, .work-selected-onclick{
	background : transparent url(../images/work-selected.png) repeat-y 50% 50% scroll;
	-webkit-transition: background 0.6s ease;
	-msie-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
	-o-transition: background 0.6s ease;
	transition: background 0.6s ease;	
	color: #fefefe;
}

.galleryTitlePart{
	margin:0 auto;
	padding: 5px 35px;
	width:1000px;
}
.galleryTitle{
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-right: 11px;
	margin-left:30px;
	color:#b3b3b3;
}

.body-service #main-content ul{
	font: normal normal 300 0.9em/1.5 "Arial", sans-serif;
	margin-left: 17px;
	list-style-position: outside;
	list-style-type: disc;
	color: #ff8c8c;
}

/*.body-client #main-content ul{
	font: normal normal 300 0.9em/1.5 "Arial", sans-serif;
	color: #ffffff;
	width:1000px;
}

.body-client #main-content ul li{
	display:inline-block;
	margin-right: 3px;
	width:auto;
	float: left;
}*/

#splashGallery ul{
	position: relative;
	margin-top: 12px;
	white-space: nowrap;
}
#splashGallery ul>li{
    display: inline-block;
    margin-left: -3px;
}
#splashGallery ul>li>a{
    position: relative;
    display: inline-block;
}
.scrollbar{
	margin: 13px auto;
	width: 944px;
	height: 11px;
	background: #dcdcdc;
}
.thumb{
	position: relative;
	width: 314px;
	height: 11px;
	background: #1a1a1a;
	cursor: pointer;
}
.zoomOverImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/magnify.png") center no-repeat;
}
/*-----------Content-----------*/
section{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	overflow: hidden;
	margin: -235px -470px;
	width: 940px;
	height: 499px;
	background:#e4e4e4;
}
section> ul>li{
	position: absolute;
	padding: 60px 50px 0 51px;
	width: 840px;
	height: 440px;
}
.box{
	float: left;
	width: 260px;	
}
.box_1{
	float: left;
	width: 528px;
}
.box_2{
	float: left;
	width: 312px;
}
.box_3{
	margin-left: -2px;
	width: 690px;
}
.box_3 h3{
    padding-bottom: 18px;	
}
.box_3 p{
    padding-bottom: 19px;
}
h2{
	padding-bottom: 20px;
	color: #1d1c1c;
	letter-spacing: -2px;
	font: 40px "Times New Roman", sans-serif;
	line-height: 40px;
}
h3{
	padding-bottom: 10px;
	color: #1d1c1c;
	letter-spacing: -1px;
	font: 20px "Times New Roman", sans-serif;
	font-weight: 600;
}
h4{
	padding-bottom: 13px;
	color: #333333;
	font: 16px "Times New Roman", sans-serif;
	line-height: 24px;
	font-style:italic;
}
h5{
	padding-bottom: 13px;
	color: #333333;
	font: 14px "Times New Roman", sans-serif;
	line-height: 24px;
	font-style:italic;
}
h6 {
	padding-bottom: 12px;
	color: #787878;
	font: 12px "arial", sans-serif;
	line-height: 20px;	
}
p {
	padding-bottom: 20px;
	color: #787878;
	font: 12px "arial", sans-serif;
	line-height: 21px;	
}
p>a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-msie-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
p>a:hover{
	color: #787878;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-msie-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.floatL{
    float: left;
    margin: -60px 20px 0 -51px;
}
.scrollV{
	float: right;
	margin: 0;
	width: 11px;
	background: #dcdcdc;
}
.thumbV{
	width: 11px;
	background: #4c4c4c;
}
.viewV{
	float: left;
	overflow: hidden;
	width: 560px;
	height: 380px;
}
.overview{
	position: relative;
}
.more{
	padding: 7px 12px;
	height: 16px;
	background: url(../images/more-part.png);
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}
.paddingNone{
	padding: 0;
}
.marginNone{
	margin: 0 !important;
	background: none !important;
}
header span.titleName{
	position: absolute;
	display: block;
	padding: 5px 50px 5px 5px;
	background : transparent url(../images/titleName.png) repeat-x left bottom scroll;
	font: normal normal 100 1.5em/1.0 "Helvetica-Light", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
}
body.young-blue-bg header span.titleName{color: #26C8FF;}
body.mature-blue-bg header span.titleName{color: #26C8FF;}
body.velvet-bg header span.titleName{color: #FF8C8C;}
body.green-bg header span.titleName{color: #FFFF00;}

/*---------About Page--------*/
#about ul>li>div{
	float: left;
	margin: 2px 11px 0 -1px;
	padding: 18px 0 0 0;
	width: 37px;
	height: 60px;
	background: url(../images/page-1-img-2.png) 0 0 no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
}
#about ul{
	margin-top: -2px;
}
#about ul>li{
	display: inline-block;
	margin-right: 54px;
	width: 241px;
}
/*---------Works Page--------*/
#works ul>li>div{
	float: left;
	margin: 2px 11px 0 -1px;
	padding: 18px 0 0 0;
	width: 37px;
	height: 60px;
	background: url(../images/page-1-img-2.png) 0 0 no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
}
#works ul{
	margin-top: -2px;
}
#works ul>li{
	display: inline-block;
	margin-right: 54px;
	width: 241px;
}
/*---------Services Page--------*/
#services >.viewport{
	margin: 2px 0 0 -2px;
	width: 831px;
	height: 290px;
}
#services ul{
    margin: 1px 0 0 0px;
}
#services ul>li{
    display: inline-block;
    margin: 0 40px 29px 0;
    width: 387px;
    height: 141px;
}
#services ul>li>img{
    float: left;
    padding: 0 20px 0px 0;
}
#services h4{
	display: inline-block;
	margin-top: -6px;
}
#services p{
	padding-bottom: 17px;
}
#main-content .slide{
	margin-top: 180px;
}
#main-content #wrap{
	width: 100%;
	background-color: white;
}
#main-content .jcarousel-container{
	width:820px;
	margin: 0px auto;
}
#service .slide-top, #service .slide-bottom{
	position: relative;
	display: block;
	width: 970px;
	height: 7px;
	list-style: none;
	list-style-position: outside;
	margin: 0px auto;
}
#service .slide-top{
	height: 17px;
}
#service .slide-bottom{
	top: 3px;
	background : transparent url(../images/work-selected.png) repeat-y 50% 50% scroll;
}
#service .slide-bottom li:hover{
	background-color: #b300b1;
	-webkit-transition: all 0.6s ease;
	-msie-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}
#service .slide-bottom li{
	height: 7px;
}
#service .slide-bottom li a{
	top: 10px;
}
#service .slide-bottom li.last{
	left: 1px;
}
#service .slide-top li, #service .slide-bottom li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 1.12em;
	color: white;
}
#service .slide-top li#selected span, 
#service .slide-bottom li#selected span{
	color:#26c8ff;
}
#service .slide-top li a:hover, #service .slide-bottom li a:hover{
	color:#26c8ff;
}
#service .slide-top li span, #service .slide-bottom li span,
#service .slide-top li a, #service .slide-bottom li a{
	position: relative;
	display: inline;
	font:inherit;
	color: inherit;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#service .slide-top li:before{
	content: "|";
}
#service .slide-top li.first:before{
	content: "";
}
#service .slide-top li a, #service .slide-top li span{
	padding: 0 20px;
}
#service .slide-bottom li a, #service .slide-bottom li span{
	padding: 0 50px;
}
#main-content #service ul.organic li a, #main-content #service ul.organic li span{
	padding: 0 15px 0 15.5px;
}
#main-content #service ul.pop li a, #main-content #service ul.pop li span{
	padding: 0 86px 0 87.2px;
}
html[data-useragent*='MSIE 10.0'] #service .slide-bottom li a,
html[data-useragent*='MSIE 10.0'] #service .slide-bottom li span{
	padding: 0 49px 0 49.6px;
}
html[data-useragent*='MSIE 10.0'] #main-content #service ul.organic li a,
html[data-useragent*='MSIE 10.0'] #main-content #service ul.organic li span{
	padding: 0 15px 0 14.5px;
}
html[data-useragent*='MSIE 10.0'] #main-content #service ul.pop li a, 
html[data-useragent*='MSIE 10.0'] #main-content #service ul.pop li span{
	padding: 0 86px 0 86px;
}
/*---------Services Page--------*/
#career >.viewport{
	margin: 2px 0 0 -2px;
	width: 831px;
	height: 290px;
}
#career ul{
    margin: 1px 0 0 0px;
}
#career ul>li{
    display: inline-block;
    margin: 0 40px 29px 0;
    width: 387px;
    height: 141px;
}
#career ul>li>img{
    float: left;
    padding: 0 20px 0px 0;
}
#career h4{
	display: inline-block;
	margin-top: -6px;
}
#career p{
	padding-bottom: 17px;
}

/*--------Contacts Page--------*/
#contacts h4{
	margin-top: -3px;
}
.google_map{
	float: left;
	margin: -60px 21px 0 -51px;
	width: 350px;
	height: 499px;
	border: 0;
	border-radius:0px;
	background: #d4d4d4;
}
.col{
	float: left;
	display: inline-block;
	width: 76px;
}
#form1 {
    margin: 2px 0 0 0px;
    width: 100%;
}
#form1 > .success{
	color: #838383;
	font: 11px "Times New Roman",sans-serif;
	line-height: 18px;
}
#form1 label >span{
	display: inline-block;
	padding-bottom: 7px;
}
#form1 input {
	padding: 9px 10px 9px 10px;
	width: 240px;
	height: 13px;
	outline: none;
	border: 0;
	background: #fff;
	box-shadow: none;
	color: #6a6a6a;
	text-transform: uppercase;
	font: 11px "Times New Roman", sans-serif;
	line-height: 1.2307em;
}
#form1 textarea {
	overflow:auto;
	padding: 10px 10px 10px 10px;
	width: 240px;
	height: 172px;
	outline:none;
	border: 0;
	background: #fff;
	color: #6A6A6A;
	text-transform: uppercase;
	font: 11px "Times New Roman", sans-serif;
	line-height:1.2307em;
	resize: none;
}
#form1 label {
	position: relative;
	float: left;
	display: block;
	margin: 0 0px 10px 0;
	width: 260px;
}
#form1 .error, #form1 .empty {
	display:none;
	margin: 0 0 -7px 0;
	color: #838383;
	font: 11px "Times New Roman", sans-serif;
}
.btns {
    float: right;
    margin: -6px 0;
}
.btns>a{
	margin-left: -1px;
}
/*----------Footer---------*/

footer{
	position: absolute;
	display: block;
	width: 100%;
	height: 87px;
	z-index: 10;
	bottom: 0px;
}

body.young-blue-bg footer{background:url("../images/line-young-blue.gif") top left repeat-x; }
body.mature-blue-bg footer{background:url("../images/line-mature-blue.gif") top left repeat-x; }
body.velvet-bg footer{background:url("../images/line-velvet.gif") top left repeat-x; }
body.green-bg footer{background:url("../images/line-green.gif") top left repeat-x; }

footer a{
	color: #b2b1b1;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer a:hover{
	color: #1d1c1c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
footer>div{
	margin: 0 auto;
	width: 1000px;
	height: 87px;
	text-align: center;
}

footer>div>span{
    float: left;
    display: inline-block;
    margin: 32px 0 0 30px;
}
footer>div>div{
    display: inline-block;
    margin: 21px 0 0 -10px;
    width: 120px;
}
footer>div>div>a{
    position: relative;
    float: left;
    padding: 12px 0;
   	width: 58px;
    height: 15px;
    line-height: 16px;
}
footer>div>ul{
	float: right;
	display: inline-block;
	margin: 27px 30px 0 0;
}
footer>div>ul>li{
	float: left;
	margin-left: 3px;
	width: 29px;
	height: 29px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";/* IE 8 */
	filter: alpha(opacity=20);/* IE 5-7 */
	-moz-opacity: 0.2;/* Netscape */
	-khtml-opacity: 0.2;/* Safari 1.x */
	opacity: 0.2;/* Good browsers */
}
footer>div>ul>li>a{
	display: block;
}
footer>div>ul>li>a>img{
	position: relative;
}
.buttonTxt{
	margin-left: -3px;
	color: #fff;
}
footer>div>div>a:first-child .buttonTxt{
	margin-left: 7px;
} 

#footer-social ul{position: relative; display: inline-block; list-style: none; list-style-position: outside; background : transparent url(../images/footer-social.png) no-repeat 0px 0px scroll; width: 108px; height: 30px; margin: 0px auto;}
#footer-social ul li{position: relative; display: inline-block; float:left; }
#footer-social ul li a{position: relative; display: inline-block; padding: 7px 14.5px; }

body.young-blue-bg #footer-social ul li a:hover{color: #26C8FF;}
body.mature-blue-bg #footer-social ul li a:hover{color: #26C8FF;}
body.velvet-bg #footer-social ul li a:hover{color: #FF8C8C;}
body.green-bg #footer-social ul li a:hover{color: #FFFF00;}
body.young-blue-bg #footer-social ul li a{color: #0861a5;}
body.mature-blue-bg #footer-social ul li a{color: #193c8f;}
body.velvet-bg #footer-social ul li a{color: #7e325a;}
body.green-bg #footer-social ul li a{color: #69843a;}