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

body {
	margin: 0px;
	/*min-width: 1900px;*/
	}

#container {
	/*width: 1920px;*/
	/*height: 639px;*/
	/*border: 1px solid #ccc;*/
	}
#container_photo {
	display: block
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #ccc;*/
	}

.banner {
	/*width: 940px;*/
	height: 300px;
	background-image: url(../images/Banner.jpg);
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}
	

/*CONTAINER*/e
  #modal {
    width: 520px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
    font-family: verdana;
    margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
  }

  #modal1 {
    width: 580px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
	float: left;
    font-family: verdana;
    margin: 15px 0px 0px 60px;
    overflow: hidden;
  }
  #modal3 {
    width: 600px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
    font-family: verdana;
    margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
  }

  #modal4 {
	width: 750px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 5px #CCC;
	border-radius: 5px;
	font-family: verdana;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
  }
#modal4 a:hover, #modal5 a:hover {
	background-color: #fff;}

  #modal5 {
	width: 750px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 5px #CCC;
	border-radius: 5px;
	font-family: verdana;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
  }

  #modal31 {
    width: 1000px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
    font-family: verdana;
    margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
  }


  header {
    /*background: #faa00c;
    background-image: -webkit-linear-gradient( top, #faa00c, #fdb236 );
    background-image: -ms-linear-gradient( top, #faa00c, #fdb236 );
    background-image: -moz-linear-gradient( top, #faa00c, #fdb236 );
    background-image: -o-linear-gradient( top, #faa00c, #fdb236 );
    box-shadow: 0 1px 2px #888;
    padding: 10px;*/
	color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
padding: 10px;
  }

header:hover {
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#f8af36), to(#f4822e));
background: -moz-linear-gradient(top, #f8af36, #f4822e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8af36', endColorstr='#f4822e');
}
  h1 {
	padding: 10;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	/*text-shadow: 0 1px 2px white;*/
	color: #fff;
	text-align: center;
  }
section {
	padding: 10px 20px; 
	font-size: 17px;
	line-height: 160%;
	color: #fff;
	}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

a {
	text-decoration: none;
	color: #7d7d7d;
	display: block;
}
a:hover {
	color: #f8af36;
	/*background-color: #dbdbdb;*/
}
/*CONTAINER*/
/*E-POSTER*/
#eposter {
	float: left;
	width: 1280px;
	height: 640px;
	}
/*E-POSTER*/

/*ABSTRACT*/
#abstract {
	float: left;
	width: 1280px;
	}
/*ABSTRACT*/


/*SLIDE MENU*/	
#slideout {
	position: fixed;
	top: 0px;
	left: 0;
	width: 35px;
	padding: 12px 0;
	text-align: center;
	/*background: #6DAD53;*/
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
#slideout_inner {
	position: fixed;
	top: 0px;
	left: -250px;
	/*background: #6DAD53;*/
	background-image: url(../images/back.png);
	background-size:100%;
	width: 200px;
	padding: 25px;
	height: 600px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
	width: 190px;
	height: 100px;
	margin-bottom: 6px;
}
#slideout:hover {
	left: 250px;
}
#slideout:hover #slideout_inner {
	left: 0;
}


@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.objblink {
-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;    
}
/*SLIDE MENU*/	

/* LISTA */
.list {
  font-family:sans-serif;
  margin:0;
  padding:20px 0 0;
}
.list > li {
  display:block;
  background-color: #eee;
  padding:7px;
  box-shadow: inset 0 1px 0 #fff;
}
.avatar {
  max-width: 150px;
}
img {
  max-width: 100%;
}
h3 {
  font-size: 16px;
  margin:0 0 0.3rem;
  font-weight: normal;
  font-weight:bold;
}
p {
  margin:0;
}

input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
  padding:8px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #28a8e0;
  height:30px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

.mojdiv{
	width: 50px;
	height: 100px;
	/*background-color: #ccc;*/
  position:absolute;
  top: 50px;
  left: 15px;
}