@import url("galery.css");

html, body, header, menu, nav, footer
{
	margin: 0;
	padding: 0;
	border: 0;	
}

html *{ 
	font-weight:normal; 
	-webkit-font-smoothing:antialiased; 
	font-smoothing:antialiased;
	/*-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; */
	outline: none; 
    filter: none;
}

body
{
	background-color: #111111;
}

header
{
	position: absolute;
	top: 0;
	width: 66px;
	height: 98px;
	left:132px;	
	/*margin-bottom: 112px;*/
}

section
{	
	position:absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
    min-height: 670px;
}


hr
{
	position:relative;
	width: 277px;
	height: 1px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/linha.png) center center no-repeat;
	border: 0;
}

#leftBar menu
{	
	position:absolute;
	margin-left:auto;
	width: 333px;
	/*height: 76px;*/
	
	/*margin-top: 78px;
	margin-bottom: 78px;*/
}
	#leftBar menu ul
	{
		list-style-type: none;
		margin:0;
		padding:91px 0 91px 0;		 
	}
		#leftBar menu li
		{
			text-align: center;
			//font-family:VerlagBook;
            /*letter-spacing: 2px;
    		word-spacing: 1px;*/
            font-family: VerlagCondensedBook;
            letter-spacing: 0.05em;
            font-size: 15px;
			
			margin: 4px;
			color: #FFFFFF;
		
			/*margin-right:38px;
			padding: 8px;	
			cursor: pointer;*/
		}
			#leftBar menu li a
			{
				text-decoration: none;				
				color: #bfbfbf;							
			}
            #leftBar menu li a.active{
                color: #FFFFFF;
            }
			
			#leftBar menu li a:hover
			{
				color: #FFFFFF;							
			}


footer
{
	position:absolute;
	width:333px;
	/*margin-top: 56px;*/
	bottom: 0;	
}
footer .social-links{
	width: 100%;
	height: 100px;
	position: absolute;
	
}

footer .social-links a{

	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
footer .social-links .fac{ background:url(../images/ico_face.png) no-repeat center center;  margin-left: 116px;}
footer .social-links .ins{background:url(../images/ico_insta.png) no-repeat center center;}
footer .social-links .twi{background:url(../images/ico_twitter.png) no-repeat center center;}
footer .social-links .in{background:url(../images/ico_in.png) no-repeat center center;}

	footer #footer
	{
        //font-family:VerlagBook;
        //letter-spacing: -0.02em;
        font-family: VerlagCondensedBook;
        letter-spacing: 0.05em;
		font-size:13px;
		margin:0;
		padding: 0;
		text-align: center;
        font-weight: normal;
        
	}

	footer .title
	{
		color:#d9d9d9;
		margin-bottom: 15px;	
	}
	
	footer a
	{
		text-decoration: none;
		color:#929292;	
	}
	footer a:hover
	{
		text-decoration: none;
		color:#d9d9d9;	
	}
	
	footer .address
	{	
		color:#929292;
	}
	
	footer p
	{
		margin:10px;
		padding: 0;
	}

#leftBarBg
{
	position:absolute;
	left:-333px;
	width: 333px;
	height: 100%;
    min-height: 670px;
	padding: 0;
	margin: 0;
	background-color: #0a0908;
	opacity:.9; /*  0 to 1  */
    filter: alpha(opacity=90); /*  0 to 100 */	
}

#leftBar
{
	position:relative;
	width: 333px;
	height: 620px;
	padding: 0;
	margin: 0;
	top: 50%;
	margin-top: -310px;
	
	display: none;
}

#internalBg
{
	position:absolute;
	width: 417px;
	left:-84px;
	height: 100%;
    min-height: 670px;
	padding: 0;
	margin: 0;
	background-color: #12110e;	
	opacity:0; /*  0 to 1  */
    filter: alpha(opacity=0); /*  0 to 100 */	
}

#leftBar header #logo
{
	width:66px;
	height:98px;
	padding: 0;
	margin: 0;
	
	/*display: none;*/
}
    #leftBar header #logo #logoTop
    {
        
        background:url(../images/logoTop.png) 0 49px no-repeat;
        position: absolute;
        width: 66px;
        height:49px;
        margin: 0;
        padding: 0;     
        overflow: hidden;
        /*
        margin-left:-33px;
        margin-top:-335px;*/
    }
    
    #leftBar header #logo #logoButton
    {
        background:url(../images/logoButton.png) 0 49px no-repeat;
        position: absolute;
        width: 66px;
        height:49px;
        top:49px;
        margin: 0;
        padding: 0;
        overflow: hidden;
            
        /*
        margin-left:-33px;
        margin-top:-335px;*/
    }





#bgimage
{
	position:absolute;
	/*background:url(../images/Bg01.jpg) center center no-repeat;*/
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;		
}


#bgimage img
{
    position: absolute;
    text-align:center;
    vertical-align: middle;
    width: 1440px;    
    height: 900px;   
    
    opacity:0; /*  0 to 1  */
    filter: alpha(opacity=0); /*  0 to 100 */     
}

#bgimageProject
{
	position:absolute;	
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#bgimageProject img
{
	position:absolute;
	width: 1440px;
	height: 900px;	
	top:50%;
    left:50%;
	text-align:center;
    vertical-align: middle;		
    
    opacity:0; /*  0 to 1  */
    filter: alpha(opacity=0); /*  0 to 100 */
}


.clear
{
	height:0;
	clear:both;
}

#preloaderImgs
{
    display: none;
    
}

#loading
{
	position:absolute;
	top:50%;
    left:50%;
    
	width:16px;
	height:16px;
	margin-left:-8px;
	margin-top:-8px;
	display:none;
}

#preloader
{
    display:block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background:#00FF00;
}

#preloader #loaded
{
    height:5px;
    background:#ff0000;
}







/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 7px;
	width: 5px;
	height: 100%;
	overflow: visible;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #0d0a09;
	position: relative;
	overflow: visible;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 50%;
	cursor: pointer;
	background: url(../images/bg_scroll.png) repeat-y center top;
	margin-left: -10px;
	width: 20px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


.scroll-pane{
	padding-right: 30px;
}


#internal #btnClose{
	z-index: 90;
    img{
        z-index: 91;
        position: relative;
    }
}