/*
Theme Name: Nue
Description: Custom Wordpress Theme
Author: Project VI Consulting
Author URI:  www.projectvi.com
Version: 1.0
*/
* {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
img {
	border:none;
	vertical-align:middle;
}
body {
	color:#FFFFFF;
	font-family: Stencil;
	font-size: 12px;
	background: #0d0e12;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
.page_spinner {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	height:100%;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #000;
}
/* ============================= main layout ====================== */
a {
	outline:none;
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#feb340;
}
.link1{
	color: #feb340;
	text-decoration: none;
}
.link1:hover{
	color: #fff;
}
h1 {
	display:inline-block;
	padding:0;
	margin-top: 120px;
}
h2 {
	padding-bottom: 19px;
	color:#fff;
	text-transform:uppercase;
	font-family: Stencil;
	font-size: 25px;
}
#page_splash img{
	margin-bottom: 1px;
	margin-right: 1px;
}
#page_about img{
	margin-right: 20px;
}
#page_clients img{
	margin-bottom: 20px;
}

#splash p{
	color:#6d7280;
	text-transform:uppercase;
	width: 805px;
	margin-top: 34px;
	margin-left: 35px;
	float: left;
	font-family: Stencil;
	font-size: 16px;
	line-height: 24px;
}
p { 
	padding-bottom:18px;
}
#page_clients p{
	margin-bottom: 10px;
}
.color1{
	color:#fff;
}
.color2{
	color:#feb340;
}
.bold{
	font-weight: bold;
}
.fsize13{
	font-size: 13px;
	margin-top: -3px;
}
.font_treb{
	font-family: "Trebuchet MS"
}
/* ============================= header ====================== */

.header {
    float: left;
    text-transform: uppercase;
	margin-top:120px;
}
.logo {
	
}
#menu{
	position: relative;
}
#menu li {
	display: block;
	position:relative;
	margin-bottom: 1px;
}
#menu li a{
	position:relative;
	z-index:1;
	display:block;
	width:118px;
	height: 136px;
	background:#222429;
	color:#383c3f;
	text-align:center;
	text-decoration:none;
	font-family: Stencil;
	font-size: 15px;
	line-height: 36px;
	cursor:pointer;
}
#menu  li  a.link2{
	background:#1c1d22;
}
#menu  li  a.link3{
	background:#18191e;
}
#menu li a.link4{
	background:#131519;
}
#menu li a img{
	display: block;
	padding:20px 0 0 43px;
	visibility:hidden;
}
#menu li  a span{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:#fa9c0d;
}
/* ============================= splash ====================== */
/*#splash{
	width: 761px;
	height: 136px;
	position:absolute;
	z-index:10;
	width:100%;
	background: #131519;
	top: 120px;
}*/
/* ============================= content ====================== */

#actualcontent{
	float:left;
	padding-top:120px;
	width:820px;
}
#actualcontent > ul > li {
	position:absolute;
	width:100%;
	background:#222429;
}
#actualcontent > ul > li > div{
	padding:41px 10px 20px 61px;
}
#page_splash> div{
	padding:0 !important;
}
#page_privacy> div, #page_more> div{
	padding:41px 60px 20px 61px !important;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more{
	display:inline-block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	padding: 17px 21px;
	font:15px/15px 'Bitter', sans-serif;
	background: #222429;
}
#splash .more{
	margin-top: 40px;
}
.more:hover{
	color:#000;
	background: #fff;
}
.google_map{
	width:700px;
	height:400px;
	background:#fff;
}
.page1 img {
	width:271px;
}
/* ============================= lists ====================== */
.listWithMarker{
	margin-top: 1px;
	margin-bottom: 17px;
}
.listWithMarker li {
	display:block;
	padding-bottom:4px;
}
.listWithMarker li a {
	display:inline-block;
	padding-left:23px;
	background:url(../images/list_marker.png) 0 5px no-repeat;
	text-decoration:underline;
	color: #feb340;
}
.listWithMarker li a:hover {
	color:#fff;
}
.myslider {
	}
.myslider ul li {
	position:absolute;
}
.page2 {
	padding:41px 60px 20px 61px;
}
/*-----------*/
/* ============================= footer ====================== */
.footer {
	position:relative;
	display: block;
	z-index:10;
	padding:0;
	color:#6d7280;
	text-transform: uppercase;
	font-size: 13px;
	left: -2px;
}
.footer a{
	color:#6d7280;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
}
.footer p {
	padding-top:12px;
	padding-right: 50px;
	padding-bottom:0;
}
/*----*/
.follow-icon {
	position:relative;
	left:16px;
	float:right;
	margin-top:7px;
	left: 122px;
}
.follow-icon li {
	position: relative;
	float:left;
	margin-left:7px;
}

.follow-icon .img_act {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.left-footer {
	float:left;
	width:700px;
}
.right-footer {
	float:right;
	width:260px;
}
.page {
	background:#222429;
	display:none;
	line-height:24px;
}
.page1 {
	display:block;
}
.page2, .page3, .page4, .page5 {
	padding:41px 10px 20px 61px;
	min-height:487px;
}
#page_clients .grid_4 {
	width:220px;
}
.inner-wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}
.cafe-img img {
	width:100%;
}
#page_works .grid_8 {
	width:460px;
}
#page_works .grid_4_2 {
    width: 240px;
}
.slider {
    display: inline-block;
    float: left;
    height: 400px;
    margin-top: 7px;
    overflow: hidden;
    position: relative;
    width: 460px;
    z-index: 2;
}
.slider .pic {
    display: inline-block;
    position: absolute;
}
.banner {
    background: url("images/description_bg.png") repeat scroll left top transparent;
    color: #FFFFFF;
    height: 38px;
    overflow: hidden;
    padding: 17px 0 0 20px;
    position: absolute;
    width: 460px;
    z-index: 15;
}
.banner span {
    display: inline-block;
}

.slider {
	margin-top: 7px;
	position:relative;
	width:460px;
	height:400px;
	overflow:hidden;
	z-index:2;
	display:inline-block;
	float:left;
}
.items {
	display:none;
}
.slider .pic {
	display:inline-block;
	position:absolute;
}
._thumbList {
	width:100%;
	display:inline-block;
}
._thumbList > li {
	display:inline-block;
	width:100px;
	height:100px;
	position:relative;
	margin-right:20px;
	margin-bottom:19px;
	float: left;
}
._thumbList > li >a {
	display:inline-block;
}
._thumbList > li >a img {
	display:inline-block;
	position:absolute;
}
.zoomSp1 {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:90px;
	height:90px;
	z-index:1;
	border:5px solid #fff;
	background:none;
}

.address {
	padding-bottom:35px;
}
.address > span{
	display:inline-block;
	width:190px;
}
#form1{
	margin-top: 5px;
}
#form1 input {
	margin:0;
	padding:10px;
	width:440px;
	background-color:#131519;
	box-shadow:none;
}
#form1 textarea {
	overflow:auto;
	margin:0;
	padding:10px;
	width:440px;
	height:201px;
	background-color:#131519;
	line-height:18px;
	resize:none;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#form1 .error, #form1 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	color:#fff;
	text-transform:none;
	font-size:10px;
	line-height:18px;
}
#form1 .success {
	position:absolute;
	z-index: 1;
	width: 460px;
	height: 356px;
	border: 1px solid #333;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 45%;
	color:#fec940;
	text-align: center;
}
.btns{
	margin-top: 18px;
}
.btns a{
	margin:0 0 0 23px;
}
/* Form defaults */
input, select, textarea {
	color:#797c87;
	font:14px/14px Arial, sans-serif;
}
/* start scroll */
.scroll_btn_up, .scroll_btn_down{
	position: absolute;
	display:inline-block;
	width:34px;
	height:40px;
	overflow: hidden;
	top:373px;
	border-radius: 40%;
}
.scroll_btn_down{
	background:url(images/scroll_btn_up.png) no-repeat;
	right:59px;
}
.scroll_btn_up{
	background:url(images/scroll_btn_down.png) no-repeat;
	right:19px;
}
.scroll {
	height:350px;
	margin-top: 7px;
}