/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Global properties ======================================================== */
body {	
	font-family: 'PT Serif Caption', serif;
	font-size:14px;
	line-height:24px;
	color:#343434;
	min-width:1020px;
	/*text-transform:uppercase*/
}
html, body {
	height:100%;
}
p {
	padding-bottom:18px;
}
a {
	color:#fff;
	text-decoration:none !important;
}
a:hover {
	color:#fff;
	text-decoration:none !important;
}
h1 {
	float:left;
	display:block;
	position:relative;
	z-index:10;
}
h1 a {
	display:block;
}

h2,h3,h4,h5,h6{
font-family: 'PT Serif Caption', serif;
font-weight:normal;
color:#343434 !important;
margin:0 0 10px !important;} 
h3 {	
	font-size:22px !important;
	line-height:38px !important;	
	padding:0 18px !important;	
	text-shadow:0 1px 2px #c5c2a9;
}
h3 span {
	color:#A41836;
	margin-bottom:-9px;
}
h3 strong{
	font-weight:normal;
	color:#A41836;
}	
h3 em{
	color:#999 !important;
	font-size:20px;
	line-height:24px;
	display:block;
	font-style:normal;
}
h4 {
	font-size:20px;
	line-height:28px;
	display:block;
	color:#A41836;
}
h5 {
	color:#fff;
	font-size:15px;
	line-height:18px;
	padding:0 0 8px 0;
	font-weight:normal;
}
h6 {
	color:#2d2f38;
	font-size:20px;
	line-height:20px;
	padding:0 0 19px 0;
	font-weight:bold;
}
.padd-1{padding-top:11px;}
.padd-2{padding-top:15px;}
.inner-1{padding-right:35px;}
.relative {position:relative;}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.overflow {overflow:hidden;}
/* Header */
header {	
	height: 100px;
	position: relative;
	z-index:99;
}
header .main{	
	background-color:rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
    position: fixed;
    width: 100%;
	top:0;
	left:0;
	right:0;
}
.line-top{
	background:url(../images/line-top.gif) repeat-x  0 0;
    height:7px;
}
.row-top{
	margin: 0 auto;
    padding: 14px 0 14px;
    width: 960px;
}
/* Content */
#content {
	position:relative;
}
/* Left & Right alignment */
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.overflow {
	overflow:hidden;
}
/*----- other -----*/
.img-indent {
	float:left;
	margin:1px 30px 0 0
}
.img-indent1 {	
	margin:4px 0 24px 0
}
/*===== menu =====*/
nav {
	padding:7px 0 0 0;
	float:left;
	display:block;
	z-index:99;
	margin-left:20px;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	position:relative;
}
.sf-menu > li {
	margin-left:7px;
	float:left;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:4px;
}
.sf-menu  a {
	color:#343434;
    line-height:20px;
	text-decoration:none;
}
.sf-menu > li > a {
	display:block;
	padding:12px 10px;
	font-size:18px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160px;
	display:none;
	padding:11px 14px 14px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu li.active a {
	color:#fff;
	background-color:rgba(164, 24, 54, 0.8);
}
.sf-menu li li a{
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sf-menu li li.sfHover > a, .sf-menu li li a:hover, .sf-menu li li a.active {
	color:#350610;
	font-size:14px;
	padding:0 0 0 10px;
	/*background:#fff;*/
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 44px; /* match top ul list item height */
	z-index: 99;
	/*background:rgba(255, 255, 255, 0.7);*/
	background:rgba(164, 24, 54, 0.8);
	-moz-box-shadow: 7px 9px 9px #444444;
    -webkit-box-shadow: 7px 9px 9px #444444;
    box-shadow: 7px 9px 9px #444444;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
/*===== content =====*/
#content {
	padding:0 0 15px;
}
.border-horiz{background:url(../images/border-horiz.gif) repeat-x 0  0;height:2px}
.border-horiz.extra{margin-top:40px}
.border-horiz.extra1{margin-top:24px}
.box-slogan{text-align:center;width:960px;margin:0 auto;padding-bottom:15px}
.box-slogan h3{padding:12px 0;font-size: 36px !important;margin: 10px 0 !important;}
.thumbnail-1 figure{margin-bottom:18px}
#box-img{
	color:#fff;
    display: inline-block;
    height: 117px;
    padding: 0;
    width: 280px;
}
.collab{
	background: url("../images/projects.jpg") no-repeat scroll 0 0 transparent;}
.researcher{
	background: url("../images/results.jpg") no-repeat scroll 0 0 transparent;}
.event{
	background: url("../images/wiki.jpg") no-repeat scroll 0 0 transparent;}
#box-img-projects{
	color:#fff;
    display: inline-block;
    height: 117px;
    padding: 0;
	margin: 0 10px 0 0;
    width: 280px;
	float:left;
}
.project-contrail{
	background: url("../images/contrail.jpg") no-repeat scroll 0 0 transparent;}
.project-openpaas{
	background: url("../images/openpaas.jpg") no-repeat scroll 0 0 transparent;}
.project-gsafe{
	background: url("../images/gsafe.jpg") no-repeat scroll 0 0 transparent;}
.project-learnpad{
	background: url("../images/learnpad.jpg") no-repeat scroll 0 0 transparent;}
.project-choreos{
	background: url("../images/choreos.jpg") no-repeat scroll 0 0 transparent;}
.project-soceda{
	background: url("../images/soceda.jpg") no-repeat scroll 0 0 transparent;}
#box-img-product{
	color:#fff;
    display: inline-block;
    height: 150px;
    padding: 0;
    width: 220px;
}
.product-petalsesb{
	background: url("../images/logo_petalsesb.png") no-repeat scroll 0 0 transparent;}
.product-obm{
	background: url("../images/logo_obm.png") no-repeat scroll 0 0 transparent;}
.product-linpki{
	background: url("../images/logo_linpki.png") no-repeat scroll 0 0 transparent;}
.product-linid{
	background: url("../images/logo_linid.png") no-repeat scroll 0 0 transparent;}
.box-img img{}
.row-1{padding-bottom:40px}	
.quote-1{
font-style:italic;
position:relative;
padding-left:30px}	
.quote-1:before{
width:27px;
height:21px;
position:absolute;content:"";
background:url(../images/quote-part.png) no-repeat 0 0;
left:0;
top:0}
.name-author{
text-align:right;
color:#A41836;
font-style:italic;
margin:15px 0}
.list-popular.news{padding-right:22px}
.list-popular a{
font-size:16px;
color:#A41836;
line-height:24px;
margin-bottom:2px;
display:inline-block}
.list-popular a:hover{color:#343434}	
.side-bar{
width:280px;
float:left;
margin:20px 20px 0 -30px;
padding:0 10px 7px 40px;
background:#fff;
    border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	 box-shadow:0 0 3px #c5c2a9;
	-moz-box-shadow: 0 0 3px #c5c2a9;
	-webkit-box-shadow:0 0 3px #c5c2a9;
}	
.side-bar.extra{padding:18px 10px 0 40px}	
.side-bar.extra1{padding:0px 20px 27px 30px}		
.list-1 {padding:6px 0 23px}
.list-1 li {
	background:url(../images/marker-1.png) no-repeat 7px 10px;
	padding:0 0 0 20px;
	display:block;
	line-height:24px;
}
.list-1 li a {
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#A41836;
}
.list-1 li a:hover{color:#343434}
.list-teachers{}
.list-teachers li{padding-bottom:25px}
.list-teachers li figure{float:left;margin-right:30px}
.list-recipes{}
.list-recipes li figure{float:left;margin-right:30px}
.list-recipes li h4{padding-top:14px}
.list-recipes li{padding-bottom:30px}
.list-recipes.extra h4{padding-top:10px}
.privacy {
	width:750px;
	padding:0 0 0 0
}
/*----- lists -----*/
/*----- links -----*/
.link-1{color:#A41836;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.link-1:hover{color:#fff;
	background-color:#A41836;
	}
	
/*
.link-1:hover{text-decoration:none;
color:#343434}*/

/*----- btns -----*/
.btn {
	display:inline-block;
	color:#fff !important;
	padding:8px 16px;
	background:#A41836;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    box-shadow:0 1px 2px #c5c2a9;
	-moz-box-shadow: 0 1px 2px #c5c2a9;
	-webkit-box-shadow:0 1px 2px #c5c2a9;
	font-size: 18px;
}
.btn:hover {
	background:#2e2e2e;
}
/*----- forms -----*/
.box-contact{
	background:#fff;
width:940px;
margin:60px auto 0;
padding:0 40px 51px;
background:#fff;
    border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	 box-shadow:0 0 3px #c5c2a9;
	-moz-box-shadow: 0 0 3px #c5c2a9;
	-webkit-box-shadow:0 0 3px #c5c2a9;
}
.coll-1,.coll-2{float:left;width:450px;}
.coll-2{float:right}
.box-contact .btn{margin-top:2px}
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form label {
  min-height: 54px;
  position: relative;
  margin: 0;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 213px;
  display: block;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  font-family: 'PT Serif Caption', serif;
  padding: 4px 12px 5px;
  text-transform:uppercase;
  margin: 0;
  font-size:14px;
  display: block;
  line-height: 24px !important;
  color: #343434;
  background: #e8e7de;
  outline: none;
  width: 94%;
  border: 1px solid #d1cfbd;
  box-shadow: none;
  border-radius: 0px;
  float: left;
}
#contact-form input {
  height: 24px;
}
#contact-form textarea { 
  height: 184px;
  resize: none;
  overflow: auto;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  display: none;
  margin-bottom: 10px;
   background: #e8e7de;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  border: 1px solid #d1cfbd;
  padding: 10px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  float: left;
}
#contact-form a{cursor:pointer}
.form-txt{padding-bottom:2px}
.btns {overflow:hidden;
padding-left:370px}
.btns a{float:left;margin-right:40px}
/*----- map -----*/
.map {
	float:left;
	margin:0
}/*
iframe {
	height: 182px;
	overflow: hidden;
	width: 630px;
}*/
/*----- adress -----*/
.box-address {
float:left;
width:260px;
margin-right:30px;
padding-top:9px
}
dl {padding-top:2px
}
dt {
	padding-bottom:5px;
}
dd {
	display:inline-block;
}
dl dd span {
	display: inline-block;
	width: 94px;
	}
.mail-1{
	color:#A41836;
	text-decoration:none;
}
.mail-1:hover{
	text-decoration:underline
}
/*===== footer =====*/
footer {
	position:relative;
	padding:15px 0;
	background:none repeat scroll 0 0 #A41836;
}
.policy {
	float:right;
	display:block;
	font-size:14px;
	color:#000;
	line-height:16px;
	text-decoration:none;
	padding:8px 0 0 0;
}
.policy a {
	color:#A41836;
	text-decoration:none;	
}
.policy a:hover {
	text-decoration:underline;
}
/*----- social -----*/
.soc-list {
	float:left;	
	display:block;
}
.soc-list li {
	padding:0 5px 0 0;
	float:left;
}
.soc-list li a {
	display:block;
	opacity:1;
}
.soc-list li a:hover{opacity:0.7}
.profile{float:left;padding: 0 10px 0 0;margin: 0 0 10px;}
.my-name{
	font-size: 18px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.my-name a{
	font-size: 18px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.my-job{
	font-size: 16px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #A41836;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.my-contact{
	font-size: 14px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.my-expertise{
	font-size: 14px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
	margin-top:15px;
}
.my-expertise span{
	font-size: 16px;
    color: #A41836;
}
.my-title {
	font-size: 16px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #A41836;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.my-publications{
	border-left: 1px solid #CECECE;
	font-size: 11px;
	line-height:16px;
	padding:0 0 5px 10px;
}
.people2{
	margin:10px;
	padding:10px;
	/*background:#F9F9F9;*/
	border-bottom: 1px solid #CECECE;
}
.lastcv{
	border-bottom: none;
}
.shortcv{
	/*background:#f6f6f6;*/
	display: inline;
    float: left;
	/*margin-right: 10px;*/
    padding:0 10px;
    position: relative;
	width:620px;
}
/******/
.title-projects{
	font-size: 22px;
    padding: 0;
    text-shadow: 0 1px 2px #C5C2A9;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
}
.title-projects span{
    color: #A41836;
}
.intro-projects{
	font-size: 12px;
	line-height: 16px;
    padding: 0;
    color: #343434;
    font-family: 'PT Serif Caption',serif;
    font-weight: normal;
	text-align: justify;
font-size: 14px;
margin-top:10px;
}