/*
 * Title: Business Elegance v.1.0
 * Site: http://www.chamadigital.com
 * Author: Anselmo Ribeiro
 * Last Modified: 28_02_2008
*/



/*global reset */


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background: #535c61 url(../images/main-pattern.png);
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {/* unvisited link */
 color:#05c7c0;
}     
 
a:hover { /* mouse over link */
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#05c7c0;
}

/* end base html */
/*  layout */

#bvwrapper{
	width: 1150px;
	
	margin: 0 auto 0 auto;
	text-align: left;
	background: #3a4044 url(images/main-pattern.png);
}
#wrapper1{
	width: 1150px;
	
	margin: 0 auto 0 auto;
	text-align: left;
	
}
#wrapper{
	width: 1000px;
	
	margin: 0 auto;
	text-align: left;
	background: url(images/bgd.gif);
}
#header{
	width: 1100px;
	padding: 20px 22px 25px 22px;
	height: 390px;
	background: #262b2e;
	position: relative;
	-webkit-box-shadow: 20px 20px 20px rgba(0,0,0,.5); 
	-moz-box-shadow: 20px 20px 20px rgba(0,0,0,.5); 
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	z-index:100;
}
#header h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header h1 span{

	color: #95ca05;
}
#header h1 a{
	text-decoration: none;
	color:#fff;
}
#header h1 a:hover{
	opacity: 0.6;
}

#bvheader{
	width: 1100px;
	padding: 20px 22px 25px 22px;
	height: 100px;
	background: #262b2e;
	position: relative;
	-webkit-box-shadow: 20px 20px 20px rgba(0,0,0,.5); 
	-moz-box-shadow: 20px 20px 20px rgba(0,0,0,.5); 
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	z-index:100;
}
#bvheader h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#bvheader h1 span{

	color: #95ca05;
}
#bvheader h1 a{
	text-decoration: none;
	color:#fff;
}
#bvheader h1 a:hover{
	opacity: 0.6;
}

#numtext{
	margin: 70px 0 0 35px;
	color: #95ca05;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#number{
	position: absolute;
	top:110px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight: bold;
}
#number span{

	color: #95ca05;
}
#number a{
	text-decoration: none;
	color:#fff;
}
#number a:hover{
	opacity: 0.6;
}

#content{
	float: left;
	width: 1000px;
	/*background: #2d3235 url(../images/main_bgd.gif) repeat-y top left;*/
}

#digitec {
	width: 130px;
	height: 48px;
	margin: -10px 0 0 0;
	background: url(images/digitec.png);
	
}
/* SOCIAL --------------------------------------------------------*/

#social-bar{
	position:relative;
	display: inline;
	float:left;
	width: 350px;
	
	/*background: url(../img/social-desktop.png) no-repeat bottom center;*/
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 10px;
	z-index: 20;

}

#social-bar ul{
	display:inline;
	margin: 0 auto ;
	width: 75px;
	line-height:1.5em;
}

#social-bar li{
	display: inline;
	
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0;
}

#social-bar a{ display: inline; }

#mobil a:hover{opacity: 0.8;}
#skype a:hover{opacity: 0.8;}
#facebook a:hover{opacity: 0.8;}
#twitter a:hover{opacity: 0.8;}
#google a:hover{opacity: 0.8;}
#linkedin a:hover{opacity: 0.8;}

/* Embed Brochures iframe---------------------*/
#pdfembed{
	width: 1150px;
	height: 1050px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	/*border:#bcbcbc solid 1px;*/
	position:relative;
	
}
/*---Embed Video iframe--------------------*/

#videologo {
	margin: 0px auto 0 auto;
	
}	

#videoembed {
	position:relative;
	width: 1000px;
	height: 640px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: solid 5px #3a4044;
	background: #3a4044;
	-webkit-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	-moz-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	box-shadow: 20px -20px 15px rgba(0,0,0,.5);
	
}
#videopad{
	padding-bottom: 40px;
}
/* Calendar-------------------------------*/

#calendar{
	width: 1140px;
	height: 965px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #3a4044;
	border: solid 5px #3a4044;
	/*border:#fff solid 2px;*/
	-webkit-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	-moz-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	box-shadow: 20px -20px 15px rgba(0,0,0,.5);

}
#calendar span{
	color: #95ca05;
}
#schedule{
	font-size:14px/0.875em;
	width: 700;
	height: 50px;
	margin: 100px auto 0 330px;
}
	

#col_left{
	float: left;
	width: 900px;
	padding: 30px 22px;
}
/*#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}*/

/*-----Footer for other pages-----*/
#bvfooter{
	width: 1150px;
	height: 80px;
	margin: 2px auto 0px auto;
	background-color: rgba(0,0,0,0.2);
	
}
#bvfooter p{
	padding-top: 20px;
	text-align: center;
	color: #b3b3b3;
}
#bvfooter a{
	color: #95ca05;
	
}
#bvfooter a:hover{
	color: #05c7c0;
	text-decoration:none;
}
/*-end other page footer-------*/

#footer{
	width: 1000px;
	height: 80px;
	margin: 2px auto 0px auto;
	background-color: rgba(0,0,0,0.2);
	
}
#footer p{
	padding-top: 20px;
	text-align: center;
	color: #b3b3b3;
}
#footer a{
	color: #95ca05;
	
}
#footer a:hover{
	color: #05c7c0;
	text-decoration:none;
}
#welcome{
	padding-bottom: 35px;
	/*border-bottom: 1px solid #343a3d;*/
}
/*navigation*/
#navigation{
	
	position: absolute;
	top:25px;
	
	right: 22px;
}
#navigation li{
	
	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 35px 15px;;
	background-color:#000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#navigation li.selected a{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#imagem{
	position: absolute;
	top:142px;
}
#search{
	position: absolute;
	top: 105px;
	left: 22px;
}

h2#slogan{
	position: absolute;
	top: 110px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;	
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #95ca05;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#termswrapper{
	width: 1050px;
	height:1540px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #3a4044 url(images/main-pattern.png);
}
#terms {
	float: left;
	width: 990px;
	margin-right: 25px;
	margin-left: 40px;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	

}

#terms span{
		color: #95ca05;
}
#termsfooter{
	width: 1050px;
	height: 80px;
	text-align:center;
	margin: 2px auto 0px auto;
	padding-top:20px;
	background-color: rgba(0,0,0,0.2);
	
}
#termsfooter a{
	color: #95ca05;
	
}
#termsfooter a:hover{
	color: #05c7c0;
	text-decoration:none;
}
#line{
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 50px;
	border-bottom:#05c7c0 solid 3px;
}
#about_us1{
	float: left;
	width: 285px;
	margin-right: 25px;
	margin-left: 45px;
	margin-top: -120px;
	display: inline;
	font-size: 16px;
	

}
#about_us1 span{
	color: #95ca05;
}
#about_us1 p{
	line-height:normal;
}
#about_us{
	float: left;
	width: 285px;
	margin-right: 25px;
	margin-left: 45px;
	margin-top: 20px;
	display: inline;
	font-size: 16px;
	

}
#about_us span{
	color: #95ca05;
}
#about_us p{
	line-height:normal;
}
#services{
	float: left;
	width: 285px;
	margin-right: 25px;
	margin-top: 20px;
	display: inline;
	font-size: 16px;
	
}
#services span{
	color: #95ca05;
}
#services p{
	line-height:normal;
}
#services1{
	float: left;
	width: 285px;
	margin-right: 25px;
	margin-top: -20px;
	display: inline;
	font-size: 16px;
	
}
#services1 span{
	color: #95ca05;
}
#services1 p{
	line-height:normal;
}
#clients{
	float: right;
	width: 285px;
	margin-right: 0px;
	margin-top: 20px;
	display: inline;
	font-size: 16px;

}
#clients span{
	color: #95ca05;
}
#clients p{
	line-height:normal;
}
#clients a:hover{
	color: #95ca05;
	text-decoration:none;
}
#about_us ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#about_us1 ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}
#clients ul li span{
	color: #6adcfd;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-top: 40px;
	padding-bottom: 35px;
	/*border-bottom: 1px solid #343a3d;*/
}
#quote{
	float:left;
	
	padding: 30px 160px 30px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	/*border-bottom: 1px solid #343a3d; */
}

.success a{
	text-decoration: none;
	color: #95ca05;
}
.success a:hover{
	color: #05c7c0;
	text-decoration: none;
	
}
	
#linediv {
	margin-left: 100px;
	margin-right: 150px;
	margin-bottom: 25px;
	margin-top: -50px;
	border-top: 1px solid #000;
	
}
/*----MAP----*/
#map{
	display: block;
	float: left;
	height: 340px;
	width: 510px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.address-block li{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top; 15px;
	color: #c1c1c1;
	
}

.address-block .address{ 
	margin-top:5px;
	background: url(images/icon-address.png) no-repeat top left;
}

.address-block .phone{ 
	padding-top:2px
	background: url(images/icon-phone.png) no-repeat top left;
}

.address-block .mobile{ background: url(images/icon-phone.png) no-repeat top left; }

.address-block .email{ background: url(images/icon-email.png) no-repeat top left;
	padding-top:2px;
 }

	
/*------Contact Page Form-----*/

#contact{
	display: block;
	float: left;
	height: auto;
	width: 1100px;
	margin: 75px 0 0px 0px;
	padding: 0px 0px 30px 20px;
	font: 14px/1.167em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(images/bgd.gif);
	color: #bfbfbf;
	border: 7px solid #3a4044;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-webkit-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	-moz-box-shadow: 20px -20px 15px rgba(0,0,0,.5); 
	box-shadow: 20px -20px 15px rgba(0,0,0,.5);

}
#contact-col-1{
	width: 550px;
	float: left;
	margin-top: 20px;
	margin-left:0px;
	margin-right: 20px;
}
#contact-col-1 span{
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #95ca05;
}
#contact-col-2{
	width: 500px;
	float: left;
	margin-top: 20px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contact-col-2 span{
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #95ca05;
}

#contact label {
	color: #95ca05;
	font-size: 14px/1.167em;
	font-size: 1.125em;
}
#contact input#first,#last,#phone,#email,#company{
	width: 250px;
	height: 25px;
	font: 14px/1.167em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	padding: 3px 5px 3px 5px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}
#contact textarea {
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	padding: 3px 5px 3px 5px;
	backround-color: #d4d3d3;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

#contact input#submit{
	width: 100px;
	height: 40px;
	color: #ccc;
	float:right;
	margin: 70px 250px 0px 0px;
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(images/Submit-button-up.gif) no-repeat 0 0;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5); 
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}
#contact input#submit:hover{
	background:url(images/Submit-button-hover.gif) no-repeat 0 0;
}
#contact p{
	margin-bottom: 10px;
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact h2.heading{
	color: #fff;
	font-size: 20px;
	padding-bottom:15px;
	padding-top: 20px;
}
#contact h2.heading span{
	color: #95ca05;
}
textarea{
	width: 510px;
	height: 250px;
}
.subform{
	position:absolute;
	float: right;
	margin-top: -540px;
	margin-right: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px/1.167em;
}
.subform [type=radio],#byphone,#byemail,#numcopies1,#numcopies2,#numcopies3,#numcopies4,#docman,#lease,#service {
	width: 18px;
	height:18px;
	
}

#title span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#extra {
	width:340px;
	
	font: 16px/1.333em "Helvetica Neue", Helvetica, Arial, sans-serif
	color: #fff;
	float:right;
	margin-right: 100px;
	margin-top: 40px;
	margin-bottom:120px;
	padding: 15px 10px 25px 30px;
	-webkit-box-shadow: 0px 0px 25px 3px rgba(255, 255, 190, .45);
	-moz-box-shadow: 0px 0px 25px 3px rgba(255, 255, 190, .45);
	box-shadow: 0px 0px 25px 3px rgba(255, 255, 190, .45);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


#extra span{
	font: 18px/1.500em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #95ca05;
	text-decoration:underline;
}


#extra input#move,#cloud,#manit{

    width:15px;
    height:15px;
    background:#ccc;
    border:2px solid #555;
}
#movetext {
	font: 18px/1.500em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: -25px 0 10px 30px;
}
#cloudtext {
		font: 18px/1.500em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: -25px 0 10px 30px;
}
#manittext{
		font: 18px/1.500em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: -25px 0 10px 30px;
}


/* --------Home Sidebar--------------------*/

#home-sidebar{
	width: 245px;
	float:left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left:370px;
	background: #3a4044 url(images/main-pattern.png);
	border: 1px solid #949494;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,.4); 
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,.4); 
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,.4); 
}




#home-sidebar a{
	color: #95ca05;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#home-sidebar a:hover{ color: #05c7c0; }

#home-sidebar h4{
	margin-bottom: 10px;
}

#home-sidebar .block{
	padding: 20px 10px 5px 12px;
	background: none;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	margin-bottom: 24px;
}
/*-Home aside---------*/
aside-home{}
aside-home.retractil{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #eaeaea;
	width: 215px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

aside-home.retractil #sidebar-opener{
	cursor: pointer;
	margin: 15px 24px;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside-home.retractil #sidebar-opener:hover{
	color: #fe8300;
}

aside-home.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside-home.retractil #sidebar-closer:hover{
	opacity: 0.5;
}

aside-home.retractil #sidebar-content{
	margin-left: 4px;
	margin-right: 24px;
	margin-bottom: 50px;
	display: none;	
}


aside-home.retractil #sidebar-content a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside-home.retractil #sidebar-content a:hover{
	color: #444;
}

/*-------Contact Sidebar------------------*/
#sidebar{
	width: 300px;
	float:right;
	font: 19px/1.188em "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
	margin-top: 50px;
	margin-bottom: 75px;
	margin-right: 160px;
	background: #3a4044 url(images/main-pattern.png);
	border: 1px solid #888;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 4px -4px 7px rgba(0,0,0,.4); 
	-moz-box-shadow: 4px -4px 7px rgba(0,0,0,.4); 
	box-shadow: 4px -4px 7px rgba(0,0,0,.4);
}

#sidebar a{
	color: #95ca05;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar a:hover{ color: #05c7c0;}

#sidebar h4{
	margin-bottom: 10px;
	font: 21px/1.313em "Times New Roman", Times, serif;
	font-weight:bold;
}

#sidebar .block{
	padding: 20px 15px 10px 15px;
	background: none;
	 
	margin-bottom: 14px;
}
.adress-block.mobil{
	margin-bottom: 20px;
}
/*-Contact aside---------*/
aside.retractil{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #eaeaea;
	width: 215px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

aside.retractil #sidebar-opener{
	cursor: pointer;
	margin: 15px 24px;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-opener:hover{
	color: #fe8300;
}

aside.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-closer:hover{
	opacity: 0.5;
}

aside.retractil #sidebar-content{
	margin-left: 4px;
	margin-right: 24px;
	margin-bottom: 50px;
	display: none;	
}


aside.retractil #sidebar-content a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

asid.retractil #sidebar-content a:hover{
	color: #444;
}
/*----------End Contact Sidebar--------------------*/

#news li{
	margin-bottom: 20px;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}
