/* ////////////////////////////////////////////////////////////////// */

/* MAIN STYLES */

/* ////////////////////////////////////////////////////////////////// */

@font-face {
	font-family: 'Rockwell';
    src: url(../fonts/Rockwell.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Rockwell_Bold';
    src: url(../fonts/RockwellBold.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Rockwell_Italic';
    src: url(../fonts/RockwellItalic.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Rockwell_Bold_Italic';
    src: url(../fonts/RockwellBoldItalic.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'HouseGothic';
    src: url(../fonts/HouseGothic_LightAltCaps.ttf);
    font-weight: normal;
    font-style: normal;
}

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Orienta', sans-serif;
	font-size: 10pt;
}

#wrapper{
	min-height: 100%;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #848383;
}

::-webkit-scrollbar-thumb {
	background: #ebebeb;
}
a{
	text-decoration:none;
}

h1{
	font-family: 'HouseGothic';
	font-size: 67px;
}

h1.title{
	width: 940px;
	text-align: center;
	position: absolute;
}

h1.light{
	color: #959595;
}

h1.dark{
	color: #424242;
}

h2{
	font-family: 'Rockwell_Bold';
	line-height: 125%;
	font-size: 22pt;
	margin-top: 15px;
}

h2.custom1{
	line-height: 150%;
	font-size: 34pt;
}	

h2.light{
	color: #848383;
	padding:40px 0 20px;
}

h3{
	font-family: 'Rockwell';
	line-height:  150%;
	font-size: 15pt;
	padding-bottom: 25px;
}

h3.nopad{
	padding-bottom: 0;
}

.blurb h3{
	font-size: 16pt;
	letter-spacing: .05em;
	line-height: 125%;
	padding-bottom: 0px;
	font-family: 'Rockwell_Bold';
}

h4{
	font-family: 'Rockwell';
	font-size: 14pt;
	padding-bottom: 5px;
}

p{
	font-size: 10pt;
	color: #000;
	line-height: 125%;
}

.text-left{
	text-align: left;
	padding-left: 30px;
}

.text-center{
	text-align: center;
}

p.pad-20{
	padding-bottom: 50px;
}

.nowrap{
	margin-top: 80px;
	white-space: nowrap;
}

#contact .text-left{
	padding-left: 0;
}

.left{ float: left;}
.right{ float: right;}

.white{ color: #fff;}
.gray{ color: #848383;}
.lt-gray{ color: #ebebeb;}
.dk-gray{ color: #424242;}
.brown{ color: #785b63;}
.purple{ color: #956672;}
.orange{ color: #f14a33;}

.r_bolditalic{
	font-family: 'Rockwell_Bold_Italic';
}

.r_italic{
	font-family: 'Rockwell_Italic';
}

#home{
	width: 100%;
	height: 812px;
	background: url(../images/bg-home.jpg) #dcdcdc no-repeat center top;
	border-top: 5px solid #1f1f1f;
}
#home-content{
	width: 840px;
	padding: 160px 40px 0 40px;
	margin: 0 auto;
}
#rocket{
	display: block;
	float: left;
	width: 462px;
	height: 363px;
	background: url(../images/img-rocket-462x363.png) no-repeat;
}
#home-blurb{
	text-align: right;
	font-family: 'HouseGothic';
	margin-top: 130px;
	white-space: nowrap;
	font-size: 68px;
}
#home-sub{
	text-align: right;
	font-family: 'Rockwell';
	font-size: 28px;
	color: #f14a33;
}
#nav{
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 20;
	background: #1f1f1f;
}
.nav-center{
	width: 900px;
	margin: 0 auto;
}
.mainNav{
	float:right;
}

.mainNav li{
	float:left;
	font-family: 'Rockwell';
	font-size:12px;
	letter-spacing:.5px;
	text-transform:uppercase;
	text-align:center;
	line-height:25px;
	width:60px;
	height:20px;
	padding: 12px 65px;
}

.mainNav li a{
	color:#ffffff;
	display:block;
}

.mainNav li a:hover{
	color:#aaa;
}

.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
}
.sticky {
}
.sticky-pad{
	margin-top: 50px;
}

#logo {
	position: relative;
	float: right;
	display: block;
	width: 120px;
	height: 50px;
	margin: 0 auto;
}

#logo img{
	position:absolute;
	left:0;
	top: 0;
	-webkit-transition:opacity 1s ease-in-out;
	   -moz-transition:opacity 1s ease-in-out;
	    -ms-transition:opacity 1s ease-in-out;
		 -o-transition:opacity 1s ease-in-out;
			transition:opacity 1s ease-in-out;
}

#logo img.logo-top {
	left: 0;
	top: 0;
}

#logo img.logo-top:hover{
	opacity:0;
}

#banner{
	width: 940px;
	margin: 0 auto;
	padding-top: 70px;
}

#bars-dark{
	background: url(../images/banner-stripe-dark-1x9.gif) repeat-x;
	width: 360px;
	height: 9px;
	margin-top: 26px;
}

#bars-light{
	background: url(../images/banner-stripe-light-1x9.gif) repeat-x;
	width: 360px;
	height: 9px;
	margin-top: 26px;
}

/* //////////////////////////////////  ABOUT SECTION  //////////////////////////////// */

#about{
	position: relative;
	width: 100%;
	height: 850px;
	background: url(../images/bg-about.jpg) #424242 no-repeat center top;
	border-top: 5px solid #1f1f1f;
}

#about_us{
	width: 940px;
	margin: 0 auto;
}

#about_us1{
	float: left;
	position: relative;
	width: 360px;
	top: 20px;
	padding-right: 100px;
}

#about_us2{
	float: right;
	position: relative;
	width: 465px;
	top: 20px;
}

.pic{
	float: right;
	position: relative;
	display: block;
	width: 220px;
	height: 300px;
	padding-top: 180px;
}

#anton{
	margin-right: 20px;
	background: url(../images/img-anton-220x169.jpg) no-repeat;
}

#paul{
	background: url(../images/img-paul-220x169.jpg) no-repeat;
}

#about .contact{
	float: left;
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 40px 15px 0;
	padding: 0;
}

.about-email{ background: url(../images/img-about-links-hover.png) 0 0 no-repeat;}
.about-email-bg{ background: url(../images/img-about-links.png) 0 0 no-repeat;}

.about-twitter{ background: url(../images/img-about-links-hover.png) -32px 0 no-repeat;}
.about-twitter-bg{ background: url(../images/img-about-links.png) -32px 0 no-repeat;}

.about-linkedin{ background: url(../images/img-about-links-hover.png) -64px 0 no-repeat;}
.about-linkedin-bg{ background: url(../images/img-about-links.png) -64px 0 no-repeat;}

.about-gplus{ background: url(../images/img-about-links-hover.png) 0 -32px no-repeat;}
.about-gplus-bg{ background: url(../images/img-about-links.png) 0 -32px no-repeat;}

.about-flickr{ background: url(../images/img-about-links-hover.png) -32px -32px no-repeat;}
.about-flickr-bg{ background: url(../images/img-about-links.png) -32px -32px no-repeat;}

.about-facebook{ background: url(../images/img-about-links-hover.png) -64px -32px no-repeat;}
.about-facebook-bg{ background: url(../images/img-about-links.png) -64px -32px no-repeat;}

.about-search{ background: url(../images/img-about-links-hover.png) -96px -32px no-repeat;}
.about-search-bg{ background: url(../images/img-about-links.png) -96px -32px no-repeat;}

.about-email a, .about-twitter a, .about-linkedin a, .about-gplus a, .about-flickr a, .about-facebook a, .about-search a{
	display: block;
	width: 32px;
	height: 32px;
}

.about-email-bg, .about-twitter-bg, .about-linkedin-bg, .about-gplus-bg, .about-flickr-bg, .about-facebook-bg, .about-search-bg{
	width: 32px;
	height: 32px;
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-ms-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
}

.about-email-bg:hover, .about-twitter-bg:hover, .about-linkedin-bg:hover, .about-gplus-bg:hover, .about-flickr-bg:hover, .about-facebook-bg:hover, .about-search-bg:hover{
	opacity: 0;
}

#about_us3{
	width: 500px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
}

#about-offer a, #about-offer a:visited, #about-offer a:active{
	float: left;
	position: relative;
	width: 200px;
	color: #848383;
}

#about-done a, #about-done a:visited, #about-done a:active{
	float: right;
	position: relative;
	width: 245px;
	color: #848383;
}

#about-offer a:hover, #about-done a:hover{
	color: #f14a33;
	border-bottom: 6px solid #fff;
}

/* //////////////////////////////////  SERVICES SECTION  //////////////////////////////// */

#services{
	position: relative;
	width: 100%;
	height: 850px;
	background: url(../images/bg-home.jpg) #dcdcdc no-repeat center top;
	border-top: 5px solid #1f1f1f;
}

#services-box{
	width: 940px;
	margin: 0 auto;
}

#services-diagram{
	float: left;
	position: relative;
	display: block;
	height: 506px;
	width: 350px;
	top: 50px;
	left: 20px;
	background: url(../images/services-diagram.png) no-repeat;
}

#services-provide{
	float: right;
	position: relative;
	width: 360px;
	top: 35px;
	right: 20px;
	font-size: 40pt;
	text-align: center;
}

.skillz{
	font-size: 12pt;
	color: #785b63;
	width: 75px;
	display: inline-block;
	text-align: center;
	padding-top: 50px;
}

.web{ background: url(../images/img-services-web-63x48.png) no-repeat center top;}
.identity{ background: url(../images/img-services-identity-36x48.png) no-repeat center top;}
.print{ background: url(../images/img-services-print-37x48.png) no-repeat center top;}
.seo{ background: url(../images/img-services-seo-36x48.png) no-repeat center top;}
.illu{ background: url(../images/img-services-illu-36x48.png) no-repeat center top;}

.services-desc{
	text-align: left;
	margin-top: 50px;
	padding: 0 10px 0 20px;
}

/* //////////////////////////////////  WORK SECTION  //////////////////////////////// */

#work{
	position: relative;
	width: 100%;
	height: 950px;
	background: url(../images/bg-about.jpg) #424242 no-repeat center top;
	border-top: 5px solid #1f1f1f;
}

#work-box{
	display: block;
	width: 100%;
	height: 574px;
	margin-top: 20px;
	padding: 20px 0;
	background: url(../images/bg-work-1x574.gif) repeat-x;
}

#work-box a, #work-box a:visited{
	color: #848383;
}

#work-box a:hover, #work-box a:active{
	color: #ebebeb;
}

#work-thumb{
	width: 940px;
	height:500px;
	margin: 0 auto;
}

.featured, .thumb-pp, .thumb-dc, .thumb-tbrda, .thumb-bonner, .thumb-sianov, .thumb-no12, .thumb-mb{
	width: 220px;
	height: 240px;
	float: left;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

.end{
	margin-right: 0;
}

.work-collecto, .work-pp, .work-dc, .work-tbrda, .work-bonner, .work-simanov, .work-no12, .work-mb{
	width: 940px;
	height: 500px;
	margin: 0 auto;
	display: none;
}

.w-left{
	width: 220px;
	height: 500px;
	float: left;
}

.hr-gray{
	color: #848383;
	margin: 20px 0;
	background: #848383;
	border: none;
	height: 1px;
}

.w-right{
	width: 700px;
	height: 500px;
}

.thumb-collecto{ background: url(../images/thumbs/collecto.jpg);}
.work-collecto .w1{ float: right; background: url(../images/work/img-work-collecto-1.jpg);}
.work-collecto .w2{ float: right; background: url(../images/work/img-work-collecto-2.jpg);}
.work-collecto .w3{ float: right; background: url(../images/work/img-work-collecto-3.jpg);}
.work-collecto .w4{ float: right; background: url(../images/work/img-work-collecto-4.jpg);}
.work-collecto .w5{ float: right; background: url(../images/work/img-work-collecto-5.jpg);}

.thumb-pp{ background: url(../images/thumbs/pixelnautpress.jpg);}
.work-pp .w1{ float: right; background: url(../images/work/img-work-pp-1.jpg);}
.work-pp .w2{ float: right; background: url(../images/work/img-work-pp-2.jpg);}
.work-pp .w3{ float: right; background: url(../images/work/img-work-pp-3.jpg);}

.thumb-dc{ background: url(../images/thumbs/dc.jpg);}
.work-dc .w1{ float: right; background: url(../images/work/img-work-dc-1.jpg);}
.work-dc .w2{ float: right; background: url(../images/work/img-work-dc-2.jpg);}
.work-dc .w3{ float: right; background: url(../images/work/img-work-dc-3.jpg);}

.thumb-tbrda{ background: url(../images/thumbs/tbrda.jpg);}
.work-tbrda .w1{ float: right; background: url(../images/work/img-work-tbrda-1.jpg);}
.work-tbrda .w2{ float: right; background: url(../images/work/img-work-tbrda-2.jpg);}
.work-tbrda .w3{ float: right; background: url(../images/work/img-work-tbrda-3.jpg);}

.thumb-bonner{ background: url(../images/thumbs/bonner.jpg);}
.work-bonner .w1{ float: right; background: url(../images/work/img-work-bonner-1.jpg);}
.work-bonner .w2{ float: right; background: url(../images/work/img-work-bonner-2.jpg);}
.work-bonner .w3{ float: right; background: url(../images/work/img-work-bonner-3.jpg);}

.thumb-simanov{ background: url(../images/thumbs/simanov.jpg);}
.work-simanov .w1{ float: right; background: url(../images/work/img-work-simanov-1.jpg);}
.work-simanov .w2{ float: right; background: url(../images/work/img-work-simanov-2.jpg);}
.work-simanov .w3{ float: right; background: url(../images/work/img-work-simanov-3.jpg);}
.work-simanov .w4{ float: right; background: url(../images/work/img-work-simanov-4.jpg);}
.work-simanov .w5{ float: right; background: url(../images/work/img-work-simanov-5.jpg);}
.work-simanov .w6{ float: right; background: url(../images/work/img-work-simanov-6.jpg);}

.thumb-no12{ background: url(../images/thumbs/no12.jpg);}
.work-no12 .w1{ float: right; background: url(../images/work/img-work-no12-1.jpg);}
.work-no12 .w2{ float: right; background: url(../images/work/img-work-no12-2.jpg);}
.work-no12 .w3{ float: right; background: url(../images/work/img-work-no12-3.jpg);}
.work-no12 .w4{ float: right; background: url(../images/work/img-work-no12-4.jpg);}

.thumb-mb{ background: url(../images/thumbs/mb.jpg);}
.work-mb .w1{ float: right; background: url(../images/work/img-work-mb-1.jpg);}

.w2, .w3, .four, .five, .six{
	display: none;
}

.work-shade{
	display: block;
	width: 220px;
	height: 240px;
	background: rgba(0,0,0,0.5);
	transition:opacity 0.25s;
	-moz-transition:opacity 0.25s; /* Firefox 4 */
	-webkit-transition:opacity 0.25s; /* Safari and Chrome */
	-o-transition:opacity 0.25s; /* Opera */
	z-index: 2;
}

.work-shade:hover{
	opacity:0;
}

.work-nav{
	width: 940px;
	margin: 0 auto;
	height: 10px;
	clear: both;
	padding-top: 25px;
	font-family: 'Rockwell';
}

.work-back, .wbig, .work-l, .work-r{
	display: inline-block;
	float: left;
	cursor: pointer;
	padding: 3px;
	font-size: 14pt;
	margin-left: 25px;
}

.work-back{ margin-left: 0;}

.work-l{
	margin-left: 188px;
	width: 14px;
	height: 24px;
	background: url(../images/img-work-prev.gif) no-repeat;
}

.work-l:hover{
	background: url(../images/img-work-prev-hover.gif) no-repeat;
}

.work-r{
	float: right;
	width: 14px;
	height: 24px;
	background: url(../images/img-work-next.gif) no-repeat;
}

.work-r:hover{
	background: url(../images/img-work-next-hover.gif) no-repeat;
}

.work-back:hover{
	padding: 3px;
	color: #fff;
}

/* //////////////////////////////////  CONTACT SECTION  //////////////////////////////// */

#contact{
	position: relative;
	width: 100%;
	height: 800px;
	background: url(../images/bg-home.jpg) #dcdcdc no-repeat center top;
	border-top: 5px solid #1f1f1f;
	border-bottom: 242px solid #1f1f1f;
}

#contact-box{
	width: 940px;
	margin: 0 auto;
}

#social-box{
	float: left;
	position: relative;
	top: 50px;
	width: 230px;
}

.social{
	float: left;
	position: relative;
	height: 60px;
	width: 60px;
	display: block;
}

.fb a{
	top: 50px;
	left: 0px;
	background: url(../images/img-social-fb.gif);
}

.fb a:hover{
	top: 50px;
	left: 0px;
	background: url(../images/img-social-fb-hover.gif);
}

.tw a{
	top: 50px;
	left: 20px;
	background: url(../images/img-social-tw.gif);
}

.tw a:hover{
	top: 50px;
	left: 20px;
	background: url(../images/img-social-tw-hover.gif);
}

.in a{
	top: 130px;
	left: -120px;
	background: url(../images/img-social-in.gif);
}

.in a:hover{
	top: 130px;
	left: -120px;
	background: url(../images/img-social-in-hover.gif);
}

.fl a{
	top: 70px;
	left: 80px;
	background: url(../images/img-social-fl.gif);
}

.fl a:hover{
	top: 70px;
	left: 80px;
	background: url(../images/img-social-fl-hover.gif);
}

#contact-vbar{
	float: left;
	position: relative;
	top: 80px;
	left: 110px;
	width: 1px;
	height: 450px;
	border-left: 1px dashed #999;
}

#email-box{
	float: right;
	position: relative;
	top: 50px;
	width: 548px;
}

#Name{
	width: 216px;
}

#Email{
	width: 296px;
	margin-left: 20px;
}

#email-box #Name, #Email{
	float: left;
	font-family: 'Orienta', sans-serif;
	font-size: 10pt;
	padding: 4px 2px;
	margin-top: 10px;
	border: solid 2px #959595;
}

#email-box #Message{
	float: left;
	font-family: 'Orienta', sans-serif;
	font-size: 10pt;
	padding: 4px 2px;
	width: 540px;
	height: 220px;
	margin-top: 20px;
	border: solid 2px #959595;
}

:-webkit-input-placeholder {
font-style: italic;
color: #CCC;

}
:-moz-placeholder {
font-style: italic;
color: #CCC;

}
:-ms-input-placeholder {
font-style: italic;
color: #CCC;

} 

#email-box button{
	float: left;
	font-size: 9pt;
	color: #fff;
	letter-spacing: 3px;
	padding: 4px 10px;
	margin: 10px 0 0 2px;
	background: #424242;
	border: none;
}		

/* //////////////////////////////////  FOOTER & LINKING SECTION  //////////////////////////////// */

#footer{
	width:940px;
	height:322px;
	margin: -10px auto 0 auto;
	background: url(../images/bg-footer.jpg) no-repeat;
	border:10px solid #785b63;
	border-bottom: none;
}

#zposition_footer{
}

#tour-0{
	position: relative;
	height: 50px;
	width: 100px;
	top: 563px;
	margin: 0 auto;
	background: #785b63;
}

#tour{
	position: relative;
	height: 50px;
	width: 110px;
	background: url(../images/link-take-a-look-100x50.jpg) no-repeat;
	transition:bottom 0.5s;
	-moz-transition:bottom 0.5s; /* Firefox 4 */
	-webkit-transition:bottom 0.5s; /* Safari and Chrome */
	-o-transition:bottom 0.5s; /* Opera */
}
	
#tour:hover{
	bottom: 10px;
}

#tour a{
	display: block;
	width: 100px;
	height: 50px;
}

.top-1{
	position: absolute;
	bottom: 0;
	height: 26px;
	width: 100%;
}
.top-0{
	width: 100px;
	height: 26px;
	margin: 0 auto;
	background: #1f1f1f;
}

.top{
	position: relative;
	width: 100px;
	height: 36px;
	background: url(../images/link-top-100x26.gif) no-repeat;
	transition:bottom 0.5s;
	-moz-transition:bottom 0.5s; /* Firefox 4 */
	-webkit-transition:bottom 0.5s; /* Safari and Chrome */
	-o-transition:bottom 0.5s; /* Opera */
}
	
.top:hover{
	bottom: 10px;
}

.top a{
	width: 100px;
	height: 36px;
	display: block;
	text-indent: -5000px;
}

#page-wrap{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #f00;
}




