a, input, select, textarea {outline:none !important;
}
a {
  color: #2a2a2a;
}

a:hover {
  color: #369747;
  text-decoration:underline;
}

body { overflow-x:hidden;
}
.font {
	font-family: 'PT Sans', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:700; /*Bold*/
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.header {background:url(../img/main_bg.jpg) repeat left bottom;
}

.header_in {
	background:url(../img/header_bg.png) repeat-x left top;
	padding-top:52px;
}
.container {
	padding-right:20px;
	padding-left:20px;
}
.page_full {
	margin-right:-20px;
	margin-left:-20px;
	border-radius:0 0 3px 3px;
}
.header_top {
	padding:29px 0 0 0;
	background:#FFF;
	z-index:10;
}
.logo {
	padding:5px 30px 3px 0;
	border-right:1px #d5d5d5 solid;
	display:inline-block;
}
.logo img {max-width:100%;
}
.drop-shadow {
	position:relative;
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
			box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
}

.follow_us {
	text-align:right;
	padding-bottom:11px;
}
.follow_us ul li {
	padding:0;
	margin:7px 0 10px 9px;
	display:inline-block;
}
.follow_us ul li:first-child {margin-left:0;
}
.follow_us a {
	background-image:url(../img/top_socials.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	display:block;
	text-indent:-9999px;
	text-align:left;	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.follow_us a.facebook {background-position:0 0;
}
.follow_us a.facebook:hover {background-position:0 -26px;
}
.follow_us a.twitter {background-position:-41px 0;
}
.follow_us a.twitter:hover {background-position:-41px -26px;
}
.follow_us a.flickr {background-position:-82px 0;
}
.follow_us a.flickr:hover {background-position:-82px -26px;
}
.follow_us a.gplus {background-position:-123px 0;
}
.follow_us a.gplus:hover {background-position:-123px -26px;
}
.follow_us a.rss {background-position:-164px 0;
}
.follow_us a.rss:hover {background-position:-164px -26px;
}
.header p {
	margin:0;
	padding:0;
	font-size:14px;
	color:#454545;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-align:right;
}

.page_container {
	padding-bottom:35px;
	background:url(../img/main_bg.jpg) repeat left top;	
}
.separator {
}
.block { padding-bottom: 45px;}
.text_block {padding-bottom:25px !important;
}
#main_slider {padding-bottom:50px;
}
.white_bg {background:#FFF;
}
.wrap { padding:0 20px;
}
#top_menu {
	background:#eaeaea;
	margin:30px -1px 35px -1px;
	z-index:50;
}
#top_menu .nav {margin-bottom:0 !important;
}

.top_search {
	width:266px;
	padding:10px 40px 10px 15px;
	height:36px;
	position:relative;
}
.top_search input[type="text"] {
	font-family: Arial;
	font-size:13px;
	color:#5a5a5a;
	background-color: #cfcfcf;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:177px;
	height:20px;
	padding:8px 20px 7px 23px;
	margin:0;
}
.top_search input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.search_btn {
	width:36px !important;
	height:36px !important;
	background: url(../img/search_btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	cursor:pointer;
	position:absolute;
	left:245px;
	top:10px;
}
.search_btn:hover {background-position:0 -36px;
}

/*nav*/
#main_menu {position: relative;
}
.menu_wrap {padding: 0;
}
.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0 2px 0 0;
  background:url(../img/menu_li.png) repeat-y right top;
  display:inline-block;
  margin-right:-3px;
}
#main_menu select {
	display: none;
	font-family:Arial;
	font-size:14px;
}
.menu_wrap .nav li a {
  line-height:56px;
  color: #454545;
  font-family: 'PT Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0 16px 0 16px; 
  text-align:left;
}
.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 {
	color: #fff;
	background:#339933;
}
.sub-menu > a {position: relative;
}

.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 5px;
  height: 4px;
  right: 10px;
  top: 27px;
  margin: 0 -3px 0 0;
  background: url('../img/li-marker.png') left top no-repeat;
}
.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('../img/li-marker_a.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 0px;
  top: 60px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#303030;
  border-top:3px #d15d5d solid;
  padding: 13px 0 8px 0;
  margin: 0;
}
.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 12px;
  color:#d2d2d2;
  line-height: 20px;
  padding: 0 10px 4px 19px;
  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:#d15d5d;
}
.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: 13px 0 8px 0;
  margin: 0;
  border-top:0;
}

h2.title {
	padding: 0;
	margin: 10px 0 25px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
h2.title a {
	font-size:23px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
.upper {text-transform:uppercase;
}
h2.upper {
	margin-bottom:25px;
	margin-top:0;
}
.planning{ padding-bottom:20px;}
.planning a { display: block; padding: 26px 10px 20px 10px; color: #525151; background: #C7DECC; border-radius: 3px; line-height: 20px; position: relative; border: 1px #e4e4e4 solid; text-align: center; }
.planning a:hover {
	text-decoration:none;
	color:#339933;
	background:#EAEAEA;
}
.planning a span.link_title {
	display:block;
	line-height:20px;
	font-size:18px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	padding:0 0 13px 0;
	color:#5b5b5b;	
}
.planning a span.img_icon {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto 14px auto;
}
.planning a span.icon1 {
	background-image:url(../img/icon1.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon2 {
	background-image:url(../img/icon2.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon3 {
	background-image:url(../img/icon3.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon4 {
	background-image:url(../img/icon4.png);
	background-position:left top;
	background-repeat:no-repeat;
}


p.last {margin-bottom:15px;
}
.block [class*="span"] {margin-bottom:15px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}

.grey {
}

.hover_img, .hover_home, .hover_link {
	position:relative;
	background-color:#fff;
}
.hover_home {overflow:hidden;
}
.entry-title {
	position:absolute;
	left:0;
	right:0;
	top:-200px;
	padding:11px 0 12px 0;
	background:url(../img/caption.png) repeat;	
	line-height:20px;
	font-size:16px;
	color:#dddddd;
}
.entry_cats {
	padding:0 17px 6px 17px;
	color:#c3c3c3;
	font-size:14px;	
}
.entry_cats a {
	color:#c3c3c3;
	font-size:14px;	
}
.entry_cats a:hover {color:#FFF;
}
.entry_info {padding:0 17px;
}
.portfolio_zoom1 {
	display:none;
	width:37px;
	height:37px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-7px 0 0 -18px;
	background-image:url(../img/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_zoom1 a {
	display:block;
	width:37px;
	height:37px;
}
.portfolio_zoom1:hover {background-position:0 -37px;
}
.entry-link {
	position:absolute;
	left:0;
	right:0;
	bottom:-100px;
	padding:15px 0 11px 0;
	background:url(../img/caption.png) repeat;		
}
.entry-link_in {padding:0 17px;	
}
.entry-link_in a {
	display:block;
	width:13px;
	height:13px;
	background-image:url(../img/entry_link.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.entry-link_in a:hover {background-position:0 -13px;
}

/* Portfolio */
.portfolio_zoom, .portfolio_link {
	display:none;
	width:37px;
	height:37px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -39px;
	background-image:url(../img/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:-16px 0 0 2px;
	background-image:url(../img/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -37px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:37px;
	height:37px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_link:hover .portfolio_link {display:block;
}
.link1 {margin:-16px 0 0 -16px !important;
}
.post_carousel {color:#7f7f7f;
}
.post_carousel .title_t {
	line-height:20px;
	padding:7px 0 3px 0;
	font-size:16px;
	margin-top:19px;
	border-top:1px #d9d9d9 solid;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a:hover {
	text-decoration:none;
	color:#ed6451;
}
.post_meta {
	color:#b1b1b1;
	padding-bottom:6px;
	margin-bottom:7px;
	border-bottom:1px #d9d9d9 solid;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#b1b1b1;
} 
.post_meta a:hover {
	color:#ed6451;
	text-decoration:none;
}

.arrow_link {color:#ed6451;
}
.arrow_link:hover {
	text-decoration:none;
	color:#7f7f7f;	
}
.block ul, .follow_us ul, #footer ul, .clients_logo ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li, .clients_logo li {
	padding:0;
	margin:0;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 27px;
	margin:0;
	color:#7f7f7f;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#7f7f7f;
}
ul.links li a:hover, ul.links li:hover a {color:#ed6451;
} 
ul.links li:hover {
	color:#ed6451;
	background:url(../img/li_arrow_h.png) no-repeat left top;
}

.clients_logo {	margin-right:-32px;
}
.clients_logo li {
	float:left;
	margin:0 29px 20px 0;
}
.clients_logo a {
	width:168px;
	line-height:46px;
	text-align:center;
	background:#efefef;
	display:block;
	color:#afafaf;
	border:1px #e3e3e3 solid;
	border-radius:3px;
}
.clients_logo a:hover {
	color:#fff;	
	background:#707070;
	text-decoration:none;
}
.clients_logo a.lobster {
	font-family: 'Lobster', cursive;	
	font-size:25px;
}
.clients_logo a.allura {
	font-family: 'Allura', cursive;	
	font-size:29px;
}
.clients_logo a.oswald {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}
.clients_logo a.cookie {
	font-family: 'Cookie', cursive;
	font-size:34px;
}
.clients_logo a.yanonekaffeesatz {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
}
.clients_logo a.anton {
	font-family: 'Anton', sans-serif;
	font-size:22px;
}
.testimonial {
	margin-bottom:25px;
	position:relative;
	background:#eaeaea;
	padding:14px 17px;
	color:#5b5b5b;
}
.testimonials_arrow {
	width:19px;
	height:11px;
	background:url(../img/testimonials_arrow.png) no-repeat left top;
	position:absolute;
	left:0;
	bottom:-11px;
	display:block;
}
.author {
	font-size:13px;
	color:#616161;
}
.author img {
	float:left;
	margin-right:15px;
}
.author a {	color:#505050;
}
.author a:hover {color:#ed6451;
}
.author span {
	display:block;
	padding-top:10px;
}


#footer {
	color:#9e9e9e;	
	background:#3c3c3c;
	padding-top:34px;
}
#footer a {color:#ed6451;	
}
#footer h2.title {
	color:#dadada;
	font-size:20px;
	font-weight:400;
	background:none;
}
#footer .span3 { padding-bottom:18px;
}
ul.tweets li {
	padding:0 0 15px 39px !important;
	margin-bottom:15px;
	border-bottom:1px #353535 solid;
	background:url(../img/twitter.png) no-repeat left top;
	font-style:italic;
}
.sedebar ul.tweets li {border-bottom:1px #d9d9d9 solid !important;
}
ul.tweets li a {
	font-style:italic;
	color:#ed6451;
}
ul.tweets li a:hover {text-decoration:underline;
}
#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:1px #353535 solid;
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;
}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}
#footer input[type="text"] {
	margin:0 0 20px 0 !important;
	padding: 10px 6px !important;
	font-size: 14px;
	color: #787878;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;	
	background: #2a2a2a;
	border: 1px solid #2b2b2b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	  box-shadow: none;		  
}
#footer input[type="text"]:focus {
  border-color: rgba(209, 93, 93, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 1px rgba(209, 93, 93, 1);
     -moz-box-shadow: 0 0 1px rgba(209, 93, 93, 1);
          box-shadow: 0 0 1px rgba(209, 93, 93, 1);
		  color:#d15d5d;
}

.footer_bottom {
	background:#252525;
	margin-top:16px;
	padding:22px 0;
}
.copyright {color:#bfc1bd;
}
.copyright a {
	color:#ed6451;
	text-decoration:underline;
}
.copyright a:hover {text-decoration:none;
}
.foot_menu {text-align:right;
}

.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin:0 10px 0 0 !important;
	background:url(../img/foot_menu_separator.png) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#9e9e9e !important;
	font-size:12px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#ed6451 !important;
	text-decoration:none;
}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background-image:url(../img/back_top.png);
  background-repeat:no-repeat;
  background-position:0 0;
  position: fixed;
  margin-right: -670px !important;
  right: 50%;
  bottom: 64px;
  z-index: 999;
}
#toTop:hover {background-position:0 -37px;
}

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:33px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #e3e3e3 solid;
	color:#646464;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #ed6451 solid;
	color:#fff;
	text-decoration:none;
}

.page_in .container {
	padding-left:0 !important;
	padding-right:0 !important;
}
.page_in {padding-bottom:50px;
}

.breadcrumb {
  padding: 29px 0 33px 0;
  border-bottom:1px #d9d9d9 solid;
  margin: 0 0 20px 0;
  list-style: none;
  color:#ed6451;
  font-size:12px;
}
.breadcrumb span {
  color:#7f7f7f;
  padding:0 5px;
}
.breadcrumb a {
  color:#7f7f7f;
  font-size:12px;
}
.breadcrumb_title {
	font-size:40px;
	text-transform:uppercase;
	color:#ed6451;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	line-height:45px;
	padding-bottom:2px;
	letter-spacing:-1px;
}

.profile {text-align:left;
}
.profile_title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#454545;
}
.profile h4 { text-transform: capitalize; }
.profile img { margin: 10px auto; width: 169px; }
legend {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

.item_description {	
	text-align:center;
	color:#454545;
}
.item_description h6 {
	font-weight:400;
	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:#ed6451;
	text-decoration:none;
	border-color:#ed6451;
}
.preloader {
	background:url(../img/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: 0;
  width: 51px;
  height: 58px;
  margin-top: -21px;
  background-image:url(../img/slider_nav.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-51px 0; 
	left:auto;
	right:0; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-51px -58px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -58px;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}

.post_info,.catalog_info {
	padding:5px 0;
	border-bottom:1px #d9d9d9 solid;
	border-top:1px #d9d9d9 solid;
	margin-bottom:12px;
	color:#454545;
}
.post_info span, .catalog_info span {color:#ed6451;
}
.post img {
}
.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.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #d9d9d9 solid;
	color:#454545;
}
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:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#454545;
}
ul.recent_post div a:hover {color:#ed6451;
}

.sidebar  input.search-query {
  padding:5px 6px 5px 6px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

#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:0px;
	-webkit-border-radius:0px;
	border-radius:0px;	
}
.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; text-shadow: 0px 1px; }
.consulenza h2{ font: bold 20px 'PT Sans', sans-serif; text-transform: uppercase; text-align: left; color: #ed6451; margin-top: 0px; }
.consslogan {font-size: 22px;font-weight: bold;}
.block .container .row .span3{ margin: 0px; padding-left: 15px; padding-right: 14px; border-right: 1px solid #EAEAEA; }
.block .container .row .span3:last-child{border-right: none; }
.bordo { border-bottom: 1px solid #EAEAEA; }
.titolosezione{
	background-color: #EAEAEA;
	padding: 4px 5px 4px 10px;
	border-top: 6px solid #339933;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #555555 !important;
	border-bottom: 1px solid #B8B8B8;
	border-radius: 0px 0px 2px 2px;
	font-size: large;
}
.leftcol h2 { color:#339933;}
.editorialeuser{ text-align:right !important;}
.approfondimenti li{
	margin-bottom: 8px;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
}
.approfondimenti {
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	padding-left: 10px;
	padding-right: 10px;
}
.approfondimenti li:first-child{ padding-top:20px;}
.approfondimenti li:last-child{ border-bottom:none;}
.phone p{ font-weight: bold; font-size: large; color: #369747;}
.login{ text-align: right; margin-top: 10px;}
figure.foto{ margin: 0px; padding: 0px; margin-right:8px; margin-bottom:0; margin-top:5px;}
small a {color: #999999 !important;}
.articoli a:hover{ color:#369747 !important;}
.selectodd{ background-color: #F3F0F0; }
i{position: relative;
    bottom: -2px; }
.formadmin{ background-color:#e3e3e3;}
.bku { color:#000 !important; padding:10px;}
nav#main_menu select {background-color:#339933; color:#FFF;}
.editoriale { background-color: #F3F3F3; }
.editoriale h2,.editoriale p {
	padding-left: 20px;
	padding-right: 20px;
}
.h2 small{ text-align:right; }
#myCarousel h3{ font-size:16px;border-bottom: 1px solid #EAEAEA;}
.news li { height:60px;  background-color:#C7DECC;padding-left: 10px;
	padding-right: 10px;padding-bottom: 10px;margin-bottom: 8px;}
.text-center{
	text-align: center!important;
}
.margin-top-10{
	margin-top: 10px
}