@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);

body,
button,
input,
select,
textarea {
	color: #606060;
	font-family: 'Oxygen',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/*nuova larghezza colonne footer*/
.col-personalizzata-20 {
    width: 20%;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group > .form-control,
select.input-group > .input-group-addon,
select.input-group > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group > .form-control,
textarea.input-group > .input-group-addon,
textarea.input-group > .input-group-btn > .btn,
select[multiple].input-group > .form-control,
select[multiple].input-group > .input-group-addon,
select[multiple].input-group > .input-group-btn > .btn {
  height: auto;
}


h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

code{
	white-space: normal;
}


/* Links */
a {
	color: #007D82;

}
a:visited {
	color: #007D82;
}
a:hover,
a:focus,
a:active {
	color:#000;
	text-decoration: none;
}

/* Head */

#masthead{
	position: relative;
}
.site-branding{
	margin: 11px 0;
}
h1.site-title{
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 25px;
	display: none;	
}
h1.site-title a:link, h1.site-title a:visited{
	color: #000;
}
img.logo{ 
	border: none;
}



/* Menu */
.navbar-toggle {
	position: inherit;
	top: 0px;
}

.mobilenavi{
	margin: 10px auto;
	display: block;
	text-align: center;
}


.menutoggle{
	width: 36px;
	height: 36px;
	color: #777;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 20px;
	top:25px;
	font-size: 20px;
	display:none;
}
nav.main-navigation{

	margin-bottom: 20px;
	background: #3a4755;
}
#submenu {
	padding:0px 0px;
	margin: 15px 0px;
	height:60px;
	border-bottom: none;
	float: left;


	}
	
#submenu ul {
	width: auto;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0 0px;

	}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight:400;

	}
	
#submenu li a {
	color: #444;
	display: block;
    margin: 0;
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #71BD44;
	
	}
	
#submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
	

	
#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited,
#submenu li ul li ul li a, #submenu li ul li ul li a:link, #submenu li ul li ul li a:visited,
#submenu li ul li ul li ul li a, #submenu li ul li ul li ul li a:link, #submenu li ul li ul li ul li a:visited {
	color:#444;
	width: 148px; 
	margin: 0;
	padding: 10px 10px;
	border-top:1px solid #ddd;
	position: relative;
	font-weight:400;

	}
	
#submenu ul li ul li:first-child a,#submenu ul li ul li ul li:first-child a,#submenu ul li ul li ul li ul li:first-child a  {
	border-top:none;
	

}

	
#submenu li ul li a:hover ,#submenu li ul li ul li a:hover ,#submenu li ul li ul li ul li a:hover {
	color: #71BD44;

		}


#submenu li ul {
	font-size: 14px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background:#fff;
	
	}

#submenu li ul a { 
	width: auto;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -44px 0 0 160px;
	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}



.top-social{
	margin: 7px 0 0 0;
}

.top-social .share{
	text-align: right;
}
.top-social .share img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
@media screen and (max-width: 1026px) and (min-width: 769px) {
	.top-social .share img {
		width: 30px;
	}
}


/* Layout */

#primary, #secondary{
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Slider */

#slidebox{
	max-height: 225px;
  overflow: hidden;
	position: relative;
	background: #FFF;
}


.doverlay{
	background: url(images/overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	z-index: 100;

}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
	
	
.flex-caption{
	width: 42%;
	position: absolute;
	top:40%;
	right: 10%;
	text-align: center;
	z-index: 120;
	color: #fff;
	background: #FFCC00;
	text-align: right;
}	
	
.flex-caption h2{
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
	color: #fff;
}

.flex-caption p{
	font-size: 16px;
}

a.frmore{
	background: rgba(255,255,255,0.2);
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	border: 1px solid #fff;
	padding: 5px 0px;
	margin: 10px 10px;
	right: 0px;
	font-weight: bold;
	color: #fff!important;
	text-align: center;
}


/* Home widgets */

.fwidgets{
	padding: 15px 0px;
	background: #71BD44;
	border-top:5px solid #c9e7b7;
	border-bottom:5px solid #c9e7b7;
}

.homewidget{
	color: #fff;
	text-align: center;
}

.homewidget img{
    margin-bottom: 0;
}
/*.homewidget span{
	border: 5px solid #fff;
	background: transparent;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	display: block;
	line-height: 65px;
	text-align: center;
	margin: 0px auto;
	font-size: 20px;
}
*/

.emergi{
    color: #37631C;
}
.homewidget h3 a{
color: #3B3B3B;
}

.homewidget h3 a:visited {
	color: #3B3B3B;
}
.homewidget h3 a:hover,
.homewidget h3 a:focus,
.homewidget h3 a:active {
	color:#000000;
	text-decoration: none;
}
.homewidget h3{
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

/* Homepage */

.section-wide{
	margin-top:40px;
}
.sec{
	margin-bottom: 40px;
}
.section-title{
	padding-bottom: 20px;
}
.section-title h2{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

.section-title p{
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	color: #aaa;
	padding-bottom: 20px;
}

.portbox,.postbox,.hthumb{
	position: relative;

}
.hthumb a img{
	display: block;
}
.overlay{
	position: absolute;
	background: #71BD44;
	width: 30px;
	height: 30px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 100;
	right: 0px;
	bottom: 0px;
}
.portbox h3{
	text-align: center;
	color: #000;
	font-size: 14px;
}

.postbox h3{
	font-size: 16px;
	font-weight: bold;
}
.postbox h3 a:link, .postbox h3 a:visited, .portbox h3 a:link, .portbox h3 a:visited {
	color: #000;
	
}

.media{
	margin-bottom: 30px;
}

.media-body{
	padding: 15px;
}

.hometa{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
}

.media-heading {
	margin: 5px 0px 5px;
}

/* badge promo */
.badgepromo{
	width: 92px;
	height: 92px;
	padding-top: 21px;
	border-radius: 46px;
	background: #ce3106;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 1px;
	right: 5px;
	z-index: 300;
	box-shadow: 1px 2px 1px #541402;
	font-size: 19px;
	line-height: 23px;
	font-family: 'Oswald', serif;
	text-transform:uppercase;
}
.badgepromo b{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform:lowercase;
	font-size: 21px;
}

a.btn-success{
	color: #FFF;
	background-color: #71BD44;
	border-color: #71BD44;
	font-size: 14px;
	text-transform:uppercase;
}
a.btn-success:hover{
	color: #FFF;
	background-color: #52A01E;
	border-color: #52A01E;
}


/* Article (eBook) */

.page-head{
	background: #71BD44 url(images/sfondo-testata.gif) 0% 0 no-repeat;
	background: #71BD44;
	padding: 20px 0px;
	color: #fff;
	border-top:5px solid #c9e7b7;
	border-bottom:5px solid #c9e7b7;
}

/* fascia sezione Codalunga */
.page-head-cd{
	background: #CB5BA5 url(images/sfondo-testata.gif) 0% 0 no-repeat;
	background: #CB5BA5;
	padding: 20px 0px;
	color: #fff;
	border-top:5px solid #FFCAF0;
	border-bottom:5px solid #FFCAF0;
}

.page-head h3{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Oxygen',sans-serif;
	padding: 0;
	margin: 0;
}

.page-head-cd h3{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Oxygen',sans-serif;
	padding: 0;
	margin: 0;
}

.page-head h3 a{
	color: #FFF;
}

.page-head h3 a:hover{
	border-bottom: 1px dashed #FFF;
}

.page-head-cd h3 a{
	color: #FFF;
}

.page-head-cd h3 a:hover{
	border-bottom: 1px dashed #FFF;
}


article.post, article.page, section.error-404{
	margin-bottom: 40px;
}

article.miobox{
	min-height: 320px;
	text-align:center;
}

.title, .titleh4{
	color: #71BD44;
	font-weight: bold;
	font-size: 19px;
}
.titleh4{
	margin-top: 20px ;
}

.coppie span.field {  
	display: block; 
	position: relative;
	margin-left: 110px; 
}
.coppie span.field-video { 
	margin-top: 20px; 
	margin-left: auto !important;
   	margin-right: auto !important;
	display: block; 
	position: relative; 
}

.coppie label { 
	float: left; 
	width: 95px; 
	text-align: left; 
	padding: 2px 15px 0 0; 
	font-weight: normal; 
}

/*cornice slideshow*/
.cornice_rosa{
	background-color: #e881ae;
    	margin-bottom: 40px !important;
    	/*margin-left: auto !important;
   	margin-right: auto !important;*/
   	margin-top: 20px !important;
    	padding: 20px !important;
}

.cornice{
	background-color: #00A9AC;
	padding: 20px;
	margin-top: 20px !important;
	margin-bottom: 40px !important;
	margin-left: auto !important;
   	margin-right: auto !important;
	/*margin-left: 110px !important;*/
}

ul.listaeventiebook{
	list-style:none;
	padding:0;
	margin:0;
}
ul.listaeventiebook li{ 
	padding: 4px 0 4px 24px;
}


/*correlati*/

ul.correlati li{
	width: 160px;
	overflow: hidden;
	border: 1px solid #CCC;
	display:inline-block;
	text-align: center;
}

.correlati {
margin-left: 0;
}

blockquote p{
    font-size: 14px;
}
h1.entry-title{
	margin-top:10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	color: #000;
}

h1.entry-title a:link, h1.entry-title a:visited{
	color: #000;
}

.entry-meta{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}


/*immagini aside*/
.amazon-logo {
    max-width: 60%;
    padding-left: 40px;
    margin-top: 20px;
}


/* Search */

.widget_search{
	width: 100%;
}
.widget_search label{
	width: 100%;
}
input.search-field{
	border: 1px solid #ddd;
	background: #fafafa;
	height: 40px;
	border-radius: 20px;
	width: 90%;
	padding: 5px 5%;
	display: block;
}


/* Widgets */
.widget {
	margin: 0 0px 30px 0px;
	
}

/* non visualizzare la categoria "ebook" = cat-item-5 e "ebook_home_slider" = 10 */
.widget .cat-item-5, .widget .cat-item-10{
	display: none;
}

h1.widget-title, h3.sidetitl {
    font-size: 20px;
 	color:#000;
 	height: 60px;
 	line-height: 60px;
 	text-transform: uppercase;
 	font-weight: bold;
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #6f7779;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #6f7779;
    text-decoration: none;
}

.widget ul li a:hover{
	color:#71BD44;
}

/* per Codalunga*/
.codalunga a:link,.codalunga a:visited {
    color: #6f7779;
    text-decoration: none;
}

.codalunga a:hover{
	color:#CB5BA5!important;
}
/*fine*/

/* per Agenzia letteraria*/
.citazione_sidebar {
    margin-top: 2em;
    text-align: center;
}
/*fine*/

.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0px;
}

/* Nuova classe categorie */
.widget.widget_categories ul li {
    background-color: #f5f5f5;
    border-radius: 7px;
    margin: 7px;
    padding: 7px;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
     border-bottom: 1px dotted  #ddd;
}

.widget ul#recentcomments li.recentcomments {
     border-bottom: 1px dotted  #ddd;
    padding: 7px 0;
}

.widget .textwidget p {
    padding: 0px 0px;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
}

/* Nuova classe tag */
#tag_cloud-3 .tagcloud a {
    background-color: #f5f5f5;
    padding: 4px 6px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
    line-height: 2.5;
    width: border-box;
    color: #8D9296; 
}

#tag_cloud-3 .tagcloud a:hover {
	color: #007D82; 
}
	

.widget #calendar_wrap{
	padding:0px 20px 20px 20px;
	color: #6f7779;
}

.widget_ns_mailchimp{
	background: #fff;
	border:1px solid #eaeaea;
	padding: 20px 20px;
}

.widget_ns_mailchimp input.button{
	width: 110px;
	margin: 10px 0px 0px 0px;
}

.squarebanner{
	margin:0px;
}


.squarebanner ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px !important;

}

.squarebanner ul li{
	margin:10px 20px 5px 0px;
	list-style:none;
	float:left;

}
.squarebanner ul li img{
	width: 110px;
	height: 110px;
}

li.rbanner{
	margin-right:0px!important;
}



/* Comments */

#comments{
	
}

h2.comments-title{
	font-size: 24px;
	margin-bottom: 20px;
	color: #71BD44;
}

#comments ol.comment-list {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

#comments ol.comment-list li.comment,#comments ol.comment-list li.pingback {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    line-height: 1.6;

}

ol.comment-list li .comment-author .avatar {
     margin: 10px 10px 20px 0px;
     float:left;
     width:64px;
     height: 64px;
     border-radius: 32px;
}

cite.fn {
    color: #444;
    font-style:normal;
    font-weight:bold;
    font-size:14px;
    padding-top: 10px;
    display: inline-block;
}

cite.fn a:link,cite.fn a:visited {
	color:#444;
}

ol.comment-list li .comment-meta{

	padding-bottom: 10px;
}

ol.comment-list li .comment-meta a {
    
    text-decoration: none!important;
    
    
}

.comment-metadata{
	font-size: 12px;
	color: #999;
}

.comment-metadata a:link, .comment-metadata a:visited{
	color: #999;
}

.comment-content{
	padding: 0px 10px 10px 74px;

}

ol.comment-list li .reply {
    color: #71BD44;
    font-size: 12px;
    margin-left: 74px;
}

ol.comment-list li .reply a {
    color: #71BD44;

}

.space{
	height:30px;
}


ol.comment-list li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 20px 0px 0px 50px;
}


#respond {
    margin: 30px 0;

}

#respond h3 {
    font-size: 18px;
    color: #3a4755;
    padding: 5px 0px;
    margin:0px 0px;
}

#commentform {
    padding: 0px 0px;
}

#commentform p {
    color: #777;
    margin: 5px 0;
}

.form-allowed-tags{
	font-size:13px;
}

#respond label {
    display:inline;
    color: #777;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
    display:block;
    margin-top:5px;
}

#respond input#submit {
	width:130px;
    background:#eee;
    color: #555;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea#comment {
    display:block;
    margin-top:5px;
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #333;
    margin: 5px 0 0;
    padding: 10px 10px;
}


.form-allowed-tags{
	padding:20px 0px;

}

/* Footer widgets */

#bottom{
	padding: 20px 0px 40px 0px;
	background: #3b3b3b;
	border-top:5px solid #71BD44;
}

#bottom ul{
	margin:0px 0px;
	padding:0px;
}

h3.bothead{
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0px;
	color:#fff;
	text-transform: uppercase;
	}
	
.botwid{
	color: #aaa;
	}

.botwid a:link, .botwid a:visited  {
	color: #aaa;
	text-decoration: none;
	}

.botwid a:hover{
	color: #fff;
	}
	
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
    border-bottom: 1px dotted rgba(255,255,255,.2);
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	color: #aaa;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	color: #aaa;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;
	}

.botwid ul li a:hover{
	color: #fff;
	}

.botwid p{
	padding: 5px 0px;
	margin:0;
	line-height:150%;
	
	}

.botwid table {
	width:100%;
	text-align:center;
	color: #818181;
	}		
		
.botwid ul#recentcomments li.recentcomments {
    padding:7px 0;
}



/* Footer */

.site-footer{
	padding: 10px 0px;
	background:#292929;
	font-size: 12px;
}

.fcred{
	padding: 10px 0px;
	color: #eee;
}

.fcred a:link, .fcred a:visited{
	color:#eee;
}

.infoebooklista{
	font-size: 11px;
	text-align: left;
	padding-top: 7px;
}
.infoebooklista a{
	font-weight: bold;
}

/* nuova paginazione */	
.navigationpiede{
	display: block;
	clear: both;
	text-align:center;
}

.navigationpiede ul{
	padding:0 ;
	margin: 0;
}
.navigationpiede li {
	display: inline;
	padding:0;
	margin:0;
}

.navigationpiede li a,
.navigationpiede li a:hover,
.navigationpiede li.active a,
.navigationpiede li.disabled {
	color: #fff;
	text-decoration:none;
	background-color: #00A9AC;
	border-radius: 10px;
	cursor: pointer;
	line-height: 30px;
	padding: 12px;
}

.navigationpiede li a:hover,
.navigationpiede li.active a {
	background-color: #71BD44;
}


/* condividi fine pagine */
.condividisu{
	margin: 40px 0;
	padding: 0px;
	text-align:center;
}

.condividisu img{
	width: 32px;
	height: 32px;
	margin: 0 8px;
}

/* social_footer */
.condividisu_footer{
	margin: 0 0 40px 0;
	padding: 0px;
	text-align:left;
}
.condividisu_footer img{
	width: 32px;
	height: 32px;
	margin: 0 3px;
}

.condividisu_footer a:first-child img{
	margin: 0 3px 0 0;
}

@media screen and (max-width: 768px) {
	html{
		font-size: 60%;
	}
	
	.site-branding{
		text-align: center;
	}

	h1.site-title{
	}
	
	.top-social{
		margin: 0 0 10px 0;
		text-align: center;
	}
	
	.top-social .share{
		text-align: center;
	}	
	
	.top-social .share img {
		width: 42px;
		padding: 5px;
		border: 0;
		box-shadow: 0;
		display: inline;
	}
	
	select.mnav{
		width: 100%;
		margin-bottom: 20px;
	}

	#submenu{
		float: none;
		height: 0px;
	}
	#submenu ul {
		width: 100%;
		float: none;
		list-style: none;
		margin: 0;
		padding: 0 0px;
	}
	#submenu li {
		float: none;
	}
	#submenu li a {
		padding: 5px 10px;
	}
	#submenu li:hover ul {
    left: 190px;
	}
		
	.flex-caption{
		font-size: 60%;
	}
	.portbox, .postbox{
		margin-bottom: 30px;
	}
	
	.condividisu img{
		width: auto;
		height: auto;
	}
	
	.media{
		margin-bottom: 0px;
	}

}

@media screen and (min-width: 769px) {
	.collapse{
		display: block;
	}
}