.attivo > a {
	background-image: url(../images/menu_h.png);
}
#toTop {
	display: none;
	width: 26px;
	height: 14px;
	overflow: hidden;
	position: fixed;
	margin-right: -680px !important;
	right: 50%;
	bottom: 73px;
	z-index: 99;
	background-image: url(../immagini_sito/totop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#toTop:hover {
  background-position: right 0;
}

@media (max-width: 1024px) {
.logo img {
    height: 150px;
}
}
	.list-indent li:first-child {
    border-top: medium none;
    padding-top: 0;
}
.list-indent li {
    min-height: 200px;
    overflow: hidden;
}
.list-indent li {
    border-top: 1px solid #EAE4DD;
    margin-bottom: 21px;
    padding: 20px 0 0;
}
li {
    line-height: 18px;
}

.list-indent li {
	min-height: 200px;
	overflow: hidden; 
}
.list-events li {

    padding: 30px 0 0;
}

    .sottitolo {
	color: #FFFFFF;
	line-height: 30px;
}
    #content {
	background-image: url(img/sfondo_eventi.jpg);
	    background-size: cover;
    background-repeat: no-repeat;
}
        .date a {
	color: #C9C3A2;
}
.date a:hover{
	
	color:#87B9B5
	}
    .span4.notizie {
	/* [disabled]background-color: #989181; */
}
    .img-polaroid img {
	width: 200px;
}
.list-indent li .img-polaroid {
    margin: 0 30px 15px 0;
}
.list-indent li .img-polaroid {
    float: left;
    margin: 0 20px 20px 0;
}
figure.img-polaroid {
    display: inline-block;
    margin: 0 0 15px;
}
.img-polaroid {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    margin-bottom: 15px;
    padding: 0;
}



a, input, select, textarea {
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #CCCCCC;
	background: #2f2e2b;
	position: relative;
}

.font {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:600; /*Semi-Bold*/
	font-weight:700; /*Bold*/
	font-weight:800; /*Extra-Bold*/	
}

.top_line {
	background:#303030;
}
.top_line p {
	margin:0;
	padding:4px 0 8px;
	font-size:12px;
	color:#7e7e7e;
}
.header {
	position: relative;
	z-index: 10;
	margin: 0;
	/* [disabled]padding-top: 50px; */
	padding-right: 0;
	/* [disabled]padding-bottom: 50px; */
	padding-left: 0px;
}
.header_bg2 {
	background-image: url(../immagini_sito/sfondo_testata.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.header_block {
	/* [disabled]background:url(../images/header_block_bg.png) repeat left top; */
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.logo {
	/* [disabled]height:69px; */
}
.logo img {max-width:100%;
}

.follow_us {
	text-align:right;
	padding: 0;
}
.follow_us ul li {
	padding:0;
	margin:0 0 0 5px;
	display:inline-block;
	height:32px;
	line-height:32px;
}
.follow_us a {
	background-image:url(../images/top_socials.png);
	background-repeat:no-repeat;
	height:32px;
	width:32px;
	display:block;
	text-indent:-9999px;
	text-align:left;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.follow_us a.facebook {background-position:0 0;
}
.follow_us a.facebook:hover {background-position:0 -32px;
}
.follow_us a.vimeo {background-position:-41px 0;
}
.follow_us a.vimeo:hover {background-position:-41px -32px;
}
.follow_us a.tumbrl {background-position:-88px 0;
}
.follow_us a.tumbrl:hover {background-position:-88px -32px;
}
.follow_us a.twitter {background-position:-130px 0;
}
.follow_us a.twitter:hover {background-position:-130px -32px;
}
.follow_us a.delicious {background-position:-170px 0;
}
.follow_us a.delicious:hover {background-position:-170px -32px;
}

/*nav*/
#main_menu {
	position: relative;
	float:right;
}
.menu_wrap {
  float:right;
}
.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0;
  display:inline-block;
}
#main_menu select {
	display: none;
	font-family:Arial;
	font-size:12px;
}
.menu_wrap .nav li a {
	padding: 25px 13px 25px 18px;
	line-height: 18px;
	color: #2F2E2B;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	text-decoration: uppercase;
	text-align: left;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
	/* [disabled]color: #FFCC00; */
	background: url(../images/menu_h.png) repeat-x;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.sub-menu > a {position: relative;
}
.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  left: 20%;
  top: 94%;
  margin: 0 -3px 0 0;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.current > a:before { background: none;
}
.menu_wrap .nav > li.current.sfHover > a:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap .nav ul {
	position: absolute;
	display: none;
	width: 133px;
	left: 0;
	top: 100%;
	list-style: none;
	zoom: 1;
	z-index: 25;
	/* [disabled]border-top:4px #FFCC00 solid; */
	padding: 14px 0 7px 0;
	margin: 0;
	background-color: rgba(255,255,255,0.9);
}

.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 16px;
  font-weight:400;
  color:#464646;
  line-height: 18px;
  padding: 0 10px 7px 15px;
  background: none;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
	text-decoration: none;
	color: #FF9900;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top:0;
}
.page_container {
	padding-bottom: 40px;
	/* [disabled]background:#FFF; */
}
.separator {
}
.block {
	padding-bottom:50px;
}
#main_slider {
	position: relative;
	z-index: 1;
	top: -104px;
	padding: 0;
	
}

.planning {
	padding-bottom:25px;
	text-align:center;
}
.planning a {
	float: left;
	display: block;
	position: relative;
	z-index: 10;
	margin: -10px 0 15px;
	padding: 0;
	color: #000;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.planning .serv_block_in {
	padding:24px 30px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.planning .serv_block_in_hover .serv_block_in {
	/* [disabled]padding-top:31px; */
	background-color: rgba(255,255,255,0.3);
}
.planning .serv_block_in span {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	/* [disabled]background:url(../images/icon_bg.png) no-repeat; */
	background-size: 100% 100%;
	width: 114px;
	height: 74px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
	/*
.planning .serv_block_in_hover span {
	width:162px;
	height:119px;
}
.planning .serv_block_in_hover {
	margin-top:-207px;
}*/
.planning .icon1 {
	background-color:#05A503;
}
.planning .icon2 {
	background-color: #FFFFFF;
}
.planning .icon3 {
	background-color: #EE2801;
}

.planning .img_icon {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-33px 0 0 -53px;
	width:106px;
	height:66px;
}
.planning .icon1 .img_icon {
	background-image:url(../images/icon1.png);
	background-repeat:no-repeat;
}
.planning .icon2 .img_icon {
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
}
.planning .icon3 .img_icon {
	background-image:url(../images/icon3.png);
	background-repeat:no-repeat;
}
.planning .link_title {
	display: block;
	line-height: 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	padding-bottom: 16px;
	color: #000;
}
.planning a:hover {
	text-decoration:none;
}

.welcome_block {
	padding:37px 30px 37px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	line-height:16px;
	color:#8d8d8d;
}
.welcome_block p {
	margin-bottom:0;
	text-transform:uppercase;
	line-height:24px;
	font-size:28px;
	color:#464646;
}
.welcome_block_txt {
	float:left;
	width:78%;
}
.btn {
	padding:8px 20px 7px ;
	background-image:none;
	border-radius:0;
	font-size:15px;
	font-weight:400;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.welcome_btn {
	float:right;
	background-color:#FFCC00;
	color:#fff;
}
.welcome_btn:hover {
	background-color:#e7e7e7;
	color:#8d8d8d;
}

h2.title {
	padding: 0;
	line-height: 50px;
	font-size: 22px;
	text-transform: uppercase;
	color: #9E9781;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 19px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E9781;
}
h2.title a {
	font-size:18px;
	line-height:30px;
	color:#464646;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
h2.title a:hover {
	color:#FFCC00;
	text-decoration:none;
}
p.last {margin-bottom:15px;
}
.block [class*="span"] {margin-bottom:15px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.grey {
	color: #CCCCCC;
}
.block ul.the-icons {
	margin-left:0;
	margin-bottom:5px;
}
.upper {text-transform:uppercase;
}
h2.upper {
	margin-bottom:12px;
	margin-top:0;
}
.hover_img {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.works_descr {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	width:91%;
	height:90%;
	background:url(../images/header_block_bg.png) repeat;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_link1,
.portfolio_zoom1 {
	display:blok;
	width:30px;
	height:30px;
	position:absolute;
	top:124px;
	margin-top:-20px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#a9a9a9;
	z-index:2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_link1 {
	left:32%;
	background-image:url(../images/link1.png);
}
.portfolio_zoom1 {
	right:32%;
	background-image:url(../images/zoom1.png);
}
.portfolio_link1:hover,
.portfolio_zoom1:hover {
	background-color:#FFCC00;
}
.hover_img:hover .works_descr {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.works_descr_txt {
	padding:18px 20px 0;
	color:#585858;
}
.works_descr_txt p {
	font-size:15px;
	color:#FFCC00;
}


.block:last-child {padding-bottom:0;
}
.block ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}

/* _________________________ LATEST NEWS _________________________ */
.post_carousel {
}
a.post_img {
	display:block;
	float:left;
	margin-right:20px;
	
}
a.post_date {
	display:block;
	margin:-3px 0 7px;
	font-size:15px;
	color:#4d4d4d;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a.post_date:hover {
	text-decoration:none;
	color:#FFCC00;
}


/* ________________________ //LATEST NEWS ________________________ */

/* _________________________ Testimonials ________________________ */
.testim_block {
	margin-bottom:20px;
}
.testim_block_txt {
	position:relative;
	padding:23px 25px;
	background:url(../images/testim_block_txt_bg.png) no-repeat #e7e7e7;
	text-indent:42px;
}
.testim_block_txt:before {
	position:absolute;
	left:0;
	bottom:-27px;
	width:44px;
	height:27px;
	background:url(../images/testim_block_txt_bg2.png) no-repeat;
	display:inline-block;
	content:'';
}
.testim_author {
	margin-top:14px;
	padding-left:59px;
	line-height:14px;
	color:#FFCC00;
}
.testim_author span {
	display:block;
	padding-left:3px;
	font-size:12px;
	color:#8d8d8d;
}
.testimcarousel_block .jcarousel-prev-vertical,
.testimcarousel_block .jcarousel-next-vertical {
	display:none !important;
}

/* ________________________ //Testimonials _______________________ */

#footer {
	background: #3e3e3e;
	padding-top: 25px;
	color: #CCC;
}
#footer a {
	color: #CCCCCC;
}

#footer .footer_header  a {
	color: #FFCC00;
	text-decoration: none;
}

.footer_header  {
	
	margin-bottom: 15px;
}
.footer_wrap {
    margin-bottom: 20px;
}
#footer h2.title {
	color:#ededed;
	font-size:16px;
	background:none;
	border-bottom: 0;
}
#footer .span3 {
}
#footer p {margin-bottom:21px;
}

a.foot_logo {
	display:block;
	margin-bottom:15px;
}

ul.twitter_list li {
	padding:0 0 10px 30px !Important;
	margin-bottom:15px !important;
	list-style:none;
	background:url(../images/twitter.png) no-repeat left top;
}

span.tweet_time {display:none !important;
}
ul.twitter_list,
ul.tweet_list {margin-left:0;
}

#footer li {
	/* [disabled]padding:0 0 15px 0; */
	margin-bottom: 15px;
	line-height: 16px;
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

#footer input[type="text"],#footer input[type="password"], #footer textarea {
	font-size: 12px;
	color: #d5d5d5;
	font-style: normal;
	border-radius: 0;
	background: #616161;
	border: 1px solid #616161;
	box-shadow: none;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#footer textarea {
	min-height:68px !important;
	overflow:hidden;
}
#footer textarea:focus, 
#footer input[type="text"]:focus {
  outline: 0;
  border: 1px solid #FFCC00;
}

.footer_bottom {
	background:#303030;
	padding:13px 0 16px;
}
.copyright {
	font-size:13px;
	color:#787878;
}

.breadcrumb {
  padding: 19px 0;
  margin: 0 0 20px 0;
  list-style: none;
  background:none;
  border-bottom:1px solid #777268;
  color:#FFCC00;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  font-size:19px;
}
.breadcrumb span {
  color:#464646;
  padding:0 5px;
}
.breadcrumb a {
	/* [disabled]color:#464646; */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 19px;
}
.profile {text-align:center;
	margin-bottom: 50px;
}
.profile_title {
	font-size: 14px;

	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	/* [disabled]color:#3a3a3a; */
}
.profile img {
	margin:10px auto 15px auto;
	width:169px;
	border-radius:3px;
}
legend {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

/* Portfolio */
.height_2column {min-height:312px;
}
.height_3column {min-height:240px;
}
.height_4column {min-height:200px;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-13px 0 0 -33px;
	background-image:url(../images/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#a9a9a9;
	z-index:2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_link {
	margin:-13px 0 0 1px;
	background-image:url(../images/link1.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-color:#FFCC00;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}

.item_description {	
	text-align:center;
	color:#464646;
}
.item_description h6 {
	font-weight:800;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #fff;
	background:#FFCC00;
	text-decoration:none;
}
.preloader {
	background:url(../images/preload_img.gif) center center no-repeat;
	display:block;
}

#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel img {border-radius:3px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  background-image:url(../images/portfolio_nav.png);
  background-position:0 -33px;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-102px -33px; 
	left:auto;
	right:15px; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-102px 0;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 0;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#464646;
	background:url(../images/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#464646;
}
ul.links li a:hover {color:#FFCC00;
} 

.post img {
	margin-bottom:18px;
	max-width:100%;
}

.post_info {
	padding:5px 0;
	border-bottom:1px #dadada dotted;
	border-top:1px #dadada dotted;
	margin-bottom:12px;
	color:#464646;
}
.post_info span {color:#FFCC00;
}
.post img {border-radius:3px;
}
.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}
ul.recent_post, ul.twitter_list, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #dadada dotted;
	color:#464646;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#464646;
}
ul.recent_post div a:hover {color:#FFCC00;
}

.tags a {
	display:inline-block;
	margin:0 6px 10px 0;
	padding:0 8px 0 11px;
	height:28px;
	line-height:28px;
	background-color:#616161;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.tags a:hover {
	background-color:#FFCC00;
	text-decoration:none;
}
.sidebar  input.search-query {
  padding:5px 6px 6px 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
.contact_form { padding-top:6px;
}
.contact_form textarea { min-height:260px !important;
}
.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}
