/*
 * Theme: FPF template 2016
 * Author: Andreas Schneider - http://www.scico.se
 * 
 * SVN: $Header: $:
 */

/* colors */
/* #255AA7 */
/* 1 step light #2a65bc */
/* 2 step light #2e71d1 */


/* old web #006699 */
/* old web grey/blue f5f5f5 */
/* some have 005fa9 */
/* links have 037794 */

/* darker grey dadcc4 */

html,
body {
    height: 100%;
}

body{	
	background :#fff;
	height: 100%; 
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	/*line-height: 24px;*/
	
	font-size: 1.6em;
	/*font-size: 1.4em;*/
	font-weight: 400;
	color: #333;
	
	/*font-size: 14px;*/
	line-height: 1.6;
}
#header{
	background-color: #fff;
	position: relative;	
}
#pagewrapper{
	margin: 0px auto;
    /*width: 1140px; */ 
   /*padding-top: 66px;*/ /* push down content fixed nav height */    
}
.container-fluid{}
.container{
	/*background-color: #f7f; */	
}


section.main-section{	
	margin-top: 20px;
	margin-bottom: 20px;	
}

.main-column{}
.right-column{
    /*border-left: 1px solid #eee;*/
}

.main-column article{
}

section {
	padding: 20px 0;
}
section.intro{
    padding: 20px 0;
    background: #fff;
    background: #f5f5f5;
    background: #fafafa;
    
    border-bottom: 1px solid #f4f4f4;
}


.screen-reader-text {
    left: -9000px;
    position: absolute;
}


/* header-imagex -> delete */
/*****************************************************/
section.header-imagex{
    padding: 0px 0;
    position: relative;
}
section.header-imagex img {
    height: auto;
    width: 100%;
}
section.header-imagex .content-container {
    position:absolute;
    /*display: table;*/
    top:60px;
    left:0;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;   
    z-index: 100;
    /*background-color: #00B4D1;*/  
}
section.header-imagex .bg{   
    background: #006699;
            
    opacity: 0.70;
    -moz-opacity: 0.70; /* older Gecko-based browsers */
    filter:alpha(opacity=70); /* For IE6&7 */
}
section.header-imagex h1{   
    color: #006699;
    color: #fff;
    
    /*font-size: 32px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 2px;*/
}
section.header-imagex p{
    color: #fff;
    font-size: 15px;
    /*font-style: italic;*/
}
section.header-imagex p.lead {
    margin-bottom: 10px;
}
/*****************************************************/

section.header-image{
    padding: 20px 0;    
}

section.intro.header-image,
section.intro.bg-dossier,
section.intro.bg-about,
section.intro.bg-white {
    padding: 20px 0 20px 0;

    position: relative;
    min-height: 260px;
    
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    /*background-size: contain; */
    /*background-size: 80px 60px;*/
    /*background-position: right 45px bottom 20px;*/    
    /*background-size: 100% 100%;*/
    background-size: cover;
      
}   
    
section.intro.header-image p,
section.intro.bg-white p,
section.intro.bg-about p,
section.intro.bg-dossier p{
    color: #fff;
    font-size: 18px;
    font-weight:400; 
}
section.intro.header-image h1,
section.intro.bg-white h1,
section.intro.bg-about h1,
section.intro.bg-dossier h1{
    color: #fff; 
    font-size: 32px;
    font-weight:400;
}


section.intro.bg-white{
    background: url("../images/header-news.png")  no-repeat  bottom center;      
}

section.intro h1{   
    color: #006699;
    color: #255AA7;
    
    font-size: 32px;
    font-weight: 100;
    font-weight: 700;
    font-weight: 400;
    
    margin-top: 10px;
    
    /*font-size: 32px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 2px;*/
}

section.intro p{
    color: #333;
    font-size: 15px;
    /*font-style: italic;*/
}
section.intro p.lead{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
/**************************************************************************/



section.main-content{
    padding-top: 20px;
}
.main-column{
    padding-top: 8px;
}

/*
.section{
	padding: 60px 0px;
	padding: 20px 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #E8E8E8;
}*/
section.grey{
 	background: #f4f4f4;
}

section.blue{
 	background: #255AA7;
 	color: #fff;
}
hr{
	margin: 30px 0 15px 0;
	line-height: 1px;
}

.table-layout{
	display: table;
	width:100%;
	text-align: center;
}
.vertical-center {	
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lead {
    font-size: 18px;
    line-height: 1.5;
    /*font-style: italic;*/
}


/* ------------------------------------------
 *  CONTENT 
 --------------------------------------------*/
::selection {
    background:#2e71d1;
    color:#fff;
}
::-moz-selection {
    background:#2e71d1;
    color:#fff;
}
::-webkit-selection {
    background:#2e71d1;
    color:#fff;
}
a {
    /* color: #037794; */
    color: #255AA7;
}
a:hover, a:focus{
	color: #666;
	color: #333;
	color: #222;   	
}

.content{
	/*padding: 0 15px;*/
	/*background: #ff4;*/
}
.main-column .content{
	/*padding: 20px 20px 20px 20px;*/
	/*background: #fff;*/
}

.main-column .content a{
    border-bottom: 1px dashed #037794;
    text-decoration: none;
}
.main-column .content a:hover,
.main-column .content a:focus{
    border-bottom: 1px solid #222;
    text-decoration: none;
    /*background: #ff4; */
}

.main-column .content a.btn{
    border-bottom: 1px solid #0088cc;
}
.main-column .content .addtoany_list a {
    border-bottom: none;
}

.button-wrapper .btn{
    margin-bottom: 10px;
}

.blog-entry{
    font-size: 14px;
    line-height: 22px;
    padding: 12px 0px 12px 0;	
	
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #eee;
}
.blog-entry .content,
.single .content{
	/*padding-top: 0px;*/
	padding-bottom: 40px;
}
.blog-entry .content{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
}
.blog-entry h3{
	margin: 8px 0px 10px 0px;
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 2px;	
}
.blog-entry h3 a{
	/*color: #255AA7;*/
}
.blog-entry h3 a:hover{
	/*color: #255AA7; */
	/*text-decoration: none; */
}
.blog-entry .entry-date{
    font-size:10px;
    text-transform: uppercase;
    margin: 0;
    color: #888;
}
/*
.blog-entry .entry-date::before{
    font-family: "FontAwesome";
    margin-right: 4px;   
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";     
    font-size:12px;
    color: #666;
}*/

.blog-entry .entry-meta{
	font-size:13px;
	margin: 6px 0 0px 0;
	color: #aaa;
	/*text-transform: uppercase;*/
}

.intro .entry-meta{
    font-size:13px;
    margin: 0 0 10px 0;
    color: #fff;
}
/* version blue box
.intro .entry-category{
    background: #006699;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline;
}*/

.intro a{
    color: #fff;
}
.entry-meta,
.intro .entry-meta{
    font-size:13px;
    margin: 0 0 10px 0;
    color: #333;
}
.entry-meta-info{
    color: #888;
}
.intro a{
    color: #005fa9;
    color: #888;
}
.intro a:hover{
    color: #005fa9;
}

.intro .entry-category{
    padding: 2px 0px;
    font-size: 11px;
    font-weight: 700;
    color: #006699;

    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline;
    /*border-bottom: 2px solid #fff;*/
    border-bottom: none;   
}

/*
.intro .entry-category{
    padding: 2px 0px;
    font-size: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #006699;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline;
    border-bottom: 2px solid #006699;    
}*/

section.intro.header-image .entry-category,
section.intro.bg-dossier .entry-category,
section.intro.bg-about .entry-category,
section.intro.bg-white .entry-category {

    padding: 2px 0px;
    font-size: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #006699;

    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline;
    /*border-bottom: 2px solid #fff;*/
    border-bottom: none;
}

section.intro.header-image .entry-meta,
section.intro.bg-dossier .entry-meta,
section.intro.bg-about .entry-meta,
section.intro.bg-white .entry-meta {
    color: #fff;
    margin-top:20px;
}
section.intro.header-image .entry-meta i,
section.intro.bg-dossier .entry-meta i,
section.intro.bg-about .entry-meta i,
section.intro.bg-white .entry-meta i {
    color: #fff;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.page-image  img {
    height: auto;
    width: 100%;
}

.blog-entry .entry-content p{
	margin:0;
}

.blog-entry .entry-content{
	position: relative;
}
.blog-entry .entry-content .read-more{
	position: absolute;
	bottom: -40px;
	right: -20px;
}

.single h1.entry-title{
	font-size: 28px;
}

a.read-more:after{
 	font-family: "FontAwesome";
 	margin-left: 8px;	
 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale;
	content: "\f054"; /* chevron */
}

.course-list h4 a{
	color: #333;
}
.course-list h4 a:hover{
	color: #037794;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2em;   
}

h2.thin{
    font-size: 28px;
    font-weight:100;
    line-height: 36px;
    margin-bottom: 20px;    
}
h2.blue{
    color: #255AA7;
    color: #037794;    
}

h3.entry-title{
    color: #006699;
}

section.intro h2{

    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.download:before{
 	font-family: "FontAwesome";

 	margin-right: 4px;	
 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale;
	content: "\f019"; /* download */	
}
a.document:before{
 	font-family: "FontAwesome";

 	margin-right: 4px;	
 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f053"; /* chevron-left */ 	
 	content: "\f0f6"; /* file-text-o  */ 
 	content: "\f016"; /* file-o  */	
 	content: "\f15c"; /* file-text  */
 	content: "\f15b"; /* file  */
}
a.paypal:before{
    font-family: "FontAwesome";

    margin-right: 4px;  
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ed"; /* fa-paypal*/    
     

}


/**	CAPTION **/
.page-image{
	position:relative;
	margin-bottom: 20px;	
}
.wp-caption {}

.caption-box{
	position: absolute;
	right: 0px;
	bottom: 10px;	
}
.caption-box .transp{
	position: absolute;
  	top: 0; /* These positions makes sure that the overlay */
  	bottom: 0;  /* will cover the entire parent */
  	left: 0;
  	width: 100%;
  	background: #71b2c9;
  		
	opacity: 0.70;
  	-moz-opacity: 0.70; /* older Gecko-based browsers */
  	filter:alpha(opacity=70); /* For IE6&7 */	
}	

p.wp-caption-text{	
    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    position: relative;		
    margin:0;
    padding: 16px 0px;
    text-align: left;
    color: #333;   
}

/**	PAGE NAVIGATION **/
.nav-single {
    display: block;
    float: right;
    width: 60px;
    margin: 16px 0 0 0;
    text-align: center;
}
.nav-single a{ 
	background: #0384A4;
    display: block;
    float: right;
  	width: 25px;
	height: 25px;
	text-decoration: none;  
    /*text-indent: -9999px; */
   
    /*  
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;*/
    
    /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.nav-single a:before{
 	font-family: "FontAwesome";
 	color: #fff;

 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale; 			
}
.nav-single .nav-previous a{ }    
.nav-single .nav-next a{
   margin-right: 6px;
}
.nav-single .nav-previous a:before{
 	content: "\f054"; /* chevron-right */ 	 	 	
}
.nav-single .nav-next a:before{
 	content: "\f053"; /* chevron-left */		
}

.nav-single a:hover {
	 background-color: #5E8AB4; 
}

/* Custom default button*/

.btn {
  border-radius: 0px;
}
.btn-sm{
	font-size: 13px;
	padding: 3px 8px;
}
.btn-xs{
	padding: 2px 6px;
}

.btn-primary{

    /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    
    background-color: #2e71d1;    
    border-color: #0088cc;
}
.btn-primary:hover,
.btn-primary:focus  {
    background-color: #437fd5;    
    border-color: #0099e6;
}

.btn.download:before {
	margin-right: 6px;
}
.btn.document:before {
	margin-right: 6px;
}

.fpfhealth-grid .panel{
    background-color: #fafafa; 
}

.panel {
    border-radius: 0px;
    /*background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;*/
}


/*********************************************************************************
 *  featured slideshow container 
 ********************************************************************************/

section.slideshow{
    padding: 0px;
    background: #f5f5f5;
}

.slideshow-container {
	background: #f5f5f5;
	position: relative;
	width: 100%;
	height: 260px; /* mobile */
	overflow: hidden;
}
.cycle-slideshow { /* cycle2 class */
	width: 100%;
	position: relative;
	overflow: hidden;
}
.featured-item{		
	width: 100%;
	height: 260px; /* mobile */
	/*height: auto;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    /*background-size: contain; */
    /*background-size: 80px 60px;*/
    /*background-position: right 45px bottom 20px;*/    
    /*background-size: 100% 100%;*/
    background-size: cover;
    display:none;
}
.featured-item img {		
	width: 100%;
	height: auto;
   /* height: 400px; */
}
.container{
	position: relative;
}




/*-----------------------------------*/
.slider-content-container {
 	position:absolute;
    /*display: table;*/
 	top:0;
 	left:0;
  	width: 100%;
  	height: 100%; /* For at least Firefox */
  	min-height: 100%; 	
	z-index: 100;
	/*background-color: #00B4D1;*/	
}
.slider-content-inner {
  	/*display: table-cell;
  	vertical-align: middle;*/
	
	padding-top: 80px;
	/*background-color: #DF3333;*/
}
.slider-content {
	/*background-color: #255AA7;*/
	/*padding: 20px;*/	
}
.slider-content {
	color: #fff;
}
.slider-content h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;   /* mobile */
}
.slider-content p {
	color: #fff;
	font-weight: 400;

    font-size: 18px;
    line-height: 24px; 
    		
    font-size: 16px;
    line-height: 20px;   
  	
}


/* NAVIGATION */
.slide-navigation{
    position: absolute;
    top: 40%;
    width: 100%;
    height:40px;
    z-index: 100;
    display: none;
}
.slideshow-container.boxed #slideshow_next {            
    right: -50px;   
}
.slideshow-container.boxed #slideshow_prev {            
    left: -50px;    
}
.slideshow-container.full #slideshow_next {         
    right: 30px;    
}
.slideshow-container.full #slideshow_prev {         
    left: 30px; 
}
#slideshow_next, #slideshow_prev {
     position: absolute;    
    height: 36px;
    width: 36px;
     top: 0px;   
}
#slideshow_next a, #slideshow_prev a{
    background:#255AA7;
    display: block; 
    height: 36px;
    width: 36px;

    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px; 
    
    outline: 0 none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    text-decoration: none;
    /* transition */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    
    opacity: 0.60;
    -moz-opacity: 0.60; /* older Gecko-based browsers */
    filter:alpha(opacity=60); /* For IE6&7 */   
}
/*
#slideshow_next a:before, #slideshow_prev a:before { 
            
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    font-size: 20px;
 
}
#slideshow_next a:before {          
    content: "\e258";
}
#slideshow_prev a:before {          
    content: "\e257";
}*/
#slideshow_next a:hover, #slideshow_prev a:hover {          
    background-color: #255AA7; 
    text-decoration: none;
    opacity: 0.80;
    -moz-opacity: 0.80; /* older Gecko-based browsers */
    filter:alpha(opacity=80); /* For IE6&7 */
}



/* ------------------------------------------
 *  FOOTER 
 --------------------------------------------*/

#footer {
   	color: #fff;
    font-size: 13px;
}
.footer-top {
	border-top: 1px solid #d2d7dc;
	padding-top: 12px;	
}

.footer-area {	
	padding: 30px 0px 40px 0px;	
	margin-top:0px;  	
   	background-color: #255AA7;

}

.footer-area a{ 
    color: #ddd; 
}
.footer-area a:hover{ 
    color: #fff;
}
.site-footer {	
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	color: #333;
}

.footer-left {}
.footer-right {}

#footer address {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}

#footer h3{		
}

#footer .widget-container{ 
}


/*** FOOTER MENU ***/
#footer ul.footer-menu {
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul.footer-menu li{
	float: left;
    font-size: 12px;      
    margin: 0 0px;   
}
#footer ul.footer-menu li a{
	display: block;
	text-decoration: none;
	color:#333;
	line-height: 30px;
	padding: 0 8px;
}
#footer ul.footer-menu li a:hover{
	text-decoration: none;
	background-color: #255AA7;
	color: #fff;
}


#footer ul.footer-menu li a:hover{
	text-decoration: none;
	background-color: #255AA7;
	color: #fff;
}
.site-footer .copyright{
	line-height: 30px;
	color: #777;
}

/*********************************************
 *  SIDEBAR & WIDGET AREA
 ********************************************/
.right-column > .inner{
	/*background-color: #f37;*/
	margin:  0px; 
}

.widget-area{
 	/*font-size: 12px;*/
}
.widget-container{
	margin-bottom: 20px; 
}
.right-column .widget-container{
	/*background-color: #F8F8F8;*/	
}


.widget-container h3.widget-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 16px 0 16px;
    color: #255AA7;
    color: #111;
    /*color: #255AA7; */    
}

/*
.widget-container h3.widget-title{
    padding: 8px 0px 8px 0px;
    margin: 0 16px 0 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #255AA7;
    color: #111; 
    color: #255AA7;

}*/

/*
.widget-container h3.widget-title{
	padding: 8px 0px 8px 0px;
	margin:0;
	margin: 0 16px 0 16px;
	font-size: 20px;
	font-weight: 400;
	color: #006699;	
}*/

.widget-container .textwidget{
	padding:  8px 16px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	font-weight: 100;	
}
.widget-container .textwidget ul{
	list-style: none;
	margin: 0;
	padding: 4px 0px;
	
}

.widget-container ul{
	list-style: none;
	margin: 0;
	padding: 4px 16px;
	font-size: 13px;	
}
.widget-container ul li{
	/*padding: 4px 0px;
	margin: 1px 0px;*/
	border-bottom: 1px solid #eee;	
}
.widget-container ul li a{
	display:block;
	padding: 5px 0px;
	color: #666;
	text-decoration: none;
}
.widget-container ul li a:before{
 	font-family: "FontAwesome"; 
 	margin-right: 4px; 

 	color: #ddd; 
 	text-decoration: none;
 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale;
 	
 	content: "\f114"; /* folder */
 	content: "\f0da"; /* arrow */ 	
 	
 	
 	content: "\f138"; /* chevron-circle */
 	
 	content: "\f08e"; /* external-link */
 	content: "\f15b"; /* file  */
 	content: "\f016"; /* file-o  */
 	content: "\f15c"; /* file-text  */
 	content: "\f0f6"; /* file-text-o  */ 	
 	
 	content: "\f15b"; /* file  */
 	content: "\f115"; /* folder-open-o  */
 	content: "\f07c"; /* folder-open  */
 	content: "\f114"; /* folder-o  */
 	content: "\f07b"; /* folder  */
 	
	content: "\f02b"; /* tag */
	content: "\f019"; /* download */
	content: "\f054"; /* chevron */
	content: "\f105"; /* angle */
 		
 }
 .widget-container ul.arrow li a:before{
 	/*content: "\f0da";*/ /* arrow */
 }
 
/* list icon for LI only without a*/
.widget-container ul.li-chevron-circle li:before{
 	font-family: "FontAwesome"; 
 	margin-right: 4px; 
 	color: #0384a4;
 	color: #ddd;	
 	text-decoration: none;
 	-webkit-font-smoothing: antialiased; 
 	-moz-osx-font-smoothing: grayscale;
 	
 	content: "\f138"; /* chevron-circle */
}

.widget-container ul li > a:hover:before,
.widget-container ul li > a:hover:before {
    color:#006699;
}

.widget-container ul li.current_page_item > a:before,
.widget-container ul li.current_page_ancestor > a:before {
    color:#006699;
}
.widget-container ul li.current_page_item > a,
.widget-container ul li.current_page_ancestor > a {
    background: #f8f8f8;
    color:#006699;
    font-weight: 400;
}

.widget-container ul.document-list li{
    border: none; 
}
.widget-container ul.document-list li a:before{
    content: "\f019"; /* download */
    content: "\f15b"; /* file  */
    content: "\f016"; /* file-o  */
    content: "\f0f6"; /* file-text-o  */   
}   

.widget-container img{
	width:100%;
	height:auto;
}

.widget_search .searchform {
    padding: 8px 16px;
}
.widget_search h3.widget-title:before{
    font-family: "FontAwesome"; 
    margin-right: 6px;         
    font-size: 16px;

    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  

   content: "\f002"; /* search */ 

    /* this is copied from fa */
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
    font-weight: normal;    
}

.NewsletterFPFWidget .newsletter-widget{
    padding: 8px 16px;
}
.NewsletterFPFWidget h3.widget-title:before{
    font-family: "FontAwesome"; 
    margin-right: 6px;         
    font-size: 16px;

    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  

   content: "\f003"; /* search */ 

    /* this is copied from fa */
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
    font-weight: normal;    
}
.widget-container.adr h3.widget-title:before{
    font-family: "FontAwesome"; 
    margin-right: 6px;         
    font-size: 16px;

    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  

   content: "\f041"; /* map-marker */ 

    /* this is copied from fa */
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
    font-weight: normal;    
}


.video-container {    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 22px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****************************************/
/*  Newsletter Pop up                   */ 
/****************************************/

.fade1{
    width:50%;
}
.nl-sign-up{
}
.nl-sign-up .panel-body{
    padding: 20px 40px 40px 40px;
}

.nl-sign-up p.intro{
    font-size: 14px;
}
.nl-sign-up h3.blue{
    color: #255AA7;
}

#nl-popup-form {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #nl-popup-form{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


/* Fancybox Newssletter pop up *******************************************************/
/****************************************/
/*  Pop up fancybox old version         */ 
/****************************************/

.fancybox-skin {
    background: #fff!important;
    border-radius: 0px!important;
}

#nl-lighbox-form{
    
}
#nl-subscription-form{
    margin-top: 20px;   
}

.pop-up {   
    width: 500px;
    padding: 10px;      
}
.pop-up h2{ 
    font-size: 18px;
    line-height: 28px;      
}

#nl-lighbox-form .header {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
}
#nl-lighbox-form p.smaller {
    font-size: 12px;
    font-style:italic;  
}

.form-field{
    clear:left;
    display:block;  
    margin: 0px 0px 10px 0px;
}
.form-field label {
    float:left; 
    width:100px;
    line-height: 26px;
    font-weight:700;
}
.form-field label:hover {
    color:#555;
}
.form-field input[type="text"], textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 4px;
    width:  220px;
}
.form-field #submit {
    float:right;
    margin-right:10px;
}
.form-field .hightlight {
    border:2px solid #F36B22;   
}
#nl-lighbox-form .error-msg {
    background-color: #ffb7b7;
    border: 1px solid #e5a4a4;
    border-radius: 3px;
    clear: left;
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 20px 0 10px;
    padding: 12px;
}
/******************************************************************



/* widget-container boxed  */
.widget-container.boxed,
.widget-container.AttachmentWidget{   
    padding: 20px 20px;
}
.widget-container.boxed h3.widget-title,
.widget-container.AttachmentWidget h3.widget-title{
    margin: 0px 0px 16px 0px;    
}
.widget-container .intro{
    font-size: 14px;
    font-style:italic; 
}
.widget-container.grey{
    background: #f8f8f8;    
}
.widget-container.AttachmentWidget{  
    background: #f8f8f8;    
}
.widget-container.blue{
    background: #006699;
    background: #255AA7;    
}

.widget-container.boxed ul,
.widget-container.AttachmentWidget ul{
    padding: 0px 0px;
}

.front-sidebar-box.blue h2.intro-headline {
    color: #fff;
    margin: 8px 0px 16px 0px;  
}
.front-sidebar-box.blue h4 a {
    color: #fff;    
}
.front-sidebar-box.blue .txt {
    font-size: 14px;
    line-height: 22px;   
}

.widget-container.AttachmentWidget h3.widget-title:before {
    font-family: "FontAwesome"; 
    margin-right: 6px;         
    font-size: 16px;

    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  

    content: "\f1ea"; /* newspaper-o  */  
    content: "\f15b"; /* file  */
    content: "\f016"; /* file-o  */
    content: "\f0f6"; /* file-text-o  */
   content: "\f019"; /* download */ 

    /* this is copied from fa */
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
    font-weight: normal;    
}



.dossier_rel_link:before {
    font-family: "FontAwesome"; 
    margin-right: 6px;         
    font-size: 16px;

    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  
  
    content: "\f105"; /* angle */
    content: "\f0da"; /* arrow */ 
    content: "\f08e"; /* fa-external-link */
    content: "\f14c"; /* fa-external-link-square */
    content: "\f08e"; /* fa-external-link */
    content: "\f054"; /* chevron */              
 }
 
.dossier_rel_link:hover {
    text-decoration: none;
}    

/* related_dossier box  */
.related_dossier,
.download_box{
    background: #006699;
    background: #255AA7;
    background: #f8f8f8; 
    
    padding: 8px 16px 16px 16px;
    /*color: #fff;*/
    margin-left: 20px;
    margin-right: 20px; 
}
.related_dossier .intro,
.download_box .intro {
    font-size: 14px;
    font-style:italic;
    color: #fff;    
}
.download_box .intro {
    margin-left: 40px;
    font-size: 14px;
    font-style:italic;
    color: #fff;    
}
.download_box .download {
    margin-left: 40px;
    margin-top: 16px;    
}
.download_box .doi {
    margin-left: 40px;
    font-size: 14px;
    font-style:italic;
    color: #fff;   
}

.related_dossier a{
    color: #fff;    
}
.related_dossier .title,
.download_box .title {
    color: #fff; 
    margin: 6px 6px;
}
.related_dossier .title:before,
.download_box .title:before {
    font-family: "FontAwesome"; 
    margin-right: 10px; 
    font-size: 26px;

    color: #fff; 
    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;    
    content: "\f02d"; /* book */  
    content: "\f1ea"; /* book */          
 }
 
 .float-right{
    float:right; 
}

.dossier-link{
    background: #eee;
    width: 40px;
    height: 40px;
    position:absolute;
    bottom: 0;
    right: 0;  
}
 
.widget-container.download_box{
    background: #006699;
}

.widget-container .tagcloud{
    background: #f5f5f5 ;
    color: #666;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    padding: 8px 16px;   
}


.dossier-box {
    /*margin-left: 40px;*/
   margin-bottom: 40px;
}
.dossier-box .info {
    font-style:italic;
    font-size: 14px;
}
.dossier-box .doi {
    margin-top: 12px;
    font-style:italic;
    font-size: 14px;
}
.dossier-box .mark_new {
   /* position: absolute;
    right:0;
    top:0;*/
/*    
    background: #0000FF;
    color: #fff;
    font-size: 11px;
    font-weight: 700;    
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 2px 4px;*/
}

.dossier-box .mark_new{
    position: relative;
    top: -2px;
    
    background-color: #f89f05;
    color: #fff;
    display: inline-block;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
}

/*
.dossier-box:before {
    font-family: "FontAwesome";
    margin-right: px;   
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    content: "\f02d"; /* book */
/*}*/




/* FOOTER WIDGET */


   
#footer .widget-container h3.widget-title{    
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:0;
    padding: 8px 16px;
    color:#fff;
    border: none;
}/*
#footer .widget-container h3.widget-title{    
    font-size: 18px;
    font-weight: 400;
    text-transform:none;
    letter-spacing: 0px;
    margin:0;
    padding: 8px 16px;
    color:#fff;
    border: none;
}*/

#footer .widget-container ul li a,
#footer .widget-container ul li a:before{ 
	color: #ddd;
}
#footer .widget-container ul li a:hover,
#footer .widget-container ul li a:hover:before{ 
	color: #fff;
}
#footer .widget-container ul li{
	border-bottom: 1px solid #025B71;
	border-bottom: 1px solid #2e71d1;
}
#footer .widget-container ul.li-chevron-circle li:before{
	color: #0384a4;
}
#footer .textwidget{
	font-weight:400;
	color: #ddd;	
}

/* ------------------------------------------
 Grid images
 --------------------------------------------*/
.grid-image{
    width: 100%;
}
.grid-image img{
    width: 100%;
    height: auto;
}


/*
 *  Social
 */

ul.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
}
ul.social-icons li{
	float: left;
    margin: 0 5px 5px 0;
    padding: 0;
}
.social-icons a {   
    /*border-radius: 0px;*/
	color: #fff !important;	
	/*background-color: #2a65bc;*/
	   
    display: block;
    font-size: 20px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
      
    /* transition */
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.widget-container ul.social-icons li a::before {
    content: none;   
}
.widget-container ul.social-icons li a {
    padding: 0;   
}
#footer .widget-container ul.social-icons li {
    border-bottom: none;
}

.social-icons a.twitter {
    background-color: #55acee;
}
.social-icons a.linkedin {
    background-color: #0976b4;
}

/*
.social-icons a.rss {
    background-color: #f39c12 ;
}
.social-icons a.facebook {
    background-color: #4265b9;
}
.social-icons a.youtube {
    background-color: #df3333;
}
.social-icons a.vimeo {
    background-color: #1bb6ec;
}*/

/*
.social-icons a {
     opacity: 0.8; 
     -webkit-opacity: 0.8; 
     -moz-opacity: 0.8;
}*/
.social-icons a:hover {
     opacity: 0.8; 
     -webkit-opacity: 0.8; 
     -moz-opacity: 0.8;
}



/********************* Front page news ***********************/

h2.intro-headline {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #255AA7;
    color: #111; 
    margin: 12px 0 12px 0;   
}

.news-list-inner{
/*    background: #f1f; 
    margin: 0 -15px;
    padding: 0 15px;*/
}

.news-list{
    padding-right: 15px;
}
.news-list h4{
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
}
.news-list .blog-entry{
    margin: 0 -15px;
    padding: 16px 15px;
    
}
.news-list .blog-entry:hover{
    background: #f8f8f8; 
}

.front-sidebar{
    box-shadow: none;
    border: 0;
    font-size: 13px;
    line-height: 18px;
    margin-top: 30px;
}

.front-sidebar h4{
    font-size: 16px;
    font-weight: 400;    
}

.front-sidebar .media{
    margin-top: 20px;    
}

.front-sidebar-box{
    margin-bottom: 30px;    
}


/* front-sidebar-box GREY */
.front-sidebar-box.grey{
    background: #f8f8f8;    
    padding: 20px 20px;
}
.front-sidebar-box.grey h2.intro-headline {
    margin: 0px 0px 16px 0px;    
}
.front-sidebar-box.grey h4 a {
   
}
.front-sidebar-box .txt {
    font-size: 14px;
    line-height: 22px;   
}


/* front-sidebar-box BLue */
.front-sidebar-box.blue{
    background: #255AA7;    
    padding: 20px 20px;
    color: #fff; 
}
.front-sidebar-box.blue h2.intro-headline {
    color: #fff;
    margin: 8px 0px 16px 0px;  
}
.front-sidebar-box.blue h4 a {
    color: #fff;    
}
.front-sidebar-box.blue .txt {
    font-size: 14px;
    line-height: 22px;   
}



.widget-container.front-links {
   /*background: #f8f8f8;*/
}
.widget-container.front-links ul li{
    padding: 0px 0px;
    margin: 1px 0px;
    border-bottom: none;
}
.widget-container.front-links ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.widget-container.front-links ul li a:before{
    font-family: "FontAwesome"; 
    margin-right: 8px; 

    color: #255AA7; 
    text-decoration: none;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    
    content: "\f0da"; /* arrow */     
    content: "\f105"; /* angle */
    content: "\f054"; /* chevron */
        
 }

/********************************
 *  scroll to top link 
 *******************************/
#scroll-top {
    position: fixed;
    display: none;
    bottom: 20px;    
    right: 20px;
    z-index: 1000;
}
#scroll-top a {  
    display: block;      
    background-color: #2a65bc;
     
    height: 36px;
    width: 36px;
    
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px;     
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
   /* transition */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    
    /*border: 1px solid #fff;*/
}
#scroll-top a:hover,
#scroll-top a:active {
     background: #2e71d1;
}

.raute{
    background: #2a65bc;

    height: 16px;
    width: 16px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);       
}



/* fpf wpml Language selector menu */
.widget-container img.flag{
    width: auto;
    height: 14px;
    /*vertical-align: top;*/
    vertical-align: middle;
    
}
ul.lang-menu,
.widget-container .textwidget ul.lang-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.lang-menu li {
    float: left;
    font-size: 12px;      
    margin: 0 4px; 
    border: none;
}
ul.lang-menu li img {
    opacity: 0.2;
}
ul.lang-menu li.active img {
    opacity: 1;
}
ul.lang-menu li a::before  {
    content: none;
}



/********************************
 *  ERROR 404 CSS
 *******************************/

body.error404{
	text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
body.error404 #pagewrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */

}
.error404-inner {
  	display: table-cell;
  	vertical-align: top;
	background-color: #fff;
}
.content404{
	background-color: #fff;
	margin-right: auto;
  	margin-left: auto;	
  	padding: 30px 20px;
  	width: 100%;  	
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
}

.error404 h1{
  color: #444;
  font-size: 80px;
  font-family: 'Bitter', serif; 
}
.error404 h2{
  font-size: 30px;
  font-family: 'Bitter', serif; 
}

@media (min-width: 768px) {

  /* Start the vertical centering */
	.error404-inner {
	vertical-align: middle;
	}
	.content404 {
	width: 700px;
	}
  	.error404 h1{
	  font-size: 160px;
	}
	.error404 h2{
	  font-size: 50px;
	}
}

















/********************************
 *  REDO mobile up
 *******************************/


/********************************
 *  Mediaqeries
 *******************************/
/*
  We use the following media queries to create the key breakpoints in our grid system.
   XXS Mobile only
   XS Extra small devices (phones, up to 480px): No media query since this is the default in Bootstrap
   SM Small devices (tablets, 768px and up): @media (min-width: @screen-sm) { ... }
   MD Medium devices (desktops, 992px and up): @media (min-width: @screen-md) { ... }
   LG Large devices (large desktops, 1200px and up): @media (min-width: @screen-lg) { ... }
 */

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
 
    }

    /* Medium Devices, Desktops */
  	@media only screen and (max-width : 992px) {
		.container{
		  width: 100%;
		}
    		
	}
	
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	
    	.main-column, .main-column.blog-style{
      		
    	}

    	.right-column{
      	 	
    	}
    	.navbar-header{
    	}
    }

    /* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
 
    	.col-xxs {
	      display:block;
	      float:none;
	      width: 100%;
	    }
        .lead {
            font-size: 15px;
            line-height: 1.4;
            /*font-style: italic;*/
        }
         section.intro h2 {
            font-size: 24px;
        }       
    	#pagewrapper{   
		}
		.left-column{ 			
    	}
    	.main-colum {
      	 	float: none;
      	 	width: 100%;
    	}
    	.right-column{
      	 	float: none;
      	 	width: 100%;	
    	}
    }
    
    
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
     	#mediaquery{
			width: 320px;
		}   
    }
 
 
 
    
    /* Media queries - mobile first
------------------------------------------------------------------------------*/

 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {


        .slider-content-inner {
            padding-top: 0px;
        }
        .slider-content h1 {

        }
        .slider-content p {     

        } 
        .slide-navigation{
            display: none;
        }            		
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body {
            color: #333;
            font-weight: 100;
        }
        .slideshow-container {
            height: 400px;
        }
        .featured-item{         
            height: 400px; 
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: center center;
            /*background-size: contain; */
            /*background-size: 80px 60px;*/
            /*background-position: right 45px bottom 20px;*/    
            /*background-size: 100% 100%;*/
            background-size: cover;
        
        }
        .slider-content-inner {
            padding-top: 80px;
            padding-left: 80px;
            padding-right: 80px;
        }
        .slider-content h1 {
            font-size: 38px;
        }		
        .slider-content p {     
            font-size: 18px;
            line-height: 24px;
        }
        .slide-navigation{
            display: block;
        }
         .front-sidebar{
            margin-top: 0px;
        }
        section {
            padding: 60px 0;
        }

        section.intro.header-image h1,
        section.intro.bg-white h1,
        section.intro.bg-about h1,
        section.intro.bg-dossier h1{
            font-size: 52px;
            font-weight:100;
        }       
        section.main-content{
            padding-top: 40px;
        }

        h2.intro-headline {
                margin: 0px 0 28px 0;  
        }
 
                                       		
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.cycle-slideshow.boxed {
			height: 400px;
		}
        .slider-content-inner {
            padding-top: 80px;
        }
        .slider-content h1 {
            font-size: 56px;
        }
        .slider-content p {     
            font-size: 22px;
            line-height: 32px;
        }        		
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        .slider-content-inner {
            padding-top: 60px;
        }
        .slider-content h1 {
            font-size: 62px;
        }
        .slider-content p {     
            font-size: 22px;
            line-height: 32px;
        } 
        
    }
    
    
    /*==========  Non-Mobile First Method  ==========*/
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        [class*="col-xs"] {
            display:block;
            float:none;
            width: 100%;
        } 
    }   


