/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
html,
body {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
	letter-spacing:0.3px;
	font-size: 16px;
  font-weight: 200;
}

strong {
  font-weight: 500;
}

.h5, h5 {
    font-size: 16px;
    font-weight: 200;
}

.h6, h6 {
    font-size: 14px;
    font-weight: 200;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 35px 15px 15px 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* MIEI STYLE PER IL CONTENT */

.icon-bar {
	background-color: #282828;
}

.navbar-toggle {
    padding: 9px 10px;
    border: 1px solid #c0c0c0;
	display:block;
	width:42px;
	float:left;
	margin:4px;

}

.navbar-brand {
	padding:9px  0px 2px 4px;
	height: 42px;
}

/* PROFESSIONAL */

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 10px;
    border-bottom: 2px solid #E2E2E2;
}

.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}



.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	border-right:1px solid #4a4a4a;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #ccffcc;
	background-color:#666666;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 68px  0px 0px 28px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 13px;
    line-height: 28px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #383838;
    font-size:1.2em;
    padding: 3px 0;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #9e9e9e;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-brand {
	display:none;
}

.sidebar-nav > .sidebar-brand a {
    color: #4d4d4d;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.navmobile {
	border-bottom:1px solid #e9e9e9;
	background-color:#fff;
	margin-bottom:32px;
}

.mobimage {
	margin-top:26px;
}

.submenu {
	display:none;
}

.submenuc {
	margin:0px auto;
}


.submenuc a {
	margin:0px;
	font-size:14px;
  font-weight: 200;
	padding: 3px 4px;
}

.submenucontainer {
	width:100%;
	margin-bottom:22px;
	text-align:center;
	clear:both;
}

.titcontainer {
	height:108px;
}

.minilistemob {
	display:block;
}

.minilistemob h3 {
	text-align:center;
	text-decoration:none;
	border-bottom:3px solid #000;
}

.minilistepc {
	display:none;
}

#foothome {
  position: absolute;
  bottom: 10px;
  text-align: right;
  width:100%;
}

/* FONT E TITOLI ECT */

h1 {
	font-size: 28px;
	letter-spacing:-1px;
	margin-top: 20px;
  font-weight: 200;
}

h2 {
  font-weight: 200;
	font-size: 26px;
}

h3 {
  font-weight: 200;
	color:#383838;
	text-decoration:underline;
	/*font-family: serif;*/
	font-size:24px;
	font-style:italic;
	text-align:left;
	margin-bottom:20px;
}

.btn-group-sm>.btn, .btn-sm {
    font-size: 15px;
}


.galltype {
	text-align:left;
	padding:0px;
	margin:0px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

.backbutton {
	padding:18px;
	margin-top:42px;
	border-top:1px solid #d2d2d2;
	text-align:right;
}

.btn-default {
	margin:14px 8px 3px 3px;
}

 .mybtnbar {
	margin-top:14px;
	margin-right:0px;
	margin-bottom:6px;
	margin-left:-1px;
 }

 .mybtnbar a:hover {
	text-decoration:none;
 }

.btn-right {
	float:right;
}

.imgfull {
	width:96%;
	margin-left:4px;
}

.incvid {
	/* altezza video sul cell */
	height:315px;
}

.subm li {
	padding:0px;
	margin:0px;
	line-height:10px;
}

.miniliste {
  margin-bottom: 18px;
}

/* ABSTRACT */

.morelink{
    font-size:16px;
    padding:3px;
    display:block;
	text-align:right;
  font-weight: 200;
}

/* MINI CAROUSEL */
.carousel-inner img {
	width:100%;
  	height:100%;
}

#myCarousel {
	font-size:90%;
}

.carousel-controls-mini {

}

.carousel-controls-mini > a {
	border:1px solid #eee;
  	width:20px;
    display:block;
    float:left;
    text-align:center;
}


/* MEDIA QUERY SOLO SU SCHERMI GRANDI */
@media(min-width:1900px) {
	.img-bigscreen {
		text-align:center;
		width:60%;
		margin:0px auto;
	}
	.col-lg-4 {
		width:20%;
	}
}
@media(max-width:1899px) {
	.img-bigscreen {
		text-align:center;
		width:100%;
	}
}
/* MEDIA QUERY SOLO SU PC */
@media(min-width:768px) {
    .sidebar-brand {
		margin-bottom:35px;
		display:block;
	}

	h1 {
		font-size: 28px;
		letter-spacing:-1px;
		margin-top: 9px;
    font-weight: 200;
	}

	.incvid {
		/* altezza video sul cell */
		height:415px;
	}

	.navmobile {
		display:none;
	}

	.mobimage {
		margin-top:24px;
	}

	#wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 30px 20px 30px 50px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

	.sidebar-nav {
		position: absolute;
		top: 0;
		width: 250px;
		margin: 0;
		padding: 40px  0px 0px 36px;
		list-style: none;
	}

	.vertical-align {
        display: flex;
        align-items: center;
    }

	.submenu {
		right:0px;
		position:fixed;
		padding:0px;
		margin:0px;
		top:46px;
		display:inline;
		z-index:999;
	}

	.submenu a {
		float:none;
		width:75px;
		margin:0px 0px 2px 0px;
		display: block;
		padding:2px;
		border-left: 1px solid #d8d8d8;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		border-right: none;
		border-top-left-radius:4px;
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
		border-bottom-left-radius:4px;
	}

	.submenucontainer {
		display:none;
	}

	.submenuc {
		display:none;
	}

	.minilistemob {
		display:none;
	}

	.minilistepc {
		display:block;
	}
}
