/* CSS LAYOUT SEMESTRE UE */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
/* 
font-family: 'Roboto', sans-serif;
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

ul,
ol {
  margin: 0;
  padding:0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol,
body#home #liquid_header ul {
  margin-bottom: 0;
}
li{
	list-style-type:none;
	
}

.hidden,
.hide{
	position:absolute;
	left:-9999px;
	display:inline;
	height:0;
	line-height:0;
}
h1.hide{
	font-size:0;
}
/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
html {
  font-size: 62.5%;
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
	margin:0;
}

@media (min-width: 768px) {
  .x-container > .navbar-header,
  .x-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar > .x-container .navbar-brand {
    margin-left: -15px;
  }
}

#liquid_header{
	width:100%;
	position:relative;
	height:210px;
	background:#FFF;
}
@media (min-width: 992px) {
	body#home #liquid_header{
		height:455px;
	}
}
@media (min-width: 1200px) {
	body#home #liquid_header{
		height:566px;
		height:630px;
	}
}

#liquid_header h1 {
	margin:0;
	
}
body#home #liquid_header h1 a{
	display:none;
}
body#home #liquid_header h1 span.logo_home{
	display:block;
}

#liquid_container{
	/*min-width:967px;
	max-width:1230px;*/
	width:100%;
	background:transparent;
}	
/*.xmanager_header,*/
.containerss > .row,
.xmanager_header > .row,
.cnt-slider,
.wrapper_cols,
.cnt_banner_bottom,
.xmanager_footer {
	max-width:1280px;
	margin:auto;
}
.wrapper-slider {
	background:#BDBBBB;
}
.containerss {
	background:#1E3A76 url(/application/xmanager/projects/semestreue/img/sfondo_header.gif) repeat-x 0 0;
}
.xmanager_header > .row > span.clear {
	display:block;
	clear:both;
}

#wrapper_header_cols{
	border-left:1px solid #E7E8E7;
	border-right:1px solid #E7E8E7;
}
.wrapper_cols{
	clear:both;
	margin-bottom:20px;
	padding:0 1%;
}
#wrapper-breadcrumbs-title{
	padding:0 1%;
	margin: auto;
	max-width: 1280px;
}
.wrapper_cols > span.clear{
	display:block;
	clear:both;
}
#liquid_content{
	/*width:69%;
	padding-right:1%;*/
	clear:both;
	position:relative;
	background:transparent;
	padding-top:8px;
}
#liquid_col_dx{
/*	width:28%;
	padding-left:2%;
*/	
	position:relative;
	background:transparent;
	clear:both;
	padding-top:8px;
}
#liquid_col_sx{
	/*width:26%;
	padding-right:4%;*/
	position:relative;
	background:transparent;
	clear:both;
	padding-top:0;
}
@media (min-width: 992px){
	.wrapper_cols{
		padding:0 0 0 .3%;
		/*background:transparent url(/application/xmanager/projects/semestreue/img/shadow-col-dx_def.png) repeat-y 129% 0;*/	
	}
	#liquid_content{
		width:66%;
		padding-right:0;
		float:left;
		clear:none;
		padding-top:8px;
	}
	#liquid_col_dx{
		width:31.7%;
		padding-left:2%;
		padding-right:.3%;
		float:left;
		clear:none;
		padding-top:23px;
		background:#FFF url(/application/xmanager/projects/semestreue/img/shadow-col-dx_def.png) repeat-y 0.9% 0;
		border-bottom:2px solid #666;	
	}
	#liquid_col_sx{
		width:30%;
		padding-right:4%;
		margin-right:3%;
		float:left;
		clear:none;
		border-bottom:2px solid #666;	
	}
@media (min-width: 1200px){
	.wrapper_cols{
		padding:0;
		/*background:transparent url(/application/xmanager/projects/semestreue/img/shadow-col-dx_def.png) repeat-y 114.9% 0;	*/
	}
	#liquid_content{
	/*	width:69%;*/
		padding-right:0;
		width:70%;
		position:relative;
		background:transparent;
	}
	#liquid_col_dx{
		width:26.5%;
		padding-left:2%;
		padding-right:1.5%;
		
		/*width:28%;
		padding-left:1%;
		padding-right:1%;*/
	}
	#liquid_col_sx{
		width:26%;
		padding-right:0;
	}

@media (max-width: 991px){
	#liquid_content,
	#liquid_col_dx,
	#liquid_col_sx{
		width:96%;
		padding-left:2%;
		padding-right:2%;
		float:none;
		clear:both;
	}
	#liquid_col_dx{
		background:#BEBCBC;
	}
}
/*body#home #liquid_content{
	width:100%;
	float:none;
	clear:both;
}
*/
#liquid_footer{
	clear:both;
	position:relative;
}

.clear_cols{
	display:block;
	clear:both;
}
.navbar-sm{
	display:none;
}
@media (min-width: 320px) {
	.hidden-sm{
		display:none;
	}
	.navbar-sm{
		display:block;
		width:100%;
		clear:both;
	}
}
@media (min-width: 800px) {
	.hidden-sm{
		display:block;
	}
	.navbar-sm{
		display:none;
	}
}






