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

		CUSTOM CSS

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

.background-site {
background : #161616 url(../images/pattern-black.png) 0 0 repeat;
}

/** 		MAIN MENU 		**/

.drop-down {
background : transparent url(../images/shadow-bottom-black.png) 50% 100% no-repeat;
}

/** 		TOP MENU 		**/

.top_menu li {
background : transparent  0 0 no-repeat;
opacity:0.4;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=40)";  	/* hack IE8 	*/
filter: apha(opacity = 40); 											/* hack IE7		*/
}

.top_menu li:hover {
opacity:0.8;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=80)";  	/* hack IE8 	*/
filter: apha(opacity = 80); 											/* hack IE7		*/
}

.top_menu li a {
color: #ccc;
text-shadow:none;
background : transparent /*url(../images/top_menu_right_black.png) 100% 0 */no-repeat;
}

/*.top_menu li {
margin:0px 0 0 5px ;
padding:0;
float:left;
height:100px;
list-style : none;
background : transparent /*url(../images/top_menu_left.png) 0 0 no-repeat;
opacity:0.6;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=60)";  	/* hack IE8 	*/
/*filter: apha(opacity = 60); 											/* hack IE7		*/
/*-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}*/

/* BOTTONE GUESTBOOK */

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #a0a0a0 0%, #a0a0a0 100%);
/*   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); */
  background-color: #a0a0a0;
/*  background-repeat: repeat-x; */
  border-color: #a0a0a0;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #505050;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

/* BA gallery font */
.ba-album-items .ba-caption h3 {
    font-size: 18px !important;
    line-height: 120% !important;
}

/* Slider riduzione intestazione slider */
.contact .pane-toggler-down + div,								/** 		J2.5  		**/
.accordion-body.in {											/** 		J3.5  		**/
border:1px solid #e8e8e8 ;
border-top:none !important;
border-color: rgba(0,0,0,0.10);
/*padding-top:25px !important; */
}

/* Intestazioni Sliders RL grige invece che azzurre */
a {
  color: #e8e8e8;
  text-decoration: none;
}

/* bordi arrotondati nel guestbook */
.easy_frame {border: solid;  border-radius: 15px 15px 15px 15px; border-width: 1px}
.easy_title {margin-left: 10px; text-align:left; margin-right: 10px; margin-top: 0px; padding: 10px; padding-bottom: 0px; margin-bottom: 8px; font-size: 130%; font-weight: bold;}
.easy_content {margin-left: 10px; text-align:left; margin-right: 10px; margin-top: 8px; padding: 10px; padding-bottom: 10px; margin-bottom: 8px;}