/* TYPOGRAPHY & DETAILS */

body {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-weight: 700;
	color: #f36f21;
}

a {
	color: #000;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0 !important;
}

.border-right-colored {
	border-right: 1px solid #f36f21;
}

/* GRID */

/*
.contentHome {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}
*/

/* CUSTOM LOGIN  */

body.login {
	font-size: 16px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	background-color: #f36f21;
	color: #0e462e;
}

body.login h1 {
	margin-bottom: 30px;
}

body.login p {
	text-align: center;
}

body.login a {
	color: #fff !important;
}

body.login .subscribe_link {
	margin: 10px;
}

body.login .subscribe_link a {
    background-color: #fff;
    color: #f36f21 !important;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.login h1 a {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../img/pacini-giuridica.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.login form {
	background-color: #fff;
	border: none;
	text-align: center;
}

.login form .forgetmenot {
	float: none;
}

.login form input, body.login #nav, body.login #backtoblog {
	text-align: center;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
	font-size: 16px;
	box-shadow: none;
	background-color: #fff;
}

.login form input[type=checkbox] {
	width: 14px;
	height: 14px;
	margin-bottom: 5px;
}

.login form label {
	width: 100%;
}

.login form label {
	color: #f36f21;
	font-weight: 400;
}

/* HOMEPAGE HEADER */

.barralingua {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(229, 230, 229, .7);
	padding-top: 10px;
	z-index: 1;
	display:none;
}

.barralingua a {
	display: inline-block;
	width: 32px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it {
	background-image: url('../img/italy.png');
}

#uk {
	background-image: url('../img/uk.png');
}

#fr {
	background-image: url('../img/france.png');
}

.homeheader {
	min-height: 193px;
	background-color: #cbcfce;
	background-image: url('../img/header.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.homeheader .logo {
	width: 160px;
	height: 100px;
	margin: 45px auto;
	float: right;
}

.homeheader .logo_left {
	position: relative;
	height: 111px;
	margin-top: 35px;
	z-index: 1;
}

.homeheader .border-right {
	top: 20px;
	left: 50%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* NAVBAR */

.navbar-default {
	border: none;
	border-radius: 0;
	background-color: #f36f21;
	color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: transparent;
}

.navbar-default .navbar-nav > li {
	margin: 15px;
	border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav > li:first-of-type {
	margin-left: 0;
}

.navbar-right > li:last-of-type {
	margin-right: 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:active, .navbar-default .navbar-nav > .active > a:focus  {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
}

.navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .current-category-ancestor {
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav > li:hover {
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-right > li:hover {
	border-bottom: 2px solid transparent;
}

/* SEARCH FORM */

.search-container {
	height: 20px;
	margin-top: -5px;
}

.search-box {
  -webkit-transition: all 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 20px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
}

.search-box + label {
	width: 0;
}

.search-box + label .search-icon {
  color: #fff;
}

.search-box:hover {
  color: white;
}

.search-box:hover + label .search-icon {
  color: white;
}

.search-box:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 180px;
  border-radius: auto;
  background: #fff;
  color: black;
}

/*
.search-box:focus + label .search-icon {
  color: black;
}
*/

.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: relative;
  right: -18px;
  color: white;
  cursor: pointer;
}

#s:focus {
	border-color: #f36f21;
}

/* ASIDE CONTENT */

aside .content, aside .widget_nav_menu {
	background-color: #cbcfce;
	border-radius: 0;
	padding: 5px 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 14px;
}

aside .content h2, aside .widget_nav_menu h4 {
	font-size: 18px;
	color: #fff;
}

aside .widget_nav_menu h4 {
	color: #000;
}

aside .content ul, aside .widget_nav_menu ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
	margin-top: 25px;
}

aside .content ul li, aside .widget_nav_menu ul li {
	margin: 5px 0px 0px;
	border-bottom: 1px solid transparent;
}

aside .content ul li a, aside .widget_nav_menu ul li a {
	color: #000;
	text-decoration: none;
}

aside .widget_nav_menu ul li a:hover, aside .widget_nav_menu ul .current-menu-item a, aside .widget_nav_menu ul .current-post-parent a {
	border-bottom: 1px solid #000;
}

aside .content.highlight {
	background-color: #f36f21;
	color: #fff;
	margin-bottom: 0;
}

aside .content.highlight h2 {
	font-weight: 400;
	margin-top: 10px;
}

aside .loggedin {
	padding: 10px 0;
}

aside form {
	font-size: 16px;
	color: #f36f21;
	margin-top: 5px;
	margin-bottom: 20px;
}

aside form label {
	color: #000;
	width: 100%;
	font-weight: 400;
}

aside form input, .form-control {
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	height: 25px;
    padding: 5px;
}

aside form input[type="checkbox"] {
	width: auto;
	height: auto;
}

aside form input[type="submit"], aside .loggedin .btn, #blog .btn, .login form input[type="submit"], .login form input[type="submit"]:hover, .login form input[type="submit"]:active, .login form input[type="submit"]:focus {
	height: 35px !important;
	background-color: #cbcfce;
	color: #000;
	width: 100%;
	font-weight: 700;
	border-radius: 0;
	text-transform: uppercase;
	border-color: #cbcfce;
	box-shadow: none;
	text-shadow: none;
}

aside form input[type="submit"]:hover, .login form input[type="submit"]:hover {
	color: #f36f21;
	background-color: #fff;
	border-color: #f36f21;
	box-shadow: none;
}

form a {
	text-align: center;
	text-decoration: none;
}

aside .content.highlight.imageFull + div img {
	width: 100%;
}

aside .content.highlight + div {
	margin-bottom: 20px;
}

aside .content.highlight.image + div {
	background-color: #eaeaea;
	padding: 10px 0;
}

/* MAIN CONTENT */

/* CAROUSEL */

#carousel {
	overflow: visible;
}

.carousel {
	position: relative;
}

.item {
	position: relative;
	height: 244px;
/*
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
*/
}

.carousel-caption {
	background-color: rgba(243, 111, 33, .8);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding: 2px 0;
	padding-left: 15px;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
}

.carousel-caption p {
	margin: 0;
	font-size: 16px;
}

.carousel-caption hr {
	margin: 1px 0;
	width: 150px;
	border-top: 1px solid #fff;
}

.carousel-indicators {
	position: absolute;
	bottom: -35px;
	left: 50%;
}

.carousel-indicators li {
	background-color: #e0dcdc;
}

.carousel-indicators .active {
	background-color: #f36f21;
}

.item img {
	width: 100%;ß
}

.border-left {
	position: absolute;
	top: -7.5px;
	left: -7.5px;
	width: 100px;
	height: 100px;
	border-top: 15px solid #f36f21;
	border-left: 15px solid #f36f21;
	z-index: 11;
}

.border-right {
	position: absolute;
	bottom: -7.5px;
	right: -7.5px;
	width: 100px;
	height: 100px;
	border-right: 15px solid #f36f21;
	border-bottom: 15px solid #f36f21;
	z-index: 11;
}

/* BLOG */

.blog-title {
	background-color: #f36f21;
	color: #fff;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
	margin-top: 60px;
}

.blog-title > div {
	float: left;
	margin-top: -17px;
	margin-left: 10px;
	border: 1px solid #333;
	background-color: #fff;
}

.blog-title > div > img {
	padding: 5px;
	width: 50px;
	height: 50px;
}

.blog-title span {
	margin-left: 10px;
}

article {
	position: relative;
	margin-top: 30px;
}

article:first-of-type {
	margin-top: 50px;
}

article:last-of-type {
	margin-bottom: 50px;
}

article .border-left {
	width: 38px;
	height: 38px;
	border-width: 5px;
	top: -2.5px;
	left: -2.5px;
}

.media-heading {
	font-size: 12px;
	margin-top: 5px;
}

.media-object {
	width: 83px;
	height: 83px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.media-body {
	color: #000;
	font-size: 16px;
}

.media-body p {
	line-height: 14px;
}
.media-body a {
	text-transform: uppercase;
}

.search .media-body p {
	line-height: 22px;
}

.media-body hr {
	margin: 5px 0;
	width: 140px;
	border-color: #f36f21;
}

#blog .btn {
	margin-bottom: 15px;
}

/* BREADCRUMBS */

#breadcrumbs {
	background-color: #cbcfce;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* SINGLE PAGE */

.page h1, .page h2, .page h3 {
	margin-top: 0;
}

.page article header {
	position: relative;
}

.page h2 {
	letter-spacing: 1px;
	font-weight: 400;
}

.page .border-right, .page .border-left {
	width: 38px;
	height: 38px;
	border-width: 5px;
}

.page .border-left {
	top: -30px;
}

.page .border-right {
	top: auto;
	bottom: -30px;
}

/* CATEGORY POSTS LIST */

.category h1 {
	margin-top: 0;
}

.category article .border-left {
	width: 48px;
	height: 48px;
}

.category h2.media-heading {
	font-size: 16px;
}

.category h4.media-heading {
	font-size: 14px;
}

.category h4.media-heading span {
	font-size: 16px;
	font-weight: 400;
}

.category .media-object {
	width: 100px;
	height: 100px;
}

.category .media-body .mensilita {
	width: 50px;
	height: 50px;
	float: right;
}

.category .media-body hr {
	width: 100%;
}

.category .media-body .tags {
	margin-top: 10px;
}

.category.search h2.media-heading {
	font-size: 16px;
    margin: 10px 0;
    line-height: 22px;
}

.page article:first-of-type, body.post article:first-of-type, .category.search article:first-of-type {
	margin-top: 0px;
}

.page article:last-of-type, body.post article:last-of-type, .category.search article:last-of-type {
	margin-bottom: 20px;
}

/* BANNER LIBRO */

.banner {
	color: #06509a;
	width: 450px;
	border: 1px solid #f36f21;
	padding: 15px 5px;
	margin: 10px auto;
	margin-bottom: 70px;
}

.banner img {
	margin-right: 15px;
}

.banner > div {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.banner h2, .banner h4 {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
}

.banner h4 {
	font-size: 18px;
}

/* PAGINATION */

.pagination {
	width: 100%;
	margin: 0 0 20px 0;;
}

.older {
	float: left;
}

.newer {
	float: right;
}

.pagination > li > a, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active {
	background-color: #f36f21;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	text-transform: uppercase;
	border-color: #f36f21;
	border-radius: 0 !important;
	box-shadow: none;
}

/*
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active {
	background-color: #fff;
	border-color: #f36f21;
}
*/

.pagination li a img {
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

/* FOOTER */

footer {
	background-color: #fbcbaf;
	color: #000;
	padding: 15px 5px 10px 5px;
}

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

/* SERACH EVERYTHING HIGHLIGHT */

.search-everything-highlight-color {
	color: #fff;
	padding: 0 5px;
}

/* SINGLE POST */ 

body.post article header {
	position: relative;
	margin-bottom: 20px;
}

body.post h2 {
	letter-spacing: 1px;
	font-weight: 400;
}

body.post .border-right, body.post .border-left {
	width: 38px;
	height: 38px;
	border-width: 5px;
}

body.post .border-left {
	top: -30px;
}

body.post .border-right {
	top: auto;
	bottom: -30px;
}

body.post h1, body.post h2, body.post h3 {
	margin-top: 0;
	font-weight: 400;
}

.post article img {
	display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

sup, .sdfootnotesym {
	padding: 1px 5px;
	background-color: #f36f21;
	color: #fff;
	margin-left: 2px;
}

#sdfootnote1 {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #f36f21;
}

.sdfootnote-western {
	font-size: 15px;
}

.post article footer {
	background-color: transparent;
}

.post article footer div {
	margin-bottom: 10px;
	font-size: 16px;
}

.post article footer .tag {
	text-align: right;
	background-color: #cbcfce;
    padding: 5px 10px;
}

.post article footer .tag a:hover {
	text-decoration: underline;
}

.category .tags {
	text-align: right;
}

.category .tags a {
	text-transform: lowercase;
}

.post article footer .allegati h5 {
	margin-bottom: 20px;
}

.allegato, .allegato:hover {
	background-color: #f36f21;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.allegato:hover {
	text-decoration: underline;
}

/* ELENCO PUNTATO */

.central ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.central li {
    padding-left: 16px;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 8px;
    list-style:none;
}
   
.central li:before {
    content: "";
    background-color: #f36f21;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
}
.pagination li:before {
	background: none !important;
	width:0px;
	height:0px;
	
}
.pagination li {
	padding-left:0px;
}
#blog a {
	line-height: 18px;
}

#faiillogin, #pdfnascosto {
	display: none;
}
.registrazione {
	margin-top:15px;
}
#faiillogin {
	width:320px;
	margin:auto;
}
#pdf-registered {
	list-style:none; 
	margin:0;
	padding:0;
}
.linkedin {
	float:right;
	clear:both;
}
.post article .attachment-post-thumbnail {
	display: none;
}

.issuuembed iframe {
	height:400px !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: inherit !important;
	color: inherit;
}
.abbo {
	margin: 10px auto;
	text-align:center;
}
.abbo a {
	background: #f36f21;
	padding:5px;
	color: #fff;
	text-decoration:none;
	margin:auto;
}