/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* FAX website theme stylesheet - Giuseppe Cosmai - g.cosmai@extractum.net - 2021 */

body{
	font-family: 'Exo', sans-serif;
	padding:0;
	margin:0;
	font-size: 14px;
	font-weight: 300;
}

a, a:link, a:visited, .more, .email{
	font-weight: 400;
	text-decoration:none;
	color: #004895;
}

a:hover, .more:hover, .email:hover{
	color: #de2931;
}

a[href^=tel], a[href^=sms]{
	color:inherit;
	text-decoration:none;
}

.more, .email{
	cursor: pointer;
}

h1 {

}

figure{
	margin:0;
}

figure.float_right{
	float: right;
	margin-left: 5px;
}

figure.float_left{
	float: left;
	margin-right: 5px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*---header---*/

#header{
	display: block;
	height: 120px;
	width:100%;
	min-width: 960px;
	position: relative;
}

#header figure{
	position: relative;
}

#header figure img, #header figure figcaption{
	float: left;
}

#header figure figcaption{
	position: relative;
	margin: 10px 0 0 10px;
}

#header figure figcaption strong{
	font-size: 25px;
	font-weight: 500;
}

/*---navigation---*/

.mod_navigation .invisible{
	display: none;
}

nav#main-menu{
	position: absolute;
	right: 30px;
	bottom:10px;
	font-size: 16px;
}

nav#main-menu ul li{
	float: left;
	list-style: none;
	margin-left: 30px;
	font-size:18px;
}

nav#main-menu ul li .active, nav#main-menu ul li .trail{
	font-weight: 500;
	color: #004895;
	border-bottom: 2px solid #004895;
}

nav#context-menu ul.level_1 li{
	padding-right: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}

nav#context-menu ul li{
	list-style: none;
}

nav#context-menu ul li.active, nav#context-menu ul li.trail{
	font-weight: 500;
	color: #004895;
	border-right: 3px solid #004895;
}

nav#context-menu ul.level_1 li.trail a{
	font-weight: 500;
}

nav#context-menu ul.level_2 li{
	padding-right: 0;
	font-size: 13px;
	margin: 0;
	display: none;
}

nav#context-menu ul.level_1 li.trail ul.level_2 li{
	display: block;
}

nav#context-menu ul.level_1 li.trail ul.level_2 li a{
	font-weight: 300;
}

nav#context-menu ul.level_2 li.active{
	border:0;
	font-size: 13px;
}

nav#context-menu ul.level_2 li.active a{
	font-weight: 500;
}

/*---main---*/

#main {
	display: inline-block;
	position: absolute;
	top:120px;
	width: 70%;
	padding: 10px 20px;
}

#main .inside .pdf_link{
	position: absolute;
	right: 80px;
}

/*---article---*/

#main .mod_article h1 {
	color: #004895;
	font-weight: 500;
	font-size: 20px;
	margin: 2px;
}

#main .mod_article h2 {
	color: #004895;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	margin: 2px;
}

#main .mod_article .float_left {
	float: left;
	margin-right: 25px;
}

#main .mod_article .float_right {
	float: right;
	margin-right: 25px;
}

#main .mod_article .inline_block {
	display: inline-block;
	margin-right: 25px;
}

#main .mod_article .block {
	padding-bottom: 20px;
}

/*---left---*/

#left{
	position:relative;
	display: inline-block;
	left:0;
	width: 18%;
	min-width: 250px;
	max-width: 500px;
	/* border-right: 1px solid #004895; */
	height: 100%;
	padding: 0 10px;
}

#left .inside{
	text-align: right;
}

/*---gallery---*/

#main .ce_gallery ul{
	margin: 0;
	padding: 0;
	height: 260px;
	overflow: hidden;
}

#main .ce_gallery ul li{
	list-style: none;
}

#main .ce_gallery figure{
	float: left;
}

/*---form---*/

#main .ce_form{
	width:50%;
}

#main .ce_form .invisible{
	display: none;
}

#main .ce_form label{
	display: block;
}

#main .ce_form input{
	height: 25px;
}

#main .ce_form input, #main .ce_form textarea{
	width: 80%;
	border: 1px solid #004895;
	font-size: 16px;
	padding:2px 5px;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
}

#main .ce_form input.checkbox{
	width: auto;
}

#main fieldset.checkbox_container{
	border: 0;
	padding-left: 0;
}

#main fieldset.checkbox_container span label{
	vertical-align: super;
	display: inline;
}

#main .ce_form .submit{
	width: 40%;
	border: 0;
	color: white;
	font-size: 14px;
	background-color: #004895;
	height: 40px;
}

#main .ce_form p.error{
	color: red;
    font-style: italic;
    margin: 0;
}

/*---footer---*/

#fe_footer{
	font-size: 11px;
	line-height: 13px;
	position: relative;
	bottom:10px;
	right: 30px;
}

h6#fe_footer{
	font-size: 13px;
	font-weight: 500;
	color: #004895;
	margin-bottom: -8px;
}

