.blog{
	border-right: 1px solid #b3b3b3;
    float: left;
    margin: 31px 0 0;
    padding: 0 12px 18px 0;
    width: 729px;
    min-height: 1000px;
}

.blog_breadcrumbs {
    color: #4d4d4d;
    font-size: 1rem;
    padding-left: 3rem;
}

.blog_breadcrumbs a{
	color: #353d48;
}
.blog_breadcrumbs a.active{
	font-weight: normal;
}

.blog_content {
    color: #4d4d4d;
    font-size: 0.7rem;
    padding: 0 0 0 3rem;
    float: left;
    width: 38rem;
}

.blog_content .nessun_risultato{
	font-size: 13px;
	color: #666666;
	
	}

.blog_content .nessun_risultato a{
	color: #353d48;
	text-decoration: none;
}

.blog_content .nessun_risultato a:hover{
	text-decoration: underline;
}

.blog_content .container_article{
	width: 600px;
	float: left;
	margin: 20px 0;
	
}

.blog_content .divider_shadow{
	height: 1px;
	width: 600px;
	float: left;
	background-color: #CCCCCC;
}

.blog_content img{
	width: 600px;
	float: left;
	overflow: hidden;
}

.blog_content img.principale{
    -webkit-box-shadow: 0 0 5px 2px #ccc;
    box-shadow: 0 0 5px 2px #ccc;
    border: 5px solid #fff;
    margin-top: 10px;
}

.blog_content h1{
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 500px;
}
.blog_content h1 a{text-decoration: none; color: #333;}

span.share_buttons_blog{
    position: absolute;
}
.blog_content h1.title_post{
	/*margin: 10px 0px*/
}



.blog_content  span.sottotitolo{
	font-size: 14px;
	color: #4D4D4D;
	text-align: left;
	margin: 5px 0px 10px 0px;
    display: block;
    float: left;
    width: 100%;
}

.blog_content .danacat
{
    width: 100%;
}
.blog_content .danacat.inpost
{
    width: 100%;
    margin-bottom: 10px;
}
.blog_content .danacat td
{
    padding: 0px 3px;
    font-style: italic;
	font-size: 12px;
	color: #777777;
	text-align: center;
}

.blog_content .danacat td:first-child,
.blog_content .danacat td:last-child
{
    padding-left:  0px;
    text-align: left;
    white-space: nowrap;
    width: 1px;
}

.blog_content .danacat td:last-child
{
    padding-right:  0px;
    text-align: right;
}



.blog_content .container_article > p{
	float: left;
	text-align: justify;
	line-height: 18px;
	width: 600px;
	max-height: 52px;
	overflow: hidden;
	position: relative;
	color: #575756;
	font-size: 0.69rem;
	font-weight: 100;
	margin: 0;
}

.blog_content .container_article > p a.more_post{
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #fff;
	color: #353d48;
	line-height: 16px;
	font-weight: normal;
}
.blog_content .container_article > p a.more_post:hover{
	color: #353d48;
}


.blog_content  div.desc_post{
	margin: 30px 0 0 0;
	float: left;
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	color: #4d4d4d;
	width: 600px;
}


.blog_content  ul.thumb_gallery{
	margin: 30px 0 0 0;
	float: left;
	width: 600px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;
}

.blog_content  ul.thumb_gallery li{
	border: 1px solid #DDDDDD;
	padding: 2px;
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin: 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blog_content  ul.thumb_gallery li img.thumbs{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100% !important;
}



.blog_content .addthis_native_toolbox{
	width: 100%;
	margin: 10px 0 0 20px;
	height: 30px;
	float: left;
}

.blog_content .coment_container{
	width: 600px;
	float: left;
	margin: 35px 0 0 0;
}

.blog_content .coment_container span.lascia_commento{
	font-size: 15px;
	color: #555555;
	float: left;
	margin-bottom: 15px;
    border-top: 1px solid #DDDDDD;
    width: 100%;
    padding-top: 10px;
	text-align: center;
}

.blog_content .coment_container form{
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

.blog_content .coment_container .row_form{
	width: 44%;
	float: left;
}
.blog_content .coment_container .space_row{
	width: 10%;
	float: left;
	height: 50px;
}
.blog_content form label{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #4B4B4B;
	margin: 0;
	text-align: center;
	margin-top: 0.5rem;
}
.blog_content form input[type="text"], input[type="email"]{
	width: 100%;
	height: 25px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 0.7rem 1rem;
	float: left;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3rem;
	color: #4B4B4B;
	margin-top: 0.5rem;
}
.blog_content form input[type="submit"]{
	float: right;
	font-size: 14px;
	margin: 20px 4px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0.3rem;
	padding: 0.4rem 0.8rem;
	border: none;
	background-color: #353d48;;
	color: white;
}

.blog_content form input[type="submit"]:hover{
	background-color: #353d48;
	color: #FFFFFF;
	border: 1px solid #033b73;
}



.blog_content form textarea{
	width: 98%;
	height: 100px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 0.5rem 3.5rem;
	color: #4B4B4B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10rem;
	font-size: 0.7rem;
	color: #444444;
	margin-top: 0.5rem;
}

.coment_container input.cognome{
    display:none;
}


.coment_container .messaggio_info{
	color: #353d48;
	font-size: 13px;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 20px 0;
	background-image: url('../gaia/images/info-chat.png');
	background-position: 50px center;
	background-repeat: no-repeat;
	line-height: 25px;
}

.blog_content .back_home{
	width: 100%;
	margin: 30px 0 0 0;
	height: 70px;
	float: left;
	font-size: 15px;
}

.blog_content .back_home a.back{
	text-decoration: none;
	float: left;
	margin: 0px 0 10px 0;
	background-color: #353d48;
	color: white;
	padding: 0.1rem 0.4rem;
	border-radius: 0.3rem;
}
.blog_content .back_home a.search{
	text-decoration: none;
	float: right;
	margin: 0px 0 10px 0;
	background-color: #353d48;
	color: white;
	padding: 0.1rem 0.4rem;
	border-radius: 0.3rem;
}

span.arrow {
	color: #ffffff;
	font-size: 18px;
}



.blog_content .back_home a.back:hover{
	text-decoration: underline;
}
.blog_content .back_home a.search:hover{
	text-decoration: underline;
}

.didascalia_img{
	text-align: center;
	width: 100%;
	margin: 10px 0;
	float: left;
	font-style: italic;
}
















.bx-wrapper {
	position: relative;
	margin: 0 !important;
	padding: 0;
	*zoom: 1;
    clear: both;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	clear: both;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../gaia/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Open Sans', sans-serif;
	/*font-family: LemonMilk;*/
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0px 2px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #353d48;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #353d48;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../gaia/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../gaia/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../gaia/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../gaia/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
	text-align: center;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 3px 10px;
	font-style: italic;
}

/*stile right side blog post*/



.container_msg {
	width: 580px;
	background-color: #EEEEEE;
	border: 1px dashed #DEDEDE;
	float: left;
	margin: 20px 0 0 0;
	padding: 10px;
	color: #4B4B4B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.container_msg .msg_autore{
	width: 50%;
	float: left;
	text-align: left;
	font-style: italic;
	color: #888888;
	padding: 0 0 5px 0;
}
.container_msg .msg_data{
	width: 50%;
	float: left;
	text-align: right;
	font-style: italic;
	color: #888888;
}
.container_msg .msg{
	width: 580px;
	float: left;
	border-top: 1px solid #DEDEDE;
	padding: 5px 0;
}
.container_msg .msg label{
	width: 80px;
	float: left;
	font-weight: bold;
}
.container_msg .msg .test{
	width: 500px;
	float: left;
	line-height: 18px;
	text-align: justify;
}

.container_msg .risposta{
	width: 555px;
	float: left;
	padding: 5px 10px 0px 25px;
}

.container_msg .risposta label{
	width: 80px;
	float: left;
	font-weight: bold;
}
.container_msg .risposta .test{
	width: 475px;
	float: left;
	line-height: 18px;
	text-align: justify;
}

.coment_form .row_form input[type=text]:not([readonly]),
.coment_form .row_form input[type=email]:not([readonly]) {
	box-sizing: border-box;
    font-size: 0.7rem;
}

.coment_form .row_form input[type=text]:focus:not([readonly]),
.coment_form .row_form input[type=email]:focus:not([readonly]){
	border: 1px solid #CCCCCC;
    box-shadow: none;
    outline: none;
}