/*
Theme Name: FESAP
Author: ONZE Design
Author URI: 
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Asap:400,700);

* {
	border:none; 
	text-decoration:none; 
	font-weight: inherit; 
	font-family: inherit; 
	font-style: inherit; 
	padding: 0; 
	margin: 0
}

*:focus{
	outline: none;
}

a{
	color: #3f97d1;
}

a:hover{
	text-decoration: underline
}

html,
body {
	height: 100%;
	background: url(images/background.jpg) no-repeat center center;
	font-family: arial;
}

.master {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

.wrapper{
	width: 1024px;
	margin: 0 auto;

	position: relative;
}

.header{
	background: #FFF;
	width: 100%;
	margin-bottom: 40px;
}

.home .header{
	margin-bottom: 0;
}

.home .content{
	padding-bottom: 0;
}

.header .logo{
	display: inline-block;
	margin: 20px 0 20px 20px;
}

.header .menu{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.header .menu ul{
	list-style: none;

}

.header .menu ul li{
	float: left;
	margin-left: 50px;
}

.header .menu ul li a{
	text-transform: uppercase;
	font-size: 22px;
	color: #3f97d1;
	font-family: 'Asap';
	font-weight: bold;
	padding: 3px 0;
}

.header .menu ul li a:hover,
.header .menu ul li a.current{
	background: #3f97d1;
	color: #FFF;
	text-decoration: none;
}

.content{
	padding-bottom: 20px;
}

.content .newslist{

}

.content .newslist a{
	display: inline-block;
	float: left;
	width: 341px;
	position: relative;
	overflow: hidden;
}

.content .newslist img{
	width: 341px;
	overflow: hidden;
}

.content .newslist a:hover{
	text-decoration: none;
}

.content .newslist a .info{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/whitetransparency.png) repeat;
	font-family: 'Asap';
	padding: 10px 0;
	width: 100%;
}

.content .newslist a .date{
	display: none;
}

.content .newslist a .title{
	font-size: 20px;
	color: #296288;
	display: block;
	margin-bottom: 3px;
	padding: 0 10px;
	font-family: 'Asap';
	font-weight: bold;
	font-size: 18px;
}

.content .newslist a .title strong{
	color: #3f97d1;
	text-transform: uppercase;
	
}

.content .newslist a .description{
	color: #296288;
	font-family: 'Asap';
	font-size: 14px;
	padding: 0 10px;
	display: block;
}

.content .newslist a:hover .info{
	display: block;
}

.content .newslist a .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/mask.png) repeat;
}

.content .newslist a:hover .mask{
	display: none;
}

.content .article{
	width: 600px;
	margin: 0 50px 20px 0;
	float: left;
	/*height: Controlled by Javascript*/
}

.content .article-header{
	background: url(images/whitetransparency.png);
	padding: 15px 0;
	width: 900px;
	margin-bottom: 20px;
}

.content .article-header h1{
	color: #296288;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .article-header h1 strong{
	text-transform: uppercase;
	color: #3f97d1;
}

.content .article-header p.excerpt{
	color: #296288;
	font-size: 13px;
	width: 600px;
	line-height: 19px
}

.content .article-image{
	padding: 0 0 0;
}

.content .article p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	font-family: 'Asap';
}

.content .article h1{
	color: #fff;	
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Asap';
}

.content .article h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Asap';
}

.google-map{
	padding: 7px;
	border-radius: 10px; 
	margin: 0 40px 0 0;
	background: #fff;
	float: left;
}

form{
	width: 500px;
	float: left;
}

form label{
	margin-bottom: 10px;
	display: block;
}

form label span{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
}

form input[type="text"]{
	height: 20px;
	font-size: 13px;
	color: #000;
	display: block;
	width: 100%;
	padding: 2px 10px;
}

form textarea{
	height: 63px;
	min-height: 63px;
	max-height: 63px;
	padding: 10px;
	font-size: 13px;
	color: #000;
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}


.details{
	float: left;
	width: 423px;
}

.details div{
	width: 230px;
	float: left;
	margin: 0 20px 10px 0;
	font-size: 14px;
	color: #fff;
	height: 50px;
}

.details div.small{
	width: 140px;
	float: left;
	margin: 0 20px 20px 0;
	font-size: 14px;
	color: #fff;
	height: 50px;
}


.details div .icon{
	width: 40px;
	height: 40px;
	margin-right: 0px;
	float: left;
	/*background: pink*/
}

.details div span{
	font-size: 12px;
}

.details div .address1{
	font-weight: bold;
	text-transform: uppercase;
}

.details div .contact.fax,
.details div .close-time{
	clear: both;
	display: inline-block;
}

.details div span.email{
	padding-top: 10px;
	display: inline-block;
}

.details div.address .icon{
	background: url(images/icon-marker.png) no-repeat 0 0;
}

.details div.email .icon{
	background: url(images/icon-pencil.png) no-repeat 0 0;
}

.details div.contact .icon{
	background: url(images/icon-phone.png) no-repeat 0 0;
}

.details div.schedule .icon{
	background: url(images/icon-clock.png) no-repeat 0 0;
}

.push,
.footer {
	height: 100px;
}

.footer {
	background: #FFF;
}

.footer .partners{
	display: block;
	text-align: center;
}

.footer ul{
	list-style: none;

}

.footer li{
	display: inline-block;
	margin: 20px 20px 10px 20px;
}

.footer .copyright{
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Asap';
	color: #296288;
	clear: both;
}

.clearfix{
	clear: both;
}

@media screen and (min-width: 1280px){
	html,
	body{
		background-size: 100%;
	}
}

/*
.loading{

}

.top{
	background: pink;
	display: inline-block;
	width: 50px;
	height: 200px;
	clear: both;
}

.bottom{
	background: lightGreen;
	display: inline-block;
	width: 50px;
	height: 200px;
	clear: both;

}*/

.detail-agenda{
	margin-top: 10px
}

.detail-agenda .agenda{
	position: static;
}

.detail-agenda .agenda .title{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	width: 160px!important;
}

.detail-agenda .agenda .date{
	float: left;
}

.detail-agenda .agenda .list{
	margin: 20px 20px 10px 20px!important;
	/*width: 270px;*/
}

.detail-agenda .agenda .item:hover img{
	left: 60px;
}

.agenda{
	background: url(images/white-opacity.png) repeat 0 0;
	width: 300px;
	
	height: 300px;
	position: absolute;
	top: 180px;
	right: 0;
	float: left;
}

.agenda .toggle{
	height: 100%;
	width: 10px;
	background: #3f97d1 url(images/toggleAgenda.png) no-repeat 2px center;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1
}

.agenda .toggle.closed{
	background-position: -5px center;
}

.agenda .toggle:hover{
	cursor: pointer;
	background-color: #3a88bb;
}

.agenda .list{
	margin: 20px 40px 20px 30px;
	width: 260px;
}

.agenda .item{
	display: block;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

.agenda .item .title{
	font-size: 15px;
	text-transform: uppercase;
	color: #3f97d1;
	margin-right: 10px;
	display: inline-block;
	/*float: left;*/
	width: 180px;
	font-family: 'Asap';
	font-weight: bold;
	padding-top: 10px;
}

.agenda .item .date{
	background: #3f97d1;	
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	/*float: left;*/
	padding: 3px 8px;
	display: inline-block;
}

.agenda .item .date strong{
	font-size: 29px;
	display: block;
	line-height: 31px
}

.agenda .item img{
	display: none;
}

.agenda .item:hover{
	text-decoration: none
}

.agenda .item:hover img{
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

.agenda-left{
	float: left;
	width: 500px;
}

.agenda-right{
	width: 500px;
	float: left;
}

.agenda-right .date{
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	padding: 7px 10px;
	display: inline-block;
	float: left;
}

.agenda-right .date strong{
	font-size: 50px;
	display: block;
	line-height: 45px
}

.agenda-right .fill{
	background: lightblue;
	height: 80px;
	margin-left: 75px;
	margin-bottom: 10px;
}

.agenda-right .article{
	width: 495px;
	clear: both;
	margin-left: 3px;
}

.agenda .jspVerticalBar{
	width: 10px;
}

.agenda .jspTrack{
	background: #3f97d1;
}

.agenda .jspDrag{
	background: #fff;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #2c74a9;
	position: relative;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
