@charset "utf-8";
/* CSS Document */


div#wordMark {
height: 120px;
margin-top: 0px;
position: relative;
---text-align: center;

}

a#logo-univr, a#logo-dipartimento {
    margin-right: 15px;
    margin-top: 28px;
    display: inline-block;
}
	
a#logo-dipartimento {	border-left: 1px solid rgba(255,255,255,0.5);}
	 

#wordMark a:hover img { opacity: 0.7;}

a#logo-mobile-dipartimento {    line-height: 120px; }
#logo-mobile-dipartimento img {    max-width: 100%;}


.navbar {margin-bottom: 0px;}


#header {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
  min-height: 170px;
	}

.gradient {background: #630103; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(45deg, #630103 2%, #8c0229 33%, #820052 68%, #6b0069 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(2%,#630103), color-stop(33%,#8c0229), color-stop(68%,#820052), color-stop(100%,#6b0069)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #630103 2%,#8c0229 33%,#820052 68%,#6b0069 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #630103 2%,#8c0229 33%,#820052 68%,#6b0069 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #630103 2%,#8c0229 33%,#820052 68%,#6b0069 100%); /* IE10+ */
background: linear-gradient(45deg, #630103 2%,#8c0229 33%,#820052 68%,#6b0069 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#630103', endColorstr='#6b0069',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	}
	
/***********************************************
		
		MEGA MENU // NAVIGATION
		
************************************************/
/* Reset */
/*.meganav,
.mega-nav a,
.mega-nav ul,
.mega-nav li,
.mega-nav div ,
.mega-nav form,
.mega-nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.mega-nav a { text-decoration: none; }
*/

/* Menu Container */
#megamenu {
	height: 50px;
	z-index: 99;
	position: relative;
	box-shadow: 0 3px 0px rgba(0,0,0,0.3);
	background-color: rgba(30,30,30,0.3);
}


ul.mega-nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width: 100%;
	margin: 0px ;
	padding-left: 0px;
}

/* Menu List */
.mega-nav > li {
	display: block;
	float: left;

}

/* Menu Links */
.mega-nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	font-family: Montserrat;
	font-size: 13px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	text-transform: uppercase;
   border-bottom: 3px solid rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.mega-nav > li > a.nav-main-link span.caret {margin-left: 6px;}
.mega-nav > li:hover a.nav-main-link {
	color:#fff;
	border-bottom: 3px solid #900;
	background-color: rgba(0,0,0,0.2);
	text-decoration: underline;
}

/**********************************************
		
		PANNELLI MEGAMENU
		
***********************************************/
div.nav-panel {
	color: #C9C9C9;
	position: absolute;
	/*display: block;*/
  width: 100vw;/* <-- children as wide as the browser window (viewport) */
  margin-left: calc(-1 * ((100vw - 100%) / 2));/* align left edge to the left edge of the viewport */
	padding: 30px 0;
	top: 48px;
	left: 0;
	z-index:10;
	overflow: hidden;
	background-color: rgba(38,38,38,0.98);
    border-bottom: 1px solid #404040;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.36);
}

/* Menu Content Styles */
.nav-panel h3 {
    margin: 20px 0px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: .3em 0px;
    font-weight: normal;
    border-bottom:2px solid rgba(95, 95, 95, 0.2);
}


p.promo {
	margin-top: 0px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #E7D5AE;
	
	}
p.promo a {padding: 0 0.2em; color: #D4D841; border-bottom: 1px dotted;}
p.promo a:hover {border-bottom: 1px solid; text-decoration: none;}	
p.promo strong {color: #fafafa;}
.nav-panel h3.orange { color: #FFB800; }

.mega-menu-list {padding: 0px;}
.mega-menu-list li { list-style: none; }
.mega-menu-list li a {
text-transform: uppercase;
    display: block;
    line-height: 1.35em;
    color: #bdbdbd;
    padding: .13em 0px;
    font-size: 12px;
    margin-bottom:5px;
}

.mega-menu-list li a:hover { color: #fff; text-decoration: none; }   





/*-------------------------------------------------------*/
#megamenu.affix {
	width: 100%;
  background: #666; /* Old browsers */
}


#backHome a {padding: 0 15px;}	

/*------------------------------
	MOTORE DI RICERCA
--------------------------------*/
li#link-search {
    float: right;
    width: 100px;
    text-align: center;
}
li#link-search span.glyphicon-search {
    font-size: 20px;
    line-height: 50px;
}
#link-search span.caret {
    margin-top: -10px;
}
#form-box {
	width: 620px;
	margin: 30px auto 50px;
	padding: 50px;
	border-radius: 10px;
	text-align: center;
	min-height: 150px;
	background: #333;
	box-shadow: 0 0px 2px rgba(0,0,0,0.2);
	 }
	 
#form-box form {
	text-align: left;

	}
#form-box form input.form-control {height: 34px; font-size: 16px; padding: 4px; }

#form-box .radio {margin: 10px;}
#form-box ul li a {color: #666;}
/*=====================================================
=           		 MEDIA QUERIES            =
=====================================================*/

/*=====================================================
=            		> 1200px             =
=====================================================*/
@media only screen and (min-width : 1200px) {

}
/*=====================================================
=            		< 1200px             =
=====================================================*/
@media only screen and (max-width : 1200px) {

 ul.mega-nav {padding-left: 5px;}
 /* Menu Links */
.mega-nav > li > a {
  padding: 0 10px;
  font-size: 11px;
}
li#link-search {
    width: 50px;
}
li#link-search span.glyphicon-search {font-size: 18px;}
.mega-nav > li > a.nav-main-link span.caret {margin-left: 6px;}
}
/*=====================================================
=            		> 992px             =
=====================================================*/
@media only screen and (min-width : 992px) {
	
}
/*=====================================================
=            		< 991px             =
=====================================================*/

@media (max-width: 991px) {
 #toTop, #backHome {display: none;}	


}	

/*=====================================================
=            		> 768px              =
=====================================================*/
@media only screen and (min-width : 768px) {


.navbar {min-height: 0; height:35px; margin-bottom: 0px;}

.navbar-inverse {
	color: #333; 
	border-radius: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	}
	
.navbar-form {margin-top: 5px;}	
.form-control {
padding: 4px;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;

}		
#top-search button {padding:1px 5px; font-size:12px;line-height:1.6;border-radius:3px; }
/*  LINGUA  */
#lingua {
  position: absolute;
  top: -2px;
  right: 20px;  
}

#lingua .btn {
  font-family: Montserrat,sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px 0px 3px 3px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#lingua .btn:hover {
  background-color:  rgba(0,0,0, 0.35); 
color: #fff; 
border: 1px solid rgba(255, 255, 255, 0.5);
}
#lingua ul.dropdown-menu {
    right: 0px;
    left: inherit;
    width: 55px;
    min-width: inherit;
    text-transform: uppercase;
}
#lingua ul.dropdown-menu a {
    font-size: 11px;
    height: 1.5em;
    text-align: center;
    /* padding-left: 40px; */
    background-repeat: no-repeat;
    background-position: center center;
    /* font-weight: bold; */
}
#en, .lang-en {background-image: url('../image/flag-en.gif');}
#ita, .lang-it {background-image: url('../image/flag-ita.gif');}
}

/*=====================================================
=            		< 768px     MOBILE         =
=====================================================*/
@media only screen and (max-width : 767px) {
#main-nav-mobile li a { padding-left: 30px;}
h1#h1-xs {
position: absolute;
font-size: 12px;
color: #ccc;
text-transform: uppercase;
left: 55px;
/* top: 0px; */
}
a#logo-xs {
float:left;
margin:0px;

}

}

