/*
|--------------------------------------------------------------------------
| Tema
|
| - FONT
| - CONTENT
|   - Typography
|   - Table
| - COMPONENTS
|   - Modal
|   - Form
|   - Accordion
|--------------------------------------------------------------------------
*/

body{
	font-family: 'gentonabook';
	font-size:15px;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1300px;
    }
}

.d-flex{
    display: flex !important;
}

/*
|--------------------------------------------------------------------------
| FONT
|--------------------------------------------------------------------------
*/

@font-face {
    font-family: 'gentona_boldbold_italic';
    src: url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.eot');
    src: url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.woff2') format('woff2'),
         url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.woff') format('woff'),
         url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.ttf') format('truetype'),
         url('//assets.unipegaso.it/fonts/gentona_bold_bold_italic-webfont.svg#gentona_boldbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gentona_bookbold';
    src: url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.eot');
    src: url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.woff2') format('woff2'),
         url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.woff') format('woff'),
         url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.ttf') format('truetype'),
         url('//assets.unipegaso.it/fonts/gentona_book_bold-webfont.svg#gentona_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gentonabook_italic';
    src: url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.eot');
    src: url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.woff2') format('woff2'),
         url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.woff') format('woff'),
         url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.ttf') format('truetype'),
         url('//assets.unipegaso.it/fonts/gentona_book_italic-webfont.svg#gentonabook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gentonabook';
    src: url('//assets.unipegaso.it/fonts/gentona_book-webfont.eot');
    src: url('//assets.unipegaso.it/fonts/gentona_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('//assets.unipegaso.it/fonts/gentona_book-webfont.woff2') format('woff2'),
         url('//assets.unipegaso.it/fonts/gentona_book-webfont.woff') format('woff'),
         url('//assets.unipegaso.it/fonts/gentona_book-webfont.ttf') format('truetype'),
         url('//assets.unipegaso.it/fonts/gentona_book-webfont.svg#gentonabook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------
| Typography
|----------------------------------------------------------------
*/

h1{
    font-family: 'gentona_bookbold';
	margin-top:0;
	font-size: 28px;
	letter-spacing:0.4px;
}

h3{
	margin-top: 0;
	font-size: 21px;
	font-family: 'gentona_bookbold';
}

a, a:hover{
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
	color:#802144;
}

a, a:focus {
	outline:none!important;
}

.font-weight-bold {
    font-weight: bold!important;
}

/*
|----------------------------------------------------------------
| Table
|----------------------------------------------------------------
*/

.table {
    background-color: transparent;
    border: 2px solid #EFEFEF;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
    padding: 8px;
    line-height: 120%;
    vertical-align: top;
    border-color:#efefef;
}

.table thead{
    background-color: #EFEFEF;
}

.table > thead > tr > th{
    border-bottom:none;
    padding: 15px 10px;
    font-weight: normal;
    font-size: 17px;
}

table .text-center.vertical-middle{
    vertical-align:middle;
}

#article .content table.dataTable{
    border-collapse:collapse!important;
}

/*
|--------------------------------------------------------------------------
| COMPONENTS
|--------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------
| Modal
|----------------------------------------------------------------
*/

.modal-content{
    border-radius:0;
}

.modal-header{
    padding:15px 30px 0;
    border-bottom:none;
}

.modal-footer {
    padding:0 30px 30px;
    border-top:none;
}

.modal-body{
    padding:30px;
}

.modal-title{
    font-family: "gentonabook_italic";
    font-size: 27px;
}

@media(max-width:767px){

    .modal-header,
    .modal-footer {
        text-align:center;
    }

    .modal-title {
        font-size:24px;
    }

    .modal-footer .btn-pegaso{
        padding:10px 20px;
    }

    .modal-footer .btn-default{
        padding:8px 20px;
    }

}

/*
|----------------------------------------------------------------
| Form
|----------------------------------------------------------------
*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #24201D;
    background-color: #fff;
    border-radius: 0px;
    background-image: none;
    border: 2px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #24201D;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .title {
    background-color: #eaeaea;
    color: #666666;
    font-family: "gentona_bookbold";
    font-size: 16px;
    padding: 15px 30px;
    text-transform: uppercase;
}

form fieldset{
    border: 2px solid #eaeaea;
    margin-bottom: 20px;
    padding: 30px;
}

/* input */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{
    height:39px;
}

/* select */

form .select select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    height:39px!important;
}

form .select{
    position:relative;
}

form .select::after{
    content:"\f107";
    color: #5c5c5c;
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: 10px;
}

form select optgroup{
    padding:0px 10px;
}

form select option{
    padding:5px 10px;
}

/* checkbox */

form .checkbox {
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding-left: 0px;
    padding-top: 4px;
    position: relative;
    margin-bottom: 15px;
}

form .checkbox label {
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    line-height: 15px;
}

form.survey .checkbox {
    font-size:15px;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

form.survey .checkbox input {
    opacity:1;
    z-index: 0;
}

form.survey .options .checkbox label {
    display:block;
}

form .checkbox-indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border:2px solid #ccc;
}

.checkbox:hover input ~ .checkbox-indicator,
.checkbox input:focus ~ .checkbox-indicator{
    background: #fff;
    border:2px solid #24201D;
}

.checkbox input:checked ~ .checkbox-indicator{
    background-color: #fff;
    border:2px solid #ccc;
}

.checkbox input:disabled ~ .checkbox-indicator{
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.checkbox-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkbox-indicator:after {
    display: block;
}

.checkbox .checkbox-indicator:after {
    left: 3px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #24201D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#online-registration .checkbox .checkbox-indicator:after {
    left: 4px;
    top: 0px;
    width: 8px;
    height: 12px;
    border: solid #24201D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* esiste? */
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

/*
|----------------------------------------------------------------
| Accordion
|----------------------------------------------------------------
*/

#accordion .panel-group .panel,
#accordion2 .panel-group .panel {
    border-radius: 0;
}

#accordion .panel,
#accordion2 .panel {
    border:none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

#accordion .panel-heading,
#accordion2 .panel-heading{
	background-color:#fff;
	border:2px solid #eaeaea;
	border-radius:0;
	padding:0;
}

#accordion .panel-heading:hover,
#accordion2 .panel-heading:hover{
	background-color:#802144;
	transition:all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    cursor:pointer;
}

#accordion .panel-heading a,
#accordion2 .panel-heading a{
	display:block;
	padding:15px 45px 14px 20px;
	position:relative;
}

#accordion .panel-heading a[aria-expanded="true"],
#accordion2 .panel-heading a[aria-expanded="true"]{
	background-color:#802144;
	color:#fff;
	text-decoration:none;
}

#accordion .panel-heading a.collapsed::after,
#accordion2 .panel-heading a.collapsed::after{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

#accordion .panel-heading a::after,
#accordion2 .panel-heading a::after{
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

#accordion .panel-heading:hover a,
#accordion2 .panel-heading:hover a{
	color:#fff;
	text-decoration:none;
}

#accordion .panel-heading a i,
#accordion2 .panel-heading a i {
    position: absolute;
    right: 15px;
	color:#EAEAEA;
}

#accordion h2.panel-title,
#accordion2 h2.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

#accordion .panel-body,
#accordion2 .panel-body{
	border-color: #efefef;
    border-style: solid;
    border-width: 0 2px 2px;
	padding:20px;
}

/*
|--------------------------------------------------------------------------
| UTILITIES
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Padding
|--------------------------------------------------------------------------
*/

.p-t-0{
    padding-top:0;
}

.p-r-0{
    padding-right:0;
}

.p-r-5{
    padding-right:5px;
}

.p-l-0{
    padding-left:0;
}

.p-l-5{
    padding-left:5px;
}

.p-l-15{
	padding-left:15px;
}

.p-r-15{
	padding-right:15px;
}

.p-r-30{
	padding-right:30px;
}

.p-20{
	padding:20px;
}

/*
|--------------------------------------------------------------------------
| Margin
|--------------------------------------------------------------------------
*/

.m-l-5{
    margin-left:5px;
}

.m-r-5{
    margin-right:5px;
}

.m-r-15{
    margin-right:15px;
}

.m-r-20{
    margin-right:20px;
}

.m-t-0{
    margin-top:0!important;
}

.m-t-5{
    margin-top:5px;
}

.m-t-10{
    margin-top:10px;
}

.m-t-20{
	margin-top:20px;
}

.m-t-30{
	margin-top:30px;
}

.m-t-40{
	margin-top:40px;
}

.m-b-0{
    margin-bottom:0!important;
}

.m-b-18{
    margin-bottom:18;
}

.m-b-20 {
    margin-bottom:20px;
}

.m-t-150{
    margin-top:150px;
}

.p-0 {
    padding:0!important;
}

.p-b-0{
    padding-bottom:0!important;
}

.p-30{
    padding:30px!important;
}

.bg-ef{
    background-color:#EFEFEF;
}

.m-0{
    margin:0!important;
}

.mx-30{
    margin-left:30px;
    margin-right:30px;
}

.py-10{
    padding-top:10px;
    padding-bottom:10px;
}

.border-bottom{
    border-bottom:1px solid #efefef;
}

.eipass{
    padding:30px 30px 10px 30px;
}

/*
|--------------------------------------------------------------------------
| SIZE
|--------------------------------------------------------------------------
*/

.w-75{
    width:75%!important;
}

/*
	==== DISPLAY ====
*/

.pointer{
    cursor:pointer;
}

.d-block{
    display:block;
}

/*
	==== IE ====
*/

.ie #nav-top a{
    padding:5px 10px;
}

.ie #nav-menu a {
    padding:15px 15px;
}

.ie #nav-menu-fixed ul li a{
    padding:15px 23px;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/

header{
    padding:0 0 15px;
}

/* mobile + tablet */

@media(max-width:991px) {

    header{
        height: 84px;
    }

}

/* MOBILE */

header#mobile nav{
    background-color:#fff;
    padding:10px 0;
    position:fixed;
    width:100%;
    z-index:999;
    margin-bottom:0;
    border-radius:0;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

/* pulsante menu mobile */

header#mobile nav .link-mobile {
    border: medium none;
    color: #fff;
    font-size: 21px;
    background-color: #802144;
    padding: 6px 13px;
    top: 12px;
    position: relative;
}

header#mobile nav .link-mobile-2 {
    border: medium none;
    color: #802144;
    padding: 0;
    top: 12px;
    position: relative;
}

header#mobile nav .link-mobile-2 i{
    font-size: 28px;
}

header#mobile .logo-mobile img {
    margin: 0 auto;
    max-width: 75px;
}

header#mobile a,
header#mobile span{
    color:#802144;
    font-size:12px;
    line-height: 48px;
    cursor:pointer;
}

/* RICERCA */

#search {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
    opacity:0;
    transform:translate(0px, -100%) scale(0, 0);
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}

#search .close {
    background-color: #802144;
    border-color: transparent;
    color: #ffffff;
    font-size: 27px;
    opacity: 1;
    outline: medium none;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}

#search input[type="search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#search .btn {
    background-color: #802144;
    border-color: transparent;
    left: 50%;
    margin-left: -45px;
    margin-top: 61px;
    position: absolute;
    top: 50%;
}

/* mobile + tablet */

@media(max-width:991px){

    #search input[type="search"]{
        font-size:21px;
    }

}

/* LOGO */

.logo{
    border-right:1px solid #efefef;
    margin-top:15px;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/

/* NAV TOP */

#nav-top{
	border-radius:0px;
	min-height:auto;
	margin-bottom:0;
    border-bottom:1px solid #efefef;
    border-top:none;
    border-left:none;
    border-right:none;
}

#nav-top ul.navbar-nav{
    display:table;
    width:100%;
}

#nav-top ul.navbar-nav li{
    display:table-cell;
    float:none;
}

#nav-top a,
#nav-top span.modal-nav {
	color:#24201D;
	border-right:1px solid #efefef;
	padding:5px 10px;
	font-size: 13px;
    text-align:center;
    cursor:pointer;
}

/* mobile */

@media(max-width:767px){

    #nav-top a,
    #nav-top span.modal-nav {
        padding:16px 10px;
        border-right:none;
    }

}

/* tablet */

@media(min-width:768px) and (max-width:991px){

    #nav-top a,
    #nav-top span.modal-nav {
        padding:15px 15px;
    }

}


#nav-top li:first-child a{
	border-left:1px solid rgba(255, 255, 255, 0.15);
}

#nav-top li:last-child a{
	border-right:none;
}

#nav-top a:hover,
#nav-top span.modal-nav:hover,
#nav-top > li > a:hover,
#nav-top > li > a:focus,
#nav-top .open > a,
#nav-top .open > a:hover,
#nav-top .open > a:focus{
	color:#802144;
}

/* Accedi alle aree di studio */

#nav-top .accedi{
    background-color:#802144;
    color:#fff;
    font-family:"gentona_bookbold";
    padding: 15px 10px;
    font-size:13px;
    text-align:center;
    line-height: 20px;
    display:block;
    cursor:pointer;
}

/* Pegaso Social */

#nav-top ul.navbar-right{
	margin:0;
    float: right;
}

/* mobile */

@media(max-width:767px){

    #nav-top ul.navbar-right li{
        display:inline-block;
    }

}

#nav-top .btn-default {
    background-color: #802144;
    border-left: medium none;
    border-top: medium none;
    border-bottom: medium none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75);
    font-family: gentonabook;
    font-size: 12px;
    line-height:20px;
    text-transform:none;
}

/* tablet */

@media(min-width:768px) and (max-width:991px){

    #nav-top .btn-default{
        padding:15px 20px;
    }

}

#nav-top ul.navbar-nav li ul.dropdown-menu{
    border:1px solid #EFEFEF;
}

#nav-top ul.navbar-nav li ul.dropdown-menu li{
    display:block;
}
#nav-top ul.navbar-nav li ul.dropdown-menu li a{
    text-align:left;
}

/* NAV MENU */

#nav-menu{
	background-color:#fff;
	border-radius:0px;
	min-height:auto;
}

#nav-menu ul.navbar-nav {
    display: table;
    width: 100%;
    margin-top:25px;
}

/* md */

@media only screen and (max-width: 1199px) and (min-width: 992px) {

    #nav-menu ul.navbar-nav {
        margin-top:15px;
    }

}

#nav-menu ul.navbar-nav li {
    display: table-cell;
    float: none;
}

#nav-menu a {
	color: #404040;
	font-family: "gentona_bookbold";
	padding: 15px 16px;
	text-transform: uppercase;
	font-size: 13px;
    line-height:10px;
}

/* md */

@media only screen and (max-width: 1199px) and (min-width: 992px) {

    #nav-menu a{
		font-size: 13px;
		padding: 15px 10px;
	}

}

/* logo */

#nav-menu .navbar-header{
	min-height:100px;
}

#nav-menu a.logo{
	padding:0;
	vertical-align:middle;
	line-height:100px;
}

#nav-menu a.logo > img{
	line-height:100px;
    max-height:90px;
    margin:20px 0;
}

/* navigazione */

#nav-menu .navbar-nav a:hover,
#nav-menu .navbar-nav a:focus,
#nav-menu .navbar-nav li.active-dropdown a.dropdown-toggle{
	background-color:#262626;
	color:#fff;
}

/* dropdown */

#nav-menu ul.dropdown-menu {
	left: 0;
	padding: 0px 0;
	min-width: 260px;
	margin-top: 0;
	border:1px solid #5d5d5d;
	box-shadow:0 0 7px -1px rgba(0, 0, 0, 0.4);
}

#nav-menu ul.dropdown-menu li{
	display:block;
}

#nav-menu ul.dropdown-menu li a {
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; /* Safari 3.1 to 6.0 */
	white-space: nowrap;
	color: #fff;
	line-height: 100%;
	background-color: #686868;
    border-bottom:1px solid #5d5d5d;
}

#nav-menu ul.dropdown-menu li:last-child a{
    border-bottom:none;
}

#nav-menu ul.dropdown-menu li a:hover,
#nav-menu ul.dropdown-menu li a:focus{
	background-color: #fff;
	color: #802144;
}

/*
	MENU FIXED
*/

#nav-menu-fixed{
	background-color:rgba(0, 0, 0, 0.9);
	box-shadow:0 0 7px -1px rgba(0, 0, 0, 0.4);
	position:fixed;
	top: 0;
    width: 100%;
    z-index: 999;
	display:none;
}

#nav-menu-fixed ul.navbar-nav{
	margin:0;
}

#nav-menu-fixed ul li a{
	text-transform:uppercase;
	color:#fff;
	font-family: "gentona_bookbold";
    font-size: 14px;
    padding: 15px 24px;
}

#nav-menu-fixed ul li a{
	text-transform:uppercase;
	color:#fff;
	font-family: "gentona_bookbold";
    font-size: 14px;
    padding: 15px 24px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px){

    #nav-menu-fixed ul li a{
        font-size: 13px;
        padding: 15px;
    }

}

#nav-menu-fixed .open ul li a{
    background-color:#802144;
}

#nav-menu-fixed .nav .open > a,
#nav-menu-fixed .nav .open > a:hover,
#nav-menu-fixed .nav .open > a:focus{
    background-color: #802144;
}

#nav-menu-fixed ul li a:hover,
#nav-menu-fixed ul li a:focus{
	background-color:#802144;
}

#nav-menu-fixed ul.dropdown-menu{
	border-radius:0;
	border:none;
	box-shadow:none;
	background-color:#686868;
	padding:0;
	min-width:240px;
    color:#fff;
	box-shadow:0 0 7px -1px rgba(0, 0, 0, 0.4);
}

#nav-menu-fixed ul.dropdown-menu li a{
	color: #fff;
    line-height: 1.42857;
    padding: 10px 20px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; /* Safari 3.1 to 6.0 */
    text-transform:none;
	font-family:'gentonabook';
	background-color:#686868;
	border-bottom: 1px solid #5d5d5d;
}

#nav-menu-fixed ul.dropdown-menu li a:hover{
	background-color: #fff;
	color: #802144;
}





.no-padding{
	padding:0;
}

.nav > li > a:focus,
.nav > li > a:hover{
	background-color:transparent;
}

.space{
    display:block;
    margin:30px 0;
}

/*
	==== PULSANTI ====
*/

.button-bottom{
    margin-top:20px;
}
/*.
@media(max-width:415px) {

    .button-bottom{
        position:relative;
    }

    .button-bottom a{
        margin-bottom:5px;
    }

}*/


.btn{
    font-family:"gentona_bookbold";
    text-transform:uppercase;
}

.btn-sm{
    padding: 5px 10px!important;
    line-height: 1;
    border-radius: 3px!important;
}

.btn-no-border{
    border:none!important;
    padding:0!important;
}

button.close{
    opacity:1;
    font-size: 30px;
}

.btn i.right{
    margin-left:5px;
}

.btn-white {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: "gentonabook_italic";
	margin-top: 20px;
}

.btn-white:hover{
    background-color:#fff;
    color:#802144;
}

.btn-black{
    color:#24201D;
    border:2px solid #24201D;
    border-radius:0;
}

.btn-black:hover{
    color: #FFF;
    text-decoration: none;
    background-color: #595959;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.btn-default{
    border:2px solid #ccc;
    padding:9px 20px;
    color:#666;
}

.btn-default:hover{
    background-color:#fff;
    color:#24201D;
    border: 2px solid #24201D;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover{
    background-color:#fff;
    border-color:#24201D;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default{
    background-color:#fff;
    border-color:#24201D;
}

.btn-group.open .dropdown-toggle{
    box-shadow:none;
}

.dropdown-menu {
    background-color: #fff;
    border: 2px solid #24201D;
    border-radius: 0;
    box-shadow: none;
    margin: -2px 0 0;
    padding: 10px 0;
    width: 100%;
}

.dropdown-menu > li > a {
    color: #24201D;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    font-family:"gentona_bookbold";
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{
    background:none;
    color:#802144;
}

.dropdown-menu > li > a > i{
    margin-right:5px;
}

.btn-pegaso{
    border: 2px solid #802144;
    background-color: #802144;
    padding: 9px 20px;
    color: #fff;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    text-transform:uppercase;
}

.btn-pegaso:hover{
    color:#fff;
    background-color:#5C5C5C;
    border: 2px solid #5C5C5C;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.btn-pegaso:focus{
    color:#fff;
}

.btn-group.open > .btn-pegaso {
    background-color: #24201D;
    border: 2px solid #24201D;
}

.btn-lg{
    font-size:16px;
}

.btn-moreinfo{
    border:2px solid #eaeaea;
    color:#24201D;
    border-radius:0px;
    background-color:#fff;
}

.btn-moreinfo:hover{
    border: 2px solid #24201D;
    color: #fff!important;
	background-color: #595959;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.btn-moreinfo i{
    margin-left:10px;
}

.btn-select{
    background-color:#fff;
    border:1px solid #ccc;
    color:#555;
    font-size:14px;
    height:34px;
    line-height:1.42857;
    padding:6px 12px;
    width:100%;
    border-radius:0;
}

.btn-social-mini {
	border: 2px solid #eaeaea;
	color: #24201D;
	padding-left: 0;
	padding-right: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border-radius: 0;
}

.btn-social-mini:hover{
    border: 2px solid #24201D;
    color: #fff!important;
    background-color: #595959;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.btn-social-mini .fa {
    font-size: 0.8em;
    position: relative;
    top: -7px;
}



/*
preload
*/

@media(min-width:769px){

    .cover{
        display:none;
    }

    .cover img{
        display:none;
    }

}

@media(max-width:768px) {

    .cover {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1999;
        background:#EFEFEF;
        display:block;
    }

    .cover img{
        margin: auto;
        width: 200px;
        position: fixed;
        left: 0;
        top: -260px;
        bottom: 0;
        right: 0px;
        display:block;
    }

}

/*
    ==== AVVISO ====
*/

#avviso {
    background-color: #efefef;
    border-bottom: 1px solid #e1e1e1;
    color: #24201D;
    font-family: gentonabook_italic;
    font-size: 15px;
    padding: 25px 0;
    text-align: center;
    border-radius:0;
    margin-bottom:0;
}

#avviso .close{
    color:#24201D;
    opacity:1;
}

@media(max-width:768px) {
    #avviso {
        position: fixed;
        bottom: 0;
        z-index: 999;
        border: 1px solid #ccc;
        padding: 10px 0;
        background-color: #fff;
        width:100%;
    }
}

/*
    ==== AVVISO ====
*/

#diretta-streaming {
    background-color: #24201D;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
    font-family: gentonabook_italic;
    font-size: 15px;
    padding: 25px 0;
    text-align: center;
    border-radius:0;
    margin-bottom:0;
}


#diretta-streaming span {
    border: 1px solid #c80000;
    color: #c80000;
    margin-right: 10px;
    padding: 2px 10px;
}

#diretta-streaming a{
    color:#fff;
    text-transform:uppercase;
}

#diretta-streaming a:hover,
#diretta-streaming a:focus{
    text-decoration:none;
}

/*
    ==== Notifiche ====
*/

#webNotification {
    bottom:20px;
    position:fixed;
    left:20px;
    z-index:999;
    background-color:#fff;
}

#webNotification:hover {
    background-color: #24201D;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

/*
    ==== TORNA SU ====
*/

#toTop{
    bottom:20px;
    position:fixed;
    right:20px;
    z-index:999;
    background-color:#fff;
}

#toTop:hover{
    background-color: #24201D;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

/*
    ==== RICHIEDI INFO ====
*/

#richiediInfo{
    bottom:20px;
    position:fixed;
    right:65px;
    z-index:999;
    background-color:#fff;
}

#richiediInfo > span:hover{
    background-color: #24201D;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

/*
	==== PAGINA LAUREA ====
*/

#laurea #contenuto .comment{
	line-height:160%;
	color:#24201D;
	margin-bottom:40px;
}

/* contenuto */

#laurea .widget {
    margin-bottom: 40px;
}

#laurea .fa-ul {
    margin-bottom: 0;
    margin-top: 15px;
}

#laurea .fa-ul li {
    color: #5f5f5f;
    margin-bottom: 1px;
}

#laurea .fa-ul li i{
    font-size:13px;
}

#laurea table.dataTable {
    border-collapse: collapse !important;
}


/*
	==== SIDEBAR ====
*/

#sidebar .widget{
	margin-bottom:30px;
}

#sidebar .widget h4{
	font-size: 22px;
	margin:0 0 20px;
    font-family:"gentonabook";
}

#sidebar .widget.bordered{
    border:2px solid #eaeaea;
}

#sidebar .widget.bordered h4{
    margin-bottom:0;
    padding:15px;
    border-bottom:1px solid #eaeaea;
}

#sidebar .widget.bordered .elenco{
    padding:20px;
}

#sidebar .widget.bordered .trustpilot{
    padding:15px 15px 0 15px;
}

#sidebar .widget.bordered .trustpilot-product{
    padding:15px 5px 0 5px;
}

#sidebar .widget.bordered .elenco .fa-ul{
    margin-bottom: 0;
    margin-left: 23px;
}

/* social feed */

#sidebar .widget .optiscroll {
    min-height: 400px;
}

#sidebar .widget .social-feed-container {
    height: 400px;
}

#sidebar .widget .social-feed-container .feed-content {
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
}

#sidebar .widget .social-feed-container .feed-content .media {
    margin-bottom: 10px;
}

#sidebar .widget .social-feed-container .feed-content .media img{
    border: 2px solid #eaeaea;
}

#sidebar .widget .social-feed-container p{
    margin: 0;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #24201D;
}

#sidebar .widget .social-feed-container img.social-feed-image {
    margin-top:10px;
    border:2px solid #eaeaea;
}

#sidebar .widget .social-feed-container p span{
    color: #802144;
}

/* media */

#sidebar .widget .media{
    margin-bottom:20px;
}

#sidebar .widget .media .media-left{
    padding-right:10px;
}

#sidebar .widget .media img{
    max-width:90px;
}

#sidebar .widget .media .media-body{
    border-top:none;
    line-height: 18px;
}

/* button */

#sidebar .widget .list-group {
    border: 1px solid #eaeaea;
}

#sidebar .widget .list-group-item {
    border-radius:0;
}

#sidebar .widget .list-group-item .media-body {
    border-top: none;
}

#sidebar .widget .list-group-item {
    padding:15px;
}

#sidebar .widget .media-button {
    margin:0;
    padding:0;
    overflow: hidden;
}

#sidebar .widget.sm .media-button i{
    font-size:40px;
    color:#b6b6b6;
}

#sidebar .widget .media-button i{
    font-size:45px;
    color:#b6b6b6;
}

#sidebar .widget .media-button .media-left{
    padding-right:15px;
    color: #6e6e6e;
}

#sidebar .widget .media-button .media-body {
    padding-top: 4px;
    line-height: 125%;
}

#sidebar .widget.sm .media-button .media-body {
    padding-top: 2px;
}

#sidebar .widget .media-button .media-body span {
    font-size: 20px;
    text-transform: uppercase;
    color: #6e6e6e;
}

#sidebar .widget.sm .media-button .media-body span{
    font-size:18px;
}

#sidebar .widget .media-button .media-body span.red {
    display: block;
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
    color:#802144;
}

/* elenco */

#sidebar .widget-list{
    border:1px solid #eaeaea;
    text-transform:uppercase;
    border-radius:5px;
}

#sidebar .widget-list h2{
    border-bottom: 1px solid #ccc;
    font-size: 18px;
	margin:0;
    padding:15px 20px;
    font-family:"gentona_bookbold";
}

#sidebar .widget-list .list{
    padding:20px;
}

#sidebar .widget-list ul.fa-ul{
    margin-left:20px;
}

#sidebar .widget-list ul.fa-ul li{
    font-size:12px;
    margin-bottom:10px;
}

#sidebar .widget-list ul.fa-ul li a{
    color:#24201D;
}

#sidebar .widget-list ul.fa-ul li a:hover{
    color:#802144;
    text-decoration:none;
}

/* cdl */

.widget-cdl {
    background-color:#efefef;
    padding:20px;
    margin-bottom:30px;
}

.widget-cdl .w-content {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget-cdl .w-content-2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.widget-cdl .w-icon {
    float: left;
    font-size: 30px;
    margin-right: 20px;
    min-width:40px;
}

.widget-cdl .w-text {
    line-height: 130%;
}

.widget-cdl .w-text span {
    display: block;font-family: gentona_bookbold;text-transform: uppercase;
}

/* info */

.widget .info {
    background-color: #efefef;
    color: #24201D;
    font-size: 18px;
    letter-spacing: -0.5px;
    padding: 20px 20px 1px;
}

.widget .info span {
    color: #343434;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.widget .info i{
	margin-right:5px;
}

/* ricerca */

.widget .ricerca{
	display:table;
	background-color:#EFEFEF;
	width:100%;
}

.widget .ricerca .text{
	display:table-cell;
	width:80%;
}

.widget .ricerca .text input{
	background-color:#EFEFEF;
	border:none;
	padding:6px 12px;
}

.widget .ricerca .icon{
	display:table-cell;
	width:20%;
	text-align:center;
}

.widget .ricerca .icon i{
	color:#bbb;
}

/* social */

.widget .social ul{
	margin:0;
}

.widget .social ul li{
	padding-left:0;
}

.widget .social ul li a{
	color:#24201D;
	background-color:#fff;
	border:2px solid #eaeaea;
	font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    width: 40px;
}

.widget .social ul li a:hover{
	background-color:#24201D;
	color:#fff;
	border:2px solid #24201D;
}

.widget .fotogallery a{
    background-position: center center;
    background-size: cover;
    float: left;
    height: 85px;
    margin-bottom: 1px;
    margin-right: 2px;
    width: 85px;
}

.widget .fotogallery a.last {
	border: 2px solid #eaeaea;
	color: #d8d8d8;
	text-align: center;
	font-size: 55px;
	padding: 6px;
	background-color: #efefef;
}

.widget .fotogallery a.last:hover {
    background-color: #40404099;
    color: #a4a4a4;
}

.widget-summary {
    display: inline-block;
    background-color: #f2f5f6;
    padding: 35px;
    margin-bottom: 30px;
}

.widget-summary h3 {
    margin-top: 0;
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    border-left: 3px solid #802144;
    font-family:'gentonabook';
}

/*
	==== MEDIA OBJECT ====
*/

.page-content .media{
	margin-bottom:40px;
}

.page-content .media-left{
	padding-right:20px;
}

.page-content .media img{
	max-width:210px;
    border:5px solid #eaeaea;
}

@media(max-width:490px){

    .page-content .media-left{
        display:block!important;
        padding-right:0px;
    }

    .page-content .media img{
        max-width:100%;
    }

}

.page-content .media-body{
	border-top:1px solid #eaeaea;
}

.page-content .media-body h2{
    margin: 20px 0;
    font-size: 21px;
    font-family: 'gentona_bookbold';
}

.page-content .media-body p{
	line-height: 125%;
}

.page-content .media .media-body a.btn{
    border-radius: 3px;
	bottom:0px;
}

.page-content .media .media-body a.btn i{
	margin-left:5px;
}

/*
	==== CORSO POST-LAUREA ====
*/

.page-content article .postgraduate-course {
    border: 3px solid #eaeaea;
    margin-bottom: 40px;
    padding: 20px;
	font-size:14px;
}

.page-content article .postgraduate-course span.category{
    font-size: 14px;
    text-transform: uppercase;
    font-family:'gentona_bookbold';
    display:block;
}

.page-content article .postgraduate-course .course-title {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.page-content article .postgraduate-course .course-title span {
	display:block;
	font-size:14px;
    margin-top:3px;
    font-family: 'gentona_bookbold';
}

.page-content article .postgraduate-course h2 {
    font-size: 21px;
    font-family: 'gentona_bookbold';
    margin: 0;
}

.page-content article .postgraduate-course h2 span.category{
    color: #adadad;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform:uppercase;
}

.page-content article .postgraduate-course .info{
	border-left:2px solid #eaeaea;
}

@media(max-width:767px){
    
    .page-content article .postgraduate-course .list{
        border-bottom:2px solid #eaeaea;
        margin-bottom:20px;
        padding-bottom:15px;
    }

    .page-content article .postgraduate-course .info{
        border-left:none;
    }

}

.page-content article .postgraduate-course .shorten{
	margin-bottom:0;
}

.page-content article .postgraduate-course button{
    margin-right:5px;
}

.page-content article .postgraduate-course .dropdown-menu{
    min-width:279px;
}

.page-content article .postgraduate-course .iscrizione {
    border-top: 2px solid #eaeaea;
    margin-top: 20px;
    padding-top: 20px;
}

.page-content article .postgraduate-course .iscrizione span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: gentonabook_italic;
    text-align:right;
}

.page-content article .postgraduate-course .sbocchi {
    border: 1px solid #ccc;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom:3px;
    display:inline-block;
    font-size:13px;
}

/*
    ==== PAGINA SEDE ====
*/

#map-location{
    height:400px;
    margin-bottom:20px;
}

ul#fotogallery-location{
    overflow:hidden;
    padding:0;
}

ul#fotogallery-location li{
    background-position: center center;
    background-size: cover;
    float: left;
    height: 160px;
    margin: 2px;
    width: 19.5%;
    list-style:none;
}

ul#fotogallery-location li a{
    display: block;
    height: 160px;
    width: 100%;
}

/*
    ==== SEDI ECP ====
*/

#info-ecp{
    min-height:300px;
    margin-bottom:30px;
}

#info-ecp #map{
    height:300px;
}

#info-ecp ul{
    padding:0;
    margin:0;
    list-style:none;
}

#info-ecp ul li{
    text-align:left;
}

#info-ecp ul li span.title{
    color: gray;
}

.loading{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    display:none;
}

.loading > div{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
}

.loading i{
    color: #fff;
}

#alert{
	padding:15px;
	display:none;
	margin-bottom:0;
}

form .alert{
	margin-bottom:0;
}

/*
	==== ELENCHI ====
*/

li{
	color:#24201D;
	line-height:200%;
}

.page-content .fa-ul{
    margin-left:25px;
}

.page-content .fa-ul li {
    line-height: 19px;
    margin-bottom: 5px;
}

.page-content .fa-ul li span {
    color: #24201D;
    font-weight: bold;
}

#sidebar .fa-ul li{
	line-height: 130%;
    margin-bottom: 5px;
}


/*
	==== MODAL RICHIEDI INFO ====
*/

#modal-richiedi-info label{
	color:#24201D;
}

/*
    ==== MODAL NOTIFICHE ==== 
*/

#modal-notifiche .bootstrap-switch{
    border-radius:0;
}

#modal-notifiche .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, 
#modal-notifiche .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{
    background:#802144;
}

#modal-notifiche .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#modal-notifiche .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, 
#modal-notifiche .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#modal-notifiche .text{
    margin-bottom:30px;
    margin-top:30px;
}

#modal-notifiche .h4{
    margin-top:7px;
}

#modal-notifiche .info{
    line-height:100%;
    margin-bottom:0;
}


div.dataTables_wrapper div.dataTables_info {
    padding-top: 40px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 30px 0px;
    white-space: nowrap;
    text-align: right;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after{
    bottom: 15px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #802144;
    border-color: #802144;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #24201D;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #efefef;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #24201D;
    border-color: #24201D;
    background-color: #fff;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #24201D;
	cursor: not-allowed;
	background-color: #fff;
    border: 2px solid #efefef;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*
	==== FOOTER ====
*/

#footer{
	background-color:#212327;
}

#footer .widget{
	display:table;
    width:100%;
    padding:50px 0;
}

#footer .widget .icon{
	color:#343434;
	background-color:#fff;
	display:table-cell;
	font-size: 28px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; /* Safari 3.1 to 6.0 */
    width: 50px;
}

#footer .widget .text {
    color: #ffffff;
    display: table-cell;
    font-size: 18px;
    padding-left: 15px;
    text-transform: uppercase;
}

#footer .widget .linea{
	display: table-cell;
    height: 2px;
    vertical-align: middle;
    width: 50%;
}

#footer .widget .linea span{
	display: block;
    height: 0;
    position: relative;
    top: 0;
    width: 100%;
	border-top: 2px solid rgba(52, 52, 52, 0.1);
	border-color:rgba(255, 255, 255, 0.15);
}

#footer .widget span.no-btn {
	border: 2px solid rgba(255, 255, 255, 0.15);
	background-color:#212327;
	padding:20px 40px;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    color:#fff;
    cursor:default;
}

#footer .h2 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}

#footer .img-responsive {
    margin: 0 auto;
}

#footer ul {
	list-style:none;
    margin-left: 11px;
}

#footer .fa-ul > li{
    line-height:150%;
    color:rgba(255, 255, 255, 0.75);
    margin-bottom:5px;
    text-indent:10px;
}

#footer .fa-li {
    font-size: 14px;
    left: -1.7em;
    position: absolute;
    text-align: center;
    top: 0.243em;
    width: 2.14286em;
}

#footer a{
	color:rgba(255, 255, 255, 0.75);
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
}

#footer .sede{
	border: 2px solid rgba(255, 255, 255, 0.15);
	padding:30px 25px;
	border-radius:5px;
}

#footer .sede p{
	margin-bottom:5px;
	color:#24201D;
}

#footer .copyright{
    padding-bottom:50px;
    overflow: hidden;
}

@media(max-width:768px){

    #footer .copyright{
        padding:20px 0;
        overflow: hidden;
    }
}

#footer .copyright p{
    color: #fff;
    line-height: 16px;
    margin: 0;
}

#footer .copyright ul.list-inline{
    text-align: right;
    margin: 0;
}

#footer .copyright ul li a {
    background-color: #212327;
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    width: 40px;
}

#footer a.btn-lg{
    background-color: #212327;
    padding: 20px 40px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

#footer .badge-w3c{
    margin-right:15px;
}

/*
	==== ISCRIZIONE ====
*/

#iscrizione .nav-tabs{
    display: flex;
    justify-content: center;
    border: none;
    margin-bottom: 1px;
    margin-top: 25px;
}

#iscrizione .nav-tabs li {
    flex:1;
    border-radius: 0;
    text-align: center;
}

#iscrizione .nav-tabs li a {
    border:none;
    border-radius:0;
    font-family: "gentona_bookbold";
    font-size: 16px;
    color:#909090;
    text-transform:uppercase;
    padding: 15px 20px;
    background-color:#fff;
    margin-right:5px;
}

@media(max-width:767px){

    #iscrizione .nav-tabs{
        display: block;
    }

    #iscrizione .nav-tabs li {
        float: none;
        margin-bottom: 5px;
    }

    #iscrizione .nav-tabs li a {
        margin-right:0;
    }

}

#iscrizione .nav-tabs li:last-child a{
    margin-right:0;
}

#iscrizione li.active a {
    border:none;
    background: #eaeaea;
    color:#333;
}

#iscrizione .tab-content{
    border:2px solid #eaeaea;
    padding:25px;
}

#iscrizione .tab-content h3 {
    margin-top: 10px;
    margin-bottom: 35px;
}

#iscrizione .block-note {
    background: #efefef none repeat scroll 0 0;
    font-family: gentonabook_italic;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
    padding: 20px;
}

#iscrizione .block-note p,
#iscrizione .block-note li{
    font-size:13px;
    margin-bottom:0;
}

.table_iUniversity, .search_courses_sin{
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border: 2px solid #eaeaea;
}

.table_iUniversity td, .search_courses_sin td{
    padding: 10px 15px;
}

.table_iUniversity td.text_td, .search_courses_sin td.text_td{
    text-align:right;
    font-weight:bold;
}

.table_iUniversity td.title_td{
    background-color: #eaeaea;
    color: #666666;
    font-family: "gentona_bookbold";
    font-size: 16px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.iUniversity_field_date {
    width:100px!important;
    display: inline-block !important;
}

#iUniversity_address{
    display: inline-block!important;
    width: 76.5%!important;
}

#iUniversity_address_num {
    display: inline-block !important;
    width: 20%!important;
}

.iUniversity_field_val_text,
.iUniversity_field_val,
.iUniversity_field_date,
#iUniversity_address_email_confirm,
.search_courses_sin #keyword_courses {
    border: 2px #ccc solid;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    color: #24201D;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/*
	==== LOADING ====
*/

.table_iUniversity input[type="submit"]{
    border: 2px solid #ccc;
    border-radius: 0;
    color: #666;
    padding: 9px 20px;
    font-family: "gentona_bookbold";
    text-transform: uppercase;
    background-color: #fff;
}

/* Loader Corsi Post laurea */

#loading {
    overflow: hidden;
    width: 270px;
    margin-bottom:40px;
}

#loading img{
    width: 75px;
}

#loading h4{
    color: #802144;
    font-family: "gentona_bookbold";
    font-size: 14px;
    margin: 0;
    padding: 32px 10px;
    text-transform: uppercase;
}

/* Loader Home Page */

#loading-home{
    background-color: #fff;
    bottom: 0;
    left: 0;
    width:100%;
    height:100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#loading-home .loading-css {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
}

#loading-home .loading-css::before, .loading-css::after {
    content: '';
    border: 5px solid #ccc;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    position: absolute;
}

#loading-home .loading-css::before {
  animation: pulse-outer 0.8s ease-in infinite;
}

#loading-home .loading-css::after {
  animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes pulse-inner {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#loading-home img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Loader centrato */

#loading-center {
    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

#loading-center img {
    position: relative;
}

/* Loader invio form */

#loading-fixed{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#loading-fixed img {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Loader insegnamento */

#loading-modal{
    position:relative;
	width:125px;
	height:125px;
	margin:auto;
}

/*
	==== PAGINA ====
*/

/* header */

.page-heading {
    padding-bottom: 23px;
    padding-top: 33px;
    background-color:#EFEFEF;
    position:relative;
}

.page-heading.heading-image .container {
    position: relative;
    z-index: 1;
}

.page-heading.heading-image h1 {
    margin:0;
    color:#fff;
    text-transform:uppercase;
    font-size:36px;
}

.page-heading.heading-image.management-sport-attivita-motorie {
    background-image:url('//assets.unipegaso.it/images/cdl/management-sport-attivita-motorie.jpg');
}

.page-heading.heading-image.ingegneria-civile {
    background-image:url('//assets.unipegaso.it/images/cdl/ingegneria-civile.jpg');
}

.page-heading.heading-image.scienze-motorie {
    background-image:url('//assets.unipegaso.it/images/cdl/scienze-motorie.jpg');
}

.page-heading.heading-image.scienze-turistiche {
    background-image:url('//assets.unipegaso.it/images/cdl/scienze-turistiche.jpg');
}

.page-heading.heading-image.scienze-economiche {
    background-image:url('//assets.unipegaso.it/images/cdl/scienze-economiche.jpg');
}

.page-heading.heading-image.scienze-pedagogiche {
    background-image:url('//assets.unipegaso.it/images/cdl/scienze-pedagogiche.jpg');
}

.page-heading.heading-image.economia-aziendale {
    background-image:url('//assets.unipegaso.it/images/cdl/economia-aziendale.jpg');
}

.page-heading.heading-image.scienze-educazione-e-formazione {
    background-image:url('//assets.unipegaso.it/images/cdl/scienze-educazione-e-formazione.jpg');
}

.page-heading.heading-image.giurisprudenza {
    background-image:url('//assets.unipegaso.it/images/cdl/giurisprudenza.jpg');
}

.page-heading.heading-image.lettere-sapere-umanistico-e-formazione {
    background-image:url('//assets.unipegaso.it/images/cdl/lettere-sapere-umanistico-e-formazione.jpg');
}

.page-heading.heading-image.linguistica-moderna {
    background-image:url('//assets.unipegaso.it/images/cdl/linguistica-moderna.jpg');
}

.page-heading.heading-image {
    background-size:cover;
    background-position:center;
    padding:80px 0;
}

.page-heading.heading-image::after {
    background-color: #0000009e;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: " ";
}

.page-heading.heading-image .breadcrumbs {
    margin-top:20px;
}

.page-heading.heading-image .breadcrumbs a {
    color:#fff;
}

.page-heading.heading-image .breadcrumbs li::after {
    color:#fff;
}

.breadcrumbs {
    font-size: 11px;
    margin-top: 6px;
	margin-bottom:0;
	padding:0;
    text-transform: uppercase;
	list-style:none;
}

.breadcrumbs li{
	display:inline;
}

.breadcrumbs li::after {
    content: '\f105';
    font-family: 'fontawesome';
    margin: 0 4px 0 6px;
}

.breadcrumbs li:last-child::after{
	content: '';
}

/* contenuto */

.page-content{
	padding: 40px 0;
}

.page-content article h2{
    font-size: 25px;
    margin: 20px 0 15px;
}

.page-content article h3{
    font-family: "gentonabook_italic";
    font-size: 25px;
    margin: 20px 0 15px;
}

.page-content article p{
	line-height:175%;
	color:#24201D;
}

/* */

.page-content #article .thumbnail{
    border:2px solid #eaeaea;
    border-radius:0;
    padding:0;
}

.page-content #article .thumbnail .title{
    font-family: "gentona_bookbold";
    font-size: 20px;
}

.page-content .block {
    background: #efefef none repeat scroll 0 0;
    font-family: gentonabook_italic;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
    padding: 25px;
}

.page-content .block p,
.page-content .block li{
    font-size:15px;
}

.alert-dismissible{
    padding:10px;
}

.alert-danger .fa-ul{
    margin-top:10px;
}

.alert-danger .fa-ul li{
    margin-bottom:0!important;
    color:#a94442;
    font-size:14px;
}

/*
    ==== SIDEBAR ====
*/

#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;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 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;
    margin-top:84px;
}

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

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

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

/* Sidebar Styles */

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

.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
    outline: none;
}

.sidebar-nav ul li, .sidebar-nav ul a {
    display: block;
}

.sidebar-nav ul li{
    line-height:1.42857;
}

.sidebar-nav ul a {
    padding: 10px 20px;
    color: #802144;
    border-top: 1px solid #ececec;
}

.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
    color: #24201D;
    text-decoration: none;
}

.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-nav-item {
    padding-left: 5px;
}

.sidebar-nav-item-icon {
    padding-right: 5px;
}

/* mobile + tablet */

@media(max-width:991px) {

    #sidebar-wrapper {
        width: 100%;
        left:250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        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 #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}

/* Master Social Share Responsive behaviour*/

@media (max-width: 767px) {
    .master-social-share > div {
        float: none;
        margin-top: 10px;
    }
    .master-social-share > div > span {
        text-align:left !important;
    }
}

@media (min-width: 768px) {
    .master-social-share > div {
        float: right;
    }
}

@media (max-width: 425px) {
    #iUniversity-registration .g-recaptcha {
        max-width: 220px;
        overflow:hidden;
    }
    
    #iUniversity-registration .g-recaptcha > div {
        transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}

#iUniversity_display_step_end {
    background: #efefef;
    padding: 20px;
}

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}
.my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.enroll-form h2 {
    color: #802144;
    font-size: 30px;
    letter-spacing: -0.8px;
    
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.btn-outline-success {
    border-color: #28a745;
    background-color: #fff;
    color:#28a745;
}

.btn-outline-danger {
    border-color: #dc3545;
    background-color: #fff;
    color: #dc3545;
}

.btn-outline-warning {
    border-color:#ffc107;
    background-color: #fff;
    color:#ffc107;
}

.section.in-evidenza .course {
    min-height: auto!important;
}

.checkbox-list {
    padding: 10px;
    border: 2px solid #ccc;
}

.checkbox-list .checkbox {
    margin: 0;
}
