body {	
	font-family: 'Titillium Web', sans-serif;
	background-color:transparent;
	font-weight: 400;
	color:#494949;
	font-size:11px;
	line-height: 14px;
	padding:1px;
	margin:0px;	
	width: 100%;
	overflow: hidden;
}

/* bg */
#bg_1{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width:100%;
    height: 100%;
    background-color: black;
}

#bg{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: -1;
	opacity: 1;
    background-color: black;
}

.bgwidth{
    width:100%;
}

.bgheight {
    height: 100%;
}

.size21 img, .size31 img{
	margin-top: -100px !important;
}

/* MAIN */
.box_main{
	width: 140px;
	height: 140px;
	left: 0px;
/* 	background-color: #DEDDD7; */
	background-color: #d1d1d1;
	position: absolute;
	z-index: 1000;
	margin-left: 0;
	list-style: none;
	border: 10px solid white;
	overflow: hidden;
}

.box_main h2{
	font-size: 16px;
	line-height: 16px;
	color: #494949;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
}

.box_main h3{
	font-size: 14px;
	line-height: 14px;
	color: #494949;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 10px;
}

.box_main h4{
	font-size: 11px;
	line-height: 14px;
	color: #494949;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 10px;
}

/* LOGO */
.box_logo{
	top: 2px;
}

.box_logo img{
	width: 120px;
	height: 25px;
	margin-top: 60px;
	margin-left: 10px;
	opacity: .7;
}

.box_logo img:hover{
	opacity: 1;
}

/* NAV */
.box_nav{
	top: 152px;
}

.box_nav ul{
	padding-left: 0px;
	padding-top: 30px;
	margin-left: 0px;
}

.box_nav li{
	list-style: none;
	padding-left: 10px;
	width: 130px;
	height: 30px;
}

.box_nav li a{
	padding-left: 10px;
	padding-right: 90px;
	margin-left: -10px;
	text-decoration: none;
	font-size: 17px;
	color: #494949;
	font-weight: 400;
	background-color: transparent;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.box_nav li a:hover{
	color: white !important;
	background-color: #363636;
}

.active{
	color: white !important;
}

.active a{
	color: white !important;
}

/* WORK */
.box_work{
	top: 302px;
}

.box_work ul{
	padding-left: 0px;
	padding-top: 30px;
	margin-left: 0px;
}

.box_work li{
	list-style: none;
	padding-left: 10px;
	width: 130px;
	height: 30px;
}

.box_work li a{
	padding-left: 10px;
	padding-right: 90px;
	margin-left: -10px;
	text-decoration: none;
	font-size: 18px;
	color: #494949;
	font-weight: 400;
	background-color: transparent;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.box_work li a:hover{
	color: white !important;
	background-color: #363636;
}

.work_tn, .work_tn2{
	background-color: #363636 !important;	 
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
 }

.work_tn img:hover, .work_tn2 img:hover{
	background-color: rgba(0,0,0,1) !important;	 
	overflow: hidden;
	opacity: .5;
 }
 
.work_tn img{
	width:100%;
	height: auto;
	cursor: pointer;
	position: absolute;
}

.work_tn2 img{
	width:auto !important;
	height: 100% !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;	
}

#showme{
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

.work_tn img:hover + #showme{
	position: absolute;
	display: block;
	z-index: 5;
}

#showme:hover{
	position: absolute;
	display: block;
	z-index: 5;
}

#showme h2{
	font-size: 14px;
	line-height: 14px;
	color: white;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
}

#showme h3{
	font-size: 11px;
	line-height: 11px;
	color: white;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 10px;
}


/* FOOTER */
.box_footer{
	top: 602px;
}

.box_footer h4{
	font-size: 11px;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.box_footer p{
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #494949;
	font-weight: 400;
	margin-top: 58px;
	margin-left: 10px;
	margin-right: 10px;
}

/* slide */
.box_slide_previous{
	top: 2px;
	left: 750px;
	height: 65px !important;
}

.box_slide_next{
	top: 77px;
	left: 750px;
	height: 65px !important;
}

.box_slide_previous a, .box_slide_next a{
	color: black;
}

.box_slide_previous p, .box_slide_next p{
	line-height: 65px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.box_slide_previous p:hover, .box_slide_next p:hover{
	color: white;
	background-color: #363636;
	cursor: pointer;
}

.box_slide_previous a:hover, .box_slide_next a:hover{
	text-decoration: none;
	cursor: pointer;
}


/* descrição */
.box_desc{
	top: 2px;
	left: 150px;
	width: 590px;
	height: 290px;
}

.box_desc p{
	font-size: 13px;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
}


/* TEAM */

.box_team_1{
	top: 2px;
	left: 150px;
	width: 590px;
	height: 290px;
	overflow: scroll;
}

.box_team_1 p{
	font-size: 13px;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
}

.box_team_2{
	top: 302px;
	left: 150px;
	width: 590px;
	height: 290px;
	overflow: scroll;	
}

.box_team_2 p{
	font-size: 13px;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

/* CONTACT */

.box_contact_1{
	top: 2px;
	left: 150px;
	width: 590px;
	height: 140px;
}

.box_contact_1 p{
	height: 70px;
	width: 270px;
	font-size: 13px;
	line-height: 17px;
	color: #494949;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 8px;
	float: left;
}

.box_contact_2{
	top: 152px;
	left: 150px;
	width: 590px;
	height: 290px;
}

.box_contact_2 p{
	font-size: 13px !important;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	margin-right: 10px;
}

.box_contact_2 input[type="text"], .box_contact_2 textarea{
	box-shadow: 0px 0px 0px transparent !important;
	background-color: transparent !important;
	font-size: 13px !important;
	border: 1px solid #b5b5b5 !important;
	font-family: 'Titillium Web', sans-serif;

}

.box_contact_2 textarea{
	width: 565px !important;
	height: 80px !important;
}

.box_contact_2 input[type="text"]{
	min-height: 23px !important;
	margin-bottom: 3px !important;
	width: 565px !important;
}

.box_contact_2 input[type="submit"],.box_contact_2 input[type="reset"]{
	min-height: 23px !important;
	margin-bottom: 3px !important;
	width: 275px !important;
	border: 1px solid #b5b5b5 !important;
	background-color: transparent;
	border: 1px solid silver;
	font-size: 13px !important;
	font-family: 'Titillium Web', sans-serif;

	
}

.box_contact_2 input[type="submit"]:hover,.box_contact_2 input[type="reset"]:hover{
	border: 1px solid white;
}

.box_contact_2 label{
	margin-bottom: 0px !important;
}


/* BOX GERAL SCRIPT */

.box { 	
/* background-color:#ff4499; */
background-color:transparent;

-webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -ms-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
        
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
			
#container {
background: transparent;
width: 110%;
top: 1px;
left: 0px;
position: absolute;
}

#container a{
cursor: pointer;
}

.size11, .size22, .size33, .size44 {
background-color:transparent;
border: 10px solid white;
 }

.size12, .size13, .size14 {
background-color:transparent;
border: 10px solid white;
 }

.size21, .size22, .size23, .twocols {
background-color:transparent;
border: 10px solid white;
}

 .size31, .size32, .size33, .threecols {
background-color:transparent;
border: 10px solid white;
}



/*
.size12, .size13, .size14 {
width: auto !important;
overflow: hidden;
 }

.size12 img, .size13 img, .size14 img{
	margin-left: 25%;
 }

.size21, .size22, .size23, .size31, .size32, .size33 {
height: auto !important;
overflow: hidden !important;
}

.size21 img, .size22 img, .size23 img, .size31 img, .size32 img, .size33 img {
	margin-top: -25% !important;
}
*/

 
 .work_bg{
	 background-color: #d1d1d1;
 }
/*
.size21, .size22, .size23, .twocols { background: #ccc }
.size31, .size32, .size33, .threecols { background: #ff9999 }
*/

.size63{ background-color: blue }

a.btn {
	margin-right: 1px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	display: inline-block;
	width: 75px;
	color: red;
}

.nested-moved{
	display: none !important;
}

#languages{
	position: fixed;
	top: 18px;
	left: 10px;
	z-index: 1000;
	
}
#languages a{
	color: #333333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 5px 8px;

}

#languages a:hover{
text-decoration: none;
	color: white;
	padding: 5px 8px;
	background-color: #333333;	
}









